/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/*
  * SCANGUARD WWW THEME COLOURS
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/**
  * Home Page Hero Banner Partial Stylesheet
 */
.home-hero-banner-content {
  padding: 4.375rem 0;
}
.home-hero-banner-content__video-link {
  padding-top: 0.1875rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.home-hero-banner-content__video-link:hover {
  transition: transform 0.2s ease;
  transform: scale(0.95);
}
.home-hero-banner-content__video-link__text {
  font-size: 1.25rem;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
}
.home-hero-banner-content__video-link .icon-wrapper {
  margin-right: 0.9375rem;
  height: 3.625rem;
  width: 3.625rem;
}
.home-hero-banner-content__video-link .icon-wrapper i {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .home-hero-banner-content {
    padding: 8.75rem 0;
  }
  .home-hero-banner-content__button-left {
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .home-hero-banner-content {
    padding: 6.25rem 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .home-hero-banner-content__button-left {
    margin-right: 0.625rem;
  }
  .home-hero-banner-content__button-right {
    margin-left: 0.625rem;
  }
}