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

.filter__btns button, .owl__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.hyperactive, .item__img, .item__img:before, .item__img:after, .owl__nav > * svg, .urgent__btn svg, .welcomeimg__img__src {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
/*%f_display {
	font: 700 1em/1.2 $mason-font-display;
}*/
.news__item__txt__content {
  font-size: 0.88889em; }

.hero__overlay__region .intro {
  font-size: 1.33333em; }

.content__region h2 {
  font-size: 2.66667em;
  font-size: 2.05128em; }
  @media all and (min-width: 769px) {
    .content__region h2 {
      font-size: 2.22222em; } }
  @media all and (min-width: 1025px) {
    .content__region h2 {
      font-size: 2.42424em; } }
  @media all and (min-width: 1301px) {
    .content__region h2 {
      font-size: 2.66667em; } }

.hero__overlay__title {
  font-size: 4.44444em;
  font-size: 3.4188em; }
  @media all and (min-width: 769px) {
    .hero__overlay__title {
      font-size: 3.7037em; } }
  @media all and (min-width: 1025px) {
    .hero__overlay__title {
      font-size: 4.0404em; } }
  @media all and (min-width: 1301px) {
    .hero__overlay__title {
      font-size: 4.44444em; } }

.hero__overlay__region {
  line-height: 1.66667; }
  .hero__overlay__region h2, .hero__overlay__region h3, .hero__overlay__region h4, .hero__overlay__region h5, .hero__overlay__region h6 {
    margin: 1em 0 0;
    color: #1661ac; }
  .hero__overlay__region h2 {
    font-size: 1.66667em; }
  .hero__overlay__region h3 {
    font-size: 1.44444em; }
  .hero__overlay__region h4 {
    font-size: 1.33333em; }
  .hero__overlay__region h5 {
    font-size: 1.22222em; }
  .hero__overlay__region .intro {
    line-height: 1.66667;
    color: #191419;
    margin: 1.5em 0; }
  .hero__overlay__region a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(22, 97, 172, 0.2);
    text-decoration-color: rgba(22, 97, 172, 0.2); }
  .hero__overlay__region img {
    max-width: 100%;
    height: auto; }
  .hero__overlay__region img[style*="right"] {
    margin: 0 0 1em 1em; }
  .hero__overlay__region img[style*="left"] {
    margin: 0 1em 1em 0; }
  .hero__overlay__region .ms-btn {
    margin: 1em 0; }
    .hero__overlay__region .ms-btn a {
      text-decoration: none; }

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

.filter__btns button, .owl__nav > *, .urgent__btn {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.hyperactive, .item__img, .item__img:before, .item__img:after, .owl__nav > * svg, .urgent__btn svg, .welcomeimg__img__src {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.owl-lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.filter__btns button, .item--init, .urgent__btn, .events__item__date {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.item__img, .item__img:after, .item__txt, .item__txt__trans, .item__txt .item__txt__trans--upper, .item__txt .item__txt__trans--lower, .owl-item, .urgent, .cta--imgs__item, .cta--txt__item, .cta--txt__nav {
  -webkit-transition: opacity 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), visibility 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: opacity 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), visibility 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  -o-transition: transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), visibility 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), visibility 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), visibility 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.3s cubic-bezier(0.79, 0.14, 0.21, 1); }

.urgent__btn {
  background: #1661ac;
  color: #FFF;
  fill: #FFF; }

.hero__overlay__region a, .events__item__date span {
  color: #1661ac; }

.owl-item.active .events__item__date span:last-child .events__item__date span {
  color: #5c88c6; }

.admin_editable.welcomeimg__img__src {
  position: absolute !important;
  overflow: hidden !important;
  background: transparent; }
  .admin_editable.welcomeimg__img__src:hover {
    z-index: auto; }

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .filter__options label, .filter__live, .filter__select, .filter__manual {
    display: none; }
  .filter__options {
    margin: auto; }

/*.filter__select {
	@extend %ms-select;
	color: inherit;
	margin: .5em 0;
	display: inline-block;
	vertical-align: middle;
}*/
.filter__btns {
  position: relative;
  color: #1661ac;
  border-radius: 2em;
  overflow: hidden;
  z-index: 0;
  background: rgba(57, 113, 163, 0.2); }
  .filter__btns button {
    white-space: nowrap;
    position: relative;
    padding: .9em 1.425em; }
    .filter__btns button.active {
      color: #FFF;
      pointer-events: none; }
    @media all and (min-width: 769px) {
      .filter__btns button:not(.active):hover {
        color: #1661ac; } }

.filter__checks span {
  margin: 2em 2em 0 0; }
  .filter__checks span label {
    padding-left: .5em; }

.js_pop {
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

@media all and (min-width: 769px) {
  .js_pop {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .hit .js_pop {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .hit .js_pop:nth-child(1) {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .hit .js_pop:nth-child(2) {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms; }
    .hit .js_pop:nth-child(3) {
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .hit .js_pop:nth-child(4) {
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      transition-delay: 400ms; }
    .hit .js_pop:nth-child(5) {
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
    .hit .js_pop:nth-child(6) {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    .hit .js_pop:nth-child(7) {
      -webkit-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms; }
    .hit .js_pop:nth-child(8) {
      -webkit-transition-delay: 800ms;
      -o-transition-delay: 800ms;
      transition-delay: 800ms; } }

.js_fade, .hero__overlay__title, .hero__overlay__region {
  -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
  transition: opacity .7s ease, -webkit-transform .7s ease;
  -o-transition: transform .7s ease, opacity .7s ease;
  transition: transform .7s ease, opacity .7s ease;
  transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease; }

.js_fadeup {
  -webkit-transition: opacity 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: opacity 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1);
  -o-transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.5s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.5s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 0.5s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.21, 1); }

@media all and (min-width: 769px) {
  .js_fade, .hero__overlay__title, .hero__overlay__region {
    opacity: 0; }
  .js_fadeup {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .hit .js_fade, .hit .hero__overlay__title, .hit .hero__overlay__region {
    opacity: 1; }
  .hit .js_fadeup {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hit .js_fade:nth-child(1), .hit .hero__overlay__title:nth-child(1), .hit .hero__overlay__region:nth-child(1),
  .hit .js_fadeup:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hit .js_fade:nth-child(2), .hit .hero__overlay__title:nth-child(2), .hit .hero__overlay__region:nth-child(2),
  .hit .js_fadeup:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .hit .js_fade:nth-child(3), .hit .hero__overlay__title:nth-child(3), .hit .hero__overlay__region:nth-child(3),
  .hit .js_fadeup:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .hit .js_fade:nth-child(4), .hit .hero__overlay__title:nth-child(4), .hit .hero__overlay__region:nth-child(4),
  .hit .js_fadeup:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .hit .js_fade:nth-child(5), .hit .hero__overlay__title:nth-child(5), .hit .hero__overlay__region:nth-child(5),
  .hit .js_fadeup:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .hit .js_fade:nth-child(6), .hit .hero__overlay__title:nth-child(6), .hit .hero__overlay__region:nth-child(6),
  .hit .js_fadeup:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .hit .js_fade:nth-child(7), .hit .hero__overlay__title:nth-child(7), .hit .hero__overlay__region:nth-child(7),
  .hit .js_fadeup:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .hit .js_fade:nth-child(8), .hit .hero__overlay__title:nth-child(8), .hit .hero__overlay__region:nth-child(8),
  .hit .js_fadeup:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; } }

.js_slide {
  will-change: transform;
  -webkit-transition: opacity 1s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 1s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: opacity 1s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 1s cubic-bezier(0.79, 0.14, 0.21, 1);
  -o-transition: transform 1s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 1s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 1s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 1s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: transform 1s cubic-bezier(0.79, 0.14, 0.21, 1), opacity 1s cubic-bezier(0.79, 0.14, 0.21, 1), -webkit-transform 1s cubic-bezier(0.79, 0.14, 0.21, 1); }

@media all and (min-width: 769px) {
  .js_slide {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .hit .js_slide {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.hyperactive {
  z-index: -1; }
  .hyperactive__marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1661ac;
    display: inline-block;
    border-radius: 2em;
    overflow: hidden;
    will-change: left, width;
    -webkit-transition: left 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), width 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
    -o-transition: left 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), width 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
    transition: left 0.3s cubic-bezier(0.79, 0.14, 0.21, 1), width 0.3s cubic-bezier(0.79, 0.14, 0.21, 1); }

.item {
  position: relative; }
  .item--init {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #16191e;
    border-radius: 1.77778em;
    /*&:after {
			@include sudo(x, 0, 0, 0);
			@extend %trans_form;
			background: rgba(#FFF, .4);
			height: 4px;
			transform-origin: 0 50%;
			transform: scale(0, 1);
			[data-filterCategory*="news"] & {
				background: #989898;
			}
			[data-filterCategory*="twitter"] & {
				background: $twitter;
			}
			[data-filterCategory*="facebook"] & {
				background: $facebook;
			}
		}*/ }
  .item__img {
    overflow: hidden;
    will-change: transform;
    z-index: 0;
    /*&[data-src=""] {
			&:before {
				opacity: 0;
			}
			&:after {
				opacity: .3;
			}
		}*/ }
    .item__img:before {
      content: '';
      z-index: 1;
      background: rgba(22, 25, 30, 0.1);
      -webkit-transition: background 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
      -o-transition: background 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
      transition: background 0.3s cubic-bezier(0.79, 0.14, 0.21, 1); }
      [data-type="Twitter"] .item__img:before {
        background: rgba(22, 25, 30, 0.4); }
    .item__img:after {
      background: rgba(22, 25, 30, 0);
      background: -webkit-linear-gradient(top, rgba(22, 25, 30, 0) 0%, rgba(22, 25, 30, 0) 35%, rgba(22, 25, 30, 0.7) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 25, 30, 0)), color-stop(35%, rgba(22, 25, 30, 0)), to(rgba(22, 25, 30, 0.7)));
      background: -o-linear-gradient(top, rgba(22, 25, 30, 0) 0%, rgba(22, 25, 30, 0) 35%, rgba(22, 25, 30, 0.7) 100%);
      background: linear-gradient(to bottom, rgba(22, 25, 30, 0) 0%, rgba(22, 25, 30, 0) 35%, rgba(22, 25, 30, 0.7) 100%);
      content: ''; }
  .item__txt {
    z-index: 1;
    position: relative;
    padding: 2.11111em 2.44444em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    will-change: transform;
    position: relative; }
    .item__txt__trans {
      width: 100%;
      will-change: transform;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .item__txt .item__txt__trans--upper {
      will-change: transform;
      position: relative;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .item__txt .item__txt__trans--lower {
      opacity: 0;
      -webkit-transform: translateY(1em);
      -ms-transform: translateY(1em);
      transform: translateY(1em);
      margin-bottom: .85em; }
      .item__txt .item__txt__trans--lower p {
        margin-top: 1.25em; }

.item--init__active {
  z-index: 2;
  -webkit-box-shadow: 0 16px 40px 0 rgba(14, 64, 133, 0.25);
  box-shadow: 0 16px 40px 0 rgba(14, 64, 133, 0.25);
  /*&:after {
		transform: scale(1, 1);
	}*/ }
  .item--init__active .item__img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    /*&[data-src=""]{
			&:before {
				opacity: .4;
			}
		}*/ }
    .item--init__active .item__img:before {
      background: rgba(22, 97, 172, 0.9); }
      [data-type="Twitter"] .item--init__active .item__img:before {
        background: rgba(0, 172, 237, 0.9); }
    .item--init__active .item__img:after {
      opacity: 0; }
    .item--init__active .item__img img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .item--init__active .item__txt__trans,
  .item--init__active .item__txt__trans--upper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .item--init__active .item__txt__trans--lower {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s; }

@media all and (min-width: 769px) {
  .item--init:hover {
    z-index: 2;
    -webkit-box-shadow: 0 16px 40px 0 rgba(14, 64, 133, 0.25);
    box-shadow: 0 16px 40px 0 rgba(14, 64, 133, 0.25);
    /*&:after {
		transform: scale(1, 1);
	}*/ }
    .item--init:hover .item__img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      /*&[data-src=""]{
			&:before {
				opacity: .4;
			}
		}*/ }
      .item--init:hover .item__img:before {
        background: rgba(22, 97, 172, 0.9); }
        [data-type="Twitter"] .item--init:hover .item__img:before {
          background: rgba(0, 172, 237, 0.9); }
      .item--init:hover .item__img:after {
        opacity: 0; }
      .item--init:hover .item__img img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
    .item--init:hover .item__txt__trans,
    .item--init:hover .item__txt__trans--upper {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .item--init:hover .item__txt__trans--lower {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .1s;
      -o-transition-delay: .1s;
      transition-delay: .1s; } }

.owl {
  /*&[data-vertical="true"]{
        .owl-stage {
            width: 100% !important;
            transform: translate3d(0, 0, 0) !important;
        }
        .owl-item {
            transform: translateY(-100%) !important;
            position: absolute !important;
            will-change: transform;
            top: 0 !important;
            opacity: 0;
            &.active {
                opacity: 1;
                transform: translateY(0) !important;
                & ~ * {
                    transform: translateY(100%) !important;
                }
            }
        }
        &[data-direction="backwards"] {
            .owl-item {
                transform: translateY(-100%) !important;
                &.active {
                    transform: translateY(0) !important;
                    & ~ * {
                        transform: translateY(100%) !important;
                    }
                }
            }
        }
    }*/ }
  .owl[data-running="false"] {
    width: auto; }
  .owl[data-running="true"] {
    width: 100%; }

.owl-stage-outer {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .owl-stage-outer:before, .owl-stage-outer:after {
    content: "";
    display: table; }
  .owl-stage-outer:after {
    clear: both; }
  [data-running="true"] .owl-stage-outer {
    padding: 0;
    width: 100%; }

.owl-stage {
  height: 100%;
  position: relative;
  /* -ms-overflow-y: hidden;*/
  /* fixes overflowing owl inside flex container in IE10/11 */
  -ms-touch-action: pan-Y; }

.owl-height {
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  -o-transition: height 0.3s cubic-bezier(0.79, 0.14, 0.21, 1);
  transition: height 0.3s cubic-bezier(0.79, 0.14, 0.21, 1); }

.owl__flex .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.owl__flex .owl-item,
.owl__flex .owl-item > *,
.owl__flex .owl-item > * > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [data-trans="true"] .owl-item {
    opacity: 0; }
    [data-trans="true"] .owl-item.active {
      opacity: 1; }

.owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }

.owl-nav,
.owl-dots {
  display: none; }

/* .owl-dot {
    display: inline-block;
    cursor: pointer;
    margin: em(7);
    span {
        @include circle(17, true);
        position: relative;
        overflow: hidden;
        display: block;
        background: #dcdcdc;
        &:after {
            @extend %trans_form;
            @extend %abs_fill;
            border-radius: 50%;
            background: $pri;
            content: '';
            transform: scale(0);
            opacity: 0;
        }
    }
    &.active span:after {
        transform: scale(1);
        opacity: 1;
    }
}
*/
.owl__nav {
  visibility: hidden; }
  .owl__nav.disabled {
    opacity: 0;
    pointer-events: none; }
  .owl__nav > * {
    background: #1661ac;
    color: #FFF;
    visibility: visible;
    width: 3.11111em;
    height: 3.11111em;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background .2s ease, opacity .3s ease;
    -o-transition: background .2s ease, opacity .3s ease;
    transition: background .2s ease, opacity .3s ease; }
    .owl__nav > *.disabled {
      opacity: .2;
      cursor: auto; }

/*@include if-bigger-than("tablet") {
    .owl__nav > *:not(.disabled):hover {
        border-color: $pri;
        background: $pri;
        color: #FFF;
    }
}*/
.urgent {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  max-height: 80vh;
  color: #191419;
  -webkit-box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25);
  box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  scrollbar-width: thin;
  scrollbar-color: #1661ac rgba(0, 0, 0, 0.07);
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: hidden;
  overflow-y: auto; }
  .urgent::-webkit-scrollbar {
    width: 8px; }
  .urgent::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.07); }
  .urgent::-webkit-scrollbar-thumb {
    background: #1661ac; }
  .mason--ready .urgent {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .urgent ul a {
    display: block;
    padding: 2.25em 4em 2.25em 2.5em; }
  .urgent ul p {
    margin: .5em 0 0; }
  .urgent__btn {
    width: 2.66667em;
    height: 2.66667em;
    border-radius: 50%;
    position: absolute;
    top: 1.33333em;
    right: 1.33333em;
    z-index: 0;
    -webkit-box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25);
    box-shadow: 0 8px 24px 0 rgba(22, 97, 172, 0.25); }
  .mason--urgent-hide .urgent,
  .mason--header-min .urgent {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }

@media all and (min-width: 769px) {
  .urgent {
    bottom: 10em;
    width: 95%;
    max-width: 465px;
    min-height: 7em;
    max-height: calc(80vh - 10em);
    border-top-left-radius: 1.77778em;
    border-bottom-left-radius: 1.77778em;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    .mason--ready .urgent {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .mason--urgent-hide .urgent,
    .mason--header-min .urgent {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); } }

.hero__overlay .ms-center {
  max-width: 1600px; }

.hero__overlay__title {
  max-width: 10em; }

.hero__overlay__region {
  max-width: 30em; }

@media all and (min-width: 769px) {
  .mason--home .hero {
    min-height: 30em;
    min-height: 97vh;
    min-height: calc(100vh - 3em); } }

.landing {
  z-index: 0; }

.main {
  padding: 8vw 0 0; }

.owl-stage {
  margin: 0;
  padding: 0; }

.welcomeimg {
  display: none;
  max-width: 14.44444em; }
  .welcomeimg__img {
    position: relative;
    border-radius: 3.55556em;
    background: #16191e;
    overflow: hidden; }
    .welcomeimg__img:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 107.14286%; }

.content__region {
  line-height: 1.44444; }
  .content__region .ms-btn {
    margin-top: 1.5em; }

.content__title,
.content__title.admin_editable,
.content__attachments {
  display: none; }

@media all and (min-width: 700px) {
  .main__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px; }
  .welcomeimg {
    width: 30%;
    display: block; }
  .content {
    width: 70%;
    padding-left: 8.5%; } }

@media all and (min-width: 900px) {
  .welcomeimg {
    width: 40%;
    max-width: 24.88889em; }
  .content {
    width: 60%; } }

.news {
  padding: 4em 0 0; }
  .news .bg {
    height: 70%;
    max-height: 34em; }
  .news__header {
    margin-bottom: 3em; }
    .news__header__filters {
      margin-top: .65em; }
  .news__list {
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    will-change: transform; }
    .news__list.fadeout {
      opacity: 0;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
  .news__item > * {
    overflow: hidden;
    position: relative;
    color: #FFF;
    min-height: 26.77778em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .news__item__txt {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 2.77778em; }
    .news__item__txt__user {
      margin-bottom: .75em;
      display: block; }
      .news__item__txt__user > * {
        display: inline-block;
        vertical-align: middle; }
      .news__item__txt__user svg {
        font-size: 1.15em;
        margin-right: .35em; }
    .news__item__txt__date {
      color: #5c88c6;
      margin-bottom: .5em; }
      [data-type="Twitter"] .news__item__txt__date {
        color: #99d6ed; }
      .news__item__txt__date i {
        display: none; }
    .news__item__txt__title {
      line-height: 1.33333; }
    .news__item__txt__content {
      line-height: 1.5; }
      .news__item__txt__content a {
        color: rgba(255, 255, 255, 0.6); }
    .news__item__txt__btn {
      margin-top: 1em; }
  .news__nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0; }
    .news__nav > * {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      .news__nav > *.owl-prev {
        right: 100%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%); }
      .news__nav > *.owl-next {
        left: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .news__footer {
    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;
    padding: 2.44444em 0 7.77778em; }

@media all and (min-width: 450px) {
  .news__main .ms-center {
    width: calc(90% - 9.22222em); }
  .news__nav > * {
    margin: auto 2.5em; }
    .news__nav > *.owl-prev {
      right: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .news__nav > *.owl-next {
      left: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

@media all and (min-width: 520px) {
  .news__header {
    text-align: left; }
    .news__header .ms-center {
      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; }
    .news__header__filters {
      margin-top: 0; } }

@media all and (min-width: 769px) {
  .news {
    padding-top: 8.5em; }
    .news__item:hover .news__item__img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

@media all and (min-width: 1200px) {
  .news .owl-item.active + .owl-item.active + .owl-item.active ~ .owl-item {
    opacity: 0; } }

.events {
  z-index: 1; }
  .events:last-child {
    border-bottom: 4em solid #dee7f4; }
  .events:before {
    position: absolute;
    content: '';
    top: 0;
    right: 50%;
    bottom: 50%;
    left: 0;
    background: rgba(92, 136, 198, 0.2);
    z-index: -1; }
  .events__inner {
    border-top-left-radius: 10vw;
    border-bottom-right-radius: 10vw; }
  .events__main {
    margin: 4.44444em 0; }
    .events__main__line {
      position: absolute;
      top: 3.33333em;
      right: 0;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: rgba(92, 136, 198, 0.2);
      height: 4px; }
  .events__item__date {
    width: 6.66667em;
    height: 6.66667em;
    border-radius: 2.22222em;
    line-height: .85;
    margin: 0 auto;
    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;
    background: currentColor; }
  .events__item__time {
    color: #FFF; }
  .events__item__title {
    margin: 1.35em 0 .5em;
    line-height: 1.33333; }
  .events .owl-item {
    color: #7195b9; }
    .events .owl-item.active {
      color: #FFF; }
  .events__footer .ms-center > * {
    margin: 0.38889em;
    display: inline-block;
    vertical-align: bottom; }

@media all and (min-width: 769px) {
  .owl-item.active .events__item a:hover .events__item__date {
    -webkit-box-shadow: 0 0 0 0.77778em rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0.77778em rgba(255, 255, 255, 0.1); } }

@media all and (min-width: 1800px) {
  .events__inner {
    border-top-left-radius: 10.77778em;
    border-bottom-right-radius: 10.77778em; } }

.cta__decor {
  color: rgba(92, 136, 198, 0.2);
  position: absolute;
  top: -5.66667em;
  right: -9.77778em; }

.cta .ms-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.cta--imgs {
  position: relative; }
  .cta--imgs:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 64.50893%; }
  .cta--imgs ul {
    border-radius: 8vw;
    overflow: hidden; }
  .cta--imgs__item {
    opacity: 0; }
    .cta--imgs__item.active {
      opacity: 1; }

.cta--txt {
  width: 100%;
  border-radius: 8vw;
  position: relative;
  overflow: hidden;
  padding: 2.5em 0 7em;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-shadow: 0 16px 40px 0 rgba(22, 97, 172, 0.2);
  box-shadow: 0 16px 40px 0 rgba(22, 97, 172, 0.2); }
  .cta--txt__content {
    position: relative; }
  .cta--txt__item {
    padding: 0 12.5%;
    opacity: 0; }
    .owl-item.active .cta--txt__item {
      opacity: 1;
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
    .cta--txt__item__desc {
      line-height: 1.44444;
      margin: 1.5em 0; }
  .cta--txt__nav {
    position: absolute;
    top: 100%;
    left: 12.5%;
    white-space: nowrap;
    margin: 1em -0.22222em 0; }
    .cta--txt__nav > * {
      margin: 0.22222em;
      background: rgba(25, 20, 25, 0.2); }

.cta.cta--v2 .cta__decor {
  left: -9.77778em;
  right: auto; }

@media all and (max-width: 499px) {
  .cta--imgs ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .cta--txt {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .cta--txt__nav {
      -webkit-transform: none !important;
      -ms-transform: none !important;
      transform: none !important; } }

@media all and (min-width: 500px) {
  .cta--imgs {
    width: 80%; }
  .cta--txt {
    width: 90%;
    padding: 5em 0;
    margin-top: -4em; }
    .cta--txt__link {
      max-width: calc(100% - 7.22222em); }
    .cta--txt__nav {
      left: calc(12.5% + 1.38889em);
      top: auto;
      bottom: 0;
      margin: -0.22222em; } }

@media all and (min-width: 900px) {
  .cta--imgs ul {
    border-radius: 4.44444em; }
  .cta--txt {
    border-radius: 3.55556em; } }

@media all and (min-width: 1025px) {
  .cta .ms-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cta--imgs {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -9.11111em;
    width: calc(60% + 9.11111em); }
  .cta--txt {
    width: 40%;
    position: relative;
    bottom: -4.44444em; }
  .cta.cta--v2 .ms-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cta.cta--v2 .cta--imgs {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 0;
    margin-left: -9.11111em; } }

.imglinks ul,
.subgrid ul {
  /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */
  margin-left: -0.89em;
  margin-right: -0.89em; }
  .imglinks ul > *,
  .subgrid ul > * {
    width: 100%;
    /*max-width: $items * 100%;*/
    display: inline-block;
    vertical-align: top;
    padding: 0.89em 0.89em; }

.imglinks .item__txt .ms-btn,
.subgrid .item__txt .ms-btn {
  margin-top: 1em; }

.imglinks {
  padding: 5vw 5%; }
  .imglinks .item__txt {
    min-height: calc((90vw - 1.78em)); }

.subgrid {
  padding: 5vw 0; }
  .subgrid .item__txt {
    min-height: 90vw; }

@media all and (min-width: 500px) {
  .imglinks ul,
  .subgrid ul {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .imglinks ul > *,
    .subgrid ul > * {
      width: 50%;
      /*max-width: $items * 100%;*/ }
    .imglinks ul > *,
    .subgrid ul > * {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
  .imglinks .item__txt {
    min-height: calc(((90vw - 3.56em) - 1.78em)/2); }
  .subgrid .item__txt {
    min-height: calc(((90vw) - 1.78em)/2); } }

@media all and (min-width: 550px) {
  .imglinks {
    padding-left: 1.78em;
    padding-right: 1.78em; } }

@media all and (min-width: 900px) {
  .subgrid ul {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */ }
    .subgrid ul > * {
      width: 33.33333%;
      /*max-width: $items * 100%;*/ }
  .subgrid .item__txt {
    min-height: calc(((90vw - 3.56em)/3)); } }

@media all and (min-width: 1200px) {
  .imglinks ul,
  .subgrid ul {
    /* @include mason-clearfix;
		&.owl-loaded {
		    margin: $gapX / 2 0;
		} */ }
    .imglinks ul > *,
    .subgrid ul > * {
      width: 25%;
      /*max-width: $items * 100%;*/ }
  .imglinks .item__txt {
    min-height: calc(((90vw - 3.56em) - 5.34em)/4); }
  .subgrid .item__txt {
    min-height: calc(((90vw - 5.34em)/4)); } }

@media all and (min-width: 1420.8px) {
  .subgrid .item__txt {
    min-height: 296px; } }
