.hero-section {
  background: #f6f9fe;
}
.hero-section .hero-title {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 54px;
  color: #27283c;
}
.hero-section form {
  background: #ffffff;
  box-shadow: 3px 8px 13px rgb(157 180 210 / 20%);
  border-radius: 6px;
  border: none;
}
.hero-section form input[type="search"] {
  border: none !important;
  border-radius: 6px 0 0 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: rgba(9, 44, 76, 1);
  padding: 15px 20px;
  height: 54px;
}
.hero-section form span.is-search-icon {
  border: none;
  background: transparent;
}
div.is-ajax-search-result {
  background: #ffffff !important;
  box-shadow: 3px 8px 13px rgb(157 180 210 / 20%),
    inset 0px 1px 0px rgb(198 217 255 / 50%);
  z-index: 99 !important;
}
.is-ajax-search-post {
  padding: 20px !important;
  border-bottom: 1px solid #edf4ff !important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
  background: #f5f8ff !important;
}
.is-ajax-search-post .is-title a {
  text-transform: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 24px;
  color: #1964ef;
  margin-bottom: 15px;
}
.is-ajax-search-post .is-title a:hover {
  text-decoration: none;
}
.is-ajax-result-description,
.is-ajax-search-no-result {
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #092c4c;
}
.bottom-cta {
  background: #f6f9fe;
}
.bottom-cta h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 65px;
  text-align: center;
  margin-bottom: 15px;
  color: #27283c;
}
.bottom-cta p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #092c4c;
}
.bottom-cta a.blue-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  background: #1863dc;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
.bottom-cta a.blue-btn:hover {
  opacity: 0.8;
}
.cy-breadcrumb {
  border-bottom: 1px solid #f2f2f2;
  padding: 30px 0;
}
.cy-breadcrumb a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #27283c;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cy-breadcrumb a:hover {
  text-decoration: none;
  color: #1863dc;
}
.cy-breadcrumb span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #686876;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cy-breadcrumb li {
  padding-right: 12px;
  margin-left: 7px;
  position: relative;
}
.cy-breadcrumb li:first-child {
  margin-left: 0;
}
.cy-breadcrumb li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url(../svg/breadcrumb-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.cy-breadcrumb li:last-child:after {
  content: none;
}
.doc-sub-categories .cat-wrap img {
  height: 110px;
  width: auto;
}
.is-search-submit {
  min-width: 36px !important;
}
.is-search-submit:hover,
.is-search-submit:focus {
  background: transparent !important;
  border: none !important;
}
@media (max-width: 500px) {
  .hero-section h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .bottom-cta h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .cat-wrap h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
