@charset "UTF-8";
/*
Theme Name:    Westgold
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
----------------------------------------------------------------------------------------------------*/
@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 */
* {
  -webkit-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 */ }

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 transparent;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box !important; }

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

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

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

/*	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: 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 {
    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 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .logo_col,
  .nav_col,
  .main_content_col,
  .featured_image_col,
  .half_col,
  .full_width_col,
  .aside_col,
  .highlight_col {
    margin-left: 0;
    width: 100%; }
  .row.mobile-column-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            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: 999px) {
  .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 .half_col:nth-of-type(2n -11) {
    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 {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .logo_col,
  .featured_image_col,
  .aside_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 {
    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,
  .nav_col,
  .main_content_col,
  .highlight_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9 {
    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: 1000px) {
  .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 .half_col:nth-of-type(2n - 1) {
    margin-left: 0; }
  .span_1,
  .footer_logo_col {
    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,
  .footer_social_col {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .featured_image_col,
  .aside_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 {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7,
  .highlight_col {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .main_content_col,
  .footer_menu_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%; } }

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

/*********** 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: #efefef;
  margin-bottom: 1.5rem; }

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

/************** LAYOUT ************/
.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

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

.flex-5050 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .flex-5050 > * {
    width: 50%; }

.flex-content-bottom {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

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

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

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

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

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

.section-padding-small {
  padding: 2.0rem 0; }

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

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

.box-padding {
  padding: 2.4rem; }

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

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

.yellow-bg,
.gold-bg {
  background-color: #f1c21e; }

.dark-bg {
  background-color: #222222; }

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

body {
  font-family: "din-2014", "Roboto", sans-serif;
  line-height: 1.4em;
  font-size: 62.5% !important;
  font-size: 1.5rem;
  color: #222222;
  font-weight: 400; }

h1, h2, h3, h4, h5 {
  line-height: 1.25;
  font-weight: 400; }

h1 {
  font-size: 3.6rem;
  margin-bottom: 1.7rem; }

h2 {
  font-size: 2.8rem;
  margin-bottom: 1.6rem; }

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

h4 {
  font-size: 2.0rem;
  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: 2.25rem;
  margin-bottom: 1.5rem;
  font-weight: 200; }

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

hr {
  border: none;
  height: 1px;
  width: auto;
  clear: both;
  margin: 20px auto;
  background-color: #D4D4D4; }

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

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

strong, b {
  font-weight: 900; }

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

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

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

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

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

.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: 800; }

.gold-text {
  color: #f1c21e; }

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

blockquote {
  margin: 1.0rem 2.0rem 2.0rem; }
  blockquote p {
    color: #222222;
    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 {
  font-weight: 300;
  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.3rem; }
  ul.display-list li,
  article ul li,
  article ol li,
  main ol li,
  main ul li {
    position: relative;
    margin-bottom: 0.3rem; }

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

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

.site-header {
  position: relative;
  background-color: #222222;
  background-image: url(images/westgold-hero-dark.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

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

.site-logo {
  display: block;
  margin: auto;
  max-height: 90px; }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.55rem;
    font-weight: 300;
    padding: 1.3rem 1.5rem;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.header-buttons a.header-phone-icon {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  float: right;
  margin-left: 0 !important;
  white-space: nowrap; }

@media (min-width: 840px) {
  .top-header {
    padding: 1.6rem 0; }
  .site-menu {
    margin-bottom: 0;
    text-align: right;
    margin-top: 4rem; }
    .site-menu a {
      padding: 1rem;
      color: #fff; }
    .site-menu > li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu > li.current-menu-item > a,
      .site-menu > li.current-menu-parent > a {
        color: #f1c21e; }
    .site-menu li:hover > a,
    .site-menu li:focus-within > a {
      color: #f1c21e; }
    .site-menu li:hover > ul,
    .site-menu li:focus-within > ul {
      display: block;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .site-menu ul {
      border-top: solid 3px #f1c21e;
      position: absolute;
      background-color: rgba(34, 34, 34, 0.5);
      z-index: 999;
      top: 100%;
      left: 0;
      opacity: 0;
      padding: 0;
      display: none;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          text-transform: none; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

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

@media (max-width: 840px) {
  .site-header {
    margin-bottom: 0; }
  .logo-link {
    display: block;
    margin: auto;
    padding: 5rem 0 8rem; }
  #pull {
    display: block;
    text-transform: uppercase;
    padding: 1.2rem;
    background-color: #f1c21e;
    color: #fff;
    cursor: pointer;
    z-index: 1099;
    text-align: center;
    text-decoration: none; }
  .mobile-menu-background {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 1; }
    .mobile-menu-background.menu-hide {
      z-index: -1; }
  .site-menu {
    pointer-events: all;
    display: none;
    z-index: 999; }
    .site-menu a {
      padding: 1rem 1.4rem; }
    .site-menu ul li {
      position: relative;
      margin-left: 1.2em; }
      .site-menu ul li:before {
        content: "–";
        color: #fff;
        position: absolute;
        left: -0.1em;
        top: 0.7em; } }

.site-header {
  min-height: 14rem; }

@media (min-width: 800px) {
  .site-header {
    min-height: 18rem; } }

@media (min-width: 800px) {
  .site-header {
    min-height: 28rem; } }

.site-footer {
  background-color: #484244; }

.footer-logo {
  display: block;
  max-width: 100%;
  height: auto; }

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .footer-menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: #f1c21e;
    font-size: 1.7rem;
    font-weight: 400; }
  .footer-menu > li {
    display: inline-block; }
  .footer-menu ul {
    display: block; }
    .footer-menu ul a {
      color: #fff;
      font-size: 1.4rem; }

@media (max-width: 800px) {
  .footer-menu {
    display: none; } }

.social-media-links {
  list-style: none;
  text-align: left; }
  .social-media-links li {
    display: inline-block;
    margin-left: 1rem;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #f1c21e;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center; }
    .social-media-links li.facebook {
      background-image: url(images/facebook-icon.svg); }
    .social-media-links li.youtube {
      background-image: url(images/youtube-icon.svg); }
    .social-media-links li.linkedin {
      background-image: url(images/linkedin-icon.svg); }
    .social-media-links li.twitter {
      background-image: url(images/twitter-icon.svg); }
    .social-media-links li a {
      display: block;
      height: 100%;
      width: 100%;
      text-indent: -999999px; }

@media (max-width: 700px) {
  .site-footer span {
    display: block;
    text-align: center; } }

form {
  margin-bottom: 1.8rem; }

input,
textarea,
button {
  font-family: "din-2014", "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.7rem;
  padding: 1.2rem 1.3rem 0.8rem;
  width: 100%;
  display: block;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: solid 1px #222222;
  background-color: rgba(255, 255, 255, 0.38);
  color: #222222; }

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

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

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

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

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

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  border-color: #f1c21e;
  color: #fff !important;
  background-color: #f1c21e; }

select {
  width: 100%;
  font-size: 1.7rem;
  padding: 1.2rem 0.8rem;
  display: block;
  margin-bottom: 0.8rem; }

input[type="checkbox"] {
  display: inline-block;
  width: auto; }

label {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #484244; }

.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 input {
  display: block;
  float: left; }

.inline-form .form-width-70 {
  width: 70%; }

.inline-form .form-width-30 {
  width: 30%; }

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

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.7rem;
  font-size: 1.7rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.small-btn {
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem; }

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

.dark-btn {
  color: #fff;
  border: none;
  background-color: #222222; }
  .dark-btn:hover, .dark-btn:focus {
    background-color: #1d1d1d; }

.gold-btn {
  color: #fff;
  border: none;
  background-color: #f1c21e; }
  .gold-btn:hover, .gold-btn:focus {
    background-color: #f0bf14; }

/*************** PAGINATION ******************/
.pagination-row {
  margin-top: 1.5rem; }

.nav-next, .nav-previous {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  min-height: 20px;
  text-decoration: none;
  text-transform: uppercase; }

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

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

.pagination {
  margin-bottom: 2rem; }
  .pagination a {
    font-size: 1.5rem;
    text-decoration: none; }
    .pagination a.current-breadcrumb {
      font-weight: 800; }

.pagination.white-pagination {
  color: #fff; }
  .pagination.white-pagination a {
    color: #fff; }

/*************** IMAGES ******************/
.image-container {
  overflow: hidden; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .image-container:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

/******************* HOME *********************/
.home-header-content {
  padding-top: 2rem; }

.share-price-box {
  background-color: rgba(241, 194, 30, 0.4);
  padding: 2rem; }

.home-title {
  color: #fff;
  font-size: 4rem; }
  .home-title span {
    color: #f1c21e;
    font-weight: 900; }

.home-highlight-strip.home-highlight-strip.map-strip-bg {
  padding-top: 3rem;
  padding-bottom: 25rem;
  background-size: 360px; }

@media (min-width: 900px) {
  .home-title {
    font-size: 6rem; }
  .home-highlight-strip.home-highlight-strip.map-strip-bg {
    padding: 6rem 0;
    background-size: contain; }
  .home-header-content {
    padding-top: 6rem; } }

@media (min-width: 1100px) {
  .home-title {
    font-size: 7rem; }
  .home-highlight-strip.home-highlight-strip.map-strip-bg {
    padding: 10rem 0;
    background-size: contain; }
  .home-header-content {
    padding-top: 12rem; } }

.home-links > * {
  padding: 2rem;
  display: block;
  width: 100%; }

.home-links .home-direct-link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .home-links .home-direct-link:hover {
    opacity: 0.95;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }

.home-links .annual-report-link {
  background-image: url(images/latest-report-bg.jpg);
  color: #f1c21e; }

.home-links .presentation-link {
  background-image: url(images/latest-resentation-bg.jpg);
  color: #000; }

@media (min-width: 900px) {
  .home-links {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr; }
    .home-links > * {
      padding: 3.5rem; }
    .home-links .home-direct-link {
      font-size: 3.6rem; }
    .home-links h3 {
      font-size: 3.0rem; }
  .home-direct-link:nth-of-type(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }
  .home-direct-link:nth-of-type(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3; }
  .latest-news-section {
    grid-column: 2 / 4;
    grid-row: 1 / 4; }
  .home-direct-link {
    font-size: 3.8rem; } }

/******************* PROJECTS *********************/
.highlight-strip.map-strip-bg {
  background-image: url(images/locations-map@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 5rem 0;
  background-size: 550px; }

@media (max-width: 960px) {
  .highlight-strip.map-strip-bg,
  .home-highlight-strip.map-strip-bg {
    padding-bottom: 30rem;
    padding-top: 3rem;
    background-size: 350px; } }

@media (max-width: 840px) {
  .highlight-strip.map-strip-bg,
  .home-highlight-strip.map-strip-bg {
    padding-top: 3rem;
    padding-bottom: 25rem;
    background-size: 360px; } }

.project-overview {
  background-color: #D4D4D4; }
  .project-overview a {
    text-decoration: none; }
  .project-overview .project-title {
    background-color: #f1c21e;
    color: #222222;
    padding: 1rem 2rem;
    font-size: 2.2rem;
    text-decoration: none;
    margin: 0; }

/******************* PAGES *********************/
.highlight-strip {
  padding: 3rem 0; }

@media (min-width: 900px) {
  .highlight-strip {
    padding: 6rem 0; }
    .highlight-strip h1 {
      font-size: 4.2rem; } }

#sl-asx-list ul {
  /* your css code goes here */ }

#sl-asx-list ul li {
  /* your css code to customize the look of a table row goes here */ }

/* Announcements */
.sl-announcements ul,
.sl-announcements-widget ul {
  list-style: none;
  margin-left: 0; }
  .sl-announcements ul li:not(.no-files),
  .sl-announcements-widget ul li:not(.no-files) {
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 4rem;
    padding-bottom: 1.35rem;
    padding-top: 1.35rem;
    border-bottom: solid 1px #D4D4D4;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .sl-announcements ul li:not(.no-files):hover,
    .sl-announcements-widget ul li:not(.no-files):hover {
      background-color: rgba(241, 194, 30, 0.15); }
    .sl-announcements ul li:not(.no-files):before,
    .sl-announcements-widget ul li:not(.no-files):before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2.4rem;
      background-image: url(images/pdf-icon.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .sl-announcements ul li:not(.no-files) .sl-date,
    .sl-announcements-widget ul li:not(.no-files) .sl-date {
      display: block;
      font-size: 1.3rem;
      line-height: 1.1rem; }

.sl-announcements-widget {
  font-size: 1.4rem; }
  .sl-announcements-widget ul {
    margin-top: 1.5rem; }
    .sl-announcements-widget ul li {
      padding-left: 3.2rem;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      .sl-announcements-widget ul li:before {
        width: 2rem; }

/* Box */
#sharelink-box span {
  color: #fff; }

#sharelink-box div.sl-box {
  font-size: 1.4rem;
  color: #fff; }

#sharelink-box .sl-symbol {
  font-weight: 400; }

#sharelink-box .sl-symbol,
#sharelink-box .sl-close {
  font-size: 3.9rem;
  margin-right: 10px;
  font-weight: 900;
  color: #fff; }

#sharelink-box .sl-updated {
  width: 100%;
  display: block; }

#sharelink-box .sl-provided {
  font-size: 1.3rem;
  text-align: left; }

#sharelink-box div.sl-box span.sl-provided {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72); }

/* Table */
.sl-table table {
  width: 100%;
  margin-bottom: 2rem; }

.sl-table thead {
  border-bottom: solid 1px #484244; }

.sl-table th, .sl-table td {
  font-size: 1.4rem;
  padding: 5px; }

.sl-table th {
  font-weight: 300; }

.sl-announcements-widget ul,
.sl-announcements ul {
  margin: 1rem 0; }
  .sl-announcements-widget ul li,
  .sl-announcements ul li {
    text-transform: uppercase;
    font-size: 2.0rem; }
    .sl-announcements-widget ul li .sl-date,
    .sl-announcements ul li .sl-date {
      color: #f1c21e; }
    .sl-announcements-widget ul li a,
    .sl-announcements ul li a {
      text-decoration: none; }

@media (max-width: 699px) {
  .sl-announcements-widget ul li .sl-date,
  .sl-announcements ul li .sl-date {
    display: block;
    font-size: 1.5rem; } }

@media (min-width: 700px) {
  .sl-announcements-widget ul li,
  .sl-announcements ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2rem; }
    .sl-announcements-widget ul li .sl-date,
    .sl-announcements ul li .sl-date {
      width: 11rem;
      margin-right: 1rem; } }
/*# sourceMappingURL=style.css.map */