@font-face {
  font-family: 'Pea Soup';
  src: local("Pea Soup Regular"), local("PeaSoup-Regular"), url("PeaSoup-Regular.woff2") format("woff2"), url("PeaSoup-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! 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: #FFFFFF; }

.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: #414141;
  font-family: "Source Sans Pro", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Source Sans Pro", 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: "Playfair Display", 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 #A51008; }

.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 #A51008;
  background: #F0F1F2; }
  .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 #A51008;
  background: #F0F1F2; }

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

.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=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #A51008; }

.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 #A51008; }

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

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

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

.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: #A51008;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #A51008;
  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: #A51008; }

.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 {
  visibility: hidden;
  position: absolute;
  top: 0; }

#forumUpdateForm fieldset {
  margin: 1em 0; }

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

.mason--admin .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; }

.admin__edit {
  position: absolute;
  top: 0;
  right: 0;
  background: #EF5B25;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  z-index: 4; }
  .admin__edit a {
    color: #fff;
    text-decoration: none;
    display: block; }
  .admin__edit:after {
    content: '\f040';
    margin-left: 10px;
    font-family: "FontAwesome"; }

#thumbImgView {
  width: 150px;
  display: block;
  margin: 10px 0; }

.admin__info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
  border-radius: 50%;
  background-color: #EF5B25;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .admin__info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 48px;
    border-radius: 5px;
    padding: 15px 25px;
    visibility: hidden;
    background-color: #EF5B25; }
    .admin__info div p {
      white-space: nowrap;
      text-align: left;
      margin: 0;
      color: #fff; }
    .admin__info div small {
      margin-right: 5px;
      opacity: .75;
      text-transform: uppercase;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .admin__info:hover div {
    visibility: visible; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

p {
  color: #414141; }

h1, h2, h3, h4, h5, h6 {
  color: #A51008;
  font-family: "Playfair Display", serif; }

.btnreset {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none; }

.inputreset {
  outline: none;
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none; }

.listreset {
  list-style: none;
  margin: 0;
  padding: 0; }

.center:not(.owl-item) {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.spread {
  width: 100%;
  max-width: 1300px;
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media all and (min-width: 1301px) {
    .spread {
      max-width: none;
      padding-right: calc(50% - 585px);
      padding-left: calc(50% - 585px); } }

.lazy {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .lazy img {
    display: block; }
  .lazy.lazyLoaded {
    opacity: 1; }

*[data-fill="true"] {
  overflow: hidden;
  position: relative; }
  *[data-fill="true"] 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)) {
      *[data-fill="true"] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.menu__btn {
  display: block;
  background-color: #A51008;
  background-clip: padding-box;
  border: 7.5px rgba(167, 167, 167, 0.15) solid;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  margin-top: -20px;
  font-size: 1.25em;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
  position: relative; }
  .mason--menu .menu__btn {
    background-color: #fff; }

.menu__btn__open {
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23px;
  margin: 22.5px 0;
  display: inline-block;
  border-top: 1px rgba(255, 255, 255, 0.7) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.7) solid; }
  .mason--menu .menu__btn__open {
    display: none; }

.menu__btn__close {
  display: none;
  width: 25px; }
  .mason--menu .menu__btn__close {
    display: inline-block;
    vertical-align: middle; }

.menu__mob {
  display: none;
  background-color: #A51008;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0 0; }
  .mason--menu .menu__mob {
    display: block; }

.menu__mob__item {
  position: relative; }

.menu__mob__item__link {
  text-decoration: none;
  color: #fff;
  padding: 15px 55px 15px 5%;
  display: block;
  border-top: 1px rgba(0, 0, 0, 0.15) solid; }
  .menu__mob__item__link span {
    color: #fff;
    line-height: 25px;
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
  .menu__mob__item:last-child .menu__mob__item__link {
    border-bottom: 1px rgba(0, 0, 0, 0.15) solid; }

.menu__mob__item__button {
  display: none;
  position: absolute;
  top: 1px;
  right: 0;
  width: 55px;
  height: 55px;
  color: #fff;
  opacity: 0.25;
  font-size: 0.875em;
  -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; }
  .menu__mob__item__button svg {
    font-size: 1.75em; }
  .menu__mob__item--subitems > .menu__mob__item__button {
    display: block; }
  .menu__mob__item--expand > .menu__mob__item__button {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.menu__mob__item__sub {
  display: none;
  background-color: rgba(0, 0, 0, 0.25);
  list-style: none;
  padding: 0;
  margin: 0; }
  .menu__mob__item--expand .menu__mob__item__sub {
    display: block; }

.menu__mob__item__sub__item__link {
  text-decoration: none;
  color: #fff;
  padding: 10px 55px 10px 5%;
  display: block;
  border-top: 1px rgba(0, 0, 0, 0.15) solid; }
  .menu__mob__item__sub__item__link span {
    color: #fff;
    line-height: 20px;
    font-size: 0.875em;
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
  .menu__mob__item__sub__item__link .menu__mob__item__sub__item:last-child {
    border-bottom: 1px rgba(0, 0, 0, 0.15) solid; }

.menu__mob__extras__list {
  padding: 20px 5%; }

.menu__mob__extras__item {
  display: inline-block;
  margin-right: 50px; }
  .menu__mob__extras__item:last-child {
    margin-right: 0; }

.menu__mob__extras__item__link {
  display: block;
  padding: 5px 0;
  text-decoration: none; }
  .menu__mob__extras__item__link span {
    display: block;
    font-size: 0.875em;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    font-weight: 600; }

.menu__mob__item__sub__item__sub {
  margin: 0;
  padding: 0 0 1em; }
  .menu__mob__item__sub__item__sub .menu__mob__item__sub__item__link {
    border: none;
    padding: 5px 5% 5px 10%; }
    .menu__mob__item__sub__item__sub .menu__mob__item__sub__item__link span {
      color: rgba(255, 255, 255, 0.7); }

/*--------------------------------------------------
	Desktop Menu
--------------------------------------------------*/
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .header__top .menu__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header__bot .menu__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px rgba(255, 255, 255, 0.25) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.25) solid;
    padding: 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 8px; }

/* .menu__list--left {
	width: calc(50% - 100px);
	padding: 0 25px 0 5vw;
	margin-right: 100px;
	@include if-bigger-than("desktop"){
		padding-left: calc(50vw - 585px);
	}
}
.menu__list--right {
	width: calc(50% - 100px);
	padding: 0 5vw 0 25px;
	margin-left: 100px;
	@include if-bigger-than("desktop"){
		padding-right: calc(50vw - 585px);
	}
} */
.menu__item {
  display: inline-block;
  position: relative; }
  .header__top .menu__item {
    margin-right: 45px; }

.menu__item__link {
  display: block;
  text-decoration: none;
  height: 100%; }
  .menu__item__link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
    padding: 22px 0;
    color: #FFF;
    letter-spacing: 1px;
    height: 100%;
    text-align: center;
    position: relative;
    font-weight: 600;
    text-transform: uppercase; }
    .mason--pinned .menu__item__link span {
      line-height: 43px; }
    @media all and (min-width: 1301px) {
      .menu__item__link span {
        font-size: 1.0625em; } }
    .header__top .menu__item__link span {
      line-height: 45px;
      color: #a7a7a7;
      font-size: 0.875em;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
    .menu__item__link span:before, .menu__item__link span:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #fff;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -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; }
    .menu__item__link span:before {
      top: -1px; }
    .menu__item__link span:after {
      bottom: -1px; }

.menu__item__button {
  display: none; }

.header__top .menu__list > .menu__item--selected > .menu__item__link span, .header__top .menu__list > .menu__item:hover > .menu__item__link span {
  color: #fff; }

.header__bot .menu__list > .menu__item--selected > .menu__item__link span:before, .header__bot .menu__list > .menu__item--selected > .menu__item__link span:after, .header__bot .menu__list > .menu__item:hover > .menu__item__link span:before, .header__bot .menu__list > .menu__item:hover > .menu__item__link span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.menu__list > .menu__item:hover .menu__item__sub {
  opacity: 1;
  visibility: visible; }

.menu__item__sub {
  top: 62px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 260px;
  display: block;
  padding: 25px 0;
  position: absolute;
  z-index: 1;
  background-color: #A51008;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .menu__list--left .menu__item__sub {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .menu__list--right .menu__item__sub {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .mason--pinned .menu__item__sub {
    top: 59px; }
    .mason--pinned .menu__item__sub:before {
      content: '';
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      height: 15px; }

.menu__item__sub__item {
  display: block;
  padding: 0 10px; }

.menu__item__sub__item__link {
  display: block;
  border-radius: 22.5px;
  padding: 15px 25px;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .menu__item__sub__item__link span {
    color: #fff;
    display: block;
    line-height: 15px;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: color 350ms ease, padding 350ms ease;
    -o-transition: color 350ms ease, padding 350ms ease;
    transition: color 350ms ease, padding 350ms ease;
    position: relative;
    padding: 0 15px 0 0; }
    .menu__item__sub__item__link span:before {
      content: '\f0da';
      font-family: 'FontAwesome';
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 15px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 350ms, visibility 0ms linear 350ms;
      -o-transition: opacity 350ms, visibility 0ms linear 350ms;
      transition: opacity 350ms, visibility 0ms linear 350ms; }
  .menu__item__sub__item__link:hover {
    background-color: #fff; }
    .menu__item__sub__item__link:hover span {
      color: #A51008;
      padding: 0 0 0 15px; }
      .menu__item__sub__item__link:hover span:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 350ms, visibility 0ms linear;
        -o-transition: opacity 350ms, visibility 0ms linear;
        transition: opacity 350ms, visibility 0ms linear; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .owl-carousel .owl-item .owl-lazy {
      opacity: 0;
      -webkit-transition: opacity 400ms ease;
      -o-transition: opacity 400ms ease;
      transition: opacity 400ms ease; }
    .owl-carousel .owl-item img.owl-lazy {
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

@media all and (min-width: 1025px) {
  .menu__list > li > ul li {
    position: relative; }
  .menu__list > li > ul > li ul {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 25px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 350ms ease, visibility 350ms ease;
    -o-transition: opacity 350ms ease, visibility 350ms ease;
    transition: opacity 350ms ease, visibility 350ms ease; }
  .menu__list > li > ul > li li {
    padding: 0 10px; }
  .menu__list > li > ul > li > ul {
    font-size: 14px;
    background: #940c05; }
    .menu__list > li > ul > li > ul > li a {
      padding-top: 10px;
      padding-bottom: 10px; }
    .menu__list > li > ul > li > ul > li > ul {
      background: #8c0902; }
      .menu__list > li > ul > li > ul > li > ul > li > button {
        right: calc(10% + 10px); }
      .menu__list > li > ul > li > ul > li > ul > li > a {
        padding-left: calc(10% + 10px); }
  .menu__list > li > ul li:hover > ul {
    opacity: 1;
    visibility: visible; }
  .menu__list--left > li > ul > li ul {
    left: 100%; }
  .menu__list--right > li > ul > li ul {
    right: 100%; } }

.wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff; }

/*--------------------------------------------------
	Header
--------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 250; }

.header__mob {
  padding: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.header__mob__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .header__mob__title img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    margin-right: 10px; }

.header__mob__title__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: -3px;
  position: relative; }
  .header__mob__title__text h1 {
    font-size: 0.875em;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .header__mob__title__text span {
    font-size: 0.625em;
    font-family: "Playfair Display", serif;
    color: #fff;
    line-height: 1.4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; }

.header__top {
  display: none; }

.header__bot {
  display: none; }

@media (min-width: 550px) {
  .header__mob__title__text {
    margin-top: 0; }
    .header__mob__title__text h1 {
      font-size: 1.25em; } }

@media all and (min-width: 1025px) {
  .header {
    text-align: left; }
  .header__mob {
    display: none; }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header__bot {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 90%;
    max-width: 1480px;
    margin: 0 auto; }
    .mason--pinned .header__bot {
      position: fixed;
      top: -70px;
      left: 0;
      right: 0;
      padding: 25px 0 15px;
      -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
      transform: translateY(70px);
      -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;
      background-color: #A51008; }
      .mason--pinned .header__bot:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: #A51008;
        z-index: -1; }
  .header__title {
    margin: 0 20px;
    width: clamp(121px, calc(7.5625rem + ((1vw - 10.5px) * 31.0256)), 242px);
    text-decoration: none; }
    .header__title img {
      position: absolute;
      top: 0;
      width: clamp(121px, calc(7.5625rem + ((1vw - 10.5px) * 31.0256)), 242px);
      display: block; }
    .header__title h1 {
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0;
      font-size: 1.25em;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      white-space: nowrap; }
      .mason--pinned .header__title h1 {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
        -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
        transition: opacity 350ms ease, visibility 0ms linear 350ms; }
    .header__title span {
      display: none; } }

@media all and (min-width: 1301px) {
  .header__title {
    left: calc(50% - 585px);
    right: calc(100% - (50% - 585px) - 200px); } }

/*--------------------------------------------------
	Search
--------------------------------------------------*/
.search__form {
  padding: 37.5px 5%;
  background-color: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search__form input {
    background: none;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-size: 0.875em;
    line-height: 25px;
    height: 25px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .search__form input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.3);
      opacity: 1;
      text-transform: uppercase; }
    .search__form input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.3);
      opacity: 1;
      text-transform: uppercase; }
    .search__form input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.3);
      opacity: 1;
      text-transform: uppercase; }
    .search__form input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.3);
      opacity: 1;
      text-transform: uppercase; }
  .search__form button {
    color: #fff;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

.search__toggle {
  width: 45px;
  height: 45px;
  color: #fff;
  margin-left: auto;
  display: block; }

@media all and (min-width: 1025px) {
  .search {
    width: 45px;
    padding: 0;
    -webkit-transition: width 350ms ease;
    -o-transition: width 350ms ease;
    transition: width 350ms ease;
    position: relative; }
    .mason--search .search {
      width: 295px; }
  .search__form {
    position: absolute;
    right: 45px;
    top: 0;
    padding: 0;
    visibility: hidden;
    background: none;
    opacity: 0;
    -webkit-transition: opacity 350ms, visibility 0ms linear 350ms;
    -o-transition: opacity 350ms, visibility 0ms linear 350ms;
    transition: opacity 350ms, visibility 0ms linear 350ms; }
    .mason--search .search__form {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 350ms, visibility 0ms linear;
      -o-transition: opacity 350ms, visibility 0ms linear;
      transition: opacity 350ms, visibility 0ms linear; }
    .search__form input {
      width: 250px;
      line-height: 45px;
      height: 45px;
      padding: 0 50px 0 5px;
      background-color: #fff;
      color: #414141; }
      .search__form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #414141; }
      .search__form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #414141; }
      .search__form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #414141; }
      .search__form input:-moz-placeholder {
        /* Firefox 18- */
        color: #414141; }
    .search__form button {
      position: absolute;
      top: 0;
      right: 0;
      width: 45px;
      height: 45px;
      color: #414141;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .search__form button:hover {
        color: #A51008; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  max-height: 700px;
  position: fixed;
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0; }
  .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .mason--admin .hero {
    top: 110px; }
  .mason--preview .hero {
    top: 110px; }
  .mason--secure .hero {
    top: 40px; }
  .hero .admin__edit {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 20px; }
    .hero .admin__edit:after {
      position: absolute;
      right: 0;
      top: 0;
      margin-left: 0; }

.hero__holder {
  position: relative;
  min-height: 300px;
  max-height: 700px;
  pointer-events: none; }
  .hero__holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }

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

.hero__slideshow {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative; }
  .hero__slideshow:before {
    content: '';
    position: absolute;
    top: 0;
    height: 50%;
    left: 0;
    right: 0;
    z-index: 101;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); }
  .hero__slideshow:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 0;
    z-index: 101;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }

.hero__slideshow__item {
  width: 100%;
  height: 100%; }

.hero__slideshow__item__img {
  height: 100%;
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease; }
  .cycle-slide-active .hero__slideshow__item__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.hero__center {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 1;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }

.hero__title {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 1.875em; }

@media all and (min-width: 1025px) {
  .hero__slideshow:before {
    height: 35%; }
  .hero__slideshow:after {
    height: 40%; }
  .hero__title {
    font-size: 3.75em; } }

/*--------------------------------------------------
	Main
--------------------------------------------------*/
.main {
  position: relative;
  z-index: 2; }
  .mason--mainHide .main {
    display: none; }

@media all and (min-width: 1025px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

/*--------------------------------------------------
	Content
--------------------------------------------------*/
.content {
  position: relative;
  z-index: 1;
  min-height: 35vw; }
  @media all and (max-width: 1024px) {
    .content {
      padding-bottom: 50px; } }
  .mason--contentHide .content {
    min-height: auto; }
  .content > * {
    padding: 0 5%; }

.content__title {
  margin: 25px 0 .5em;
  font-size: 1.875em;
  color: #A51008;
  text-align: center; }
  .mason--phase:not(.mason--admin) .content__title:before {
    content: 'Welcome to '; }

.content__region {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.0625em;
  position: relative; }
  .content__region:before, .content__region:after {
    content: "";
    display: table; }
  .content__region:after {
    clear: both; }
  .mason--contentHide .content__region {
    display: none; }
  .mason--phase--nursery main .content__region {
    margin-top: 50px;
    margin-bottom: 50px; }
  .content__region *:first-child {
    margin-top: 0; }
  .content__region *:last-child {
    margin-bottom: 0; }
  .content__region a {
    color: #A51008;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .content__region a:hover {
      color: #F7962C; }
  .content__region h2, .content__region h3, .content__region h4, .content__region h5 {
    color: #F7962C; }
  .content__region:before {
    content: '';
    position: absolute;
    width: 65vw;
    height: 65vw;
    border-radius: 50%;
    background-color: rgba(165, 16, 8, 0.05);
    pointer-events: none;
    left: 90%;
    top: 0;
    bottom: 0;
    margin: auto; }
    .mason--phase .content__region:before, .mason--home .content__region:before, .mason--boarding .content__region:before {
      display: none; }

.content__block__news_category {
  max-width: 560px; }

.content__path {
  list-style: none;
  margin: 0;
  padding-top: 22.5px !important;
  padding-bottom: 22.5px !important;
  background-color: #F0F1F2;
  position: relative;
  z-index: 1; }

.content__path__item {
  display: inline; }

.content__path__item__link {
  text-decoration: none;
  color: #414141;
  font-size: 1.0625em;
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .content__path__item__link:hover {
    color: #A51008; }

.content__path__item__sep {
  margin: 0 15px;
  color: #A7A7A7; }

.mason--homeFix .content__path__item:first-child {
  display: none; }

.content__path__item:last-child .content__path__item__sep {
  display: none; }

.content__path__item:last-child .content__path__item__link {
  color: #B2B2B2; }

.content__share {
  margin-top: 25px; }

.content__share__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.content__share__list__icon {
  display: inline-block;
  margin-right: 10px; }
  .content__share__list__icon:last-child {
    margin-right: 0; }
  .content__share__list__icon a {
    color: inherit;
    font-size: 35px; }

@media all and (min-width: 1025px) {
  .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .content > * {
      padding: 0 55px 0 5vw; }
      .mason--fullWidth .content > * {
        padding: 0 5%; }
  .content__path__item__sep {
    margin: 0 25px; }
  .content__title {
    text-align: left;
    font-size: 2.5em;
    margin: 50px 0 .5em; }
    .mason--phase .content__title, .mason--home .content__title {
      margin: 120px 0 .5em;
      padding: 0 5% 0 calc(5% + 425px); }
  .content__region {
    margin-bottom: 25px; }
    .content__region:last-child {
      margin-bottom: 0; }
    .mason--history main .content__region, .mason--boarding main .content__region, .mason--home main .content__region, .mason--phase main .content__region {
      margin-bottom: 100px; }
    .mason--phase--nursery main .content__region {
      margin-top: 125px;
      margin-bottom: 165px; } }

@media all and (min-width: 1301px) {
  .content > * {
    padding: 0 55px 0 calc(50vw - 585px); }
    .mason--fullWidth .content > * {
      padding: 0 calc(50% - 585px); }
  .mason--phase .content__title, .mason--home .content__title {
    padding: 0 calc(50% - 585px) 0 calc((50% - 585px) + 425px); } }

/*--------------------------------------------------
	Content Images
--------------------------------------------------*/
.content__image__container {
  display: none;
  position: absolute;
  width: 60vw;
  height: 60vw;
  max-width: 870px;
  max-height: 870px;
  padding: 0 !important;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(165, 16, 8, 0.05); }
  .mason--admin .content__image__container {
    pointer-events: auto; }
  .mason--phase--nursery .content__image__container {
    width: 360px;
    height: 360px;
    max-width: 80vw;
    max-height: 80vw;
    position: relative;
    pointer-events: auto; }

.content__image__container--left {
  left: -25vw;
  top: -25vw; }
  .mason--phase--nursery .content__image__container--left {
    display: block;
    top: auto;
    left: auto;
    margin: 0 auto; }

.content__image__container--right {
  right: -25vw;
  bottom: -30vw; }

.content__image {
  position: relative;
  height: 100%;
  border-radius: 50%;
  overflow: hidden !important; }
  .content__image img {
    -webkit-filter: grayscale(200);
    filter: grayscale(200); }
  .content__image.lazyLoaded img {
    opacity: 0.1; }
  .mason--admin .content__image img {
    opacity: 0.1 !important; }
  .mason--phase--nursery .content__image {
    border: 20px #FDFDFD solid; }
    .mason--phase--nursery .content__image img {
      -webkit-filter: none;
      filter: none; }
    .mason--phase--nursery .content__image.lazyLoaded img {
      opacity: 1; }
  .mason--admin.mason--phase--nursery .content__image img {
    opacity: 1 !important; }

.content__image__petal {
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  -o-transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease; }
  .inView .content__image__petal {
    opacity: 1; }

.content__image__petal--1 {
  right: 30px;
  top: -45px;
  height: 130px;
  -webkit-transform: rotate(23deg) scale(0.5);
  -ms-transform: rotate(23deg) scale(0.5);
  transform: rotate(23deg) scale(0.5); }
  .content__image__petal--1 path {
    fill: #fd9278; }
  .content__image__container.inView .content__image__petal--1 {
    -webkit-transform: rotate(23deg) scale(1);
    -ms-transform: rotate(23deg) scale(1);
    transform: rotate(23deg) scale(1); }

.content__image__petal--2 {
  right: 0;
  top: 65px;
  height: 90px;
  -webkit-transform: rotate(68deg) scale(0.5);
  -ms-transform: rotate(68deg) scale(0.5);
  transform: rotate(68deg) scale(0.5);
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }
  .content__image__petal--2 path {
    fill: #92B5B2; }
  .content__image__container.inView .content__image__petal--2 {
    -webkit-transform: rotate(68deg) scale(1);
    -ms-transform: rotate(68deg) scale(1);
    transform: rotate(68deg) scale(1); }

.content__image__petal--3 {
  left: 25px;
  top: -15px;
  height: 105px;
  -webkit-transform: rotate(-45deg) scale(0.5);
  -ms-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }
  .content__image__petal--3 path {
    fill: #FDEA78; }
  .content__image__container.inView .content__image__petal--3 {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }

@media all and (min-width: 1025px) {
  .content__image__container {
    display: block; }
    .mason--phase--nursery .content__image__container {
      position: absolute; }
  .mason--phase--nursery .content__image__container--left {
    top: 225px;
    right: calc(50% + 320px); }
  .mason--phase--nursery .content__image__container--right {
    top: 210px;
    left: calc(50% + 320px); } }

@media all and (min-width: 1301px) {
  .content__image__container--left {
    left: -435px;
    top: -435px; }
  .content__image__container--right {
    right: -435px;
    bottom: -435px; } }

/*--------------------------------------------------
	Subnav
--------------------------------------------------*/
.subnav {
  position: relative;
  z-index: 1; }

.subnav__title {
  padding: 25px 5%;
  margin: 0;
  background-color: #A51008;
  color: #fff;
  font-weight: 400; }

.subnav__list {
  background-color: #A51008;
  margin-bottom: 5px;
  padding: 0 5% 25px; }

.subnav__list__item {
  margin-bottom: 5px; }
  .subnav__list__item:last-child {
    margin-bottom: 0; }

.subnav__list__item__link {
  display: block;
  border-radius: 22.5px;
  padding: 15px 25px;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .subnav__list__item__link span {
    color: #fff;
    display: block;
    line-height: 15px;
    font-size: 0.875em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: color 350ms ease, padding 350ms ease;
    -o-transition: color 350ms ease, padding 350ms ease;
    transition: color 350ms ease, padding 350ms ease;
    position: relative;
    padding: 0 15px 0 0; }
    .subnav__list__item__link span:before {
      content: '\f0da';
      font-family: 'FontAwesome';
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 15px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 350ms, visibility 0ms linear 350ms;
      -o-transition: opacity 350ms, visibility 0ms linear 350ms;
      transition: opacity 350ms, visibility 0ms linear 350ms; }
  .subnav__list__item__link:hover {
    background-color: #fff; }
    .subnav__list__item__link:hover span {
      color: #A51008;
      padding: 0 0 0 15px; }
      .subnav__list__item__link:hover span:before {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 350ms, visibility 0ms linear;
        -o-transition: opacity 350ms, visibility 0ms linear;
        transition: opacity 350ms, visibility 0ms linear; }

@media all and (min-width: 1025px) {
  .subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 400px;
    text-align: left; }
  .subnav__title {
    padding: 35px 70px; }
  .subnav__list {
    padding: 0 35px 145px; } }

/*--------------------------------------------------
	Subnav Notice
--------------------------------------------------*/
.subnav__notice {
  background-color: #F7962C;
  padding: 25px 5%;
  text-align: center;
  position: relative; }
  .subnav__notice .button__link a {
    background-color: #fff;
    border: 2px #fff solid;
    color: #F7962C; }
    .subnav__notice .button__link a:hover {
      background-color: #F7962C;
      color: #fff; }

.subnav__notice__img {
  width: 180px;
  height: 180px;
  border: 20px rgba(253, 253, 253, 0.1) solid;
  border-radius: 50%;
  margin: 0 auto; }

.subnav__notice__title {
  font-size: 1.875em;
  color: #fff;
  margin: 25px 0; }

.subnav__notice__text {
  margin: 0 0 25px;
  color: #fff;
  line-height: 1.8;
  font-size: 1.0625em; }

@media all and (min-width: 1025px) {
  .subnav__notice {
    padding: 35px; }
  .subnav__notice__img {
    width: 250px;
    height: 250px; }
  .subnav__notice__title {
    font-size: 2.5em; } }

/*--------------------------------------------------
	Grid
--------------------------------------------------*/
.content__grid {
  position: relative;
  padding: 0 !important; }
  .content__grid > .admin__edit {
    top: -35px; }

.content__grid--top {
  margin: 0 0 25px; }

.content__grid--bot {
  margin: 25px 0 0; }

.content__grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.content__grid__item {
  position: relative;
  height: 200px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 15px; }

.content__grid__item__link {
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
  background-color: #000;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .content__grid__item__link:hover {
    background-color: #A51008; }
    .content__grid__item__link:hover .content__grid__item__img.lazyLoaded {
      opacity: 0.1; }
      .content__grid__item__link:hover .content__grid__item__img.lazyLoaded img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
    .content__grid__item__link:hover .content__grid__item__title {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .content__grid__item__link:hover .content__grid__item__more {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
      -webkit-transition: opacity 350ms ease, visibility 0ms linear, color 350ms ease, -webkit-transform 350ms ease;
      transition: opacity 350ms ease, visibility 0ms linear, color 350ms ease, -webkit-transform 350ms ease;
      -o-transition: opacity 350ms ease, visibility 0ms linear, color 350ms ease, transform 350ms ease;
      transition: opacity 350ms ease, visibility 0ms linear, color 350ms ease, transform 350ms ease;
      transition: opacity 350ms ease, visibility 0ms linear, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }

.content__grid__item__img {
  height: 100%;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .content__grid__item__img img {
    -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; }
  .content__grid__item__img.lazyLoaded {
    opacity: 0.7; }

.content__grid__item__title {
  margin: 0;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff;
  text-align: center;
  padding: 0 5vw;
  font-size: 2em;
  line-height: 1.1;
  -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; }

.content__grid__item__more {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 30px;
  line-height: 60px;
  border-radius: 30px;
  background-color: #fff;
  color: #A51008;
  white-space: nowrap;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms, color 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, visibility 0ms linear 350ms, color 350ms ease, -webkit-transform 350ms ease;
  -o-transition: opacity 350ms ease, visibility 0ms linear 350ms, color 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, visibility 0ms linear 350ms, color 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, visibility 0ms linear 350ms, color 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }
  .content__grid__item__more:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 15px; }
  .content__grid__item__more:hover {
    color: #F7962C; }

@media all and (min-width: 769px) {
  .content__grid__item {
    width: calc(50% - (15px/2));
    margin-right: 15px; } }

@media all and (min-width: 769px) and (max-width: 1024px) {
  .content__grid__item:nth-child(2n) {
    margin-right: 0; }
  .content__grid__item:nth-last-child(-n+2) {
    margin-bottom: 0; } }

@media all and (min-width: 1025px) {
  .content__grid--top {
    margin: 0 0 85px; }
  .content__grid--bot {
    margin: 85px 0 0; }
  .content__grid__item {
    height: 550px;
    width: calc(33.3333% - 10px); }
  .content__grid__item__title {
    padding: 0 50px;
    font-size: 2.625em; } }

@media all and (min-width: 1025px) and (max-width: 1599px) {
  .content__grid__item:nth-child(3n) {
    margin-right: 0; }
  .content__grid__item:nth-last-child(-n+3) {
    margin-bottom: 0; } }

@media (min-width: 1600px) {
  .content__grid__item {
    width: calc(25% - (45px/4)); }
    .content__grid__item:nth-child(4n) {
      margin-right: 0; }
    .content__grid__item:nth-last-child(-n+4) {
      margin-bottom: 0; } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.news {
  position: relative;
  z-index: 1; }
  .mason--home .news {
    background-color: #fff; }
  .mason--phase .news {
    margin-bottom: 5vw; }
  .news > .admin__edit {
    bottom: 0;
    left: 0;
    right: unset;
    top: unset; }
  .news:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 400px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, white 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 40%, rgba(255, 255, 255, 0) 100%);
    z-index: 2; }

.news__bg img {
  width: 100%; }

.news__title {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: 0;
  text-align: center;
  font-size: 1.875em;
  z-index: 4; }

.news__inner {
  margin-top: -30vw;
  position: relative;
  z-index: 4; }

.news__carousel {
  position: relative;
  padding: 15px 15px 0;
  background-color: #fff; }

.news__btns {
  position: absolute;
  right: 5%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.news__btn {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  color: #A51008;
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  -o-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease; }
  .news__btn:hover {
    background-color: #A51008;
    color: #fff; }

.news__btn--prev {
  margin-right: 10px; }

.news__item__img {
  height: 235px;
  display: block; }
  .news__item__img img {
    -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; }
  .news__item__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.news__list {
  overflow: hidden;
  z-index: 0; }

.news__item__info {
  display: block;
  padding: 35px 25px;
  position: relative;
  text-align: center;
  height: 245px; }

.news__item__icon {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -35px;
  background-color: #fff;
  border-radius: 50%;
  color: #A51008;
  line-height: 70px;
  text-align: center;
  font-size: 1.125em; }

.news__item__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.625em;
  color: #A51008;
  text-decoration: none;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .news__item__title:hover {
    color: #F7962C; }

.news__item__intro {
  margin: 25px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden; }
  .news__item__intro a {
    text-decoration: none;
    color: #414141;
    font-weight: 700;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .news__item__intro a:hover {
      color: #F7962C; }

.news__empty {
  height: 480px;
  position: relative; }
  .news__empty p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #A51008;
    font-family: "Playfair Display", serif; }

.news__footer {
  border-top: 5px #F0F1F2 solid;
  margin-top: 25px;
  padding: 25px 0 0;
  text-align: center; }
  .mason--home .news__footer {
    padding: 25px 0;
    margin-top: 0; }
  .news__footer .button__link {
    margin: 0 0 25px; }
  .news__footer span {
    line-height: 60px;
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 600; }

.news__socialLinks__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid;
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .news__socialLinks__item:last-child {
    margin-right: 0; }
  .news__socialLinks__item:hover {
    background-color: #fff !important; }

.news__socialLinks__item--twitter {
  background-color: #00ACED;
  border-color: #00ACED; }
  .news__socialLinks__item--twitter:hover {
    color: #00ACED; }

.news__socialLinks__item--facebook {
  background-color: #3B5998;
  border-color: #3B5998; }
  .news__socialLinks__item--facebook:hover {
    color: #3B5998; }

.news__socialLinks__item--instagram {
  background-color: #C32AA3;
  border-color: #C32AA3; }
  .news__socialLinks__item--instagram:hover {
    color: #C32AA3; }

@media all and (min-width: 1025px) {
  .news__title {
    top: 110px;
    font-size: 2.5em; }
    .mason--home .news__title {
      top: 140px; }
  .news__footer {
    margin-top: 100px;
    padding: 45px 0 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .mason--home .news__footer {
      margin-top: 0;
      padding: 45px 0; }
    .news__footer .button__link {
      margin: 0; }
    .news__footer span {
      margin-right: 25px; }
  .news__socialLinks__item {
    margin-right: 15px; } }

@media all and (min-width: 1301px) {
  .news__inner {
    margin-top: -15vw; } }

/*--------------------------------------------------
	Grounds
--------------------------------------------------*/
.grounds {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 20vw; }

.grounds__bg {
  height: auto;
  width: 100%;
  display: block; }

.grounds__address {
  padding: 25px 5%;
  background-color: #A51008; }
  .grounds__address p {
    margin: 0;
    color: #fff;
    font-size: 1.0625em;
    text-align: center; }
    .grounds__address p a {
      font-weight: 700;
      text-decoration: none;
      color: #fff;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .grounds__address p a:hover {
        color: #F7962C; }

.grounds__signup {
  background-color: #F7962C;
  padding: 25px 5%;
  width: 100%;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .grounds__signup:hover {
    background-color: #A51008; }
  .grounds__signup span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 25px;
    font-family: "Playfair Display", serif;
    font-weight: 700; }
    .grounds__signup span:before {
      content: '\f0da';
      font-family: 'FontAwesome';
      margin-right: 25px;
      color: rgba(255, 255, 255, 0.5); }

.grounds__form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F7962C;
  padding: 25px 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -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; }
  .mason--newsletter .grounds__form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.grounds__form__title {
  display: block;
  color: #fff;
  font-size: 1.25em;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 55px; }
  .grounds__form__title:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 25px;
    color: rgba(255, 255, 255, 0.5); }

.grounds__signUpForm__inlineForm .error {
  display: none; }

.grounds__signUpForm__inlineForm .form__page > * {
  height: 55px;
  display: block; }

.grounds__signUpForm__inlineForm .grounds__signUpForm__element {
  margin-bottom: 5px; }
  .grounds__signUpForm__inlineForm .grounds__signUpForm__element input {
    background-color: #f68a13;
    line-height: 55px;
    height: 55px;
    padding: 0 25px;
    color: #fff;
    width: 100%;
    font-size: 1.125em;
    border: none;
    outline: none; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__element input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff;
      opacity: 1; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__element input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 1; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__element input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff;
      opacity: 1; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__element input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 1; }
  .grounds__signUpForm__inlineForm .grounds__signUpForm__element.hasError input {
    border: 3px #fff solid;
    line-height: 49px;
    padding: 0 22px; }

.grounds__signUpForm__inlineForm p {
  display: none; }

.grounds__signUpForm__inlineForm label {
  display: none; }

.grounds__signUpForm__inlineForm .grounds__signUpForm__submit {
  border: none;
  outline: none;
  border-radius: 27.5px;
  background-color: #fff;
  color: #F7962C;
  margin-top: 15px;
  padding: 0 55px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .grounds__signUpForm__inlineForm .grounds__signUpForm__submit:hover {
    color: #A51008; }

.grounds__signUpForm__inlineForm .grounds__signUpForm__message h2 {
  margin: 0;
  color: #fff;
  font-size: 1.25em;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 55px; }

.grounds__signUpForm__inlineForm .grounds__signUpForm__message p {
  color: #fff;
  margin: 0 0 15px;
  display: block; }

.grounds__signUpForm__inlineForm .grounds__signUpForm__message button {
  border: none;
  outline: none;
  border-radius: 27.5px;
  background-color: #fff;
  color: #F7962C;
  padding: 0 55px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
  height: 55px; }
  .grounds__signUpForm__inlineForm .grounds__signUpForm__message button:hover {
    color: #A51008; }

@media all and (min-width: 1025px) {
  .grounds {
    margin-top: -12vw; }
  .grounds__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .grounds__address {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 50px 0 5vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2); }
    .grounds__address p {
      text-align: left; }
      .grounds__address p:first-child {
        margin-bottom: 10px; }
    .grounds__address a {
      margin-right: 25px; }
  .grounds__signup {
    width: calc(415px + 5vw);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5vw 0 50px; }
    .grounds__signup span {
      display: block;
      color: #fff;
      text-align: center;
      font-size: 1.25em;
      font-family: "Playfair Display", serif;
      font-weight: 700; }
      .grounds__signup span:before {
        content: '\f0da';
        font-family: 'FontAwesome';
        margin-right: 25px;
        color: rgba(255, 255, 255, 0.5); }
  .grounds__form {
    padding: 35px 0; }
  .grounds__form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .grounds__form__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 25px; }
  .grounds__signUpForm__inlineForm {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .grounds__signUpForm__inlineForm .form__page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__element {
      margin-right: 5px;
      margin-bottom: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__submit {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-top: 0; }
    .grounds__signUpForm__inlineForm .grounds__signUpForm__message {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .grounds__signUpForm__inlineForm .grounds__signUpForm__message p {
        margin: 0; }
      .grounds__signUpForm__inlineForm .grounds__signUpForm__message button {
        margin-left: 5px; } }

@media all and (min-width: 1301px) {
  .grounds__footer {
    height: 150px; }
  .grounds__address {
    padding: 0 50px 0 calc(50vw - 585px); }
  .grounds__signup {
    padding: 0 calc(50vw - 585px) 0 50px;
    width: calc(415px + (50vw - 585px)); }
  .grounds__form {
    padding: 47.5px 0; } }

/*--------------------------------------------------
	Prospectus
--------------------------------------------------*/
.prospectus__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .prospectus__form__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 5%;
    background: #A51008; }
  .prospectus__form__wrap {
    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;
    width: 100%;
    max-width: 1200px; }
  .prospectus__form__header {
    color: #fff;
    margin: 0;
    font-size: clamp(24px, calc(1.5rem + ((1vw - 4.25px) * 1.5764)), 40px);
    text-align: center; }
  .prospectus__form__desc {
    color: #fff;
    font-size: clamp(16px, calc(1rem + ((1vw - 4.25px) * 0.5911)), 22px);
    margin: 20px 0;
    text-align: center; }
  .prospectus__form .form__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%; }
    @media all and (max-width: 768px) {
      .prospectus__form .form__page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .prospectus__form .form__page .prospectus__form__element {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0; }
      .prospectus__form .form__page .prospectus__form__element .prospectus__form__input {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        color: #A51008;
        outline: 0;
        border: 0;
        border-radius: 5px; }
        @media all and (max-width: 768px) {
          .prospectus__form .form__page .prospectus__form__element .prospectus__form__input {
            height: 48px; } }
        .prospectus__form .form__page .prospectus__form__element .prospectus__form__input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: rgba(165, 16, 8, 0.3);
          opacity: 1; }
        .prospectus__form .form__page .prospectus__form__element .prospectus__form__input::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(165, 16, 8, 0.3);
          opacity: 1; }
        .prospectus__form .form__page .prospectus__form__element .prospectus__form__input:-ms-input-placeholder {
          /* IE 10+ */
          color: rgba(165, 16, 8, 0.3);
          opacity: 1; }
        .prospectus__form .form__page .prospectus__form__element .prospectus__form__input:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(165, 16, 8, 0.3);
          opacity: 1; }
      .prospectus__form .form__page .prospectus__form__element .prospectus__form__label {
        display: none; }
    .prospectus__form .form__page .prospectus__form__submit {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      background: #fff;
      border-radius: 5px;
      border: 2px solid #fff; }
      .prospectus__form .form__page .prospectus__form__submit:hover {
        background: #A51008; }
  .prospectus__form__inlineForm {
    width: 100%; }
    .prospectus__form__inlineForm .formLayout {
      width: 100%; }

/*--------------------------------------------------
	Awards
--------------------------------------------------*/
.awards {
  padding: 25px 0;
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .awards .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.awards__item__link {
  display: block; }
  .awards__item__link img {
    width: 170px;
    display: block; }

@media all and (min-width: 1025px) {
  .awards {
    padding: 35px 0; } }

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.footer {
  padding: 25px 0;
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  z-index: 1; }

.footer__text {
  margin: 0;
  font-size: 0.875em;
  letter-spacing: 1px; }
  .footer__text a {
    text-decoration: none;
    color: #A51008;
    font-weight: 700;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .footer__text a:hover {
      color: #F7962C; }

.footer__seperator {
  display: block;
  height: 0;
  visibility: hidden;
  color: #A7A7A7; }

@media all and (min-width: 1025px) {
  .footer {
    padding: 35px 0; }
  .footer__seperator:not(.last) {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 10px; } }

@media all and (min-width: 1301px) {
  .footer__seperator.last {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 10px; } }

/*--------------------------------------------------
	Vacancies
--------------------------------------------------*/
.mason--vacancyManagementList .customform__submissions li[data-expired="true"] {
  display: none; }

.mason--vacancyManagementList .customform__submissions.toggle li[data-expired="true"] {
  display: block; }

.mason--vacancyManagementList .customform__submissions.toggle li[data-expired="false"] {
  display: none; }

.mason--vacancyManagementItem .cmsForm__field--checkbox {
  display: block; }

.vacancies {
  position: relative;
  z-index: 1;
  margin: 50px 0 0; }

.vacancies__header {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vacancies__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0; }
  .vacancies__filter:last-child {
    margin-right: auto; }

.vacancies__filter__item {
  position: relative;
  padding-left: 45px;
  line-height: 30px;
  margin: 0 40px 40px 0;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  cursor: pointer; }
  .vacancies__filter__item input {
    visibility: hidden; }
  .vacancies__filter__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background-color: #F7962C; }
  .vacancies__filter__item span:after {
    content: '\f00c';
    font-family: 'FontAwesome';
    visibility: hidden;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
  .vacancies__filter__item input:checked + span:after {
    visibility: visible; }

.vacancies__list {
  margin: 0 -30px -30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vacancies__item {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: calc(100% - 30px);
  margin: 0 30px 30px 0;
  padding: Min(5vw, 30px); }
  .vacancies__item hr {
    margin: 0;
    opacity: 0.4;
    border-top: 1px #A51008 solid; }
  .vacancies__item .button__link {
    margin: 0;
    vertical-align: top; }

.vacancies__item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

.vacancies__item__title {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #414141;
  font-size: 1.5em; }

.vacancies__item__intro {
  margin: 25px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  height: 4.8em; }

.vacancies__item__info {
  margin: 0 -25px -15px 0;
  width: calc(100% + 25px);
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .vacancies__item__info li {
    width: calc(50% - 25px);
    margin: 0 25px 15px 0 !important;
    color: #A51008;
    padding-left: 40px;
    position: relative;
    font-size: 0.875em;
    font-weight: 700; }
    .vacancies__item__info li svg {
      position: absolute;
      left: 0;
      right: calc(100% - 40px);
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.vacancies__info {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin: 0 30px 10px 0;
  padding: Min(5vw, 30px); }

.vacancies__info__list {
  padding: 0; }
  .vacancies__info__list li {
    margin-bottom: 0 0 15px 0;
    color: #A51008;
    padding-left: 40px;
    position: relative;
    font-size: 0.875em;
    font-weight: 700; }
    .vacancies__info__list li svg {
      position: absolute;
      left: 0;
      right: calc(100% - 40px);
      margin: 0 auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

@media all and (min-width: 1025px) {
  .vacancies__item {
    width: calc(50% - 30px); }
  .vacancies__info {
    float: left;
    margin: 0 Min(5vw, 30px) 10px 0;
    max-width: 450px; } }

@media all and (min-width: 1301px) {
  .vacancies__list {
    margin: 0 -60px -60px 0; }
  .vacancies__item {
    width: calc(50% - 60px);
    margin: 0 60px 60px 0;
    padding: 65px; } }

/*# sourceMappingURL=main.css.map */