select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: auto;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.card-1 .card-link:hover {
  background-color: #FFF;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(220, 223, 226, 0.3) 0px 30px 60px 0px, rgba(0, 0, 0, 0.1) 0px 8px 20px 0px;
  transform: translateY(-5px);
}
.card-1 .card-link,
.card-1.two-col .card-link {
  margin-bottom: 30px;
}
.card-1 .card-link,
.card-1 .card-link:hover {
  background-repeat: no-repeat;
  background-position: center 36px;
  background-size: 80px 80px;
}
.card-1 .card-link {
  text-align: center;
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 1.5em 1em;
  -webkit-transition: background 0.15s;
  -moz-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
  vertical-align: top;
}
.card-1 .card-link {
  background-color: #FFF;
  border: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px, #f1f3f5 0px 2px 10px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  box-sizing: border-box;
  display: inline-block;
  padding: 50px 50px 40px;
  min-height: 285px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.card-1 .card-link .card-icon-parent {
  background: aliceblue;
  width: 100px;
  border-radius: 50%;
  height: 100px;
}
.card-1 h3 {
  color: #051849;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.card-1 h3 {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}
.card-1 .card-link p {
  color: #7F8D9B;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}
.card-1 .card-link .sub-title {
  margin-bottom: 0;
  color: #0077CC;
  transition: color 0.2s ease-in-out;
}
.card-1 .card-link .sub-title {
  color: #4381b5;
  margin-top: 15px;
}
.card-1 .card-link .sub-title {
  color: #0077CC;
}
.js-simple-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
}
.js-simple-pagination .page-link:hover {
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.js-simple-pagination .page-link,
.js-simple-pagination span {
  position: relative;
  display: block;
  padding: 0.5em 0.7em;
  margin-left: -1px;
  line-height: 1.25;
  color: #556575;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.js-simple-pagination .active span {
  background: #d2d2d2;
}
.js-simple-pagination li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.js-simple-pagination li:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.js-simple-pagination .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.content-wrapper {
  background-color: #FFF;
  border: 0;
  border-radius: 4px;
  color: #556575;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #f1f3f5 0px 5px 20px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  padding: 30px;
  word-break: break-word;
}
.content-wrapper #on-sort {
  font-size: 15px;
  height: 40px;
  width: 150px;
  margin: 0;
  line-height: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.article-list {
  list-style: none;
  padding: 0;
  box-sizing: border-box;
  margin-top: 34px;
  padding-top: 25px;
  position: relative;
}
.article-list li {
  margin: 1em 0;
  padding-left: 0;
  font-size: 18px;
}
.article-list li a {
  margin-left: 0;
  color: #556575 !important;
}
.article-list li a:hover {
  color: #f15f25 !important;
}
.article-list::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 4px;
  left: 0;
  background: #ff5722;
}
@media screen and (min-width: 1000px) {
  .content-wrapper {
    padding: 70px 50px;
  }
}
.dropdown {
  z-index: 99999;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.sticky-top {
  top: 25px;
}
#sidebar {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, #f1f3f5 0px 5px 20px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
}
#sidebar h3 {
  font-size: 18px;
  text-transform: none;
  color: #1D2B36;
  font-weight: bold;
}
#sidebar form {
  position: relative;
  margin: 0 0 40px;
  margin-bottom: 40px;
}
#sidebar .sidebar-nav-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
#sidebar .sidebar-nav-list li {
  margin: 2px 0 3px;
}
#sidebar .sidebar-nav-list .active > span a {
  font-weight: 500;
  color: #253642;
}
#sidebar .sidebar-nav-list .active > span a {
  font-weight: 700;
  color: #f15f25;
  background: 0 0;
  text-shadow: none;
}
#sidebar .sidebar-nav-list a {
  font-size: 15px;
  color: #405261;
  padding: 8px 15px 8px 0;
}
#sidebar .sidebar-nav-list a {
  display: inline-block;
  color: #858585;
  line-height: 20px;
  margin-left: 0;
}
#sidebar .sidebar-nav-list a:hover {
  color: #ff5722;
}
#sidebar #search-bar {
  width: 100% !important;
  padding: 0 !important;
}
#sidebar #search-bar #search-query {
  width: 100% !important;
  border: 1px solid #d0d0d0;
}
#sidebar #search-bar button {
  background: transparent !important;
  top: 0 !important;
  width: initial !important;
}
#sidebar #search-bar i {
  display: block !important;
}
#sidebar #search-bar span {
  display: none !important;
}
#sidebar #search-result {
  top: 70px !important;
}
#sidebar .list-style-none {
  list-style: none;
}
#sidebar .is-child {
  display: none;
}
#sidebar .icon-expand-more,
#sidebar .icon-expand-less {
  font-size: 22px;
}
@media screen and (max-width: 786px) {
  #sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FAFAFA;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
    z-index: 999999;
  }
  #sidebar .sidebar-content {
    padding: 20px 20px;
  }
}
.single-page-container {
  max-width: calc(100% - 10vw);
  width: calc(100% - 10vw);
}
.article-help {
  border-bottom: 1px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-style: solid;
  border-bottom-color: #CACACA;
  padding-bottom: 15px;
}
.side-doc-child {
  border-left: 3px;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-style: solid;
  border-left-color: #601848;
}
@media screen and (max-width: 786px) {
  .single-page-container {
    max-width: calc(100% - 0px);
    width: calc(100% - 0px);
  }
}
#search-bar-block {
  background: url(https://awxdocs.com/wp-content/uploads/2021/06/Mask-Group-7.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  margin-bottom: 80px;
  padding: 0;
  position: relative;
  height: 367px;
}
#search-bar-block h1 {
  color: #232A5C;
  display: block;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 55px;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.collection-category .category-list {
  margin-bottom: 50px;
}
.collection-category .category-list {
  margin: 0 0 4em;
  margin-bottom: 4em;
}
.category-list {
  text-align: left;
  margin: 1em auto;
}
/* Search Form Starts */
#search-bar {
  text-align: center;
  margin-bottom: 0;
  padding: 2em 0;
  position: relative;
  width: 620px;
  margin: 0 auto;
  z-index: 2;
}
#search-bar .search-query::placeholder {
  color: #A5B2BD;
}
#search-bar .search-query {
  padding: 0 55px 0 12px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  #search-bar {
    width: 635px;
    display: block;
  }
  #search-bar .search-query {
    border-color: white;
    color: #253642;
    height: 55px;
    letter-spacing: 0.2px;
    padding: 0 15px;
    width: 460px;
    display: block;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
  }
  #search-bar button {
    display: inline-block;
  }
}
#search-bar button {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  background: #ff5722;
  background-color: #ff5722;
  border-radius: 0 5px 5px 0;
  border: 1px solid #407FB3;
  font-size: 18px;
  padding: 0 1.5em;
  height: 50px;
  position: absolute;
  top: 37px;
  right: -1px;
  cursor: pointer;
}
#search-bar button span {
  display: block;
}
@media screen and (max-width: 767px) {
  #search-bar {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #search-bar {
    width: 440px;
  }
}
@media screen and (min-width: 1440px) {
  #search-bar {
    width: 712px;
  }
}
@media screen and (min-width: 1025px) {
  #search-bar {
    width: 635px;
    display: block;
  }
  #search-bar .search-query {
    border-color: white;
    color: #253642;
    height: 55px;
    letter-spacing: 0.2px;
    padding: 0 15px;
    width: 460px;
    display: block;
    margin-right: 0;
    transition: all 0.2s ease-in-out;
  }
  #search-bar button {
    display: inline-block;
  }
}
#search-bar button .icon-search {
  color: #9ba9b5;
  font-size: 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  #search-bar button .icon-search {
    display: block;
  }
  #search-bar button {
    border: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
  }
  #search-bar button span {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #search-bar button {
    border-radius: 4px;
    border: none;
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    text-shadow: none;
    width: 160px;
    transition: all 0.2s ease-in-out;
  }
  #search-bar button:hover,
  #search-bar button:active {
    background: #000000;
  }
}
@media screen and (max-width: 1024px) {
  #search-bar-block {
    height: 240px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1899px) {
  #search-bar-block {
    height: 367px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #search-bar button .icon-search {
    display: block;
  }
  #search-bar button {
    border: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
  }
  #search-bar button span {
    display: none;
  }
  #search-bar-block h1 {
    max-width: 400px;
    padding-top: 2em;
    /*padding-left: 10%;
          padding-right: 10%;*/
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #search-bar button {
    top: 28px;
  }
}
#search-result {
  border-radius: 5px;
  border: none;
  top: 85px;
}
#search-result {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 100px;
  border: 1px solid #CCC;
  box-shadow: 0 2px 5px rgba(100, 100, 100, 0.2);
  border-radius: 0 0 5px 5px;
  z-index: 1;
}
#search-result .type-search-result {
  margin: 0;
  max-height: 485px;
  overflow: auto;
  padding: 0;
}
#search-result .type-search-result > li:first-child {
  margin-top: 5px;
}
#search-result .type-search-result > li {
  position: relative;
}
#search-result .type-search-result > li {
  list-style: none;
  text-align: left;
}
#search-result .type-search-result > li {
  list-style: none;
  text-align: left;
}
#search-result .type-search-result a {
  padding: 12px 15px;
}
#search-result .type-search-result a {
  display: block;
  padding: 7px 15px;
  font-size: 15px;
  color: #ff5722;
}
#search-result .type-search-result > li.active,
#fullArticle strong a,
#fullArticle a strong,
.collection a,
.contentWrapper a,
.most-pop-articles .popArticles a,
.most-pop-articles .popArticles a:hover span,
.category-list .category .article-count,
.category-list .category:hover .article-count {
  color: #3197d1;
}
#search-result .type-search-result a:hover {
  background: #F3F3F3;
  text-decoration: none;
}
i.icon-link {
  vertical-align: middle;
}