body {
  color: #414141; }

ul {
  list-style-type: none;
  margin: 0; }

hr {
  width: 70%; }
  @media screen and (min-width: 40em) {
    hr {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media screen and (max-width: 39.9375em) {
    hr {
      margin-top: 25px;
      margin-bottom: 25px; } }

@media screen and (min-width: 40em) {
  .desktop-padding-medium.flush-left {
    padding-left: 0; }
  .desktop-padding-medium.flush-right {
    padding-right: 0; } }

@media screen and (min-width: 40em) {
  .desktop-padding-medium {
    padding: 0 90px; } }

.spacing-top-small {
  margin-top: 15px; }

.spacing-top-medium {
  margin-top: 35px; }

.spacing-top-large {
  margin-top: 100px; }

.capitalize {
  text-transform: uppercase; }

.main-title {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 3.5em;
  font-weight: 800;
  margin: 0; }
  .main-title.enlarge {
    font-size: 6em; }
  .main-title.underline::after {
    content: " ";
    display: block;
    width: 30%;
    height: 5px;
    margin: 0 auto;
    background: #ffcc33; }

.sub-title {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 1.5em;
  margin: 0;
  border-bottom: 3px solid #ffcc33;
  display: inline-block; }

.main-title-inline h2, .main-title-inline p {
  display: inline; }

.border-left {
  border-left: 5px solid #ffcc33; }

.contact {
  color: #777;
  font-size: 1.5em;
  padding: 60px 0 10px 0; }
  .contact ul li {
    display: inline;
    padding: 0 15px; }
  .contact ul li + li {
    border-left: 2px solid #DFDFDF; }

.hero img, .mini-hero img {
  width: 100%; }

.hero-wrapper {
  position: relative;
  width: 100%; }
  .hero-wrapper .hero-sizing {
    padding-top: 43%;
    /* Height width ratio. Height / width * 100 */ }
  .hero-wrapper .hero {
    background-image: url(/img/hero.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: 100% auto; }
  .hero-wrapper.banner-australian .hero-sizing, .hero-wrapper.banner-about-us .hero-sizing, .hero-wrapper.banner-products .hero-sizing {
    padding-top: 33%; }
  .hero-wrapper.banner-australian .hero {
    background-image: url(/img/banner-australian.jpg); }
  .hero-wrapper.banner-about-us .hero {
    background-image: url(/img/banner-about-us.jpg); }
  .hero-wrapper.banner-products .hero {
    background-image: url(/img/banner-products.jpg); }

.black-box {
  width: auto;
  height: 240px;
  background-color: black;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .black-box {
      height: 90px; } }

.mini-hero {
  border-top: 3px solid #ffcc33;
  border-bottom: 10px solid #ffcc33; }

.about-us-images li {
  display: inline-block; }

.page ul {
  display: flex;
  flex-wrap: wrap; }
  .page ul li {
    flex: 0 0 33%;
    padding: 10px; }

footer {
  color: #FFFFFF;
  background-color: #777;
  padding: 50px 0; }
  footer hr {
    width: 100%;
    border-color: #ffcc33; }
  footer p {
    margin: 0; }

.slick-dots li button::before {
  font-size: 15px; }

.slick-dots li.slick-active button::before {
  font-size: 18px;
  color: #ffcc33; }
