/* used */
/* purple */
/* pale blue */
/* black */
.owl__nav > * i, .content__img__img, .news__header__img, .js .news__item:before, .custom__img, .quicklinks__item__img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.owl-lazy[data-bgfill="cover"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.owl__nav > * i, .news__item__title, .quicklinks__item__img:after {
  -webkit-transition: color .2s ease, fill .2s ease, background .2s ease, border-color .2s ease;
  -o-transition: color .2s ease, fill .2s ease, background .2s ease, border-color .2s ease;
  transition: color .2s ease, fill .2s ease, background .2s ease, border-color .2s ease; }

.owl-item, .owl-dot:after, .news__item__icon, .news__item__icon i, .quicklinks__item__name, .quicklinks__item__img, .quicklinks__item__btn {
  -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  transition: transform .2s ease, opacity .2s ease, visibility .2s ease;
  transition: transform .2s ease, opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease; }

.js .news__item:before {
  border-radius: 0; }

.admin_editable.content__img__img, .admin_editable.custom__img {
  position: absolute !important;
  overflow: hidden !important; }
  .admin_editable.content__img__img:hover, .admin_editable.custom__img:hover {
    z-index: auto; }

.custom__img .lazy-item,
.custom__img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }
.loaded.custom__img .lazy-item {
  opacity: .15; }
.custom__img img {
  opacity: .07 !important; }

.js .quicklinks a:hover {
  background: #652a88;
  color: #FFF;
  fill: #FFF; }

.quicklinks__item__btn > * {
  color: #652a88; }

.owl__nav--2 i {
  font-size: 1.06667em; }

.owl__nav--1 i {
  font-size: 2em; }

.ms-btn.highlight-btn > *,
.highlight-bg {
  background: #652a88;
  background: -moz-linear-gradient(left, #652a88 0%, #4a2688 100%);
  background: -webkit-linear-gradient(left, #652a88 0%, #4a2688 100%);
  background: -webkit-gradient(linear, left top, right top, from(#652a88), to(#4a2688));
  background: -o-linear-gradient(left, #652a88 0%, #4a2688 100%);
  background: linear-gradient(to right, #652a88 0%, #4a2688 100%); }

.owl {
  width: 100%; }
  .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; }

.owl-stage {
  height: 100%;
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  height: 100%;
  -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;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    [data-trans="true"] .owl-item.active {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      visibility: visible; }

.owl__dots {
  margin-left: -10px; }

.owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  background: #d4d8df;
  display: inline-block;
  cursor: pointer;
  margin: 10px; }
  .white .owl-dot {
    background: rgba(255, 255, 255, 0.25); }
  .owl-dot:after {
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-radius: 50%;
    background: #652a88;
    margin: auto;
    opacity: 0; }
    .white .owl-dot:after {
      background: #FFF; }
  .owl-dot.active:after {
    opacity: 1; }

.no-js .owl__nav,
.no-js .owl__dots,
.lte-ie8 .owl__nav,
.lte-ie8 .owl__dots {
  display: none; }

.owl-nav {
  display: none; }

.owl__nav > * {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  visibility: visible;
  position: relative;
  cursor: pointer;
  color: #cfcfcf;
  width: 3em;
  height: 3em;
  text-align: center;
  float: left; }
  .owl__nav > *:hover {
    color: #652a88; }
  .owl__nav > *.disabled {
    opacity: .1;
    cursor: auto;
    pointer-events: none; }
  .owl__nav > * i {
    margin: auto;
    height: 1em; }

.owl__nav--1 {
  position: absolute;
  top: -6em;
  left: 0;
  right: 0; }
  .owl__nav--1 > *.owl-next {
    float: right; }

.owl__nav--2 {
  position: relative; }
  .owl__nav--2 > * {
    position: relative; }

@media all and (min-width: 440px) {
  .owl__nav--1 {
    top: 0;
    bottom: 0;
    visibility: hidden; }
    .owl__nav--1 > * {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      visibility: visible; }
      .owl__nav--1 > *.owl-prev {
        left: -1em; }
      .owl__nav--1 > *.owl-next {
        right: -1em; } }
@media all and (min-width: 1350px) {
  .owl__nav--1 > *.owl-prev {
    left: -6.4em; }
  .owl__nav--1 > *.owl-next {
    right: -6.4em; } }
@-webkit-keyframes logoAnimate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  to {
    -webkit-transform: rotateX(0deg) rotateY(40deg);
    transform: rotateX(0deg) rotateY(40deg); } }
@keyframes logoAnimate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg); }
  to {
    -webkit-transform: rotateX(0deg) rotateY(40deg);
    transform: rotateX(0deg) rotateY(40deg); } }
.logo-overlay_animate {
  display: none; }
  .csspointerevents .logo-overlay_animate {
    display: block;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.05);
    width: 120vw;
    height: 120vw;
    top: -20%;
    bottom: -20%;
    margin: auto;
    left: -10%;
    -webkit-animation: logoAnimate 16s ease infinite alternate;
    animation: logoAnimate 16s ease infinite alternate; }

.hero .logo-overlay_animate {
  color: rgba(255, 255, 255, 0.2);
  z-index: -1; }

.js .logo-overlay_animate {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s; }
.js .mason--loaded .logo-overlay_animate {
  opacity: 1; }

.hero__pager {
  display: none; }

.hero__overlay__title {
  font-size: 4.8em;
  margin: .285em 0 .725em; }

.hero__overlay__btn {
  font-size: 13px; }
  .hero__overlay__btn > * {
    color: #652a88;
    -webkit-box-shadow: 0.15em 0.5em 0.75em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.15em 0.5em 0.75em 0 rgba(0, 0, 0, 0.2); }
    .hero__overlay__btn > *:hover {
      -webkit-box-shadow: 0.15em 0.25em 0.25em 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0.15em 0.25em 0.25em 0 rgba(0, 0, 0, 0.2); }

@media all and (min-width: 415px) {
  .hero__pager {
    display: block;
    font-size: 4em;
    position: absolute;
    bottom: .35em;
    left: 0; }
    .hero__pager__item {
      cursor: pointer; }
      .hero__pager__item:after {
        top: -2px;
        right: -2px;
        bottom: -2px;
        left: -2px; }

  .hero__overlay__btn {
    font-size: 15px; } }
.ms-btn.highlight-btn > *,
.highlight-bg {
  color: #FFF; }

.highlight-col {
  color: #652a88; }

.main__content {
  padding: 2em 0 3em; }

.content__title {
  margin-bottom: .65em; }

.content__region,
.content__attachments {
  display: none; }

.no-js .content__txt {
  padding-right: 0; }

.content__img {
  width: 100%;
  position: relative;
  margin-top: 2.5em; }
  .content__img__img {
    -webkit-transition: -webkit-box-shadow .5s ease;
    transition: -webkit-box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
    transition: box-shadow .5s ease, -webkit-box-shadow .5s ease; }
    .content__img__img.loaded {
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      -webkit-box-shadow: 0.45em 0.45em 1.25em 0.35em rgba(0, 0, 0, 0.075);
      box-shadow: 0.45em 0.45em 1.25em 0.35em rgba(0, 0, 0, 0.075); }
  .no-js .content__img {
    display: none; }

.content__btn {
  margin: 2em 0 .5em; }

.parallax {
  overflow: hidden; }
  .parallax img {
    position: absolute;
    top: auto;
    bottom: 0;
    left: -100%;
    right: -100%;
    margin: 0 auto;
    will-change: transform; }

.news__header {
  padding: 4.5em 0 10em; }

.news__header__btn {
  margin: 1em 0 0; }

.news__header__img.admin_editable {
  position: absolute !important;
  overflow: hidden !important;
  background: transparent; }
.news__header__img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.news__header__img.admin_editable img,
.news__header__img.loaded .lazy-item {
  opacity: .07 !important; }

.news__slider {
  margin: -7.25em auto 4.4em;
  min-height: 12em; }
  .no-js .news__slider {
    margin-bottom: 5em; }

.news__item {
  position: relative;
  background: transparent;
  /*padding-right: size(25) + em;*/
  /*	a {
  		margin-right: - size(25) + em;
  	}*/ }

.js .news__item:before {
  bottom: 30%;
  content: '';
  -webkit-box-shadow: 0.15em 0.5em 3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.15em 0.5em 3em 0 rgba(0, 0, 0, 0.2); }

.news__item__img {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .news__item__img:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 90.90909%; }
  .no-js .news__item__img {
    display: none; }

.news__item__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: scale(0) translateX(50%) translateY(-50%);
  -ms-transform: scale(0) translateX(50%) translateY(-50%);
  transform: scale(0) translateX(50%) translateY(-50%); }
  .news__item__icon i {
    font-size: 1em; }

.news__item__date {
  color: #bdbdbd; }
  .news__item__date > span {
    margin-left: 1em; }
  .news__item__date > * {
    vertical-align: middle; }

.news__item__txt {
  padding: 1.5em 1.925em 3em 1.925em; }

.news__item__title {
  margin: .1em 0 .6em; }

@media all and (min-width: 440px) {
  .news__header__title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

  .news__slider {
    padding: 0 3em; }

  .flexbox .news__header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
  .flexbox .news__header__btn {
    margin: 0 0 0 auto; } }
@media all and (min-width: 769px) {
  .news__item a:hover .news__item__icon {
    opacity: 1;
    -webkit-transform: scale(1) translateX(50%) translateY(-50%);
    -ms-transform: scale(1) translateX(50%) translateY(-50%);
    transform: scale(1) translateX(50%) translateY(-50%); }
    .news__item a:hover .news__item__icon i {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition-delay: .05s;
      -o-transition-delay: .05s;
      transition-delay: .05s; }
  .news__item a:hover .news__item__title {
    color: #652a88; } }
@media all and (min-width: 1350px) {
  .news__slider {
    padding: 0; } }
.custom {
  padding: 4em 0; }
  .custom link {
    display: none; }

.custom__img {
  background: transparent !important;
  z-index: 0; }

.custom__module {
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0.15em 0.5em 0.75em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.15em 0.5em 0.75em 0 rgba(0, 0, 0, 0.2); }
  .custom__module:before, .custom__module:after {
    content: "";
    display: table; }
  .custom__module:after {
    clear: both; }

.custom__module__pad {
  position: relative;
  padding: 2.75em 8%; }

@media all and (min-width: 769px) {
  .no-ios .custom__img .lazy-item {
    background-attachment: fixed; } }
@media all and (min-width: 769px) {
  .custom__module {
    float: left; } }
@media all and (min-width: 1025px) {
  .custom {
    padding: 5em 0 0; } }
.footer-w-pager .owl__dots {
  left: auto;
  margin: auto;
  height: 28px; }

.grid__item {
  margin: 0 0 2.5em;
  width: 100%; }
  .grid__item:before, .grid__item:after {
    content: "";
    display: table; }
  .grid__item:after {
    clear: both; }
  .grid__item:last-child {
    margin-bottom: 0; }

@media all and (min-width: 769px) {
  .grid__column--1 .custom__module {
    float: right; }

  .grid__column--2 {
    margin-top: -11em; } }
@media all and (min-width: 1025px) {
  .grid__item {
    margin: 0 0 3.875em; } }
.quicklinks ul {
  margin-left: 0;
  margin-right: 0; }
  .quicklinks ul:before, .quicklinks ul:after {
    content: "";
    display: table; }
  .quicklinks ul:after {
    clear: both; }
  .quicklinks ul.owl-loaded {
    margin: 0; }
  .flexbox .quicklinks ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .quicklinks ul > * {
    display: inline-block;
    vertical-align: top;
    padding: 0 0; }
.quicklinks li {
  width: 100%;
  position: relative; }
.quicklinks a {
  position: relative;
  overflow: hidden;
  padding: 3em 5%; }
  .no-js .quicklinks a {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em; }

.js .quicklinks a:hover .quicklinks__item__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
  .js .quicklinks a:hover .quicklinks__item__img:after {
    background: rgba(101, 42, 136, 0.75); }
.js .quicklinks a:hover .quicklinks__item__name,
.js .quicklinks a:hover .quicklinks__item__btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.quicklinks__item__txt {
  position: relative; }

.quicklinks__item__name {
  -webkit-transform: translateY(0.85em);
  -ms-transform: translateY(0.85em);
  transform: translateY(0.85em); }

.quicklinks__item__img {
  will-change: transform;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s; }
  .quicklinks__item__img .lazy-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .quicklinks__item__img.loaded .lazy-item {
    opacity: .25; }
  .quicklinks__item__img:after {
    content: ''; }

.quicklinks__item__btn {
  margin-top: 1.5em;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

.mason--admin .quicklinks__wrap {
  min-height: 60px; }

@media all and (min-width: 1025px) {
  .js .quicklinks {
    top: -5em;
    margin-bottom: -5em; }

  .flexbox .quicklinks li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .flexbox .quicklinks a {
    height: 29.33333em; } }


