@charset "UTF-8";
@font-face {
  font-family: "Futura";
  font-display: fallback;
  src: url("../../assets/fonts/FuturaMedium.woff") format("woff"), url("../../assets/fonts/FuturaMedium.woff") format("woff");
}
@font-face {
  font-family: "FuturaPTDemi";
  font-display: fallback;
  src: url("../../assets/fonts/FuturaPTDemi.woff") format("woff"), url("../../assets/fonts/FuturaPTDemi.woff") format("woff");
}
/*! lightgallery - v1.8.3 - 2020-09-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 60px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}

.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "";
}

.lg-rotate-right:after {
  content: "";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "";
}

.lg-flip-hor:after {
  content: "";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center
    transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(/web/20220610003401im_/https://studyinginswitzerland.com/wp-content/themes/thevoux-wp-child/university-profile/assets/css/style.css#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/web/20220610003401im_/https://studyinginswitzerland.com/wp-content/themes/thevoux-wp-child/university-profile/assets/css/images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/web/20220610003401im_/https://studyinginswitzerland.com/wp-content/themes/thevoux-wp-child/university-profile/assets/css/images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

summary {
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary:focus {
  outline: none;
}

.sis-flex {
  display: flex;
}
.sis-pointer {
  cursor: pointer;
}
.sis-flex--items-center {
  align-items: center;
}
.sis-flex--items-start {
  align-items: flex-start;
}
.sis-flex--items-end {
  align-items: flex-end;
}
.sis-flex--items-baseline {
  align-items: baseline;
}
.sis-flex--justify-center {
  justify-content: center;
}
.sis-flex--justify-end {
  justify-content: flex-end;
}
.sis-flex--space-between {
  justify-content: space-between;
}
.sis-flex--space-around {
  justify-content: space-around;
}
.sis-flex--wrap {
  flex-wrap: wrap;
}
.sis-flex--direction-column {
  flex-direction: column;
}
.sis-flex--none {
  flex: none;
}
.sis-flex--inline {
  display: inline-flex;
}
.sis-flex--content-center {
  align-content: center;
}
.sis-d-block {
  display: block;
}
.sis-d-inline-block {
  display: inline-block;
}
.sis-text-center {
  text-align: center;
}
.sis-text-right {
  text-align: right;
}
.sis-relative {
  position: relative;
}
.sis-mr-5 {
  margin-right: 5px;
}
.sis-mr-10 {
  margin-right: 10px;
}
.sis-w-70 {
  width: 70% !important;
}
.sis-w-30 {
  width: 30% !important;
}
.sis-mr-12 {
  margin-right: 12px;
}
.sis-mr-20 {
  margin-right: 20px;
}
.sis-mr-30 {
  margin-right: 30px;
}
.sis-ml-10 {
  margin-left: 10px;
}
.sis-ml-20 {
  margin-left: 20px;
}
.sis-mt-26 {
  margin-top: 26px;
}
.sis-mt-50 {
  margin-top: 50px;
}
.sis-mt-56 {
  margin-top: 56px;
}
.sis-mt-66 {
  margin-top: 66px;
}
.sis-mt-80 {
  margin-top: 80px;
}
.sis-mt-0 {
  margin-top: 0 !important;
}
.sis-mb-0 {
  margin-bottom: 0 !important;
}
.sis-mb-10 {
  margin-bottom: 10px;
}
.sis-mb-15 {
  margin-bottom: 15px;
}
.sis-mb-20 {
  margin-bottom: 20px;
}
.sis-mb-24 {
  margin-bottom: 24px;
}
.sis-mb-26 {
  margin-bottom: 26px;
}
.sis-mb-30 {
  margin-bottom: 30px;
}
.sis-mb-35 {
  margin-bottom: 35px;
}
.sis-mb-40 {
  margin-bottom: 40px;
}
.sis-mb-46 {
  margin-bottom: 46px;
}
.sis-mb-50 {
  margin-bottom: 50px;
}
.sis-pr-50 {
  padding-right: 50px;
}
.sis-pt-20 {
  padding-top: 20px;
}
.sis-pt-50 {
  padding-top: 50px;
}
.sis-zi-1 {
  z-index: 1;
}
.sis-w-100 {
  width: 100% !important;
}
.sis-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.sis-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sis-col {
  padding-left: 14px;
  padding-right: 14px;
}
.sis-button {
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}
.sis-button--dark {
  border: 1px solid #d52b1e;
  background-color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-button--dark:hover {
  color: #222222;
  background-color: #fff;
}
.sis-button--primary {
  border: 1px solid #d52b1e;
  background-color: #d52b1e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-button--primary:hover {
  color: #fff;
  background-color: #222222;
}
.sis-button--large {
  padding-left: 50px;
  padding-right: 50px;
}
.sis-content,
.sis-content p,
.sis-content li,
.sis-content a,
.sis-content span p,
.sis-content span p a,
.sis-content span li {
  font-size: 16px;
  line-height: 1.6875;
}
.sis-content h3,
.sis-content p h3,
.sis-content li h3,
.sis-content a h3,
.sis-content span p h3,
.sis-content span p a h3,
.sis-content span li h3 {
  font-size: 28px;
}
.sis-content h4,
.sis-content p h4,
.sis-content li h4,
.sis-content a h4,
.sis-content span p h4,
.sis-content span p a h4,
.sis-content span li h4 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.0833333333;
  font-weight: 500;
}
.sis-content h5,
.sis-content p h5,
.sis-content li h5,
.sis-content a h5,
.sis-content span p h5,
.sis-content span p a h5,
.sis-content span li h5 {
  font-size: 20px;
  font-weight: bold;
}
.sis-content p,
.sis-content p p,
.sis-content li p,
.sis-content a p,
.sis-content span p p,
.sis-content span p a p,
.sis-content span li p {
  margin-bottom: 0;
}
.sis-content p:not(:last-child),
.sis-content p p:not(:last-child),
.sis-content li p:not(:last-child),
.sis-content a p:not(:last-child),
.sis-content span p p:not(:last-child),
.sis-content span p a p:not(:last-child),
.sis-content span li p:not(:last-child) {
  margin-bottom: 30px;
}
.sis-content li,
.sis-content p li,
.sis-content li li,
.sis-content a li,
.sis-content span p li,
.sis-content span p a li,
.sis-content span li li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.sis-content li:before,
.sis-content p li:before,
.sis-content li li:before,
.sis-content a li:before,
.sis-content span p li:before,
.sis-content span p a li:before,
.sis-content span li li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  width: 10px;
  background-color: #000;
}
.sis-content a {
  font-weight: 600;
}
.sis-content a[target="_blank"] {
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.14' height='12.168' viewBox='0 0 12.14 12.168'%3E%3Cg transform='translate(-1265.248 -3375.662)'%3E%3Cpath d='M1265.441,3387.795a.363.363,0,0,1-.136-.115,43.6,43.6,0,0,1-.057-4.8v-4.714l.093-.093a.434.434,0,0,1,.207-.114c.06-.01,1.506-.014,3.208-.01l3.1.01.107.122a.251.251,0,0,1,.089.264.438.438,0,0,1-.111.235l-.092.093-2.937.018-2.934.018-.01,4.186-.007,4.182h8.421v-5.86l.1-.1a.348.348,0,0,1,.507,0l.1.1v6.367l-.121.121-.122.121-4.671,0C1267.617,3387.827,1265.48,3387.813,1265.441,3387.795Z' fill='%23d52b1e'/%3E%3Cpath d='M1269.177,3383.937a.387.387,0,0,1-.125-.368c.014-.085.81-.9,3.54-3.632l3.519-3.522-1.92-.011-1.92-.011-.086-.1a.378.378,0,0,1,.154-.6c.05-.018,1.052-.032,2.423-.032,2.583,0,2.508-.008,2.594.224a24.649,24.649,0,0,1,.025,2.5l-.018,2.388-.121.107a.256.256,0,0,1-.268.089.353.353,0,0,1-.225-.114l-.082-.093v-1.909c0-1.049-.01-1.906-.025-1.906s-1.616,1.588-3.561,3.533c-3.526,3.522-3.533,3.533-3.679,3.533A.315.315,0,0,1,1269.177,3383.937Z' fill='%23d52b1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 0;
}
.study-sis-content,
.study-sis-content p,
.study-sis-content li,
.study-sis-content a,
.study-sis-content span p,
.study-sis-content span p a,
.study-sis-content span li {
  font-size: 16px;
  line-height: 1.6875;
}
.study-sis-content h3,
.study-sis-content p h3,
.study-sis-content li h3,
.study-sis-content a h3,
.study-sis-content span p h3,
.study-sis-content span p a h3,
.study-sis-content span li h3 {
  font-size: 28px;
}
.study-sis-content h4,
.study-sis-content p h4,
.study-sis-content li h4,
.study-sis-content a h4,
.study-sis-content span p h4,
.study-sis-content span p a h4,
.study-sis-content span li h4 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.0833333333;
  font-weight: 500;
}
.study-sis-content h5,
.study-sis-content p h5,
.study-sis-content li h5,
.study-sis-content a h5,
.study-sis-content span p h5,
.study-sis-content span p a h5,
.study-sis-content span li h5 {
  font-size: 20px;
  font-weight: bold;
}
.study-sis-content p,
.study-sis-content p p,
.study-sis-content li p,
.study-sis-content a p,
.study-sis-content span p p,
.study-sis-content span p a p,
.study-sis-content span li p {
  margin-bottom: 0;
}
.study-sis-content p:not(:last-child),
.study-sis-content p p:not(:last-child),
.study-sis-content li p:not(:last-child),
.study-sis-content a p:not(:last-child),
.study-sis-content span p p:not(:last-child),
.study-sis-content span p a p:not(:last-child),
.study-sis-content span li p:not(:last-child) {
  margin-bottom: 30px;
}
.study-sis-content li,
.study-sis-content p li,
.study-sis-content li li,
.study-sis-content a li,
.study-sis-content span p li,
.study-sis-content span p a li,
.study-sis-content span li li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.study-sis-content li:before,
.study-sis-content p li:before,
.study-sis-content li li:before,
.study-sis-content a li:before,
.study-sis-content span p li:before,
.study-sis-content span p a li:before,
.study-sis-content span li li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 1px;
  width: 10px;
  background-color: #000;
}
.study-sis-content a {
  font-weight: 600;
}
.study-sis-content a[target="_blank"] {
  padding-right: 18px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.14' height='12.168' viewBox='0 0 12.14 12.168'%3E%3Cg transform='translate(-1265.248 -3375.662)'%3E%3Cpath d='M1265.441,3387.795a.363.363,0,0,1-.136-.115,43.6,43.6,0,0,1-.057-4.8v-4.714l.093-.093a.434.434,0,0,1,.207-.114c.06-.01,1.506-.014,3.208-.01l3.1.01.107.122a.251.251,0,0,1,.089.264.438.438,0,0,1-.111.235l-.092.093-2.937.018-2.934.018-.01,4.186-.007,4.182h8.421v-5.86l.1-.1a.348.348,0,0,1,.507,0l.1.1v6.367l-.121.121-.122.121-4.671,0C1267.617,3387.827,1265.48,3387.813,1265.441,3387.795Z' fill='%23d52b1e'/%3E%3Cpath d='M1269.177,3383.937a.387.387,0,0,1-.125-.368c.014-.085.81-.9,3.54-3.632l3.519-3.522-1.92-.011-1.92-.011-.086-.1a.378.378,0,0,1,.154-.6c.05-.018,1.052-.032,2.423-.032,2.583,0,2.508-.008,2.594.224a24.649,24.649,0,0,1,.025,2.5l-.018,2.388-.121.107a.256.256,0,0,1-.268.089.353.353,0,0,1-.225-.114l-.082-.093v-1.909c0-1.049-.01-1.906-.025-1.906s-1.616,1.588-3.561,3.533c-3.526,3.522-3.533,3.533-3.679,3.533A.315.315,0,0,1,1269.177,3383.937Z' fill='%23d52b1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 0;
}
.sis-title_border {
  padding-left: 20px;
  font-size: 34px;
  line-height: 1.2142857143;
  font-weight: 500;
  border-left: 4px solid #d52b1e;
}
.sis-single__top {
  position: relative;
  min-height: 450px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sis-single__top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.1)
  );
}
.sis-single__top__title {
  margin-bottom: 26px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.sis-single__top__location {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.sis-single__top__location svg {
  margin-right: 10px;
}
.sis-single__top h1 {
  margin: 0;
  font-size: 35px;
  line-height: 1.2;
  color: #fff;
}
.sis-single__top h1 a {
  color: #fff;
}
.sis-single__top h1 a:focus {
  color: #fff;
}
.sis-single__logo {
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #fff;
}
.sis-single__logo img {
  width: 88px;
  object-fit: cover;
}
.sis-single__content {
  padding-bottom: 80px;
  font-family: "Montserrat", sans-serif;
}
.sis-single__content__left {
  padding-right: 50px;
}
.sis-single__content__right {
  padding-left: 50px;
}
.sis-tabs {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.sis-tabs__item {
  width: calc(100% / 3);
  line-height: 2.1176470588;
  text-align: center;
  border-bottom: 4px solid #ededed;
}
.sis-tabs__item:hover a {
  color: #d52b1e;
}
.sis-tabs__item a {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 17px;
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-tabs__item--active {
  border-color: #d52b1e;
}
.sis-tabs__item--active a {
  color: #d52b1e;
}
.sis-key_informations {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
}
.sis-key_informations .sis-col {
  padding-left: 5px;
  padding-right: 5px;
}
.sis-ki__item {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f9fa;
}
.sis-ki__value {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}
.sis-ki__label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}
.sis-reasons {
  font-size: 16px;
  line-height: 1.6875;
}
.sis-gallery__item {
  display: none;
}
.sis-gallery__item:first-child {
  display: inline-block;
  width: calc(70% - 4px);
  height: 340px;
  margin-right: 4px;
  float: left;
}
.sis-gallery__item:nth-child(2) {
  margin-bottom: 4px;
}
.sis-gallery__item:nth-child(2),
.sis-gallery__item:nth-child(3) {
  display: inline-block;
  width: 30%;
  height: 168px;
}
.sis-gallery__item:nth-child(3) {
  position: relative;
}
.sis-gallery__item:nth-child(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
}
.sis-gallery__item:nth-child(3):after {
  content: "View all";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: trasnform;
}
.sis-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sis-articles a:not(:last-child) {
  margin-bottom: 30px;
}
.sis-articles a:hover .sis-articles__content {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  will-change: trasnform;
}
.sis-articles__content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-articles__img {
  width: 210px;
  height: 136px;
  margin-right: 26px;
  object-fit: cover;
  flex: none;
}
.sis-articles__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sis-articles__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
}
.sis-articles__tag {
  font-size: 16px;
  line-height: 1.6875;
  text-transform: uppercase;
  color: #000;
}
.sis-posts--highlight {
  position: sticky;
  top: 100px;
  margin-top: 40px;
}
.sis-posts ul, .study-sis-posts {
  list-style: none;
}
.study-sis-posts ul, .study-sis-posts {
  list-style: none;
}
.sis-posts__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-posts__post {
  border: 1px solid #d52b1e;
}
.sis-posts__post__title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.sis-posts__type {
  margin: 0;
  font-size: 14px;
  line-height: 1.9285714286;
  color: #c1c1c1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-posts__type img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  object-fit: contain;
}
.sis-posts__type i {
  margin-left: 5px;
  margin-right: 5px;
  font-style: normal;
}
.sis-posts__type__arrow {
  position: absolute;
  right: 20px;
  width: 17px;
  bottom: 26px;
  height: 15px;
}
.sis-posts a {
  position: relative;
  display: block;
  height: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-posts a:hover {
  background-color: #f5f9fa;
}
.sis-posts__details {
  border: 1px solid #ededed;
}
.sis-posts__details ul {
  padding: 0 20px;
  margin-left: -10px;
  margin-right: -10px;
}
.sis-posts__details li {
  width: calc(50% - 20px);
  padding: 0 10px;
}
.sis-posts__details:not(:last-child) {
  border-bottom: 0;
}
.sis-posts__details .sis-posts__post:hover {
  background-color: #f5f9fa;
}
.sis-posts [open] .sis-posts__summary {
  margin-bottom: 20px;
}
.study-sis-posts [open] .sis-posts__summary {
  margin-bottom: 20px;
}
.sis-posts [open] .sis-posts__summary svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  will-change: trasnform;
}
.study-sis-posts [open] .sis-posts__summary svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  will-change: trasnform;
}
.sis-posts [open] .sis-posts__summary h3 {
  color: #d52b1e;
}
.study-sis-posts [open] .sis-posts__summary h3 {
  color: #d52b1e;
}
.sis-posts__summary {
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-posts__summary:hover {
  background-color: #f5f9fa;
}
.sis-posts__summary__icon {
  width: 22px;
  margin-right: 18px;
}
.sis-posts__summary h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-posts__summary svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-stickybutton {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #d52b1e;
  z-index: 1;
}
.sis-stickybutton a {
  width: 100%;
  padding: 17px;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-stickybutton a:hover {
  opacity: 0.8;
}
.sis-stickybutton svg {
  margin-left: 30px;
}
.sis-stickybar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 31;
  background-color: #000;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-stickybar--active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  will-change: trasnform;
}
.sis-stickybar .sis-single__logo {
  width: 58px;
  height: 58px;
}
.sis-stickybar .sis-single__logo {
  padding: 10px;
}
.sis-stickybar .sis-single__top__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2142857143;
}
.sis-stickybar .sis-button {
  display: inline-table;
}
.sis-stickybar__uni {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
}
.sis-stickybar__program {
  margin: 0;
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: 500;
  color: #fff;
}
.sis-stickybar__program a {
  color: #fff;
}
.sis-stickybar__program a:focus {
  color: #fff;
}
.sis-map {
  height: 100%;
}
.sis-map .leaflet-bottom.leaflet-right {
  display: none;
}
.sis-location a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-location a:hover {
  color: rgba(34, 34, 34, 0.7);
}
.sis-location__details {
  display: block;
}
.sis-location a {
  color: #222;
}
.sis-location .sis-button {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.sis-location .sis-button:hover {
  color: #fff;
}
.sis-filters__summary {
  padding: 17px 20px;
  border-radius: 6px;
  background-color: #f9f9f9;
}
.sis-filters__summary h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}
.sis-filters__details:not(:last-child) {
  margin-bottom: 10px;
}
.sis-filters__details .sis-open-hidden {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-filters__details[open] .sis-open-hidden {
  transform: rotate(180deg);
}
.sis-filters__list {
  padding: 20px;
  margin: 0;
}
.sis-filters__list__item {
  display: block;
  margin-bottom: 15px;
}
.sis-filters__list__input {
  display: none;
  padding: 0;
  margin-bottom: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.sis-filters__list__label {
  width: 100%;
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label_width_checkbox:before {
  content: "";
  margin-right: 15px;
  position: absolute;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #c1c1c1;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.label_width_checkbox span {
  margin-left: 31px;
}
.sis-filters__list__label span {
  display: block;
  text-transform: initial;
  line-height: 151%;
  font-size: 16px;
  color: #6a6a6a;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.label_width_checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 4px;
  height: 11px;
  opacity: 0;
  visibility: hidden;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-filters__list__input:checked + label {
  color: #d52b1e;
}
.sis-filters__list__input:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.sis-filters__list__input:checked + label:before {
  border-color: #d52b1e;
  background-color: #d52b1e;
}
.sis-programs__list {
  margin-left: -10px;
  margin-right: -10px;
}
.sis-programs__items {
  width: 50%;
  padding: 0 10px;
}
.sis-programs__content .sis-posts__summary__icon {
  margin: 0;
  filter: grayscale(1);
}
.sis-programs__content .sis-posts__post {
  height: 100%;
}
.sis-programs__button {
  padding: 13px 35px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-programs__button:focus {
  outline: none;
}
.sis-programs__button:hover {
  background-color: #f5f9fa;
}
.sis-close-filters {
  display: none;
}
.sis-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.sis-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sis-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sis-note {
  font-size: 12px;
  line-height: 1.6875;
  color: #666;
}
.sis-protip p {
  padding: 20px;
  font-size: 12px;
  line-height: 2.5;
  border-radius: 6px;
  background-color: #f5f9fa;
}
.sis-protip a {
  font-weight: 600;
}
.sis-work_permit h2:not(.sis-title_border) {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
}
.sis-work_permit__details {
  border-radius: 6px;
  background-color: #f5f9fa;
}
.sis-work_permit__details__content {
  padding: 17px;
  padding-top: 0;
}
.sis-work_permit__details__content p,
.sis-work_permit__details__content li {
  font-size: 12px;
}
.sis-work_permit__details__content p:not(:last-child) {
  margin-bottom: 15px;
}
.sis-work_permit__details__content p:last-child {
  margin-bottom: 0;
}
.sis-work_permit__details__content li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.sis-work_permit__details__content li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 6px;
  background-color: #000;
}
.sis-work_permit [open] .sis-work_permit__summary__arrow {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  will-change: trasnform;
}
.sis-work_permit__summary {
  padding: 17px;
}
.sis-work_permit__summary__icon {
  width: 22px;
  margin-right: 18px;
}
.sis-work_permit__summary h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1666666667;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-work_permit__summary__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-form_wrapper {
  padding: 20px;
  color: #fff;
  background-color: rgba(34, 34, 34, 0.99);
}
.sis-form_wrapper .sis-single__logo {
  width: 42px;
  height: 42px;
  padding: 5px;
}
.sis-form_wrapper .sis-single__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sis-form_wrapper .sis-single__top__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}
.sis-form_wrapper .sis-form__group--submit svg {
  width: 18px;
}
.sis-form_wrapper h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.sis-form__group {
  position: relative;
  z-index: 0;
  background-color: #fff;
}
.sis-form__group:not(:last-child) {
  margin-bottom: 10px;
}
.sis-form__group--radio {
  cursor: pointer;
}
.sis-form__group--radio label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  cursor: pointer;
}
.sis-form__group--checkbox {
  background-color: transparent;
}
.sis-form__group--checkbox label {
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 300;
  color: #fff;
  text-transform: none;
}
.sis-form__group--checkbox a {
  color: #fff;
  text-decoration: underline;
}
.sis-form__group--submit {
  max-width: 100%;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
.sis-form__group--submit svg {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: trasnform;
}
.sis-form__textarea {
  min-height: 160px;
  display: block;
}
.sis-form__btn[type="submit"] {
  max-width: 340px;
  width: 340px;
  min-height: 65px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(34, 34, 34, 0.99);
  background: #78d2a8;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-form__btn[type="submit"]:hover {
  color: rgba(34, 34, 34, 0.99);
  background: #fff !important;
}
.sis-form input.sis-form__input,
.sis-form select.sis-form__select,
.sis-form textarea.sis-form__textarea {
  width: 100%;
  height: 53px;
  padding: 10px;
  padding-top: 30px;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 15px;
  color: #222222;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-form input.sis-form__input:focus,
.sis-form select.sis-form__select:focus,
.sis-form textarea.sis-form__textarea:focus {
  outline: none;
}
.sis-form input.sis-form__input--effect ~ label,
.sis-form select.sis-form__select--effect ~ label,
.sis-form textarea.sis-form__textarea--effect ~ label {
  position: absolute;
  left: 10px;
  top: 18px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6875;
  color: rgba(34, 34, 34, 0.8);
  text-align: left;
  z-index: 0;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-form input.sis-form__input--effect ~ label,
.sis-form input.sis-form__input--effect.has-content + label,
.sis-form select.sis-form__select--effect ~ label,
.sis-form select.sis-form__select--effect.has-content + label,
.sis-form textarea.sis-form__textarea--effect ~ label,
.sis-form textarea.sis-form__textarea--effect.has-content + label {
  top: 6px;
  left: 5px;
  padding: 0 5px;
  font-size: 12px;
  background-color: #fff;
  color: #d52b1e;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-form input.sis-form__input.sis-form__error.has-content,
.sis-form select.sis-form__select.sis-form__error.has-content,
.sis-form textarea.sis-form__textarea.sis-form__error.has-content {
  border-color: #f8716c;
  background-color: #fef1f0;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.756' height='17.341' viewBox='0 0 17.756 17.341'%3E%3Cg transform='translate(-1436.147 -6323.221)'%3E%3Crect width='2.216' height='22.307' transform='translate(1452.335 6323.221) rotate(45)' fill='%23f8716c'/%3E%3Crect width='2.216' height='22.307' transform='translate(1453.487 6338.995) rotate(135)' fill='%23f8716c'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.sis-form input.sis-form__input.sis-form__error.has-content.has-content ~ label,
.sis-form input.sis-form__input.sis-form__error.has-content ~ label,
.sis-form
  select.sis-form__select.sis-form__error.has-content.has-content
  ~ label,
.sis-form select.sis-form__select.sis-form__error.has-content ~ label,
.sis-form
  textarea.sis-form__textarea.sis-form__error.has-content.has-content
  ~ label,
.sis-form textarea.sis-form__textarea.sis-form__error.has-content ~ label {
  color: #f8716c;
}
.sis-form input.sis-form__input.sis-form__error.has-content ~ label,
.sis-form select.sis-form__select.sis-form__error.has-content ~ label,
.sis-form textarea.sis-form__textarea.sis-form__error.has-content ~ label {
  background-color: #fef1f0;
}
.sis-form input.sis-form__input.sis-form__success.has-content,
.sis-form select.sis-form__select.sis-form__success.has-content,
.sis-form textarea.sis-form__textarea.sis-form__success.has-content {
  border-color: #78d2a8;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.962' height='16.513' viewBox='0 0 18.962 16.513'%3E%3Cg transform='translate(-1180.801 -6665.768)'%3E%3Cpath d='M1199.55,6666.033a.692.692,0,0,0-1.072-.021l-.019.021-12.358,14.152-4.015-4.6a.693.693,0,0,0-1.072.022.961.961,0,0,0,0,1.207l4.551,5.211a.692.692,0,0,0,1.072,0l12.9-14.765A.962.962,0,0,0,1199.55,6666.033Z' fill='%2378d2a8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #d9f9e8;
  background-position: center right 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.sis-form
  input.sis-form__input.sis-form__success.has-content.has-content
  ~ label,
.sis-form input.sis-form__input.sis-form__success.has-content ~ label,
.sis-form
  select.sis-form__select.sis-form__success.has-content.has-content
  ~ label,
.sis-form select.sis-form__select.sis-form__success.has-content ~ label,
.sis-form
  textarea.sis-form__textarea.sis-form__success.has-content.has-content
  ~ label,
.sis-form textarea.sis-form__textarea.sis-form__success.has-content ~ label {
  color: #78d2a8;
}
.sis-form input.sis-form__input.sis-form__success.has-content ~ label,
.sis-form select.sis-form__select.sis-form__success.has-content ~ label,
.sis-form textarea.sis-form__textarea.sis-form__success.has-content ~ label {
  background-color: #d9f9e8;
}
.sis-form__error_msg_static {
  display: none;
  font-size: 13px;
  line-height: 2.0769230769;
  font-weight: 500;
  color: #ff4f4f;
  margin-bottom: 20px;
  display: inline-block;
}
.sis-form__error_msg {
  position: absolute;
  top: -25px;
  font-size: 13px;
  line-height: 2.0769230769;
  font-weight: 500;
  color: #ff4f4f;
}
.sis-form__input--radio {
  position: relative;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  cursor: pointer;
}
.sis-form__input--radio:checked ~ label {
  z-index: 3;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.962' height='16.513' viewBox='0 0 18.962 16.513'%3E%3Cg transform='translate(-1180.801 -6665.768)'%3E%3Cpath d='M1199.55,6666.033a.692.692,0,0,0-1.072-.021l-.019.021-12.358,14.152-4.015-4.6a.693.693,0,0,0-1.072.022.961.961,0,0,0,0,1.207l4.551,5.211a.692.692,0,0,0,1.072,0l12.9-14.765A.962.962,0,0,0,1199.55,6666.033Z' fill='%2378d2a8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #d9f9e8;
  background-position: center right 15px;
  background-repeat: no-repeat;
}
.sis-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.sis-form__select--arrow {
  background-position: center right 14px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.25' height='5.757' viewBox='0 0 10.25 5.757'%3E%3Cpath d='M1335.5,261h10.25l-5.286,5.757' transform='translate(-1335.5 -260.996)' fill='%23666'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
.sis-form__checkbox {
  margin-top: 6px;
  margin-right: 15px;
}
.sis-sticky_sidebar {
  position: sticky;
  top: 100px;
}
.sis-sticky_sidebar__content h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: 600;
}
.sis-sticky_sidebar__content p {
  font-size: 12px;
  line-height: 1.4166666667;
  color: #222;
}
.sis-sticky_sidebar__content span {
  display: block;
  margin-bottom: 8px;
  color: #666;
}
.sis-sticky_sidebar__content a {
  padding-right: 18px;
  font-weight: 700;
  color: #d52b1e;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12.14 12.168'%3E%3Cg transform='translate(-1265.248 -3375.662)'%3E%3Cpath d='M1265.441,3387.795a.363.363,0,0,1-.136-.115,43.6,43.6,0,0,1-.057-4.8v-4.714l.093-.093a.434.434,0,0,1,.207-.114c.06-.01,1.506-.014,3.208-.01l3.1.01.107.122a.251.251,0,0,1,.089.264.438.438,0,0,1-.111.235l-.092.093-2.937.018-2.934.018-.01,4.186-.007,4.182h8.421v-5.86l.1-.1a.348.348,0,0,1,.507,0l.1.1v6.367l-.121.121-.122.121-4.671,0C1267.617,3387.827,1265.48,3387.813,1265.441,3387.795Z' fill='%23d52b1e'/%3E%3Cpath d='M1269.177,3383.937a.387.387,0,0,1-.125-.368c.014-.085.81-.9,3.54-3.632l3.519-3.522-1.92-.011-1.92-.011-.086-.1a.378.378,0,0,1,.154-.6c.05-.018,1.052-.032,2.423-.032,2.583,0,2.508-.008,2.594.224a24.649,24.649,0,0,1,.025,2.5l-.018,2.388-.121.107a.256.256,0,0,1-.268.089.353.353,0,0,1-.225-.114l-.082-.093v-1.909c0-1.049-.01-1.906-.025-1.906s-1.616,1.588-3.561,3.533c-3.526,3.522-3.533,3.533-3.679,3.533A.315.315,0,0,1,1269.177,3383.937Z' fill='%23d52b1e'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 0;
}
.sis-points {
  width: 540px;
  max-width: 100%;
  text-align: right;
}
.sis-points_bar {
  position: relative;
  height: 8px;
  background-color: #e4ecf0;
}
.sis-points_bar__red {
  width: calc(120% - 90%);
  height: 8px;
  background: #d52b1e;
  position: absolute;
  right: 0;
}
.sis-points_bar__red:before,
.sis-points_bar__red:after {
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  bottom: 0;
  background-color: #d52b1e;
}
.sis-points_bar__red:before {
  left: 0;
}
.sis-points_bar__red:after {
  right: 0;
}
.sis-points__max {
  margin-left: calc(100% - 15px);
}
.sis-points span {
  font-size: 10px;
  line-height: 3.2;
  font-weight: 400;
}
.sis-modal_open {
  overflow-y: hidden !important;
}
.sis-modal_open body {
  overflow: hidden;
}
.sis-modal_open .sis-modal {
  opacity: 1;
  visibility: visible;
}
.sis-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 32;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.99);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-modal--container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  height: fit-content;
  max-height: 100%;
}
.sis-modal__close {
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.sis-modal__close--icon {
  display: none;
}
.sis-modal .sis-form_wrapper {
  padding: 0;
  background-color: transparent;
}
.sis-thank_you {
  display: none;
  margin-top: 100px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
}
.sis-thank_you p {
  margin: 0;
  font-size: 20px;
}
.sis-thank_you__close {
  display: none;
  position: relative;
  margin-top: 40px;
}
.sis-thank_you svg {
  width: 70px;
}
.sis-sl .sis-content li {
  padding-left: 32px;
}
.sis-sl .sis-content li:before {
  width: 20px;
  height: 16px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.24 16.51' width='20px' height='16px' class='sis-mr-10'%3E%3Cpath fill='%23222' d='M20,.27a.76.76,0,0,0-1.14,0l0,0L5.66,14.42,1.37,9.82a.77.77,0,0,0-1.14,0,.9.9,0,0,0,0,1.21l4.86,5.21a.76.76,0,0,0,1.14,0L20,1.49A.89.89,0,0,0,20,.27Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: transparent;
}
.sis-sl .sis-content img {
  max-height: 480px;
  max-width: 100%;
  object-fit: cover;
}
.sis-sl .sis-content img.alignnone.size-medium {
  margin: 10px;
}

.sis-sl .study-sis-content li {
  padding-left: 32px;
}
.sis-sl .study-sis-content li:before {
  width: 20px;
  height: 16px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.24 16.51' width='20px' height='16px' class='sis-mr-10'%3E%3Cpath fill='%23222' d='M20,.27a.76.76,0,0,0-1.14,0l0,0L5.66,14.42,1.37,9.82a.77.77,0,0,0-1.14,0,.9.9,0,0,0,0,1.21l4.86,5.21a.76.76,0,0,0,1.14,0L20,1.49A.89.89,0,0,0,20,.27Z'%3E%3C/path%3E%3C/svg%3E");
  background-color: transparent;
}
.sis-sl .study-sis-content img {
  max-height: 480px;
  max-width: 100%;
  object-fit: cover;
}
.sis-sl .study-sis-content img.alignnone.size-medium {
  margin: 10px;
}
.sis-sl-sidebar__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.sis-sl-sidebar__video {
  max-width: 100%;
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.sis-sl-sidebar__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sis-sl-sidebar__list li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.single-universities .header.fixed.header--slide,
.page-template-archive-programs .header.fixed.header--slide {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  will-change: trasnform;
}
.single-universities #wrapper,
.page-template-archive-programs #wrapper {
  overflow-x: unset;
}

.lg-actions {
  height: 20px;
  width: 20px;
}
.lg-actions .lg-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' x='0px' y='0px' viewBox='0 0 492.004 492.004'%3E%3Cpath fill='%23fff' d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'/%3E%3C/svg%3E");
}
.lg-actions .lg-prev:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 492 492'%3E%3Cpath fill='%23fff' d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/svg%3E");
}

.sis-single_program .sis-single__logo {
  padding: 5px 8px;
  margin-right: 15px;
  width: 45px;
  height: 45px;
}
.sis-single_program .sis-single__logo img {
  width: 100%;
  object-fit: contain;
}
.sis-single_program .sis-single__top__title {
  margin-bottom: 0;
}
.sis-single_program .sis-single__top__title-before {
  margin-bottom: 6px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.sis-single_program__list {
  list-style: none;
}
.sis-single_program__list li {
  margin: 0;
  border: 1px solid #ededed;
}
.sis-single_program__list li:not(:last-child) {
  border-bottom: none;
}
.sis-single_program__list li-active a {
  color: #fff;
}
.sis-single_program__list li a {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-single_program__list li a i {
  width: 20px;
  margin-right: 20px;
}
.sis-single_program__list li a svg {
  max-width: 100%;
}
.sis-single_program__list li a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-single_program__list li a:hover {
  color: #fff;
  background-color: #d52b1e;
}
.sis-single_program__list li a:hover svg path {
  fill: #fff;
}
.sis-single_program__active a {
  color: #fff !important;
  background-color: #d52b1e;
}
.sis-single_program__active a svg path {
  fill: #fff;
}

.sis-starts__item {
  min-width: 150px;
  height: 100%;
  margin: 0;
  padding: 20px;
  border-radius: 6px;
  background-color: #f5f9fa;
}
.sis-starts__item:not(:last-child) {
  margin-right: 30px;
}
.sis-starts__item p {
  font-size: 11px;
  line-height: 1.1818181818;
}
.sis-starts__help-text {
  position: absolute;
  top: 30px;
  width: 200px;
  padding: 15px;
  display: block;
  font-size: 10px;
  line-height: 1.2;
  color: #666;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  border-radius: 6px;
  background-color: #f5f9fa;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-starts span:not(.sis-starts__help-text) {
  display: block;
  font-size: 17px;
  line-height: 1.7058823529;
  font-weight: 600;
}

.key-wrapper {
  position: relative;
}
.key-wrapper .sis-starts__help-text {
  top: 50px;
}

.sis-show_help_text {
  margin-left: 5px;
  cursor: pointer;
}
.sis-show_help_text:hover + .sis-starts__help-text {
  opacity: 1;
  visibility: visible;
}

.grecaptcha-badge {
  display: none;
}

.sis-form__radios {
  position: relative;
}

.sis-key_facts {
  list-style: none;
}
.sis-key_facts li {
  line-height: 1.6666666667;
}
.sis-key_facts span {
  display: block;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 600;
}

.sis-tabs_ar {
  list-style: none;
}

.sis-tab_link {
  min-width: 180px;
  padding: 10px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
  cursor: pointer;
  border: 1px solid #000;
}
.sis-tab_link.current {
  color: #fff;
  font-style: italic;
  background-color: #000;
}

.sis-tab_content {
  display: none;
}
.sis-tab_content.current {
  display: block;
}

.sis-fees_funding ul {
  list-style: none;
}
.sis-fees_funding h3 {
  margin-bottom: 16px;
  font-size: 28px;
}
.sis-fees_funding .sis-ki__item {
  height: auto;
}
.sis-fees_funding__box {
  min-width: 240px;
}
.sis-fees_funding__box:not(:last-child) {
  margin-right: 30px;
}

[data-field="inquire"],
[data-field="terms"],
.sis-form__radio_col {
  position: relative;
}

.sis-form__radios p {
  margin-bottom: 10px;
}

.sis-single__top .tags {
  margin: 0;
  margin-top: 10px;
}
.sis-single__top .tags li {
  background: #2d2d2d;
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}
.sis-single__top .tags .sis-single__top__location {
  font-size: 11px;
}
.sis-single__top .tags .sis-single__top__location svg {
  margin-right: 5px;
}

.sis-aspect-ratio__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sis-aspect-ratio-16x9 {
  width: 100%;
  padding-top: 56.52%;
  position: relative;
}
.sis-aspect-ratio-3x2 {
  width: 100%;
  padding-top: 69%;
  position: relative;
}
.sis-aspect-ratio-2x3 {
  width: 100%;
  padding-top: 110%;
  position: relative;
}

.sis-unis__top {
  padding-bottom: 100px;
  color: #fff;
  background-color: #222222;
}
.sis-unis__top__title {
  margin-bottom: 35px;
  font-size: 51px;
  line-height: 1.1960784314;
  font-family: "FuturaPTDemi", sans-serif;
  color: #fff;
}
.sis-unis__top__text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Futura", sans-serif;
  color: #fff;
}
.sis-unis__top__wrapper {
  /* height: 79vh; */
  height: calc(100vh - 193.8px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sis-unis__top__content {
  max-width: 360px;
  padding-left: 22px;
}
.sis-unis__top__imgs {
  position: absolute;
  width: 100%;
  bottom: -110px;
}
.sis-unis__top__picture {
  display: inline-flex;
  border: 5px solid #fff;
  border-radius: 100%;
}
.sis-unis__top__picture:nth-child(odd) {
  width: 130px;
  height: 130px;
}
.sis-unis__top__picture:nth-child(even) {
  width: 220px;
  height: 220px;
}
.sis-unis__top__picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sis-unis__form {
  max-width: 450px;
  margin-left: 30px;
  padding: 20px;
  background-color: #333333;
  border-radius: 5px;
}
.sis-unis__form input[type="button"]#submitStudy.sis-button {
  height: 60px;
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #d52b1e;
  background-color: #d52b1e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__form input[type="input"].sis-button:hover {
  color: #fff;
  background-color: #222222;
}
.sis-unis .sis-form__group:first-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.sis-unis .sis-form__group:nth-child(3) {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sis-unis select.sis-form__select {
  font-size: 14px;
  font-weight: 500;
  /* font-family: "Futura", sans-serif; */
  border: none;
  padding-top: 25px;
}
.sis-unis select.sis-form__select--effect.has-content + label {
  font-size: 10px;
  color: #d52b1e;
}
.sis-unis select.sis-form__select--effect ~ label {
  font-family: "FuturaPTDemi", sans-serif;
  color: #d52b1e;
  font-size: 10px;
}
.sis-unis__schools {
  padding-top: 110px;
}
.sis-unis__schools__title {
  font-size: 32px;
  line-height: 1.1875;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
}
.sis-unis__schools__wrapper {
  padding-top: 70px;
  padding-bottom: 100px;
}
.sis-unis__schools__item {
  width: 100%;
  display: inline-flex;
  padding: 20px;
  padding-right: 40px;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.673' height='15.097' viewBox='0 0 17.673 15.097'%3E%3Cg transform='translate(-622.113 -1018.125)'%3E%3Crect width='1.06' height='10.671' transform='translate(639.786 1025.671) rotate(135)' fill='%23c1c1c1'/%3E%3Crect width='1.06' height='16.535' transform='translate(638.648 1025.143) rotate(90)' fill='%23c1c1c1'/%3E%3Crect width='1.06' height='10.671' transform='translate(632.24 1033.222) rotate(-135)' fill='%23c1c1c1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom 20px right 20px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__schools__item:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.673' height='15.097' viewBox='0 0 17.673 15.097'%3E%3Cg transform='translate(-622.113 -1018.125)'%3E%3Crect width='1.06' height='10.671' transform='translate(639.786 1025.671) rotate(135)' fill='%23D52B1E'/%3E%3Crect width='1.06' height='16.535' transform='translate(638.648 1025.143) rotate(90)' fill='%23D52B1E'/%3E%3Crect width='1.06' height='10.671' transform='translate(632.24 1033.222) rotate(-135)' fill='%23D52B1E'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.sis-unis__schools__item:hover .sis-unis__schools__name {
  color: #d52b1e;
}
.sis-unis__schools__item--program {
  background-color: transparent;
}
.sis-unis__schools__picture {
  width: 94px;
  height: 94px;
}
.sis-unis__schools__picture img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.sis-unis__schools__name {
  display: inline-table;
  width: 100%;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__schools__name svg {
  margin-bottom: -2px;
  margin-left: 5px;
}
.sis-unis__schools__location {
  font-size: 12px;
  line-height: 1.9166666667;
  font-weight: 500;
  color: #c1c1c1;
}
.sis-unis__programs {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #f6f6f6;
}
.sis-unis__programs__title {
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1.2045454545;
  color: #222222;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
}
.sis-unis__programs__text {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #666;
}
.sis-unis__programs__item {
  width: 100%;
  height: 100%;
  display: inline-flex;
  padding: 16px;
  border: 1px solid #ededed;
  background-color: #fff;
}
.sis-unis__programs__item:hover {
  color: #d52b1e;
}
.sis-unis__programs__item:hover .sis-unis__programs__name {
  color: #d52b1e;
}
.sis-unis__programs__picture {
  font-size: 20px;
}
.sis-unis__programs__name {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4705882353;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__unis {
  padding: 25px;
  padding-bottom: 0;
  border: 1px solid #d52b1e;
}
.sis-unis__unis a:hover .sis-unis__unis__name {
  color: #d52b1e;
}
.sis-unis__unis__name {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__unis__counter {
  margin-right: 16px;
  font-size: 23px;
  line-height: 1.347826087;
  font-weight: 700;
  color: #d52b1e;
}
.sis-unis__cities {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  background-color: #222222;
}
.sis-unis__cities--homepage {
  padding-top: 140px;
}
.sis-unis__cities__title {
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1.2045454545;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.sis-unis__cities__text {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.sis-unis__cities__picture {
  display: block;
  width: 100%;
  height: 200px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.sis-unis__cities__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sis-unis__cities__box {
  padding: 20px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.118' height='11.404' viewBox='0 0 7.118 11.404'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='7.118' height='11.404' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cg transform='translate(-539.926 -2752.472)'%3E%3Crect width='8.076' height='1.982' transform='translate(547.044 2758.165) rotate(135)' fill='%23222'/%3E%3Crect width='8.076' height='1.982' transform='translate(545.636 2759.584) rotate(-135)' fill='%23222'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.sis-unis__cities__box h4 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 0.7727272727;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__cities .sis-button {
  font-family: "Futura", sans-serif;
}
.sis-unis__cities__item:hover .sis-unis__cities__box h4 {
  color: #d52b1e;
}
.sis-unis__news {
  padding-top: 70px;
  background-color: #f6f6f6;
}
.sis-unis__news__title {
  margin-bottom: 28px;
  padding-right: 97px;
  font-size: 51px;
  line-height: 1.1960784314;
  color: #222222;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
}
.sis-unis__news__quote {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 2;
  color: #666;
  font-family: "FuturaPTDemi", sans-serif;
}
.sis-unis__news__text {
  margin-bottom: 0;
  padding-right: 70px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #666;
}
.sis-unis__news__boxes {
  margin-bottom: -70px;
}
.sis-unis__news__box {
  display: block;
  height: calc(100% - 30px);
  padding: 40px;
  margin-bottom: 30px;
  color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.673' height='15.097' viewBox='0 0 17.673 15.097'%3E%3Cg transform='translate(-1030.92 -3422.669)'%3E%3Crect width='1.06' height='10.671' transform='translate(1048.593 3430.215) rotate(135)' fill='%23c1c1c1'/%3E%3Crect width='1.06' height='16.535' transform='translate(1047.455 3429.688) rotate(90)' fill='%23c1c1c1'/%3E%3Crect width='1.06' height='10.671' transform='translate(1041.047 3437.766) rotate(-135)' fill='%23c1c1c1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: bottom 35px right 40px;
}
.sis-unis__news__box__title {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.375;
  color: #222222;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__news__box__text {
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 16px;
  line-height: 1.375;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__news__box:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.673' height='15.097' viewBox='0 0 17.673 15.097'%3E%3Cg transform='translate(-1030.92 -3422.669)'%3E%3Crect width='1.06' height='10.671' transform='translate(1048.593 3430.215) rotate(135)' fill='%23D52B1E'/%3E%3Crect width='1.06' height='16.535' transform='translate(1047.455 3429.688) rotate(90)' fill='%23D52B1E'/%3E%3Crect width='1.06' height='10.671' transform='translate(1041.047 3437.766) rotate(-135)' fill='%23D52B1E'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.sis-unis__news__box:hover .sis-unis__news__box__title {
  color: #d52b1e;
}
.sis-unis__news__picture {
  display: block;
  margin-bottom: 24px;
}
.sis-unis__popular {
  padding-top: 140px;
  padding-bottom: 140px;
}
.sis-unis__popular--homepage {
  padding-top: 100px;
  padding-bottom: 90px;
}
.sis-unis__popular__title {
  margin-bottom: 12px;
  font-size: 44px;
  line-height: 1.2045454545;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
  color: #222222;
}
.sis-unis__popular__text {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.15;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #666;
}
.sis-unis__popular__item__title {
  font-size: 26px;
  line-height: 1.1923076923;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-unis__popular__item__text {
  font-size: 17px;
  line-height: 1.3529411765;
  font-weight: 500;
  font-family: "Futura", sans-serif;
  color: #999;
}
.sis-unis__popular__item__image {
  width: 230px;
}
.sis-unis__popular__item__date {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.3529411765;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #d52b1e;
}
.sis-unis__popular__item__date span {
  margin-left: 15px;
  color: #666;
}
.sis-unis__popular__item:hover .sis-unis__popular__item__title {
  color: #d52b1e;
}
.sis-unis__popular .sis-button {
  font-family: "Futura", sans-serif;
  font-weight: medium;
}
.sis-unis__fp {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f6f6f6;
}
.sis-unis__fp__title {
  font-size: 44px;
  line-height: 1.2045454545;
  font-family: "FuturaPTDemi", sans-serif;
  color: #222222;
}
.sis-unis__fp__text {
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.15;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #666;
}
.sis-unis__fp__content {
  padding-right: 120px;
}
.sis-unis__fp__right {
  margin-left: 80px;
}
.sis-unis__fp .sis-unis__form {
  margin-left: 0;
  padding: 0;
  background-color: transparent;
}
.sis-unis__fp .sis-unis__form .sis-form__group:first-child {
  margin-bottom: 0;
}
.level-title-section {
  position: relative;
}
.level-title-section svg {
  position: absolute;
  top: 20px;
  right: 15px;
}
.sis-unis__fp .sis-unis__form .sis-form__group:first-child .sis-form__select {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
}
.sis-unis__fp .sis-unis__form .sis-form__group:nth-child(3) .sis-form__select {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sis-unis__fp .sis-unis__form .sis-form__select {
  border-color: rgba(0, 0, 0, 0.1);
}

.sis-explore {
  background-color: #f6f6f6;
}
.program-meta-data-h4 {
  color: #666;
  font-family: "Futura";
  font-size: 15px;
  display: flex;
}
.program-meta-data-p {
  color: #666;
  font-family: "FuturaPT-Book";
  font-size: 15px;
  margin-top: 5px;
}
.program-meta-data {
  color: #666666 !important;
  font-size: 15px;
}
.uni-logo {
  width: 46px;
  margin-right: 10px;
}
.uni-logo img {
  width: 100%;
  height: 46px;
  object-fit: contain;
  margin-right: 10px;
}
.program-meta-data-p {
  font-family: "futura-pt";
  color: #666666 !important;
  font-size: 15px;
}
.program-description p {
  color: #949494 !important;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.sis-box-program-title {
  font-family: "FuturaPTDemi";
  font-size: 17px;
}
.sis-box-universities-title {
  font-size: 25px !important;
}
.sis-explore__top {
  padding-top: 60px;
  color: #222222;
  background-color: #fff;
}
.sis-explore__top__title {
  margin-bottom: 30px;
  font-size: 51px;
  line-height: 1.1960784314;
  font-family: "FuturaPTDemi", sans-serif;
  color: #222222;
}
.sis-explore__top__text {
  font-size: 20px;
  line-height: 1.6;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #222222;
}
.sis-explore__programs {
  /*background-color: #fff;*/
}
.sis-explore__programs__item {
  padding: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.sis-explore__programs__item:hover h3 {
  color: #d52b1e;
}
.sis-explore__programs__item picture {
  height: 93px;
  width: 93px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  border: 1px solid #ededed;
  background-color: #fff;
  border-radius: 5px;
}
.sis-explore__programs__item picture img {
  max-height: 100%;
}
.sis-explore__programs__item h3 {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.3529411765;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-explore__programs__item h3 svg {
  margin-bottom: -2px;
  margin-left: 4px;
}
.sis-explore__programs__item__uni {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.3333333333;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #666;
}
.sis-explore__programs__item__type {
  font-size: 15px;
  line-height: 1.3333333333;
  font-family: "Futura", sans-serif;
  color: #c1c1c1;
}
.sis-explore__programs__item i {
  font-style: normal;
}
.sis-explore__programs__item__price {
  font-size: 17px;
  line-height: 1.5333333333;
  font-family: "Futura", sans-serif;
  font-weight: 500;
  color: #222222;
}
.sis-explore__programs__item__verified {
  font-size: 15px;
  line-height: 1.3333333333;
  font-family: "Futura", sans-serif;
  position: relative;
  color: #666;
}
.sis-explore__programs__item__verified svg {
  fill: #666;
}
.sis-explore__programs__item__verified p {
  position: absolute;
  right: 0;
  width: 300px;
  padding: 15px;
  margin-top: 8px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #fff;
}
.sis-explore__programs__item__verified:hover p {
  opacity: 1;
  background: #002a3b;
  color: white;
  visibility: visible;
  border-radius: 10px;
  font-family: "Futura";
  padding: 15px 18px;
  font-weight: 400;
}
.sis-explore__programs__item__verified:hover p:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #002a3b;
  position: absolute;
  top: 0;
  right: 8px;
  margin-top: -5px;
  color: red;
  content: "";
}
.sis-explore .sis-filters__summary {
  border-radius: 0;
  background-color: #fff;
}
.sis-explore .sis-filters__list {
  border-top: 3px solid #d52b1e;
  background-color: #fff;
}
.sis-explore .sis-posts--highlight {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sis-explore__results {
  margin-bottom: 16px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #666666;
}
.sis-ml-5 {
  margin-left: 5px;
}
.required-alert {
  display: none;
  color: #d52b1e;
  margin-bottom: 6px;
  font-weight: 600;
  padding: 0px 10px 0px 10px;
}
.verified-uni-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 5px;
}

/* Loader */

@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2, 1.2);
  }

  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}

.loading-dots {
  text-align: center;
  width: 100%;
}
.loading-dots--dot {
  animation: dot-keyframes 0.7s infinite ease-in-out;
  background-color: #d52b1e;
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
.loading-dots:nth-child(2) {
  animation-delay: 0.5s;
}
.loading-dots:nth-child(3) {
  animation-delay: 1s;
}

#second-step,
#third-step {
  display: none;
}
#city-search {
  padding: 0px 0px 0px 7px;
}
.sis-pl-15 {
  padding-left: 15px;
}
.sis-box-program {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.sis-uni-box-program:nth-child(even) {
  border: 5px solid #e4eced;
}
.sis-box-program .sis-box-program-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sis-box-program .sis-box-program-top .visit-profile {
  padding: 6px;
  background-color: #d52b1e;
  color: #ffffff;
  height: 35px;
  display: flex;
  border-radius: 5px;
  min-width: 145px;
  font-size: 13px;
  padding-top: 2px;
}
.program-img img {
  height: 50px;
}
.program-learn-more-btn {
  width: 100%;
  color: #3d3d3d;
  font-size: 14px;
  font-family: "FUTURAPTDEMI";
  padding: 12px;
}
.program-meta-grey-button {
  background: #e8eced;
  word-break: keep-all;
  border-radius: 5px;
}
.program-city,
.program-status {
  padding: 7px 10px;
  color: #666666;
  font-size: 13px;
}
.sis-box-program .sis-box-program-top .visit-profile svg {
  fill: #ffffff;
  margin-top: 5px;
}
.sis-box-program-top-left p {
  color: #000;
}
.sis-box-program-top-left p:hover,
.sis-box-program-top-left h3:hover {
  color: #d52b1e;
}
.sis-box-program .sis-box-program-top .sis-box-program-top-left h3 {
  margin-bottom: 0;
}

.sis-box-program .sis-box-program-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sis-box-program .sis-box-program-bottom a {
  display: flex;
}
.sis-box-program .sis-box-program-bottom a svg {
  margin-left: 10px;
  fill: #d52b1e;
}
.sis-box-program .sis-box-program-bottom .sis-box-program-bottom-left {
  display: flex;
}
.sis-box-program .sis-box-program-bottom .sis-box-program-bottom-left h4,
.sis-box-program .sis-box-program-bottom .sis-box-program-bottom-left p {
  margin-bottom: 0;
}

.sis-unis__blog__title {
  color: #000;
}

.page-numbers {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 15px;
  line-height: 1.3333333333;
  color: #222222;
  border: 1px solid #b8c6cd;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-numbers.current {
  color: #fff;
  border: none;
  background-color: #d52b1e;
}
.page-numbers.next,
.page-numbers.prev {
  width: auto;
  padding: 20px;
}
.page-numbers:not(.dots):not(.current):hover {
  color: #d52b1e;
}

.sis-article-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sis-article-box__title {
  font-size: 52px;
  line-height: 1.0576923077;
  font-family: "FuturaPTDemi", sans-serif;
  font-weight: 400;
  color: #d52b1e;
}
.sis-article-box__location {
  font-size: 11px;
  line-height: 1.1818181818;
  font-family: "Futura", sans-serif;
  font-weight: 500;
}
.sis-article-box__text {
  max-width: 95%;
  font-size: 17px;
  line-height: 1.5294117647;
  font-family: "Futura", sans-serif;
  color: #222222;
}
.sis-article-box__note {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  color: #666;
}
.sis-article-box__summary {
  padding: 16px 0;
  text-transform: uppercase;
}
.sis-article-box__details {
  border-bottom: 1px solid #d4d4d4;
}
.sis-article-box__details:first-child {
  border-top: 1px solid #d4d4d4;
}
.sis-article-box__details__content {
  padding: 16px;
}
.sis-article-box__details svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-article-box__details[open] svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  will-change: trasnform;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-article-box__list {
  margin-bottom: 80px;
  list-style: none;
}
.sis-article-box__list__item {
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #d4d4d4;
}
.sis-article-box__list__link {
  font-size: 15px;
  line-height: 1.0666666667;
  font-family: "FuturaPTDemi", sans-serif;
  color: #222222;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sis-article-box__list__link:hover {
  color: #d52b1e;
}

.no-cities-result {
  font-size: 14px;
  color: #d52b1e;
  font-weight: 600;
}

.alert-city {
  display: none;
  color: #d52b1e;
  font-weight: 600;
}
.study-page-container header {
  padding: 10px 30px;
}

.study-page-container header a .logoimg {
  width: 150px;
}

.study-sis-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.study-sis-content::-webkit-scrollbar,
.sis_level_degree_container_last_step::-webkit-scrollbar {
  width: 8px;
}
.study-sis-content::-webkit-scrollbar-thumb,
.sis_level_degree_container_last_step::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #d52b1e;
  border-radius: 10px 0 0 10px;
}
.study-sis-content::-webkit-scrollbar-thumb:hover,
.sis_level_degree_container_last_step::-webkit-scrollbar-thumb:hover {
  background-color: #d52b1e;
}
.study-sis-content .sis_level_degree_container_last_step {
  background-color: #ffffff;
  box-shadow: 2px 5px 20px #cfcfcf;
  display: grid;
  grid-template-columns: 50% 48%;
  grid-column-gap: 10px;
  max-height: 300px;
  overflow-y: scroll;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
  border-radius: 15px;
  position: relative;
}

#view-all {
  position: absolute;
  bottom: 0px;
  right: 30px;
  text-align: end;
  color: #d52b1e;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  background-color: #fff;
}
.study-sis-content .sis_level_degree_container_last_step a {
  padding: 5px 20px 5px 10px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 5px;
}

.study-sis-content .one-discipline {
  width: max-content;
}
.study-sis-content .one-discipline .sis_level_degree_container_last_step {
  grid-template-columns: auto !important;
}

.study-sis-content .sis_level_degree_container_last_step a:hover {
  background-color: #c53c2c;
  color: #ffffff;
}
.study-sis-content .sis_level_degree_container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.study-sis-content .sis_level_degree_container a {
  padding: 10px;
  background-color: #d52b1e;
  color: #ffffff;
  border-radius: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
  font-size: 0.75rem;
}
.study-sis-content .sis_level_degree_container a:hover {
  padding: 10px;
  border-radius: 40px;
  color: #fff;
  background-color: rgb(32, 32, 32);
}
.degree-level-active,
.discipline-active,
.city-active {
  font-weight: bold;
  color: #d52b1e !important;
}

/* Style the list */
.sis-breadcrumb {
  margin-top: 20px;
  padding: 15px 0px;
  list-style: none;
}

/* Display list items side by side */
.sis-breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
.sis-breadcrumb li + li:before {
  color: #666666;
  font-family: FontAwesome;
  content: "\f054";
  padding-right: 8px;
  font-size: 12px;
}

.sis-breadcrumb-item {
  font-family: "Futura";
  margin-right: 10px;
  font-size: 18px;
}
.sis-breadcrumb-item-link {
  font-family: "FuturaPTDemi";
  color: #d52b1e;
}
.all-disciplines-text {
  display: none;
}
.all-disciplines-text a {
  color: #44b4a1;
  font-size: 14px;
}
.sis-breadcrumb-item-link-active {
  color: #666666 !important;
}
.sis-breadcrumb-chevron-right {
  padding: 0px 8px;
  font-size: 12px;
  color: #666666;
  background-color: #222222;
}
@media (max-width: 768px) {
  .study-sis-content .sis_level_degree_container {
    width: 100% !important;
  }
  #copyright,
  .footer-options {
    width: 100%;
    padding: 0 !important;
  }
  #copyright {
    margin-top: 7px;
  }
  .sis-unis__top__wrapper {
    height: 69vh;
  }
  .study-sis-content .sis_level_degree_container_last_step {
    grid-template-columns: none;
  }
  .study-sis-content {
    width: 100% !important;
    text-align: center;
  }
  .sis_level_degree_container {
    width: 100%;
  }
  #second-step {
    height: 75% !important;
    overflow: scroll !important;
  }
}
@media (max-width: 576px) {
  .sis-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sis-col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sis-col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .sis-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sis-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sis-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sis-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sis-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sis-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sis-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sis-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sis-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sis-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sis-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sis-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (min-width: 768px) {
  .sis-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sis-pl-md-50 {
    padding-left: 50px;
  }
  .sis-col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sis-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sis-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sis-col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sis-col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sis-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sis-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sis-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sis-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sis-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sis-col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .sis-programs__button {
    display: none;
  }

  .sis-hidden-sm-up {
    display: none;
  }
}
@media (min-width: 992px) {
  .sis-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sis-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .sis-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .sis-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sis-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .sis-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .sis-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sis-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .sis-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sis-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sis-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .sis-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}
@media (max-width: 992px) {
  .sis-md-mb-20 {
    margin-bottom: 20px;
  }
  .sis-md-mb-30 {
    margin-bottom: 30px;
  }
  .sis-article-box__list {
    margin-bottom: 40px;
  }
  .sis-article-box__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .sis-hidden-sm-down {
    display: none;
  }
  .sis-sm-mb-0 {
    margin-bottom: 0;
  }
  .sis-sm-mb-10 {
    margin-bottom: 10px;
  }
  .sis-sm-mb-12 {
    margin-bottom: 12px;
  }
  .sis-sm-mb-20 {
    margin-bottom: 20px !important;
  }
  .sis-sm-mb-30 {
    margin-bottom: 30px;
  }
  .sis-sm-mr-0 {
    margin-right: 0;
  }
  .sis-sm-ml-16 {
    margin-left: 16px;
  }
  .sis-flex-sm {
    display: flex;
  }
  .sis-flex-sm--space-between {
    justify-content: space-between;
  }
  .sis-hidden-sm {
    display: none;
  }
  .sis-posts--highlight,
  .sis-sticky_sidebar {
    display: none;
  }
  .sis-single__content__left {
    padding-right: 15px;
  }
  .sis-single__content__right {
    padding-left: 15px;
  }
  .sis-single__logo {
    padding: 8px 10px;
  }
  .sis-single__logo img {
    width: 35px;
  }
  .sis-single__top {
    min-height: 240px;
    padding: 15px 0;
  }
  .sis-single__top__location {
    font-size: 16px;
  }
  .sis-single__top__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .sis-single__top__title svg {
    width: 17px;
    height: 17px;
  }
  .sis-single__top h2 {
    font-size: 22px;
  }
  .sis-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sis-stickybar {
    padding: 12px 0;
  }
  .sis-stickybar .sis-single__top__title {
    font-size: 20px;
  }
  .sis-stickybar .sis-single__logo {
    padding: 6px;
    margin-right: 12px;
    width: 45px;
    height: 45px;
  }
  .sis-stickybar .sis-single__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .sis-stickybar .sis-single__top__title svg {
    width: 15px;
    height: 15px;
  }
  .sis-stickybutton {
    display: block;
  }
  .sis-gallery {
    display: flex;
  }
  .sis-gallery__item:nth-child(2),
  .sis-gallery__item:nth-child(3) {
    width: calc(100% / 3 - 3px);
  }
  .sis-gallery__item:nth-child(2) {
    margin-right: 3px;
  }
  .sis-gallery__item:first-child {
    width: calc(100% / 3 - 3px);
    height: 168px;
    margin-right: 3px;
  }
  .sis-single_program .sis-single__top__title {
    font-size: 20px;
  }
  .sis-single_program .sis-single__top__title-before {
    display: none;
  }
  .sis-single__content {
    padding-bottom: 30px;
  }
  .sis-article-box__list {
    margin-bottom: 20px;
  }
  .sis-article-box__title {
    font-size: 30px;
  }
  .sis-article-box__title svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 767px) {
  .sis-sm-mt-0 {
    margin-top: 0;
  }
  .sis-sm-mt-30 {
    margin-top: 30px;
  }
  .sis-sm-mt-40 {
    margin-top: 40px;
  }
  .sis-sm-mb-20 {
    margin-bottom: 20px;
  }
  .sis-posts--highlight--filters {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    padding: 20px;
    margin-top: 0;
    z-index: 1;
    background-color: #fff;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    will-change: trasnform;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sis-posts--highlight--filters--active {
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    will-change: trasnform;
  }
  .sis-posts--highlight--filters .sis-programs__button {
    padding: 10px 15px;
    font-size: 13px;
  }
  .sis-close-filters {
    display: block;
    cursor: pointer;
  }
  .sis-ki__item svg {
    max-width: 25px;
  }
  .sis-ki__value {
    margin-bottom: 0;
    font-size: 17px;
  }
  .sis-fees_funding__boxes {
    flex-wrap: wrap;
  }
  .sis-fees_funding__box:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sis-form_wrapper h2 {
    font-size: 28px;
  }
  .sis-form input.sis-form__input,
  .sis-form select.sis-form__select,
  .sis-form textarea.sis-form__textarea {
    height: 50px;
  }
  .sis-form input.sis-form__input--effect ~ label,
  .sis-form select.sis-form__select--effect ~ label,
  .sis-form textarea.sis-form__textarea--effect ~ label {
    top: 10px;
  }
  .sis-form input.sis-form__input--effect:focus ~ label,
  .sis-form input.sis-form__input--effect.has-content + label,
  .sis-form select.sis-form__select--effect:focus ~ label,
  .sis-form select.sis-form__select--effect.has-content + label,
  .sis-form textarea.sis-form__textarea--effect:focus ~ label,
  .sis-form textarea.sis-form__textarea--effect.has-content + label {
    top: 2px;
  }
  .sis-form .sis-form__group select.sis-form__select {
    height: 60px;
  }
  .sis-form__error_msg,
  .sis [data-field="inquire"] .sis-form__error_msg {
    position: relative;
    top: 0;
  }
  .sis-form__radios {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sis-form__radio_col {
    padding-left: 4px;
    padding-right: 4px;
  }
  .sis-form__group--radio {
    height: 50px;
  }
  .sis-form__group--radio label {
    font-size: 14px;
  }
  .sis-form__btn[type="submit"] {
    min-height: 52px;
  }
  .sis-modal__close--text {
    display: none;
  }
  .sis-modal__close--icon {
    display: block;
    top: -30px;
  }
  .sis-thank_you {
    margin-top: 50px;
  }
  .sis-thank_you__close {
    display: inline-block;
  }
  .sis-thank_you p {
    font-size: 18px;
  }
  .sis-thank_you svg {
    width: 100px;
    height: 100px;
  }
  .sis-unis__top {
    padding-bottom: 50px;
  }
  .sis-unis__top__content {
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: 0;
    text-align: center;
  }
  /* .sis-unis__top__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  } */
  .sis-unis__top__title {
    font-size: 40px;
  }
  .sis-unis__top__text {
    font-size: 18px;
  }
  .sis-unis__form {
    margin: 0 auto;
  }
  .sis-unis__schools {
    padding-top: 50px;
  }
  .sis-unis__schools__wrapper {
    padding-bottom: 80px;
  }
  .sis-unis__programs {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .sis-unis__programs__title {
    font-size: 35px;
  }
  .sis-unis__programs__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sis-unis__programs__name {
    font-size: 15px;
  }
  .sis-unis__cities {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sis-unis__cities__title {
    font-size: 35px;
  }
  .sis-unis__cities__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sis-unis__cities__box h4 {
    font-size: 18px;
  }
  .sis-unis__news__quote {
    margin-bottom: 0;
    font-size: 14px;
  }
  .sis-unis__news__title {
    margin-bottom: 20px;
    padding-right: 80px;
    font-size: 40px;
  }
  .sis-unis__news__text {
    font-size: 18px;
  }
  .sis-unis__news__box {
    height: calc(100% - 20px);
    padding: 30px;
    margin-bottom: 20px;
  }
  .sis-unis__news__box__title {
    margin-bottom: 15px;
  }
  .sis-unis__popular {
    padding-bottom: 80px;
    padding-top: 100px;
  }
  .sis-unis__popular__title {
    font-size: 35px;
  }
  .sis-unis__popular__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .sis-unis__popular__item__title {
    font-size: 22px;
  }
  .sis-unis__popular__item__text {
    font-size: 15px;
  }
  .sis-unis__popular__item__date {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .sis-unis__fp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sis-unis__fp__title {
    font-size: 35px;
  }
  .sis-unis__fp__text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sis-unis__fp__content {
    padding-right: 0;
  }
  .sis-unis__fp__right {
    margin-left: 0;
  }
  .sis-explore .sis-filters__summary {
    background-color: #f9f9f9;
  }
  .sis-explore .sis-posts--highlight {
    overflow-y: auto;
  }
}
@media (max-width: 870px) {
  .sis-unis__top__picture:nth-child(even) {
    width: 154px;
    height: 154px;
  }
  .sis-unis__top__picture:nth-child(odd) {
    width: 90px;
    height: 90px;
  }
  .sis-unis__top__imgs {
    bottom: -77px;
  }
}
@media (max-width: 620px) {
  .sis-unis__top__picture:nth-child(4),
  .sis-unis__top__picture:last-child {
    display: none;
  }
}
@media (max-width: 576px) {
  .sis-xs-m-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sis-xs-mb-6 {
    margin-bottom: 6px;
  }
  .sis-xs-mb-10 {
    margin-bottom: 10px;
  }
  .sis-xs-mb-20 {
    margin-bottom: 20px;
  }
  .sis-xs-mb-30 {
    margin-bottom: 30px;
  }
  .sis-xs-ml-0 {
    margin-left: 0;
  }
  .sis-xs-d-block {
    display: block;
  }
  .sis-xs-text-left {
    text-align: left;
  }
  .sis-xs-text-center {
    text-align: center;
  }
  .sis-tabs__item a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .sis-ki__value {
    margin-bottom: 0;
    font-size: 17px;
  }
  .sis-content,
  .sis-content p,
  .sis-content li,
  .sis-content a {
    font-size: 15px;
  }
  .sis-title_border {
    padding-left: 20px;
    font-size: 22px;
  }
  .sis-posts__summary h3 {
    font-size: 15px;
  }
  .sis-posts__details li {
    width: 100%;
  }
  .sis-content h4,
  .sis-content p h4,
  .sis-content li h4,
  .sis-content a h4 {
    font-size: 22px;
  }
  .sis-content h5,
  .sis-content p h5,
  .sis-content li h5,
  .sis-content a h5 {
    font-size: 20px;
    font-weight: bold;
  }

  .sis-content-study,
  .sis-content-study p,
  .sis-content-study li,
  .sis-content-study a {
    font-size: 15px;
  }
  .sis-title_border {
    padding-left: 20px;
    font-size: 22px;
  }
  .sis-posts__summary h3 {
    font-size: 15px;
  }
  .sis-posts__details li {
    width: 100%;
  }
  .sis-content-study h4,
  .sis-content-study p h4,
  .sis-content-study li h4,
  .sis-content-study a h4 {
    font-size: 22px;
  }
  .sis-content-study h5,
  .sis-content-study p h5,
  .sis-content-study li h5,
  .sis-content-study a h5 {
    font-size: 20px;
    font-weight: bold;
  }
  .sis-single__content {
    padding-bottom: 50px;
  }
  .sis-articles__img {
    max-width: calc(50% - 3px);
  }
  .sis-stickybar__uni {
    display: none;
  }
  .sis-stickybar__program {
    font-size: 15px;
    line-height: 1.2;
  }
  .sis-stickybar__program svg {
    width: 10px;
    height: 10px;
  }
  .sis-stickybar .sis-single__logo {
    width: 36px;
    height: 36px;
  }
  .sis-tabs_ar {
    overflow-x: scroll;
  }
  .sis-tab_link {
    min-width: calc(100% / 4);
    padding: 7px 0px;
    font-size: 11px;
  }
  .sis-form__group--submit svg {
    right: 20px;
  }

  .single-universities #scroll_totop {
    display: none;
  }

  .sis-explore__programs__item picture {
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .sis-col-xxs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sis-map-wrapper {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }
  .sis-gallery__item:first-child,
  .sis-gallery__item:nth-child(2) {
    width: calc(100% / 2 - 2px);
  }
  .sis-gallery__item:nth-child(2) {
    position: relative;
    margin-right: 0;
  }
  .sis-gallery__item:nth-child(2):after {
    content: "View all";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 1.6875;
    font-weight: 500;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    will-change: trasnform;
  }
  .sis-gallery__item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
  }
  .sis-gallery__item:nth-child(3) {
    display: none;
  }
  .sis-programs__items {
    width: 100%;
  }
  .sis-starts__help-text {
    right: -25px;
  }
  .sis-unis__popular__item {
    display: block;
  }
  .sis-unis__popular__item__image {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

.study-sis-content {
  display: flex;
  background-color: var(--gray-100) !important;
  width: 810px;
  padding: 20px;
  flex-direction: column;
}

#first-step, #second-step {
  width: 720px;
}

.study-sis-relative {
  background-color: #f6f9fa;
}

.study-sis-content h2 {
  color: #222222;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-left: -15px;
}

.study-sis-content h2 p {
  color: #222222;
  font-size: 12px;
  font-weight: 200;
  margin-right: 15px;
}

div.progres-bar-outter {
  background-color: #ffffff;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
}
div.progres-bar-outter .progress-bar-container {
  display: flex;
  max-width: 650px;
  width: 650px;
}

div.progres-bar-outter .progress-bar-container #myProgress {
  background: #d8d8d8;
  border-radius: 50px;
  height: 4px;
  margin: none;
  position: relative;
  width: 100%;
}

div.progres-bar-outter .progress-bar-container #myBar {
  /* width: 33%;
  height: 30px; */

  background: #d52b1e;
  border-radius: inherit;
  height: 100%;
  transition: width 0.3s ease-in;
  width: 33%;
}

div.progress-left-side {
  display: block;
  float: left;
  margin: auto;
  padding: 0 24px 0 0;
  width: 100%;
}

div.progress-right-side {
  display: flex;
  float: right;
  width: -webkit-fit-content;
  width: fit-content;
}

.progress-left-button {
  background-color: #e9e9e9;
  border: none;
  border-radius: 3px;
  margin: 3px;
  padding: 5px 10px;
}

.navigation-container {
  background-color: #fff;
  display: block;
  height: 80px;
}

.footer-container {
  border-top: 1px solid #e9e9e9;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: 100%;
}

.footer-container div {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin: 0;

  float: right;
  padding: 15px 40px 15px 0;
}

.footer-container p {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  padding: 10px 0 0;
  float: left;
  padding: 15px 0 15px 40px;
  color: #5f5f5f;
}

.footer-container div a {
  padding: 5px 5px 10px;
  text-decoration: none;
}

.progress-left-side p {
  font-size: 14px;
  font-weight: 500;
  height: 22px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0 0 5px;
  text-align: left;
}

.progress-icon {
  color: #d52b1e;
}
