/**
 * Various shades of gray (no pun intended)
 */
/**
 * Switch used in the footer
 */
.tx_pcv_form .facet > div,
.tx_pcv_form .facet > div > div,
.tx_pcv_form .facet > div > div > div,
.tx_pcv_form .facet > div > div > div > input {
  width: 100%;
}
.tx_pcv_form .facet {
  padding: 0;
}
.tx_pcv_form .facet .input-wrapper {
  border-right: 2px solid #f3f3f3;
}
.tx_pcv_form .facet:last-of-type .input-wrapper {
  border-right: none;
}
.tx_pcv_form .form-group {
  float: left;
  position: relative;
  list-style: none;
}
.tx_pcv_form .form-group.used {
  box-shadow: 0 2px 0 0 #005096;
}
.tx_pcv_form .form-group label {
  color: #999;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 8px;
}
@media (max-width: 767px) {
  .tx_pcv_form .form-group label {
    top: 3px;
  }
}
.tx_pcv_form .form-group .input-wrapper {
  float: left;
}
.tx_pcv_form .form-group .input-wrapper input {
  text-transform: uppercase;
}
.tx_pcv_form .form-group .input-wrapper .caret.caret-down {
  position: absolute;
  right: 25px;
  top: 15px;
  bottom: 0;
  margin: auto;
}
.tx_pcv_form .form-group input,
.tx_pcv_form .form-group .mobile-select {
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  padding: 30px 25px 15px 25px;
  border-radius: 0;
  display: block;
  border: none;
  outline: none;
  position: relative;
  background: white;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tx_pcv_form .form-group input,
  .tx_pcv_form .form-group .mobile-select {
    padding: 25px 20px 7px 25px;
  }
}
.tx_pcv_form .form-group input select,
.tx_pcv_form .form-group .mobile-select select {
  width: 100%;
}
.tx_pcv_form .form-group .dropdown-menu {
  width: 100%;
}
.tx_pcv_form .form-group .dropdown-menu div a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  color: #323232;
}
.tx_pcv_form .form-group .dropdown-menu div:last-of-type a {
  border-bottom: none;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group {
  width: 100%;
  position: relative;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group #tx-solr-q {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  color: #555555;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group #tx-solr-q:focus,
.tx_pcv_form #tx-solr-search-form-pi-results .input-group #tx-solr-q:active,
.tx_pcv_form #tx-solr-search-form-pi-results .input-group #tx-solr-q:hover {
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group button.search-button-wrapper {
  z-index: 99;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 18px;
  left: 10px;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group button.search-button-wrapper .search-button-icon {
  color: #9f9f9f;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group button.reset-button-wrapper {
  z-index: 99;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 18px;
  right: 12%;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group button.reset-button-wrapper .reset-button-icon {
  color: #9f9f9f;
}
.tx_pcv_form #tx-solr-search-form-pi-results .input-group input {
  font-size: 16px;
  max-width: 100%;
  padding: 30px 25px 15px 25px;
  border-radius: 0;
  display: block;
  border: none;
  outline: none;
  position: relative;
  background: white;
  padding: 30px 50px 30px 50px;
  width: 100%;
  max-width: 90%;
}
@media (max-width: 767px) {
  .tx_pcv_form #tx-solr-search-form-pi-results .input-group input {
    padding: 25px 20px 7px 25px;
  }
}
@media (max-width: 767px) {
  .tx_pcv_form #tx-solr-search-form-pi-results .input-group input {
    padding: 29px 50px 29px 50px;
  }
}
.list-type-wrapper {
  position: absolute;
  right: 0;
  width: 10%;
  height: 100%;
  border-top: 1px solid #F0F0F0;
}
.list-type-wrapper a {
  width: 50%;
  position: absolute;
  text-align: center;
  height: 100%;
}
.list-type-wrapper a.mosaic-button-wrapper {
  left: 0;
}
.list-type-wrapper a.list-button-wrapper {
  right: 0;
}
.list-type-wrapper a.active {
  border-bottom: 2px solid #005096;
}
.list-type-wrapper a.active .pcv-icon svg path {
  fill: #005096;
}
.list-type-wrapper a .mosaic-button-icon,
.list-type-wrapper a .list-button-icon {
  height: 100%;
}
.list-type-wrapper a .pcv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.list-type-wrapper a .pcv-icon svg {
  height: 16px;
  width: 16px;
}
.list-type-wrapper a .pcv-icon svg path {
  fill: #d4d4d4;
}
.mosaic-group {
  margin-top: 20px;
}
.tx_solr #tx-solr-search .month-separator {
  margin: 27px 10px;
}
.tx_solr #tx-solr-search .search-result .results-highlight {
  font-weight: bold;
}
.tx_solr #tx-solr-search .search-result h5.results-topic {
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 0;
}
.tx_solr #tx-solr-search .search-result h3.results-topic {
  font-size: 1em;
  margin: 0;
}
.tx_solr #tx-solr-search #tx-solr-search-form-pi-results .input-group {
  border: solid 1px #9f9f9f;
}
.tx_solr #tx-solr-search #tx-solr-search-form-pi-results .input-group input {
  font-size: 30px;
  margin-left: 10px;
  box-shadow: none;
  border: none;
  background: transparent;
  color: #555555;
  height: 60px;
  margin-bottom: 20px;
  padding: 20px 20px 0px;
}
.tx_solr #tx-solr-search #tx-solr-search-form-pi-results .input-group button {
  z-index: 99;
  background: none;
  border: none;
  outline: none;
  right: 20px;
}
.tx_solr #tx-solr-search #tx-solr-search-form-pi-results .input-group button .fa-search {
  font-size: 1.7em;
  color: #9f9f9f;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 0;
}
.solr-pagination {
  clear: both;
  margin: 10px;
  text-align: center;
}
.solr-pagination li a {
  padding: 5px 12px;
  border-radius: 50px !important;
  margin: 0 5px;
  background: none;
  color: #d4d4d4;
  border-color: #d4d4d4;
}
.solr-pagination li.active a {
  background: none;
  color: #005096;
  border-color: #005096;
}
#tx-solr-q-desktop {
  margin: 0;
  padding: 10px 40px !important;
  height: 60px;
  border-right: 1px solid #F0F0F0 !important;
}
.tx-qccp .tx_pcv_form.form-group {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .news .nav {
    display: flex !important;
  }
}
.news #resultsSorter {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
