@charset "UTF-8";

.primary-button {
  background-color: #000;
}

.ui-widget-content {
  border-radius: 7px;
  box-shadow: 0px 28px 57px 0px rgba(0, 0, 0, 0.18);
}

.ui-menu.ui-widget .ui-menu-item-wrapper {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px;
}

.ui-menu.ui-widget .ui-menu-item-wrapper:hover {
  background-color: #f1f1f1;
  color: #484848;
  border: 1px solid #f1f1f1;
}

.ui-autocomplete.ui-widget .ui-state-active {
  background: #f1f1f1;
  border: none;
  color: #000;
  margin: 0;
}

.Hero {
  background-color: #b1b0b0;
  height: 355px;
  background-image: url(/images/Hero-bg.jpg);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Hero-title {
  padding-top: 75px;
  font-size: 48px;
  font-weight: 700;
}

.ParentCategory {
  background-color: #fff;
  margin-top: -160px;
  margin-bottom: 10%;
  border-radius: 8px;
}

.ParentCategory-loader {
  text-align: center;
  padding: 10%;
}

.ParentCategory-wrapper {
  display: flex;
}

.ParentCategory-form {
  position: relative;
  margin-bottom: 30px;
}

.ParentCategory-input {
  width: 100%;
  height: 55px;
  border: 1px solid #dedede;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 15px;
}

.ParentCategory-input:focus {
  outline: transparent;
}

.ParentCategory-search {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 8%;
  top: 35%;
}

.ParentCategory-browse {
  padding-left: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000000;
  font-size: 15px;
}

.ParentCategory-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.ParentCategory-leftColumn {
  flex-basis: 20%;
  padding: 2%;
  border-right: 1px solid #dcdcdc;
}

.ParentCategory-leftColumn .ParentCategory-wrapChildCategory {
  list-style: none;
  line-height: 32px;
  margin-top: 10px;
}

.ParentCategory-leftColumn .ChildCategory {
  cursor: pointer;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
}

.ParentCategory-leftColumn .ChildCategory.is-active {
  font-weight: 600;
  color: #000;
}

.ParentCategory-rightColumn {
  flex-basis: 80%;
  text-align: center;
  padding: 0 0 10%;
  position: relative;
}

.ParentCategory-rightColumn .ParentCategory-wrapChildCategory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  grid-gap: 3%;
  margin: 0 5%;
}

.ParentCategory-rightColumn .ChildCategory {
  cursor: pointer;
  display: flex;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.ParentCategory-rightColumn .ChildCategory-svg {
  fill: #19b6f0;
  width: 30px;
  min-width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

.ParentCategory-rightColumn .ChildCategory-count {
  display: none;
}

.ParentCategory-load {
  padding: 7% 0 0;
  position: absolute;
  top: 30%;
  left: 40%;
}

.ParentCategory-name.is-clickable,
.ParentCategory-subcategoryName.is-clickable {
  color: #19b6f0;
  cursor: pointer;
}

.ParentCategory-subcategoryName .ChildCategory-svg {
  display: none;
}

.ParentCategory-subcategoryName i:nth-child(n+2) {
  display: none;
}

.ParentCategory-breadcrumbs {
  font-size: 15px;
  margin-bottom: 50px;
  padding: 2% 5%;
  border-bottom: 1px solid #dedede;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ParentCategory-breadcrumbs a {
  color: #19b6f0;
}

.ParentCategory-breadcrumbs-arrow {
  width: 10px;
  height: 10px;
  fill: #dedede;
  margin: 0 5px;
}

.ParentCategory-sorting {
  cursor: pointer;
}

.ParentCategory-sorting .ParentCategory-sorting-icon {
  background-image: url(/images/icons/Sort.png);
  width: 12px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 5px;
}

.ParentCategory-sorting .ParentCategory-sorting-icon.is-descending {
  background-image: url(/images/icons/Sort-alt.png);
}

.ParentCategory-wrapArticles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 5%;
}

.ParentCategory-article {
  text-align: left;
  margin: 0 5%;
}

.ParentCategory-subcategories {
  margin: 0 5% 40px;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.ChildCategory-title {
  color: #333;
  font-size: 25px;
  font-weight: 500;
}

.ChildCategory-wrapArticle {
  list-style: none;
}

.Category {
  padding: 8px 20px;
  position: relative;
}

.Category-title:before {
  content: "+";
  margin-right: 6px;
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #19b6f0;
}

.Category.is-active > .Category-title:before {
  content: "\2012";
}

.Category-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.Category-title-loader {
  position: absolute;
  width: 30px;
  margin-left: 10px;
}

.Article {
  width: 100%;
  padding: 35px 25px;
}

.Article-title {
  display: block;
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}

.Article a {
  color: #000;
}

.Article-summary {
  text-align: left;
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 27px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Article-full {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}

.Article-full a {
  color: #19b6f0;
  cursor: pointer;
}

.Article-full a:hover {
  color: #1e44a2;
}

.Article-full a:hover + .Article-full-svg {
  fill: #1e44a2;
}

.Article-full-svg {
  width: 15px;
  height: 12px;
  margin-left: 5px;
  fill: #19b6f0;
}

.Article-pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
  border-radius: 4px;
}

.Article-page,
.Article-prev,
.Article-next {
  padding: 10px 20px;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  font-weight: 500;
  color: #19b6f0;
}

.Article-prev {
  border-radius: 4px 0 0 4px;
}

.Article-next {
  border-radius: 0 4px 4px 0;
}

.Article-page.is-active,
.Article-prev,
.Article-next {
  color: #000;
}

.Article-next.is-clickable,
.Article-prev.is-clickable,
.Article-page {
  color: #19b6f0;
}

.Article-page,
.Article-next.is-clickable,
.Article-prev.is-clickable {
  cursor: pointer;
}

.Article-page.is-active {
  cursor: unset;
}

@media (max-width: 1600px) {
  .Hero-title {
    font-size: 45px;
  }

  .ParentCategory-browse {
    padding-left: 4px;
    font-size: 13px;
  }

  .ParentCategory-breadcrumbs {
    font-size: 14px;
  }

  .Article-title {
    font-size: 22px;
    line-height: 28px;
  }

  .Article-summary {
    font-size: 14px;
  }

  .Article-full {
    font-size: 12px;
  }

  .Article-page,
  .Article-prev,
  .Article-next {
    padding: 8px 15px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .Header-topRight .Header-svg {
    display: block;
  }

  .Hero {
    height: 250px;
    background-position: center;
  }

  .Hero-title {
    padding: 12%;
    font-size: 32px;
  }

  .ParentCategory {
    margin-top: -85px;
    margin-bottom: -40px;
    position: relative;
  }

  .ParentCategory-breadcrumbs {
    font-size: 16px;
    line-height: 28px;
    display: block;
    border-bottom: none;
    padding: 0;
  }

  .ParentCategory-breadcrumbs-wrap {
    margin: 2% 5%;
    padding: 10px 25px;
    border-bottom: 1px solid #dedede;
  }

  .ParentCategory-breadcrumbs i {
    margin: 0 5px;
  }

  .ParentCategory-sorting {
    margin: 0 5%;
    padding: 0 25px;
  }

  .ParentCategory-browse,
  .ParentCategory-form {
    display: none;
  }

  .ParentCategory-leftColumn {
    position: fixed;
    top: 0;
    left: -325px;
    background: #fff;
    width: 325px;
    z-index: 1;
    max-width: 100%;
    transition: all 0.3s;
    padding: 30px 0 15px 25px;
    box-shadow: 3px 5px 19px 2px #00000038;
  }

  .ParentCategory-leftColumn.is-slided {
    left: 0;
    overflow-y: scroll;
    bottom: 0;
  }

  .ParentCategory-close {
    top: 5%;
    right: 5%;
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    cursor: pointer;
  }

  .ParentCategory-close-bar {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 6px;
    text-align: center;
    position: absolute;
    background-color: #000;
  }

  .ParentCategory-close-bar:first-child {
    transform: rotate(-45deg);
  }

  .ParentCategory-close-bar:last-child {
    transform: rotate(45deg);
  }

  .ParentCategory-rightColumn {
    flex-basis: 100%;
  }

  .ParentCategory-rightColumn .ChildCategory {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .ParentCategory-rightColumn .ChildCategory-svg {
    width: 25px;
    height: 25px;
  }

  .ParentCategory-rightColumn .ParentCategory-wrapChildCategory {
    display: block;
  }

  .ParentCategory-subcategories {
    margin: 0 5% 25px;
    font-size: 22px;
  }

  .ParentCategory-categoriesSlide {
    margin: 20px auto;
    width: 85%;
    background: #54c354;
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ParentCategory-categoriesSlide-svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-right: 10px;
  }

  .ParentCategory-wrapArticles {
    display: block;
  }

  .ParentCategory-load {
    position: static;
  }

  .Article-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .Article-summary {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .Article-full {
    font-size: 12px;
  }

  .Article-full:after {
    font-size: 18px;
  }

  .Article-page,
  .Article-prev,
  .Article-next {
    padding: 5px 10px;
    font-size: 12px;
  }
}

