@charset "UTF-8";
/*
Theme Name:    Rainwatch Filters
Developed by:  hazardawareness
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body, html {
  font-size: 62.5%; }

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
  position: relative; }

.container.small-container {
  max-width: 780px; }

.container.medium-container {
  max-width: 900px; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 559px
    -----------------------------------------------------------------------------

    Span 1:    21.25%
    Span 2:    47.5%
    Span 3:    73.75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 559px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .col:not(.spacer-col) {
    margin-bottom: 2rem; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1,
  .nav_col {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2,
  .spec_half_col {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3,
  .logo_col {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .footer_legal_col,
  .span_6,
  .sixth_col,
  .full_col,
  .half_col,
  .footer_col,
  .footer_col_first,
  .third_col,
  .fourth_col,
  .sidebar_col,
  .full_width_col,
  .main_content_col {
    margin-left: 0;
    width: 100%; } }

/* 2. 12 Column Grid 560px - 1079px
    -----------------------------------------------------------------------------

    Span 1:    6.04166666667%
    Span 2:    14.5833333333%
    Span 3:    23.125%
    Span 4:    31.6666666667%
    Span 5:    40.2083333333%
    Span 6:    48.75%
    Span 7:    57.2916666667%
    Span 8:    65.8333333333%
    Span 9:    74.375%
    Span 10:    82.9166666667%
    Span 11:    91.4583333333%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 560px) and (max-width: 900px) {
  .col {
    margin-left: 4%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(2n - 1),
  .row .service_col:nth-of-type(4n - 3),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 4.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3,
  .aside_col,
  .logo_col {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .third_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    width: 39.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6,
  .half_col,
  .fourth_col,
  .sixth_col,
  .one_sixth_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7,
  .profile_col {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .two_thirds_col,
  .main_content_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9,
  .nav_col {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_10 {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_11 {
    width: 91.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 3. 12 Column Grid 1080px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .fourth_col:nth-of-type(4n - 3),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 3.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2,
  .footer_col,
  .sixth_col,
  .one_sixth_col {
    width: 12.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3,
  .fourth_col {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .third_col,
  .sidebar_col,
  .aside_col,
  .logo_col {
    width: 30%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_5 {
    width: 38.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_6,
  .half_col {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_7 {
    width: 56.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_8,
  .main_content_col,
  .nav_col {
    width: 65%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_9 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_10 {
    width: 82.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_11 {
    width: 91.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* Column Shortcodes */
@media (min-width: 600px) {
  .content-column {
    padding: 0 3rem 0 0;
    margin-bottom: 2rem; }
    .content-column.last_column {
      padding: 0 0 0 0; } }

body.home .main .row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/************** @MIXINS ************/
/************** BASE ************/
.rsp-img,
article img,
.home-slider img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .image-container .hover-expand {
    transition: all 0.2s ease-in; }
  .image-container .hover-expand:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 0.2s ease-in; }

.hidden {
  display: none; }

.screen-reader-text {
  display: none; }

#wpadminbar {
  position: absolute; }

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0; }
  div.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  div.wp-caption.alignleft {
    float: left;
    margin: 0 0 1em 1em; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #efefef;
  margin-bottom: 1.5rem; }

/************** LAYOUT ************/
body {
  overflow-x: hidden; }

iframe {
  display: block;
  max-width: 100%; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-container {
  display: flex;
  width: 100%;
  height: 100%; }
  .flex-container > * {
    display: block; }

.flex-centre {
  justify-content: flex-start;
  align-content: center;
  align-items: center; }

.flex-content-bottom {
  align-content: flex-end;
  justify-content: flex-end; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 2rem !important; }

.margin-bottom-small {
  margin-bottom: 1.2rem !important; }

.margin-bottom-large {
  margin-bottom: 5rem !important; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.0rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.blue-bg {
  background-color: #1F2A53; }

.lightblue-bg {
  background-color: #007fb5; }

@media (max-width: 600px) {
  .mobile-hide {
    display: none; }
  #wpadminbar {
    display: none; } }

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.6em;
  color: #007fb5;
  text-transform: uppercase; }

h1 {
  font-size: 3.6rem;
  font-weight: 900; }

h2 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #1F2A53; }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 2.2rem;
  color: #1F2A53; }

h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 900; }

h6 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #333333; }

@media (min-width: 1100px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.0rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 2.4rem; } }

p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 400; }

p:last-child {
  margin-bottom: 0; }

small, .small-text {
  font-size: 1.3rem;
  line-height: 1.9rem; }

em, .italic {
  font-style: italic; }

strong, b {
  font-weight: 700; }

date {
  font-size: 1.4rem; }

hr {
  border: none;
  width: 100%;
  height: 2px;
  background-color: #889195;
  margin: 2.5rem 0; }

/*  Utilities  */
.large-0 {
  font-size: 1.3em; }

.large-1 {
  font-size: 1.5em; }

.large-2 {
  font-size: 1.9em; }

.large-3 {
  font-size: 2.5em; }

.text-centre,
.text-center,
.text-centre *,
.text-center * {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.blue-text {
  color: #1F2A53; }

.lightblue-text {
  color: #007fb5; }

.grey-text {
  color: #889195; }

.dark-text {
  color: #333333; }

.light-grey-text {
  color: #EAEAEA; }

.light-text,
.white-text,
.white-text *,
.light-text * {
  color: #fff; }

.body-text {
  font-weight: 400; }

.header-text {
  font-weight: 700; }

blockquote p {
  color: #889195;
  font-size: 1.5rem;
  line-height: 1.45em; }

blockquote cite {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer; }

p a {
  text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  display: inline-block; }

main p a {
  text-decoration: underline; }

/*  Lists  */
ul, ol, li {
  font-size: 1.5rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

ul.display-list,
article ul,
.main ul:not(.sidebar-menu),
article ol,
.main ol:not(.sidebar-menu) {
  list-style: disc;
  margin-left: 2.3rem; }
  ul.display-list li,
  article ul li,
  .main ul:not(.sidebar-menu) li,
  article ol li,
  .main ol:not(.sidebar-menu) li {
    position: relative;
    margin-bottom: 0.3rem; }

article ol,
main ol {
  list-style: decimal !important; }

.sidebar_col ul,
.sidebar_col ul.sub-menu,
.sidebar_col ul li {
  list-style: none;
  margin-left: 0 !important; }

/* Titles & Sub-titles */
.two-column-text {
  text-align: left; }
  .two-column-text p {
    text-align: left; }

@media (min-width: 900px) {
  .two-column-text {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
            column-gap: 4.5rem; } }

.site-header {
  background-color: #fff;
  position: relative;
  z-index: 11; }

.logo-link {
  padding: 2rem 0;
  display: block; }

.mobile-header {
  color: #fff; }

.logo-container {
  text-align: center;
  background-color: #fff; }

.site-logo {
  display: block;
  margin: 1rem;
  display: block;
  max-height: 60px; }

.top-bar {
  display: none; }

.top-bar-container {
  color: #889195;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 0;
  height: 40px; }
  .top-bar-container * {
    color: #889195;
    font-size: 1.1rem;
    text-transform: uppercase; }

.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 1; }
  .social-list li {
    display: inline-block;
    margin: 0 0 0 1rem; }
    .social-list li img {
      display: block;
      height: 20px;
      width: auto; }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative;
    margin: 0; }
  .site-menu a {
    display: block;
    color: #007fb5;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 1rem 1.2rem 0.6rem;
    white-space: nowrap;
    transition: all 0.2s ease-in; }

@media (min-width: 800px) {
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .top-bar {
    display: block; }
  ul.site-menu {
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between; }
    ul.site-menu li {
      flex-grow: 1; }
      ul.site-menu li a {
        text-align: center;
        padding: 3rem 1rem; }
      ul.site-menu li:hover {
        background-color: #EAEAEA; }
      ul.site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
    ul.site-menu ul {
      background-color: #e0e0e0;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      display: none;
      padding: 0;
      transition: all 0.2s ease-in; }
      ul.site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        ul.site-menu ul li a {
          padding: 1rem 1.5rem 0.8rem;
          transition: all 0.2s ease-in; }
        ul.site-menu ul li:hover {
          background-color: #d6d6d6; }
          ul.site-menu ul li:hover ul {
            top: -4px;
            left: 100%; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

@media (max-width: 799px) {
  .site-logo {
    display: block;
    max-height: 50px; }
  .col.nav_col,
  .col.logo_col {
    margin-bottom: 0; }
  #pull {
    display: block;
    height: 4rem;
    width: 4rem;
    margin: 1.5rem 0 1.5rem auto;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1099;
    text-indent: -9999px;
    text-decoration: none;
    background-image: url(images/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto; }
  .menu-icon {
    vertical-align: middle;
    height: 14px;
    margin-left: 0.5rem; }
  .site-menu {
    pointer-events: all;
    top: 6.5rem;
    right: 0;
    position: absolute;
    background-color: #fff;
    text-align: right;
    padding: 2rem;
    box-shadow: 0 0 7px 1px rgba(13, 13, 13, 0.3); }
    .site-menu a {
      font-size: 1.7rem; }
    .site-menu ul {
      margin-bottom: 0; }
      .site-menu ul li {
        position: relative;
        padding-left: 1.2em; }
        .site-menu ul li:before {
          content: "-";
          font-weight: 600;
          color: #1F2A53;
          position: absolute;
          left: 1em;
          top: 0.5em; }
    .site-menu.menu-hide {
      display: none;
      left: -110vw;
      right: 110vw;
      pointer-events: none; } }

.site-footer {
  background-color: #007fb5;
  color: #fff; }
  .site-footer .small-text {
    font-size: 1.2rem; }
  .site-footer a {
    text-decoration: none; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }

.lower-footer {
  background-color: #333333;
  font-size: 1.2rem;
  padding: 0.8rem 0; }
  .lower-footer span {
    display: block;
    text-align: center;
    font-size: 1.2rem; }
  .lower-footer a {
    text-transform: uppercase;
    color: #fff; }

.legal-text {
  font-size: 1.7rem;
  opacity: 0.9; }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
button,
select {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  border: solid 1px #889195;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 2px;
  font-weight: 400;
  background-color: #fff;
  color: #333333; }

label {
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: inline-block; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #889195; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #889195; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #889195; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #889195; }

textarea {
  height: 12.0rem;
  max-width: 100%; }

select {
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 4rem 0.5rem 1rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border: solid 1px #889195;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(images/select-arrow.svg) center right 12px no-repeat;
  background-size: 16px !important;
  color: #333333 !important;
  background-color: #fff; }

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1.0rem 1.5rem;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 400;
  border-radius: 3px;
  color: #fff;
  position: relative;
  background-color: #1F2A53;
  transition: all 0.2s ease-in;
  background-color: #007fb5;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  display: inline-block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 3px !important;
  width: auto; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover {
    background-color: #0091cf; }

input:focus,
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #1F2A53;
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 1rem; }

div.wpcf7-response-output {
  background-color: #889195;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px; }
  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #42ba71; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1.0rem 1.5rem;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 400;
  border-radius: 3px;
  color: #fff;
  position: relative;
  background-color: #1F2A53;
  transition: all 0.2s ease-in; }
  .btn:hover {
    background-color: #1F2A53;
    transition: all 0.2s ease-in; }

.btn.white-btn {
  background-color: #fff;
  color: #333333; }
  .btn.white-btn:hover {
    background-color: #fff;
    color: #333333; }

.btn.blue-btn {
  background-color: #1F2A53;
  color: #fff; }
  .btn.blue-btn:hover {
    background-color: #182140;
    color: #fff; }

.btn.lightblue-btn {
  background-color: #007fb5;
  color: #fff; }
  .btn.lightblue-btn:hover {
    background-color: #006d9c;
    color: #fff; }

.btn.grey-btn {
  background-color: #889195;
  color: #fff; }
  .btn.grey-btn:hover {
    background-color: #7b8589;
    color: #fff; }

.btn.block-btn {
  display: block;
  width: 100%;
  text-align: center; }

.btn.disabled-btn {
  cursor: default; }

/***************  HOME ******************/
/***************  HOME SLIDER ******************/
.home-slider {
  background-color: #889195;
  margin: 0; }
  .home-slider .slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0; }
  .home-slider .slide-container {
    width: 90%;
    height: 100%;
    max-width: 960px;
    margin: auto;
    padding: 4vh 0;
    position: relative;
    z-index: 11; }
    .home-slider .slide-container * {
      color: #fff; }

@media (min-width: 900px) {
  .home-slider .slide-container {
    padding: 8vh 8rem; } }

/***************  QUICKLINKS ******************/
.home-quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch; }
  .home-quick-links .quicklink {
    flex-grow: 2;
    width: 50%; }

.quicklink {
  background-color: #fff;
  transition: background 0.2s ease-in; }
  .quicklink * {
    text-align: center; }
  .quicklink p {
    color: #333333;
    font-size: 1.3rem; }
  .quicklink h5 {
    font-size: 1.4rem; }
  .quicklink a {
    text-decoration: none;
    padding: 2rem 1.5rem; }
  .quicklink:hover {
    background-color: #007fb5;
    transition: background 0.2s ease-in; }
    .quicklink:hover h5 {
      color: #fff; }
    .quicklink:hover p {
      color: #fff; }

.quicklink .image-container {
  position: relative;
  height: 150px;
  margin-bottom: 1rem; }
  .quicklink .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 150px;
    display: block; }
  .quicklink .image-container .default-image {
    opacity: 1;
    transition: opacity 0.2s ease-in; }
  .quicklink .image-container .hover-image {
    opacity: 0;
    transition: opacity 0.2s ease-in; }

.quicklink:hover .image-container .default-image,
.quicklink.auto-hover-link .image-container .default-image {
  opacity: 0;
  transition: opacity 0.2s ease-in; }

.quicklink:hover .image-container .hover-image,
.quicklink.auto-hover-link .image-container .hover-image {
  opacity: 1;
  transition: opacity 0.2s ease-in; }

@media (min-width: 900px) {
  .home-quick-links {
    flex-wrap: nowrap; }
  .quicklink {
    width: 16.6666666%; } }

/***************  PARALLAX SECTION ******************/
.parallax-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  min-height: 150px; }

@media (min-height: 500px) {
  .parallax-section {
    min-height: 230px; } }

@media (min-height: 1200px) {
  .parallax-section {
    min-height: 370px; } }

/***************  PAGE HEADERS ******************/
.page-header {
  background-color: #007fb5;
  background-image: url(images/page-hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 0; }
  .page-header h1 {
    font-size: 4.2rem;
    text-transform: uppercase;
    margin: 0; }

/***************  NEWS ******************/
.post-highlight,
.post {
  position: relative; }

.post-highlight img {
  margin-bottom: 2rem; }

date {
  color: #1F2A53;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.8rem; }

@media (min-width: 800px) {
  date {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0; }
    date span {
      display: block;
      text-align: center; }
    date .date {
      font-size: 4.6rem;
      line-height: 1; }
  .post-content {
    margin-left: 150px; } }

/***************  MAP ******************/
.location-map {
  display: block;
  width: 100%;
  height: 250px; }

@media (min-width: 1000px) {
  .location-map {
    height: 350px; } }

/***************  BREADCRUMBS ******************/
.pagination,
.breadcrumbs {
  padding: 1.6rem 0;
  border-top: solid 1px #889195; }

#breadcrumbs {
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase; }
  #breadcrumbs a {
    text-decoration: none; }

/***************  SIDEBAR ******************/
.sidebar-menu {
  list-style: none;
  margin: 0;
  font-weight: 400;
  position: relative; }
  .sidebar-menu a {
    font-size: 1.8rem;
    color: #1F2A53;
    font-weight: 600; }
  .sidebar-menu ul {
    list-style: none;
    margin: 0; }
  .sidebar-menu > li {
    display: none; }
  .sidebar-menu > li.current-page-ancestor,
  .sidebar-menu > li.current-menu-ancestor,
  .sidebar-menu > li.current-menu-parent,
  .sidebar-menu > li.current-menu-item {
    display: block;
    opacity: 1; }
  .sidebar-menu li a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.4rem 0;
    display: block; }
  .sidebar-menu .sub-menu a {
    color: #333333;
    font-size: 1.4rem;
    font-weight: 600; }
  .sidebar-menu .sub-menu .sub-menu a {
    color: #889195;
    margin-left: 2rem; }

/********** WOOCOMMERCE OVERRIDES ***********/
.price .amount {
  color: #007fb5; }

form.cart {
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA;
  padding: 2rem 0;
  margin-top: 2rem; }

.payment_method_westpac_payway_api img {
  display: none; }

.related.products {
  clear: both; }
  .related.products h2 {
    font-variant-caps: 2.4rem; }

/******************* WOOCOMMERCE BUTTONS *******************/
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button {
  display: inline-block;
  text-decoration: none;
  padding: 1.0rem 1.5rem;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  cursor: pointer;
  line-height: 1em;
  font-weight: 400;
  border-radius: 3px;
  color: #fff;
  position: relative;
  background-color: #1F2A53;
  transition: all 0.2s ease-in; }
  .woocommerce #respond input#submit.disabled.alt,
  .woocommerce #respond input#submit:disabled.alt,
  .woocommerce #respond input#submit:disabled[disabled].alt,
  .woocommerce a.button.disabled.alt, .woocommerce a.button:disabled.alt,
  .woocommerce a.button:disabled[disabled].alt,
  .woocommerce button.button.disabled.alt,
  .woocommerce button.button:disabled.alt,
  .woocommerce button.button:disabled[disabled].alt,
  .woocommerce input.button.disabled.alt,
  .woocommerce input.button:disabled.alt,
  .woocommerce input.button:disabled[disabled].alt,
  .woocommerce.woocommerce #respond input#submit.alt,
  .woocommerce.woocommerce #respond input#submit:hover.alt,
  .woocommerce.woocommerce a.button.alt,
  .woocommerce.woocommerce a.button:hover.alt,
  .woocommerce.woocommerce button.button.alt,
  .woocommerce.woocommerce button.button:hover.alt,
  .woocommerce.woocommerce input.button.alt {
    background-color: #889195; }
  .woocommerce #respond input#submit.disabled.disabled,
  .woocommerce #respond input#submit:disabled.disabled,
  .woocommerce #respond input#submit:disabled[disabled].disabled,
  .woocommerce a.button.disabled.disabled, .woocommerce a.button:disabled.disabled,
  .woocommerce a.button:disabled[disabled].disabled,
  .woocommerce button.button.disabled.disabled,
  .woocommerce button.button:disabled.disabled,
  .woocommerce button.button:disabled[disabled].disabled,
  .woocommerce input.button.disabled.disabled,
  .woocommerce input.button:disabled.disabled,
  .woocommerce input.button:disabled[disabled].disabled,
  .woocommerce.woocommerce #respond input#submit.disabled,
  .woocommerce.woocommerce #respond input#submit:hover.disabled,
  .woocommerce.woocommerce a.button.disabled,
  .woocommerce.woocommerce a.button:hover.disabled,
  .woocommerce.woocommerce button.button.disabled,
  .woocommerce.woocommerce button.button:hover.disabled,
  .woocommerce.woocommerce input.button.disabled {
    color: #fff; }
  .woocommerce #respond input#submit.disabled.single_add_to_cart_button, .woocommerce #respond input#submit.disabled.single_add_to_cart_button:hover, .woocommerce #respond input#submit.disabled.checkout-button, .woocommerce #respond input#submit.disabled.checkout-button:hover, .woocommerce #respond input#submit.disabled#place_order, .woocommerce #respond input#submit.disabled#place_order:hover,
  .woocommerce #respond input#submit:disabled.single_add_to_cart_button,
  .woocommerce #respond input#submit:disabled.single_add_to_cart_button:hover,
  .woocommerce #respond input#submit:disabled.checkout-button,
  .woocommerce #respond input#submit:disabled.checkout-button:hover,
  .woocommerce #respond input#submit:disabled#place_order,
  .woocommerce #respond input#submit:disabled#place_order:hover,
  .woocommerce #respond input#submit:disabled[disabled].single_add_to_cart_button,
  .woocommerce #respond input#submit:disabled[disabled].single_add_to_cart_button:hover,
  .woocommerce #respond input#submit:disabled[disabled].checkout-button,
  .woocommerce #respond input#submit:disabled[disabled].checkout-button:hover,
  .woocommerce #respond input#submit:disabled[disabled]#place_order,
  .woocommerce #respond input#submit:disabled[disabled]#place_order:hover,
  .woocommerce a.button.disabled.single_add_to_cart_button,
  .woocommerce a.button.disabled.single_add_to_cart_button:hover,
  .woocommerce a.button.disabled.checkout-button,
  .woocommerce a.button.disabled.checkout-button:hover,
  .woocommerce a.button.disabled#place_order,
  .woocommerce a.button.disabled#place_order:hover, .woocommerce a.button:disabled.single_add_to_cart_button, .woocommerce a.button:disabled.single_add_to_cart_button:hover, .woocommerce a.button:disabled.checkout-button, .woocommerce a.button:disabled.checkout-button:hover, .woocommerce a.button:disabled#place_order, .woocommerce a.button:disabled#place_order:hover,
  .woocommerce a.button:disabled[disabled].single_add_to_cart_button,
  .woocommerce a.button:disabled[disabled].single_add_to_cart_button:hover,
  .woocommerce a.button:disabled[disabled].checkout-button,
  .woocommerce a.button:disabled[disabled].checkout-button:hover,
  .woocommerce a.button:disabled[disabled]#place_order,
  .woocommerce a.button:disabled[disabled]#place_order:hover,
  .woocommerce button.button.disabled.single_add_to_cart_button,
  .woocommerce button.button.disabled.single_add_to_cart_button:hover,
  .woocommerce button.button.disabled.checkout-button,
  .woocommerce button.button.disabled.checkout-button:hover,
  .woocommerce button.button.disabled#place_order,
  .woocommerce button.button.disabled#place_order:hover,
  .woocommerce button.button:disabled.single_add_to_cart_button,
  .woocommerce button.button:disabled.single_add_to_cart_button:hover,
  .woocommerce button.button:disabled.checkout-button,
  .woocommerce button.button:disabled.checkout-button:hover,
  .woocommerce button.button:disabled#place_order,
  .woocommerce button.button:disabled#place_order:hover,
  .woocommerce button.button:disabled[disabled].single_add_to_cart_button,
  .woocommerce button.button:disabled[disabled].single_add_to_cart_button:hover,
  .woocommerce button.button:disabled[disabled].checkout-button,
  .woocommerce button.button:disabled[disabled].checkout-button:hover,
  .woocommerce button.button:disabled[disabled]#place_order,
  .woocommerce button.button:disabled[disabled]#place_order:hover,
  .woocommerce input.button.disabled.single_add_to_cart_button,
  .woocommerce input.button.disabled.single_add_to_cart_button:hover,
  .woocommerce input.button.disabled.checkout-button,
  .woocommerce input.button.disabled.checkout-button:hover,
  .woocommerce input.button.disabled#place_order,
  .woocommerce input.button.disabled#place_order:hover,
  .woocommerce input.button:disabled.single_add_to_cart_button,
  .woocommerce input.button:disabled.single_add_to_cart_button:hover,
  .woocommerce input.button:disabled.checkout-button,
  .woocommerce input.button:disabled.checkout-button:hover,
  .woocommerce input.button:disabled#place_order,
  .woocommerce input.button:disabled#place_order:hover,
  .woocommerce input.button:disabled[disabled].single_add_to_cart_button,
  .woocommerce input.button:disabled[disabled].single_add_to_cart_button:hover,
  .woocommerce input.button:disabled[disabled].checkout-button,
  .woocommerce input.button:disabled[disabled].checkout-button:hover,
  .woocommerce input.button:disabled[disabled]#place_order,
  .woocommerce input.button:disabled[disabled]#place_order:hover,
  .woocommerce.woocommerce #respond input#submit.single_add_to_cart_button,
  .woocommerce.woocommerce #respond input#submit.single_add_to_cart_button:hover,
  .woocommerce.woocommerce #respond input#submit.checkout-button,
  .woocommerce.woocommerce #respond input#submit.checkout-button:hover,
  .woocommerce.woocommerce #respond input#submit#place_order,
  .woocommerce.woocommerce #respond input#submit#place_order:hover,
  .woocommerce.woocommerce #respond input#submit:hover.single_add_to_cart_button,
  .woocommerce.woocommerce #respond input#submit:hover.single_add_to_cart_button:hover,
  .woocommerce.woocommerce #respond input#submit:hover.checkout-button,
  .woocommerce.woocommerce #respond input#submit:hover.checkout-button:hover,
  .woocommerce.woocommerce #respond input#submit:hover#place_order,
  .woocommerce.woocommerce #respond input#submit:hover#place_order:hover,
  .woocommerce.woocommerce a.button.single_add_to_cart_button,
  .woocommerce.woocommerce a.button.single_add_to_cart_button:hover,
  .woocommerce.woocommerce a.button.checkout-button,
  .woocommerce.woocommerce a.button.checkout-button:hover,
  .woocommerce.woocommerce a.button#place_order,
  .woocommerce.woocommerce a.button#place_order:hover,
  .woocommerce.woocommerce a.button:hover.single_add_to_cart_button,
  .woocommerce.woocommerce a.button:hover.single_add_to_cart_button:hover,
  .woocommerce.woocommerce a.button:hover.checkout-button,
  .woocommerce.woocommerce a.button:hover.checkout-button:hover,
  .woocommerce.woocommerce a.button:hover#place_order,
  .woocommerce.woocommerce a.button:hover#place_order:hover,
  .woocommerce.woocommerce button.button.single_add_to_cart_button,
  .woocommerce.woocommerce button.button.single_add_to_cart_button:hover,
  .woocommerce.woocommerce button.button.checkout-button,
  .woocommerce.woocommerce button.button.checkout-button:hover,
  .woocommerce.woocommerce button.button#place_order,
  .woocommerce.woocommerce button.button#place_order:hover,
  .woocommerce.woocommerce button.button:hover.single_add_to_cart_button,
  .woocommerce.woocommerce button.button:hover.single_add_to_cart_button:hover,
  .woocommerce.woocommerce button.button:hover.checkout-button,
  .woocommerce.woocommerce button.button:hover.checkout-button:hover,
  .woocommerce.woocommerce button.button:hover#place_order,
  .woocommerce.woocommerce button.button:hover#place_order:hover,
  .woocommerce.woocommerce input.button.single_add_to_cart_button,
  .woocommerce.woocommerce input.button.single_add_to_cart_button:hover,
  .woocommerce.woocommerce input.button.checkout-button,
  .woocommerce.woocommerce input.button.checkout-button:hover,
  .woocommerce.woocommerce input.button#place_order,
  .woocommerce.woocommerce input.button#place_order:hover {
    background-color: #007fb5;
    color: #fff; }

/********** PAGINATION ***********/
.woocommerce nav.woocommerce-pagination {
  text-align: right;
  border-top: solid 1px #000;
  padding: 10px 0; }

.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0; }
  .woocommerce nav.woocommerce-pagination ul li {
    padding: 0;
    border: 0;
    border: none; }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
      background: none;
      font-size: 1.2rem;
      cursor: pointer;
      padding: 2px;
      margin: 1px; }
      .woocommerce nav.woocommerce-pagination ul li a:hover a,
      .woocommerce nav.woocommerce-pagination ul li a .current,
      .woocommerce nav.woocommerce-pagination ul li span:hover a,
      .woocommerce nav.woocommerce-pagination ul li span .current {
        color: #007fb5; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: transparent;
      color: #007fb5;
      text-decoration: underline; }

/********** SIDEBAR ***********/
.aff-wrap .wrap {
  padding: 0 1em 1em 1em;
  display: flex;
  flex-direction: column; }

@media (min-width: 900px) {
  .aff-wrap .wrap {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .aff-wrap .wrap > :not(:last-child) {
      margin-right: 1em; }
    .aff-wrap .wrap h3 {
      width: 100%; } }
/*# sourceMappingURL=style.css.map */