/* You can add global styles to this file, and also import other style files */
h1 {
  all: unset;
}
.twal p.title {
  margin-top: 0.6em;
  font-family: s-serif;
  font-weight: normal;
  font-size: 2.4em;
  color: #000;
}
.twal .date {
  text-transform: uppercase;
  color: #666;
  font-size: 0.8em;
}
.twal .tags {
  margin-top: 24px;
}
.twal .body {
  margin-top: 24px;
  font-family: s-serif;
  color: #000;
  line-height: 1.7em;
}
.twal .body h1,
.twal .body h2,
.twal .body h3,
.twal .body h4,
.twal .body h5,
.twal .body h6 {
  margin-top: 1em;
}
.twal .body img {
  max-width: 100%;
}
.twal .body a {
  text-decoration: underline;
}
.twal.thumbnail {
  margin-bottom: 1em;
}
.twal.thumbnail .title {
  font-family: s-sans-serif;
  font-size: 18px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.twal.thumbnail .blurb {
  font-family: s-sans-serif;
  color: #606060;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.3em;
}
.twal.thumbnail .date {
  text-transform: uppercase;
  color: #666;
  font-size: 0.6em;
}
.twal.thumbnail .read-more {
  margin-top: 5px;
  padding: 0;
  font-size: 14px;
  text-decoration: underline;
}
.twal.thumbnail .lines-2, .twal.thumbnail .title {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.twal.thumbnail .lines-3, .twal.thumbnail .blurb {
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lot {
  margin: 0 0 16px;
}
.lot .lot-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 12px;
}
.lot p {
  margin: 0;
  color: #707070;
}
.lot .lot-num {
  font-family: s-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.lot .name1 {
  font-family: s-sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.lot .name2 {
  font-family: s-serif;
  font-size: 0.9em;
}
.lot .est {
  font-family: s-sans-serif;
  font-size: 0.9em;
}
.lot .hammerPrice {
  color: #900;
}
.thumbnail-lot {
  margin: 0 0 16px;
}
.thumbnail-lot .lot-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 12px;
}
.thumbnail-lot p {
  margin: 0;
  color: #707070;
}
.thumbnail-lot .lot-num {
  font-family: s-serif;
  font-weight: bold;
  font-size: 1.2em;
}
.thumbnail-lot .name1 {
  font-family: s-sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
}
.thumbnail-lot .name2 {
  font-family: s-serif;
  font-size: 0.9em;
}
.thumbnail-lot .est {
  margin-top: 10px;
  font-family: s-sans-serif;
  font-size: 0.9em;
}
.thumbnail-lot .hammerPrice {
  color: #900;
}
@media (max-width: 575px) {
  .gutter-sm {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs-only-block {
    display: block;
  }
}
@media (min-width: 576px) {
  .gutter-sm {
    margin-left: 0;
    margin-right: 0;
  }

  .xs-only-block {
    display: none;
  }
}
@media (max-width: 991px) {
  .wide-only {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .narrow-only {
    display: none !important;
  }
}
body:not(#foo) input[type=checkbox].s2,
body:not(#foo) input[type=radio].s2 {
  padding: 0;
  margin: 0;
  height: 16px;
  width: 16px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}
body:not(#foo) input[type=checkbox].s2 + label,
body:not(#foo) input[type=radio].s2 + label {
  line-height: 16px;
  padding: 0 0 0 26px;
  margin-left: 0;
  background: url('ui-controls.2526208415a48a30bb54.svg') 0 -1px no-repeat;
  height: 16px;
}
body:not(#foo) input[type=checkbox].s2 + label {
  background-position: 0 -1px;
}
body:not(#foo) input[type=radio].s2 + label {
  background-position: 0 -161px;
}
body:not(#foo) input[type=checkbox].s2:checked + label {
  background-position: 0 -81px;
}
body:not(#foo) input[type=radio].s2:checked + label {
  background-position: 0 -241px;
}
body:not(#foo) input[type=checkbox].s2.flagged:not(:checked) + label {
  background-position: 0 -61px;
}
body:not(#foo) input[type=radio].s2.flagged:not(:checked) + label {
  background-position: 0 -221px;
}
.flagged {
  border-color: #e36666 !important;
}
.s2-button, .s2.btn, a:link.s2.btn, a:visited.s2.btn, a:not([href]).s2.btn, a.s2.btn {
  font-family: s-sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #162c53;
  border: 1px solid #162c53;
  border-radius: 4px;
  padding: 9px 15px 6px;
}
.s2-button.btn-primary:hover, .btn-primary.s2.btn:hover, .s2-button.btn-primary:active, .btn-primary.s2.btn:active, a.s2.btn.btn-primary:hover, a.s2.btn.btn-primary:active {
  background: #2c4c84;
  color: #fff;
}
.s2-button.btn-special, .btn-special.s2.btn, a.s2.btn.btn-special {
  border-color: #841e19;
  background: #841e19;
  text-transform: uppercase;
}
.s2-button.btn-special:hover, .btn-special.s2.btn:hover, .s2-button.btn-special:active, .btn-special.s2.btn:active, a.s2.btn.btn-special:hover, a.s2.btn.btn-special:active {
  background: #a83c37;
  color: #fff;
}
.s2-button.btn-secondary, .btn-secondary.s2.btn, a.s2.btn.btn-secondary {
  background: white;
  border-color: #505050;
  color: #505050;
  font-weight: normal;
}
.s2-button.btn-secondary:hover, .btn-secondary.s2.btn:hover, .s2-button.btn-secondary:active, .btn-secondary.s2.btn:active, a.s2.btn.btn-secondary:hover, a.s2.btn.btn-secondary:active {
  background: #f7f7f7;
  border-color: #d5d5d5;
  color: #505050;
}
h6.s2,
.s2.h6 {
  font-family: s-sans-serif !important;
  font-size: 14px !important;
  font-weight: normal;
  line-height: 1.6em;
  color: #606060;
}
h3.s2,
.s2.h3 {
  font-family: s-sans-serif !important;
  font-size: 20px !important;
  font-weight: normal;
  line-height: 1.6em;
  color: #000;
}
a.s2, a:link.s2, a:visited.s2, a:not([href]).s2 {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  color: black;
}
a.s2:hover, a:link.s2:hover, a:visited.s2:hover, a:not([href]).s2:hover {
  text-decoration: underline;
  color: black;
}
a.s2.btn, a:link.s2.btn, a:visited.s2.btn, a:not([href]).s2.btn {
  text-decoration: none;
}
input.s2,
textarea.s2,
select.s2 {
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fafafa;
  color: #000;
  padding: 6px 12px 4px;
  font-family: s-sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  padding-top: 3px;
  font-size: 14px;
  color: #606060;
}
::-moz-placeholder {
  padding-top: 3px;
  font-size: 14px;
  color: #606060;
}
::-ms-input-placeholder {
  padding-top: 3px;
  font-size: 14px;
  color: #606060;
}
::placeholder {
  padding-top: 3px;
  font-size: 14px;
  color: #606060;
}
.s2.color-error {
  color: #e36666;
}
@font-face {
  font-family: s-sans-serif;
  font-weight: normal;
  src: url('Acumin-RPro.bdb37477b68d098317da.otf') format("opentype");
}
@font-face {
  font-family: s-sans-serif;
  font-weight: bold;
  src: url('Acumin-BdPro.f55e6e6014f6e1692edb.otf') format("opentype");
}
@font-face {
  font-family: s-sans-serif;
  font-weight: normal;
  font-style: italic;
  src: url('Acumin-ItPro.6649f383c19abc37ef85.otf') format("opentype");
}
@font-face {
  font-family: s-sans-serif;
  font-weight: bold;
  font-style: italic;
  src: url('Acumin-BdItPro.4f0a639659911a42b8be.otf') format("opentype");
}
@font-face {
  font-family: s-serif;
  font-weight: normal;
  src: url('MinionPro-Regular.38711b5bb243e894a6d5.otf') format("opentype");
}
@font-face {
  font-family: s-serif;
  font-weight: bold;
  src: url('MinionPro-Semibold.c9e8bb7a0ec14d779d9f.ttf') format("truetype");
}
[routerLink],
.pointer {
  cursor: pointer;
}
html {
  height: 100%;
}
html body {
  background: #000;
  min-height: 100%;
}
.image-56, .image-54, .image-square, .image-wide {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
a.btn-cta,
button.btn-cta {
  background: #c60504;
  border-color: #c60504;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 12px 0;
}
.btn-cta.pending {
  background: #666;
}
.btn-cta.confirmed {
  background: #00805d;
}
.image-wide {
  padding-bottom: 60%;
}
.image-square {
  padding-bottom: 100%;
}
.image-54 {
  padding-bottom: 54.3733%;
}
.image-56 {
  padding-bottom: 56.42%;
}
hr {
  border: 0;
  border-top: 1px solid #d8d8d8;
}
body {
  font-family: s-sans-serif;
}
a {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a .icon {
  height: 24px;
}
.auction .brand {
  font-family: s-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
  margin: 16px 0 0;
  padding: 0;
}
.auction .title {
  color: #666;
  margin: 0 0 16px;
  padding: 0;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
ul.tags {
  padding: 0;
  margin: 0;
}
ul.tags li {
  border-radius: 8px;
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  padding: 2px 6px 0;
  margin-right: 8px;
  font-size: 0.8em;
  color: #fff;
  background: #ccc;
}
ul.tags li:last-child {
  margin: 0;
}
p {
  margin: 0;
  margin-top: 1em;
}
ul.asterisked {
  margin: 0;
  padding-left: 14px;
}
ul.asterisked li {
  list-style-image: url('ui-asterisk.4fd17c5d8af24ce748e6.svg');
}
*,
.form-control,
input.s2,
input.form-control,
textarea.s2,
textarea.form-control {
  outline: 0 none !important;
}
*:focus,
.form-control:focus,
input.s2:focus,
input.form-control:focus,
textarea.s2:focus,
textarea.form-control:focus {
  outline: 0 none !important;
}
textarea:focus,
input[type]:focus,
.uneditable-input:focus {
  outline: 0 none !important;
}
.form-control:focus {
  border-color: #e4e4e4;
  box-shadow: unset;
}
