/*! 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: "Lato", sans-serif; }

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

.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 #010165;
  background: #e5e5e5; }
  .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 #010165;
  background: #e5e5e5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#forumUpdateForm fieldset {
  margin: 1em 0; }

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

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

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

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

.ui_toolbar:after {
  clear: both; }

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

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

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

.ui_left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui_select {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  color: #555555; }

h1, h2, h3, h4, h5, h6 {
  color: #010165;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  line-height: 1; }

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

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

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

.center {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }

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

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

@media all and (max-width: 1024px) {
  .menu__open {
    height: 65px;
    width: 65px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #010165;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease; } }
  @media all and (max-width: 1024px) and (min-width: 415px) {
    .menu__open {
      width: auto;
      padding: 0 30px; } }

@media all and (max-width: 1024px) {
    .menu__open svg {
      font-size: 1.25em; }
    .menu__open span {
      text-transform: uppercase;
      margin-left: 15px;
      display: none;
      font-weight: 600;
      line-height: 20px; } }
    @media all and (max-width: 1024px) and (min-width: 415px) {
      .menu__open span {
        display: block; } }

@media all and (max-width: 1024px) {
    .menu__open:hover {
      background-color: #010165;
      color: #010165; }
  .menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 250;
    visibility: hidden;
    -webkit-transition: visibility 0ms ease 350ms;
    -o-transition: visibility 0ms ease 350ms;
    transition: visibility 0ms ease 350ms; }
    .mason--menu .menu {
      visibility: visible;
      -webkit-transition: visibility 0ms ease;
      -o-transition: visibility 0ms ease;
      transition: visibility 0ms ease; }
    .menu:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.75);
      opacity: 0;
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
      .mason--menu .menu:before {
        opacity: 1; }
  .menu__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;
    padding: 80px 0 0;
    max-width: 100%;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #010165;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease; }
    .mason--menu .menu__inner {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .menu__inner .topContact {
      padding: 5px 0; }
      .menu__inner .topContact a {
        display: block;
        padding: 5px 5vw;
        line-height: 20px;
        text-decoration: none;
        color: #fff; }
        .menu__inner .topContact a span {
          margin-right: 15px;
          vertical-align: top; }
    .menu__inner .social__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 5vw; }
    .menu__inner .social__item {
      margin-right: 5px; }
      .menu__inner .social__item a {
        width: 50px;
        height: 50px;
        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;
        color: #fff;
        background-color: rgba(34, 34, 34, 0.25);
        -webkit-transition: color 350ms ease, background-color 350ms ease;
        -o-transition: color 350ms ease, background-color 350ms ease;
        transition: color 350ms ease, background-color 350ms ease; }
        .menu__inner .social__item a:hover {
          background-color: #fff !important; }
        .menu__inner .social__item a[title="Twitter"]:hover {
          color: #1da1f2; }
        .menu__inner .social__item a[title="X"]:hover {
          color: #000; }
        .menu__inner .social__item a[title="Facebook"]:hover {
          color: #1877f2; }
        .menu__inner .social__item a[title="Instagram"]:hover {
          color: #c32aa3; }
        .menu__inner .social__item a[title="LinkedIn"]:hover {
          color: #007bb5; }
  .menu__close {
    position: absolute;
    top: 25px;
    right: 5vw;
    height: 65px;
    width: 65px;
    color: #010165;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease; } }
  @media all and (max-width: 1024px) and (min-width: 415px) {
    .menu__close {
      width: auto;
      padding: 0 30px; } }

@media all and (max-width: 1024px) {
    .menu__close svg {
      font-size: 1.125em; }
    .menu__close span {
      text-transform: uppercase;
      font-size: 0.875em;
      font-weight: 600;
      letter-spacing: 2px;
      margin-left: 15px;
      display: none; } }
    @media all and (max-width: 1024px) and (min-width: 415px) {
      .menu__close span {
        display: block; } }

@media all and (max-width: 1024px) {
    .menu__close:hover {
      background-color: #010165;
      color: #fff; }
  .menu__list {
    padding: 10px 0; }
  .menu__item {
    position: relative; }
  .menu__item__link {
    text-decoration: none;
    padding: 10px calc(10vw + 30px) 10px 5vw;
    display: block; }
    .menu__item__link span {
      line-height: 20px;
      display: block;
      color: #fff; }
  .menu__item__button {
    width: 30px;
    height: 30px;
    position: absolute;
    font-size: 0.875em;
    right: 5vw;
    border-radius: 50%;
    top: 5px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #010165; }
  .menu__item--subitems > .menu__item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu__item--subitems.menu__item--expand {
    padding-bottom: 0; }
  .menu__item__sub {
    display: none;
    background-color: #010165;
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu__item--expand .menu__item__sub {
      display: block; }
    .menu__item__sub .menu__item__link {
      padding: 10px 5vw; }
      .menu__item__sub .menu__item__link span {
        color: #010165; }
  .menu__quicklinks__item a {
    padding: 5px 5vw;
    line-height: 20px; }
  .menu__searchToggle {
    display: none; }
  .menu__searchBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #010165;
    padding: 0 5vw; }
    .menu__searchBar input {
      width: calc(100% - 50px);
      background: none;
      color: #fff; }
      .menu__searchBar input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
        color: #fff; }
    .menu__searchBar button {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff; } }

@media all and (min-width: 1025px) {
  .menu__open {
    display: none; }
  .menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .menu__close, .menu .social__list, .menu .topContact {
    display: none; }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    .mason--search .menu__list {
      opacity: 0; }
  .menu__item {
    position: relative;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
  @media all and (min-width: 1025px) and (min-width: 1301px) {
    .menu__item {
      margin-right: 25px; } }

@media all and (min-width: 1025px) {
  .menu__item__link {
    display: block;
    text-decoration: none;
    padding: 10px 0;
    position: relative; }
    .menu__item__link span {
      position: relative;
      font-weight: 600;
      display: block;
      text-align: center;
      line-height: 20px;
      color: #222;
      font-size: 0.875em; } }
    @media all and (min-width: 1025px) and (min-width: 1301px) {
      .menu__item__link span {
        font-size: 1em; } }

@media all and (min-width: 1025px) {
    .menu__item__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
      transform: translateX(-50%) scaleX(0);
      height: 4px;
      width: 58px;
      border-radius: 2px;
      background-color: #F20000;
      -webkit-transition: -webkit-transform 350ms ease;
      transition: -webkit-transform 350ms ease;
      -o-transition: transform 350ms ease;
      transition: transform 350ms ease;
      transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .menu__item__button {
    display: none; }
  .menu__list > .menu__item--selected > .menu__item__link:after, .menu__list > .menu__item:hover > .menu__item__link:after {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1); }
  .menu__item--subitems > .menu__item__sub {
    top: calc(100% + 8px);
    left: 50%;
    margin: 0;
    margin-left: -125px;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    position: absolute;
    z-index: 10;
    background-color: #010165;
    -webkit-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    .menu__item--subitems > .menu__item__sub:before {
      content: '';
      position: absolute;
      top: -8px;
      left: 0;
      right: 0;
      height: 8px; }
    .menu__item--subitems > .menu__item__sub .menu__item {
      display: block;
      margin-right: 0; }
    .menu__item--subitems > .menu__item__sub .menu__item__link {
      padding: 10px 20px;
      -webkit-transition: background-color 350ms ease;
      -o-transition: background-color 350ms ease;
      transition: background-color 350ms ease; }
      .menu__item--subitems > .menu__item__sub .menu__item__link span {
        color: #fff; }
      .menu__item--subitems > .menu__item__sub .menu__item__link:hover {
        background-color: rgba(255, 255, 255, 0.1); }
  .menu__item--subitems:hover > .menu__item__sub, .menu__item--subitems .menu__item__sub:hover {
    opacity: 1;
    visibility: visible; }
  .menu__searchToggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #010165;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease; }
    .menu__searchToggle:hover {
      background-color: #010165;
      color: #fff; }
  .menu__searchBar {
    position: absolute;
    left: 0;
    right: 90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #010165;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    transition: opacity 350ms ease, visibility 0ms linear 350ms; }
    .mason--search .menu__searchBar {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 350ms ease, visibility 0ms linear;
      -o-transition: opacity 350ms ease, visibility 0ms linear;
      transition: opacity 350ms ease, visibility 0ms linear; }
    .menu__searchBar input {
      width: calc(100% - 50px);
      background: none;
      padding-left: 15px;
      color: #fff; }
      .menu__searchBar input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 1;
        color: #fff; }
      .menu__searchBar input:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
        color: #fff; }
    .menu__searchBar button {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff; } }

.admin__edit {
  position: absolute;
  background-color: #EE732A;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  z-index: 4; }
  .admin__edit:after {
    content: '\f040';
    margin-left: 10px;
    font-family: "FontAwesome"; }
  .admin__edit[data-position~="top"] {
    top: 0; }
  .admin__edit[data-position~="right"] {
    right: 0; }
  .admin__edit[data-position~="bottom"] {
    bottom: 0; }
  .admin__edit[data-position~="left"] {
    left: 0; }
  .admin__edit[data-position~="above"] {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .admin__edit[data-position~="below"] {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .admin__edit[data-position~="static"] {
    position: static; }

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

body .admin__option__box {
  padding: 0 2em; }

body .admin__option__box__list li {
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity .2s ease, border-color .2s ease;
  -o-transition: opacity .2s ease, border-color .2s ease;
  transition: opacity .2s ease, border-color .2s ease; }
  body .admin__option__box__list li:hover {
    opacity: 1; }

body .admin__option__box__list li.active {
  position: relative;
  border-color: #4BB543;
  opacity: 1;
  -webkit-box-shadow: 0 0 0 1px #4BB543;
  box-shadow: 0 0 0 1px #4BB543; }
  body .admin__option__box__list li.active:after {
    content: "\f00c";
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    font-family: fontAwesome;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    background: #4BB543;
    font-size: 1.25em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }

body .admin__option__box__container {
  background: rgba(0, 0, 0, 0.05);
  padding: 1.5em 3em 1.5em 1.5em;
  margin: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  body .admin__option__box__container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  body .admin__option__box__container--divider {
    display: block;
    width: 3px;
    margin: 0 2em;
    background: rgba(0, 0, 0, 0.05); }
  body .admin__option__box__container input {
    width: 100%; }
  body .admin__option__box__container h4 {
    margin: 0 0 1.5em !important;
    text-align: center; }
  body .admin__option__box__container hr {
    margin: 1.5em 0;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 1px; }

body .admin__option__box__thumb {
  margin-right: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2); }

body .admin__option__box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  body .admin__option__box__content h3 {
    margin: 0 0 .5em;
    color: #555555;
    font-weight: 700; }
  body .admin__option__box__content small {
    clear: both;
    margin: 0px;
    line-height: 1.2em;
    display: inline-block; }
  body .admin__option__box__content strong {
    color: #EE732A;
    font-weight: 700; }
  body .admin__option__box__content p {
    margin: 5px 0; }

/*--------------------------------------------------
	Link Settings
--------------------------------------------------*/
.admin__option__box__image {
  width: 210px;
  height: 210px;
  position: relative;
  overflow: hidden;
  margin: 0 2em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .admin__option__box__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .admin__option__box__image .admin__option__box__image--removeimage {
    position: absolute;
    top: 0px;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 5; }
  .admin__option__box__image .admin__option__box__image--undo {
    position: absolute;
    top: 32px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: .8em;
    z-index: 5; }

#admin__option__box__image__details li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  margin: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#admin__option__box__image__details .scale__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  width: 58px; }

#admin__option__box__image__details .scale__num {
  position: absolute;
  top: -.9em;
  right: 0;
  font-weight: 700;
  font-size: 12px; }

#admin__option__box__image__details .scale__line {
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(255, 255, 255, 0.1);
  height: 18px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  #admin__option__box__image__details .scale__line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    bottom: 0px;
    background: lightblue;
    -webkit-transition: width .6s ease .4s, background .6s ease .4s;
    -o-transition: width .6s ease .4s, background .6s ease .4s;
    transition: width .6s ease .4s, background .6s ease .4s; }
    #admin__option__box__image__details .scale__line span.blue {
      background: blue; }
    #admin__option__box__image__details .scale__line span.orange {
      background: orange; }
  #admin__option__box__image__details .scale__line:after {
    content: "\f0d7";
    position: absolute;
    top: -0.4em;
    right: 0;
    bottom: auto;
    left: 0;
    color: #555555;
    margin: auto;
    font-family: 'fontAwesome';
    text-align: center;
    line-height: 0;
    font-weight: 700;
    opacity: .5;
    width: 3px;
    background: #555555; }

#admin__option__box__image__details .scale__line__guide {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 100%;
  left: 42%;
  right: 25%;
  border-left: 5px solid rgba(255, 255, 255, 0.3);
  border-right: 5px solid rgba(255, 255, 255, 0.3);
  z-index: 3; }

#admin__option__box__image__details .scale__warning {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 100%;
  font-size: 1em;
  color: limegreen;
  height: 1.5em;
  margin: auto;
  padding-left: 10px; }
  #admin__option__box__image__details .scale__warning.warn {
    color: crimson; }
    #admin__option__box__image__details .scale__warning.warn small {
      position: absolute;
      right: 100%;
      background: crimson;
      color: #fff;
      width: 400px;
      z-index: 10;
      padding: 1em;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      font-size: 14px;
      -webkit-transform: translateX(1em) translateY(-50%);
      -ms-transform: translateX(1em) translateY(-50%);
      transform: translateX(1em) translateY(-50%);
      top: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
      transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
      -o-transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s;
      transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s;
      transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
      #admin__option__box__image__details .scale__warning.warn small:after {
        content: '';
        top: 0;
        right: auto;
        bottom: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 6px;
        border-color: transparent transparent transparent crimson;
        margin: auto; }
    #admin__option__box__image__details .scale__warning.warn:hover small {
      -webkit-transform: translateX(0) translateY(-50%);
      -ms-transform: translateX(0) translateY(-50%);
      transform: translateX(0) translateY(-50%);
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

@-webkit-keyframes warn {
  0%, 20%, 30%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes warn {
  0%, 20%, 30%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

#admin__option__box__image__check {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  #admin__option__box__image__check li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #admin__option__box__image__check .scale__num {
    font-size: 2em;
    font-weight: 700;
    margin: 0; }
    #admin__option__box__image__check .scale__num small {
      font-size: 50%; }
    #admin__option__box__image__check .scale__num .fa-check-circle {
      color: limegreen; }
    #admin__option__box__image__check .scale__num .fa-times-circle {
      color: crimson; }
  #admin__option__box__image__check .scale__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
  #admin__option__box__image__check .scale__warning {
    position: relative;
    height: 2em;
    text-align: center; }
    #admin__option__box__image__check .scale__warning svg {
      font-size: 1.5em;
      color: crimson; }
      #admin__option__box__image__check .scale__warning svg.fa-check {
        color: limegreen; }
    #admin__option__box__image__check .scale__warning.warn svg {
      -webkit-animation: warn 2s linear infinite;
      animation: warn 2s linear infinite; }
    #admin__option__box__image__check .scale__warning.warn small {
      position: absolute;
      right: -200px;
      left: -200px;
      width: 180px;
      background: crimson;
      color: #fff;
      z-index: 10;
      padding: 1em;
      margin: auto;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
      font-size: 14px;
      -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
      transform: translateY(1em);
      bottom: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
      transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
      -o-transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s;
      transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s;
      transition: opacity .2s ease, transform .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
      #admin__option__box__image__check .scale__warning.warn small:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 0;
        bottom: auto;
        left: 0%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7.5px 0 7.5px;
        border-color: crimson transparent transparent transparent;
        margin: auto; }
    #admin__option__box__image__check .scale__warning.warn:hover small {
      -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
      transform: translateY(-1em);
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }

.admin_dialog_buttons.disabled:before {
  content: "The image selected's filesize is too large - please either crop the image or choose an alternative";
  font-weight: 700;
  font-size: 14px;
  color: crimson; }

.admin_dialog_buttons.disabled button {
  opacity: .4;
  pointer-events: none; }

body .admin__option__box--url .admin__option__box__container--flex {
  margin: 5px 0; }

body .admin__option__box--url label {
  min-width: 90px; }

body .admin__option__box--url .admin_button--custom {
  width: 40%;
  margin: 5px 0;
  border-color: rgba(0, 0, 0, 0.2); }

body .admin__option__box--url .admin__option__box--urlremove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  body .admin__option__box--url .admin__option__box--urlremove button.admin_dialog_button {
    margin: 0 !important;
    border-color: red !important; }

.subnav__grid__edit:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  font-family: fontAwesome;
  width: 50px;
  height: 42px;
  background: limegreen;
  color: #fff;
  z-index: 200;
  text-align: center;
  font-size: 1em;
  line-height: 42px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease(out-back) 1s;
  transition: -webkit-transform 0.3s ease(out-back) 1s;
  -o-transition: transform 0.3s ease(out-back) 1s;
  transition: transform 0.3s ease(out-back) 1s;
  transition: transform 0.3s ease(out-back) 1s, -webkit-transform 0.3s ease(out-back) 1s; }

.subnav__grid__item.saved img {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important; }

.subnav__grid__item.saved .subnav__grid__edit:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.subnav__grid__edit {
  padding: .5em 1em;
  z-index: 10;
  font-size: 1.125em; }

.image__options {
  position: relative;
  height: 50px;
  width: 100%;
  text-align: right; }

#customField_tempImg, #customField_tempCol {
  position: absolute;
  top: 100%;
  visibility: hidden; }

[data-lazy] .lazy__load__img, [data-img] .lazy__load__img {
  opacity: 0; }

[data-lazy].lazy--loaded .lazy__load__img, [data-img].lazy--loaded .lazy__load__img {
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

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

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

[data-lazy][data-swipe="ltr"] .lazy__load__img, [data-lazy][data-swipe="rtl"] .lazy__load__img, [data-img][data-swipe="ltr"] .lazy__load__img, [data-img][data-swipe="rtl"] .lazy__load__img {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

.lazy__swipe {
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  -o-transition: transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  z-index: 12; }
  .lazy--prep .lazy__swipe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .lazy--loaded .lazy__swipe {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: 175ms;
    -o-transition-delay: 175ms;
    transition-delay: 175ms; }

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

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

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

.mason {
  -webkit-transition: padding-top 350ms ease;
  -o-transition: padding-top 350ms ease;
  transition: padding-top 350ms ease; }
  .mason:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    -o-transition: opacity 350ms ease, visibility 0ms linear 350ms;
    transition: opacity 350ms ease, visibility 0ms linear 350ms; }

.mason--menu:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 350ms ease, visibility 0ms linear;
  -o-transition: opacity 350ms ease, visibility 0ms linear;
  transition: opacity 350ms ease, visibility 0ms linear; }

.mason--trust {
  padding-top: 120px; }

@media all and (min-width: 1025px) {
  .mason--menu:before {
    display: none; }
  .mason--trust {
    padding-top: 160px; } }

/*--------------------------------------------------
	Trust
--------------------------------------------------*/
.trust {
  padding: 25px 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  visibility: hidden;
  -webkit-transition: visibility 0ms linear 350ms;
  -o-transition: visibility 0ms linear 350ms;
  transition: visibility 0ms linear 350ms; }
  .mason--trust .trust {
    visibility: visible;
    -webkit-transition: visibility 0ms linear;
    -o-transition: visibility 0ms linear;
    transition: visibility 0ms linear; }

.trust__close {
  position: absolute;
  right: 5%;
  top: 5vw;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #010165;
  border-radius: 50%;
  z-index: 1; }

.trust__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .trust__list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .trust__list .owl-item {
    float: none; }

.trust__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .trust__item__link:hover {
    opacity: 1; }

.trust__item__logo {
  height: 70px;
  display: block; }

@media all and (min-width: 1025px) {
  .trust__info {
    display: block; }
  .trust__close {
    display: none; }
  .trust__list .owl-stage {
    margin: 0 0 0 auto; }
  .trust__item__logo {
    height: 110px; } }

/*--------------------------------------------------
	Top Bar
--------------------------------------------------*/
.topBar {
  padding: 0 5%;
  background-color: #010165;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 1; }

.topBar__contact {
  display: none;
  position: relative; }
  .topBar__contact .topContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .topBar__contact .topContact a {
      display: block;
      line-height: 50px;
      text-decoration: none;
      color: #fff;
      font-size: 0.75em;
      font-weight: 600;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .topBar__contact .topContact a:first-child {
        margin-right: 45px; }
      .topBar__contact .topContact a span {
        color: rgba(255, 255, 255, 0.25);
        margin-right: 15px;
        font-size: 1.33333em;
        vertical-align: top; }
      .topBar__contact .topContact a:hover {
        color: #010165; }

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

.topBar__social {
  display: none;
  position: relative; }
  .topBar__social .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .topBar__social .social__item {
    margin-right: 5px; }
    .topBar__social .social__item a {
      width: 50px;
      height: 50px;
      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;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transition: color 350ms ease, background-color 350ms ease;
      -o-transition: color 350ms ease, background-color 350ms ease;
      transition: color 350ms ease, background-color 350ms ease; }
      .topBar__social .social__item a:hover {
        background-color: #fff !important; }
      .topBar__social .social__item a[title="Twitter"]:hover {
        color: #1da1f2; }
      .topBar__social .social__item a[title="X"]:hover {
        color: #000; }
      .topBar__social .social__item a[title="Facebook"]:hover {
        color: #1877f2; }
      .topBar__social .social__item a[title="Instagram"]:hover {
        color: #c32aa3; }
      .topBar__social .social__item a[title="LinkedIn"]:hover {
        color: #007bb5; }

.topBar__schools {
  height: 35px;
  width: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .topBar__schools img {
    display: block;
    width: 80px; }

@media all and (min-width: 1025px) {
  .topBar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .topBar__contact {
    display: block; }
  .topBar__social {
    display: block; }
  .topBar__schools {
    height: 50px;
    width: 150px; }
    .topBar__schools img {
      width: 100px; } }

/*--------------------------------------------------
	Header
--------------------------------------------------*/
.header {
  padding: 0 5%;
  height: 130px;
  background-color: #fff;
  z-index: 250; }

.header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (min-width: 1025px) {
  .header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    -webkit-transition: margin-top 350ms ease;
    -o-transition: margin-top 350ms ease;
    transition: margin-top 350ms ease; }
    .mason--trust .header {
      margin-top: 160px; }
    .mason--fixed .header {
      position: fixed;
      top: -60px;
      height: 60px;
      margin-top: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      -webkit-transition: -webkit-transform 350ms ease;
      transition: -webkit-transform 350ms ease;
      -o-transition: transform 350ms ease;
      transition: transform 350ms ease;
      transition: transform 350ms ease, -webkit-transform 350ms ease;
      -webkit-box-shadow: 0 8px 32px rgba(1, 1, 101, 0.2);
      box-shadow: 0 8px 32px rgba(1, 1, 101, 0.2); } }

/*--------------------------------------------------
	Logo
--------------------------------------------------*/
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.logo__img {
  -webkit-transition: height 350ms ease;
  -o-transition: height 350ms ease;
  transition: height 350ms ease; }
  .logo--sml .logo__img {
    height: 48px; }
  .logo--lg .logo__img {
    height: 82px; }

.logo__text {
  margin-left: 10px; }
  .logo__text h1 {
    margin: 0;
    font-size: 1.5em;
    color: #F20000; }
  .logo__text h2 {
    margin: 5px 0 0;
    font-size: 0.875em;
    font-weight: 700;
    color: #F20000; }

@media all and (min-width: 1025px) {
  .mason--fixed .logo--lg .logo__img {
    height: 48px; }
  .mason--fixed .logo__text {
    display: none; } }

@media all and (min-width: 1301px) {
  .logo--lg .logo__img {
    height: 85px; }
  .logo__text {
    margin-left: 25px; }
    .logo__text h1 {
      font-size: 2em; }
    .logo__text h2 {
      margin: 10px 0 0;
      font-size: 1em; } }

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

.hero__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .hero__inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 33.3333%;
    left: 0;
    right: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.75)), to(rgba(34, 34, 34, 0)));
    background: -webkit-linear-gradient(bottom, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0));
    background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0));
    background: linear-gradient(to top, rgba(34, 34, 34, 0.75), rgba(34, 34, 34, 0)); }

.hero__slideshow {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative; }

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

.hero__slideshow__item__img {
  height: 100%; }

.hero__curve {
  position: relative;
  max-height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  .hero__curve:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3.9039%; }
  .hero__curve svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero__curve svg path {
      fill: #fff; }

@media all and (min-width: 1025px) {
  .hero {
    margin-top: 130px; } }

/*--------------------------------------------------
	Main
--------------------------------------------------*/
.main {
  position: relative;
  z-index: 2;
  min-height: 730px; }

.main__inner {
  position: relative;
  z-index: 1; }

.main__watermark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(25%);
  -ms-transform: translateX(25%);
  transform: translateX(25%);
  right: 0;
  width: 730px;
  max-width: 60%;
  opacity: 0.05; }

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

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

.content__title {
  margin: 0;
  font-size: 2em; }

.content__region {
  line-height: 1.8;
  margin-bottom: 20px; }
  .content__region a {
    color: #010165;
    font-weight: 700;
    text-decoration: none; }
    .content__region a:hover {
      text-decoration: underline; }
  .content__region > *:first-child {
    margin-top: 0; }
  .content__region > *:last-child {
    margin-bottom: 0; }

.content__block__news_category {
  max-width: 560px; }

.content__path {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.content__path__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content__path__item__link {
  text-decoration: none;
  color: #F20000;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .content__path__item__link:hover {
    color: #010165; }

.content__path__item__sep {
  margin: 0 25px;
  color: #F20000;
  font-size: 0.75em; }

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

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

.content__path__item:last-child .content__path__item__link {
  opacity: 0.5; }

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

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

@media all and (min-width: 1025px) {
  .content {
    width: calc(100% - 350px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 75px 95px 75px 0; }
    .mason--wide .content {
      width: 100%;
      padding: 25px 0 50px; }
  .content__title {
    font-size: 3.5em; }
  .content__path {
    margin: 25px 0 50px; } }

/*--------------------------------------------------
	Subnav
--------------------------------------------------*/
.subnav {
  background-color: #010165;
  border-radius: 30px;
  padding: 50px 0;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); }

.subnav__title {
  margin: 0 0 15px;
  color: #fff;
  padding: 0 5vw; }

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

.subnav__list__item__link {
  -webkit-transition: color 350ms ease, background-color 350ms ease;
  -o-transition: color 350ms ease, background-color 350ms ease;
  transition: color 350ms ease, background-color 350ms ease;
  padding: 15px 5vw;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  position: relative; }
  .subnav__list__item__link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background-color: #F20000;
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .subnav__list__item--selected .subnav__list__item__link, .subnav__list__item__link:hover {
    background-color: rgba(255, 255, 255, 0.1); }
    .subnav__list__item--selected .subnav__list__item__link:before, .subnav__list__item__link:hover:before {
      opacity: 1; }

@media all and (min-width: 1025px) {
  .subnav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
    margin-top: -145px; }
  .subnav__title {
    padding: 0 50px; }
  .subnav__list__item__link {
    padding: 15px 50px; } }

/*--------------------------------------------------
	Grid
--------------------------------------------------*/
.grid {
  position: relative;
  padding: 0 0 0 15px; }

.grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.grid__item {
  position: relative;
  width: calc(100% - 15px);
  margin: 0 15px 15px 0; }
  .grid__item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.grid__item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #010165;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease; }
  .grid__item__link:hover {
    background-color: #010165; }
    .grid__item__link:hover .grid__item__img:not([data-lazy=""]) {
      opacity: 0.1; }
    .grid__item__link:hover .grid__item__info {
      -webkit-transform: translateY(-100%) translateY(-12.5px);
      -ms-transform: translateY(-100%) translateY(-12.5px);
      transform: translateY(-100%) translateY(-12.5px); }
    .grid__item__link:hover .grid__item__hover {
      opacity: 1; }

.grid__item__img {
  height: 100%;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .grid__item__img:not([data-lazy=""]) {
    opacity: 0.6; }

.grid__item__info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 5vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  -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; }

.grid__item__title {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0; }

.grid__item__hover {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  right: 0;
  padding: 0 5vw;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

.grid__item__more {
  display: inline-block;
  vertical-align: top;
  padding: 17.5px 30px;
  color: #010165;
  font-size: 0.875em;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .grid__item__more:hover {
    background-color: #010165;
    color: #fff; }

@media (min-width: 550px) {
  .grid__item {
    width: calc(50% - 15px); } }

@media all and (min-width: 769px) {
  .grid__item {
    width: calc(33.3333% - 15px); } }

@media all and (min-width: 1025px) {
  .grid__item__info {
    padding: 0 25px; }
  .grid__item__title {
    font-size: 2.5em; }
  .grid__item__hover {
    padding: 0 25px; } }

@media all and (min-width: 1301px) {
  .grid__item {
    width: calc(25% - 15px); } }

@media (min-width: 1600px) {
  .grid__item {
    width: calc(20% - 15px); } }

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

.footer__curve {
  position: relative;
  max-height: 65px; }
  .footer__curve:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 3.9039%; }
  .footer__curve svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .footer__curve svg path {
      fill: #010165; }

.footer__main {
  background-color: #010165;
  padding: 25px 0; }

.footer__awards {
  padding: 15px;
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  background-color: #fff; }

.footer__awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer__awards__list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__awards__list .owl-item {
    float: none; }
    .footer__awards__list .owl-item:first-child {
      margin-left: 50px; }

.footer__awards__item__link {
  display: block;
  height: 70px;
  width: auto; }
  .footer__awards__item__link img {
    height: 100%;
    display: block; }

.footer__left {
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0 0 25px; }
  .footer__left a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .footer__left a:hover {
      color: #010165; }

.footer__seperator {
  display: block;
  height: 0;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.25); }

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer__right .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__right .social__item {
    margin-right: 10px; }
    .footer__right .social__item a {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      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;
      background-color: #fff;
      font-size: 1.125em;
      -webkit-transition: color 350ms ease, background-color 350ms ease;
      -o-transition: color 350ms ease, background-color 350ms ease;
      transition: color 350ms ease, background-color 350ms ease; }
      .footer__right .social__item a:hover {
        color: #fff !important; }
      .footer__right .social__item a[title="Twitter"] {
        color: #1da1f2; }
        .footer__right .social__item a[title="Twitter"]:hover {
          background-color: #1da1f2; }
      .footer__right .social__item a[title="X"] {
        color: #000; }
        .footer__right .social__item a[title="X"]:hover {
          background-color: #000; }
      .footer__right .social__item a[title="Facebook"] {
        color: #1877f2; }
        .footer__right .social__item a[title="Facebook"]:hover {
          background-color: #1877f2; }
      .footer__right .social__item a[title="Instagram"] {
        color: #c32aa3; }
        .footer__right .social__item a[title="Instagram"]:hover {
          background-color: #c32aa3; }
      .footer__right .social__item a[title="LinkedIn"] {
        color: #007bb5; }
        .footer__right .social__item a[title="LinkedIn"]:hover {
          background-color: #007bb5; }

.footer__back {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  color: #fff;
  background-color: #F20000;
  -webkit-transition: background-color 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, color 350ms ease; }
  .footer__back:hover {
    background-color: #010165;
    color: #010165; }

@media all and (min-width: 1025px) {
  .footer__main {
    padding: 65px 0; }
  .footer__awards {
    margin-bottom: 35px; }
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__left {
    text-align: left;
    margin: 0; }
  .footer__seperator {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 15px; } }
