@-moz-keyframes doBottomCheck {
  0% {
    height: 0;
  }
  100% {
    height: 8px;
  }
}
@-webkit-keyframes doBottomCheck {
  0% {
    height: 0;
  }
  100% {
    height: 8px;
  }
}
@keyframes doBottomCheck {
  0% {
    height: 0;
  }
  100% {
    height: 8px;
  }
}
@keyframes doTopCheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17.6px;
  }
}
@-webkit-keyframes doTopCheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17.6px;
  }
}
@-moz-keyframes doTopCheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 17.6px;
  }
}
input[type=checkbox] {
  display: none;
}
.checkboxCircle {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1.6px solid #000000;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  vertical-align: sub;
}
.checkboxCircle::before,
.checkboxCircle::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 3.2px;
  background-color: #fccb35;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 2px;
  content: ' ';
  -webkit-transition: opacity ease .5s;
  -moz-transition: opacity ease .5s;
  transition: opacity ease .5s;
}
.checkboxCircle::before {
  top: 11.52px;
  left: 6.56px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkboxCircle::after {
  top: 5.92px;
  left: 0.8px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]:checked + .checkboxCircle,
.checkboxCircle.checked {
  border-color: #fccb35;
}
input[type=checkbox]:checked + .checkboxCircle::after,
.checkboxCircle.checked::after {
  height: 8px;
  -moz-animation: doBottomCheck 0.2s ease 0s forwards;
  -o-animation: doBottomCheck 0.2s ease 0s forwards;
  -webkit-animation: doBottomCheck 0.2s ease 0s forwards;
  animation: doBottomCheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .checkboxCircle::before,
.checkboxCircle.checked::before {
  height: 17.6px;
  -moz-animation: doTopCheck 0.4s ease 0s forwards;
  -o-animation: doTopCheck 0.4s ease 0s forwards;
  -webkit-animation: doTopCheck 0.4s ease 0s forwards;
  animation: doTopCheck 0.4s ease 0s forwards;
}
@font-face {
  font-family: "Rubrik";
  src: url("../fonts/Rubrik/Rubrik.woff");
}
html {
  font-family: Rubrik;
}
html * {
  font-family: Rubrik;
}
@media screen and (min-width: 1025px) {
  .show-on-mobile {
    display: none;
  }
}
input.form-control:focus {
  background-color: #fff3a7;
}
.box-body input[type="text"],
.signup-section input[type="text"],
.box-body input[type="email"],
.signup-section input[type="email"],
.box-body input[type="password"],
.signup-section input[type="password"],
.box-body input[type="tel"],
.signup-section input[type="tel"],
.box-body input[type="url"],
.signup-section input[type="url"] {
  display: block;
  width: 100%;
  max-width: 700px;
  font-family: "Rubrik";
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  border: 1px solid #dadada !important;
  border-radius: 0;
  padding: 3px 15px;
  border-radius: 0px;
  float: none;
}
.box-body input[type="text"]:focus,
.signup-section input[type="text"]:focus,
.box-body input[type="email"]:focus,
.signup-section input[type="email"]:focus,
.box-body input[type="password"]:focus,
.signup-section input[type="password"]:focus,
.box-body input[type="tel"]:focus,
.signup-section input[type="tel"]:focus,
.box-body input[type="url"]:focus,
.signup-section input[type="url"]:focus {
  background-color: #fff3a7;
}
.box-body input[type="text"]:active,
.signup-section input[type="text"]:active,
.box-body input[type="email"]:active,
.signup-section input[type="email"]:active,
.box-body input[type="password"]:active,
.signup-section input[type="password"]:active,
.box-body input[type="tel"]:active,
.signup-section input[type="tel"]:active,
.box-body input[type="url"]:active,
.signup-section input[type="url"]:active {
  background-color: #fff3a7;
}
.box-body input[type="file"],
.signup-section input[type="file"] {
  display: block;
  width: 100%;
  max-width: 700px;
  font-family: "Rubrik";
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  border: 1px solid #dadada !important;
  border-radius: 0;
  padding: 3px 15px;
  border-radius: 0px;
  float: none;
  max-width: 280px;
}
.box-body input[type="file"]:focus,
.signup-section input[type="file"]:focus {
  background-color: #fff3a7;
}
.box-body input[type="file"]:active,
.signup-section input[type="file"]:active {
  background-color: #fff3a7;
}
.wizard > .content > .body label {
  margin-bottom: 0.2em;
  position: relative;
}
.checkbox-common {
  position: absolute;
  top: 1px;
  left: -3px;
  width: 15px;
  height: 15px;
  background-position: 50%;
  background-size: contain;
  margin: 0;
  z-index: 10;
  cursor: pointer;
  color: #777;
  z-index: 1000;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  top: 0px;
  left: -3px;
}
.select2-container--krajee .select2-selection--single {
  border-radius: 0;
}
.select2-container--krajee-bs3 .select2-selection--single {
  border-radius: 0;
}
select.form-control {
  display: block;
  width: 100%;
  max-width: 700px;
  font-family: "Rubrik";
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  border: 1px solid #dadada;
  padding: 3px 23px 3px 15px;
  border-radius: 0;
  float: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  background: url(../images/arrow-down-20.png) no-repeat;
  background-position: 99% 50%;
  background-size: 20px;
  background-color: white;
  overflow: hidden;
}
select.form-control::-ms-expand {
  display: none;
}
textarea.form-control {
  display: block;
  width: 100%;
  max-width: 700px;
  font-family: "Rubrik";
  color: #353535;
  font-size: 13px;
  line-height: 16px;
  height: 75px;
  border: 1px solid #dadada;
  padding: 3px 15px;
  border-radius: 0;
  resize: none;
}
textarea.form-control:focus {
  background-color: #fff3a7;
}
textarea .box .box-header > .fa,
textarea .box .box-header > .glyphicon,
textarea .box .box-header > .ion,
textarea .box .box-header .box-title {
  font-size: 20px;
}
textarea .box-title,
textarea .box-header > h3 .box-title {
  font-size: 20px;
}
textarea fieldset label,
textarea legend {
  font-size: 15px;
}
textarea .control-label {
  font-size: 15px;
}
.input-group.date .input-group-addon,
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-radius: 0;
  right: 7px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  border-radius: 0;
  right: 7px;
}
.select2-search select2-search--dropdown {
  position: relative;
}
.select2-selection__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  right: 5px;
  background: url(../images/arrow-down-20.png) no-repeat;
  background-position: 99% 50%;
}
select.select2-selection__arrow::-ms-expand {
  display: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
  border-style: none;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
  font-size: 15px;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field:focus {
  background-color: #fff3a7;
}
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
  font-size: 15px;
}
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field:focus {
  background-color: #fff3a7;
}
.errors-box {
  margin-left: 16px;
}
.kv-hint-icon {
  font-size: 13px;
}
.kv-hint-label {
  border: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .box-body input[type="text"],
  .signup-section input[type="text"],
  .box-body input[type="email"],
  .signup-section input[type="email"],
  .box-body input[type="password"],
  .signup-section input[type="password"],
  .box-body input[type="tel"],
  .signup-section input[type="tel"],
  .box-body input[type="url"],
  .signup-section input[type="url"] {
    font-size: 12px;
  }
  .box-body input[type="file"],
  .signup-section input[type="file"] {
    display: block;
    width: 100%;
    max-width: 700px;
    font-family: "Rubrik";
    color: #353535;
    font-size: 13px;
    line-height: 16px;
    height: 32px;
    border: 1px solid #dadada !important;
    border-radius: 0;
    padding: 3px 15px;
    border-radius: 0px;
    float: none;
    font-size: 12px;
  }
  .box-body input[type="file"]:focus,
  .signup-section input[type="file"]:focus {
    background-color: #fff3a7;
  }
  .box-body input[type="file"]:active,
  .signup-section input[type="file"]:active {
    background-color: #fff3a7;
  }
  select.form-control {
    font-size: 12px;
  }
  textarea.form-control {
    font-size: 12px;
  }
}
*:not(.homepage-container) > .trendy-page .text-block {
  padding: 40px 30px!important;
}
@media screen and (min-width: 1025px) {
  *:not(.homepage-container) > .trendy-page .text-block h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del {
    position: relative;
    top: 20px;
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del:before {
    position: relative;
    top: -16px;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f26522;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del:after {
    position: absolute;
    top: -25px;
    right: -18px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 4px solid #f26522;
    border-radius: 50%;
  }
}
@media screen and (max-width: 1024px) {
  *:not(.homepage-container) > .trendy-page .text-block h1 {
    position: relative;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1.no-subheading del {
    height: 0;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }
  *:not(.homepage-container) > .trendy-page .text-block h1 del:before {
    content: '';
    display: block;
    width: 50vw;
    height: 4px;
    margin: 10px auto 20px;
    background-color: #f26522;
  }
}
.trendy-page .tp-section-wrapper.section-flex > .tp-section {
  display: flex;
  flex-wrap: wrap;
}
.trendy-page .tp-section-wrapper.section-flex_vcenter > .tp-section {
  align-items: center;
}
.join-us-teaser {
  display: flex;
  flex-direction: column;
  border: 1px solid #fdca36;
}
.join-us-teaser_red {
  border: 1px solid #f63142!important;
}
.join-us-teaser_red .text-block:hover,
.join-us-teaser_red .text-block.active {
  background-color: #f63142 !important;
}
.join-us-teaser_red .text-block:hover:before,
.join-us-teaser_red .text-block.active:before {
  border-bottom-color: #f63142 !important;
}
.join-us-teaser_red .text-block:after {
  background-color: #f63142 !important;
}
.join-us-teaser .text-block {
  position: relative;
  flex-grow: 1;
  padding: 35px 35px 0 35px!important;
  transition: all .4s;
}
.join-us-teaser .text-block:before {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 15px);
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  transition: all .4s;
}
.join-us-teaser .text-block:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 30px;
  display: inline-block;
  width: 135px;
  height: 10px;
  background-color: #fdca36;
}
.join-us-teaser .text-block:hover,
.join-us-teaser .text-block.active {
  background-color: #fdca36;
}
.join-us-teaser .text-block:hover:before,
.join-us-teaser .text-block.active:before {
  border-bottom-color: #fdca36;
}
.join-us-teaser .text-block p {
  margin: 0;
}
.join-us-teaser .text-block .read-more {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.join-us-teaser .image img {
  border-radius: 0 !important;
}
.join-us-text {
  position: relative;
}
.join-us-text:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 5px;
  display: inline-block;
  width: 135px;
  height: 10px;
  background-color: #fdca36;
}
.join-us-text_red:before {
  background-color: #f63142 !important;
}
.platform-services-desc > ul {
  margin-left: 0 !important;
  padding: 0;
  list-style: none;
}
.platform-services-desc > ul > li {
  font-size: 16px;
  transition: color .2s;
}
.platform-services-desc > ul > li:before {
  content: '>';
  display: inline-block;
  margin: 0 5px 0 -20px;
  font-size: 20px;
  color: #333;
  transition: color .2s;
}
.platform-services-desc > ul > li:hover {
  color: #ef383f;
}
.platform-services-desc > ul > li:hover:before {
  color: #ef383f;
}
.platform-services-desc > ul > li.pseudo-link {
  cursor: pointer;
}
.platform-services-desc > ul > li.pseudo-link:hover {
  text-decoration: underline;
}
.platform-services-desc > ul > li ul {
  display: none;
  margin-left: 0 !important;
  padding: 0;
  list-style: none;
}
.platform-team .team-member {
  width: 32%;
  word-wrap: break-word;
}
/* Switch city sections on platform pages */
.city-section {
  height: auto;
  opacity: 1;
  transition: opacity 2s;
}
.city-section_hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.city-switch-wrap {
  position: relative;
  margin: 10px 0 -50px;
  padding: 0 calc(1% + 15px + 30px);
  z-index: 1;
}
.city-switch-wrap .city-switch {
  width: 35%;
  padding: 4px 10px;
  font-size: 14px;
  background-color: white;
}
.city-switch-wrap .city-switch:focus {
  outline: none;
}
.new-ticket-label {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
}
div.field-contactthreadattachment-filepath.required label.control-label::after {
  content: "";
}
.private-data-notion {
  margin: 0 0 20px 0;
  font-size: 12px;
  font-style: italic;
}
.carousel-inner .item > img {
  width: 100%;
}
.carousel-inner .item > a > img {
  width: 100%;
}
.news-block img {
  width: 100%;
}
.callout-right {
  border-right: 5px solid #d0e3f0 !important;
  border-left: none;
  text-align: right;
}
.header-login {
  display: inline-flex;
  align-items: center;
  margin-left: 60px;
}
.header-login__user-icon {
  display: inline-block;
  width: 26px;
}
.header-login__user-icon.-has-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.header-login .navbar-right {
  padding-left: 0;
  background-image: none;
}
/* FILE INPUT */
.user-page__profile-info .file-preview {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.user-page__profile-info .file-preview .kv-file-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-page__profile-info .file-preview .file-preview-frame {
  margin-left: 0;
}
.user-page__profile-info .file-preview .file-preview-image {
  width: 140px !important;
  height: 140px !important;
  object-fit: cover;
  border-radius: 50%;
}
.krajee-default .file-footer-caption {
  margin-bottom: 15px !important;
}
.file-thumbnail-footer:not(.file-avatar) {
  margin-top: 5px;
}
/* END FILE INPUT */
.form-group.required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
div.required .has-star:not(.custom-control-label):not(.custom-file-label)::after,
.is-required::after,
label.required-control-label:after {
  /*content: "*";
  margin-left: 3px;
  font-weight: normal;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: tomato;*/
  margin-left: 0 !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  content: " *" !important;
  color: red !important;
}
.grid-view:not(.not-clickable) td {
  cursor: pointer;
}
.grid-view:not(.not-clickable) td div,
.grid-view:not(.not-clickable) td img {
  cursor: pointer;
}
.ask-logout-dialog .modal-footer {
  display: none;
}
.ask-logout-dialog .modal-header button.close {
  display: none;
}
#cookie-settings .checkboxCircle {
  display: none;
}
.cc-window #cookie-settings {
  display: none;
}
.kv-table-header {
  background: none !important;
}
.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 0 0 3px !important;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 0 0 3px !important;
}
.select2-container--open .select2-dropdown.is-dependent {
  margin-left: 3rem;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0px 12px 0px 12px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}
