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

/*--------------------------------------------------
	Urgent
--------------------------------------------------*/
.urgent {
  background-color: #AE4141;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .mason--urgent .urgent {
    display: block; }

.urgent__inner {
  position: relative; }

.urgent__list {
  padding: 10px 0; }

.urgent__item__link {
  color: #fff;
  text-decoration: none;
  display: inline-block; }

.urgent__item__title {
  font-weight: 700;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 35px; }
  .urgent__item__title svg {
    margin-right: 10px; }

.urgent__item__intro {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 35px; }

.urgent__close {
  background-color: #AE4141;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 15px;
  right: 0;
  color: #fff; }

@media all and (min-width: 1025px) {
  .urgent__close {
    right: 5px; } }

@media all and (min-width: 1301px) {
  .urgent__close {
    right: 5%; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero__ratio {
  position: relative;
  min-height: 440px;
  max-height: 770px; }
  .hero__ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 55%; }

.hero__inner:before {
  height: 50%; }

.hero__inner:after {
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); }

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

.hero__region {
  width: 500px;
  max-width: 100%;
  font-size: 1.25em;
  line-height: 1; }
  .hero__region * {
    font-weight: 600;
    color: #fff; }
    .hero__region *:first-child {
      margin-top: 0; }
    .hero__region *:last-child {
      margin-bottom: 0; }

.hero__trust {
  bottom: 25px; }

@media all and (min-width: 1025px) {
  .hero__overlay {
    bottom: 65px; }
  .hero__region {
    font-size: 2.125em; }
  .hero__trust {
    bottom: 65px; } }

@media all and (min-width: 1301px) {
  .hero__region {
    font-size: 4em; } }

/*--------------------------------------------------
	Welcome
--------------------------------------------------*/
.welcome__left {
  padding: 50px 5%;
  background-color: #fff; }

.welcome__right {
  padding: 50px 5% 75px;
  background-color: #EAEAEA; }

.welcome__region {
  text-align: center; }
  .welcome__region > :first-child {
    color: #304E9F;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4; }
  .welcome__region .button__link {
    margin-top: 5px; }

.welcome__image {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto 50px; }

.welcome__img {
  width: 100%;
  height: 100%;
  margin: 25px auto 0;
  border-radius: 50%;
  border: 15px #EAEAEA solid;
  overflow: hidden !important; }

.notices__item {
  width: 100%; }
  .notices__item p {
    margin: 0;
    font-size: 1.125em;
    color: #132B6B;
    line-height: 1.4;
    text-align: center; }

.notices__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  .notices__pager span {
    background-color: #BFBFBF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 700;
    font-size: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease; }
    .notices__pager span:last-child {
      margin-right: 0; }
    .notices__pager span.cycle-pager-active {
      background-color: #132B6B; }

@media all and (min-width: 769px) {
  .welcome__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .welcome__region {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 310px);
    text-align: left; }
  .welcome__image {
    margin: 0 2em 50px 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media all and (min-width: 1025px) {
  .welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .welcome__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(95% - 380px);
    padding: 100px 70px 175px 5vw; }
  .welcome__region > .welcome__region:first-child {
    font-size: 2.25em; }
  .welcome__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(5% + 380px);
    padding: 100px 5vw 175px 70px; }
  .notices__item p {
    font-size: 1.375em;
    text-align: left; }
  .notices__pager {
    margin-top: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media all and (min-width: 1301px) {
  .welcome__left {
    width: calc(100% - 380px - (50% - 585px));
    padding: 100px 70px 175px calc(50vw - 585px); }
  .welcome__right {
    width: calc((50% - 585px) + 380px);
    padding: 100px calc(50vw - 585px) 175px 70px; } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.news {
  position: relative;
  z-index: 1;
  padding: 0 0 50px; }

.news__curve {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 125%; }
  .news__curve path {
    fill: #304E9F; }

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

.news__left {
  margin-bottom: 20px;
  text-align: center; }
  .news__left .button__link a {
    background-color: rgba(0, 0, 0, 0.3); }
    .news__left .button__link a:hover {
      background-color: #132B6B; }

.news__title {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em; }

.news__container {
  position: relative; }

.news__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto 0;
  width: 70px;
  height: 70px;
  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;
  font-size: 1.5em;
  border-radius: 50%;
  background-color: #132B6B;
  -webkit-transition: background-color 350ms ease, opacity 350ms ease;
  -o-transition: background-color 350ms ease, opacity 350ms ease;
  transition: background-color 350ms ease, opacity 350ms ease; }
  .news__btn:disabled {
    opacity: 0; }
  .news__btn:enabled:hover {
    background-color: #0b1a40; }

.news__btn--prev {
  left: -35px; }

.news__btn--next {
  right: -35px; }

.news__list {
  position: relative;
  z-index: 0; }
  .news__list .owl-stage {
    pointer-events: none; }
  .news__list .owl-item {
    pointer-events: auto;
    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; }
    .news__list .owl-item.active {
      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; }

.news__item {
  width: 285px;
  height: 285px;
  max-width: 90vw; }

.news__item__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #000; }
  .news__item__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .news__item__link:hover .news__item__img.lazyLoaded {
    opacity: 0.5; }
  .news__item__link:hover:after {
    opacity: 0; }
  .news__item__link:hover .news__item__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .news__item__link:hover .news__item__more {
    opacity: 1; }

.news__item__img {
  height: 100%;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

.news__item__school {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  background-color: #fff;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
  .news__item__school img {
    display: block;
    height: 30px; }

.news__item__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -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; }

.news__item__title {
  color: #fff;
  margin: 0;
  font-size: 1.125em;
  font-weight: 400; }

.news__item__date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  margin: 15px 0;
  display: block; }

.news__item__more {
  font-size: 0.75em;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

@media all and (min-width: 769px) {
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .news__left {
    width: 240px;
    padding-right: 40px;
    margin-bottom: 0;
    text-align: left; }
  .news__container {
    width: calc(100% - 240px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .news__container:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -5vw;
      width: 200px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(48, 78, 159, 0)), to(#304E9F));
      background: -webkit-linear-gradient(left, rgba(48, 78, 159, 0), #304E9F);
      background: -o-linear-gradient(left, rgba(48, 78, 159, 0), #304E9F);
      background: linear-gradient(to right, rgba(48, 78, 159, 0), #304E9F);
      z-index: 1; } }

@media all and (min-width: 1025px) {
  .news {
    padding: 50px 0 160px; }
  .news__title {
    font-size: 2.625em;
    margin: 0 0 40px; } }

@media all and (min-width: 1301px) {
  .news__container:after {
    right: calc(-50vw + 585px); } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.instagram {
  position: relative;
  z-index: 1;
  padding: 0 0 50px; }

.instagram__curve {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 125%; }
  .instagram__curve path {
    fill: #304E9F; }

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

.instagram__left {
  margin-bottom: 20px;
  text-align: center; }
  .instagram__left .button__link a {
    background-color: rgba(0, 0, 0, 0.3); }
    .instagram__left .button__link a:hover {
      background-color: #132B6B; }

.instagram__title {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
  font-size: 1.5em; }

.instagram__container {
  position: relative; }

.instagram__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto 0;
  width: 70px;
  height: 70px;
  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;
  font-size: 1.5em;
  border-radius: 50%;
  background-color: #132B6B;
  -webkit-transition: background-color 350ms ease, opacity 350ms ease;
  -o-transition: background-color 350ms ease, opacity 350ms ease;
  transition: background-color 350ms ease, opacity 350ms ease; }
  .instagram__btn:disabled {
    opacity: 0; }
  .instagram__btn:enabled:hover {
    background-color: #0b1a40; }

.instagram__btn--prev {
  left: -35px; }

.instagram__btn--next {
  right: -35px; }

.instagram__list {
  position: relative;
  z-index: 0; }
  .instagram__list .owl-stage {
    pointer-events: none; }
  .instagram__list .owl-item {
    pointer-events: auto;
    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; }
    .instagram__list .owl-item.active {
      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; }

.instagram__item {
  width: 285px;
  height: 285px;
  max-width: 90vw; }

.instagram__item__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  background-color: #000; }
  .instagram__item__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
  .instagram__item__link:hover .instagram__item__img.lazyLoaded {
    opacity: 0.5; }
  .instagram__item__link:hover:after {
    opacity: 0; }
  .instagram__item__link:hover .instagram__item__info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .instagram__item__link:hover .instagram__item__more {
    opacity: 1; }

.instagram__item__img {
  height: 100%;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

.instagram__item__school {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  background-color: #fff;
  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;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); }
  .instagram__item__school img {
    display: block;
    height: 30px; }

.instagram__item__info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -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; }

.instagram__item__title {
  color: #fff;
  margin: 0;
  font-size: 1.125em;
  font-weight: 400; }

.instagram__item__date {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  margin: 15px 0;
  display: block; }

.instagram__item__more {
  font-size: 0.75em;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }

@media all and (min-width: 769px) {
  .instagram__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .instagram__left {
    width: 240px;
    padding-right: 40px;
    margin-bottom: 0;
    text-align: left; }
  .instagram__container {
    width: calc(100% - 240px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    .instagram__container:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -5vw;
      width: 200px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(48, 78, 159, 0)), to(#304E9F));
      background: -webkit-linear-gradient(left, rgba(48, 78, 159, 0), #304E9F);
      background: -o-linear-gradient(left, rgba(48, 78, 159, 0), #304E9F);
      background: linear-gradient(to right, rgba(48, 78, 159, 0), #304E9F);
      z-index: 1; } }

@media all and (min-width: 1025px) {
  .instagram {
    padding: 50px 0 160px; }
  .instagram__title {
    font-size: 2.625em;
    margin: 0 0 40px; } }

@media all and (min-width: 1301px) {
  .instagram__container:after {
    right: calc(-50vw + 585px); } }

/*--------------------------------------------------
	Events
--------------------------------------------------*/
.events {
  padding-bottom: 50px; }

.events__cal {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 5vw; }

.events__cal__header {
  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;
  margin-bottom: 25px; }

.events__cal__title {
  font-size: 1.5em;
  margin: 0;
  color: #132B6B; }

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

.events__cal__btn {
  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: #EAEAEA;
  color: #132B6B;
  font-size: 1.5em;
  -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; }
  .events__cal__btn:disabled {
    color: rgba(0, 0, 0, 0.15); }
  .events__cal__btn:enabled:hover {
    background-color: #304E9F;
    color: #fff; }

.events__cal__btn--prev {
  margin-right: 10px; }

.events__cal__list {
  margin-bottom: 15px; }

.events__cal__item {
  margin-bottom: 25px;
  padding: 0 15px 0 0;
  position: relative;
  -webkit-transition: padding 350ms ease;
  -o-transition: padding 350ms ease;
  transition: padding 350ms ease; }
  .events__cal__item:last-child {
    margin-bottom: 0; }
  .events__cal__item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 2px;
    background-color: #EAEAEA;
    border-radius: 1px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(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; }
  .events__cal__item:hover {
    padding: 0 0 0 15px; }
    .events__cal__item:hover:before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }

.events__cal__item__date {
  color: #132B6B;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px; }

.events__cal__item__info {
  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;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.events__cal__item__link {
  font-size: 1.125em;
  text-decoration: none;
  color: #222222;
  margin-right: 15px;
  line-height: 1; }

.events__cal__item__time {
  color: rgba(34, 34, 34, 0.4);
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 1px; }

.events__cal__footer {
  margin: -5px; }
  .events__cal__footer .button__link {
    margin: 5px; }

.events__quicklinks__item {
  margin-top: 25px; }

.events__quicklinks__item__link {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  height: 150px;
  overflow: hidden;
  border-radius: 50px; }
  .events__quicklinks__item__link:hover .events__quicklinks__item__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .events__quicklinks__item__link:hover .events__quicklinks__item__info span {
    background-color: #304E9F; }

.events__quicklinks__item__inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50px; }

.events__quicklinks__item__img {
  height: 100%;
  mix-blend-mode: luminosity;
  -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
  transition: opacity 350ms ease, -webkit-transform 350ms ease;
  -o-transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease;
  transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease; }
  .events__quicklinks__item__img.lazyLoaded {
    opacity: 0.3; }

.events__quicklinks__item__info {
  position: absolute;
  top: 50%;
  left: 5vw;
  right: 5vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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; }
  .events__quicklinks__item__info h3 {
    color: #fff;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600; }
  .events__quicklinks__item__info span {
    background-color: #132B6B;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    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.25em;
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease; }

@media all and (min-width: 1025px) {
  .events {
    padding-bottom: 110px; }
  .events__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .events__cal {
    padding: 50px;
    width: calc(100% - 535px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .events__cal__btn {
    width: 70px;
    height: 70px; }
  .events__cal__list {
    margin-bottom: 25px; }
  .events__cal__footer {
    margin: -10px; }
    .events__cal__footer .button__link {
      margin: 10px; }
  .events__quicklinks {
    margin-left: 50px; }
  .events__quicklinks__item {
    width: 485px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 235px;
    min-height: calc(50% - 12.5px); }
    .events__quicklinks__item:first-child {
      margin-top: 0; }
  .events__quicklinks__item__link {
    height: 100%; }
  .events__quicklinks__item__info h3 {
    font-size: 2em; } }

@media all and (min-width: 1301px) {
  .events__cal__title {
    font-size: 2.75em; } }

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
.homeFooter {
  background-color: #fff; }

.homeFooter__directions {
  height: 250px;
  position: relative; }
  .homeFooter__directions .button__link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .homeFooter__directions .button__link a {
      white-space: nowrap; }

.homeFooter__directions__img {
  height: 100%; }

.homeFooter__info {
  padding: 25px 5%;
  text-align: center; }

.homeFooter__trust {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #A7A7A7;
  text-transform: uppercase; }

.homeFooter__name {
  color: #304E9F;
  margin: 5px 0 0;
  font-size: 1.375em;
  font-weight: 400; }

.homeFooter__contact {
  margin: 25px 0 0; }
  .homeFooter__contact a {
    color: #222222;
    text-decoration: none; }

.homeFooter__awards {
  margin: 25px 0; }
  .homeFooter__awards .owl-stage {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
  .homeFooter__awards .owl-item {
    float: none;
    pointer-events: auto;
    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; }
    .homeFooter__awards .owl-item.active {
      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; }
    .homeFooter__awards .owl-item:first-child {
      margin-left: 15px; }

.homeFooter__awards__item a {
  height: 90px;
  display: block; }
  .homeFooter__awards__item a img {
    height: 100%;
    width: auto;
    display: block; }

.homeFooter__text {
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.875em;
  line-height: 1.6;
  margin-bottom: 25px; }
  .homeFooter__text:last-child {
    margin-bottom: 0; }
  .homeFooter__text a {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.5);
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .homeFooter__text a:hover {
      color: #304E9F; }

.homeFooter__text--links a {
  font-weight: 700;
  font-size: 0.85714em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #304E9F; }
  .homeFooter__text--links a:after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 1.16667em; }
  .homeFooter__text--links a:hover {
    color: #132B6B; }

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

@media all and (min-width: 1025px) {
  .homeFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5%; }
  .homeFooter__directions {
    height: 575px;
    width: 450px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .homeFooter__info {
    width: calc(100% - 450px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 55px 0 55px 70px;
    text-align: left; }
  .homeFooter__awards .owl-stage {
    margin: 0; }
  .homeFooter__awards .owl-item:first-child {
    margin-left: none; }
  .homeFooter__seperator {
    visibility: visible;
    height: auto;
    display: inline-block;
    margin: 0 20px; } }

@media all and (min-width: 1301px) {
  .homeFooter {
    padding-right: calc(50% - 585px); } }

@-webkit-keyframes newsMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes newsMarquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.news__banner {
  background: rgba(48, 78, 159, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  -o-transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 100%;
  opacity: 0; }
  .news__banner.loaded {
    opacity: 1; }
  @media all and (min-width: 1025px) {
    .news__banner {
      top: 225px;
      background: rgba(48, 78, 159, 0.6); } }

.news__banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  height: 44px;
  min-width: 50vw;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-animation: newsMarquee 45s linear infinite;
  animation: newsMarquee 45s linear infinite;
  padding: 0 50px;
  gap: 20px; }

.news__banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.news__banner__row:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.news__banner__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto 0;
  display: none;
  position: relative; }
  .news__banner__item p {
    color: #fff;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: -webkit-text-decoration-color .3s;
    transition: -webkit-text-decoration-color .3s;
    -o-transition: text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s; }
  .news__banner__item a {
    position: absolute;
    inset: -10px -5px;
    color: #fff; }
    .news__banner__item a:hover + p {
      -webkit-text-decoration-color: #fff;
      text-decoration-color: #fff; }
    .news__banner__item a[href=""] {
      display: none; }

.news__banner__row .news__banner__item {
  display: block;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.news__close {
  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;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2vw;
  background: #fff;
  color: #304E9F;
  border: none;
  border-radius: 5px;
  margin: auto 0;
  height: 28px;
  width: 29px;
  font-size: 20px;
  z-index: 3; }
  .news__close:hover {
    background: #132B6B;
    color: #fff; }

.mason.mason--banner-hide .news__banner {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible; }

.welcome__container {
  background: #fff;
  padding: 100px 0; }

.welcome__row {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

.welcome__right {
  background: #fff;
  padding: 0;
  width: unset;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.welcome__left {
  padding: 0;
  width: unset; }

.welcome__region {
  width: unset;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset; }
  .welcome__region > h2:first-child {
    color: #304E9F;
    font-size: 1.375em;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4; }
  .welcome__region > h2:nth-child(2) {
    color: #132B6B;
    font-size: 1.375em;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.4; }
  .welcome__region .button__link a {
    font-size: 17px;
    text-transform: none;
    background-color: #304E9F;
    color: #fff;
    padding: 16px 30px;
    border: 3px solid #304E9F; }
    .welcome__region .button__link a:after {
      font-size: 19px; }
    .welcome__region .button__link a:hover {
      color: #304E9F;
      background-color: #fff; }

.welcome__image {
  position: relative;
  width: 284px;
  height: 284px;
  margin: 0 auto 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .welcome__image p {
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 190px;
    width: 200%; }
  .welcome__image a[href=""] {
    display: none; }

.welcome__img {
  width: 100%;
  height: 100%;
  margin: 25px auto 0;
  border-radius: 50%;
  overflow: hidden !important; }

.welcome__vacancies {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .welcome__vacancies h2 {
    font-weight: 300;
    font-size: 1.8125em;
    border-radius: 10px;
    padding: 10px 20px;
    z-index: 3;
    margin: 0;
    background: #fff; }
    .welcome__vacancies h2:empty {
      display: none; }
  .welcome__vacancies .button__link {
    position: relative; }
    .welcome__vacancies .button__link a {
      padding: 16px 30px;
      font-size: 17px;
      text-transform: none;
      background-color: #fff;
      color: #304E9F;
      border: 3px solid #304E9F; }
      .welcome__vacancies .button__link a:empty {
        display: none; }
      .welcome__vacancies .button__link a:after {
        font-size: 19px; }
      .welcome__vacancies .button__link a:hover {
        background-color: #304E9F;
        color: #fff; }
      .welcome__vacancies .button__link a.admin__edit {
        border-radius: 0;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        background: #EF5B25;
        padding: 0 10px;
        color: #fff;
        text-decoration: none;
        line-height: 30px;
        z-index: 4;
        font-weight: normal;
        font-size: 16px; }
        .welcome__vacancies .button__link a.admin__edit:after {
          font-weight: normal;
          font-size: 16px;
          content: '\f040';
          margin-left: 10px;
          font-family: "FontAwesome"; }

.key__vacancies__list {
  background: #E4EEFE;
  border-radius: 10px;
  margin: 0;
  margin-top: -30px;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 318px;
  gap: 30px;
  padding: 60px 30px;
  width: 100%; }
  .key__vacancies__list p {
    font-weight: bold;
    font-size: 1.125em;
    text-decoration: none;
    color: #304E9F;
    margin: 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .key__vacancies__list p.vacancy__text {
      font-size: 0.88889em;
      margin-top: 1em; }
      .key__vacancies__list p.vacancy__text:empty {
        display: none; }
  .key__vacancies__list a {
    font-weight: bold;
    font-size: 1.125em;
    text-decoration: none;
    color: #304E9F;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .key__vacancies__list a:hover p {
      color: #132B6B; }

@media all and (min-width: 769px) {
  .welcome__container {
    padding: 60px 0 175px; }
  .welcome__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px; } }

@media all and (min-width: 1100px) {
  .welcome__region {
    max-width: 384px; }
  .welcome__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .welcome__left {
    gap: 30px; }
  .key__vacancies__list {
    max-width: 384px; } }

@media all and (min-width: 1301px) {
  .welcome__left {
    gap: 60px; }
  .welcome__row {
    gap: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
