/*! Stack Components Customization */
@import url("https://fonts.googleapis.com/css?family=Material+Icons");
/* heights */
.height-25 {
  height: 25vh;
}

.height-75 {
  height: 75vh;
}

@media (max-width: 767px) {
  .height-25, .height-75 {
    height: 25vh;
    padding: 4em 0;
  }
}

/* body drawwer container */
body.drawer .main-container {
  position: relative;
}

/* .bar */
.bar {
  padding: 1.75714286em 0 2.45714286em;
}

.bar.bar--unpad-bottom {
  padding-bottom: .45em;
}

.bar-toggle .bar__locale-holder {
  padding: 12px 16px 0;
}

.bar-1 .bar__locale-holder ul > li {
  display: inline-block;
}

.bar-1 .bar__locale-holder ul > li:not(:last-child) {
  margin-right: .4em;
}

.bar-1 .menu-horizontal.menu-horizontal--locale li.active a {
  font-weight: bold;
  opacity: 1;
}

.bar-1 .menu-horizontal.menu-horizontal--locale li {
  margin-right: .1em;
  margin-left: .1em;
}

@media (max-width: 991px) {
  .bar-1 .menu-horizontal.menu-horizontal--locale > li {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .bar-1 .menu-horizontal.menu-horizontal--locale {
    margin-left: 20px;
    float: right;
  }
}

.menu-horizontal li.active > a,
.menu-horizontal li.active > span,
.menu-horizontal li.active {
  opacity: 1 !important;
}

/* .modal */
.modal-container .modal-content:not(.height--natural) {
  min-width: 70%;
}

.modal-container .map-container {
  min-width: 200px;
  width: 100%;
  max-width: 100%;
}

/* .section.same--height */
section.section--same-height .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.section--same-height.same-height--center .row {
  -ms-flex-align: center;
      align-items: center;
}

section.section--same-height .row > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

section.section--same-height .row > [class*='col-'] .boxed {
  height: 100%;
}

/* .module__galleries--video-1
   .module__stories--recent */
.module__galleries--video-1 .video-cover,
.module__stories--recent .video-cover,
.section--archive .video-cover {
  display: block;
  background: transparent;
  text-align: center;
}

.module__galleries--video-1:not(.section--free-height) .video-cover,
.module__stories--recent:not(.section--free-height) .video-cover,
.section--archive:not(.section--free-height) .video-cover {
  min-height: 200px;
}

.module__galleries--video-1 a.view-more,
.module__stories--recent a.view-more,
.section--archive a.view-more {
  display: inline-block;
  margin-top: 15px;
}

.module__galleries--video-1 span.block,
.module__stories--recent span.block,
.section--archive span.block {
  color: #252525;
  margin-top: 10px;
}

.module__stories--recent a.upvote {
  float: right;
  padding: 5px;
  margin-top: 10px;
  border-radius: 6px;
  background-color: #eee;
  text-decoration: none;
}

a.upvote:hover {
  text-decoration: none;
}

/* .masonry__filter--custom */
.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom {
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  z-index: 2;
  display: inline-block;
  position: absolute;
  left: 0;
  text-align: left;
  padding: 0.92857143em 1.85714286em;
  border: 1px solid #ececec;
  background: #ffffff;
  border-radius: 6px;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul {
  margin: 0;
  cursor: pointer;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  display: block;
  color: #666666;
  white-space: nowrap;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul li:not(:last-child) {
  margin-bottom: 0.92857143em;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul li.active {
  font-weight: bold;
  cursor: pointer;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul li.active:after {
  /*display: none;*/
  content: '\25bc';
  font-size: 8px;
  margin-left: 6px;
  position: relative;
  bottom: 2px;
  display: inline-block;
  transform: scaleX(1.4) scaleY(0.9);
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul li:hover {
  font-weight: bold;
}

.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters--custom ul:hover li.active:after {
  opacity: 0;
}

.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters--custom ul {
  max-height: 1.85714286em;
  overflow: hidden;
}

.masonry-filter-holder:not(.masonry-filters--horizontal):not(:hover) .masonry__filters--custom ul li:not(.active) {
  display: none;
}

.masonry-filter-holder:not(.masonry-filters--horizontal):hover .masonry__filters--custom {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}

.masonry-filter-holder:not(.masonry-filters--horizontal):hover .masonry__filters--custom ul li.active {
  cursor: default;
}

.masonry-filters--horizontal .masonry__filters--custom {
  display: inline-block;
  position: relative;
  bottom: 20px;
  margin-left: 0.92857143em;
}

.masonry-filters--horizontal .masonry__filters--custom ul li:not(:last-child) {
  margin-right: 1.85714286em;
}

.masonry-filters--horizontal .masonry__filters--custom ul li {
  transition: all .3s ease;
  cursor: pointer;
  display: inline-block;
}

.masonry__filters--custom li.active a {
  cursor: default;
  font-weight: bold;
}

.masonry__filters--custom li:not(.active) a {
  cursor: pointer;
}

.masonry .project-thumb.hover-element > a {
  height: 22.5em !important;
}

/*.dropdown--relative .dropdown__container,*/
.notification .dropdown--relative .dropdown__content {
  position: relative;
  box-shadow: none;
  padding: 0;
}

.notification .dropdown--relative .dropdown__content {
  display: block;
  float: none;
  position: relative;
}

/* wimpy button */
.btn.btn--wimpy {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 10.6736px;
  padding: 0 .59285714em;
  line-height: 1.8em;
}

.btn.btn--wimpy.play:before {
  content: "\f04b";
  font-family: FontAwesome;
  color: #252525;
}

.btn.btn--wimpy.pause:before {
  content: "\f04d";
  font-family: FontAwesome;
  color: #252525;
}

/* masonry load-more */
.masonry__load-more {
  margin-top: 15px;
}

/* module__lists--features-small-3 */
.module__lists--features-small-3 div > img {
  max-height: 75px;
}

/* module__lists--features-small-5 */
.module__lists--features-small-5 h5 {
  margin-bottom: 20px;
}

.module__lists--features-small-5 img.img--icon {
  max-width: 18%;
}

/* space */
.space--null {
  padding-top: 0;
  padding-bottom: 0;
}

/* articles */
article .article__body .highlight-image {
  margin-bottom: 2.3em;
}

article .article__body p,
article .article__body ul {
  font-size: inherit;
}

article .article__body .story-details {
  margin-top: 3em;
}

article .article__share {
  margin-top: 3em;
}

/* pagination */
.pagination__prev.disabled {
  text-decoration: none;
  color: #aaa;
}

.pagination__next.disabled {
  text-decoration: none;
  color: #aaa;
}

/* sidebar links */
.sidebar__widget li.active a {
  font-weight: bold;
}

/* designer mode */
.modal-content.modal-content--designer > .boxed {
  height: 100%;
  margin: 0;
}

.modal-content.modal-content--designer iframe {
  height: calc(100% - 65px) !important;
}

.designer-mode {
  border-color: rgba(0, 0, 0, 0.6) !important;
}

.designer-mode__modal {
  margin-bottom: 25px;
}

.designer-mode .label,
.designer-mode__modal .label {
  min-width: initial;
  margin: initial;
  top: 0 !important;
}

.designer-mode__title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 90%);
  border-radius: 6px;
  padding: 20px 0;
}

.designer-mode__title .label.label--inline:not(:last-child),
.designer-mode__modal .label.label--inline:not(:last-child) {
  margin-right: 5px;
}

.designer-mode__title .btn,
.designer-mode__modal .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
  top: 1px;
  border-radius: 50px;
  padding-left: 3em;
  padding-right: 1em;
}

.designer-mode__title .fa,
.designer-mode__modal .fa {
  font-size: .7em;
  line-height: 27px;
}

/* accordion */
.accordion li.active .accordion__content {
  max-height: initial;
}

.accordion li.active .accordion__content ul,
.accordion li.active .accordion__content ol {
  list-style: initial;
  padding-left: 40px;
}

/* custom article modules */
.module__titles--article-1 .article__title {
  margin-bottom: 0;
}

.module__shareables--article-1 .article__share {
  margin-top: 0;
}

/* archive title label fix */
.module__titles--title-archive a.label {
  position: relative;
  height: auto;
  top: -2px;
  left: 5px;
  right: initial;
}

.module__titles--title-archive a.label:hover,
.module__titles--title-archive a.label:focus {
  color: #fff;
  opacity: .9;
  text-decoration: none;
}

/* videos text */
.module__galleries--videos-text .highlight-video {
  height: 352px;
}

.module__galleries--videos-text .small-video {
  height: 100px;
}

/* flipbook */
.flipbook * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flipbook a {
  cursor: pointer;
}

.flipbook .feature {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.wowbook-page-content {
  position: absolute;
  overflow: hidden;
  background: #fff;
  zoom: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* module__lists--simple-list */
.module__lists--simple-list .container > .row:not(:last-child) {
  margin-bottom: 15px;
}

.module__lists--simple-list .col-sm-12 h4 {
  margin-bottom: .5em;
}

@media (max-width: 991px) {
  .module__lists--simple-list .col-sm-12:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* more colors */
.color--green {
  color: #5cb85c !important;
}

.color--yellow {
  color: #f0ad4e !important;
}

/* more label colors */
.label--blue {
  background-color: #337ab7 !important;
}

.label--green {
  background-color: #5cb85c !important;
}

.label--cyan {
  background-color: #5bc0de !important;
}

.label--yellow {
  background-color: #f0ad4e !important;
}

.label--red {
  background-color: #d9534f !important;
}

.label--grey {
  background-color: #eeeeee !important;
  color: #666666;
}

/* remove margin bottom */
.unmarg--bottom {
  margin-bottom: 0;
}

/* sp-1 */
.module__specials--sp-1 .sp-1__holder {
  display: -ms-flexbox;
  display: flex;
}

.module__specials--sp-1 .sp-1__left {
  position: relative;
  padding-top: 25px;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.module__specials--sp-1 .sp-1__right {
  background-color: #eee;
  padding-bottom: 20px;
  width: 50%;
}

@media (max-width: 991px) {
  .module__specials--sp-1 .sp-1__holder {
    display: block;
  }
  .module__specials--sp-1 .sp-1__left {
    display: block;
    width: 100%;
  }
  .module__specials--sp-1 .sp-1__right {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 2em;
  }
}

.module__specials--sp-1 .sp-1__right .events,
.module__specials--sp-1 .sp-1__right .list {
  padding: 0 20px;
}

.module__specials--sp-1 .sp-1__left .text-holder,
.module__specials--sp-1 .sp-1__right .text-holder,
.module__specials--sp-1 .sp-1__right .text-holder {
  line-height: normal;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 60px;
  display: block;
  color: #fff;
}

.module__specials--sp-1 .sp-1__left .text-holder {
  position: absolute;
  color: #ddd;
  left: 20px;
  top: -35px;
}

.module__specials--sp-1 .sp-1__right .events .text-holder {
  margin-bottom: -35px;
  margin-top: -5px;
  margin-left: 0;
}

.module__specials--sp-1 .sp-1__right .list .text-holder {
  margin-bottom: -35px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .module__specials--sp-1 .sp-1__left .text-holder {
    transform: rotate(-90deg);
    left: -170px;
    top: 200px;
  }
  .module__specials--sp-1 .sp-1__left .text-holder,
  .module__specials--sp-1 .sp-1__right .text-holder,
  .module__specials--sp-1 .sp-1__right .text-holder {
    font-size: 80px;
  }
}

.module__specials--sp-1 .event,
.module__specials--sp-1 .item {
  margin: 0 0 20px 0;
  border-radius: 0;
  padding: 0;
  background: none;
}

.module__specials--sp-1 .event .imagebg {
  height: 100px;
}

.module__specials--sp-1 .event__date {
  text-transform: uppercase;
  line-height: 38px;
  font-weight: bold;
  padding-top: 2px;
  font-size: 34px;
}

.module__specials--sp-1 .event__title {
  line-height: 20px;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

.module__specials--sp-1 .event__location,
.module__specials--sp-1 .event__description {
  line-height: 16px;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
}

.module__specials--sp-1 .item__title {
  line-height: 26px;
  font-weight: bold;
  font-size: 24px;
}

.module__specials--sp-1 .item__author {
  line-height: 21px;
  font-weight: bold;
  font-size: 15px;
}

.module__specials--sp-1 .left__stories {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

.module__specials--sp-1 .left__stories .story {
  padding: .5em;
  width: 50%;
}

.module__specials--sp-1 .left__stories .story .boxed {
  position: relative;
  height: 100%;
  padding: 1em;
}

.module__specials--sp-1 .left__stories .story img {
  margin-bottom: .5em;
}

.module__specials--sp-1 .left__stories .story .story__info {
  padding: 1em;
}

.module__specials--sp-1 .left__stories .story {
  line-height: normal;
}

.module__specials--sp-1 .left__stories .story .story__description {
  margin-top: 1em;
}

.module__specials--sp-1 .left__stories .story .story__link {
  position: absolute;
  font-size: 13px;
  bottom: 1em;
  left: 2em;
}

.module__specials--sp-1 .view-all {
  width: 100%;
  text-align: center;
}

.module__specials--sp-1 .view-all a {
  font-size: 14px;
}

/* footer privacy policy */
footer .privacy-policy {
  margin-top: 10px;
}

/* flexbox container */
.container--flex {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.row--flex {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 480px) {
  .row--flex > .col--flex {
    width: 100%;
    margin-right: 0;
  }
  .row--flex > .col--flex:nth-child(n+2) {
    margin-top: 15px;
  }
}

.row--flex.flex-1 > .col--flex {
  width: 100%;
  margin-right: 0;
}

.row--flex.flex-1 > .col--flex:nth-child(n+2) {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .row--flex.flex-4 > .col--flex {
    width: calc(25% - 11.25px);
  }
  .row--flex.flex-4 > .col--flex:nth-child(4n) {
    margin-right: 0;
  }
  .row--flex.flex-4 > .col--flex:nth-child(n+5) {
    margin-top: 15px;
  }
  .row--flex.flex-3 > .col--flex {
    width: calc(33.3333% - 10px);
  }
  .row--flex.flex-3 > .col--flex:nth-child(3n) {
    margin-right: 0;
  }
  .row--flex.flex-3 > .col--flex:nth-child(n+4) {
    margin-top: 15px;
  }
  .row--flex.flex-2 > .col--flex {
    width: calc(50% - 7.5px);
  }
  .row--flex.flex-2 > .col--flex:nth-child(2n) {
    margin-right: 0;
  }
  .row--flex.flex-2 > .col--flex:nth-child(n+3) {
    margin-top: 15px;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .row--flex.flex-4 > .col--flex {
    width: calc(50% - 7.5px);
  }
  .row--flex.flex-4 > .col--flex:nth-child(2n) {
    margin-right: 0;
  }
  .row--flex.flex-4 > .col--flex:nth-child(n+3) {
    margin-top: 15px;
  }
  .row--flex.flex-3 > .col--flex {
    width: calc(50% - 7.5px);
  }
  .row--flex.flex-3 > .col--flex:nth-child(2n) {
    margin-right: 0;
  }
  .row--flex.flex-3 > .col--flex:nth-child(n+3) {
    margin-top: 15px;
  }
  .row--flex.flex-2 > .col--flex {
    width: calc(50% - 7.5px);
  }
  .row--flex.flex-2 > .col--flex:nth-child(2n) {
    margin-right: 0;
  }
  .row--flex.flex-2 > .col--flex:nth-child(n+3) {
    margin-top: 15px;
  }
}

.col--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 15px;
}

.row--flex.flex-fh .col--flex {
  height: 250px;
  overflow: hidden;
}

.row--flex.flex-fh.flex-fh--350 .col--flex {
  height: 350px;
}

.row--flex .col--flex .holder,
.row--flex.flex-fh .col--flex .project-thumb {
  display: block;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.col--flex .expand {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* archive */
.archive .boxed {
  margin-bottom: 0;
  padding: 1em;
}

.archive .feature {
  margin-bottom: 0;
}

.archive a.h5 {
  display: block;
  margin-bottom: .5em;
}

.archive span.h5 {
  display: block;
  margin-top: .5em;
}

.archive .view-more {
  position: absolute;
  bottom: 1em;
  margin-top: 1em;
}

.archive img {
  border-radius: 6px;
}

.archive .boxed img {
  margin-bottom: 1em;
}

@media (max-width: 992px) {
  .archive-sidebar {
    margin-top: 15px;
  }
}

.sidebar__widget:not(:last-child) {
  margin-bottom: 2em;
}

.archive hr {
  opacity: .2;
  margin: 1.6em 0;
}

/* recaptcha */
.g-recaptcha > div {
  margin: 0 0 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer .g-recaptcha {
    transform: scale(0.87);
    transform-origin: 0 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .g-recaptcha {
    transform: scale(0.62);
    transform-origin: 0 0;
  }
}

footer .g-recaptcha > div {
  margin: 0 auto;
}

/* .results-list */
.menu-horizontal form.search {
  float: right;
  margin-bottom: -1em;
}

.results-list a span {
  font-size: .8em;
  line-height: 1.2em;
}

.results-list a span i {
  font-size: .7em;
}

.results-list a:hover span {
  text-decoration: none !important;
}

/* utility */
.utility-logo {
  display: inline-block;
  max-width: 430px;
  margin-bottom: 1.4em;
}

/* menu */
.menu-vertical li.separate:not(:last-child) {
  margin-bottom: 0;
}

.menu-vertical li.title {
  opacity: 1 !important;
}

/* mapbox */
.mapbox__map {
  min-height: 450px;
}

.mapbox__marker {
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 98px;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 350px;
}

.mapboxgl-popup-close-button {
  border-radius: 3px;
  width: 22px;
  height: 26px;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}

@media (min-width: 768px) {
  .module__features--mapbox-enlarged .container {
    min-height: 450px;
  }
}

html,
body {
  color: #000;
  font-size: 15px;
  background-color: #fff;
}

@media (min-width: 480px) and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  html,
  body {
    font-size: 13px;
  }
}

ul.pagination {
  padding-top: 15px;
}

ul.pagination ol li {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: normal;
}

ul.pagination ol li.pagination__current {
  padding-top: 6px;
}

ul.pagination ol li a {
  width: 34px;
  height: 36px;
  font-size: 16px;
  line-height: normal;
  display: block;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .masonry__load-more .btn:not(:last-child) {
    margin-bottom: 0;
  }
}

.accordion li.active .accordion__content > * {
  display: block;
}

p {
  opacity: 1;
}

ul,
ol {
  list-style: inside circle;
  line-height: 1.4em;
}

ul.menu-vertical,
ol.menu-vertical,
ul.accordion,
ol.accordion,
.tabs-container ul,
.tabs-container ol {
  list-style: none;
}

section a[href$=".pdf"],
section a[href$=".PDF"] {
  background-image: url(../img/pdf.png);
  background-size: 16px 16px;
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 18px;
}

[class*='bg-']:not(.bg--white):not(.bg--secondary) p, [class*='imagebg']:not(.image--light) p {
  opacity: 1;
}

.accordion .accordion__title:before {
  content: '\e80c';
}

.cc-link {
  line-height: normal;
  padding: 0;
}

.variant-list--sm .variant-list__item .image img {
  max-height: 50px;
}

.variant-list--md .variant-list__item .image img {
  max-height: 75px;
}

.variant-list--md .variant-list__item .title {
  font-size: 1.5em;
}

.variant-list--lg .variant-list__item .image img {
  max-height: 100px;
}

.variant-list--lg .variant-list__item .title {
  font-size: 2em;
}

.variant-list__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .variant-list__items {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .variant-list__items {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .variant-list__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: .4em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .variant-list__items {
    width: 750px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .variant-list__items {
    width: 450px;
  }
}

.variant-list__item {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .variant-list__item {
    -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    margin-bottom: 2em;
  }
}

@media (max-width: 479px) {
  .variant-list__item {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}

.variant-list__item[href="javascript:;"] {
  cursor: default;
}

.variant-list__item:hover {
  text-decoration: none;
}

.variant-list__item .title {
  margin-top: 1em;
  line-height: 1.2em;
  font-weight: normal;
}

.variant-list__item .content {
  margin-top: 1em;
  line-height: 1.2em;
  font-weight: normal;
}

.variant-list__item .content p {
  margin: 0;
}

.content-events--default .wrapper {
  grid-template-areas: 'contents events';
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (max-width: 991px) {
  .content-events--default .wrapper {
    grid-template-areas: 'contents' 'events';
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.content-events--switch .wrapper {
  grid-template-areas: 'events contents';
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (max-width: 991px) {
  .content-events--switch .wrapper {
    grid-template-areas: 'events' 'contents';
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.content-events .wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

@media (min-width: 1200px) {
  .content-events .wrapper {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-events .wrapper {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-events .wrapper {
    width: 750px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .content-events .wrapper {
    width: 450px;
  }
}

.content-events .wrapper .contents {
  grid-area: contents;
  padding: 0 15px;
}

.content-events .wrapper .contents__title {
  margin-bottom: 1em;
}

.content-events .wrapper .contents .content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-areas: 'text text text' 'image description .';
  -ms-grid-columns: max-content 300px 1fr;
      grid-template-columns: max-content 300px 1fr;
  -ms-grid-rows: max-content max-content;
      grid-template-rows: max-content max-content;
}

.content-events .wrapper .contents .content__text {
  grid-area: text;
  background-color: #4A90E2;
  padding: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.2em;
}

.content-events .wrapper .contents .content__image {
  grid-area: image;
  padding-top: .5em;
}

.content-events .wrapper .contents .content__image img {
  max-height: 5em;
}

.content-events .wrapper .contents .content__description {
  grid-area: description;
  padding: 1.3em 1em 0 1em;
  line-height: 1.2em;
}

.content-events .wrapper .events {
  grid-area: events;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .content-events .wrapper .events {
    padding-top: 30px;
  }
}

.content-events .wrapper .events__title {
  margin-bottom: 1em;
}

.content-events .wrapper .events__all {
  margin-top: 15px;
  padding-left: 70px;
}

.content-events .wrapper .events .event {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-template-areas: 'date details';
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  font-weight: normal;
}

.content-events .wrapper .events .event:not(:first-of-type) {
  margin-top: 15px;
}

.content-events .wrapper .events .event:hover {
  text-decoration: none;
}

.content-events .wrapper .events .event__date {
  grid-area: date;
}

.content-events .wrapper .events .event__date .square {
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #222;
  text-transform: uppercase;
}

.content-events .wrapper .events .event__date .square h4 {
  color: inherit;
  margin: 0;
}

.content-events .wrapper .events .event__details {
  grid-area: details;
  padding: 15px;
  background-color: #4A90E2;
  color: #fff;
}

.content-events .wrapper .events .event__details i {
  color: #222;
}

.content-events .wrapper .events .event__details .title {
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

.content-events .wrapper .events .event__details .description {
  margin-top: 15px;
}

.owl-carousel-1 .owl-carousel {
  height: 40vh;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon {
  width: 3em;
  height: 3em;
  border: none;
  display: block;
  background: #4A90E2;
  border: 1px solid #fff;
  transition: all .1s linear;
  border-radius: 0;
  outline: 3px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
  margin-top: 30px;
  margin-left: -2em;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon:before {
  position: absolute;
  top: 46%;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: 0;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #fff;
  margin-left: -4px;
  margin-top: -9px;
}

.owl-carousel-1 .owl-carousel .owl-video-play-icon:hover {
  margin-top: 26px;
  transform: scale(1);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

.owl-carousel-1 .owl-carousel .owl-video-tn {
  background-size: cover;
}

.owl-carousel-1 .owl-carousel .owl-item {
  height: 40vh;
}

.owl-carousel-1 .owl-carousel .owl-item .item {
  height: 100%;
  background-size: cover;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-top {
  background-position: center top;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-middle {
  background-position: center center;
}

.owl-carousel-1 .owl-carousel .owl-item .item--align-bottom {
  background-position: center bottom;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video {
  height: inherit;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-title .owl-video-play-icon {
  margin-top: -2em;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-title .owl-video-play-icon:hover {
  margin-top: -2.1em;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-thumbnail .owl-video-wrapper {
  background: unset;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video--no-thumbnail .owl-video-tn {
  display: none;
}

.owl-carousel-1 .owl-carousel .owl-item .item-video .item-content {
  margin-top: -50px;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 20;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content h1 {
  margin: 0;
  display: block;
  color: #fff;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content p {
  display: block;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content a {
  border-radius: 6px;
  background: #4A90E2;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.owl-carousel-1 .owl-carousel .owl-item .item-content a:hover {
  text-decoration: none;
  opacity: .9;
}

.owl-carousel-1 .owl-carousel .owl-item.owl-video-playing .item-content {
  display: none;
}

.owl-carousel-1 .owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel-1 .owl-carousel .owl-carousel .owl-video-playing .owl-video-tn {
  display: none !important;
}

.owl-carousel-1 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  pointer-events: none;
  height: 73px;
}

.owl-carousel-1 .owl-theme .owl-nav button {
  pointer-events: all;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-next,
.owl-carousel-1 .owl-theme .owl-nav .owl-prev {
  font-size: 1.5em;
  width: 2em;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  color: #fff;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-carousel-1 .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.owl-carousel-1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.owl-carousel-1 .owl-theme .owl-dots button {
  pointer-events: all;
}

.owl-carousel-1 .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #fff;
  background: #fff;
}

.owl-carousel-1 .owl-theme .owl-dots .owl-dot.active span {
  background: #4A90E2;
}

.owl-carousel-1--height-10 .owl-carousel {
  height: 10vh;
}

.owl-carousel-1--height-10 .owl-carousel .owl-item {
  height: 10vh;
}

.owl-carousel-1--height-20 .owl-carousel {
  height: 20vh;
}

.owl-carousel-1--height-20 .owl-carousel .owl-item {
  height: 20vh;
}

.owl-carousel-1--height-30 .owl-carousel {
  height: 30vh;
}

.owl-carousel-1--height-30 .owl-carousel .owl-item {
  height: 30vh;
}

.owl-carousel-1--height-40 .owl-carousel {
  height: 40vh;
}

.owl-carousel-1--height-40 .owl-carousel .owl-item {
  height: 40vh;
}

.owl-carousel-1--height-50 .owl-carousel {
  height: 50vh;
}

.owl-carousel-1--height-50 .owl-carousel .owl-item {
  height: 50vh;
}

.owl-carousel-1--height-60 .owl-carousel {
  height: 60vh;
}

.owl-carousel-1--height-60 .owl-carousel .owl-item {
  height: 60vh;
}

.owl-carousel-1--height-70 .owl-carousel {
  height: 70vh;
}

.owl-carousel-1--height-70 .owl-carousel .owl-item {
  height: 70vh;
}

.owl-carousel-1--height-80 .owl-carousel {
  height: 80vh;
}

.owl-carousel-1--height-80 .owl-carousel .owl-item {
  height: 80vh;
}

.owl-carousel-1--height-90 .owl-carousel {
  height: 90vh;
}

.owl-carousel-1--height-90 .owl-carousel .owl-item {
  height: 90vh;
}

.owl-carousel-1--height-100 .owl-carousel {
  height: 100vh;
}

.owl-carousel-1--height-100 .owl-carousel .owl-item {
  height: 100vh;
}
