body,html,* {
	font-family: 'Lato', sans-serif;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', sans-serif;
}
h1.title span,
h1.title,
.entry-content h1
{
    font-family: 'Lato', sans-serif;
    font-weight:bold;
    font-size:42px;
}

a {
    line-height: inherit;
    color: #2c3691;
    text-decoration: none;
    cursor: pointer;
}

a:focus, a:hover {
    color: #f2c937;
}


.entry-content h2{
    font-size: 26px;
}


/* 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:#f2c937;
}
.menu button {
    margin-right:5px;
}
.mobileMenu{
    margin-bottom: 0;
    float: right;
    background: #f2c937;
}
.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 > li > a {
    text-transform: capitalize;
    text-decoration: none;
    color:#000;
    /*background:rgba(0, 0, 0, 0.5);*/
    padding: 10px 13px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    border-radius: 5px;
    height: 57px;
    vertical-align: top;
}
ul#nav > li > ul > li > a,
ul#nav > li > ul > li > ul > li > a,
ul#nav > li > ul > li > ul > li > ul > li > a {
	text-decoration:none;
	color:#FFF;
	background:rgba(0, 0, 0, 0.5);
	padding:15px 20px;
	display: inline-block;
    font-size: 16px;
}
/*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:0;
}
ul#nav li ul a {
	width:250px;
}
ul#nav li:hover>ul {
	display: block;
}
/* Top Nav Background Hover */
ul#nav > li:hover > a,
ul#nav > li.current > a{
	
    text-shadow:none;
}
ul#nav > li > ul > li:hover > a,
ul#nav > li > ul > li > ul > li:hover > a,
ul#nav > li > ul > li > ul > li > ul > li:hover > 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>ul {
	display: block;
}
/* Menu Dropdown */

/* Menu Mega Changes*/

/*
#nav > 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 > li > ul > li > a, ul#nav > li > ul > li > ul > li > a, ul#nav > li > ul > li > ul > li > ul > li > 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;
}
ul#nav > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li > ul > li:hover > 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: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    width: auto;
    min-width:239px;
    color: #FFF;
    text-shadow: none;
    background: rgba(232, 189, 38, 0.8);
    display: inline-block;
    padding:4px 20px;
    margin-bottom:10px;
}
.slide-text-container h3 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    
    color: #fff;
    display: block;
    padding:20px 20px;
    text-shadow: none;
    background: rgba(232, 189, 38, 0.8);
    max-width:630px;
    font-weight: 500;
}
.slide-text-container a{
    font-size: 14px;
    margin-top: 15px;
    background: none;
    padding:0px;
    color:#fff;
    border-radius: 30px;
    display: inline-block;
    font-weight:bold;
    text-transform:normal;
    transition: all 0.3s ease;
}

.slide-text-container a{
    font-size: 22px;
    margin-top: 15px;
    background: none;
    padding:0px;
    color:#fff;
    border-radius: 30px;
    display: inline-block;
    font-weight:normal;
    text-transform:normal;
    transition: all 0.3s ease;
}


.slide-text-container a:hover{
    background: none;
}
.slide-text-container a .fa-stack{
        
        color: #F2C937;
        font-size:.8em;
        vertical-align: middle;
       
    

}




.slide-text-container a .fa-stack i { vertical-align: middle; }

.slide-wrap {
	margin-bottom:20px;
}
.slick-slide {
    outline: none
}
/* Slider */


/* Page Banners */
.page-banner-title h1 {
    font-size: 42px;
    font-family: 'Lato', 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 {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    padding: 5px 20px;
    margin: 0px 0px 0px 20px;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}
.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: #00429d;
    stroke-width: 1px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
    fill: #00429d;
    fill-opacity: 0.05;
}
.irmau-main-chart .quoteapi-chart-volume {
    stroke: #496396;
    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 {
    overflow: hidden;
    background: #1f1f1c;
}
.slider {
	background-color:transparent;
   
}
.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-right {
	text-align: right;
}

.footer-wrap {
	padding:20px 0;
	background:#2e364a;

}
.copyright-footer-wrap a {
    color: #000;
    margin-right: 20px;
    font-size: 18px;
}
.copyright-footer-wrap a:hover{
    color:#f2c937;
}
.copyright-footer-wrap {
    border-top: 1px solid #495269;
	padding:10px 0;
	background:#2e364a;
	color:#efefef;
}
.copyright,
.footer-box a,
.footer-box p{
	color:#000;
}
.footer-box {
	color: #000;
}
.footer-box h3 {
	font-size:24px;
	color:#000;
}
.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 .market-cap{
    margin-bottom: 20px;
}
.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: 170px;
}
.header-wrap {
	padding:30px 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: #f2c937;
    
}
.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;
}
.share-price {
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}
.share-price #price {
    margin-top:-20px;
    line-height:1.5;
}
.share-price .datechange {
    display:none;
}
.invsbox h3 {
    font-family: 'Lato', 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:24px;

}
.list-item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:2px solid #EFEFEF;
}
.list-item:hover {
    border-bottom:2px solid #F2C937;


}



.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid #2c3691;
}
.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:#F2C937;
	 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 > .grid-x  > .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: 'Lato', 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: #fff;
}
.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: 'Lato', sans-serif;
    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: 'Lato', sans-serif;
    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: 'Lato', sans-serif;
    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: 'Lato', sans-serif;
    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: 'Lato', sans-serif;
}
.sector-name {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    color:#bdbdbd;
}
.home-price-wrap {
    text-align: center;
}
.market-cap {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    color:#bdbdbd;
}
.price-text .quoteapi-currency-symbol {
    color:#5b7739;
}
.price-text {
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    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: #fff;
    background: #FFFFFF;
    box-shadow: 6px 16px 14px 26px rgba(190, 189, 189, 0.25);
    margin-top:60px;
}
.copyright-footer-wrap {
    border-top: 0px solid #495269;
    padding: 10px 0;
    background: #f9f9f9;
    color: #000;
}
.email-alerts-icon {
    padding: 0 90px;
}

.email-alerts-signup h3 {
    margin-top: 10px;
    color: #EEE;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 32px;
    margin-bottom:30px;
}



.email-alerts-signup input[type=email], .email-alerts-signup input[type=text]{border-radius: 9px;
    padding: 30px 20px;
    font-size: 20px;
}

    .email-alerts-signup input[type=submit]{
            background: #F2C937;
            border-radius: 32px;
            color: #000;
            font-weight: 600;
            font-size: 22px;
            text-shadow: none;
            box-shadow: none;
            padding: 20px 50px;
            margin: 0 auto;
            display: inline-block;
        

    }


.email-alerts-signup {
        color: #CCC;
        text-align: center;
        max-width: 880px;
        display: block;
        margin: 0 auto;
    
}
.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: 'Lato', sans-serif;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}
.logo-footer:hover {
    opacity:1;
    filter: none;
}
.logo-footer {
    padding:0 50px;
    opacity:1;
}
.footer-box h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #F2C937;

}

.copyright, .footer-box a, .footer-box p {
    color: #000;
    font-size:18px;
}
.banner {
    min-height: 400px;
    padding-top: 100px;
}

h1.title span, h1.title, .entry-content h1 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #000;
}
.breadcrumbs span {
    color: #000;
    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 */


.invsbox {
    overflow: hidden;
    min-height: 220px;
    background: #193366;
    border-radius: 0px 0px 30px 0;
}

.invsbox h3 {
    color: #fcad3a;
    border-bottom: 1px solid #2f4b82;
}
.invsbox p {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color:#CCC;
}
.invbox-icon {
    color: #375ca5;
}
.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: 146px;
    padding-top: 50px;
    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: #fbde00;
    font-size: 16px;
    margin-top: 5px;
}
.menu-section-title {
    color: #fbde00;
    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: 250px;
    overflow: hidden;
    margin-bottom:15px;
}

.sp-item h4 {
    background: #CCC;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    min-height: 55px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.sp-item {
    text-align: center;
    background: #EEE;
    min-height: 98px;
    font-family: 'Lato', sans-serif;
}

.grdHeader td{
    width: 32%;
    padding: 10px !important;
    background: #193368;
    color:#fff;
    text-align: center;
}

.shareprice-grid {
  margin-bottom:20px;
}
.tabs-title > a {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #f9a221;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
	background: #F2C937;
	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: #F2C937;
	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: #F2C937;
	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 > 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: 'Lato', 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;
}

.header-top{
   background: #F6F6F6;
   padding: 14px 0px;
   font-weight: bold;

}

.header-wrap-container .grid-container{
    max-width:86rem;
}


ul#nav{
    margin-top: 26px;

}