.abbFiltersContainer {
  display: block;
  height: auto;
}
.abbFiltersContainer .abbCheckboxContainer, .abbFiltersContainer .abbRadioContainer {
  margin-right: 11px;
  display: inline-block;
}
.abbFiltersContainer hr {
  display: none;
}
.abbFiltersContainer .chosen-container .chosen-results .abbIndented {
  padding-left: 20px;
}
.abbFiltersContainer .chosen-container .chosen-results .abbBold {
  font-weight: bold;
}
.abbFiltersContainer.abbGroupedBoxes {
  border: 1px solid #d2d2d2;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet {
  margin-bottom: 6px;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer {
  padding: 8px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel {
  margin: 0px 0px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel .header3 {
  font-size: 16px;
}
.abbFiltersContainer.abbGroupedBoxes hr {
  margin: 11px 11px 0px;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  color: transparent;
}

.abbResults {
  display: block;
}
.abbResults h3 {
  margin: 10px 0;
}
.abbResults .abbResultsHeader .abbThereAre, .abbResults .abbResultsHeader .abbResultsListedBelow {
  display: none;
}
.abbResults .abbResultsHeader .abbThereIs, .abbResults .abbResultsHeader .abbResultListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereAre, .abbResults .abbResultsHeader.abbPlural .abbResultsListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereIs, .abbResults .abbResultsHeader.abbPlural .abbResultListedBelow {
  display: none;
}

/* Responsive tables */
table.abbResponsiveTable {
  width: 100%;
}
table.abbResponsiveTable th, table.abbResponsiveTable td {
  padding: 5px 6px;
}
table.abbResponsiveTable thead tr {
  color: #868686;
  border-top: 1px solid #d2d2d2;
}
table.abbResponsiveTable thead tr td, table.abbResponsiveTable thead tr th {
  font-weight: bold;
}
table.abbResponsiveTable tbody tr, table.abbResponsiveTable tr {
  border-bottom: 1px solid #d2d2d2;
}
table.abbResponsiveTable tbody tr.odd, table.abbResponsiveTable tr.odd {
  background-color: #f8f8f8;
}

@media all and (max-width: 480px) {
  /* Force table to not be like tables anymore */
  .abbResponsiveTableContainer table, .abbResponsiveTableContainer thead, .abbResponsiveTableContainer tbody, .abbResponsiveTableContainer th, .abbResponsiveTableContainer td, .abbResponsiveTableContainer tr {
    display: block;
  }
  .abbResponsiveTableContainer .abbResponsiveTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable tr {
    border-top: 0px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    color: #868686;
  }
}
@media all and (min-width: 640px) {
  table.abbResponsiveTable th:first-child, table.abbResponsiveTable td:first-child {
    padding-left: 0px;
  }
  table.abbResponsiveTable th:last-child, table.abbResponsiveTable td:last-child {
    padding-right: 0px;
  }
}
.abbSlider {
  margin: 25px 13px 13px 13px;
  /*
  .abbSliderTheme.ui-slider .ui-slider-range { //move to _themedElements.scss
  	background: #999; 
  }
  */
}
.abbSlider .abbRangeContainer .abbRange {
  font-size: 1em;
  opacity: 0;
}
.abbSlider .abbRangeContainer .abbRange.abbMax {
  right: 0;
}
.abbSlider .ui-slider {
  position: relative;
  text-align: left;
}
.abbSlider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
}
.abbSlider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.abbSlider .ui-slider-range {
  background: #999;
}
.abbSlider .ui-slider-horizontal {
  height: 2px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #d1d1d1;
  border-color: #c7c7c7;
  background-color: #d2d2d2;
}
.abbSlider .ui-slider-horizontal .ui-slider-handle {
  background: transparent url('/cdn/img/sprite_toolbar.png?1513859587') no-repeat -550px -329px;
  border: none;
  top: -13px;
  margin-left: -13px;
  height: 34px;
}
.abbSlider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.abbSlider .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.abbSlider .ui-slider-vertical .ui-slider-handle {
  left: -13px;
  margin-left: 0;
  margin-bottom: -13px;
  border: 1px solid #a0a0a0;
  background: #d5d5d5;
}
.abbSlider .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.abbSlider .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.abbSlider .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

:not(.lt-ie9) .abbCheckbox label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 2px solid #868686;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
:not(.lt-ie9) .abbRadio label {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
:not(.lt-ie9) .abbRadio label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: #868686;
  top: 5px;
  left: 5px;
  border: 5px solid #868686;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
:not(.lt-ie9) .abbCheckbox, :not(.lt-ie9) .abbRadio {
  width: 20px;
  margin: 0px 0px 2px 0px;
  position: relative;
  line-height: 28px;
}
:not(.lt-ie9) .abbCheckbox input, :not(.lt-ie9) .abbRadio input {
  position: absolute;
  top: 5px;
  left: 5px;
}
:not(.lt-ie9) .abbCheckbox label, :not(.lt-ie9) .abbRadio label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border: 1px solid #b7b7b7;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
}
:not(.lt-ie9) .abbCheckbox label:hover::after, :not(.lt-ie9) .abbRadio label:hover::after {
  opacity: 0.2;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label, :not(.lt-ie9) .abbRadio input[disabled] + label {
  background: #fdfdfd;
  border: 1px solid #d1d1d1;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label:hover::after, :not(.lt-ie9) .abbRadio input[disabled] + label:hover::after {
  opacity: 0.0;
}
:not(.lt-ie9) .abbCheckbox input:checked + label:after, :not(.lt-ie9) .abbRadio input:checked + label:after {
  opacity: 1;
}
:not(.lt-ie9) .abbCheckboxTrueLabel, :not(.lt-ie9) .abbRadioTrueLabel {
  margin-left: 29px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media all and (max-width: 640px) {
  .abbFiltersPair:after {
    clear: both;
    display: table;
    content: "\00a0";
    font-size: 0px;
    line-height: 0px;
  }
}
@media all and (max-width: 567px) {
  .abbFiltersSet .lo_colsOut {
    width: 100% !important;
  }
}
.textContainer .abbAudioPlayerContainer {
  margin: -8px -8px -0px -8px;
}
.abbAudioPlayerContainer.ios .tooltip .progress-bar {
  margin: 0px 80px 0px 40px;
}
.abbAudioPlayerContainer.ios .tooltip .timing {
  right: 0;
}
.abbAudioPlayerContainer.ios .tooltip .audio-button.mute {
  display: none;
}
.abbAudioPlayerContainer .tooltip {
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}
.abbAudioPlayerContainer .tooltip .audio-icon {
  margin: 10px 0 0 10px;
}
.abbAudioPlayerContainer .tooltip .audio-icon.pause, .abbAudioPlayerContainer .tooltip .audio-icon.unmute {
  display: none;
}
.abbAudioPlayerContainer .tooltip .abbSlider .ui-slider-horizontal .ui-slider-handle {
  display: block;
  width: 20px;
  height: 20px;
  top: -8px;
  cursor: pointer;
  background-image: url('/cdn/img/media-sprite.png?1513348063');
  background-position: -51px -88px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .abbAudioPlayerContainer .tooltip .abbSlider .ui-slider-horizontal .ui-slider-handle {
    background-image: url('/cdn/img/media-sprite@2x.png?1513348063');
    -webkit-background-size: 270px 140px;
    -moz-background-size: 270px 140px;
    -o-background-size: 270px 140px;
    background-size: 270px 140px;
  }
}
.abbAudioPlayerContainer .tooltip .progress-bar {
  display: block;
  height: 21px;
  margin: 0px 120px 0px 40px;
}
.abbAudioPlayerContainer .tooltip .progress-bar .slider {
  display: block;
  margin: 19px 10px 0px 22px;
}
.abbAudioPlayerContainer .tooltip .audio-button {
  position: absolute;
  top: 0px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.abbAudioPlayerContainer .tooltip .audio-button.play-pause {
  left: 0px;
  border-right: 1px solid #B2B2B2;
}
.abbAudioPlayerContainer .tooltip .audio-button.mute {
  right: 0;
  border-left: 1px solid #B2B2B2;
}
.abbAudioPlayerContainer .tooltip .timing {
  display: block;
  position: absolute;
  right: 40px;
  top: 0px;
  width: 80px;
  height: 40px;
  font-size: 12px;
  text-align: center;
}
.abbAudioPlayerContainer .tooltip .timing .duration {
  line-height: 40px;
  color: #A0A0A0;
}
.abbAudioPlayerContainer .tooltip .timing .current-time {
  line-height: 40px;
  color: #868686;
}

.abbFiltersContainer {
  display: block;
  height: auto;
}
.abbFiltersContainer .abbCheckboxContainer, .abbFiltersContainer .abbRadioContainer {
  margin-right: 11px;
  display: inline-block;
}
.abbFiltersContainer hr {
  display: none;
}
.abbFiltersContainer .chosen-container .chosen-results .abbIndented {
  padding-left: 20px;
}
.abbFiltersContainer .chosen-container .chosen-results .abbBold {
  font-weight: bold;
}
.abbFiltersContainer.abbGroupedBoxes {
  border: 1px solid #d2d2d2;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet {
  margin-bottom: 6px;
  display: block;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer {
  padding: 8px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel {
  margin: 0px 0px 12px;
}
.abbFiltersContainer.abbGroupedBoxes .abbFiltersSet .abbFilter .textContainer .abbLabel .header3 {
  font-size: 16px;
}
.abbFiltersContainer.abbGroupedBoxes hr {
  margin: 11px 11px 0px;
  display: block;
  border-bottom: 1px solid #cfcfcf;
  color: transparent;
}

.abbResults {
  display: block;
}
.abbResults h3 {
  margin: 10px 0;
}
.abbResults .abbResultsHeader .abbThereAre, .abbResults .abbResultsHeader .abbResultsListedBelow {
  display: none;
}
.abbResults .abbResultsHeader .abbThereIs, .abbResults .abbResultsHeader .abbResultListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereAre, .abbResults .abbResultsHeader.abbPlural .abbResultsListedBelow {
  display: inline;
}
.abbResults .abbResultsHeader.abbPlural .abbThereIs, .abbResults .abbResultsHeader.abbPlural .abbResultListedBelow {
  display: none;
}

/* Responsive tables */
table.abbResponsiveTable {
  width: 100%;
}
table.abbResponsiveTable th, table.abbResponsiveTable td {
  padding: 5px 6px;
}
table.abbResponsiveTable thead tr {
  color: #868686;
  border-top: 1px solid #d2d2d2;
}
table.abbResponsiveTable thead tr td, table.abbResponsiveTable thead tr th {
  font-weight: bold;
}
table.abbResponsiveTable tbody tr, table.abbResponsiveTable tr {
  border-bottom: 1px solid #d2d2d2;
}
table.abbResponsiveTable tbody tr.odd, table.abbResponsiveTable tr.odd {
  background-color: #f8f8f8;
}

@media all and (max-width: 480px) {
  /* Force table to not be like tables anymore */
  .abbResponsiveTableContainer table, .abbResponsiveTableContainer thead, .abbResponsiveTableContainer tbody, .abbResponsiveTableContainer th, .abbResponsiveTableContainer td, .abbResponsiveTableContainer tr {
    display: block;
  }
  .abbResponsiveTableContainer .abbResponsiveTable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable tr {
    border-top: 0px;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
  }
  .abbResponsiveTableContainer .abbResponsiveTable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
    color: #868686;
  }
}
@media all and (min-width: 640px) {
  table.abbResponsiveTable th:first-child, table.abbResponsiveTable td:first-child {
    padding-left: 0px;
  }
  table.abbResponsiveTable th:last-child, table.abbResponsiveTable td:last-child {
    padding-right: 0px;
  }
}
.abbSlider {
  margin: 25px 13px 13px 13px;
  /*
  .abbSliderTheme.ui-slider .ui-slider-range { //move to _themedElements.scss
  	background: #999; 
  }
  */
}
.abbSlider .abbRangeContainer .abbRange {
  font-size: 1em;
  opacity: 0;
}
.abbSlider .abbRangeContainer .abbRange.abbMax {
  right: 0;
}
.abbSlider .ui-slider {
  position: relative;
  text-align: left;
}
.abbSlider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  cursor: default;
}
.abbSlider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.abbSlider .ui-slider-range {
  background: #999;
}
.abbSlider .ui-slider-horizontal {
  height: 2px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #d1d1d1;
  border-color: #c7c7c7;
  background-color: #d2d2d2;
}
.abbSlider .ui-slider-horizontal .ui-slider-handle {
  background: transparent url('/cdn/img/sprite_toolbar.png?1513859587') no-repeat -550px -329px;
  border: none;
  top: -13px;
  margin-left: -13px;
  height: 34px;
}
.abbSlider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.abbSlider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.abbSlider .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.abbSlider .ui-slider-vertical .ui-slider-handle {
  left: -13px;
  margin-left: 0;
  margin-bottom: -13px;
  border: 1px solid #a0a0a0;
  background: #d5d5d5;
}
.abbSlider .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.abbSlider .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.abbSlider .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

:not(.lt-ie9) .abbCheckbox label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 2px solid #868686;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
:not(.lt-ie9) .abbRadio label {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
:not(.lt-ie9) .abbRadio label:after {
  opacity: 0.0;
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  background: #868686;
  top: 5px;
  left: 5px;
  border: 5px solid #868686;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
:not(.lt-ie9) .abbCheckbox, :not(.lt-ie9) .abbRadio {
  width: 20px;
  margin: 0px 0px 2px 0px;
  position: relative;
  line-height: 28px;
}
:not(.lt-ie9) .abbCheckbox input, :not(.lt-ie9) .abbRadio input {
  position: absolute;
  top: 5px;
  left: 5px;
}
:not(.lt-ie9) .abbCheckbox label, :not(.lt-ie9) .abbRadio label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #f0f0f0;
  border: 1px solid #b7b7b7;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
}
:not(.lt-ie9) .abbCheckbox label:hover::after, :not(.lt-ie9) .abbRadio label:hover::after {
  opacity: 0.2;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label, :not(.lt-ie9) .abbRadio input[disabled] + label {
  background: #fdfdfd;
  border: 1px solid #d1d1d1;
}
:not(.lt-ie9) .abbCheckbox input[disabled] + label:hover::after, :not(.lt-ie9) .abbRadio input[disabled] + label:hover::after {
  opacity: 0.0;
}
:not(.lt-ie9) .abbCheckbox input:checked + label:after, :not(.lt-ie9) .abbRadio input:checked + label:after {
  opacity: 1;
}
:not(.lt-ie9) .abbCheckboxTrueLabel, :not(.lt-ie9) .abbRadioTrueLabel {
  margin-left: 29px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media all and (max-width: 640px) {
  .abbFiltersPair:after {
    clear: both;
    display: table;
    content: "\00a0";
    font-size: 0px;
    line-height: 0px;
  }
}
@media all and (max-width: 567px) {
  .abbFiltersSet .lo_colsOut {
    width: 100% !important;
  }
}
