/*
  Mixin for creating pseudo elements
*/
/*
  Mixins to support bootstrap spacing
 */
/*
  Mixins to create bootstrap responsive width and height clases in px
  w-<breakpoint>-<size>
  h-<breakpoint>-<size> // ex: .h-sm-100 {height: 100px;}
 */
.hero-banner {
  overflow: hidden;
  position: relative; }
  .hero-banner .hero-banner-image-wrapper {
    height: 100%;
    width: 100%; }
  .hero-banner .banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }
  .hero-banner .hero-banner-overlay-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .hero-banner .hero-banner-overlay-wrapper[data-bannerurl]:hover {
      cursor: pointer; }
  .hero-banner .hero-banner-overlay {
    height: 100%; }
  .hero-banner .hero-banner-overlay-inner {
    color: #fff;
    padding: 0.5rem; }
  .hero-banner .banner-subheading {
    margin-bottom: 1rem; }
  .hero-banner .btn {
    min-width: 130px;
    border-radius: 3rem;
    font-size: 0.875rem;
    padding: 0.5rem 2rem; }
  .hero-banner .btn-link {
    padding: 0; }
  .hero-banner .button-wrapper {
    display: inline-block;
    width: 100%;
    min-width: 130px;
    margin: 0.5rem 0; }
  .hero-banner .buttons-displayed-2 .button-wrapper,
  .hero-banner .buttons-displayed-3 .button-wrapper,
  .hero-banner .buttons-displayed-4 .button-wrapper {
    width: calc(50% - 2rem);
    margin: 0.5rem; }
  @media (min-width: 768px) {
    .hero-banner .buttons-displayed-2 .button-wrapper,
    .hero-banner .buttons-displayed-3 .button-wrapper {
      width: auto; } }
  @media (min-width: 992px) {
    .hero-banner .buttons-displayed-4 .button-wrapper {
      width: auto; } }

.slick-slide {
  height: auto; }
  .slick-slide .hero-banner-overlay.align-items-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-sm-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-md-end .hero-banner-overlay-inner,
  .slick-slide .hero-banner-overlay.align-items-lg-end .hero-banner-overlay-inner {
    margin-bottom: 50px; }

/*# sourceMappingURL=banner.css.map*/