.layout--in-container,
.layout--in-container .header--is-fixed .header__container,
.layout--in-container ~ .powered-by-zendesk {
  max-width: 1400px;
}

[dir] .welcome__section {
  padding-bottom: 3%;
}

.welcome--style-3.welcome--type-2 .welcome__image {
  display: block;
  width: 1200px;
  max-width: 100vw;
  left: 50%;
  transform: translate(-50%, 10px);
  position: relative;
}

@media only screen and (min-width: 980px) {
  .helpers--type-2 .helpers__secondary-icon img {
    max-width: 90px;
    height: 90px;
  }

  [dir] .helpers--type-2 .helpers__block {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir=ltr] .helpers--type-2 .helpers__secondary-icon {
    transform: translate(-50%, 20px);
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .helpers--type-2 .helpers__secondary-icon img {
    max-width: 90px;
    height: 90px;
  }

  [dir] .helpers--type-2 .helpers__block {
    padding-top: 120px;
  }
}

.welcome__bg-image {
  opacity: 1;
}

[dir] .footer--style-3 {
  background-color: #3e3936;
}

[dir] .footer--style-3 a,
[dir] .footer--style-3 a:hover,
[dir] .footer--style-3 a:focus,
[dir] .footer--style-3 a:active {
  color: #fff;
}

[dir] .footer--style-3 a:hover,
[dir] .footer--style-3 a:focus,
[dir] .footer--style-3 a:active {
  opacity: .5;
}

.header--style-4 .header__link {
  color: var(--primary-text-color);
}

.ui-light .header--style-4 .header__link:hover,
.ui-light .header--style-4 .header__link:focus,
.ui-light .header--style-4 .header__link:active {
  color: var(--link-color);
}

[dir] .category-blocks__link.with-img {
  padding-left: 104px;
}

[dir] .category-blocks__link.with-img img {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.form-field ul {
  margin: 0;
}

.form-field li {
  padding-top: 0;
  padding-bottom: 0;
}

/* P+SC filterable select field */
.nesty-panel.nestyFilterable {
  padding-top: 50px;
}

.nesty-panel.nestyFilterable input {
  padding: 5px 10px;
  height: auto;
  font-family: sans-serif;
  box-sizing: border-box;
  width: calc(100% - 10px);
  display: block;
  font-size: 13px;
  top: 0;
  height: 40px;
  left: 5px;
  margin-top: 5px;
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fafafa;
  position: absolute;
}

.nesty-panel.nestyFilterable input:focus {
  background-color: #fff;
}

.nesty-search_panel {
  border-top: 0;
  position: absolute;
  margin-top: 51px;
}

.nesty-search_panel li:hover {
  background-color: #e9e9e9;
}

.categories__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  margin-bottom: 24px;
  background: #eee no-repeat center;
  background-size: cover;
}

.btn--md,
.pagination ul li > a,
.pagination ul li > span,
.share li a,
.tabs--type-3 > .tabs__links a,
.vote--style-2 .vote__btn {
  font-weight: bold;
}

.search {
  border-radius: var(--border-radius-button);
  overflow: hidden;
}

[dir] input[type=search] {
  border-radius: var(--border-radius-button);
  outline: none !important;
}

[dir] input[type=search].focus-visible {
  outline: none !important;
}

[dir=ltr] .search [type=submit] {
  border-top-right-radius: var(--border-radius-button);
  border-bottom-right-radius: var(--border-radius-button);
}

.articles__link.articles__link--block {
  display: flex;
  align-items: center;
}

.categories__img--min {
  display: block;
  width: 152px;
  height: 100px;
  padding: 0;
  margin: -5px 12px -5px -8px;
}

ul[data-hc-pills-container] {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid var(--border-color);
}

.categories__title a {
  color: var(--primary-text-color);
}

[dir] video.welcome__bg-image {
  transform: none;
}

@media only screen and (min-width: 980px) {
  [dir] .cta__content {
    padding-top: 164px;
    padding-bottom: 164px;
  }
}

.ui-light .modal__content--center .modal__close:hover,
.ui-light .modal__content--center .modal__close:active,
.ui-light .modal__content--center .modal__close:focus {
  color: var(--link-color-hover);
}

.modal--home .modal__content--center {
  max-width: 420px;
  text-align: center;
}

.modal--home .container > *:first-child {
  margin-top: 0;
}

.modal--home .container > *:last-child {
  margin-bottom: 0;
}

.welcome--style-1 .h1,
.welcome--style-1 .h2 {
  text-align: center;
}

.welcome--style-1 .h2 {
  color: #fff;
  margin: 24px 0 0;
}

.welcome__images {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.welcome__images img {
  display: block;
  width: 10%;
  max-width: 74px;
  height: auto;
  margin: 0 1.5%;
  border-radius: 4px;
  flex: 1 1 1px;
}

@media only screen and (min-width: 980px) {
  .welcome--style-1 .h2 {
    margin-top: 36px;
  }

  .welcome__images {
    margin-bottom: 36px;
  }
}
