p a {
    color: #f3953f !important;
    line-height: inherit;
    text-decoration: none;
}

p a:hover,
a:focus {
    color: #3e464a;
    text-decoration: underlined !important;
}

.ui-accordion-header.ui-state-default {
    font-weight: 600 !important;
    font-size: 1.3em !important;
}

@media only screen and (max-width: 48rem) {
}
.media-youtube-video {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.media-youtube-video .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.media-youtube-video .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}
.media-youtube-video img,
.media-youtube-video .play-button {
    cursor: pointer;
}
.media-youtube-video img,
.media-youtube-video iframe,
.media-youtube-video .play-button,
.media-youtube-video .play-button:before {
    position: absolute;
}
.media-youtube-video .play-button,
.media-youtube-video .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.media-youtube-video iframe {
    height: 100%;
    width: 100%;
    top: 0;
}

.view-display-id-block_video .content.r
.view-display-id-block_video .content.row {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Search tab */
body.page-search-upcominglots .search-tab li.upcoming-lots a {
  background: #002044;  
}
body.page-search-pastlots .search-tab li.past-lots a {
  background: #002044;
}
.search-tab li a:hover {background: #002044;}
.search-tab .contextual-links-wrapper, .txt-link:after {display:none;}
.search-tab .widget {
  margin:0;
  padding:0;
  background: #e7e7e7;
  margin-bottom: 20px;
}
.search-tab ul {margin-left:0;}

.search-tab ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}
.search-tab ul li a {
  padding: 1rem 1.7rem;
  font-size:1rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #f3953f;
}

/* department subpages */
.department-block {
  background: #d6d6d6;
  padding: 15px;
  color: #666666;
}
.department-block .fa-arrow-circle-right {
	margin-left: 60px;
}
.view-forthcoming-auctions {
  background: #f2f2f4;
  padding: 15px;
  color: #666666;
}
.view-forthcoming-auctions a {font-weight:700;}
.department-signup-block {
  background: #002044;
  color:#fff;
}

.department-signup-block h3 {
  color:#fff;
}

.contact-specialists {
  width:357px;
  background: #002044;
  padding-bottom:15px;
  color:#fff;
  margin-top: 65px;
}
.contact-specialists h3 {color: #fff; margin-left:15px;margin-top: 10px;}
.contact-specialists h4 {font-size: 1.1875rem;margin-left:15px;color:#fff;}
.contact-specialists .fa-arrow-circle-right {color:#fff;margin-left: 80px;}
.sidebar .widget .contact-specialists .txt-link {
  color:#fff;
  padding-left:15px;
  padding-right:15px;
}
.contact-specialists .widget {
	margin:0;
    margin-bottom: 10px !important;
}

.sidebar h3 {text-align: left;}
.sidebar .contact-specialists {margin-bottom:40px;}
.sidebar .widget .view-forthcoming-auctions {margin-bottom:40px;}
.sidebar .department-block  {margin-bottom:40px;}

@media only screen and (max-width: 1024px) {
  .contact-specialists {margin-top:0;}
  .sidebar .widget {margin-bottom:20px !important;}
  .contact-specialists .widget {margin-bottom: 0 !important;}
  .featured-block .featured-container.row .w-header h4 {font-size:1rem;}
}

@media only screen and (max-width: 48rem) {
    .view-display-id-block_video .content.row {flex-direction: column;}
}

@media only screen and (max-width: 360px) {
	.contact-specialists {width:100%;}
}
/* 
 *  Hookson Copyright Footer
 */

.footer .copyright {
  display: inline-block;
}

.copyright-hksn {
    color: #3e464a;
    border-left: 1px solid #3e464a;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    font-size: 0.75rem;
}

.copyright-hksn::hover {
    color: #f3953f;
}

/* button.txt-link {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #485156;
  cursor: pointer;
}

button.txt-link:hover, button.txt-link:focus, button.txt-link:active {
  color: #f3953f;
  border-color: #f3953f;
}

button.txt-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #f3953f;
  padding-left: 0.625rem;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.addthisevent-drop {
  display: none !important;
}

.group-link {
  display: block;
  color: #fff;
width: 100%;
height: 100%;
position: absolute;
}
.group-link h3 {
  color: #fff;
}

.node-article h4 {
  font-size: 1rem;
}

.sidebar-first .form-item-search-block-form,
.sidebar-first .widget-container {
  display: block;
  overflow: hidden;
}
.sidebar-first .secondary.button.form-submit {
  background-color: #f3953f;
  border-color: #f3953f;
  color: #FFFFFF;
  border-radius: 0 !important;
}

.page-search-lots .content-main .search-form {
  display: none;
}

.social-icons a {
  display: inline-block;
  margin-right: 7px;
}

.hero-carousel {
  border-bottom: none;
}
.hero .hero-slide.slide-bg {

}
.hero-carousel .slick-arrow {
  position: absolute;
  bottom: 0.625rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0;
  border: 0;
  text-align: center;
  color: #666666;
  cursor: pointer;
  z-index: 1;
  /*background: rgba(0, 0, 0, 0.5);*/ /*
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fa-angle-left {
  left: 1rem;
}
.hero-carousel .slick-arrow.fa-angle-right {
  right: 1rem;
}
.hero-carousel .slick-arrow.fa {
  font-size: 2rem;
}
.hero .bg-hero img {
  position: absolute;
  max-width: inherit;
  height: 100%;
  left: 0;
  right: auto;
  margin-right: 0;
  z-index: 1;
  top: 0;
  bottom: auto;
}
@media only screen and (min-width: 30.0625em) {
  .fa-angle-left {
    left: 1rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .hero-content-wrapper .hero-content {
    padding-left: 3rem;
  }
  .hero-carousel .hero-content h2 {
    line-height: 1.2;
  }
  .hero .bg-hero img {
    position: absolute;
    max-width: inherit;
    height: 100%;
    left: 0;
    right: auto;
    margin-right: 0;
    z-index: 1;
    top: 0;
    bottom: auto;
  }
}
@media only screen and (min-width: 48.0625em) {
  .fa-angle-left {
    left: 1.1rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.1rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .bg-hero img {
    top: -2rem;
  }
  .hero .bg-hero img {
    height: auto;
    left: auto;
    top: -10%;
    bottom: auto;
    width: 150%;
    height: auto;
    right: -25%;
    margin-right: 25%;
    z-index: 1;
  }
}
@media only screen and (min-width: 64.063em) {
  .fa-angle-left {
    left: 1.4rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.4rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
  .hero .bg-hero img {
    position: absolute;
    max-width: none;
    width: 120%;
    height: auto;
    right: -20%;
    left: auto;
    margin-right: 0;
    z-index: 1;
    top: 0;
    bottom: auto;
  }
}
@media only screen and (min-width: 75.0625em) {
  .fa-angle-left {
    left: 1.875rem;
  }
  .hero-carousel .slick-arrow.fa-angle-right {
    right: 1.875rem;
  }
  .hero-carousel .slick-arrow.fa {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 93.813em) {
  .hero .bg-hero img {
    width: auto;
    right: 50%;
    left: auto;
    margin-right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 30em) {
  #gorringes-register {
    display: none !important;
  }
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.login,
  .top-bar-custom .secondary-header .secondary-nav .quick-access-nav li.nav-divider {
