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

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

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

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

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

.region img {
  height: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.captcha__help {
  max-width: 28em; }

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

.captcha__elements {
  width: 200px; }

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

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

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

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

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

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

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

.print {
  display: none; }

.quicksand, .mason h1, .mason h2, .mason h3, .mason h4, .mason h5, .mason h6 {
  font-family: 'Quicksand', 'Open Sans', sans-serif;
  letter-spacing: .085em !important;
  font-weight: 700; }

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

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

.list, .content__path, .content__share__list, .subnav__list, .mason--staff .staff__list, .mason--governors .governors__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

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

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

.square__button {
  width: 35px;
  height: 35px;
  line-height: 32px;
  font-size: 30px;
  text-align: center;
  cursor: pointer; }

.shadow {
  -webkit-box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 6px 5px 1px rgba(0, 0, 0, 0.24); }

@media all and (min-width: 600px) {
  .square__button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px; } }

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

.mason {
  padding-top: 65px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  height: 65px;
  border-bottom: 2px solid #f3bb00;
  z-index: 20;
  -webkit-transition: top .35s ease, opacity .35s ease;
  -o-transition: top .35s ease, opacity .35s ease;
  transition: top .35s ease, opacity .35s ease; }
  .header > .center, .header > .main {
    height: 100%;
    padding-left: 170px; }
  .scrolled .header {
    top: -165px;
    opacity: 0; }
  .scrolling-up .header {
    top: 0;
    opacity: 1; }
  .mason--admin .header {
    position: absolute; }

.header__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 165px;
  height: 135px;
  text-align: center;
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  -o-transition: transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease; }
  .header__link img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

@media all and (min-width: 769px) {
  .mason {
    padding-top: 95px; }
  .header {
    height: 95px;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease; }
    .header > .center, .header > .main {
      padding: 0;
      width: calc(100% - 20px); }
    .scrolled .header {
      top: 0px;
      opacity: 1;
      height: 70px; }
    .scrolling-up .header {
      top: 0;
      opacity: 1; }
  .header__link {
    width: 14%;
    height: 170px; }
    .scrolled .header__link {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); } }

.lte-ie8 .mason {
  padding-top: 95px; }

.lte-ie8 .header {
  height: 95px;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease; }
  .lte-ie8 .header > .center, .lte-ie8 .header > .main {
    padding: 0;
    width: calc(100% - 20px); }
  .scrolled .lte-ie8 .header {
    top: 0px;
    opacity: 1;
    height: 70px; }
  .scrolling-up .lte-ie8 .header {
    top: 0;
    opacity: 1; }

.lte-ie8 .header__link {
  width: 14%;
  height: 170px; }
  .scrolled .lte-ie8 .header__link {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

.trust {
  display: block; }
  .trust a {
    display: block;
    padding: 1em 5% 0; }
    .trust a[href=""] {
      cursor: default;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none; }
  .trust__img {
    max-width: 9.375em;
    max-height: 3.625em;
    vertical-align: bottom;
    width: 100%; }

@media all and (max-width: 767px) {
  .trust {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto; }
    .trust a {
      padding: 0; }
    .trust__img {
      max-width: 4.5rem; } }

@media all and (min-width: 768px) {
  .trust {
    position: absolute;
    top: 100%;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 3em;
    background: #FFF;
    border-radius: 30px 0 0 30px !important;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2); }
    .trust a {
      padding: 0.85em 1em; }
      .mason--rounded_true .trust a,
      .builder[data-rounded="true"] .trust a {
        padding-left: 1.5em; }
    .trust__img {
      width: 100%; } }

.menu__btn {
  position: absolute;
  width: 32px;
  height: 22px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.menu__btn__icon {
  display: block;
  width: 32px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer; }
  .menu__btn__icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 16px;
    background: #d3531a;
    opacity: 1;
    outline: none;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 0.25s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.25s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: opacity 0.25s cubic-bezier(0.86, 0, 0.07, 1), transform 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.25s cubic-bezier(0.86, 0, 0.07, 1), transform 0.25s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.25s cubic-bezier(0.86, 0, 0.07, 1), transform 0.25s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.25s cubic-bezier(0.86, 0, 0.07, 1); }
    .menu__btn__icon span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    .menu__btn__icon span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    .menu__btn__icon span:nth-child(1), .menu__btn__icon span:nth-child(2) {
      top: 0px; }
    .menu__btn__icon span:nth-child(3), .menu__btn__icon span:nth-child(4) {
      top: 9px; }
    .menu__btn__icon span:nth-child(5), .menu__btn__icon span:nth-child(6) {
      top: 18px; }
  .mason--menu .menu__btn__icon span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(4px, 1px, 0px);
    transform: rotate(45deg) translate3d(4px, 1px, 0px); }
  .mason--menu .menu__btn__icon span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate3d(-5px, -1px, 0px);
    transform: rotate(-45deg) translate3d(-5px, -1px, 0px); }
  .mason--menu .menu__btn__icon span:nth-child(3) {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  .mason--menu .menu__btn__icon span:nth-child(4) {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0; }
  .mason--menu .menu__btn__icon span:nth-child(5) {
    -webkit-transform: rotate(-45deg) translate3d(4px, -2px, 0px);
    transform: rotate(-45deg) translate3d(4px, -2px, 0px); }
  .mason--menu .menu__btn__icon span:nth-child(6) {
    -webkit-transform: rotate(45deg) translate3d(-6px, 0px, 0px);
    transform: rotate(45deg) translate3d(-6px, 0px, 0px); }

.menu {
  width: 100%;
  position: fixed;
  left: 100%;
  top: 65px;
  bottom: 0;
  z-index: 5;
  font-size: 0.935em;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: left 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
  transition: left 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
  -o-transition: left 0s linear .25s, opacity .25s linear, transform .25s linear;
  transition: left 0s linear .25s, opacity .25s linear, transform .25s linear;
  transition: left 0s linear .25s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear;
  z-index: 10; }
  .mason--admin .menu {
    top: 110px; }

.menu__sidebar {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  overflow: auto;
  width: 100%; }

.menu__sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu__sidebar__list:before, .menu__sidebar__list:after {
    content: "";
    display: table; }
  .menu__sidebar__list:after {
    clear: both; }
  .lte-ie7 .menu__sidebar__list {
    zoom: 1; }

.menu__sidebar__list__item {
  position: relative;
  display: block;
  text-transform: uppercase; }

.menu__sidebar__list__item__link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.8em 3em 0.8em 8%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.menu__sidebar__list__item__button {
  display: none; }

.menu__sidebar__list__item__sub {
  margin: 0;
  padding: 0.5em 0 0;
  display: none; }

.menu__sidebar__list__item--subitems > .menu__sidebar__list__item__button {
  top: 0;
  right: 0;
  padding: 0;
  width: 50px;
  height: 47px;
  border: none;
  outline: none;
  display: block;
  line-height: 1.5em;
  position: absolute;
  background: transparent; }
  .menu__sidebar__list__item--subitems > .menu__sidebar__list__item__button i {
    color: #FFF; }

.menu__sidebar__list__item__sub {
  padding: 0.5em 0 1em;
  font-size: 0.875em; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item {
    text-transform: none; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item__link {
    border: 0;
    padding: 0.25em 6%;
    padding: 0.8em calc(5% + 1em);
    -webkit-transition: background .35s ease;
    -o-transition: background .35s ease;
    transition: background .35s ease; }
  .menu__sidebar__list__item--expand .menu__sidebar__list__item__sub {
    display: block; }

.mason--menu .menu {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: left 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
  transition: left 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
  -o-transition: left 0s linear 0s, opacity .25s linear, transform .25s linear;
  transition: left 0s linear 0s, opacity .25s linear, transform .25s linear;
  transition: left 0s linear 0s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }

@media all and (max-width: 768px) {
  .mason--admin .menu {
    top: 175px; } }

.lte-ie8 .mason--admin .menu {
  top: 175px; }

@media all and (min-width: 769px) {
  .menu__btn {
    display: none; }
  .menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 85%;
    float: right;
    opacity: 1;
    padding-right: 70px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .mason--admin .menu {
      top: 0; }
  .menu__sidebar {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: visible; }
  .menu__sidebar__list {
    position: relative;
    height: 100%;
    display: table; }
    .menu__sidebar__list > .menu__sidebar__list__item {
      display: table-cell;
      height: 100%;
      vertical-align: middle; }
      .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link {
        display: table;
        text-align: center;
        padding: 0.8em 1em;
        color: #343434; }
        .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span {
          display: table-cell;
          vertical-align: middle;
          position: relative; }
          .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:before, .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:after {
            content: "";
            position: absolute;
            width: 100%;
            left: 0;
            opacity: 0;
            -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
            transition: opacity .25s linear, -webkit-transform .25s linear;
            -o-transition: opacity .25s linear, transform .25s linear;
            transition: opacity .25s linear, transform .25s linear;
            transition: opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
          .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:before {
            height: 2px;
            top: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
          .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:after {
            height: 12px;
            top: 100%;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px); }
      .menu__sidebar__list > .menu__sidebar__list__item.menu__sidebar__list__item--selected > .menu__sidebar__list__item__link span:before, .menu__sidebar__list > .menu__sidebar__list__item.menu__sidebar__list__item--selected > .menu__sidebar__list__item__link span:after, .menu__sidebar__list > .menu__sidebar__list__item:hover > .menu__sidebar__list__item__link span:before, .menu__sidebar__list > .menu__sidebar__list__item:hover > .menu__sidebar__list__item__link span:after {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
  .menu__sidebar__list__item {
    display: inline-block;
    height: 100%;
    position: static; }
    .menu__sidebar__list__item .menu__sidebar__list__item__button {
      display: none; }
  .menu__sidebar__list__item__link {
    border: 0;
    height: 100%; }
  .menu__sidebar__list__item__sub {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -webkit-columns: auto;
    columns: auto;
    opacity: 0;
    padding: 1em;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: visibility 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
    transition: visibility 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
    -o-transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear;
    transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear;
    transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
    .menu__sidebar__list__item:hover .menu__sidebar__list__item__sub {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: visibility 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
      transition: visibility 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
      -o-transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear;
      transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear;
      transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item {
      display: inline-block;
      width: 25%;
      text-align: left;
      font-size: 16px; }
      .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link {
        padding: 1em; } }

.lte-ie8 .menu__btn {
  display: none; }

.lte-ie8 .menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  float: right;
  opacity: 1;
  padding-right: 70px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .mason--admin .lte-ie8 .menu {
    top: 0; }

.lte-ie8 .menu__sidebar {
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 100%;
  overflow: visible; }

.lte-ie8 .menu__sidebar__list {
  position: relative;
  height: 100%;
  display: table; }
  .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
    .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link {
      display: table;
      text-align: center;
      padding: 0.8em 1em;
      color: #343434; }
      .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span {
        display: table-cell;
        vertical-align: middle;
        position: relative; }
        .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:before, .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          opacity: 0;
          -webkit-transition: opacity .25s linear, -webkit-transform .25s linear;
          transition: opacity .25s linear, -webkit-transform .25s linear;
          -o-transition: opacity .25s linear, transform .25s linear;
          transition: opacity .25s linear, transform .25s linear;
          transition: opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
        .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:before {
          height: 2px;
          top: 0;
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
        .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item > .menu__sidebar__list__item__link span:after {
          height: 12px;
          top: 100%;
          -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
    .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item.menu__sidebar__list__item--selected > .menu__sidebar__list__item__link span:before, .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item.menu__sidebar__list__item--selected > .menu__sidebar__list__item__link span:after, .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item:hover > .menu__sidebar__list__item__link span:before, .lte-ie8 .menu__sidebar__list > .menu__sidebar__list__item:hover > .menu__sidebar__list__item__link span:after {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.lte-ie8 .menu__sidebar__list__item {
  display: inline-block;
  height: 100%;
  position: static; }
  .lte-ie8 .menu__sidebar__list__item .menu__sidebar__list__item__button {
    display: none; }

.lte-ie8 .menu__sidebar__list__item__link {
  border: 0;
  height: 100%; }

.lte-ie8 .menu__sidebar__list__item__sub {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  -webkit-columns: auto;
  columns: auto;
  opacity: 0;
  padding: 1em;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: visibility 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
  transition: visibility 0s linear .25s, opacity .25s linear, -webkit-transform .25s linear;
  -o-transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear;
  transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear;
  transition: visibility 0s linear .25s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
  .menu__sidebar__list__item:hover .lte-ie8 .menu__sidebar__list__item__sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: visibility 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
    transition: visibility 0s linear 0s, opacity .25s linear, -webkit-transform .25s linear;
    -o-transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear;
    transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear;
    transition: visibility 0s linear 0s, opacity .25s linear, transform .25s linear, -webkit-transform .25s linear; }
  .lte-ie8 .menu__sidebar__list__item__sub .menu__sidebar__list__item {
    display: inline-block;
    width: 25%;
    text-align: left;
    font-size: 16px; }
    .lte-ie8 .menu__sidebar__list__item__sub .menu__sidebar__list__item .menu__sidebar__list__item__link {
      padding: 1em; }

@media all and (min-width: 1301px) {
  .menu__sidebar__list__item {
    position: relative; }
  .menu__sidebar__list__item__sub {
    width: 550px; }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item {
      width: 50%; } }

.search__area {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 70px;
  padding: 0 10px;
  background: inherit;
  z-index: 2; }
  .search__area form {
    width: 100%;
    display: block;
    height: 70px;
    position: relative; }

.search__toggle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 0;
  right: 0;
  text-align: center;
  line-height: 45px;
  margin: auto; }

.search__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  line-height: 45px;
  margin: auto;
  z-index: 2; }

.search__input {
  position: absolute;
  left: 0px;
  top: 0;
  color: #929292;
  bottom: 0;
  margin: auto;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  background: #eee;
  width: calc(100% - 25px); }

@media all and (min-width: 769px) {
  .search__area {
    left: auto;
    right: 0;
    width: 75%;
    max-width: 45px;
    height: 100%;
    top: 0;
    margin: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, white), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
    -webkit-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
    .search__area .search__form__top {
      height: 100%; }
  .search__input {
    left: auto;
    height: 45px;
    right: 10px;
    width: calc(380px - 35px);
    max-width: 0px;
    -webkit-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
  .search__submit {
    z-index: 5;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
  .search__toggle {
    display: block;
    z-index: 6;
    right: 10px;
    font-size: 18px;
    color: #bbbbbb;
    overflow: hidden;
    background: transparent;
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s;
    transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s;
    transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
    .search__toggle i {
      position: relative;
      -webkit-transform: translateX(45px) rotate(90deg);
      -ms-transform: translateX(45px) rotate(90deg);
      transform: translateX(45px) rotate(90deg);
      -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
  .search__area--active {
    max-width: 480px; }
    .search__area--active .search__input {
      max-width: 380px;
      right: 50px; }
    .search__area--active .search__submit {
      -webkit-transform: translateX(-25px);
      -ms-transform: translateX(-25px);
      transform: translateX(-25px); }
    .search__area--active .search__toggle {
      z-index: 4;
      -webkit-transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      -o-transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease;
      transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease;
      transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
      -webkit-transform: translateX(5px) scale(0.8);
      -ms-transform: translateX(5px) scale(0.8);
      transform: translateX(5px) scale(0.8); }
      .search__area--active .search__toggle i {
        -webkit-transform: translateX(8px) rotate(0deg);
        -ms-transform: translateX(8px) rotate(0deg);
        transform: translateX(8px) rotate(0deg); } }

.lte-ie8 .search__area {
  left: auto;
  right: 0;
  width: 75%;
  max-width: 45px;
  height: 100%;
  top: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(10%, white), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
  -webkit-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
  .lte-ie8 .search__area .search__form__top {
    height: 100%; }

.lte-ie8 .search__input {
  left: auto;
  height: 45px;
  right: 10px;
  width: calc(380px - 35px);
  max-width: 0px;
  -webkit-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: max-width 0.25s cubic-bezier(0.77, 0, 0.18, 1), right 0.25s cubic-bezier(0.77, 0, 0.18, 1); }

.lte-ie8 .search__submit {
  z-index: 5;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }

.lte-ie8 .search__toggle {
  display: block;
  z-index: 6;
  right: 10px;
  font-size: 18px;
  color: #bbbbbb;
  overflow: hidden;
  background: transparent;
  -webkit-transform: translateX(0px) scale(1);
  -ms-transform: translateX(0px) scale(1);
  transform: translateX(0px) scale(1);
  -webkit-transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
  -o-transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s;
  transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s;
  transition: background 0.25s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease 0.15s, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }
  .lte-ie8 .search__toggle i {
    position: relative;
    -webkit-transform: translateX(45px) rotate(90deg);
    -ms-transform: translateX(45px) rotate(90deg);
    transform: translateX(45px) rotate(90deg);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1); }

.lte-ie8 .search__area--active {
  max-width: 480px; }
  .lte-ie8 .search__area--active .search__input {
    max-width: 380px;
    right: 50px; }
  .lte-ie8 .search__area--active .search__submit {
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px); }
  .lte-ie8 .search__area--active .search__toggle {
    z-index: 4;
    -webkit-transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease;
    transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease;
    transition: background 0s cubic-bezier(0.77, 0, 0.18, 1), transform 0.25s cubic-bezier(0.77, 0, 0.18, 1), z-index 0s ease, -webkit-transform 0.25s cubic-bezier(0.77, 0, 0.18, 1);
    -webkit-transform: translateX(5px) scale(0.8);
    -ms-transform: translateX(5px) scale(0.8);
    transform: translateX(5px) scale(0.8); }
    .lte-ie8 .search__area--active .search__toggle i {
      -webkit-transform: translateX(8px) rotate(0deg);
      -ms-transform: translateX(8px) rotate(0deg);
      transform: translateX(8px) rotate(0deg); }

.hero {
  height: 300px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  z-index: 1; }
  @media all and (min-width: 550px) {
    .hero {
      height: 320px; } }
  @media all and (min-width: 769px) {
    .hero {
      height: 340px; } }
  .hero .lte-ie8 {
    height: 340px; }
  @media all and (min-width: 1025px) {
    .hero {
      height: 350px; } }

.hero__slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1; }

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

.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #FFF;
  z-index: 5; }

.hero__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }

.hero__title {
  letter-spacing: 0.04em;
  font-size: 20px;
  padding: 0 20px 0px;
  max-width: 10em; }
  @media all and (min-width: 550px) {
    .hero__title {
      font-size: 24px; } }
  @media all and (min-width: 769px) {
    .hero__title {
      font-size: 30px; } }
  .hero__title .lte-ie8 {
    font-size: 30px; }
  @media all and (min-width: 1025px) {
    .hero__title {
      font-size: 40px; } }

.main {
  position: relative;
  font-size: 1em;
  padding: 0 0 20px 0;
  color: #555555;
  background: #FFFFFF; }

@media all and (min-width: 769px) {
  .main {
    padding: 20px 0 60px; } }

.lte-ie8 .main {
  padding: 20px 0 60px; }

.content__path__item {
  display: inline;
  position: relative;
  font-size: 0.875em;
  font-weight: 700; }
  .content__path__item.content__path__item--final .content__path__item__link {
    color: #7c7c7c;
    font-weight: 400; }

.content__path__item__link {
  text-decoration: none; }

.content__path__item__sep {
  margin: 0 .5em; }

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

.content__title {
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0.02em; }

.content {
  line-height: 1.8em; }

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

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

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

.content > div:not(.content__share) {
  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 a {
  text-decoration: none;
  color: #4587D0; }
  .content__region a:hover {
    text-decoration: underline; }

.content__region h2, .content__region h3, .content__region h4, .content__region h5 {
  font-weight: 600;
  line-height: 1.4em; }

.content__region img {
  max-width: 100%;
  height: auto; }

.content__region h2 {
  font-size: 2em; }

.content__region h3 {
  font-size: 1.5em; }

.content__region h4 {
  font-size: 1.2em; }

@media all and (min-width: 769px) {
  .content {
    width: 65%;
    float: left; } }

.lte-ie8 .content {
  width: 65%;
  float: left; }

@media all and (min-width: 1025px) {
  .content {
    width: 68%; } }

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

.subnav__title {
  margin: 0;
  padding: 0.4em 2em;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px; }

.subnav__list {
  padding-bottom: 1.3em;
  display: none; }
  .subnav__list:before, .subnav__list:after {
    content: "";
    display: table; }
  .subnav__list:after {
    clear: both; }
  .lte-ie7 .subnav__list {
    zoom: 1; }

.subnav__list__item {
  display: block;
  letter-spacing: 0.04em;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: background .25s linear;
  -o-transition: background .25s linear;
  transition: background .25s linear; }
  .subnav__list__item .fa {
    position: absolute;
    height: 1em;
    font-size: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateX(-2em) scale(0);
    -ms-transform: translateX(-2em) scale(0);
    transform: translateX(-2em) scale(0);
    -webkit-transition: -webkit-transform .25s linear;
    transition: -webkit-transform .25s linear;
    -o-transition: transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear, -webkit-transform .25s linear; }

.subnav__list__item__link {
  padding: 1em 2.6em;
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none; }

@media all and (max-width: 768px) {
  .subnav {
    top: -20px !important; }
  .subnav__title {
    position: relative;
    z-index: 3; }
    .subnav__title:after {
      content: "\f107";
      font-family: fontAwesome;
      position: relative;
      height: 1em;
      top: 0;
      bottom: 0;
      color: #FFF;
      margin-left: 10px; }
  .subnav__list {
    padding-top: 15px;
    top: -15px;
    position: relative; } }

.lte-ie8 .subnav {
  top: -20px !important; }

.lte-ie8 .subnav__title {
  position: relative;
  z-index: 3; }
  .lte-ie8 .subnav__title:after {
    content: "\f107";
    font-family: fontAwesome;
    position: relative;
    height: 1em;
    top: 0;
    bottom: 0;
    color: #FFF;
    margin-left: 10px; }

.lte-ie8 .subnav__list {
  padding-top: 15px;
  top: -15px;
  position: relative; }

@media all and (min-width: 769px) {
  .subnav {
    width: 30%;
    float: right;
    text-align: left;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px); }
    .subnav:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 2.6em;
      width: 60px;
      height: 8px; }
  .subnav__title {
    cursor: default;
    font-size: 1.3em;
    padding: 1.5em 2em 1em; }
  .subnav__list {
    display: block !important;
    padding: 0 0 1.3em !important;
    height: auto !important; }
  .subnav__list__item:hover .fa {
    -webkit-transform: translateX(1em) scale(1);
    -ms-transform: translateX(1em) scale(1);
    transform: translateX(1em) scale(1); } }

.lte-ie8 .subnav {
  width: 30%;
  float: right;
  text-align: left;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px); }
  .lte-ie8 .subnav:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 2.6em;
    width: 60px;
    height: 8px; }

.lte-ie8 .subnav__title {
  cursor: default;
  font-size: 1.3em;
  padding: 1.5em 2em 1em; }

.lte-ie8 .subnav__list {
  display: block !important;
  padding: 0 0 1.3em !important;
  height: auto !important; }

.lte-ie8 .subnav__list__item:hover .fa {
  -webkit-transform: translateX(1em) scale(1);
  -ms-transform: translateX(1em) scale(1);
  transform: translateX(1em) scale(1); }

@media all and (min-width: 1025px) {
  .subnav {
    width: 25%; } }

.footer {
  width: 100%;
  clear: both;
  color: #FFF;
  background: #FFF;
  text-align: center; }

.footer__back {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
  z-index: 5; }
  .footer__back:hover {
    color: #FFF; }

.footer__legal {
  padding: 25px 0; }
  .footer__legal a {
    color: #FFF;
    text-decoration: none; }

.footer__text {
  line-height: 2em; }
  .footer__text img {
    display: block;
    margin: 0 auto; }
  .footer__text a {
    font-weight: 700; }

.footer__trust {
  background: #FFF;
  position: relative; }
  .footer__trust a {
    margin: 0 auto;
    display: block;
    width: 250px;
    padding: 30px; }
    .footer__trust a svg {
      width: 100%;
      vertical-align: middle; }

@media all and (min-width: 600px) {
  .footer__text {
    text-align: left;
    position: relative;
    padding-left: 20%; }
    .footer__text img {
      position: absolute;
      width: 18%;
      max-width: 110px;
      left: 0;
      top: 50%;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .footer__back {
    left: auto; }
    .footer__back .fa {
      position: relative;
      bottom: 2px; }
  .footer__legal .center, .footer__legal .main {
    padding-right: 30%; }
  .footer__trust .center, .footer__trust .main {
    height: 70px; }
  .footer__logo {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    max-width: 300px; }
    .footer__logo a {
      -webkit-box-shadow: 0px -4px 4px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px -4px 4px 2px rgba(0, 0, 0, 0.2);
      width: 100%;
      padding: 30px 15%;
      border-radius: inherit; }
      .footer__logo a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 200px;
        left: 0;
        top: 100%;
        background: #FFF; }
    .footer__logo img {
      width: 100%;
      height: auto; } }

.staff__img {
  width: 100%;
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden; }
  .staff__img img {
    max-width: none; }
    .mason--admin .staff__img img {
      position: static; }

.staff__info {
  background-color: #f3bb00;
  text-align: center;
  color: #fff;
  padding: 10px 10px 0;
  min-height: 100px;
  margin-bottom: 30px; }
  .staff__info h4 {
    margin: 0;
    color: #fff !important; }
  .staff__info p {
    display: inline-block;
    width: 100%; }

.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: #f3bb00;
  background: rgba(243, 187, 0, 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: #f3bb00;
  background: rgba(243, 187, 0, 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: #f3bb00;
  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 #f3bb00; }
    .mason--governors .governors__list__item > p {
      margin-top: 0; }
  .mason--governors .governors__list__item__photo {
    float: left;
    width: 280px;
    margin: 0 1em 0 0; } }

/* COLOUR OVERWRITES */
.header {
  border-color: #f3bb00; }

.header__link {
  background: none; }

.hero__title {
  border-left: 8px solid #f3bb00; }

.menu__btn__icon span {
  background: #f3bb00; }

.menu__sidebar__list__item__link span:before, .menu__sidebar__list__item__link span:after {
  background: #f3bb00; }

.menu__sidebar__list__item__sub {
  background: #f3bb00; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item__link {
    background: rgba(202, 156, 0, 0); }
    .menu__sidebar__list__item__sub .menu__sidebar__list__item__link:hover {
      background: #ca9c00; }
  .menu__sidebar__list__item__sub .menu__sidebar__list__item--selected .menu__sidebar__list__item__link {
    background: #ca9c00; }

@media all and (max-width: 768px) {
  .menu {
    background: #daa700; }
  .menu__sidebar__list__item__sub {
    background: #c09400; } }

.lte-ie8 .menu {
  background: #daa700; }

.lte-ie8 .menu__sidebar__list__item__sub {
  background: #c09400; }

.search__submit {
  background: #f3bb00; }

.subnav:before {
  background: #f3bb00; }

.subnav__title, .subnav__list {
  background: #191919; }

.subnav__list__item.subnav__list__item--selected, .subnav__list__item:hover {
  background: #f3bb00; }

.content__path__item__link {
  color: #f3bb00; }

.content__title {
  color: #f3bb00; }

.content__region h2, .content__region h3, .content__region h4, .content__region h5 {
  color: #f3bb00; }

.content .content__attachments__list__item__icon {
  background: #f3bb00 url("/_site/images/design/icon_attachment.png") no-repeat center; }

.content__attachments__list__item:hover {
  background: #f3bb00; }
  .content__attachments__list__item:hover .content__attachments__list__item__icon {
    background-color: #c59800; }
  .content__attachments__list__item:hover .content__attachments__list__item__info__name {
    color: #fff; }

.footer__legal {
  background: #191919; }

.footer__text a {
  color: #f3bb00; }

.square__button {
  background: #ffd54b;
  color: #FFF;
  -webkit-transition: background .35s ease, colour .35s ease;
  -o-transition: background .35s ease, colour .35s ease;
  transition: background .35s ease, colour .35s ease; }
  .square__button:hover {
    color: #ffd54b;
    background: #FFF; }

.welcome .center:after, .welcome .main:after {
  background: -webkit-gradient(linear, left top, right top, from(#e9e9e9), color-stop(50%, #e9e9e9), color-stop(50%, #f3bb00), to(#f3bb00));
  background: -webkit-linear-gradient(left, #e9e9e9 0%, #e9e9e9 50%, #f3bb00 50%, #f3bb00 100%);
  background: -o-linear-gradient(left, #e9e9e9 0%, #e9e9e9 50%, #f3bb00 50%, #f3bb00 100%);
  background: linear-gradient(to right, #e9e9e9 0%, #e9e9e9 50%, #f3bb00 50%, #f3bb00 100%); }

.news {
  background: #f3bb00; }

.home__btn {
  color: #f3bb00;
  border-left: 10px solid #f3bb00;
  background: -webkit-gradient(linear, left top, right top, from(#f3bb00), color-stop(50%, #f3bb00), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #f3bb00 0%, #f3bb00 50%, #fff 50%, #fff 100%);
  background: -o-linear-gradient(left, #f3bb00 0%, #f3bb00 50%, #fff 50%, #fff 100%);
  background: linear-gradient(to right, #f3bb00 0%, #f3bb00 50%, #fff 50%, #fff 100%); }

.news__list__item {
  background-color: #f3bb00; }

.news__list__item__sep {
  background: #f3bb00; }

.news__list__item__date {
  color: #f3bb00; }

.news__list__item__link {
  color: #f3bb00; }

.news__list__item:hover .news__list__item__sep {
  background: #f3bb00; }

.news__list__item:hover .news__list__item__date {
  color: #f3bb00; }

.events__list__item__date {
  color: #f3bb00; }

.map__header {
  background: #f3bb00; }

.addr {
  background: #191919; }

.tel .fa, .mail .fa {
  color: #f3bb00; }

#gmap {
  color: #191919; }
