/**
  The default Hawksearch CSS causes an initial page load performance hit due to the size and multiple imports.
  Since we're not using the majority of the Hawksearch UI, we don't need the majority of the CSS.  This file holds
  only the essential parts of the larger default file.
 */

/* # Recommendations */

.hawk-recommendation{
  text-align:center;
  position:relative;
}

.hawk-recommendation .hawk-recommendation-inner{
  display: block;
  overflow:hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.hawk-recommendation-inner > h4{
  display: none;
}

.hawk-recommendation .hawk-recommendation-inner .hawk-recommendation-list{
  margin:0;
  padding:0;
}


.hawk-recommendation.hawk-recommendation-horizontal .hawk-recommendation-inner .hawk-recommendation-item{
  width:161px;
  float:left;
}

.hawk-recommendation.hawk-recommendation-vertical .hawk-recommendation-inner .hawk-recommendation-item{
  width:161px;
  margin:0;
  padding:0;
}
.hawk-recommendation .hawk-carousel-next, .hawk-recommendation .hawk-carousel-prev {
  display:inline-block;
  height:38px;
  width:38px;
  padding:0;
  color:#000;
  text-decoration:none;
  font-size:1.8em;
  background: none;
  border: none;
  z-index:10;
  cursor: pointer;
}

.hawk-recommendation .hawk-recommendation-inner.has-arrows {
  padding: 0 40px;
}

.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-next,
.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-prev {
  position:absolute;
  top:50%;
  margin-top:-19px;
}

.hawk-recommendation .hawk-carousel-next.slick-disabled,
.hawk-recommendation .hawk-carousel-prev.slick-disabled{
  display: none !important;
}

.hawk-recommendation .hawk-carousel-next > span,
.hawk-recommendation .hawk-carousel-prev > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-next{
  right: -30px;
}

.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-prev{
  left: -30px;
}

.hawk-recommendation.hawk-recommendation-vertical .has-arrows {
  padding: 30px 0;
}

.hawk-recommendation.hawk-recommendation-vertical .hawk-carousel-prev,
.hawk-recommendation.hawk-recommendation-vertical .hawk-carousel-next {
  position: absolute;
  left: 50%;
  margin-left: -19px;
}

.hawk-recommendation.hawk-recommendation-vertical .hawk-carousel-prev {
  position: absolute;
  top: -40px;
}

.hawk-recommendation.hawk-recommendation-vertical .hawk-carousel-next {
  position: absolute;
  bottom: 0;
}

.hawk-recommendation .hawk-carousel-next:before,
.hawk-recommendation .hawk-carousel-prev:after {
  font-family: 'Material Icons';
  speak: none;
  font-size: 32px;
  line-height: 1;
  vertical-align:middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hawk-recommendation del{
  display: block;
}

.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-next:before {
  content: "navigate_next";
}

.hawk-recommendation.hawk-recommendation-horizontal .hawk-carousel-prev:after {
  content: "navigate_before";
}

.hawk-recommendation.hawk-recommendation-vertical .has-dots .slick-dots {
  position: absolute;
  bottom: -30px;
}
.hawk-recommendation.hawk-recommendation-vertical .has-dots .hawk-carousel-next {
  bottom: -40px;
}

.hawk-recommendation.hawk-recommendation-vertical .has-dots.vertical-dots .slick-dots {
  width: 20px;
  top: 50px;
  right: -2px;
}
.hawk-recommendation.hawk-recommendation-vertical .has-dots.vertical-dots .slick-dots li {
  display: block;
  margin: 0;
}

.slick-slider
{
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots
{

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: #F37624;
}