@charset "UTF-8";
/*
Theme Name:    Orbital
Developed by:   hazardawareness
Company URL:   https://hazardawareness.com.au/
Company Name:  hazardawareness
Version: 2.0
*/
/*
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(slick/slick.css);
@import url(slick/slick-theme.css);
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 */ }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  p, ul, li, h1, h2, h3, h4, h5 {
    max-width: 100%; } }

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

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: 90%;
  max-width: 1100px;
  position: relative; }

.single-column-container {
  max-width: 90.5rem; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after,
.page-section: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: 839px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(2n + 1) {
    margin-left: 0; }
  .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 {
    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,
  .main_col,
  .sidebar_col,
  .aside_col,
  .third_col,
  .main_content_col,
  .home_feature_col,
  .full_width_col,
  .half_col,
  .quarter_col {
    margin-left: 0;
    width: 100%; }
  .row.mobile-column-switch {
    display: flex;
    flex-direction: column-reverse; } }

/* 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: 840px) and (max-width: 899px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(n + 1),
  .row .podcast_col:nth-of-type(2n - 1),
  .row .quarter_col:nth-of-type(2n - 1) {
    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,
  .logo_col {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .aside_col,
  .third_col,
  .home_feature_col,
  .sidebar_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,
  .podcast_col,
  .half_col,
  .quarter_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7 {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .main_content_col,
  .main_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_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: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .article-col:nth-of-type(4n + 1),
  .row .podcast_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 5.5833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_2 {
    width: 14.1666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_3,
  .quarter_col {
    width: 22.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_4,
  .logo_col,
  .aside_col,
  .sidebar_col {
    width: 31.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_5 {
    width: 39.9166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_6,
  .half_col {
    width: 48.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_7 {
    width: 57.0833333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_8,
  .nav_col,
  .main_content_col,
  .main_col {
    width: 65.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_9 {
    width: 74.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_10 {
    width: 82.8333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_11 {
    width: 91.4166666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 3%; }
  .span_12,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/************** @MIXINS ************/
/************** BASE ************/
.rsp-img,
article 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; }

.hidden {
  display: none; }

#wpadminbar {
  position: absolute; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/*********** 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; }

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

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

/************** LAYOUT ************/
.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-5050 {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch; }
  .flex-5050 > * {
    width: 50%; }

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

main img {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

.margin-bottom {
  margin-bottom: 3.0rem; }

.margin-bottom-small {
  margin-bottom: 1.5rem; }

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

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

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

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.dark-bg {
  background-color: #231F20; }

.grey-bg {
  background-color: #575759; }

.midgrey-bg {
  background-color: #AEAEAE; }

.lightgrey-bg {
  background-color: #E6E6E6; }

.blue-bg {
  background-color: #00A4E0; }

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

/************** INTERNET EXPLORER CRAP ************/
body {
  font-family: "Muli", sans-serif;
  font-size: 62.5% !important;
  font-size: 1.5rem;
  line-height: 1.55;
  color: #231F20;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  line-height: 1.25em;
  font-family: "Muli", sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none; }

h1, h2, h3 {
  text-transform: uppercase;
  color: #00A4E0;
  margin-bottom: 0.5em; }

h1 {
  font-size: 3.0rem;
  text-transform: uppercase; }

@media (min-width: 1000px) {
  h1 {
    font-size: 3.8rem; } }

h2 {
  font-size: 2.6rem; }

h3 {
  font-size: 2rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem; }

h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

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

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

hr {
  border: none;
  height: 3px;
  width: auto;
  clear: both;
  margin: 3rem auto;
  background-color: #AEAEAE; }

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

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

strong, b {
  font-weight: 700; }

date {
  font-size: 1.5rem;
  opacity: 0.9; }

mark {
  background-color: #00A4E0;
  color: #fff; }

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

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

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

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

@media (min-width: 900px) {
  .large-0 {
    font-size: 1.2em; }
  .large-1 {
    font-size: 1.5em; }
  .large-2 {
    font-size: 2em; }
  .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; }

.highlight-text {
  font-weight: 900;
  text-transform: uppercase; }

.grey-text {
  color: #575759; }

.lightgrey-text {
  color: #E6E6E6; }

.midgrey-text {
  color: #AEAEAE; }

.blue-text {
  color: #00A4E0; }

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

blockquote {
  margin: 1.0rem 2.0rem 2.0rem; }
  blockquote p {
    font-size: 1.8rem;
    line-height: 1.45em; }
  blockquote cite {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase; }

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

main p a {
  color: #00A4E0;
  text-decoration: underline; }

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

ul.display-list,
article ul,
article ol,
main ol,
main ul {
  list-style: disc;
  margin-left: 2.7rem;
  margin-bottom: 1.6rem; }
  ul.display-list li,
  article ul li,
  article ol li,
  main ol li,
  main ul li {
    position: relative;
    margin-bottom: 0.4rem; }

article ol li,
main ol li {
  list-style-type: decimal; }

ul.social-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  ul.social-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
    ul.social-list li img {
      width: 32px;
      height: auto;
      display: block; }

ul.checklist {
  margin: 0;
  margin-left: 46px;
  padding: 0;
  text-decoration: none; }
  ul.checklist li {
    list-style-type: none;
    font-size: 18px;
    text-align: left;
    color: #00A4E0;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 10px;
    line-height: 36px; }
    ul.checklist li:before {
      content: "";
      position: absolute;
      background: url(images/tick@2x.png) no-repeat;
      width: 24px;
      height: 24px;
      top: 7px;
      left: -32px;
      background-size: 100%; }

/* Tables */
main table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  font-size: 1.45rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  main table td {
    padding: 4px 12px;
    line-height: 2.1rem; }
  main table tr > td:first-of-type {
    border-right: solid 2px #575759;
    color: #231F20;
    font-weight: 900; }

.site-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 100%; }

.header-buttons {
  color: #fff;
  text-align: right;
  margin: 1.4rem 0 0; }

.site-logo {
  display: block;
  width: 100%;
  max-width: 20rem;
  height: auto;
  margin: 1.5rem 0; }

.search-link {
  display: block;
  background-image: url(images/search-icon.svg);
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

/******************* HEADER GRID LAYOUT *******************/
.top-header {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

.search-link {
  display: none; }

.top-header {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 200px 1fr;
  gap: 0;
  align-items: center; }
  .top-header .logo-col {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }
  .top-header .mobile-menu-toggle {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    justify-self: end; }
  .top-header .nav-col {
    grid-column: 1 / -1; }
  @media (min-width: 600px) {
    .top-header {
      grid-template-columns: 1fr 1fr 50px; }
      .top-header .strapline-col {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-self: end; }
      .top-header .mobile-menu-toggle {
        grid-column: 3 / 4;
        grid-row: 1 / 2; } }
  @media (min-width: 1100px) {
    .top-header {
      grid-template-columns: 200px 1fr 200px; }
      .top-header .nav-col {
        grid-column: 2 / 3; }
      .top-header .strapline-col {
        grid-column: 3 / 4; } }
.header-strap {
  display: block;
  width: 152px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1100px) {
    .header-strap {
      width: 180px; } }
/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #00A4E0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 1.3rem 1.5rem;
    white-space: nowrap;
    transition: all 0.2s ease-in; }

@media (min-width: 1100px) {
  .site-menu {
    margin-bottom: 0;
    text-align: center; }
    .site-menu a {
      padding: 1rem;
      font-weight: 400;
      color: #00A4E0;
      font-size: 14px;
      letter-spacing: 0.03em; }
    .site-menu > li {
      display: inline-block; }
    .site-menu li:hover > ul,
    .site-menu li:focus > ul {
      display: block;
      opacity: 1;
      transition: all 0.2s ease-in; }
    .site-menu ul.focused {
      display: inherit;
      opacity: 1;
      visibility: visible; }
    .site-menu ul {
      position: absolute;
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      padding: 0;
      display: none;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        display: block;
        width: 100%;
        background-color: rgba(0, 164, 224, 0.85);
        transition: background 0.1s ease-in; }
        .site-menu ul li:last-child {
          border-bottom: none; }
        .site-menu ul li a {
          font-size: 1.3rem;
          padding: 0.6rem 1.2rem;
          color: #fff;
          transition: background 0.1s ease-in; }
        .site-menu ul li:hover, .site-menu ul li:focus {
          background-color: #007fad;
          transition: background 0.1s ease-in; }
          .site-menu ul li:hover a, .site-menu ul li:focus a {
            color: #fff; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

.mobile-menu-background {
  display: none; }

.mobile-nav-container {
  display: none; }

@media (max-width: 1099px) {
  .site-header {
    margin-bottom: 0; }
  #pull {
    display: block;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
  .site-menu {
    pointer-events: all;
    display: grid;
    display: none;
    z-index: 999;
    background-color: #fff;
    padding: 2rem;
    grid-template-columns: 1fr 1fr; }
    .site-menu a {
      padding: 0.5rem 1.4rem; }
    .site-menu ul li {
      position: relative;
      margin-left: 1.5em; }
      .site-menu ul li a {
        color: #007fad;
        font-weight: 500; }
      .site-menu ul li:before {
        content: '–';
        color: #007fad;
        position: absolute;
        left: 0;
        top: 4px;
        font-weight: 600; } }

@media (max-width: 700px) {
  .site-menu {
    padding: 1rem;
    grid-template-columns: 1fr; } }

/******************* INNER HERO *******************/
.site-header {
  padding-bottom: 10rem;
  background-image: url(images/inner-header-hero.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }

@media (max-width: 600px) {
  .site-header {
    background-size: cover; } }

body.home .site-header,
body.page-template-investor-home-page .site-header {
  padding-bottom: 0;
  background-image: none; }

/* Override for temp homepage */
body.page-template-temp-front-page .site-header {
  background-color: transparent;
  background-image: none;
  padding-bottom: 0; }

.site-footer {
  position: relative;
  padding: 2rem 0 0;
  background-color: rgba(35, 31, 32, 0.95); }
  .site-footer .small-text {
    font-size: 1.15rem; }

.contact-section {
  clear: both; }

.footer-logo {
  display: block;
  max-width: 200px;
  margin: 2rem auto; }

.social-media-links {
  list-style: none;
  text-align: right; }
  .social-media-links li {
    display: inline-block;
    margin-left: 0.4rem; }
    .social-media-links li img {
      display: block;
      width: 32px;
      height: auto; }

.lower-footer p {
  color: #AEAEAE;
  font-size: 1.3rem; }

.lower-footer a {
  text-decoration: none; }

.footer-menu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .footer-menu a {
    color: #575759;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center; }
  .footer-menu > li > a {
    color: #00A4E0;
    margin-bottom: 0.8rem; }
  .footer-menu > li {
    display: inline-block; }

.lower-footer-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

@media (min-width: 700px) {
  .footer-flex-container {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; } }

input,
textarea,
button {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  background-color: rgba(255, 255, 255, 0.38);
  color: #231F20; }

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

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

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

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

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

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 4px;
  color: #fff;
  transition: all 0.2s ease-in;
  display: inline-block;
  font-size: 1.5rem;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  border-color: #00A4E0;
  color: #fff !important;
  background-color: #00A4E0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

select {
  font-family: "Muli", 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 #00A4E0;
  -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="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto; }

label {
  font-size: 1.6rem;
  margin-right: 1.4rem;
  display: block;
  margin-bottom: 0.5rem; }

label:not(.visible-label) {
  display: none; }

.visible-labels label {
  display: inherit; }

.checkboxes {
  margin-bottom: 1.4rem; }

.checklist-item {
  display: inline-block;
  width: 20.0rem;
  margin-right: 1rem; }

input.form-width-50 {
  display: block;
  float: left; }

.form-width-50 {
  width: 48%;
  margin-right: 4%; }
  .form-width-50:nth-of-type(2n) {
    margin-right: 0; }

.inline-form {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch; }

@media (min-width: 800px) {
  .inline-form {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; } }

input.inline-block,
textarea.inline-block,
button.inline-block,
select.inline-block {
  width: auto;
  margin: auto 1rem 0.8rem; }

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

/****** SIMPLE MEMBERSHIP FORMS ******/
.swpm-login-widget-form,
.swpm-login-widget-form form {
  width: 100%; }

.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"] {
  width: 100%; }

.swpm-pw-reset-widget-form label,
.swpm-registration-widget-form label,
.swpm-login-widget-form label,
.swpm-form-builder-container label {
  display: inherit; }

.swpm-form-builder-container {
  display: block;
  width: 100%; }
  .swpm-form-builder-container form.swpm-form-builder {
    display: block;
    width: 100%;
    margin: 20px 0; }
  .swpm-form-builder-container .swpm-legend {
    display: none; }
  .swpm-form-builder-container .swpm-section {
    margin: 0 !important; }
  .swpm-form-builder-container input {
    margin-bottom: 0.5rem; }
  .swpm-form-builder-container #item-swpm-4 {
    display: none; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1.5rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1em;
  border-radius: 4px;
  color: #fff;
  transition: all 0.2s ease-in; }

.small-btn {
  font-size: 1.3rem;
  padding: 1rem 1.5rem; }

.large-btn {
  font-size: 2.1rem;
  padding: 2rem 3rem;
  margin: 2.5rem 0;
  display: block;
  text-align: center; }

.btn.blue-btn {
  color: #fff;
  border: none;
  background-color: #00A4E0; }
  .btn.blue-btn:hover, .btn.blue-btn:focus {
    background-color: #009dd6; }

.btn.dark-btn {
  color: #fff;
  border: none;
  background-color: #231F20; }
  .btn.dark-btn:hover, .btn.dark-btn:focus {
    background-color: #1e1a1b; }

.btn.grey-btn {
  color: #fff;
  border: none;
  background-color: #575759; }
  .btn.grey-btn:hover, .btn.grey-btn:focus {
    background-color: #525254; }

.btn.lightgrey-btn {
  color: #fff;
  border: none;
  background-color: #E6E6E6;
  color: #231F20 !important; }
  .btn.lightgrey-btn:hover, .btn.lightgrey-btn:focus {
    background-color: #e1e1e1; }

.btn.midgrey-btn {
  color: #fff;
  border: none;
  background-color: #AEAEAE; }
  .btn.midgrey-btn:hover, .btn.midgrey-btn:focus {
    background-color: darkgray; }

/*************** OBJECT FIT IMAGES ******************/
.object-fit-container {
  overflow: hidden; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .object-fit-container .object-fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; } }

/*************** SEARCH FORM ******************/
.search-link {
  cursor: pointer; }

.search-module {
  position: fixed;
  background-color: rgba(35, 31, 32, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20vh 10vw;
  z-index: 199; }
  .search-module form input {
    font-size: 4.6rem;
    padding: 2.6rem 2.4rem 2rem;
    background-color: rgba(35, 31, 32, 0.9);
    color: #fff; }
  .search-module.hidden {
    display: none;
    opacity: 0;
    transition: all 0.2s 0.1s ease-in; }
  .search-module.show {
    display: block;
    opacity: 1;
    transition: all 0.2s 0.1s ease-in; }

.close-search {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 2rem;
  font-size: 4rem;
  text-decoration: none;
  color: #fff; }

.search-result {
  margin-bottom: 2rem;
  border-bottom: solid 3px #575759;
  padding-bottom: 2rem; }

/*************** PAGE SECTIONS ******************/
.page-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  clear: both; }
  .page-section.light-text * {
    color: #fff; }

.section-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start; }

.image-section {
  min-height: 1px; }

@media (min-width: 900px) {
  .section-content {
    padding: 4rem 4rem 4rem 0; }
  .section-content {
    float: left;
    width: 50%; }
  .image-section {
    float: right;
    width: 50%; }
  .text-side-right .section-content {
    float: right; }
  .text-side-right .image-section {
    float: left; }
  .section-content.single-section-content {
    width: 100%;
    float: none;
    display: block; } }

@media (min-width: 1100px) {
  .section-content {
    padding: 6rem 6rem 6rem 0; }
  .text-side-right .section-content {
    padding: 6rem 0 6rem 6rem; } }

@supports (display: grid) {
  .page-section.grid-section {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: 3rem 1fr 3rem;
    grid-row-gap: 20px; }
    .page-section.grid-section:after {
      content: none; }
  .section-content {
    grid-column: 2 / 3;
    padding: 2rem 0;
    width: 100%; }
  .image-section {
    grid-column: 1 / 4;
    width: 100%; }
  @media (min-width: 900px) {
    .page-section.grid-section {
      grid-template-columns: 3rem 1fr 1fr 3rem; }
    .section-content {
      grid-column: 2 / 3;
      padding: 4rem 4rem 4rem 0; }
    .section-content.single-section-content {
      grid-column: 2 / span 2; }
    .image-section {
      grid-column: 3 / span 2; }
    .text-side-right .section-content {
      grid-column: 3 / 4;
      order: 2; }
    .text-side-right .image-section {
      grid-column: 1 / span 2;
      order: 1; } }
  @media (min-width: 1200px) {
    .page-section.grid-section {
      grid-template-columns: 1fr minmax(550px, 1fr) minmax(550px, 1fr) 1fr; }
    .section-content {
      padding: 6rem 6rem 6rem 0; } } }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .image-section img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; } }

/***************  SIDEBAR BOXES ******************/
.sidebar-box {
  margin-bottom: 2.4rem; }
  .sidebar-box .sidebar-header h4 {
    padding: 1.4rem 2.4rem;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 0; }
  .sidebar-box .sidebar-content {
    padding: 2.4rem; }

.sidebar-box.blue-box {
  background-color: rgba(0, 164, 224, 0.7);
  color: #fff; }
  .sidebar-box.blue-box .sidebar-header {
    background-color: #00A4E0; }

.news-box a.recent-post {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 1.5rem; }
  .news-box a.recent-post date {
    font-weight: 300; }

.latest-news-highlight {
  border-bottom: solid 1px #575759;
  padding: 0.8rem 0; }
  .latest-news-highlight:last-of-type {
    border-bottom: none; }
  .latest-news-highlight date {
    font-size: 1.3rem;
    color: #575759; }
  .latest-news-highlight h4 {
    font-size: 1.5rem;
    text-transform: none; }

.sidebar-menu,
.blog-sidebar ul {
  list-style: none;
  margin: 0;
  font-weight: 400;
  position: relative; }
  .sidebar-menu a,
  .blog-sidebar ul a {
    font-size: 1.8rem;
    text-transform: none; }
  .sidebar-menu ul,
  .blog-sidebar ul ul {
    list-style: none;
    margin: 0;
    position: relative; }
    .sidebar-menu ul > li,
    .blog-sidebar ul ul > li {
      padding: 0.5rem 0 1rem 0;
      border-bottom: solid 2px #E6E6E6; }
      .sidebar-menu ul > li a,
      .blog-sidebar ul ul > li a {
        font-weight: 400;
        padding: 0.2rem 0;
        font-size: 1.45rem;
        color: #00A4E0;
        text-transform: none; }
  .sidebar-menu > li,
  .blog-sidebar ul > 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,
  .blog-sidebar ul > li.current-page-ancestor,
  .blog-sidebar ul > li.current-menu-ancestor,
  .blog-sidebar ul > li.current-menu-parent,
  .blog-sidebar ul > li.current-menu-item {
    display: block;
    opacity: 1; }
    .sidebar-menu > li.current-page-ancestor > a,
    .sidebar-menu > li.current-menu-ancestor > a,
    .sidebar-menu > li.current-menu-parent > a,
    .sidebar-menu > li.current-menu-item > a,
    .blog-sidebar ul > li.current-page-ancestor > a,
    .blog-sidebar ul > li.current-menu-ancestor > a,
    .blog-sidebar ul > li.current-menu-parent > a,
    .blog-sidebar ul > li.current-menu-item > a {
      color: #00A4E0;
      border-bottom: solid 2px #00A4E0;
      margin-bottom: 5px; }
  .sidebar-menu li a,
  .blog-sidebar ul li a {
    text-decoration: none;
    padding: 0.6rem 0 0.8rem;
    display: block; }
  .sidebar-menu li.current-menu-item > a,
  .blog-sidebar ul li.current-menu-item > a {
    font-weight: 900; }

.single-blog_post .sidebar-menu li.menu-item-51,
.single-blog_post .sidebar-menu li.menu-item-2160 {
  display: block;
  opacity: 1; }
  .single-blog_post .sidebar-menu li.menu-item-51 > a,
  .single-blog_post .sidebar-menu li.menu-item-2160 > a {
    color: #00A4E0;
    border-bottom: solid 2px #00A4E0;
    margin-bottom: 5px; }

.blog-sidebar ul li {
  display: block; }

.blog-sidebar h4 {
  color: #00A4E0;
  border-bottom: solid 2px #00A4E0;
  margin-bottom: 5px;
  font-size: 1.8rem;
  text-transform: none;
  padding: 0.5rem 0 1rem 0; }

.blog-sidebar li {
  padding: 0.5rem 0 1rem 0;
  border-bottom: solid 2px #E6E6E6; }
  .blog-sidebar li a {
    font-weight: 400;
    padding: 0.2rem 0;
    font-size: 1.45rem;
    color: #00A4E0;
    text-transform: none; }
  .blog-sidebar li.current-cat a {
    font-weight: 900; }

/***************  PDF DOWNLOADS ******************/
.pdf-download,
.pretty-pdf-link a[href$=".pdf"] {
  position: relative;
  background-color: #AEAEAE;
  display: block;
  margin: 1.4em 0;
  padding: 1.5rem 2rem 1.5rem 6.6rem;
  font-size: 1.7rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2em;
  color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-in; }
  .pdf-download:hover,
  .pretty-pdf-link a[href$=".pdf"]:hover {
    background-color: #bbbbbb;
    transition: all 0.2s ease-in; }
  .pdf-download:before,
  .pretty-pdf-link a[href$=".pdf"]:before {
    content: "";
    display: block;
    position: absolute;
    top: 1.7rem;
    bottom: 1.7rem;
    left: 1.7rem;
    width: 3.2rem;
    background-image: url(images/pdf-icon-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .pdf-download .pdf-size,
  .pretty-pdf-link a[href$=".pdf"] .pdf-size {
    color: #fff;
    font-size: 1.6rem; }

.pretty-pdf-link a[href$=".pdf"] {
  padding: 2.2rem 2rem 2.2rem 6.6rem; }

/*************** MISC ******************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/************** HOME **************/
.home-hero-parallax,
.minimal-home-hero {
  position: relative; }
  .home-hero-parallax:before,
  .minimal-home-hero:before {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e2b60;
    background-image: url(images/home-parallax-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1; }

@-webkit-keyframes panning {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }

@keyframes panning {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }

@media (min-width: 900px) {
  .home-hero-parallax:before {
    -webkit-animation: panning 40s infinite linear;
            animation: panning 40s infinite linear; } }

body.home .main,
body.page-template-temp-front-page .main {
  background-color: #fff; }

.home-parallax-text {
  color: #fff;
  font-size: 4rem;
  width: 80vw;
  max-width: 700px;
  text-align: center;
  bottom: 5vh;
  right: 5vw;
  -webkit-transform: translate(0);
          transform: translate(0);
  transition: opacity 0.3s 1s ease, -webkit-transform 1.4s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.4s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s 1s ease;
  transition: transform 1.4s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s 1s ease, -webkit-transform 1.4s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .home-parallax-text.home-parallax-start {
    -webkit-transform: translate(110vw, 0);
            transform: translate(110vw, 0); }
  .home-parallax-text.home-parallax-end {
    opacity: 0;
    -webkit-transform: translate(-110vw, 0);
            transform: translate(-110vw, 0); }

.home-parallax-object.home-transition-reset {
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0); }

.minimal-home-hero {
  height: 100%;
  min-height: 50vh; }
  .minimal-home-hero .home-parallax-text {
    left: auto;
    right: auto;
    width: 100%;
    max-width: none; }
    @media (min-width: 900px) {
      .minimal-home-hero .home-parallax-text {
        font-size: 6rem;
        line-height: 0.9; } }
.home-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch; }
  .home-features > * {
    width: 50%; }

.home-features > * {
  padding: 2rem; }

.hero-container {
  padding: 90px 0; }
  @media (min-width: 900px) {
    .hero-container {
      padding: 140px 0; } }
@media (min-width: 800px) {
  @supports (display: grid) {
    .asx-announcements-box,
    .careers-box {
      grid-column: span 5; } } }

@media (min-width: 1000px) {
  @supports (display: grid) {
    .asx-announcements-box,
    .careers-box {
      grid-column: span 4;
      grid-row: span 2; }
    .latest-presentation-box,
    .share-price-box {
      grid-column: span 2; } } }

.latest-presentation-link {
  text-decoration: none;
  font-size: 1.8rem; }
  .latest-presentation-link date {
    display: block;
    font-size: 1.4rem;
    color: #575759; }

.home-hero-text {
  color: #fff;
  line-height: 1.1; }
  .home-hero-text span {
    color: #00A4E0; }
  @media (min-width: 800px) {
    .home-hero-text {
      font-size: 42px; } }
  @media (min-width: 1100px) {
    .home-hero-text {
      font-size: 52px; } }
.hero-sub {
  font-size: 20px;
  color: #00A4E0; }

/************** NEWS SLIDER **************/
.home-hero-news {
  background-color: #021e33bd; }

.home-news-slider {
  margin: 20px 0;
  padding: 0;
  align-self: end; }
  .home-news-slider .news-slide {
    padding: 5px 0;
    margin: 0 10px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: solid 3px #00A4E0; }
    .home-news-slider .news-slide h3 {
      text-align: center; }
  .home-news-slider .news-thumbnail-container {
    height: 100px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px; }
    .home-news-slider .news-thumbnail-container img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media (min-width: 800px) {
      .home-news-slider .news-thumbnail-container {
        height: 140px; } }
    @media (min-width: 1100px) {
      .home-news-slider .news-thumbnail-container {
        height: 160px; } }
/************** ASX ANNOUNCEMENTS **************/
.document-list {
  list-style: none;
  margin: 0 0 2rem 0 !important; }
  .document-list li {
    display: block;
    margin: 0 0 1.6rem 0;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 1rem; }
    .document-list li:last-of-type {
      border-bottom: none; }
    .document-list li a {
      text-align: left;
      text-decoration: none; }
  .document-list date,
  .document-list .asx-date {
    color: #AEAEAE;
    font-size: 1.4rem;
    display: block; }
  .document-list h4,
  .document-list .asx-title {
    color: #575759;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 0; }

form.document-filter-form {
  padding-bottom: 20px;
  margin-bottom: 1.6rem;
  border-bottom: solid 2px #f8f8f8; }
  form.document-filter-form select {
    margin: 0;
    float: right;
    width: auto; }

.file-details {
  font-weight: 600;
  color: #00A4E0;
  font-size: 1.4rem; }
  .file-details span {
    text-decoration: underline; }

.pagination .nav-links {
  text-align: right; }
  .pagination .nav-links span,
  .pagination .nav-links a {
    display: inline-block;
    background-color: #E6E6E6;
    padding: 0.4rem 1rem;
    border-radius: 4px;
    margin: 0 0.5rem;
    font-size: 1.4rem; }

/************** STAFF PAGE **************/
.staff-row {
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .staff-row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }
  .staff-row h3 {
    color: #00A4E0;
    text-transform: none; }
  .staff-row h4 {
    font-size: 1.8rem; }
  .staff-row img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }
  .staff-row .staff-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #575759;
    margin-bottom: 3.5%; }
  .staff-row .staff-overview {
    background-color: #575759;
    color: #fff;
    padding: 15px; }
    .staff-row .staff-overview p {
      font-size: 1.4rem;
      line-height: 1.4em; }

/************** BLOG **************/
.blog-post-highlight {
  display: grid;
  padding-bottom: 2rem;
  border-bottom: solid 1px #AEAEAE;
  margin-bottom: 2rem; }
  .blog-post-highlight:first-of-type {
    padding-top: 2rem;
    border-top: solid 1px #AEAEAE; }
  .blog-post-highlight h2 {
    margin-bottom: 0; }
  .blog-post-highlight > * {
    order: 2; }
  .blog-post-highlight .post-thumb {
    order: 1;
    margin-bottom: 1.6rem; }

.post-meta {
  border-bottom: solid 1px #E6E6E6;
  padding-bottom: 5px;
  margin-bottom: 5px; }
  .post-meta * {
    color: #AEAEAE; }

@media (min-width: 800px) {
  .blog-post-highlight {
    grid-gap: 2rem 3rem;
    grid-template-columns: 3fr 5fr; }
    .blog-post-highlight:first-child {
      grid-column-start: 1; }
    .blog-post-highlight .post-title {
      grid-column: 1 / -1; }
    .blog-post-highlight .post-thumb {
      order: 2; }
    .blog-post-highlight .post-content-highlight:nth-child(2) {
      grid-column: 1 / -1; } }

/************** HERO **************/
.investor-latest {
  display: flex;
  flex-direction: column; }
  .investor-latest .asx-announcements-box {
    flex-basis: 70%;
    flex-grow: 2;
    padding: 20px;
    padding-left: 0 !important; }
  .investor-latest .share-price-box {
    flex-basis: 30%;
    padding: 20px; }
  @media (min-width: 800px) {
    .investor-latest {
      flex-direction: row;
      justify-content: stretch;
      align-items: stretch; }
      .investor-latest .asx-announcements-box,
      .investor-latest .share-price-box {
        padding: 30px; } }
.asx-announcements-box .asx-latest a {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #00A4E0; }

.asx-announcements-box .asx-latest li:last-of-type a {
  border-bottom: none; }

.asx-announcements-box .asx-latest .asx-date {
  color: #00A4E0;
  font-size: 1.4rem; }

.asx-announcements-box .asx-latest .asx-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem; }

.careers-box {
  background-color: #AEAEAE; }

.latest-presentation-box {
  background-color: #E6E6E6; }

.share-price-box {
  background-color: #00A4E0; }
  .share-price-box h3 {
    font-size: 20px;
    text-transform: none; }
  .share-price-box .dorado-share-price {
    margin-top: 20px; }
    .share-price-box .dorado-share-price .asx-code {
      display: none; }
    .share-price-box .dorado-share-price .current-price {
      font-size: 30px;
      font-weight: 300;
      line-height: 1.1; }
    .share-price-box .dorado-share-price a {
      text-decoration: none; }
  @media (min-width: 900px) {
    .share-price-box h3 {
      font-size: 36px; }
    .share-price-box .dorado-share-price .current-price {
      font-size: 60px; } }
.asx-price {
  font-size: 3.6rem;
  display: block;
  margin-bottom: 10px; }

.grey-container {
  background-color: #E6E6E6; }

/************** INVESTOR LINKS **************/
.investor-links {
  display: grid;
  grid-gap: 0; }
  @media (min-width: 800px) {
    .investor-links {
      grid-template-columns: repeat(2, minmax(100px, 1fr)); } }
.link-box {
  padding: 20px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: top 50% left 20px;
  background-size: 30px; }
  @media (min-width: 1100px) {
    .link-box {
      padding: 30px;
      padding-left: 110px;
      background-size: 50px;
      background-position: top 50% left 30px; }
      .link-box h4 {
        font-size: 28px; } }
  .link-box * {
    color: #fff; }

.blue-box {
  background-color: #00A4E0; }

.dark-blue-box {
  background-color: #0D2846; }

.grey-box {
  background-color: #AEAEAE; }

.dark-grey-box {
  background-color: #575759; }

/************** LATEST NEWS **************/
.investor-news {
  background-color: #021e33; }

/************** ASX SIGN UP **************/
.asx-sign-up {
  background-color: #00A4E0;
  text-align: center;
  padding: 20px; }
  .asx-sign-up a {
    color: #fff;
    text-decoration: none;
    font-size: 26px; }
    @media (min-width: 900px) {
      .asx-sign-up a {
        font-size: 32px; } }
    @media (min-width: 1100px) {
      .asx-sign-up a {
        font-size: 42px; } }
/*# sourceMappingURL=style.css.map */