/*! 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: #423E40;
  font-family: "Montserrat", sans-serif; }

button,
input,
select,
textarea {
  font-family: "Montserrat", 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: "Montserrat", 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 #fab427; }

.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 #fab427;
  background: #E2E2E2; }
  .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 #fab427;
  background: #E2E2E2; }

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

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

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

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

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

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

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

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

@media all and (max-width: 768px) {
  .menu__btn {
    display: block;
    background-color: #fab427;
    border: none;
    outline: none;
    height: 55px;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 0 25px; }
    .mason--menu .menu__btn {
      background-color: #e99d05; }
  .menu__btn__text {
    text-align: center;
    font-size: 0.875em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .menu__btn__text:before {
      font-family: "FontAwesome";
      margin-right: 10px;
      font-weight: 400; }
  .menu__btn__text--open {
    display: inline-block; }
    .mason--menu .menu__btn__text--open {
      display: none; }
    .menu__btn__text--open:before {
      content: "\f0c9"; }
  .menu__btn__text--close {
    display: none; }
    .mason--menu .menu__btn__text--close {
      display: inline-block; }
    .menu__btn__text--close:before {
      content: "\f00d"; }
  .menu {
    display: none;
    background-color: #fab427; }
    .mason--menu .menu {
      display: block; }
  .menu__list {
    padding: 10px 0; }
  .menu__item {
    position: relative; }
  .menu__item__link {
    text-decoration: none;
    color: #fff;
    font-size: 0.75em;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px calc(5% + 25px) 10px 5%;
    display: block; }
  .menu__item__button {
    display: none; }
  .menu__item--subitems > .menu__item__button {
    display: block;
    position: absolute;
    top: 5px;
    right: 5%;
    color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    padding: 0; }
  .menu__item--subitems.menu__item--expand {
    padding-bottom: 0; }
  .menu__item__sub {
    display: none;
    background-color: #e99d05;
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu__item--expand .menu__item__sub {
      display: block; }
    .menu__item__sub .menu__item__link {
      font-size: 0.625em;
      line-height: 15px; } }

@media all and (min-width: 769px) {
  .menu__btn {
    display: none; }
  .menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .menu__list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
  @media all and (min-width: 769px) and (min-width: 1025px) {
    .menu__list {
      display: block;
      text-align: right; } }

@media all and (min-width: 769px) {
  .menu__item {
    display: inline-block;
    position: relative; }
  .menu__item__link {
    display: block;
    text-decoration: none;
    color: #949393;
    font-size: 0.75em;
    letter-spacing: 1px;
    text-transform: uppercase;
    -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; } }
  @media all and (min-width: 769px) and (min-width: 1025px) {
    .menu__item__link {
      padding: 0 3px;
      letter-spacing: 0.5px;
      font-size: 0.625em; } }
  @media all and (min-width: 769px) and (min-width: 1301px) {
    .menu__item__link {
      font-size: 0.75em;
      padding: 0 10px;
      letter-spacing: 1px; } }
  @media all and (min-width: 769px) and (min-width: 1600px) {
    .menu__item__link {
      font-size: 0.875em;
      padding: 0 20px; } }

@media all and (min-width: 769px) {
    .menu__item__link span {
      display: block;
      padding: 15px 0;
      line-height: 25px;
      position: relative;
      color: #104F9E; } }
    @media all and (min-width: 769px) and (min-width: 1025px) {
      .menu__item__link span {
        padding: 35px 0; } }

@media all and (min-width: 769px) {
      .menu__item__link span:after {
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        height: 4px;
        background-color: #fab427;
        position: absolute;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 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; }
  .menu__item__button {
    display: none; }
  .menu__list > .menu__item--selected > .menu__item__link, .menu__list > .menu__item:hover > .menu__item__link {
    color: #423E40; }
    .menu__list > .menu__item--selected > .menu__item__link span:after, .menu__list > .menu__item:hover > .menu__item__link span:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .menu__item--subitems > .menu__item__sub {
    top: 100%;
    left: 50%;
    margin: 0;
    margin-left: -125px;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    display: block;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    background-color: #fab427;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    .menu__item--subitems > .menu__item__sub .menu__item {
      display: block; }
    .menu__item--subitems > .menu__item__sub .menu__item__link {
      padding: 5px 20px;
      color: #fff;
      font-size: 0.75em; }
      .menu__item--subitems > .menu__item__sub .menu__item__link span {
        padding: 0; }
      .menu__item--subitems > .menu__item__sub .menu__item__link:hover {
        background-color: #e99d05; }
  .menu__item--subitems:hover > .menu__item__sub, .menu__item--subitems .menu__item__sub:hover {
    opacity: 1;
    visibility: visible; } }

.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:after {
    content: '\f040';
    margin-left: 10px;
    font-family: "FontAwesome"; }

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

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

p {
  color: #423E40; }

h1, h2, h3, h4, h5, h6 {
  color: #fab427;
  font-family: "Montserrat", sans-serif;
  font-weight: 600; }

.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 {
  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; } }

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

/*--------------------------------------------------
	Header
--------------------------------------------------*/
.header {
  position: relative;
  z-index: 10;
  -webkit-transition: margin-top 350ms ease;
  -o-transition: margin-top 350ms ease;
  transition: margin-top 350ms ease; }
  .mason--trust .header {
    margin-top: 50px; }

.header__schools {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  background-color: #1C191A; }
  .active .header__schools {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }

.header__schools__pop {
  height: 50px;
  padding: 0 10%;
  position: relative; }

.header__schools__pop__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  color: #fff;
  font-size: 1.75em; }

.header__schools__pop__btn--prev {
  left: 0; }

.header__schools__pop__btn--next {
  right: 0; }

.header__schools__list {
  overflow: hidden;
  height: 50px; }

.header__schools__item a {
  display: block;
  border-top: 4px solid;
  line-height: 46px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 1px;
  opacity: 0.4;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  position: relative; }
  .header__schools__item a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto;
    width: 2px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.1); }
  .header__schools__item a:hover {
    opacity: 1; }

.header__schools__btn {
  position: absolute;
  right: 5%;
  left: 5%;
  margin: auto;
  width: 255px;
  top: 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  background-color: #1C191A;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 25px; }
  .header__schools__btn img {
    margin-right: 15px; }
  .header__schools__btn span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.5em;
    display: block; }
  .header__schools__btn h2 {
    font-size: 0.75em;
    color: #fff;
    margin: 0; }

.header__top {
  display: none;
  padding: 0 calc(285px + 5%) 0 5%;
  border-bottom: 1px #E2E2E2 solid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header__top > a {
    line-height: 50px;
    color: #949393;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 1px;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .header__top > a:hover {
      color: #fab427; }

.header__top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__quicklinks {
  position: relative;
  padding: 10px 0;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear;
  -o-transition: opacity 350ms ease, visibility 0ms linear;
  transition: opacity 350ms ease, visibility 0ms linear; }
  .mason--search .header__quicklinks {
    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__quicklinks__btn {
  background-color: #EFEFEF;
  border-radius: 15px;
  padding: 0 15px;
  color: #fab427;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 10px;
  -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; }
  .header__quicklinks__btn:hover, .active .header__quicklinks__btn {
    background-color: #fab427;
    color: #fff; }

.header__quicklinks__list {
  position: absolute;
  top: 50px;
  padding: 10px 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fab427;
  width: 250px;
  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; }
  .active .header__quicklinks__list {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear;
    -o-transition: opacity 350ms ease, visibility 0ms linear;
    transition: opacity 350ms ease, visibility 0ms linear; }
  .header__quicklinks__list:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fab427 transparent; }

.header__quicklinks__item a {
  display: block;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 20px;
  text-align: center;
  font-size: 0.75em;
  letter-spacing: 1px;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .header__quicklinks__item a:hover {
    background-color: #e99d05; }

.header__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear;
  -o-transition: opacity 350ms ease, visibility 0ms linear;
  transition: opacity 350ms ease, visibility 0ms linear; }
  .mason--search .header__social__list {
    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__social__item {
  margin-right: 10px;
  padding: 10px 0; }
  .header__social__item a {
    background-color: #EFEFEF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 0.875em;
    -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; }
    .header__social__item a:hover {
      color: #fff; }

.header__social__item--t a {
  color: #1DA1F2; }
  .header__social__item--t a:hover {
    background-color: #1DA1F2; }

.header__social__item--f a {
  color: #3B5998; }
  .header__social__item--f a:hover {
    background-color: #3B5998; }

.header__social__item--i a {
  color: #E1306C; }
  .header__social__item--i a:hover {
    background-color: #E1306C; }

.header__search {
  padding: 10px 0;
  width: 30px;
  position: relative; }
  .header__search form {
    position: absolute;
    left: -240px;
    top: 10px;
    background-color: #fab427;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    width: 230px; }
    .header__search form input {
      color: #fff;
      padding: 0 0 0 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      line-height: 30px;
      background: none;
      width: 200px;
      letter-spacing: 1px;
      font-size: 0.75em; }
      .header__search form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 1;
        color: #fff;
        text-transform: uppercase; }
      .header__search form input::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        color: #fff;
        text-transform: uppercase; }
      .header__search form input:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 1;
        color: #fff;
        text-transform: uppercase; }
      .header__search form input:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
        color: #fff;
        text-transform: uppercase; }
    .header__search form button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 30px;
      color: #fff;
      font-size: 0.875em; }
    .mason--search .header__search form {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 350ms ease, visibility 0ms linear;
      -o-transition: opacity 350ms ease, visibility 0ms linear;
      transition: opacity 350ms ease, visibility 0ms linear; }

.header__search__toggle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #104f9e;
  color: #fff;
  font-size: 0.875em;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .header__search__toggle:hover {
    background-color: #fab427; }

.header__bot {
  padding: 55px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__title {
  margin: 10px 0;
  padding: 0 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  text-align: center; }
  .header__title img {
    display: inline-block;
    margin: 0;
    vertical-align: top; }

.header__title__text h1 {
  margin: 0 0 5px;
  font-size: 1.125em;
  color: #423E40; }

.header__title__text span {
  display: block;
  color: #fab427;
  font-size: 0.625em; }

@media all and (min-width: 769px) {
  .header__schools__btn {
    left: auto; }
  .header__schools__pop {
    padding: 0 5%; }
  .header__schools__pop__btn {
    width: 5%; }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mason--fixed .header__top {
      margin-bottom: 147px; }
  .header__bot {
    padding: 0 5%;
    background-color: #fff; }
    .mason--fixed .header__bot {
      position: fixed;
      top: -92px;
      left: 0;
      right: 0; }
  .header__title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    .header__title img {
      margin-right: 10px; }
  .header__title__text h1 {
    font-size: 1.25em; }
  .header__title__text span {
    font-size: 0.75em; } }

@media all and (min-width: 1025px) {
  .mason--fixed .header__top {
    margin-bottom: 95px; }
  .header__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mason--fixed .header__bot {
      top: 0; }
  .header__quicklinks {
    padding: 0; }
  .header__quicklinks__btn {
    display: none; }
  .header__quicklinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: auto;
    background: none;
    padding: 0; }
    .header__quicklinks__list:before {
      display: none; }
  .header__quicklinks__item {
    margin-right: 30px; }
    .header__quicklinks__item a {
      line-height: 50px;
      color: #949393;
      padding: 0;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .header__quicklinks__item a:hover {
        color: #fab427;
        background: none; } }

@media all and (min-width: 1301px) {
  .header__title img {
    margin-right: 25px; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  position: relative;
  min-height: 180px;
  max-height: 520px; }
  .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.14286%; }

.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: 1;
  position: relative; }
  .hero__slideshow:after {
    content: "";
    position: absolute;
    z-index: 101;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }

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

.hero__slideshow__item__img {
  height: 100%; }

.hero__path {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
  bottom: 35px;
  left: 5%;
  right: 5%; }

.hero__path__item {
  display: inline; }

.hero__path__item__link {
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .hero__path__item__link:hover {
    color: #fab427; }

.hero__path__item__sep {
  margin: 0 10px;
  color: #fab427; }

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

.hero__path__item:last-child .hero__path__item__sep {
  display: none; }

.hero__path__item:last-child .hero__path__item__link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.25); }

.hero__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
  height: 10%; }

@media all and (min-width: 1025px) {
  .hero__path {
    left: calc(5% + 450px);
    bottom: 85px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
  .hero__path__item__sep {
    margin: 0 25px; } }

@media all and (min-width: 1301px) {
  .hero__path {
    left: calc((50% - 585px) + 450px); } }

/*--------------------------------------------------
	Main
--------------------------------------------------*/
.main {
  position: relative;
  z-index: 2;
  padding-bottom: 25px; }

.main__watermark {
  position: absolute;
  bottom: -5vw;
  left: -8vw;
  width: 35%;
  z-index: -1;
  pointer-events: none; }

@media all and (min-width: 1025px) {
  .main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 70px; } }

/*--------------------------------------------------
	Content
--------------------------------------------------*/
.content {
  padding: 25px 0; }

.content__title {
  margin: 0; }

.content__region {
  line-height: 1.8;
  margin-bottom: 20px; }
  .content__region a {
    color: #fab427;
    font-weight: 700;
    text-decoration: none; }
    .content__region a:hover {
      text-decoration: underline; }

.content__block__news_category {
  max-width: 560px; }

.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;
    padding: 75px 0 75px 75px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

/*--------------------------------------------------
	Subnav
--------------------------------------------------*/
.subnav {
  background-color: #fab427;
  border-radius: 30px; }

.subnav__title {
  margin: 0;
  line-height: 90px;
  color: #fff;
  font-size: 1.5em;
  padding: 0 25px; }

.subnav__list {
  padding: 15px 0; }

.subnav__list__item__link {
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease;
  padding: 15px 25px;
  line-height: 20px;
  display: block;
  font-size: 0.875em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  position: relative; }
  .subnav__list__item__link:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: 300;
    font-size: 2.28571em;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 2px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    background-color: #104f9e;
    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; }
  .subnav__list__item--selected .subnav__list__item__link, .subnav__list__item__link:hover {
    color: #104f9e; }
    .subnav__list__item--selected .subnav__list__item__link:after, .subnav__list__item__link:hover:after {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 350ms ease, visibility 0ms linear;
      -o-transition: opacity 350ms ease, visibility 0ms linear;
      transition: opacity 350ms ease, visibility 0ms linear; }

@media all and (min-width: 1025px) {
  .subnav {
    margin-top: -90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 375px;
    text-align: left;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .subnav__title {
    padding: 0 50px; }
  .subnav__list {
    padding: 15px 0 115px; }
  .subnav__list__item__link {
    padding: 15px 50px; } }

/*--------------------------------------------------
	Vacancies
--------------------------------------------------*/
.vacancies__list {
  padding: 0;
  margin: 0;
  list-style: none; }

.vacancies__item {
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15)); }
  .vacancies__item > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .vacancies__item:hover .vacancies__item__title {
    -webkit-text-decoration-color: #fab427;
    text-decoration-color: #fab427; }

.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;
  color: #333;
  padding: 30px; }

.vacancies__item__school {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px 30px;
  letter-spacing: 0.05em;
  font-weight: 600; }

.vacancies__item__title {
  color: #fab427;
  font-size: 36px;
  margin: 0 0 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration .3s ease;
  transition: -webkit-text-decoration .3s ease;
  -o-transition: text-decoration .3s ease;
  transition: text-decoration .3s ease;
  transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }

.vacancies__item__salary,
.vacancies__item__date {
  margin-bottom: 20px;
  font-size: 18px; }

.vacancies__item__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-width: 600px; }

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.footer {
  position: relative;
  z-index: 3; }

.footer__border {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;
  height: 25px; }

.footer__top {
  padding: 25px 0;
  background-color: #1C191A;
  text-align: center; }
  .footer__top .button__link {
    margin: 1em 0 0; }

.footer__top__left {
  margin-bottom: 25px; }

.footer__logo {
  display: inline-block;
  margin: 0 auto; }

.footer__social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0; }

.footer__social__item {
  margin-right: 10px; }
  .footer__social__item a {
    background-color: #EFEFEF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 0.875em;
    -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; }
    .footer__social__item a:hover {
      color: #fff; }

.footer__social__item--t a {
  color: #1DA1F2; }
  .footer__social__item--t a:hover {
    background-color: #1DA1F2; }

.footer__social__item--f a {
  color: #3B5998; }
  .footer__social__item--f a:hover {
    background-color: #3B5998; }

.footer__social__item--i a {
  color: #E1306C; }
  .footer__social__item--i a:hover {
    background-color: #E1306C; }

.footer__info {
  color: #fff;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.8;
  margin: 0; }
  .footer__info a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .footer__info a:hover {
      color: #fab427; }
  img + .footer__info {
    margin-top: 25px; }

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

.footer__contact__title {
  color: #fff;
  margin: 0; }

.footer__contact__text {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 1px; }
  .footer__contact__text a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .footer__contact__text a:hover {
      color: #fab427; }

.footer__bot {
  background-color: #2B2729;
  padding: 25px 0; }

.footer__bot__inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.4; }

@media all and (min-width: 1025px) {
  .footer__border {
    height: 70px; }
  .footer__top {
    padding: 75px 0;
    text-align: left; }
  .footer__top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__top__left {
    width: 60%;
    margin-bottom: 0; }
  .footer__logo {
    margin: 0 10px 0 0; }
  .footer__social__list {
    margin: 50px 0 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer__seperator {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 10px; }
  .footer__top__right {
    width: 40%; }
  .footer__bot__inner p {
    text-align: left; } }

@media (max-width: 768px) {
  .content__region table {
    font-size: 90% !important; } }

/*--------------------------------------------------
	CHANGES
--------------------------------------------------*/
.header__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.header__title__text h1 {
  font-size: 1.625em; }

.header__title__text span {
  font-size: 0.875em; }

.header__top > a {
  color: #000; }

.header__quicklinks__item a {
  color: #000; }

.menu__item__link {
  color: #000; }
  .menu__item__link span {
    color: currentColor; }

.welcome__block.welcome__curved .welcome__item__img {
  border-radius: 30px; }

.welcome__inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px; }

.welcome__item__text__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 510px; }

.welcome__item__heading {
  font-size: 40px;
  font-weight: 600;
  color: #fab427;
  text-transform: uppercase;
  margin: 0; }

.welcome__item__text {
  font-size: 14px;
  font-weight: 500;
  color: currentColor;
  margin: calc(32px - 1em) 0 calc(48px - 1em);
  line-height: 1.6; }

.welcome__item__img {
  width: 584px;
  height: 425px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden; }

@media (max-width: 1300px) {
  .welcome__item__img {
    width: 484px;
    height: 325px; } }

@media (max-width: 1024px) {
  .welcome__block {
    padding-top: 40px; }
  .welcome__block,
  .welcome__inner {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 40px; }
  .welcome__item__text__wrap {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; } }

@media (max-width: 550px) {
  .welcome__item__img {
    max-width: 480px;
    width: 100%;
    height: 280px; } }

.hero__quote {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hero__quote__ofsted {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  height: 50px; }

.hero__quote__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.hero__quote__item {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5%; }
  .hero__quote__item p {
    color: #fff;
    margin: 0;
    font-size: 0.75em; }
  .hero__quote__item span {
    color: #fff;
    display: inline-block;
    margin: 15px 0 0;
    position: relative;
    padding-left: 40px;
    font-size: 0.625em;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .hero__quote__item span:before {
      content: '';
      position: absolute;
      left: 0;
      width: 25px;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 2px;
      background-color: #fff; }

@media all and (min-width: 1025px) {
  .hero__quote {
    bottom: 130px;
    padding: 0 500px 0 0; }
  .hero__quote__ofsted {
    margin: 0 40px 0 0;
    height: auto; }
  .hero__quote__item p {
    font-size: 1.25em; } }

@media all and (min-width: 1301px) {
  .hero__quote__item p {
    font-size: 1.5em; } }
