﻿.k-header {
  left: 0;
  border-color: transparent;
  background-color: transparent;
  margin-top: -37px;
}
.k-header .k-window-actions {
  right: 0;
}
.k-header .k-window-actions .k-window-action {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: -18px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: unset;
  padding: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.k-header .k-window-actions .k-window-action .k-icon {
  background: #FFF url(/Content/images/icons/close-icon.svg) no-repeat center !important;
  width: 14px;
  height: 14px;
  opacity: unset;
}
.k-header .k-window-actions .k-state-hover {
  border: none;
}
.applications-page-modal-wrapper-kendo {
  max-width: 56vw;
  min-height: 30vh;
  width: 100%;
  border: none !important;
  padding: 32px 24px 24px !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) scale(1) !important;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: visible !important;
}
@media (min-width: 768px) {
  .applications-page-modal-wrapper-kendo {
    max-width: 665px !important;
    max-height: 476px !important;
  }
}
.applications-page-modal-wrapper {
  display: none;
  padding: unset !important;
  min-height: unset;
  overflow: visible !important;
}
.modal-inner-wrapper {
  width: 100%;
  height: 100%;
}
.modal-inner-wrapper .modal-close-button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
.modal-inner-wrapper .modal-close-button-wrapper .modal-close-button {
  background-color: #FFF;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: -18px;
  left: -24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal-inner-wrapper .modal-close-button-wrapper .modal-close-button span {
  background: #FFF url(/Content/images/icons/close-icon.svg) no-repeat center;
  width: 14px;
  height: 14px;
}
.modal-inner-wrapper .video-inner-wrapper {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-inner-wrapper .video-inner-wrapper {
    max-width: 666px;
    max-height: 375px;
    width: 100%;
    height: 100%;
  }
}
.modal-inner-wrapper .video-inner-wrapper .embed-responsive {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  z-index: 0;
}
.modal-inner-wrapper .video-inner-wrapper .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.modal-inner-wrapper .modal-information-wrapper {
  margin-top: 24px;
  display: grid;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .modal-inner-wrapper .modal-information-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.modal-inner-wrapper .modal-information-wrapper .modal-information-wrapper-btn {
  text-align: center;
  padding: 15px 5px;
}
.modal-inner-wrapper .modal-information-wrapper .modal-information-text {
  font-family: 'Montserrat-Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .modal-inner-wrapper .modal-information-wrapper .modal-information-text {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
  }
}