/** Help Desk **/
.help-center--hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7fafc;
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/help-desk/help-center-right.svg), url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/help-desk/help-center-left.svg);
  background-position: 100% 0%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  position: relative;
}

.help-center--hero .search-hero__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
}

.help-center--hero .search-hero__form #unibox-suggest-box {
  max-width: 600px !important;
  min-width: 600px !important;
}

.help-center--hero .search-hero__input {
  height: auto !important;
  margin-bottom: 0px !important;
  padding: 13px 19px !important;
  border: 1px solid #ccd3e0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  -webkit-transition: box-shadow 200ms ease, border-color 200ms ease !important;
  transition: box-shadow 200ms ease, border-color 200ms ease !important;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  color: #333;
  vertical-align: middle;
}

.help-center--hero .search-hero__button {
  padding: 14px 40px;
  border-radius: 5px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background-color: #32bdb5 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: 170px;
  height: 52px;
  position: absolute;
  right: 0;
  background-image: none !important;
}

.help-center--hero .search-hero__button:before {
  content: "Search";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.help-center--hero .search-hero__button:hover {
  background-color: #2ca19b !important;
}

.resources__item {
  position: relative;
  display: block;
  min-height: 100%;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 0 0 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.resources__cont {
  padding: 24px;
  transition-duration: 0.25s;
  transition-property: border-color;
}

.egnyte-help-desk .tile--title {
  color: #35364E;
  font-size: 22px;
  font-weight: 600;
}

.resources__item:hover {
  box-shadow: inset 0 0 0 1px #e6e6e6, 0 8px 25px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
  cursor: pointer;
}
@media (max-width: 1283.98px) {
  .resources__image {
    width: 100%;
    height: auto;
  }
}