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

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

.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 #2E3166;
  background: #E6E6E6; }
  .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 #2E3166;
  background: #E6E6E6; }

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

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

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

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

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

.region fieldset {
  border-color: #2E3166; }

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

.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: #23242B; }

h1, h2, h3, h4, h5, h6 {
  color: #2E3166;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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); } }

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

*[data-fill="true"] {
  overflow: hidden;
  position: relative; }
  *[data-fill="true"] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      *[data-fill="true"] img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

*[data-parallax] {
  will-change: transform; }

@media all and (max-width: 1024px) {
  .menu__btn {
    display: block;
    padding: 18px 25px;
    background-color: #fff;
    background-clip: padding-box;
    border: 7px rgba(255, 255, 255, 0.4) solid;
    border-radius: 35px;
    color: #2E3166;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 20px;
    z-index: 251;
    text-decoration: none !important; }
  .menu__btn__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu__btn__content span {
      margin-left: 15px; }
  .menu__btn__content--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mason--menu .menu__btn__content--open {
      display: none; }
  .menu__btn__content--close {
    display: none; }
    .mason--menu .menu__btn__content--close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .menu {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 110px 0 20px;
    opacity: 0;
    visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#2E3166), color-stop(25%, #2E3166), to(#43A877));
    background: -webkit-linear-gradient(top, #2E3166 0%, #2E3166 25%, #43A877 100%);
    background: -o-linear-gradient(top, #2E3166 0%, #2E3166 25%, #43A877 100%);
    background: linear-gradient(to bottom, #2E3166 0%, #2E3166 25%, #43A877 100%);
    -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 .menu {
      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__list {
    overflow: auto;
    max-height: calc(100vh - 110px - 80px - 20px - 20px); }
  .menu__item {
    position: relative; }
  .menu__item__link {
    text-decoration: none;
    padding: 10px calc(10% + 30px) 10px 5%;
    display: block; }
    .menu__item__link span {
      font-weight: 500;
      line-height: 20px;
      display: block;
      color: #fff; }
  .menu__item__button {
    display: none;
    position: absolute;
    right: 5%;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    background-clip: padding-box;
    color: #2E3166;
    border: 3px rgba(255, 255, 255, 0.4) solid;
    font-size: 0.75em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu__item--subitems > .menu__item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .menu__item__sub {
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    list-style: none;
    padding: 0;
    margin: 0; }
    .menu__item--expand .menu__item__sub {
      display: block; } }

@media all and (min-width: 1025px) {
  .menu__btn {
    display: none; }
  .menu {
    position: relative;
    padding-top: 55px; }
    .mason--fixed .menu {
      padding-top: 0; }
  .menu__extra {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .mason--fixed .menu__extra {
      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: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu__list .menu__item--columns--wide .menu__item__sub {
      display: -ms-grid !important;
      display: grid !important;
      justify-items: center;
      min-width: 440px;
      -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
      right: -50%;
      left: auto; }
  .menu__item {
    position: relative;
    margin-right: 15px; }
    .menu__item:last-child {
      margin-right: 0; }
  .menu__item--page_1 {
    display: none; }
  .menu__item__link {
    position: relative;
    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;
    text-decoration: none;
    height: 55px; }
    .menu__item__link span {
      text-align: center;
      color: #fff;
      font-weight: 500;
      font-size: 0.75em;
      line-height: 20px; }
    .menu__item__link:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      border-radius: 2px;
      background: -webkit-gradient(linear, left top, right top, from(#43A877), to(#78CB00));
      background: -webkit-linear-gradient(left, #43A877, #78CB00);
      background: -o-linear-gradient(left, #43A877, #78CB00);
      background: linear-gradient(to right, #43A877, #78CB00);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 350ms ease;
      transition: -webkit-transform 350ms ease;
      -o-transition: transform 350ms ease;
      transition: transform 350ms ease;
      transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .menu__item__button {
    display: none; }
  .menu__list > .menu__item--selected > .menu__item__link:after, .menu__list > .menu__item:hover > .menu__item__link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .menu__item--subitems > .menu__item__sub {
    position: absolute;
    top: 65px;
    left: 50%;
    margin: 0;
    margin-left: -120px;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    display: block;
    text-align: center;
    padding: 20px 0;
    z-index: 1;
    background-color: #E6E6E6;
    background-clip: padding-box;
    border: 4px rgba(230, 230, 230, 0.4) solid;
    border-radius: 15px;
    -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: -15px;
      left: 0;
      right: 0;
      height: 30px; }
    .menu__item--subitems > .menu__item__sub .menu__item {
      display: block;
      margin-right: 0; }
    .menu__item--subitems > .menu__item__sub .menu__item__link {
      padding: 0 20px;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .menu__item--subitems > .menu__item__sub .menu__item__link span {
        color: #23242B;
        font-weight: 500;
        position: relative;
        padding: 10px 0; }
        .menu__item--subitems > .menu__item__sub .menu__item__link span:after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 4px;
          border-radius: 2px;
          background: -webkit-gradient(linear, left top, right top, from(#43A877), to(#78CB00));
          background: -webkit-linear-gradient(left, #43A877, #78CB00);
          background: -o-linear-gradient(left, #43A877, #78CB00);
          background: linear-gradient(to right, #43A877, #78CB00);
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: -webkit-transform 350ms ease;
          transition: -webkit-transform 350ms ease;
          -o-transition: transform 350ms ease;
          transition: transform 350ms ease;
          transition: transform 350ms ease, -webkit-transform 350ms ease; }
      .menu__item--subitems > .menu__item__sub .menu__item__link:hover span:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
  .menu__item--subitems:hover > .menu__item__sub, .menu__item--subitems .menu__item__sub:hover {
    opacity: 1;
    visibility: visible; } }

@media all and (min-width: 1301px) {
  .menu__item {
    margin-right: 25px; }
    .menu__item:last-child {
      margin-right: 0; }
  .menu__item__link span {
    font-size: 0.875em; } }

@media (min-width: 1601px) {
  .menu__item {
    margin-right: 35px; }
    .menu__item:last-child {
      margin-right: 0; }
  .menu__item__link span {
    font-size: 1em; } }

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

.admin__info {
  background-color: #EF5B25;
  padding: 25px; }
  .admin__info p {
    color: #fff; }
    .admin__info p a {
      color: #fff; }

.admin__input {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px;
  z-index: 5;
  background-color: #EF5B25; }
  .admin__input p {
    color: #fff; }
  .admin__input .admin_editable {
    background-color: #fff;
    color: #23242B; }

.ocular {
  font-size: 15px !important;
  display: inline-block;
  background: #FFF;
  border-radius: 6px;
  padding: 10px 12px;
  text-align: left;
  color: #000; }
  .ocular > * {
    margin: 4px 0; }
  .ocular h3 {
    font-size: 16px;
    margin: 16px 0 3px; }
  .ocular select {
    min-width: 150px; }
  .ocular select,
  .ocular button {
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 15px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 4px;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15); }
  .ocular div button {
    width: 35px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    font-weight: 700;
    color: #a8a8a8; }
    .ocular div button span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit; }
      .ocular div button span:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: inherit;
        -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.15); }
    .ocular div button.selected span:after {
      -webkit-box-shadow: inset 0 0 0 3px #EF5B25;
      box-shadow: inset 0 0 0 3px #EF5B25; }

/*--------------------------------------------------
	Top
--------------------------------------------------*/
.top {
  position: relative; }

/*--------------------------------------------------
	Header
--------------------------------------------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 5%;
  z-index: 250; }
  .mason--school .header {
    background: -webkit-gradient(linear, left top, right top, from(rgba(46, 49, 102, 0.6)), color-stop(25%, rgba(46, 49, 102, 0.6)), to(rgba(67, 168, 119, 0.6)));
    background: -webkit-linear-gradient(left, rgba(46, 49, 102, 0.6) 0%, rgba(46, 49, 102, 0.6) 25%, rgba(67, 168, 119, 0.6) 100%);
    background: -o-linear-gradient(left, rgba(46, 49, 102, 0.6) 0%, rgba(46, 49, 102, 0.6) 25%, rgba(67, 168, 119, 0.6) 100%);
    background: linear-gradient(to right, rgba(46, 49, 102, 0.6) 0%, rgba(46, 49, 102, 0.6) 25%, rgba(67, 168, 119, 0.6) 100%); }

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

@media all and (min-width: 1025px) {
  .mason--fixed .header {
    position: fixed;
    top: -75px;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    -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;
    padding: 10px 5%;
    background: -webkit-gradient(linear, left top, right top, from(#2E3166), color-stop(25%, #2E3166), to(#43A877));
    background: -webkit-linear-gradient(left, #2E3166 0%, #2E3166 25%, #43A877 100%);
    background: -o-linear-gradient(left, #2E3166 0%, #2E3166 25%, #43A877 100%);
    background: linear-gradient(to right, #2E3166 0%, #2E3166 25%, #43A877 100%); }
  .mason--admin.mason--fixed .header {
    margin-top: 110px; } }

/*--------------------------------------------------
	Logo
--------------------------------------------------*/
.logo {
  display: block;
  height: 55px;
  position: relative;
  z-index: 251; }
  .logo img {
    display: block;
    height: 100%; }

@media all and (min-width: 1301px) {
  .logo {
    height: 110px; }
    .mason--fixed .logo {
      height: 55px; } }

/*--------------------------------------------------
	Accessibility
--------------------------------------------------*/
.access {
  position: relative;
  width: 90%;
  margin: 10px auto; }

.access__btn {
  width: 100%;
  border: 1px #fff solid;
  border-radius: 20px;
  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;
  font-size: 0.75em;
  font-weight: 600;
  color: #fff;
  height: 40px;
  padding: 0 15px;
  -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; }
  .access__btn:hover {
    background-color: #fff;
    color: #2E3166; }

.access__menu {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0; }
  .mason--access .access__menu {
    display: block; }

@media all and (min-width: 1025px) {
  .access {
    margin: 0 15px 0 0;
    width: 200px; }
  .access__menu {
    top: 50px;
    bottom: auto; } }

/*--------------------------------------------------
	Search
--------------------------------------------------*/
.searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  width: 90%;
  margin: 0 auto; }
  .searchBar input {
    width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: none;
    padding-left: 15px;
    font-size: 0.875em; }
  .searchBar button {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.875em; }

@media all and (min-width: 1025px) {
  .searchBar {
    width: 200px;
    margin: 0; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero {
  overflow: hidden;
  position: relative;
  min-height: 320px;
  max-height: 550px;
  z-index: 0; }
  .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 39.28571%; }
  .mason--school .hero {
    position: relative;
    max-height: 650px; }
    .mason--school .hero:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 46.42857%; }

.hero__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#2E3166), color-stop(25%, #2E3166), to(#43A877));
  background: -webkit-linear-gradient(left, #2E3166 0%, #2E3166 25%, #43A877 100%);
  background: -o-linear-gradient(left, #2E3166 0%, #2E3166 25%, #43A877 100%);
  background: linear-gradient(to right, #2E3166 0%, #2E3166 25%, #43A877 100%); }
  .hero__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  .mason--school .hero__inner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }

.hero__slideshow {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  opacity: 0.5; }
  .mason--school .hero__slideshow {
    opacity: 1; }

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

.hero__slideshow__item__img {
  height: 100%; }

.hero__overlay {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2; }

.hero__path {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

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

.hero__path__item__link {
  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; }
  .hero__path__item__link:hover {
    color: #43A877; }

.hero__path__item__sep {
  margin: 0 15px;
  color: #fff;
  font-size: 0.625em; }

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

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

.hero__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: 1.5em; }

@media all and (min-width: 1025px) {
  .hero__overlay {
    bottom: 35px;
    padding-right: calc(380px + 35px); }
  .hero__title {
    margin: 20px 0 0; } }

/*--------------------------------------------------
	Main
--------------------------------------------------*/
.main {
  position: relative;
  z-index: 1; }

.main__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.main__watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-20%, 20%);
  -ms-transform: translate(-20%, 20%);
  transform: translate(-20%, 20%);
  opacity: 0.05;
  width: 770px;
  max-width: 100%;
  pointer-events: none; }
  .main__watermark img {
    display: block;
    width: 100%; }

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

@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__region {
  line-height: 1.8;
  margin-bottom: 20px; }
  .content__region a {
    color: #2E3166;
    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__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% - 320px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 55px 55px 55px 0; } }

/*--------------------------------------------------
	Subnav
--------------------------------------------------*/
.sidebar {
  position: relative; }
  .mason--school .sidebar {
    margin-top: 90px; }

.subnav {
  border-radius: 25px;
  background-color: #E6E6E6;
  background-clip: padding-box;
  border: 8px rgba(230, 230, 230, 0.4) solid;
  padding: 40px 0;
  margin-bottom: 25px; }
  .mason--school .subnav {
    padding: 153px 0 40px; }

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

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

.subnav__list__item__link {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }
  .subnav__list__item__link span {
    display: block;
    text-align: center;
    color: #23242B;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding: 7.5px 0; }
    .subnav__list__item__link span:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      border-radius: 2px;
      background: -webkit-gradient(linear, left top, right top, from(#43A877), to(#78CB00));
      background: -webkit-linear-gradient(left, #43A877, #78CB00);
      background: -o-linear-gradient(left, #43A877, #78CB00);
      background: linear-gradient(to right, #43A877, #78CB00);
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 350ms ease;
      transition: -webkit-transform 350ms ease;
      -o-transition: transform 350ms ease;
      transition: transform 350ms ease;
      transition: transform 350ms ease, -webkit-transform 350ms ease; }
  .subnav__list__item--selected .subnav__list__item__link span:after, .subnav__list__item__link:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

@media all and (min-width: 1025px) {
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 320px;
    margin-top: -95px; }
    .mason--school .sidebar {
      margin-top: -140px; } }

/*--------------------------------------------------
	School	
--------------------------------------------------*/
.school__logo {
  width: 226px;
  height: 226px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .school__logo img {
    display: block;
    height: 100px; }
  .school__logo h2 {
    margin: 10px auto 0;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    width: 150px; }

.school__contact {
  background-color: #141629;
  background-clip: padding-box;
  border: 8px rgba(20, 22, 41, 0.3) solid;
  border-radius: 25px;
  margin-bottom: 25px;
  text-align: center;
  padding: 35px 25px; }

.school__contact__item {
  margin-bottom: 15px; }
  .school__contact__item:last-child {
    margin-bottom: 0; }
  .school__contact__item h3 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 0.875em;
    font-weight: 600; }
  .school__contact__item p {
    font-size: 0.875em;
    color: #fff;
    margin: 0; }
    .school__contact__item p a {
      color: #fff;
      text-decoration: none; }

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.footer {
  padding: 25px 5%;
  background-color: #141629;
  position: relative;
  overflow: hidden; }

.footer__watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 20%);
  -ms-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
  opacity: 0.2;
  width: 555px;
  max-width: 100%;
  mix-blend-mode: overlay;
  pointer-events: none; }
  .footer__watermark img {
    display: block;
    width: 100%; }

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

.footer__top {
  padding-bottom: 25px; }

.footer__title {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.5em;
  font-weight: 500; }

.footer__schools {
  margin: 0 0 25px;
  position: relative; }

.footer__schools__item {
  margin-bottom: 10px; }
  .footer__schools__item:nth-last-child(-n+2) {
    margin-bottom: 0; }
  .footer__schools__item a {
    display: block;
    color: #fff;
    font-size: 0.875em;
    font-weight: 500;
    text-decoration: none; }
    .footer__schools__item a svg {
      margin-left: 10px;
      opacity: 0.5;
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    .footer__schools__item a:hover svg {
      opacity: 1; }

.footer__links {
  margin: 0 0 25px;
  position: relative; }

.footer__links__item {
  margin-bottom: 10px; }
  .footer__links__item:last-child {
    margin-bottom: 0; }
  .footer__links__item a {
    display: block;
    color: #fff;
    font-size: 0.875em;
    font-weight: 500;
    text-decoration: none; }
    .footer__links__item a svg {
      margin-left: 10px;
      opacity: 0.5;
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    .footer__links__item a:hover svg {
      opacity: 1; }

.footer__contact__item {
  font-size: 0.75em;
  color: #fff;
  margin: 0 0 15px; }
  .footer__contact__item:last-child {
    margin-bottom: 0; }
  .footer__contact__item a {
    color: #fff;
    text-decoration: none; }

.footer__left {
  position: relative; }

.footer__logo {
  display: block;
  text-decoration: none;
  width: 170px; }
  .footer__logo img {
    display: block;
    width: 100%; }

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

.footer__social__item {
  margin-right: 10px; }
  .footer__social__item:last-child {
    margin-right: 0; }
  .footer__social__item a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    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;
    font-size: 1.125em;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease; }
    .footer__social__item a:hover {
      background-color: #fff;
      color: #141629; }

.footer__util {
  margin: 0 0 25px; }
  .footer__util a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75em; }
    .footer__util a:after {
      content: '\f0a9';
      font-family: 'FontAwesome';
      font-weight: 700;
      margin-left: 10px;
      opacity: 0.5;
      -webkit-transition: opacity 350ms ease;
      -o-transition: opacity 350ms ease;
      transition: opacity 350ms ease; }
    .footer__util a:hover:after {
      opacity: 1; }

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

.footer__legal {
  font-size: 0.75em;
  color: #fff;
  opacity: 0.3;
  margin: 0; }
  .footer__legal a {
    text-decoration: none;
    color: #fff; }

@media all and (min-width: 769px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .footer__schools {
    width: 100%; }
  .footer__schools__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .footer__schools__item {
    width: calc(50% - 25px); }
    .footer__schools__item:nth-child(odd) {
      margin-right: 50px; }
  .footer__links {
    width: calc(50% - 25px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 50px 0 0; }
  .footer__contact {
    width: calc(50% - 25px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .footer__bot {
    border-top: 2px rgba(255, 255, 255, 0.05) solid;
    padding-top: 25px; }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer__logo {
    margin-right: 25px; }
  .footer__social {
    margin: 0; } }

@media all and (min-width: 1025px) {
  .footer {
    padding: 75px 5%; }
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 50px; }
  .footer__title {
    margin: 0 0 25px; }
  .footer__schools {
    width: calc(50% - 50px);
    margin: 0 50px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .footer__links {
    width: calc(25% - 25px); }
  .footer__contact {
    width: calc(25% - 25px); }
  .footer__bot {
    padding-top: 50px;
    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; }
  .footer__right {
    text-align: right; }
  .footer__util {
    margin: 0 0 10px; }
  .footer__seperator {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 10px; } }

@media all and (min-width: 1301px) {
  .footer__logo {
    width: 265px;
    margin-right: 65px; }
  .footer__seperator {
    margin: 0 15px; } }
