.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: relative; }
  .mason--urgent .urgent {
    display: block;
    z-index: 1000; }

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

/*--------------------------------------------------
	Header
--------------------------------------------------*/
@media all and (max-width: 1024px) {
  .header {
    position: relative; }
  .logo {
    -webkit-box-shadow: none;
    box-shadow: none; } }

/*--------------------------------------------------
	Hero
--------------------------------------------------*/
.hero {
  position: relative;
  min-height: 415px;
  max-height: 715px; }
  .hero:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 49.65278%; }

.hero__inner:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(33%, rgba(0, 0, 0, 0)), color-stop(66%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%); }

.hero__overlay {
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5%; }
  .hero__overlay h2 {
    color: #fff;
    font-size: 2em;
    margin: 0 0 35px;
    line-height: 1;
    max-width: 610px; }

.hero__scroll {
  position: absolute;
  left: calc(5% + 10px);
  bottom: 15px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 10px rgba(97, 4, 15, 0.5) solid;
  background-clip: padding-box;
  background-color: #61040f;
  color: #fff;
  font-size: 1.25em;
  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;
  z-index: 4;
  -webkit-transition: background-color 350ms ease, border 350ms ease, color 350ms ease;
  -o-transition: background-color 350ms ease, border 350ms ease, color 350ms ease;
  transition: background-color 350ms ease, border 350ms ease, color 350ms ease; }
  .mason--sixth .hero__scroll {
    border-color: rgba(3, 109, 181, 0.5);
    background-color: #036db5; }
  .mason--primary .hero__scroll {
    border-color: rgba(0, 35, 55, 0.5);
    background-color: #002337; }
  .hero__scroll:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(97, 4, 15, 0.25);
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease; }
    .mason--sixth .hero__scroll:before {
      background-color: rgba(3, 109, 181, 0.25); }
    .mason--primary .hero__scroll:before {
      background-color: rgba(0, 35, 55, 0.25); }
  .hero__scroll:hover {
    background-color: #920617;
    border-color: rgba(146, 6, 23, 0.5); }
    .mason--sixth .hero__scroll:hover {
      background-color: #048be7;
      border-color: rgba(4, 139, 231, 0.5); }
    .mason--primary .hero__scroll:hover {
      background-color: #00436a;
      border-color: rgba(0, 67, 106, 0.5); }
    .hero__scroll:hover:before {
      background-color: rgba(146, 6, 23, 0.25); }
      .mason--sixth .hero__scroll:hover:before {
        background-color: rgba(4, 139, 231, 0.25); }
      .mason--primary .hero__scroll:hover:before {
        background-color: rgba(0, 67, 106, 0.25); }

@media all and (min-width: 1025px) {
  .hero__overlay h2 {
    font-size: 4em;
    margin: 0 0 70px; }
  .hero__scroll {
    left: calc(5% + 17.5px);
    width: 95px;
    height: 95px;
    border-width: 17.5px;
    font-size: 2em; }
    .hero__scroll:before {
      left: -35px;
      top: -35px;
      width: 130px;
      height: 130px; } }

/*--------------------------------------------------
	Home
--------------------------------------------------*/
.homehero {
  overflow: hidden;
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 10px #61040f solid; }
  .homehero:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    z-index: 2;
    background-color: #61040f;
    mix-blend-mode: multiply; }

.homehero__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
  -webkit-transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease;
  transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease;
  -o-transition: flex-grow 350ms ease;
  transition: flex-grow 350ms ease;
  transition: flex-grow 350ms ease, -webkit-box-flex 350ms ease, -ms-flex-positive 350ms ease; }

.homehero__item__link {
  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;
  height: 165px;
  text-align: center;
  position: relative;
  background-color: #000; }

.homehero__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease; }
  .homehero__item__bg.lazyLoaded {
    opacity: 0.5; }

.homehero__item__info {
  opacity: 1;
  -webkit-transition: opacity 350ms ease;
  -o-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  max-width: 420px;
  width: 90%;
  position: relative;
  z-index: 1; }

.homehero__item__info__title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-decoration: none;
  -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;
  position: relative;
  z-index: 1;
  display: inline-block; }

.homehero__item__info__more {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 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; }
  .homehero__item__info__more p {
    margin: 0;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.4; }
  .homehero__item__info__more span {
    display: inline-block;
    margin-top: 35px;
    border: 3px #61040f solid;
    line-height: 44px;
    padding: 0 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #61040f;
    background-color: transparent;
    font-weight: 700;
    letter-spacing: 1px;
    -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; }
    .homehero__item__info__more span:hover {
      background-color: #61040f;
      color: #fff; }

@media all and (min-width: 1025px) {
  .homehero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-width: 15px; }
    .homehero:before {
      height: 15px; }
    .homehero:hover .homehero__item {
      background-color: #303030; }
    .homehero:hover .homehero__item__bg {
      opacity: 0.1; }
    .homehero:hover .homehero__item__info {
      opacity: 0.1; }
  .homehero__item {
    min-width: auto; }
  .homehero__item__link {
    height: 700px;
    padding-top: 122px; }
    .homehero__item__link:hover {
      background-color: #000;
      -webkit-box-flex: 1.75;
      -ms-flex-positive: 1.75;
      flex-grow: 1.75; }
      .homehero__item__link:hover .homehero__item__bg {
        opacity: 0.7; }
      .homehero__item__link:hover .homehero__item__info {
        opacity: 1; }
      .homehero__item__link:hover .homehero__item__info__title {
        -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px); }
      .homehero__item__link:hover .homehero__item__info__more {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 350ms ease 250ms, visibility 0ms linear;
        -o-transition: opacity 350ms ease 250ms, visibility 0ms linear;
        transition: opacity 350ms ease 250ms, visibility 0ms linear; }
      .homehero__item__link:hover .homehero__item__svg {
        width: 395px;
        height: 435px;
        max-width: 100%; }
      .homehero__item__link:hover .homehero__item__svg__path {
        opacity: 0.3;
        fill: #fff; }
  .homehero__item__info__title {
    font-size: 2.125em; } }

/*--------------------------------------------------
	Featured Events
--------------------------------------------------*/
.featuredEvent {
  position: relative;
  z-index: 0; }
  .featuredEvent.hide {
    display: none; }

.featuredEvent__inner {
  background-color: #61040f;
  padding: 35px 5% 25px; }

.featuredEvent__close {
  position: absolute;
  right: 5%;
  top: 10px;
  width: 25px;
  height: 25px;
  color: #fff; }

.featuredEvent__item__title {
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875em;
  line-height: 20px;
  display: block;
  font-weight: 700; }

.featuredEvent__item__date {
  display: block;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700; }

.featuredEvent__item__desc {
  color: #fff;
  font-size: 1.5em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  margin: 15px 0; }

.featuredEvent__item__more {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875em;
  text-decoration: none;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .featuredEvent__item__more:hover {
    color: #fff; }

@media all and (min-width: 1025px) {
  .featuredEvent {
    z-index: 1; }
    .featuredEvent.hide {
      display: block; }
  .featuredEvent__inner {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 25px;
    width: 500px;
    -webkit-box-shadow: 0 0 50px rgba(3, 109, 181, 0.5);
    box-shadow: 0 0 50px rgba(3, 109, 181, 0.5);
    -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--loaded .featuredEvent__inner {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .hide .featuredEvent__inner {
      -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
      transform: translate(100%, -50%); }
  .featuredEvent__close {
    top: 25px; }
  .featuredEvent__item {
    padding-right: 25px; } }

/*--------------------------------------------------
	Welcome
--------------------------------------------------*/
.welcome {
  padding: 25px 0; }

.welcome__left {
  margin-bottom: 25px;
  text-align: center; }

.welcome__title {
  color: #61040f;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 20px; }
  .mason--sixth .welcome__title {
    color: #036db5; }
  .mason--primary .welcome__title {
    color: #002337; }

.welcome__region {
  line-height: 1.8; }
  .welcome__region * {
    font-weight: 700; }

.welcome__img {
  width: 200px;
  height: 205px;
  overflow: hidden !important;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 50px rgba(97, 4, 15, 0.5);
  box-shadow: 0 0 50px rgba(97, 4, 15, 0.5);
  margin: 0 auto;
  display: none; }
  .mason--sixth .welcome__img {
    -webkit-box-shadow: 0 0 50px rgba(3, 109, 181, 0.5);
    box-shadow: 0 0 50px rgba(3, 109, 181, 0.5); }
  .mason--primary .welcome__img {
    -webkit-box-shadow: 0 0 50px rgba(0, 35, 55, 0.5);
    box-shadow: 0 0 50px rgba(0, 35, 55, 0.5); }

@media all and (min-width: 1025px) {
  .welcome {
    padding: 160px 0 110px; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    text-align: left; }
  .welcome__title {
    font-size: 3em; }
  .welcome__region {
    font-size: 1.25em; }
  .welcome__right {
    width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .welcome__img {
    width: 400px;
    height: 410px;
    margin: 0;
    display: block; } }

/*--------------------------------------------------
	News
--------------------------------------------------*/
.news__header {
  margin-bottom: 10px; }

.news__title {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase; }
  .mason--sixth .news__title {
    color: #036db5; }
  .mason--primary .news__title {
    color: #002337; }

.news__container {
  position: relative; }

.instagram__btns,
.news__btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 400px;
  max-width: 100%;
  pointer-events: none;
  z-index: 1;
  padding: 0 5px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .instagram__btns button,
  .news__btns button {
    padding: 0;
    outline: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    border: 2px #fff solid;
    font-size: 2em;
    pointer-events: auto;
    -webkit-transition: opacity 350ms ease, background-color 350ms ease, color 350ms ease;
    -o-transition: opacity 350ms ease, background-color 350ms ease, color 350ms ease;
    transition: opacity 350ms ease, background-color 350ms ease, color 350ms ease; }
    .instagram__btns button.disabled,
    .news__btns button.disabled {
      opacity: 0.5; }
    .instagram__btns button:not(.disabled):hover,
    .news__btns button:not(.disabled):hover {
      background-color: #fff;
      color: #61040f; }
      .mason--sixth .instagram__btns button:not(.disabled):hover, .mason--sixth
      .news__btns button:not(.disabled):hover {
        color: #002337; }

.instagram__list,
.news__list {
  position: relative;
  z-index: 0; }

.news__item {
  width: 400px;
  max-width: 90vw;
  height: 280px;
  -webkit-transition: width 350ms ease, height 350ms ease, margin 350ms ease, -webkit-transform 350ms ease;
  transition: width 350ms ease, height 350ms ease, margin 350ms ease, -webkit-transform 350ms ease;
  -o-transition: width 350ms ease, height 350ms ease, margin 350ms ease, transform 350ms ease;
  transition: width 350ms ease, height 350ms ease, margin 350ms ease, transform 350ms ease;
  transition: width 350ms ease, height 350ms ease, margin 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  background-color: #61040f;
  border-radius: 10px;
  overflow: hidden; }
  .mason--sixth .news__item {
    background-color: #036db5; }
  .mason--primary .news__item {
    background-color: #002337; }
  .news__item:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.news__item__link {
  display: block;
  height: 100%;
  position: relative;
  padding: 25px 5vw;
  text-decoration: none; }

.news__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }
  .news__item__img.lazyLoaded {
    opacity: 0.25; }

.instagram__block .news__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: block; }

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

.news__item__date {
  color: #fff;
  display: block; }

.news__item__title {
  color: #fff;
  margin: 10px 0 15px;
  font-size: 1.5em;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden; }

.news__item__intro {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  max-height: 7.2em;
  overflow: hidden;
  display: none;
  margin: 0 0 15px; }

.news__item__more {
  color: #002337;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 1px;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .mason--sixth .news__item__more {
    color: #002337; }
  .mason--primary .news__item__more {
    color: #002337; }
  .news__item__more:hover {
    color: #fff; }

@media all and (min-width: 415px) {
  .instagram__btns,
  .news__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news__item__link {
    padding: 25px 50px; } }

@media all and (min-width: 1025px) {
  .news__header {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .news__title {
    line-height: 65px; }
  .instagram__btns,
  .news__btns {
    width: 610px;
    padding: 0 25px; }
  .news__item__link {
    padding: 50px; }
  .owl-item.active {
    z-index: 1; }
    .owl-item.active .news__item {
      width: 610px;
      height: 420px;
      margin: -70px 0; }
    .owl-item.active .news__item__link {
      padding: 65px 110px; }
    .owl-item.active .news__item__intro {
      display: block; }
    .owl-item.active:last-child .news__item {
      margin: -70px -210px -70px 0; }
    .owl-item.active ~ .owl-item.active {
      z-index: 0; }
      .owl-item.active ~ .owl-item.active .news__item {
        width: 400px;
        height: 280px;
        margin: 0;
        z-index: 0; }
      .owl-item.active ~ .owl-item.active .news__item__link {
        padding: 50px; }
      .owl-item.active ~ .owl-item.active .news__item__intro {
        display: none; }
  .news__item__title {
    font-size: 2em; } }

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

/*--------------------------------------------------
	Social
--------------------------------------------------*/
/* .social {
	margin-top: -140px;
	padding: 165px 0 25px;
	background-color: rgba($pri, 0.5);
}
.social__left {
	margin-bottom: 50px;
}
.social__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.social__title {
	color: $sec;
	font-size: em(24);
	font-weight: 900;
	line-height: 65px;
	text-transform: uppercase;
	margin: 0;
}
.social__links {
	display: flex;
	a {
		width: 55px;
		height: 55px;
		position: relative;
		border-radius: 50%;
		background-clip: padding-box;
		background-color: $sec;
		border: 5px rgba($sec, 0.5) solid;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: em(22);
		&:before {
			content: '';
			position: absolute;
			top: -10px;
			left: -10px;
			width: 65px;
			height: 65px;
			background-color: rgba($sec, 0.25);
			border-radius: 50%;
		}
		svg {
			position: relative;
			z-index: 1;
		}
		margin-right: 20px;
		&:last-child {
			margin-right: 0;
		}
		transition: transform 350ms ease;
		&:hover {
			transform: scale(1.1);
		}
	}
}
.social__twitter {
	background-color: $twitter;
	border-radius: 10px;
	position: relative;
	&:after {
		content: '';
		position: absolute;
		left: 100px;
		bottom: -40px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 40px 0 0;
		border-color: $twitter transparent transparent transparent;
	}
}
.social__twitter__list {
	position: relative;
	z-index: 0;
}
.social__twitter__item {
	padding: 25px 5vw;
	min-height: 100%;
}
.social__twitter__item__img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	&.lazyLoaded {
		opacity: 0.1;
	}
}
.social__twitter__item__info {
	position: relative;
	z-index: 1;
}
.social__twitter__item__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.social__twitter__item__account {
	color: #fff;
	line-height: 1.4;
	span {
		font-weight: 700;
	}
	a {
		color: #fff;
		text-decoration: none;
	}
}
.social__twitter__item__date {
	color: #fff;
	font-weight: 700;
}
.social__twitter__item__text {
	color: #fff;
	font-size: em(22);
	font-weight: 700;
	display: inline-block;
	width: 100%;
	margin: 25px 0 33px;
	@include lineclamp(5, 1.4);
	a {
		color: $ter;
		text-decoration: none;
	}
}
.social__twitter__pager {
	position: absolute;
	z-index: 1;
	left: 5vw;
	bottom: 25px;
	display: flex;
	span {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #fff;
		opacity: 0.65;
		margin-right: 4px;
		cursor: pointer;
		&:last-child {
			margin-right: 0;
		}
		transition: opacity 350ms ease;
		&.cycle-pager-active {
			opacity: 1;
		}
	}
}
.social__right {
	position: relative;
}
.social__insta__item {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba($ter, 0.5);
	transition: transform 350ms ease;
	&:hover {
		transform: scale(1.05);
	}
}
.social__insta__item__header {
	display: flex;
	padding: 0 25px;
	height: 40px;
	align-items: center;
	text-decoration: none;
	img {
		height: 25px;
		margin-right: 10px;
	}
	span {
		font-size: em(14);
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: $ter;
	}
}
.social__insta__item__img {
	height: 230px;
	display: block;
	text-decoration: none;
}
.social__insta__item__footer {
	display: flex;
	padding: 0 25px;
	height: 40px;
	align-items: center;
	text-decoration: none;
	div {
		display: flex;
		align-items: center;
	}
	svg {
		font-size: em(20);
		margin-right: 15px;
	}
	span {
		font-size: em(14);
		font-weight: 700;
		color: $ter;
	}
}
.social__insta__item__likes {
	margin-right: 15px;
	svg {
		color: #EA0000;
	}
}
.social__insta__item__comments {
	svg {
		color: #9A9A9A;
	}
}
@include if-bigger-than("tablet"){
	.social__insta__list {
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
	}
	.social__insta__item {
		&:nth-child(1){
			margin: 0 0 0 50px;
			width: calc(50% - 50px);
		}
		&:nth-child(2){
			margin: 40px 0 20px 15px;
			width: calc(50% - 15px);
			.social__insta__item__img {
				height: 290px;
			}
		}
		&:nth-child(3){
			margin: -100px 0 0 0;
			width: 50%;
			.social__insta__item__img {
				height: 290px;
			}
		}
		&:nth-child(4){
			margin: 0 0 0 15px;
			width: calc(50% - 15px);
		}
	}
}
@include if-bigger-than("laptop"){
	.social {
		padding: 280px 0 0;	
	}
	.social__inner {
		display: flex;
	}
	.social__left {
		width: 50%;
		flex: 0 0 auto;
		margin-bottom: 0;
		padding-right: 30px;;
	}
	.social__header {
		margin-bottom: 35px;
	}
	.social__title {
		font-size: em(48);
	}
	.social__twitter__item {
		padding: 65px 50px;
	}
	.social__twitter__pager {
		left: 50px;
		bottom: 65px;
	}
	.social__right {
		width: 50%;
		flex: 0 0 auto;
		//padding-left: 30px;
	}
	.social__insta__list {
		margin-bottom: -90px;
	}
} */
/*--------------------------------------------------
	Events
--------------------------------------------------*/
.events {
  margin-top: -140px;
  padding: 165px 0 25px;
  background-color: rgba(97, 4, 15, 0.25);
  /* .mason--sixth & {
		margin-top: 0;
		padding: 25px 0;
		background: none;
	} */ }
  .mason--sixth .events {
    background-color: rgba(3, 109, 181, 0.25); }
  .mason--primary .events {
    background-color: rgba(0, 35, 55, 0.25); }

.events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }

.events__title {
  line-height: 50px;
  font-size: 1.5em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0; }
  .mason--sixth .events__title {
    color: #036db5; }
  .mason--primary .events__title {
    color: #002337; }
  .events__title span {
    display: none; }

.events__item {
  border-bottom: 1px #61040f solid; }

.events__item__link {
  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;
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #61040f; }
  .events__item__link:hover {
    color: #036db5; }

.events__item__day {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 3em;
  font-weight: 700; }

.events__item__date {
  padding: 0 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.events__item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5em;
  font-weight: 400;
  color: inherit;
  width: 100%; }

.events__item__more {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 25px;
  font-size: 2em;
  color: inherit;
  display: none; }

@media all and (min-width: 1025px) {
  .events {
    padding: 280px 0 140px; }
  .events__title {
    font-size: 3em; }
    .events__title span {
      display: inline; }
  .events__item__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .events__item__day {
    width: 50px; }
  .events__item__date {
    width: 200px; }
  .events__item__title {
    width: auto; }
  .events__item__more {
    display: block; } }

/*--------------------------------------------------
	Social Home
--------------------------------------------------*/
.socialHome {
  position: relative;
  padding: 0 5% 75px;
  background-color: rgba(97, 4, 15, 0.25); }
  .mason--sixth .socialHome {
    background-color: rgba(3, 109, 181, 0.25); }
  .mason--primary .socialHome {
    background-color: rgba(0, 35, 55, 0.25); }

.socialHome__feed {
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 15px 40px rgba(24, 35, 56, 0.5);
  box-shadow: 0 15px 40px rgba(24, 35, 56, 0.5); }
  .socialHome__feed:first-child:not(:last-child) {
    margin-bottom: 75px; }
  .socialHome__feed:after {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid; }

.socialHome__feed--facebook {
  z-index: 1;
  background-color: #3B5998; }
  .socialHome__feed--facebook:after {
    left: 100px;
    border-width: 40px 40px 0 0;
    border-color: #3B5998 transparent transparent transparent; }

.socialHome__feed--twitter {
  z-index: 0;
  background-color: #00ACED; }
  .socialHome__feed--twitter:after {
    right: 100px;
    border-width: 0  40px 40px 0;
    border-color: transparent #00ACED transparent transparent; }

.socialHome__feed__list {
  position: relative;
  z-index: 0; }

.socialHome__feed__item {
  padding: 25px 5vw 70px;
  width: 100%; }

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

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

.socialHome__feed__item__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .socialHome__feed__item__account img {
    margin-right: 15px; }
  .socialHome__feed__item__account div {
    color: #fff;
    line-height: 1.4; }
    .socialHome__feed__item__account div span {
      font-weight: 700; }
    .socialHome__feed__item__account div a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: color 350ms ease;
      -o-transition: color 350ms ease;
      transition: color 350ms ease; }
      .socialHome__feed__item__account div a:hover {
        color: rgba(0, 0, 0, 0.5); }

.socialHome__feed__item__date {
  color: #fff;
  font-weight: 700; }

.socialHome__feed__item__text {
  color: #fff;
  font-weight: 700;
  margin: 25px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden; }
  .socialHome__feed__item__text[data-img=""] {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    max-height: 7em;
    overflow: hidden; }
  .socialHome__feed__item__text a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease; }
    .socialHome__feed__item__text a:hover {
      color: rgba(0, 0, 0, 0.5); }

.socialHome__feed__item__img {
  height: 185px;
  margin: 25px 0 0; }
  .socialHome__feed__item__img[data-src=""] {
    display: none; }

.socialHome__feed__footer {
  position: absolute;
  z-index: 1;
  left: 5vw;
  right: 5vw;
  bottom: 25px;
  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; }

.socialHome__feed__link {
  color: #fff;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: color 350ms ease;
  -o-transition: color 350ms ease;
  transition: color 350ms ease; }
  .socialHome__feed__link svg {
    margin-right: 10px; }
  .socialHome__feed__link:hover {
    color: rgba(0, 0, 0, 0.5); }

.socialHome__feed__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .socialHome__feed__pager span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.65;
    margin-right: 4px;
    cursor: pointer;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }
    .socialHome__feed__pager span:last-child {
      margin-right: 0; }
    .socialHome__feed__pager span.cycle-pager-active {
      opacity: 1; }

@media all and (min-width: 1025px) {
  .socialHome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .socialHome__feed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 10px); }
    .socialHome__feed:only-child {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
    .socialHome__feed:first-child:not(:last-child) {
      margin-right: -10px;
      margin-bottom: 0; }
    .socialHome__feed:not(:first-child) {
      margin-top: 50px;
      margin-left: -10px; }
  .socialHome__feed__item {
    padding: 65px 50px 110px; }
  .socialHome__feed__footer {
    left: 50px;
    right: 50px;
    bottom: 65px; } }

/*--------------------------------------------------
	Green
--------------------------------------------------*/
.green {
  background-color: #61040f;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  .green:empty {
    display: none; }
  .mason--sixth .green {
    background-color: #036db5; }
  .mason--primary .green {
    background-color: #002337; }

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

.green__img {
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(100);
  filter: grayscale(100); }

.green__subtitle {
  color: #fff;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.green__title {
  color: #fff;
  font-size: 2em;
  font-weight: 900;
  margin: 10px 0 0;
  text-transform: uppercase;
  line-height: 1; }

.green__intro {
  color: #fff;
  margin: 10px 0 20px; }

@media all and (min-width: 1025px) {
  .green {
    padding: 140px 0; }
  .green__title {
    font-size: 3em; } }

/*--------------------------------------------------
	Contact
--------------------------------------------------*/
.contact {
  position: relative; }

.contact__map {
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #E4EBED url("/_site/images/design/map.png") center/cover; }

.contact__overlay {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
  text-align: center; }

.contact__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 400; }

.contact__text {
  margin: 25px 0;
  line-height: 2;
  color: #61040f;
  font-weight: 700; }
  .contact__text a {
    text-decoration: none;
    color: #61040f; }

@media all and (min-width: 1025px) {
  .contact {
    height: 620px; }
  .contact__map {
    display: block; }
  .contact__overlay {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 455px;
    padding: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 15px 15px rgba(3, 109, 181, 0.25);
    box-shadow: 0 15px 15px rgba(3, 109, 181, 0.25);
    border-radius: 10px;
    text-align: left; } }

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

.instagram__block {
  padding-bottom: 130px; }
  .instagram__block .news__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
    gap: 20px;
    width: 100%; }
  .instagram__block .events__header {
    width: 100%;
    margin: 0;
    margin-bottom: 130px; }
  .instagram__block .custom__edit.button__link {
    display: none; }
  .instagram__block .news__container {
    margin-left: 0; }
  .instagram__block .news__item__intro {
    font-size: 14px !important;
    display: block !important; }
  .instagram__block .news__item__handle {
    font-size: 18px;
    color: #fff; }
  .instagram__block .owl-item.active .news__item__intro {
    font-size: 18px !important; }
  .instagram__block .news__item__img img:nth-of-type(2) {
    display: none; }
  .instagram__block .news__item__link {
    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; }

.socialHome__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mason--admin .instagram__block .custom__edit.button__link {
  display: inline-block; }

.instagram__block .owl-dots {
  position: relative;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .instagram__block .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #61040F;
    display: inline-block;
    opacity: 0.33;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .instagram__block .owl-dots .owl-dot.active {
      width: 22px;
      height: 11px;
      opacity: 1; }

@media (max-width: 1300px) {
  .instagram__block {
    width: 100%; } }

@media (max-width: 1049px) {
  .instagram__block .events__header {
    margin-bottom: 25px; } }

@media (max-width: 700px) {
  .instagram__block .events__header {
    -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; } }
