/* FONTS */
@import url("https://fonts.cdnfonts.com/css/circular-std-book");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
body {
  font-family: "Circular Std Bold", sans-serif;
}
/* HEADER CSS */
.logo-container {
  position: relative;
  display: flex;
  float: left;
  min-height: 60px;
}

.logo-container span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  color: #78909c;
  font-weight: 700;
  font-size: 14px;
}

/* BUTTONS CSS */
.header--nav ul li .blue-button-p54 {
  background-color: #212744;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 5px;
  filter: drop-shadow(0px 12px 10.5px rgba(45, 74, 122, 0.33));
}

.header--nav ul li .green-button-p54 {
  background-color: #21c5b5;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 5px;
  filter: drop-shadow(0px 12px 10.5px rgba(33, 197, 181, 0.33));
}

/* SEARCH SECTION */

.main-header {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #212744;
}

.site--main .p54-background,
.search--row.search-inner {
  padding-top: 110px;
  background-image: url(https://www.pacific54.com/help_desk/background.png);
  transform: translateY(-120px);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .p54-background {
    padding-top: 75px;
  }
  .image-fade {
    height: 50px;
  }
}

.site--header {
  z-index: 1;
  background-color: transparent;
  height: 120px;
}
.site--header .container {
  top: 50%;
  transform: translateY(-50%);
}

.search-form .search_input {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #dddcda;
}

.image-fade {
  height: 80px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 45%,
    rgba(255, 255, 255, 0) 80%
  );
  transform: translateY(36px);
}

.search--row .search_input {
  background-image: url(https://www.pacific54.com/help_desk/search.png);
}

/* HOME CARDS */
.categories-card-section {
  padding-bottom: 60px;
}

.categories-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(353px, 1fr));
  grid-gap: 3.5rem;
}

.card-content {
  padding: 25px;
  box-sizing: border-box;
}

.card-content h3 a {
  font-size: 28px;
  line-height: 30px;
  color: #212744;
  font-weight: bold;
}

.category-card {
  filter: drop-shadow(0px 10px 20px rgba(96, 125, 139, 0.18));
  background-color: #ffffff;
}

/* CATEGORY */

.search-inner .container .row-content .history-path li a {
  color: #78909c;
}

.search-inner .row-content h1 a {
  width: 570px;
  height: 44px;
  font-size: 45px;
  line-height: 28px;
  color: #212744;
  font-weight: bold;
  font-family: "Circular Std Bold", sans-serif;
}

.p54-category {
  transform: translateY(-90px);
}

.p54-category .category--structure .right-content h2 {
  font-size: 30px;
  line-height: 28px;
  color: #1e1e1e;
  font-weight: bold;
  font-family: "Circular Std Bold", sans-serif;
}

.p54-category .category--structure .right-content form select {
  transform: translateY(-8px);
}

.p54-category .category--structure .right-content header {
  border-bottom: none;
}

.category--structure .left-sidebar .list-links {
  font-size: 18px;
  color: #263238;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
}

.category--structure .left-sidebar .list-links .active .cat-name,
.category--structure .left-sidebar .list-links .collapse.in .active > a {
  font-weight: bold;
  color: #21c5b5;
}

.category--structure .list-links a.have_drop:after,
.category--structure .list-links ul a.have_drop:after {
  width: 10px;
  height: 12px;
  right: 5px;
  background-image: url(https://www.pacific54.com/help_desk/arrow.png);
}

.category--structure .left-sidebar {
  border-right: 2px solid #dddcda;
}

.category--structure .left-sidebar {
  width: 24%;
}

/* FOOTER */

.site--footer {
  background-color: #24202f;
}

.footer-logo {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer-logo a img {
  max-width: 85%;
}

.footer-links {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.footer-links nav ul {
  display: table;
  padding-left: 0;
  list-style: none;
  margin: 0;
  height: 60px;
}

.footer-links nav ul li {
  display: table-cell;
  padding: 0px;
  vertical-align: middle;
}

.footer-links nav ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #ababab;
  padding: 0px 20px;
  border-right: solid 1px #ababab;
}

.footer-links nav ul li:last-child a {
  border: none;
  padding-right: 0px;
}

@media screen and (max-width: 767px) {
  .footer-links nav ul {
    padding-left: 0px;
    list-style: none;
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .footer-links nav ul li a {
    border-right: none;
  }

  div.fit-content {
    width: 100%;
  }
}

/* ARTICLE */

.articles-list li a .icon-hold {
  display: none;
}

.articles-list li::before {
  content: "\2022";
  color: #21c5b5;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: 0em;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.articles-list li a {
  font-size: 18px;
  color: #263238;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.article--structure {
  transform: translateY(-90px);
}

.article--structure .article-header .header-title {
  font-size: 30px;
  line-height: 28px;
  color: #1e1e1e;
  font-weight: bold;
  font-family: "Circular Std Bold", sans-serif;
}

.article--structure .article-header small {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #1e1e1e;
  font-family: "Circular Std Bold", sans-serif;
  top: 10px;
}

.article--structure .article-header {
  background-image: none;
  border-bottom: 2px solid #dddcda;
}

.article--structure .left-content section.article-body ul li::marker {
  /* content: "\2022"; */
  color: #21c5b5;
  /* font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: 0em;
  font-size: 18px;
  position: relative;
  top: 2px; */
}

.article--structure .left-content section.article-body ul li a {
  /* position: relative;
  left: 5px; */
  font-size: 18px;
  color: #263238;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.article--structure .left-content section.article-body ul li a:hover {
  text-decoration: underline;
}

.article--structure .sidebar-blocks .block-title {
  color: #263238;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.article--structure .sidebar-blocks ul li a {
  color: #212744;
}

.article--structure .left-content {
  border-right: 2px solid #dddcda;
}

.article-body {
  filter: drop-shadow(0px 10px 20px rgba(96, 125, 139, 0.18));
}

.article--structure,
.category--structure {
  border-bottom: none;
}

.articles--group .section-header h3 a {
  font-size: 30px;
  line-height: 28px;
  color: #1e1e1e;
  font-weight: bold;
}

.articles--group .section-content .list-links li::before {
  content: "\2022";
  color: #21c5b5;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: 0em;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.articles--group .section-content .list-links li a {
  color: #263238;
}

.search--row.search-inner .search-form {
  width: 369px;
  right: 10px;
}

.search--row.search-inner .search_input {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-position: 20px center;
  background-size: 14px 14px;
  padding: 0px 0px 0px 45px;
}

.article--structure .article-body {
  color: #263238;
  font-family: "Manrope", sans-serif;
}

.right-sidebar.related-articles {
  font-family: "Manrope", sans-serif;
}

h3 {
  font-size: 24px;
}
