@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'tex';
  src: url("/_site/fonts/texgyreadventor-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

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

button,
input,
select,
textarea {
  font-family: "tex", 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: #5c5c5c;
  font-family: "tex", sans-serif;
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #00aff6;
  text-decoration: none; }

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

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

.region img {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.captcha__help {
  max-width: 28em; }

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

.captcha__elements {
  width: 200px; }

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

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

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

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

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

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

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

#forumUpdateForm fieldset {
  margin: 1em 0; }

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

.mason--admin .anchor, .mason--admin .access__anchor, .mason--admin .content__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; }

.fa-chevron-left {
  -webkit-transform: translateY(2px) translateX(-0.1em);
  -ms-transform: translateY(2px) translateX(-0.1em);
  transform: translateY(2px) translateX(-0.1em); }

.fa-chevron-right {
  -webkit-transform: translateY(2px) translateX(0.1em);
  -ms-transform: translateY(2px) translateX(0.1em);
  transform: translateY(2px) translateX(0.1em); }

.print {
  display: none; }

.container {
  position: relative;
  width: 100%; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  .lte-ie7 .container {
    zoom: 1; }

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

.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .cover--bg__cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.list__reset {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.center {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  .center:before, .center:after {
    content: "";
    display: table; }
  .center:after {
    clear: both; }
  .lte-ie7 .center {
    zoom: 1; }

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

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

.nav__button {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: #0021a4;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 10; }
  .nav__button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #84d769;
    opacity: 0.6;
    height: 100%;
    -webkit-transform: scale(0.7) rotate(45deg);
    -ms-transform: scale(0.7) rotate(45deg);
    transform: scale(0.7) rotate(45deg);
    -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; }
  .nav__button:hover:after {
    -webkit-transform: scale(1) rotate(180deg);
    -ms-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg); }

.circle__button {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }

.rounded__button {
  display: inline-block;
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.875em;
  padding: 0.8em 1.75em;
  border: 1px solid #0021a4;
  background: rgba(0, 33, 164, 0);
  color: #0021a4;
  text-decoration: none !important;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }
  .rounded__button.rounded__button--big {
    padding: 1.4em 2.4em;
    border-radius: 50px; }
  .rounded__button:hover {
    background: #0021a4;
    color: #fff; }

@media all and (min-width: 769px) {
  .rounded__button {
    font-size: 15px; }
    .rounded__button.rounded__button--big {
      font-size: 16px; } }

.lte-ie8 .rounded__button {
  font-size: 15px; }
  .lte-ie8 .rounded__button.rounded__button--big {
    font-size: 16px; }

.uppercase, .rounded__button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875em;
  font-weight: 500; }

.heading {
  font-family: "tex", sans-serif;
  font-weight: 700; }

.bold {
  font-weight: 600; }

.light {
  font-weight: 300; }

.medium {
  font-weight: 500; }

.home__title {
  margin: 0 0 0.6em;
  font-size: 1.8em;
  color: #454545; }
  @media all and (min-width: 1025px) {
    .home__title {
      font-size: 2.5em; } }

.alt__font {
  font-family: "Muli", sans-serif;
  font-weight: 400; }

.lazy__load__img {
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity .8s ease 0.8s, -webkit-transform .5s ease;
  transition: opacity .8s ease 0.8s, -webkit-transform .5s ease;
  -o-transition: opacity .8s ease 0.8s, transform .5s ease;
  transition: opacity .8s ease 0.8s, transform .5s ease;
  transition: opacity .8s ease 0.8s, transform .5s ease, -webkit-transform .5s ease; }
  .lazy__loaded .lazy__load__img {
    opacity: 1; }

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

.bg__pri {
  background: #0021a4;
  color: #fff; }

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

.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; */ }

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

.owl-dot {
  cursor: pointer;
  display: none;
  width: 15px;
  height: 15px;
  margin-right: 0.25em; }

.owl-nav {
  display: none; }

.colour__swipe__overlay {
  position: absolute;
  top: 100%;
  height: 100%;
  background: #0021a4;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(2) rotate(35deg) translate(-60%, -160%);
  -ms-transform: scale(2) rotate(35deg) translate(-60%, -160%);
  transform: scale(2) rotate(35deg) translate(-60%, -160%);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
  z-index: 5; }
  .swipe__ready .colour__swipe__overlay {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(2) rotate(35deg) translate(-60%, -80%);
    -ms-transform: scale(2) rotate(35deg) translate(-60%, -80%);
    transform: scale(2) rotate(35deg) translate(-60%, -80%);
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    -o-transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease; }
  .swipe__animate .colour__swipe__overlay {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0.4;
    -webkit-transform: scale(2) rotate(35deg) translate(-60%, -40%);
    -ms-transform: scale(2) rotate(35deg) translate(-60%, -40%);
    transform: scale(2) rotate(35deg) translate(-60%, -40%);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease; }

.colour__swipe__overlay__extra {
  width: 50%;
  padding-top: 50%;
  min-width: 70px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  bottom: 100%;
  left: 100%;
  opacity: .9;
  -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, -webkit-transform .7s ease;
  -o-transition: transform .7s ease, opacity .7s ease;
  transition: transform .7s ease, opacity .7s ease;
  transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease; }
  .swipe__animate .colour__swipe__overlay__extra {
    -webkit-transform: rotate(35deg) translate(-30%, 60%);
    -ms-transform: rotate(35deg) translate(-30%, 60%);
    transform: rotate(35deg) translate(-30%, 60%); }

@media all and (min-width: 769px) {
  .swipe__animate .colour__swipe__overlay {
    -webkit-transform: scale(2) rotate(35deg) translate(-60%, -30%);
    -ms-transform: scale(2) rotate(35deg) translate(-60%, -30%);
    transform: scale(2) rotate(35deg) translate(-60%, -30%); } }

.swipe__animate .lte-ie8 .colour__swipe__overlay {
  -webkit-transform: scale(2) rotate(35deg) translate(-60%, -30%);
  -ms-transform: scale(2) rotate(35deg) translate(-60%, -30%);
  transform: scale(2) rotate(35deg) translate(-60%, -30%); }

@media all and (min-width: 1025px) {
  .swipe__animate .colour__swipe__overlay {
    -webkit-transform: scale(2) rotate(35deg) translate(-60%, -25%);
    -ms-transform: scale(2) rotate(35deg) translate(-60%, -25%);
    transform: scale(2) rotate(35deg) translate(-60%, -25%); } }

.admin__tip {
  background: #EF5B25;
  color: #fff;
  position: absolute;
  right: 0;
  padding: 0.1em 0.4em;
  z-index: 100; }
  .admin__tip a {
    text-decoration: none;
    color: #fff;
    padding: 0 !important; }
  .admin__tip--above {
    bottom: 105%;
    bottom: calc(100% + 15px); }
  .admin__tip--below {
    top: 100%;
    top: calc(100% + 15px); }
  .admin__tip--top {
    top: 0; }
  .admin__tip--bottom {
    bottom: 0; }

/* #customForm {
	.customform__field {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    align-content: stretch;
	    align-items: flex-start;
	    margin-bottom: 1em;
	    padding-bottom: 1em;
	    border-bottom: 1px solid rgba(#efefef, 0.8);
	    .customFormDesc {
	    	order: 2;
	    	font-size: 80%;
	    	font-weight: 700;
	    }
	    label {
	    	font-size: 90%;
    	    background: rgba(#efefef, 0.3);;
    		padding: 0.2em 0.5em;
    		border: 1px solid rgb(169, 169, 169);
    		border-bottom: 0;
	    }
	    input {
	    	min-width: 300px;
	    }
	}
	
}
 */
#googleMapSelector {
  width: 100%;
  height: 100%; }

@-webkit-keyframes logoOpacity {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes logoOpacity {
  0% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.fill__none {
  fill: none; }

.fill__one {
  fill: #7aae6d; }

.fill__two {
  fill: #bdd577; }

.fill__three {
  fill: #649956; }

.svg__complete {
  position: fixed;
  left: -1000%;
  width: 0;
  height: 0; }

.urgent__list, .main {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  .urgent__list:before, .main:before, .urgent__list:after, .main:after {
    content: "";
    display: table; }
  .urgent__list:after, .main:after {
    clear: both; }
  .lte-ie7 .urgent__list, .lte-ie7 .main {
    zoom: 1; }

.urgent__list, .hero__slideshow, .content__path, .content__share__list, .mason--staff .staff__list, .mason--governors .governors__list {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.urgent {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #FFF;
  background: #AE4141;
  z-index: 7; }

.urgent__list {
  margin: 0 auto;
  padding: 2.5em 0 0;
  line-height: 1.8em; }

.urgent__list__item__title {
  color: #FFF;
  position: relative;
  font-weight: 700; }
  .urgent__list__item__title .fa, .urgent__list__item__title span {
    font-weight: 400; }
  .urgent__list__item__title span {
    margin-left: 10px; }

.urgent__list__item__link {
  text-decoration: none;
  color: #FFF; }

@media all and (min-width: 769px) {
  .urgent__list {
    padding: 0; }
  .urgent__list__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; } }

.lte-ie8 .urgent__list {
  padding: 0; }

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

.header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
  padding-top: 23%;
  pointer-events: none; }

.header__container {
  position: absolute;
  top: 0;
  left: -7%;
  color: #fff;
  z-index: 5;
  width: 66%;
  height: 100%; }
  .header__container a {
    display: block;
    z-index: 3;
    height: auto;
    top: 20%;
    pointer-events: auto; }
  .header__container h1 {
    margin: 0;
    width: 60%;
    text-align: center;
    height: auto;
    left: 5%;
    position: relative;
    top: 20%; }

@media (min-width: 1700px) {
  .header__container {
    left: -22vw; } }

@media (min-width: 1500px) and (max-width: 1699px) {
  .header__container {
    left: -18vw; } }

@media (min-width: 1250px) and (max-width: 1499px) {
  .header__container {
    left: -14vw; } }

@media (min-width: 1050px) and (max-width: 1249px) {
  .header__container {
    left: -10vw; } }

@media (max-width: 850px) {
  .header__container {
    left: -7vw; } }

@media (max-width: 960px) {
  .header__container .header__link {
    display: block; }
    .header__container .header__link img {
      width: 18vw; } }

.header__svg {
  position: absolute;
  top: -10%;
  width: 130%;
  right: 0; }
  .header__svg svg {
    width: 100%;
    fill: #aabf70;
    fill-opacity: 0.2; }
  .no-supports .header__svg {
    height: 25vw; }

.header__logo {
  width: 55%; }

.header__title {
  width: 45%;
  margin: 0 auto;
  display: none; }
  .header__title path {
    fill: none; }
  .no-supports .header__title {
    height: 66px; }

#svg__title {
  /* fill: none;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 400;
	stroke-dashoffset: 300; */
  fill: white; }

@media all and (max-width: 849px) {
  .header__container a {
    display: none; } }

@media all and (min-width: 850px) {
  .mobile__title {
    display: none; }
  .header__container a {
    top: 15%; }
  .header__logo {
    width: 40%; }
  .header__title {
    display: block;
    width: 38%; } }

.mason {
  padding-top: 66px; }

.menu__btn {
  height: 66px;
  text-align: right;
  padding-right: 5%;
  background: #0021a4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7; }
  .mason--admin .menu__btn {
    position: absolute; }

.mobile__title {
  height: 66px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0 10px 5%;
  z-index: 10; }
  .mobile__title svg {
    height: 100%;
    fill: white; }
  .mobile__title img {
    height: 110px; }

.menu__btn__text {
  line-height: 1;
  color: #fff;
  position: relative;
  font-size: 1.2em;
  z-index: 7; }
  .menu__btn__text img {
    position: relative;
    top: 1px;
    margin-right: 5px; }

.menu__btn__text--close {
  position: absolute;
  background: #082185;
  text-align: right;
  height: 66px;
  line-height: 66px;
  padding-right: 5%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .menu__btn__text--close .fa {
    font-size: 1.1em; }
  .mason--menu .menu__btn__text--close {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

@media all and (min-width: 850px) {
  .menu__btn {
    display: none; } }

.menu {
  position: fixed;
  top: 66px;
  bottom: 0;
  left: 100%;
  width: 80%;
  max-width: 380px;
  background: #0021a4;
  z-index: 20; }
  .mason--admin .menu {
    position: absolute; }

.menu__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  background: #0021a4;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  z-index: 4;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.menu__sidebar__list {
  position: relative;
  padding: 1em 0 4em; }

.menu__sidebar__list__item {
  display: block;
  position: relative; }
  .menu__sidebar__list__item--selected > .menu__sidebar__list__item__link {
    color: #fff; }
  .menu__sidebar__list__item--selected > .menu__sidebar__list__item__button {
    color: #fff; }

.menu__sidebar__list__item__link {
  display: inline-block;
  padding: 0.9em 4em 0.9em 2em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

.menu__sidebar__list__item__button {
  display: none;
  position: absolute;
  right: 0;
  top: 0.35em;
  width: 4em;
  background: transparent;
  text-align: center;
  color: #fff;
  height: 2.4em; }

.menu__sidebar__list > .menu__sidebar__list__item--subitems > button {
  display: inline-block; }

.menu__sidebar__list__item__sub {
  display: none;
  background: #001a80;
  padding-left: 1em;
  font-size: 0.95em;
  margin: 0; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item {
    text-transform: none; }

.menu__overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  height: 100%;
  width: 900px;
  z-index: 2;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s;
  -o-transition: opacity .3s ease, visibility 0s ease .3s;
  transition: opacity .3s ease, visibility 0s ease .3s; }

.mason--menu .menu__sidebar, .mason--menu .menu__extras {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.mason--menu .menu__overlay {
  right: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease, visibility 0s ease 0s;
  -o-transition: opacity .3s ease, visibility 0s ease 0s;
  transition: opacity .3s ease, visibility 0s ease 0s; }

.menu__extras {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: inherit;
  padding: 0 10px 10px;
  background: #001e95; }
  .menu__extras form {
    display: block;
    width: 100%;
    height: 40px;
    position: relative; }
  .menu__extras input {
    background: transparent;
    border: 0;
    outline: none;
    border-bottom: 1px solid #fff; }
    .menu__extras input::-webkit-input-placeholder {
      color: white; }
    .menu__extras input:-ms-input-placeholder {
      color: white; }
    .menu__extras input::-ms-input-placeholder {
      color: white; }
    .menu__extras input::placeholder {
      color: white; }
  .menu__extras button {
    background: transparent;
    color: #fff;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    line-height: 40px; }
  .menu__extras .find__btn {
    display: none; }

@media all and (min-width: 850px) {
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: auto;
    left: auto;
    max-width: none;
    width: 100%;
    text-align: right;
    height: auto;
    background: #0021a4;
    z-index: 8; }
  .menu__sidebar {
    position: relative;
    display: block !important;
    padding: 0;
    z-index: 40;
    top: 0;
    right: 0;
    width: 100%;
    overflow: visible; }
  .menu__sidebar__list {
    width: 90%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    position: relative;
    background: transparent;
    top: 0;
    right: 0;
    padding: 0; }
    .menu__sidebar__list > .menu__sidebar__list__item {
      width: auto;
      text-align: center;
      display: inline-block;
      background: transparent;
      z-index: 3;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
      .menu__sidebar__list > .menu__sidebar__list__item span {
        position: relative;
        display: inline-block; }
        .menu__sidebar__list > .menu__sidebar__list__item span:after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #fff;
          -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
          transform: scale(0, 1);
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transition: -webkit-transform 0.3s;
          transition: -webkit-transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          transition: transform 0.3s, -webkit-transform 0.3s;
          -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
          -o-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
          transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9); }
      .menu__sidebar__list > .menu__sidebar__list__item--selected span:after, .menu__sidebar__list > .menu__sidebar__list__item:hover span:after {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1); }
      .menu__sidebar__list > .menu__sidebar__list__item--selected > .menu__sidebar__list__item__link, .menu__sidebar__list > .menu__sidebar__list__item:hover > .menu__sidebar__list__item__link {
        color: #fff; }
      .menu__sidebar__list > .menu__sidebar__list__item:hover .menu__sidebar__list__item__sub {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 1;
        visibility: visible;
        -webkit-transition: visibility 0s ease 0s, opacity .3s ease, -webkit-transform .3s ease;
        transition: visibility 0s ease 0s, opacity .3s ease, -webkit-transform .3s ease;
        -o-transition: transform .3s ease, visibility 0s ease 0s, opacity .3s ease;
        transition: transform .3s ease, visibility 0s ease 0s, opacity .3s ease;
        transition: transform .3s ease, visibility 0s ease 0s, opacity .3s ease, -webkit-transform .3s ease; }
    .menu__sidebar__list .menu__sidebar__list__item__button {
      display: none !important; }
  .menu__sidebar__list__item__link {
    padding: 1.6em .5em; }
  .menu__sidebar__list__item__sub {
    display: block !important;
    position: absolute;
    left: -50px;
    right: -50px;
    width: auto;
    top: 100%;
    padding: 1em 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s ease .3s, opacity .3s ease, -webkit-transform .3s ease;
    transition: visibility 0s ease .3s, opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, visibility 0s ease .3s, opacity .3s ease;
    transition: transform .3s ease, visibility 0s ease .3s, opacity .3s ease;
    transition: transform .3s ease, visibility 0s ease .3s, opacity .3s ease, -webkit-transform .3s ease; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item span:after {
      display: none; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item__link {
      padding: .65em; }
    .menu__sidebar__list__item__sub .menu__bg {
      display: none; }
    .menu__sidebar__list__item__sub:before, .menu__sidebar__list__item__sub:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 100%; }
    .menu__sidebar__list__item__sub:before {
      height: 20px;
      background: rgba(255, 255, 255, 0); }
    .menu__sidebar__list__item__sub:after {
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7.5px 10px 7.5px;
      border-color: transparent transparent #001a80 transparent; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item__link:hover {
      color: #fff; }
  .menu__extras {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    z-index: 50;
    visibility: hidden;
    z-index: 52;
    max-width: 1170px;
    margin: 0 auto; }
    .menu__extras .find__btn {
      display: block;
      visibility: visible;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.3); }
      .menu__extras .find__btn:hover {
        background: #0021a4;
        color: #fff;
        border-color: #0021a4; }
  .menu__search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    vertical-align: top; }
  .menu__search__container {
    display: inline-block;
    width: auto;
    vertical-align: top;
    width: 0px;
    background: #0021a4;
    visibility: hidden;
    -webkit-transition: width .3s ease, padding .3s ease, visibility 0s ease .3s;
    -o-transition: width .3s ease, padding .3s ease, visibility 0s ease .3s;
    transition: width .3s ease, padding .3s ease, visibility 0s ease .3s; }
    .menu__search__container form {
      display: block;
      width: 100%;
      height: 60px;
      position: relative; }
    .menu__search__container input {
      background: transparent;
      border: 0;
      outline: none;
      border-bottom: 1px solid #fff; }
      .menu__search__container input::-webkit-input-placeholder {
        color: white; }
      .menu__search__container input:-ms-input-placeholder {
        color: white; }
      .menu__search__container input::-ms-input-placeholder {
        color: white; }
      .menu__search__container input::placeholder {
        color: white; }
    .menu__search__container button {
      background: transparent;
      color: #fff;
      border: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 40px;
      line-height: 40px; }
    .mason--find .menu__search__container {
      width: 100%;
      visibility: visible;
      padding-left: 20px;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
  .search__button {
    display: inline-block;
    vertical-align: top; }
    .search__button .cover {
      background: #0021a4 url("/_site/images/design/close.png") center no-repeat;
      -webkit-transform: translateX(100%) rotate(360deg);
      -ms-transform: translateX(100%) rotate(360deg);
      transform: translateX(100%) rotate(360deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .mason--find .search__button {
    border-color: #0021a4; }
    .mason--find .search__button .cover {
      -webkit-transform: translateX(0%) rotate(45deg);
      -ms-transform: translateX(0%) rotate(45deg);
      transform: translateX(0%) rotate(45deg); } }

@media all and (min-width: 1025px) {
  .menu__sidebar__list__item__link {
    padding: 1.6em 1.3em; } }

@media all and (min-width: 1301px) {
  .menu__sidebar__list__item__link {
    padding: 1.6em 2em; } }

.hero {
  width: 100%;
  min-height: 14em;
  height: 28vw;
  overflow: hidden;
  position: relative;
  background: #0021a4;
  z-index: 4; }
  .hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2; }

.hero__slideshow {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #111; }

.hero__slideshow__item {
  width: 100%;
  height: 100%; }
  .hero__slideshow__item img {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s; }

.down__arrow {
  position: absolute;
  width: 12%;
  height: 0;
  padding-top: 12%;
  z-index: 9;
  bottom: 0em;
  right: 5%;
  margin: auto;
  min-width: 70px;
  min-height: 70px;
  -webkit-transform: translateY(60%) scale(1.5, 1);
  -ms-transform: translateY(60%) scale(1.5, 1);
  transform: translateY(60%) scale(1.5, 1); }

.down__arrow__bg {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  .down__arrow__bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff6e4;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

.logo__overlay {
  position: absolute;
  top: -5%;
  right: 0;
  bottom: -5%;
  left: 40%;
  z-index: 3;
  opacity: 0.2; }

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0); }
  5% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); }
  45% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); }
  50% {
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0); }
  95% {
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0); }
  100% {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0); } }

@keyframes arrowMove {
  0% {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0); }
  5% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); }
  45% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1); }
  50% {
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0); }
  95% {
    -webkit-transform: translateY(100%) scale(0);
    transform: translateY(100%) scale(0); }
  100% {
    -webkit-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0); } }

.down__arrow__icon {
  position: absolute;
  width: 1em;
  top: 10%;
  left: 0;
  right: 0;
  height: 30%;
  margin: 0 auto;
  z-index: 2;
  font-size: 1.45em;
  color: #082185;
  text-align: center;
  pointer-events: none; }

.arrow--1, .arrow--2 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: url("/_site/images/design/arrow-down.png") center no-repeat;
  background-size: contain;
  width: 100%;
  height: 1em;
  -webkit-transform: translateY(-100%) scale(0);
  -ms-transform: translateY(-100%) scale(0);
  transform: translateY(-100%) scale(0);
  -webkit-animation: arrowMove 10s cubic-bezier(0.69, -0.37, 0.23, 1.31) infinite;
  animation: arrowMove 10s cubic-bezier(0.69, -0.37, 0.23, 1.31) infinite; }

.arrow--2 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.hero__week.button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  min-width: 160px;
  text-align: center; }
  .hero__week.button__link > * {
    width: 100%;
    color: #0021a4;
    padding-right: 2.5em; }
    .hero__week.button__link > *:before {
      display: none; }

.hero__calendar.button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 101;
  min-width: 160px;
  border-top: 1px solid #d5a555;
  text-align: center; }
  .hero__calendar.button__link > * {
    width: 100%;
    color: #fff;
    padding-right: 2.5em; }
    .hero__calendar.button__link > *:before {
      display: none; }

.hero__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 102;
  pointer-events: auto;
  border-top: 1px solid #d5a555; }
  .hero__social > a {
    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;
    width: 80px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .hero__social > a:hover {
      opacity: 0.75; }
    .hero__social > a > svg {
      font-size: 22px;
      color: #0021a4; }
    .hero__social > a:first-child {
      border-right: 1px solid rgba(0, 33, 164, 0.2); }

.main {
  position: relative;
  font-size: 1em;
  padding: 2em 0;
  color: #101010;
  background: #FFFFFF; }

@media all and (min-width: 850px) {
  .main {
    padding: 4em 0; } }

@media all and (min-width: 1025px) {
  .main {
    padding: 6em 0; } }

.content .breadcrumbs {
  padding: 0;
  margin: 0; }

.content__path__item {
  display: inline;
  position: relative;
  font-size: .875em; }

.content__path__item__link {
  color: #082185;
  text-decoration: none; }

.content__path__item__sep {
  margin: 0 1em 0 1em;
  color: #082185; }

.content__path__item:first-child a {
  font-size: 0; }

.content__path__item:first-child:before {
  content: "\f015";
  position: relative;
  font-size: 15px;
  color: #082185;
  font-family: "fontAwesome";
  display: inline-block; }

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

.content__title {
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0 0 .5em;
  color: #0021a4; }

.content {
  position: relative;
  line-height: 1.8em;
  width: 90%;
  padding: 0 0 2em;
  margin: 0 auto 40px; }
  .main--full .content {
    float: none; }

.content > div:before, .content > div:after {
  content: "";
  display: table; }

.content > div:after {
  clear: both; }

.lte-ie7 .content > div {
  zoom: 1; }

.content > div {
  margin-bottom: 1em; }

.content__share {
  width: 100%; }
  .content__share__list {
    text-align: center; }
  .content__share__list__icon {
    min-width: 20%;
    display: inline-block;
    padding: .5em;
    font-size: 2em; }
  .content__share__list__icon a {
    color: inherit; }

.content__region {
  line-height: 1.75em; }
  .content__region .intro {
    font-size: 18px !important; }
  .content__region p {
    margin: 1.2em 0 2em; }
  .content__region a {
    text-decoration: none;
    color: #fcc047;
    text-decoration: underline;
    font-weight: 600; }
    .content__region a:hover {
      text-decoration: underline;
      color: #36358B; }
  .content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    color: #0021a4;
    font-family: "tex", sans-serif;
    line-height: 1.45em;
    font-weight: 400; }
  .content__region h2 {
    font-size: 1.7em; }
  .content__region h3 {
    font-size: 1.45em; }

@media all and (min-width: 850px) {
  .content {
    width: 60%;
    float: left; }
  .content__title {
    font-size: 2.1em; } }

@media all and (min-width: 1025px) {
  .content {
    width: 62%;
    margin-bottom: 80px; }
  .content__region {
    font-size: 1.075em; } }

.header__link img {
  width: 218px; }

.subnav {
  position: relative;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  z-index: 4; }
  .subnav .fill__two {
    display: none; }

.subnav__container {
  background: #fff; }

.subnav__title {
  margin: 0;
  padding: 1em 1em .5em;
  background: #fff;
  letter-spacing: 0.01em;
  color: #082185; }

.subnav__list {
  list-style: none;
  padding: 0; }

.subnav__list__item {
  position: relative;
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.1em;
  background: #fff;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease; }
  .subnav__list__item--selected {
    background: whitesmoke; }
    .subnav__list__item--selected .subnav__list__item__link {
      color: #082185; }
  .subnav__list__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: whitesmoke;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
    transition: -webkit-transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
    -o-transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
    transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9);
    transition: transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9), -webkit-transform 0.3s cubic-bezier(1, 0.68, 0.16, 0.9); }
  .subnav__list__item span {
    position: absolute;
    right: 0%;
    top: 0;
    width: 5em;
    height: 100%;
    display: none;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.3s ease 0.15s, -webkit-transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s;
    transition: opacity 0.3s ease 0.15s, -webkit-transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s;
    -o-transition: transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s, opacity 0.3s ease 0.15s;
    transition: transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s, opacity 0.3s ease 0.15s;
    transition: transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s, opacity 0.3s ease 0.15s, -webkit-transform 0.4s cubic-bezier(0.16, 0.44, 0.51, 1.46) 0.15s; }
  .subnav__list__item .sub--fill__two, .subnav__list__item .sub--fill__one {
    fill: none;
    stroke: black;
    stroke-width: 2; }

.subnav__list__item__link {
  position: relative;
  display: block;
  color: #3e3e3e;
  text-decoration: none;
  z-index: 2;
  padding: 0.95em 1.5em;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }

@media all and (min-width: 550px) {
  .subnav__list {
    text-align: left;
    padding-bottom: 3em; }
  .subnav__list__item {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .subnav__list__item__link {
    padding: 1em 2em; } }

@media all and (min-width: 850px) {
  .subnav {
    width: 35%;
    float: right; }
  .subnav__title {
    text-align: left;
    padding-left: 1.7em; }
  .subnav__list {
    padding-bottom: 8em; }
  .subnav__list__item {
    width: 100%; }
    .subnav__list__item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url("/_site/images/design/logo.png");
      background-repeat: no-repeat;
      background-position: center right 20px;
      background-size: 30px 30px; }
    .subnav__list__item:hover, .subnav__list__item--selected {
      background: #fff; }
      .subnav__list__item:hover:after, .subnav__list__item--selected:after {
        -webkit-transform: scale(1.15, 1);
        -ms-transform: scale(1.15, 1);
        transform: scale(1.15, 1); }
      .subnav__list__item:hover span, .subnav__list__item--selected span {
        opacity: 1;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); }
  .subnav__list__item__link {
    padding: .7em 2.6em; } }

@media all and (min-width: 1025px) {
  .subnav__title {
    padding-left: 1.5em;
    font-size: 1.8em; }
  .subnav__list__item {
    font-size: 1.1em; }
  .subnav__list__item__link {
    padding: 0.7em 2.5em; } }

@media all and (min-width: 1301px) {
  .subnav {
    width: 30%; }
  .subnav__title {
    padding-left: 1.5em;
    font-size: 2.1em; }
  .subnav__list__item {
    font-size: 1.3em; }
  .subnav__list__item__link {
    padding: 0.7em 2.5em; } }

.footer {
  position: relative;
  width: 100%;
  clear: both;
  text-align: center; }
  .footer a {
    text-decoration: none;
    color: #fff; }
    .footer a:hover {
      text-decoration: underline; }

.footer__main {
  padding: 2em 0;
  color: #94999f;
  background: #0021a4; }

.footer__legal {
  padding: 0;
  padding-top: 70px; }
  .footer__legal a {
    color: #fff;
    text-decoration: none; }
  .footer__legal p {
    margin: .3em 0;
    font-size: .875em; }

.footer__logos {
  padding: 1.5em 5%;
  background: #FFF; }
  .footer__logos ul {
    margin: -1em; }
  .footer__logos li {
    margin: 1em;
    display: inline-block;
    vertical-align: middle; }
    .footer__logos li a[href=""] {
      pointer-events: none;
      cursor: default; }
  .footer__logos img {
    max-width: 10em;
    max-height: 5em;
    vertical-align: middle; }

@media all and (min-width: 769px) {
  .footer__main {
    padding: 0em; }
  .footer__legal {
    padding: 2em 70px 2em 0;
    text-align: left;
    background-position: right center; }
    .footer__legal .school__name {
      margin-bottom: 15px;
      font-size: 1.2em; }
  .footer__contact span {
    display: inline-block;
    margin: 0 1em; }
  .footer__sep {
    margin: 0 1em; }
  .footer__back {
    top: -1.5em; }
    .footer__back .arrow {
      -webkit-transform: rotate(180deg) scale(1);
      -ms-transform: rotate(180deg) scale(1);
      transform: rotate(180deg) scale(1); } }

.lte-ie8 .footer__main {
  padding: 0em; }

.lte-ie8 .footer__legal {
  padding: 2em 70px 2em 0;
  text-align: left;
  background-position: right center; }
  .lte-ie8 .footer__legal .school__name {
    margin-bottom: 15px;
    font-size: 1.2em; }

.lte-ie8 .footer__contact span {
  display: inline-block;
  margin: 0 1em; }

.lte-ie8 .footer__sep {
  margin: 0 1em; }

.lte-ie8 .footer__back {
  top: -1.5em; }
  .lte-ie8 .footer__back .arrow {
    -webkit-transform: rotate(180deg) scale(1);
    -ms-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1); }

.mason--staff .staff__list {
  width: 100%;
  position: relative;
  text-align: center; }

.mason--staff .staff__list__item {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  position: relative;
  overflow: hidden;
  height: 15em;
  margin: 0 10px 20px; }

.mason--staff .staff__list__item__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.mason--staff .staff__list__item__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #0021a4;
  background: rgba(0, 33, 164, 0.5);
  color: #FFF;
  z-index: 2; }
  .mason--staff .staff__list__item__info strong {
    margin: 0; }
  .mason--staff .staff__list__item__info p {
    margin: 0; }

@media all and (min-width: 769px) {
  .mason--staff .staff__list {
    text-align: left; }
  .mason--staff .staff__list__item {
    width: 31%;
    margin: 0 2% 20px 0; } }

.lte-ie8 .mason--staff .staff__list {
  text-align: left; }

.lte-ie8 .mason--staff .staff__list__item {
  width: 31%;
  margin: 0 2% 20px 0; }

.mason--governors .governors__list {
  width: 100%;
  position: relative;
  text-align: left; }

.mason--governors .governors__list__item {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px; }

.mason--governors .governors__list__item__photo {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 15em;
  z-index: 1;
  overflow: hidden; }

.mason--governors .governors__list__item__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #0021a4;
  background: rgba(0, 33, 164, 0.5);
  color: #FFF;
  z-index: 2; }
  .mason--governors .governors__list__item__info strong {
    margin: 0; }
  .mason--governors .governors__list__item__info p {
    margin: 0; }

.mason--governors .governors__list__item__download {
  padding: 10px;
  display: inline-block;
  background: #0021a4;
  color: #FFF;
  text-decoration: none; }
  .mason--governors .governors__list__item__download .fa {
    margin-right: 5px; }
  .mason--governors .governors__list__item__download[href=""] {
    display: none; }

@media all and (min-width: 550px) {
  .mason--governors .governors__list__item {
    padding: 20px 0;
    border-bottom: 1px solid #0021a4; }
    .mason--governors .governors__list__item > p {
      margin-top: 0; }
  .mason--governors .governors__list__item__photo {
    float: left;
    width: 280px;
    margin: 0 1em 0 0; } }

.mason--history .content {
  float: none;
  width: 100%; }

.mason--history .subnav {
  display: none; }

.history__block {
  position: relative;
  padding: 2em 60px 2em 100px;
  background: #f3f7e7; }
  .history__block .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .history__block:after {
    content: "";
    display: block !important;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0021a4; }

.history__date {
  color: #0021a4; }

.history__content {
  font-weight: 600;
  color: #3e3e3e; }

.history__item {
  min-width: 260px;
  max-width: 330px;
  height: 100%;
  position: relative;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

/* .history__item__container {
	width: 100%;
	position: absolute;
	left: 0;
} */
.history__item__container {
  position: relative; }
  .history__item__container:before, .history__item__container:after {
    content: "";
    position: absolute;
    background: #0021a4; }
  .history__item__container:before {
    width: 2px;
    left: 0; }
  .history__item__container:after {
    width: 8px;
    height: 8px;
    border-radius: 50%; }

.history__item--schools {
  padding-bottom: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .history__item--schools .history__item__container {
    padding-bottom: 70px; }
    .history__item--schools .history__item__container:before {
      bottom: -10px;
      height: 50px; }
    .history__item--schools .history__item__container:after {
      left: -3px;
      bottom: 38px; }

.history__item--successes {
  padding-top: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .history__item--successes .history__item__container {
    padding-top: 70px; }
    .history__item--successes .history__item__container:before {
      top: -10px;
      height: 50px; }
    .history__item--successes .history__item__container:after {
      left: -3px;
      top: 38px; }

.history__nav {
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

.history__btn {
  position: absolute;
  height: 50%;
  left: 0;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0021a4;
  background: #e5eeca;
  -webkit-transition: background 350ms ease;
  -o-transition: background 350ms ease;
  transition: background 350ms ease; }
  .history__btn:hover {
    background: #d6e5ad; }

.history__btn--prev {
  top: 0; }

.history__btn--next {
  bottom: 0; }

.history__title {
  width: 100px;
  height: 100px;
  background: #0021a4;
  color: #fff;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  z-index: 3;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 33, 164, 0.2);
  box-shadow: 0 0 0 10px rgba(0, 33, 164, 0.2); }
  .history__title span {
    line-height: 1.1em; }

.history__schools {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 22px;
  height: 1em;
  left: 0;
  z-index: 10;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #0021a4;
  -webkit-transform: rotate(-90deg) translateX(130px) translateY(6px);
  -ms-transform: rotate(-90deg) translateX(130px) translateY(6px);
  transform: rotate(-90deg) translateX(130px) translateY(6px);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  opacity: .4; }

.history__success {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  height: 1em;
  left: 0;
  z-index: 10;
  margin: auto;
  text-transform: uppercase;
  font-weight: 700;
  color: #0021a4;
  -webkit-transform: rotate(-90deg) translateX(30px) translateY(6px);
  -ms-transform: rotate(-90deg) translateX(30px) translateY(6px);
  transform: rotate(-90deg) translateX(30px) translateY(6px);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  opacity: .4; }

@media all and (max-width: 414px) {
  .history__title, .history__nav {
    display: none; }
  .history__block {
    padding: 2em; } }

.lte-ie8 .history__title, .lte-ie8 .history__nav {
  display: none; }

.lte-ie8 .history__block {
  padding: 2em; }

@media all and (min-width: 1025px) {
  .history__block {
    padding: 4em 75px 4em 150px; }
  .history__title {
    width: 140px;
    height: 140px;
    font-size: 17px;
    -webkit-box-shadow: 0 0 0 18px rgba(0, 33, 164, 0.2);
    box-shadow: 0 0 0 18px rgba(0, 33, 164, 0.2); }
    .history__title span {
      padding: 0 1em; } }

@media all and (min-width: 1301px) {
  .history__title {
    left: -70px; } }

.mason--structure .content {
  float: none;
  width: 100%; }

.mason--structure .subnav {
  display: none; }

.structure__level {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 1em; }

.structure__item {
  display: inline-block;
  background: #ebf7e5;
  color: #0021a4;
  text-align: center;
  padding: 1em 2em;
  font-weight: 700;
  margin: 0 1em 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .structure__item p {
    margin: 0;
    letter-spacing: 0.01em; }

@media all and (min-width: 1025px) {
  .structure__item {
    font-size: 18px;
    padding: 2em 3em;
    width: calc(33.33333% - 2em); } }
