<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'gibsonlight';
    src: url('/content/fonts/gibson-light-webfont.woff') format('woff');
}
@font-face {
    font-family: 'GibsonRegular';
    src: url('/content/fonts/Gibson-Regular.otf') format('woff');
}


@font-face {
    font-family: 'Freight';
    src: url('/content/fonts/freigdisproboo-webfont.woff') format('woff');
}

body,html,* {
	font-family: "gibsonlight", sans-serif;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Freight", sans-serif;
}
h1.title span,
h1.title,
.entry-content h1
{
    font-family: "Freight", sans-serif;
    font-weight:bold;
    font-size:42px;
}

a {
    line-height: inherit;
    color: #2c3691;
    text-decoration: none;
    cursor: pointer;
}
.entry-content h2{
    font-size: 26px;
}

.grid-container {
    max-width: 1267px;
}


/* reset foundation table */
table tbody, table tfoot, table thead {
    border: 0;
    background-color: transparent;

}

.entry-content table tbody td, .entry-content  table tbody th {
    padding:0;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}



/* Menu Dropdown */
.menu {
	background:transparent;
}
.menu-wrap {
    background:#2c3691;
}
.menu button {
    margin-right:5px;
}
.mobileMenu{
    margin-bottom: 0;
    float: right;
    background: #2c3691;
}
.mobileMenuContainer{
    display: none;
}
ul#nav{
    display: block;
    margin: 0 auto;
}
ul#nav ul,
ul#nav ul ul {
	z-index:101;
	padding:0;
	margin:0;
	display:inline-block;
}
ul#nav li,
ul#nav ul li,
ul#nav ul ul li {
	list-style-type:none;
	display: inline-block;
}
/*Link Appearance*/
ul#nav &gt; li &gt; a {
    text-transform: uppercase;
    text-decoration: none;
    color:#8C919F;
    /*background:rgba(0, 0, 0, 0.5);*/
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    /*font-weight: 600;*/
    /*text-shadow: 0px 1px 2px #000;*/
    border-radius: 5px;
    font-family: 'GibsonRegular', 'Noto Serif', serif;
}

ul#nav &gt; li &gt; a:hover {
   color:#fff;
}

ul#nav &gt; li &gt; ul &gt; li &gt; a,
ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
	text-decoration:none;
	color:#FFF;
	background:rgba(0, 0, 0, 0.5);
	padding:15px 20px;
	display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
/*Make the parent of sub-menu relative*/
ul#nav li {
	position: relative;
}
/*sub menu*/
ul#nav li ul {
	display:none;
	position:absolute;
	top:34px;
	left:-70px;
    text-align: center;
}
ul#nav li ul a {
	width:250px;
}
ul#nav li:hover&gt;ul {
	display: block;
}
/* Top Nav Background Hover */
ul#nav &gt; li:hover &gt; a,
ul#nav &gt; li.current &gt; a{
	background:rgba(0,0,0,0.8);
	color:#FFF;
}
ul#nav &gt; li &gt; ul &gt; li:hover &gt; a,
ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a,
ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a{
	background:#2c3691;
	color:#FFF;
}
/* 3rd level nav */
ul#nav ul li ul {
	display:none;
    position: absolute;
    top: 0px;
    left: 250px;
    width: 250px;
}
/* show the 3rd level when the second is hover */
ul#nav ul li:hover&gt;ul {
	display: block;
}
/* Menu Dropdown */

/* Menu Mega Changes*/

/*
#nav &gt; li:nth-child(4) {
    background:#62c165 linear-gradient(#62c165,#539e55);
    border-radius: 3px;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.4));
}
*/

/*ul#nav li ul {
    display: none;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    padding:50px 50px 30px 30%;
    background:linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.5) ) ;
}*/
ul#nav &gt; li &gt; ul &gt; li &gt; a, ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a, ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
   /* text-decoration: none;
    color: #FFF;
    background: rgba(0, 0, 0, 0);
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
    text-shadow: 0px 1px 2px #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    text-decoration: none;
    color: #fff;
    background: #373E50;
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
    font-family: 'GibsonRegular', 'Noto Serif', serif;
}
ul#nav &gt; li &gt; ul &gt; li:hover &gt; a, ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a, ul#nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.menu {
    margin-top: 5px;
}
/* Menu Mega Changes*/


/* Side Nav */
.sidenav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.sidenav ul li a:hover {
    background:rgba(0,0,0,0.2);
}
.sidenav ul li a {
    color:#444;
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
}

/* Side Nav */

/* Off Canvas Menu */
.load-offcanvas-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.load-offcanvas-menu ul li a {
	display:block;
	padding:10px;
	color:#EEE;
	background:#222;
	border-bottom:1px solid #333;
	text-shadow:0px 1px 2px #000;
}
.load-offcanvas-menu ul ul li a {
	border-left:5px solid #333;
}
.load-offcanvas-menu ul ul ul li a {
	border-left:10px solid #333;
}
.load-offcanvas-menu ul li a:hover {
	background:#444;
	color:#FFF;
}

/* Off Canvas Menu */


/* Slider */
.slide-text-container{
    margin-top: 100px;
}
.slide-text-container h2 {
    font-size: 52px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container h3 {
    font-size: 32px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container a{
    font-size: 14px;
    margin-top: 15px;
    background: #ff7316;
    padding:15px 20px;
    color:#fff;
    border-radius: 30px;
    display: inline-block;
    font-weight:bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.slide-text-container a:hover{
    background: #26b571;
}
.slide-text-container a .fa-arrow-right{
    margin-left: 5px;
}
.slide-wrap {
	margin-bottom:20px;
}
.slick-slide {
    outline: none
}
/* Slider */


/* Page Banners */
.page-banner-title h1 {
    font-size: 42px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    padding: 5px 20px;
    margin: 0px 0px -10px 0px;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding-top:50px;
}
.page-banner-text h2 {
    color: #FFF;
    font-family: gibsonRegular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 137.95%; /* 27.59px */
    max-width:890px;
    text-shadow:none;
}
.banner {
    margin-bottom:10px;
}
/* Page Banners */


/* JS Chart */

.centered {
    text-align: center;
}

.chart-buttons li:hover {
	background:#063669;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
    border:1px solid #063669;
}
.chart-buttons li {
	color:#444;
	background:#FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size:14px;
    border-radius: 3px;
    border:1px solid #CCC;
}
.irmau-small-chart .quoteapi-chart {
    width: 100%;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 80px;
    background: transparent;
}
.irmau-small-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-small-chart .quoteapi-chart-xaxis-spacing {
    width: 24px;
}
.irmau-small-chart .quoteapi-chart-yaxis-spacing {
    height: 24px;
}
.irmau-small-chart .quoteapi-chart-xaxis-label {
    margin-top: -3px;
}
.irmau-small-chart .quoteapi-chart-panel-border {
    stroke: transparent;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: transparent;
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke: #5d75a6;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #5d75a6;
    fill-opacity: 0.3;
}
.irmau-main-chart .quoteapi-chart {
    width: 100%;
    padding: 8px 50px 50px 50px;
    font-size: 10px;
    color: #2e2e2e;
}
.irmau-main-chart .quoteapi-chart-panel {
    height: 250px;
    background: #f2f2f2;
    background: linear-gradient(0deg, #f2f2f2, #fff);
}
.irmau-main-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-main-chart .quoteapi-chart-panel-border {
    stroke: #858688;
    stroke-opacity: 0.5;
}
.irmau-main-chart .quoteapi-chart-price {
    stroke: #448e96;
    stroke-width: 1px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
    fill: #448e96;
    fill-opacity: 0.05;
}
.irmau-main-chart .quoteapi-chart-volume {
    stroke: #448e96;
    stroke-opacity: 0.4;
}
.irmau-main-chart .quoteapi-chart-announcement-marker {
    fill: #496396;
}
.irmau-main-chart .quoteapi-chart-price-sensitive-announcement-marker {
    fill: #496396;
}
.irmau-nav-chart .quoteapi-chart-panel {
    height: 90px;
}
.irmau-nav-chart .quoteapi-chart-price {
    stroke-width: 1.5px;
}
.irmau-nav-chart .quoteapi-nav-chart-outside-range {
    fill: #fff;
    fill-opacity: 0.666;
}
.irmau-nav-chart .quoteapi-nav-chart-gadget {
    stroke: #9b9c9d;
}

dt {
    margin-top: 10px;
    display: inline-block;
    width: 12em;
}

dd {
    display: inline;
}

dd:after {
    display: block;
    content: '';
}
/* JS Chart */

/* Breadcrumbs */
.breadcrumbs {
    font-size:16px;
    color:#444;
}
.breadcrumbs a {
    color:#444;
}
/* Breadcrumbs */
.home-page-news table tr:first-child{
    display: none;
}
.home-page-news table tr td,
.home-page-news table tbody{
    background: #f8faff;
    border: none;
}
.slide-wrap {
	height:500px;
    overflow: hidden;
    background:#dcf1ff;
}
.slider {
	background-color:transparent;
    min-height:500px;
}
.home-box {
	position:relative;
    padding-top: 50px;
}
.home-box .card{
    overflow: visible;
}
.home-box .card {
	background: #f8faff;
    border-color: #cdd3e6;
    min-height: 440px;
}
.home-box-wrap {
    padding-top: 30px;
	margin-bottom:20px;
}
.home-box-wrap .cell{
    margin-right: 5px;
    margin-left: 5px;
}
a.home-more {
	position:absolute;
	bottom:0px;
	left:0px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.footer-wrap {
	padding:20px 0;
	background:#2e364a;

}
.copyright-footer-wrap a {
	color:#ccc;
    margin-right: 20px;
}
.copyright-footer-wrap a:hover{
    color:#fff;
}
.copyright-footer-wrap {
    border-top: 1px solid #495269;
	padding:10px 0;
	background:#2e364a;
	color:#efefef;
	text-shadow:0px 1px 2px #222;
}
.copyright,
.footer-box a,
.footer-box p{
	color:#ccc;
}
.footer-box {
	color:#EEE;
	text-shadow:0px 1px 2px #222;
}
.footer-box h3 {
	font-size:24px;
	color:#FFF;
}
.card-section {
	min-height:41px;
}

.home-box h3 {
	font-size:20px;
    font-weight: bold;
}
.home-shareprice .price {
    font-weight: bold;
    font-size: 40px;
    color: #444;
}
.home-shareprice .spdelay {
	color:#666;
	font-size:14px;
}
.home-shareprice .market-status{
    font-size: 12px;
}

.home-shareprice .asx-logo {
	position: absolute;
    top:10px;
    right:0;
    max-width: 45px;
}
.home-shareprice{
    position: relative;
}
.banner {
	min-height:200px;
}
.slider {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content {
	min-height:500px;
}
.off-canvas-logo img {
	width:60%;
	filter: grayscale(100%);
}
.off-canvas-logo {
	text-align: center;
	margin:15px 0;
}
.logo {
    max-width: 225px;
}
.header-wrap {
	padding:20px 0;
    background:transparent;
    z-index:101;
}
.input-group-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 22px;
    background: #ff7316;
    border-radius: 60px;
    margin-top: 2px;
    margin-right: 3px;
    transition: all 0.3s ease;
}
.input-group-button .fa-search{
    color:#fff;
    width: 20px;
    height: 20px;
}
.input-group-button:hover{
    background: #26b571;
    cursor:pointer;
}
.input-group{
    position: relative;
}
.header-subscribe .fa-envelope{
    border: 1px solid #2c3691;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#2c3691;
    transition: all 0.3s ease;
}
.header-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #2c3691;
}
.header-subscribe:hover{
    cursor:pointer;
}
.header-subscribe:hover .fa-envelope{
    color:#fff;
    background: #2c3691;
}
.input-group-field{
    border-radius: 50px !important;
}

.home-quote{
    font-style: italic;
    line-height: 2;
    color: #333;
    margin-top: 50px;
    font-size: 20px;
}
.home-hero-section{
    padding: 30px;
}
.home-box .svg-inline--fa{
    width: 90px;
    height: 90px;
    margin: -50px auto 20px;
    display: block;
    padding: 20px;
    border: 1px solid #cdd3e6;
    border-radius: 60px;
    background: #fff;
}
.home-box .card-divider{
    background: none;
    padding:10px 1rem;
}
.foot-links a{
    display: block;
}
.foot-links a:hover,
.footer-box a:hover,
.footer-subscribe p:hover{
    color:#fff;
}
.footer-subscribe .fa-envelope{
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#fff;
    transition: all 0.3s ease;
}
.footer-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #ccc;
}
.footer-subscribe:hover{
    cursor:pointer;
}
.footer-subscribe:hover .fa-envelope{
    color:#fff;
    background: #797979;
}
.social-footer .svg-inline--fa{
    width:40px;
    height:40px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 8px;
    margin-right: 10px;
}
.social-footer .svg-inline--fa:hover{
    background: #797979;
}
.hb1 h3,
.hb1 p,
.hb1 .svg-inline--fa{
    color:#2c3691;
}
.hb2 h3,
.hb2 p,
.hb2 .svg-inline--fa{
    color:#ff5e32;
}
.hb3 h3,
.hb3 p,
.hb3 .svg-inline--fa{
    color:#00b84a;
}
.hb4 h3,
.hb4 p,
.hb4 .svg-inline--fa{
    color:#8a55e3;
}
.hb5 h3,
.hb5 p,
.hb5 .svg-inline--fa{
    color:#04bef4;
}

/* Investor Center */
a.inv-more:hover {
    background:#434da7;
    color:#FFF;
}
a.inv-more {
    text-align: center;
    display: block;
    padding: 8px 10px;
    color: #FFF;
    border-radius: 3px;
    background: #193366;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    position: absolute;
    bottom: 10px;
    width: 95%;
    font-weight: bold;
}
.head-news,.share-price {
    position:relative;
}
.clickable {
  cursor:pointer;
}
.head-news h2,.share-price h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.head-news .article a {
    color:#666;
    font-weight:bold;
}
.head-news {
    padding: 0px;
    min-height: 295px;
    border-radius: 3px;
}
.head-news .articleDate {
    color:#666;
    font-size:12px;
    text-transform: uppercase;
}

.secndrow{
    margin-top:40px;
}

.invsbox h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
}
.inv-email {
    background: #efefef;
}
.inv-bg {
  background:#efefef;
}

.invsbox p {
    padding: 10px;
    font-size: 16px;
}
.invsbox {
  overflow:hidden;
  min-height: 220px;
}
.invbox-icon {
  color:#CCC;
  float:right;
  padding-top:4px;
  font-size:30px;
}

.inv-shareprice .asx-logo{
float:right;
}

.inv-shareprice #price {
      margin-top: 0;
    line-height: 1.5;
    font-size: 53px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.inv-shareprice .market-cap, .inv-shareprice .spdelay {
font-size:12px;
}



.inv-shareprice .market-status, .inv-shareprice .lastTradeDate, .inv-shareprice .lastTradeTime{
display:none;
}


.inv-shareprice .irmau-small-chart .quoteapi-chart {
    width: 100%;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #2e2e2e;
	margin:20px 0px;

}

/* Investor Center */



/* LIST ITEM - DISPLAY E*/

.Introduction{
margin-bottom:30px;
}

.list-date {

    font-size:14px;
    color:#90919E;
}
.list-title a {

    font-size:18px;

}
.list-item {
    margin-bottom:10px;
    padding-bottom:10px;
}
.list-item:hover {


}



.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 2px solid #dcdcdc;
}
.archiveFilterB a {

    position: relative;
    display: inline-block;
    width: 50px;
    padding: 5px;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
	color:#444;
}


.archiveFilterB a.currentyear {

     background:#2c3691;
	 color:#fff;
}


.Pages{
    margin-top: 40px;
}
.Pages:before{
    content: 'Page:';
    font-size: 14px;
}
.Pages ul{
    margin-left: 0;
}
.Pages ul li{
    list-style-type: none;
    display: inline-block;
    margin-right:7px;
}

/*BOARD BOX*/

.board-box-wrap &gt; .grid-x  &gt; .cell{
margin-bottom:30px;
}

.board-box{
padding: 15px 0!important;
    margin: 0!important;
    border: 1px solid #ccc;
	cursor:pointer;

}

.board-box h2{
font-size:120%;
font-weight:bold;
}

.board-box h3{
font-size:110%;
}

.board-box .small-7{
position:relative;
}

.board-box h4{
    position: absolute;
    bottom: -13px;
    font-size: 100%;
    right: 16px;
}


.board-box .desc{
margin-top:20px;
display:none;
}

.board-box svg{
color:#2c3691;
}


/* media video thumb */


.homevidthumb{
	width: 100%;
	max-width: 220px;
	display: block;
	/*max-height: 120px;*/
	overflow: hidden;
	position: relative;
}
.homevidthumb p{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	font-size: 20px;
	color:#fff;
	width: 100%;
	height: 100%;
	padding: 30% 0;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.homevidthumb:hover{
	cursor: pointer;
}
.homevidthumb:hover p{
	top:200px;
}
.homevidthumb:before{
	content:'\f144';
	color:red;
	opacity: 0;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	    top: 0%;
    left: 29%;
    font-size: 100px;
    transition: all 0.5s ease-in-out;
	font-weight: 900;
}
.homevidthumb:hover:before{
	opacity: 1;
}

/* email alerts and contact form */

button.button.contact-us{
	    font-size: 1rem;
    background:#F15A2A;
    color:#fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
button.button.contact-us:hover{
	color:#fff;
	background: #333;
}



.radioonShares {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


input[type=submit] {
	background:#2C3691;
	color:#FFF;
	padding:10px 20px;
	border:none;
	font-size:16px;
	font-family:"Open Sans", sans-serif;
	cursor:pointer;
}
/*---------------------------------------------*/
.breadcrumbs span {
    color: #ff7316;
    font-size: 12px;
}

.home-block {
    min-height:1000px;
    background:#999;
    overflow:hidden;
    position:relative;
}
.header-wrap-container{
    position: relative;
}
.header-wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #313131;
}
.block-one {
    background:url("/site/content/images/shutterstock_112621262_crop.jpg") center no-repeat;
    background-size:cover;
}
.block-two {
    background:url("/site/content/images/shutterstock_133907972_crop.jpg") center no-repeat;
    background-size:cover;
}
.block-spacer {
    min-height:0px;
    background:#FFF;
}
.block-one,.block-two {
    padding-top:300px;
}
.block-wrap {
    max-width:1200px;
    width:100%;
    margin:0 auto;
}
.block-title {
    font-size:80px;
    color:#FFF;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    text-shadow:0px 2px 4px #000;
    font-weight:normal;
    line-height:1;
        letter-spacing: 14px;
        z-index:5;
}
.block-subtitle {
    font-size:50px;
    color:#ffad33;
    font-family: "Montserrat";
    text-align: center;
    text-transform: lowercase;
    text-shadow:0px 2px 4px #000;
    font-weight:bold;
    line-height:1;
        z-index:5;
}
.block-title h1 {
    font-size:80px;
    color:#FFF;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    text-shadow:0px 2px 4px #000;
    font-weight:normal;
    line-height:1;
        letter-spacing: 14px;
        z-index:5;
}
.block-subtitle h2 {
    font-size:50px;
    color:#ffad33;
    font-family: "Montserrat";
    text-align: center;
    text-transform: lowercase;
    text-shadow:0px 2px 4px #000;
    font-weight:bold;
    line-height:1;
        z-index:5;
}
.home-price {
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 50px;
    position: absolute;
    width: 100%;
    bottom: 0;
    /*
    border-top:10px solid rgba(25, 51, 103, 0.36);
    border-bottom:10px solid rgba(25, 51, 103, 0.36);
    */
}
.home-price-text span {
    color:#ffad32;
}
.home-price-text {
    text-align: center;
    color:#CCC;
    font-size:40px;
    font-family: "Montserrat";
}
.sector-name {
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 3px;
    text-align: center;
    color:#bdbdbd;
}
.home-price-wrap {
    text-align: center;
}
.price-text .quoteapi-currency-symbol {
    color:#5b7739;
}
.price-text {
    font-size: 50px;
    font-family: "Montserrat";
    line-height: 1;
    color:#8BC34A;
    letter-spacing: 2px;
    text-shadow:0px 1px 2px #000;
    margin-top:10px;
}
.rock-1 {
  animation: spin 20s linear infinite;
  background: none;
  pointer-events: none;
  transform-origin: 25px;
  height: 50px;
  width: 50px;
}
.rock-1 {
    position:absolute;
    bottom:300px;
    right:300px;
}
.rock-2 {
    animation: spin 10s linear infinite;
    position:absolute;
    bottom:300px;
    right:334px;
    height: 70px;
    width: 70px;
}
.rock-3 {
    animation: pulse 5s linear infinite;
    position:absolute;
    bottom:200px;
    right:200px;
    height: 20px;
    width: 20px;
    opacity:0.8;
}
.rock-4 {
    animation: spin 20s linear infinite;
    position:absolute;
    bottom:329px;
    right:260px;
    height: 80px;
    width: 80px;
}
.rock-5 {
    animation: pulse 30s linear infinite;
    position:absolute;
    bottom:358px;
    right:330px;
    height: 60px;
    width: 60px;
}

.clouds{
    background:transparent url(/site/content/images/cloudslight.png) repeat top center;
    z-index:3;
  -moz-animation:move-clouds-back 200s linear infinite;
  -ms-animation:move-clouds-back 200s linear infinite;
  -o-animation:move-clouds-back 200s linear infinite;
  -webkit-animation:move-clouds-back 200s linear infinite;
  animation:move-clouds-back 200s linear infinite;
}

.stars, .twinkling, .clouds, #particles-js,#particles-hero-js {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}



@keyframes pulse {
    from {
        transform : scale(1);
        opacity   : 1;
    }
    50% {
        transform : scale(0.75);
        opacity   : 0.25;
    }
    to {
        transform : scale(1);
        opacity   : 1;
    }
}

@keyframes spin {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes spinr {
  to {
    transform: rotateY(360deg);
  }
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}
.hero-p {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    color:#666;
}
.hero-p h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.hero-p p {
    font-size: 18px;
    color:#777;
    margin-bottom: 20px;
}
.home-hero-section-padding {
    padding:50px 0;
}
.hh-stripe {
    background:#fff9ef;
    padding:50px 0;
    border-radius: 10px;
}
a.home-button:hover {
    background:#193367 linear-gradient(#193367,#29498a,90deg);
    color:#FFF;
    box-shadow:0px 2px 5px #193367;
}
a.home-button.orange {
    border:2px solid #ffdda9;
    background:#ffbc57 linear-gradient(#ffbc57,#f9a01c);
    color:#FFF;
}
a.home-button {
    display:inline-block;
    padding:15px 30px;
    text-align:center;
    border-radius:5px;
    border:2px solid #a1b1d0;
    background:#193367 linear-gradient(#193367,#29498a);
    color:#FFF;
    font-size:18px;
    font-weight:bold;
    /* text-shadow:0px 1px 2px rgba(0, 0, 0, 0.67); */
}

.email-alerts-footer {
    padding:50px;
    background:#193367;
    color:#FFF;
}
.email-alerts-footer-modal {
    padding:50px;
    background:#193367;
    color:#FFF;
    position:relative;
    text-shadow:0px 1px 2px #000;
}
.email-alerts-footer-modal p {
    color:#EEE;
}
.email-alerts-icon-modal {
    position:absolute;
    bottom:0px;
    right:0px;
    z-index: -1;
    opacity:0.3;
}
.footer-wrap {
    padding: 50px 0;
    background: #081123;
}
.copyright-footer-wrap {
    border-top: 0px solid #495269;
    padding: 10px 0;
    background: #040913;
    color: #efefef;
    text-shadow: 0px 1px 2px #222;
}
.email-alerts-icon {
    padding: 0 90px;
}

.email-alerts-signup h3 {
    margin-top: 10px;
    color: #EEE;
}
.email-alerts-signup {
    color:#CCC;
    text-align: center;
}
.footer-email-button:hover {
    box-shadow:0px 2px 15px #000;
    background: #ffbc57 linear-gradient(#f1c076,#e25815)
}
a.footer-email-button,
.footer-email-button {
    display:inline-block;
    padding:20px 30px;
    font-size:22px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.67);
    background: #ffbc57 linear-gradient(#ffbc57,#f9a01c);
    color: #FFF;
    margin:15px auto 0 auto;
}
input[type=submit] {
    background: #ffbc57 linear-gradient(#ffbc57,#f9a01c);
    color: #FFF;
    padding: 20px 30px;
    border: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}
.logo-footer:hover {
    opacity:1;
    filter: none;
}
.logo-footer {
    padding:0 50px;
    opacity:0.7;
    filter: grayscale(100%);
}
.footer-box h3 {
    font-size: 20px;
    color: #f9a120;
}

.copyright, .footer-box a, .footer-box p {
    color: #b5b7bd;
}
.banner {
    min-height: 400px;
    padding-top: 100px;
}

h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #193368;
}
.breadcrumbs span {
    color: #193368;
    font-size: 12px;
    font-weight: bold;
}


.utilities a:hover {
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.9));
}
.utilities a {
    display: inline-block;
    background: #5a5a5a;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 32px;
    color: #e6e6e6;
    border: 3px solid #444444;
    filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.7));
}


#smaller {
    font-size: 14px!important;
    position: relative;
    top: -1px;
}

#smaller svg {
    position: relative;
    top: 1px;
}


/* Investor Banner */
.investorPage{
    padding-top: 150px;
}
.invChart .irmau-main-chart .quoteapi-chart-panel{
    background: none;
}
.invChart .irmau-main-chart .quoteapi-chart{
    /*color:#8eb4de;*/
    color:#29989e;
}
.invChart .irmau-main-chart .quoteapi-chart-volume,
.invChart .irmau-main-chart .quoteapi-chart-price{
    /*stroke: #8eb4de;*/
    stroke:#29989e;
}
.invChart .irmau-main-chart .quoteapi-chart-price{
    stroke-width:2px;
}
.invChart .quoteapi-chart-gridline{
    stroke: rgba(41, 152, 158, 0.3)/*rgba(142, 180, 222, 0.3)*/;
}
.invSharepriceNum{
    color: #fff;
}
.invSharepriceNum h2{
    color:#29989e;
    line-height: 1;
    max-width: 700px;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.invChart table.quoteapi-chart-tooltip-legend{
    margin:0;
}
.invChart .quoteapi-chart-tooltip{
    padding:5px;
    background: #fff;
}
.priceSP{
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.2;
}
.marketcapSP{
    font-size: 30px;
    margin-bottom: 0;
}
.priceDelay{
    color:#9f9e9e;
}
.invSharepriceNum a{
    background: #fff;
    padding:10px;
    border-radius: 2px;
    color:#333;
    position: relative;
}

.internalPage{
    padding-top: 50px;
}
.invAsx{
    background: #29989e;
    padding: 20px;
    min-height: 404px;
}
.invAsx h1{
    color:#fff;
    font-size: 48px;
}
#load-invasx .list-date {
    font-size: 16px;
    float: left;
    width: 140px;
}
#load-invasx .list-url{
    font-size: 18px;
    color:#000;
}
#load-invasx .listContent{
    padding: 5px 0;
}
/* Investor Banner */

.menu-extend-wrap:before {
    content:" ";
    width:100%;
    height:50px;
    transition: all 0.3s;
}
.menu-extend-wrap {
    display:none;
    transition: all 0.3s;
    min-height: 300px;
    position: absolute;
    width: 100%;
    top: 62px;
    z-index: 99;
}
.menu-top {
    height:22px;
    width:100%;
}
.menu-bg-overlay {
    background:rgba(0, 0, 0, 0.8);
    overflow:auto;
    padding-bottom:50px;
    transition: all 0.3s;
}
.menu-section-list, .menu-section-list a {
    line-height:1;
    margin-top: 30px;
    color:#fff;
}
ul.menu-section-list li {
    padding: 5px 0;
    float: left;
    width: 250px;
    height: 40px;
    list-style-type:none;
}

.menu-section-list a:hover {
    color:#ff9b2b;
}

.menu-section-list,
.menu-section-list a
{
    color:#FFF;
    font-size: 18px;
    margin-top: 30px;
}
.menu-section-sub,
.menu-section-description
{
    color: #f5962b;
    font-size: 16px;
    margin-top: 5px;
}
.menu-section-title {
    color: #f5962b;
    font-size: 28px;
    margin-top: 26px;
}
ul.menu-section-list ul {
    display:none;
}

ul.menu-section-list {}
ul.menu-section-list,
ul.menu-section-list ul
{
    list-style: none;
    padding:0;
    margin-left:0;
}
.home-boxes-lower-wrap {
    margin:80px 0 50px 0;
}
.home-box-lower-item:hover .home-box-lower-item-image {
    transition: all 0.6s;
    /*background-size:105%;*/
}
.home-box-lower-item {
    transition: all 0.3s;
    border-radius: 5px;
    overflow: hidden;
    background: #e8f0ff;
    box-shadow: 0px 10px 20px #bfc8da;
    margin-bottom:50px;
}
.home-box-lower-item-inner p {
    font-size:18px;
    color:#3c3c3c;
    min-height:112px;
}
.home-box-lower-item-inner {
    padding:0 20px 20px 20px;
    text-align: center;
}
.home-box-lower-item h2 {
    text-align: center;
    font-size: 34px;
    color: #183366;
}
.home-box-lower-item-image {
    transition: all 0.3s;
    height: 150px;
    overflow: hidden;
    margin-bottom:15px;
}

.entry-content .sp-item h4 {
    background: #dcdcdc;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    min-height: 47px;
    padding-top: 14px;
    font-weight: bold;
    font-family: gibsonRegular;
}
.sp-item {
    text-align: center;
    background: #EEE;
    min-height: 98px;
}

.grdHeader td{
    width: 32%;
    padding: 10px !important;
    background: #193368;
    color:#fff;
    text-align: center;
}

.shareprice-grid {
  margin-bottom:20px;
}
.tabs-title &gt; a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #f9a221;
}
.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected="true"] {
	background: #193367;
	color: #fefefe;
}
.chart-button button {
	display: inline-block;
	padding: 20px 30px;
	font-size: 22px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.67);
	background: #ffbc57 linear-gradient(#ffbc57,#f9a01c);
	color: #FFF;
	margin: 15px auto 0 auto;
}
.sptable {
	margin-bottom:20px;
}

.sptable h4 {
	font-size: 13px;
	text-align: center;
	background: #FFF;
	color: #535973;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
}
.sptable p {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #333333;
	color: #575757;
	background: #FFF;
}
.shareprice-top {
	margin-bottom:20px;
}
.shareprice-top .blue {
	background: #193367;
	color: white;
	text-align: left;
}
.shareprice-top .lastprice {
	font-size: 30px;
	font-weight: bold;
	padding-left: 10px;
}
.shareprice-top .grey {
	background: #ebebeb;
	color: #565655;
}
.tabs-title &gt; a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #193367;
}
.tabs-content a[data-quoteapi="submit"] {
	margin: auto;
	text-align: center;
	padding: 10px 20px;
	background-color: #193367;
	color: #FFF;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}

/* Top 20 Shareholder */
.top20 {
  font-family:"Open Sans", sans-serif;
  border:0;
}
.top20 th {
  border:0;
  background:#EFEFEF;
  color:#444;
  padding:8px 10px !important;
  border-top:2px solid #CCC;
  border-bottom:2px solid #CCC;
}
.top20 tr td {
  border-bottom:1px solid #CECECE;
  padding:12px 10px !important;
  color:#444;
}
.top20 tr td:nth-child(1) {
  font-weight:bold;
  color:#444;
}
.top20 tr:nth-child(odd) {
  background:#EFEFEF;
}
@media (max-width: 750px) {
    table.top20,
  .top20 thead,
  .top20 tbody,
  .top20 th,
  .top20 td,
  .top20 tr {
        display: block;
    }
  .top20 th {
    display:none;
  }
  .top20 td {
    width:100%;
    text-align:left;
  }
  .top20 td:before {
    font-weight:bold;
  }
  .top20 tr {
    width:100%;
    overflow:hidden;
    border-bottom:3px solid #666;
  }
  .top20 td:nth-of-type(1):before { content: "Rank: "; }
  .top20 td:nth-of-type(2):before { content: "Name: "; }
  .top20 td:nth-of-type(3):before { content: "Number held: "; }
  .top20 td:nth-of-type(4):before { content: "% of issued shares: "; }
}
.top20 tr:nth-child(22) {
  display:none;
}
.ErrorMessage{
	color:red;
}
/* Top 20 Shareholder */


/* contact button fix */
.button.small,
.ea_submitRow input[type=submit],
.button[disabled]
{
   display: inline-block;
   vertical-align: middle;
   margin: 0 0 1rem 0;
   font-family: inherit;
   padding: .85em 1em;
   -webkit-appearance: none;
   border: 1px solid transparent;
   border-radius: 0;
   transition: background-color .25s ease-out,color .25s ease-out;
   font-size: .9rem;
   line-height: 1;
   text-align: center;
   cursor: pointer;
   background-color: #2e364a;
   background: #2e364a;
   color: #fefefe;
   opacity: 1;
   font-weight:normal;
}
.button.small:hover,
.ea_submitRow input[type=submit]:hover,
.button[disabled]:hover
{
	background-color: #2e364a;
	color: #fefefe;
	opacity:0.8;
}

.button.small.contact-us {
    margin-top:10px;
}
.ea_submitRow input[type=submit] {
    margin:10px 0;
}
</pre></body></html>