.dropdown__trigger {
  border-radius: 0.8rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 375px) {
  .dropdown__trigger {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .dropdown__trigger {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.dropdown__trigger span {
  display: inline-block;
  vertical-align: bottom;
}
.dropdown__trigger .apts-icon {
  text-align: right;
  font-size: 1rem;
  width: 2.2rem;
  height: 1.4rem;
  position: relative;
  color: inherit;
  float: right;
  top: 4px;
}
.dropdown__trigger .apts-icon::before {
  color: inherit;
  transition: inherit;
  position: absolute;
  right: 0;
  top: calc(50% - 0.7rem);
  transform: rotateZ(0);
  transform-origin: center;
  transition: transform 0.2s;
}
@media screen and (min-width: 3300px) {
  .dropdown__trigger .apts-icon::before {
    vertical-align: middle;
  }
  .dropdown__trigger .apts-icon::before::before {
    top: calc(50% - 10px);
  }
}
.dropdown__trigger .left-icon {
  float: left;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: 0.1rem;
  left: -0.7rem;
}
.dropdown__trigger--selected {
  border-color: #f37120;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .dropdown__trigger--selected:hover {
    border-color: #f37120 !important;
  }
}
.dropdown__trigger--active {
  color: #ffffff;
  background-color: #1c2a33;
  border-color: #1c2a33;
}
.dropdown__trigger--active .apts-icon {
  color: #ffffff;
}
.dropdown__trigger--active .apts-icon::before {
  transform: rotateZ(180deg);
}
.dropdown__trigger--active:hover {
  background-color: #1c2a33;
  border-color: #1c2a33;
}
.dropdown__trigger--disabled {
  color: #bbbbbb;
  border-color: #ebebeb;
  background-color: #ebebeb;
  cursor: default;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .dropdown__trigger--disabled:hover {
    color: #bbbbbb;
    background-color: #ebebeb;
    border-color: #ebebeb;
  }
}
.dropdown__pin::after {
  content: '';
  width: 3rem;
  height: 3rem;
  box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%) rotateZ(-45deg);
  z-index: 2;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.dropdown__pin::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.dropdown__pin--show::after {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
}
.dropdown__pin--show::before {
  opacity: 1;
}
.dropdown__box {
  min-width: 37.5rem;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  -webkit-box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  box-shadow: 0 0 20px 0 rgba(84, 100, 110, 0.2);
  border-radius: 0.4rem;
  padding: 1.65rem 2rem 2.4rem 2rem;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 99;
  overflow: hidden;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 375px) {
  .dropdown__box {
    min-width: 8rem;
  }
}
.dropdown__box--has-pin {
  top: 3.1rem !important;
  overflow: visible;
}
.dropdown__box--has-pin::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.dropdown__box--has-pin.dropdown__box--shown {
  box-shadow: none;
}
.dropdown__box--has-pin .dropdown__content {
  position: relative;
  z-index: 5;
}
.dropdown__box--shifted {
  top: 6.5rem !important;
}
.dropdown__box .dropdown__header {
  position: relative;
  overflow: hidden;
}
.dropdown__box .dropdown__header--align-center {
  text-align: center;
}
.dropdown__box .dropdown__title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: inline-block;
  max-width: calc(100% - 90px);
}
.dropdown__box .dropdown__reset {
  float: right;
  display: inline-block;
}
.dropdown__box .dropdown__body {
  padding-top: 2.1rem;
  padding-bottom: 2.2rem;
  overflow-y: auto;
}
.dropdown__box .dropdown__body h4 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.7rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  display: inline-block;
  max-width: calc(100% - 90px);
}
.dropdown__box .dropdown__footer {
  border-top: 1px solid #ebebeb;
  padding-top: 2.4rem;
  text-align: center;
}
.dropdown__box .dropdown__content {
  opacity: 0;
  transition: opacity 0.3s;
}
.dropdown__box .dropdown__content--fade-in {
  opacity: 1;
}
.dropdown__secondary-text {
  display: flex;
  flex-direction: column;
}
.dropdown .dropdown__mobile-icon {
  display: none;
}
@media screen and (max-width: 768px) {
  .dropdown--icon-mobile .dropdown__mobile-icon {
    display: block;
  }
  .dropdown--icon-mobile .sort-filter__dropdown__trigger {
    width: 3.2rem;
    height: 3.2rem;
    min-width: auto;
    border-radius: 50%;
    padding: 0;
  }
  .dropdown--icon-mobile .sort-filter__dropdown__trigger.dropdown__trigger--selected .dropdown__mobile-icon {
    color: #f37120;
  }
  .dropdown--icon-mobile .dropdown__text,
  .dropdown--icon-mobile .apts-icon-arrow-down {
    display: none;
  }
  .dropdown--icon-mobile .dropdown__mobile-icon {
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
  }
  .dropdown--icon-mobile .dropdown__mobile-icon:before {
    font-size: 1.6rem;
    position: relative;
  }
  .dropdown--icon-mobile .dropdown__box--align-center-with-trigger {
    left: -100%;
  }
}
.dropdown {
  position: relative;
}
.dropdown__box--align-center-with-trigger {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown__box--align-left-with-trigger {
  left: 0;
  transform: none;
}
.dropdown--align-left-with-screen {
  position: static !important;
}
.dropdown--align-left-with-screen .dropdown__box--align-left-with-screen {
  left: -1.3rem;
  top: 100%;
  transform: none;
}
.dropdown--full-width-of-screen {
  position: static !important;
}
.dropdown--full-width-of-screen .dropdown__box--full-width-of-screen {
  width: 100%;
  left: 0;
  top: 100%;
  transform: none;
}
@media screen and (min-width: 769px) {
  .dropdown--full-width-of-screen .dropdown__box--full-width-of-screen {
    top: calc(100% + 5px);
  }
}
.dropdown--is-select {
  min-width: 15rem;
}
.dropdown--is-select .dropdown__trigger {
  width: 100%;
}
.dropdown--is-select .dropdown__box {
  top: 100% !important;
  width: 100%;
  padding: 0;
  min-width: 0;
}
.dropdown--is-select .dropdown__header {
  display: none !important;
}
.dropdown--is-select .dropdown__footer {
  display: none !important;
}
.dropdown--is-select .dropdown__body {
  padding: 0;
  max-height: 30rem !important;
}
.dropdown--is-select .dropdown__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown--is-select .dropdown__body ul li {
  text-align: left;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
  transition: all 0.2s;
  cursor: pointer;
}
.dropdown--is-select .dropdown__body ul li:active {
  background-color: #55758e;
  color: #ffffff;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .dropdown--is-select .dropdown__body ul li:hover {
    background-color: #f37120;
    color: #ffffff;
  }
}
.dropdown--is-select .dropdown__body--has-key-events ul li {
  padding: 0;
}
.dropdown--is-select .dropdown__body--has-key-events ul li a {
  color: #1c2a33;
  background-color: #ffffff;
  outline: none;
  display: block;
  padding: 0.5rem 1.5rem;
}
.dropdown--is-select .dropdown__body--has-key-events ul li a:focus,
.dropdown--is-select .dropdown__body--has-key-events ul li a.active {
  background-color: #f37120;
  color: #ffffff;
}
@media (hover: hover), (-ms-high-contrast:none) {
  .dropdown--is-select .dropdown__body--has-key-events ul li a:hover {
    background-color: #f37120;
    color: #ffffff;
  }
}
.dropdown--is-select .dropdown__body--has-key-events ul li:focus {
  background-color: #f37120;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .dropdown--align-left-with-screen .dropdown__box {
    left: -0.1rem;
  }
}
@media screen and (min-width: 992px) {
  .dropdown--align-left-with-screen .dropdown__box {
    left: -1.4rem;
  }
}
@media screen and (min-width: 3300px) {
  .dropdown--align-left-with-screen .dropdown__box {
    left: 4rem;
  }
}
