:root{
	--yellow:#f1c21e;
	--gold:#e7ac16;
}

a {
    color: var(--gold);
}

body,html,* {
	font-family: "Open Sans", sans-serif;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", "Open Sans", sans-serif;
}
h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #c97d22;
    margin-bottom: 20px;
}
h1 { font-size:28px; }
h2 { font-size:26px; }
h3 { font-size:24px; }
h4 { font-size:22px; }
h5 { font-size:20px; }
h6 { font-size:18px; }
/* Menu Dropdown */
.menu {
	background:#2c3691;
	float: right;
}
.menu li a{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
.menu-wrap {
    background:#2c3691;
}
.menu button {
    margin-right:5px;
}
.mobileMenu:hover {
	background:#e5a22c;
	opacity:0.9;
}
.mobileMenu{
    margin-bottom: 0;
		position:fixed;
		top:0px;
		right:0px;
    background: #e5a22c;
}
.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: uppercase;
    text-decoration: none;
    color:#FFF;
    padding: 20px 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;

}
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.8);
	padding:15px 10px;
	display: inline-block;
    font-size: 15px;
}
/*Make the parent of sub-menu relative*/
ul#nav li {
	position: relative;
}
/*sub menu*/
ul#nav li ul {
	display:none;
	position:absolute;
	top:54px;
	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{
    background:rgba(0,0,0,0.1);
    color:#FFF;
}
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(41,43,54,0.9) url("../images/menu-yellow.png") 21px 43px no-repeat;*/
    color:#ffe401;
    position:relative;
}

ul#nav > li > ul > li:hover > a:after,
ul#nav > li > ul > li > ul > li:hover > a:after,
ul#nav > li > ul > li > ul > li > ul > li:hover > a:after{
    content:'';
    width:20px;
    height:2px;
    bottom:0;
    left:15px;
    position:absolute;
    background:#ffe401;
}
/* 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 */


/* Side Nav */
.sidenav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.sidenav ul li a:hover,
.sidenav ul li.current a
{
    background: linear-gradient(90deg, #cf8621, #ffd900);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
}
.sidenav ul li a {
    color:#767c94;
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #F1F1F1;
    border-left:0px solid #EFEFEF;
    font-weight:bold;
}

/* 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: 190px auto 0; */
		max-width:800px;
		position: absolute;
		bottom:30%;
		left:0;
		/* padding: 20px; */

}
.slide-text-container:before{
	content:'';
	background: url(/site/content/images/gold-arrow.png) no-repeat center right;
	width:100%;
	height: 100%;
	background-size: cover;
	opacity: 0.5;
	z-index:-1;
	position: absolute;
}
.ot {
    color:#ff7f38;
    font-weight:800;
}
.slide-text-container h2,
.slide-text-container h2 span
{
    font-size:64px;
    font-family:"Montserrat", "Open Sans", sans-serif;
    font-weight:800;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    max-width: 200px;
    text-transform: uppercase;
    line-height: 1.1;
}
.slide-text-container h2 span {
    color:#ff7f38;
}
.slide-text-container h3 {
    display:none;
    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:none;
    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;
}

/*  Animation on slide
taken from https://jsfiddle.net/solodev/b1fg3y8d/
*/
.slick-active .slide-text-container {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slide-wrap {
	margin-bottom:0px;
	position: relative;
}
/* Slider */


/* Page Banners */
.page-banner-title {
    font-size: 42px;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    padding: 5px 0;
    margin: 0px 0px -10px 20px;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: left;
    padding-top:0px;
}
.page-banner-text {
    font-size: 24px;
    font-family: "Montserrat", "Open Sans", 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;
    height:450px;
}
/* Page Banners */


/* JS Chart */

.centered {
    text-align: center;
}

.chart-buttons li:hover {
	background:var(--yellow);
	color:#FFF;
    border:1px solid var(--yellow);
}
.chart-buttons li {
	color:#444;
	background:#FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size:14px;
    border-radius: 3px;
    border:1px solid var(--yellow);
}
/* .irmau-small-chart .quoteapi-chart {
    width: 200px;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #4f5259;
} */
.irmau-small-chart .quoteapi-chart-panel {
    height: 120px;
    background: var(--yellow);
}
.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: #fff;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: #e7ac16;
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke: #fff;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #000;
    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: var(--yellow);
    stroke-width: 1px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
    fill: var(--yellow);
    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;
    text-align: left;
		margin-left: 20px;
}
.breadcrumbs a {
    color:#FFF;
}
/* Breadcrumbs */


.slide-wrap {
	height:500px;
    overflow: hidden;
    background:#FBD303;
}
.slider {
	background-color:transparent;
    min-height:500px;
}
.home-box {
	position:relative;
    /* padding-top: 50px; */
}
.home-box .card{
    overflow: visible;
}

.home-box-wrap {
    padding-top: 70px;
	margin-bottom:20px;
}
/* .home-box-wrap .cell{
    margin-right: 5px;
    margin-left: 5px;
} */
.home-page-news .list-item:nth-of-type(n+5){
	display: none;
}
.card{
	position: relative;
}
.home-box-more{
	position: absolute;
  display: block;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #fff;
  font-weight: bold;
	transition: 0.3s all ease;
}
.home-box-more:hover{
	color:#fff;
	background: rgba(255, 255, 255, 0.2);
}
a.home-more {
	position:absolute;
	bottom:0px;
	left:0px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.footer-wrap {
	padding:50px 0;

}
.copyright-footer-wrap a {
	color:#ccc;
    margin-right: 20px;
}
.copyright-footer-wrap a:hover{
    color:#fff;
}
.copyright-footer-wrap {
    background: #3a3638;
    color: #fff;
    padding: 10px 0;
    font-family: 'Muli', sans-serif;
    font-size:14px;
}
.footer-map a {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 0px solid #565555;
    color: #ccc;
}

.copyright,
.footer-box a,
.footer-box p{
	color:#ccc;
}
.footer-box h3 {
    color: var(--yellow);
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--yellow);
}
.footer-box a {
    color: #888ca2;
}
.quickLinks a {
    display: block;
    padding: 2px 0;
}
.footer-box a {
    font-family: "Muli", sans-serif;
    color: #fff;
    transition: all 0.2s;
}
.footer-box p {
    color: #fff;
}
.footer-box {
    color: #888ca2;
    font-family: "Muli", sans-serif;
    font-size: 15px;
    overflow:hidden;
}
.card-section {
	min-height:41px;
}

.home-box h3 {
	font-size:20px;
    font-weight: bold;
}
.home-shareprice .price {
    font-weight: bold;
    font-size: 48px;
    color: #444;
}
.home-shareprice .spdelay {
	font-size:14px;
}
.banner {
	min-height:200px;
}
.bannertext {
    padding-top: 200px;
}
.slider {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content {
	min-height:400px;
    color:#535973;
}
.entry-content p {
    color:#535973;
    line-height:1.8;
}
.off-canvas-logo img {
	width:60%;
	filter: grayscale(100%);
}
.off-canvas-logo {
	text-align: center;
	margin:15px 0;
}
.logo {
    max-width: 250px;
}
.header-wrap {
	padding:20px 0;
    background:rgba(0,0,0,0.1);
	transition: all 0.5s ease;
    position: fixed;
    z-index: 1001;
    background: linear-gradient(rgba(0, 0, 0, 0.75),rgba(0, 0, 0, 0));
    width: 100%;
}
.header-wrap .grid-container{
	max-width: 1440px;
}
.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: var(--gold);
    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 h2 {
    color: #2c3590;
    font-weight: bold;
    font-size: 30px;
}
.home-quote{
    line-height: 2;
    color: #535973;
    margin-top: 0px;
    font-size: 20px;
}
.home-about-wrap {
    background:#f4f9ff;
    padding:30px 0 50px 0;
}
.home-hero-section{
    padding: 70px;
}
.home-box .svg-inline--fa{
    width: 90px;
    height: 90px;
    margin: -50px auto 20px;
    display: block;
    padding: 20px;
    border: 1px solid #c2d8ff;
    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:var(--yellow);
}
.footer-subscribe .fa-envelope{
    border: 1px solid #f1c21e;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
    background: #f1c21e;
}
.footer-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #ccc;
}
.footer-subscribe:hover{
    cursor:pointer;
}
.footer-subscribe:hover .fa-envelope{
    color:#fff;
}
/*
.social-footer .svg-inline--fa{
    width:40px;
    height:40px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 8px;
    margin-right: 10px;
}
*/
.social-footer a {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: var(--yellow);
    font-size: 20px;
    padding: 5px;
    transition: all 0.5s ease;
}
.social-footer a:hover {
    background: var(--gold);
    color:#FFF;
}
.search-form .button {
    background:transparent;
}
.home-image-wrap .grid-container{
	max-width: 1400px;
}
.home-image-wrap .card{
	background-size:cover !important;
	background-position:center !important;
	height: 300px;
	border:none;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
transition: 0.3s all ease;
}
.home-image-wrap .card:hover{
	transform: scale(1.05);
}
.home-image-wrap .card h3{
	font-weight: bold;
	text-transform: uppercase;
	color:#fff;
	position: absolute;
	bottom:20px;
	left:20px;
}
.home-image-wrap .hb1{
		background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(255,255,255,0) 100%), url(/site/content/images/hb1.jpg) no-repeat;
}
.home-image-wrap .hb2{
		background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(255,255,255,0) 100%), url(/site/content/images/home-sp-bg.jpg) no-repeat;
}
.home-image-wrap .hb3{
		background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(255,255,255,0) 100%), url(/site/content/images/hb3.jpg) no-repeat;
}
.home-image-wrap .hb4{
		background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(255,255,255,0) 100%), url(/site/content/images/hb4.jpg) no-repeat;
}
/*
.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:#2c3691;
    text-shadow:0px 1px 2px rgba(0,0,0,0.1);
    position:absolute;
    bottom: 10px;
    width: 95%;
    font-weight:bold;
}
.head-news,.share-price {
    padding-bottom:50px;
    position:relative;
    min-height:350px;
	margin-bottom: 30px;
}
.clickable {
  cursor:pointer;
}
.head-news h2,.share-price h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.head-news {
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}
.share-price {
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}
.share-price #price {
    line-height:1.5;
}
.share-price .datechange {
    display:none;
}
.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: 0px;
}
.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;
}
/* Investor Center */

/*  Email Alerts & Search fix  */
.radioonShares{
    margin-top: 10px;
}
.radioonShares li{
    list-style-type: none;
}
.ea_submitRow input[type=submit],
#ctl00_contentPlaceHolderBody_btnUnsubscribe,
#ctl00_contentPlaceHolderBody_SearchButton{
    padding:10px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    border: none;
    background: #ff7316;
    color:#fff;
    transition: all 0.3s ease;
}
.ea_submitRow input[type=submit]:hover,
#ctl00_contentPlaceHolderBody_btnUnsubscribe:hover,
#ctl00_contentPlaceHolderBody_SearchButton:hover{
    cursor: pointer;
    background: #26b571;
}
table tbody, table tfoot, table thead {
    border: none;
    background-color: #fff;
}
table tbody tr:nth-child(even){
    background-color: #fff;
}
table td{
    vertical-align: top;
}
#ctl00_contentPlaceHolderBody_txtUnsubscribeEmailAddress{
    margin-bottom: 0;
}
#Table1 > tbody > tr > td > table > tbody > tr:nth-child(4) > td:nth-child(1){
    width:10%;
}
#ctl00_contentPlaceHolderBody_ResultsGrid > tbody > tr > td > table{
    margin-bottom: 0;
}

ul#nav > li > a {
    color: #ffffff;
}
.menu {
	margin-top: 20px;
    background: transparent;
}
.rotated-slider-bg {
    background: rgba(0,0,0,0.5);
    min-height: 900px;
    width: 1200px;
    position: absolute;
    top: -100px;
    transform: rotate(20deg);
}

.home-mid-section {
    padding:50px 0;
}
.home-mid-rounded-box h3 {
    color: #2c3590;
    font-weight: bold;
    font-size: 30px;
}
.home-mid-rounded-box p {
    line-height:1.5;
}
.home-mid-rounded-box {
    border-radius: 20px;
    background:#f9faff;
    margin-bottom:20px;
    color:#505251;
}
.hm-pad {
    padding:30px 20px;
}

.latest-news-bg {
    height: 400px;
    width: 100%;
    background: #444 url(/site/content/images/home-box-bg1.jpg) center no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    padding-right: 20px;
}

.why-invest-bg {
    height: 400px;
    width: 100%;
    background: #444 url(/site/content/images/home-box-bg2.jpg) center no-repeat;
    background-size: cover;
    border-radius: 0 20px 20px 0;
    padding-right: 20px;
}
.latest-news-padding,
.why-invest-padding {
    padding:30px;
}
a.read-more-arrow:hover {
    color:#ff9d58;
}
.read-more-arrow,
a.read-more-arrow
{
    color:#ff6a00;
    font-family: "Montserrat", "Open Sans", sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    font-size:14px;
}

#price {
    color:#fff;
    font-size:54px;
    line-height:1;
		margin-top: 10px;
    margin-bottom:10px;
}
.market-cap {
    color:#fff;
    font-weight:bold;
    font-size:14px;
}
.home-shareprice .spdelay {
    font-size:12px;
    color: #fff ;
}
.home-page-news .list-date {
    color:#303792;
    margin-bottom:10px;
}
.home-page-news .list-item a{
	position: relative;
	display: block;
	padding: 5px 10px 10px 30px;
}
.home-page-news .list-item a:before{
	content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background: url(/site/content/images/chevron-right-light-white.svg) left center no-repeat;
  width: 22px;
  height: 15px;
  background-size: 30px 30px;

}
.home-page-news .list-item a {
    color:#fff;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-size:16px;
    font-weight: bold;
}
.home-page-news .list-item {
    margin-bottom:10px;
    border-bottom:1px dashed #cfd2db;
}
.home-page-news {
    clear:all;
}
.email-alerts-bg *,
.email-alerts-bg h3,
.email-alerts-bg a
{
    color:#FFF;
}
.email-alerts-bg {
    background: linear-gradient(rgba(22, 182, 218, 0.82),rgba(22, 146, 218, 0.78) ), url(/site/content/images/laptop-small.jpg) center no-repeat;
    background-size: cover;
    min-height: 200px;
}
.footer-gradient {
    background: #484244;
}
.breadcrumb_arrow_1,
.breadcrumb_arrow_2,
.breadcrumb_arrow_3
{
    color:#CCC;
}
a.breadcrumb_link_1,
a.breadcrumb_link_2,
a.breadcrumb_link_3
{
    font-size:14px;
    color:#FFF;
}
/*#Table1 > tbody > tr > td > table > tbody > tr:nth-child(1){
    display: none !important;
}*/
.unsubcribeFormTable{
    margin-top:-20px;
}
#Table1 td{
    padding:0;
}
#ctl00_contentPlaceHolderBody_tableStyleA > tr > td{
    padding: 0;
}
.ea_submitRow{
    margin-top: 15px;
}

/*  Calendar Display type C */
.archiveFilterB a{
    padding: 5px;
    margin-left: 5px;
}
.calendarItemContainer{
    margin-top: 10px;
}
.archiveFilterB a:hover,
.archiveFilterB .currentyear{
    background: #333;
    color:#fff;
}
.calendar-date{
    width: 15%;
    display: inline-block;
    float: left;
}
.calendar-description{
    width:75%;
    display: inline-block;
    float: left;
    font-weight:bold;
}
.calendar-download{
    width: 10%;
    display: inline-block;
    float: left;

}
.calendar-details{
    display: block;
    clear: both;

}
.calendar-details a{
    margin-top: 5px;
    padding: 5px 10px;
    background: #333;
    color:#fff;
    font-size: 14px;
    display: inline-block;

}
.calendar-item{
    background: #efefef;
    padding: 10px;
    margin-bottom: 10px;
}
.calendar-download img{
    display: block;
    margin: 3px auto;
}
.slick-dots {
    bottom: -80px;
}
.slick-dots li button:before {
    font-size: 15px;
    color: #fff;
}
.slick-dots li.slick-active button:before{
    color:#fff;
}
.slide-wrap:hover .slick-prev{
    left: 20px;
}
.slide-wrap:hover .slick-next{
    right: 20px;
}
.slick-prev, .slick-next {
    top: 300px;
}
.slick-prev{
    left: -60px;
    z-index: 9;
    background: url(/site/content/images/arrow-left.png) no-repeat;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.slick-prev:hover, .slick-prev:focus{
    background: url(/site/content/images/arrow-left.png) no-repeat;
    opacity: 1;
}
.slick-next{
    right: -60px;
    z-index: 9;
    background: url(/site/content/images/arrow-right.png) no-repeat;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.slick-next:hover, .slick-next:focus{
    background: url(/site/content/images/arrow-right.png) no-repeat;
    opacity: 1;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
.slick-prev, .slick-next{
    width:60px;
    height: 60px;
    z-index: 9;
    background-size: cover !important;
}

.header-wrap.shrink{
    position: fixed;
    z-index: 11;
    width: 100%;
    background: linear-gradient(rgb(74, 74, 74),rgba(74, 74, 74, 0.5));
    padding: 5px 0;
}


.header-wrap.shrink .logo {
    max-width: 170px;
    margin-top: 10px;
}
.header-wrap.shrink .menu {
    margin-top: 5px;
}

/* LIST ITEM - DISPLAY E*/

.Introduction{
margin-bottom:30px;
}

.list-date {

    font-size:14px;
    color:#90919E;
}
.list-title a {

    font-size:18px;

}
.entry-content .list-item {
    margin-bottom:10px;
    border-bottom:1px solid #EFEFEF;
}
.entry-content .list-item:hover {
    border-bottom:1px solid var(--gold);
}
.entry-content .list-item:hover a{
	color: var(--gold);
}



.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid var(--gold);
}
.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:var(--gold);
	 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:"Open Sans", sans-serif;
	cursor:pointer;
}

.home-promo-box {
    text-align: center;
		background: #eff0f4;
    padding:90px 0px 0 0;
}
.home-promo-box-title {
    font-family:"Muli", sans-serif;
    font-weight:bold;
    font-size:40px;
    margin-bottom:20px;
}
.home-promo-box-text {
    font-family:"Muli", sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#3c3c3c;
}

.home-promo-box-text h1{
    font-family:"Muli", sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#3c3c3c;
    line-height:33px;
}

.home-promo-box-text h2{
    font-family:"Muli", sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#3c3c3c;
    line-height:33px;
}

.hpb-gold {
    color:var(--gold);
}
.hpb-gray {
    color:#b4b4cc;
}

.latest-section {
  background:#eff0f4;
  padding:80px 0;
}
a.latest-reports-item:hover svg {
  color:#fff;
}
a.latest-reports-item:hover {
  color:#fff;
  background:#000;
}
.latest-reports-item svg {
    color: #e61e20;
    position: absolute;
    right: 15px;
    top: 16px;
}
a.latest-reports-item {
  display:block;
  padding:10px 20px;
  font-size:20px;
  color:#000;
  background:#FFF;
  margin-bottom:10px;
  position:relative;
}
.home-shareprice {
  color:#FFF;
  background: linear-gradient( rgba(0,0,0, 0.4), rgba(0,0,0, 0.4) ),url(/site/content/images/home-sp-bg.jpg) no-repeat;
	background-size:cover;
  padding: 30px 50px;
  position:relative;
	min-height: 320px;
}
.home-shareprice h2 {
  font-size:24px;
  font-weight: bold;
  margin-bottom: 20px;
  color:#FFF;
}
.home-shareprice .price {
    font-weight: bold;
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
}
.home-shareprice .market-cap {
    margin-bottom: 0px;
}
.price-code {
  font-size:22px;
}
.home-shareprice .spdelay {
    color: #fff;
    font-size: 12px;
}
a.view-button:hover {
  color:#FFF;
  background:#926c0b;
}
a.view-button {
	transition: 0.3s all ease;
  display:inline-block;
  padding:15px 25px;
  border:1px solid #FFF;
  color:#FFF;
  text-transform: uppercase;
  position:absolute;
  bottom:30px;
  right:50px;
  font-size: 14px;
}
.latest-icon {
	width: 32px;
	position: relative;
	top: -2px;
}
.home-latest-reports h2 {
  font-size:24px;
  font-weight: bold;
  margin-bottom: 30px;
	color: #576276;
}
.home-image-wrap{
	background: linear-gradient( rgb(242, 194, 30), rgba(0,0,0, 0.4) ),url(/site/content/images/home-image-wrap.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 600px;
  width: 100%;
	padding-top: 150px;
  overflow: hidden;
}
.card{
	background: rgba(0,0,0, 0.6);
}
.card-divider{
	background:none;
}
.card-divider h3{
	color:#fff;
}
.card-section{
	color:#fff;
}
.home-latest-reports {
    padding: 30px 0px;
}
.homeNewswithThumbnail .list-image{
	max-width: 250px;
	display: block;
	margin: 0 auto 20px;
	transition: 0.3s all ease;
}
.homeNewswithThumbnail .list-image:hover{
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(59,59,59,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(59,59,59,1);
	box-shadow: 0px 0px 7px 0px rgba(59,59,59,1);
}
.homeNewswithThumbnail .list-date{
	display: none;
}
.homeNewswithThumbnail .list-url{
	font-weight: bold;
	color:#fff;
	margin: 0 15px;
	display: block;
	text-align: center;
    font-size:16px;
}
.homeNews .list-brief{
	display: none;
}
.homeNews .list-date{
	color:#333;
}
.homeNews .list-title a{
	color:var(--gold);
	font-weight: bold;
}
.homeNews .list-url:hover{
	color:var(--gold) !important;
}
.homeNews .list-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
		margin-bottom: 10px;
}
.homeNews .list-item:nth-of-type(n+4){
	display: none;
}
/* .home-lower-row-wrap-2 {
    padding:75px 0;
    background:url("../images/home-bottom-bg.jpg") center bottom no-repeat;
    background-size:cover;
}
.lower-box-top-image {
    height:200px;
    width:100%;
}
.lower-box-top-image-1 {
    background-size:cover;
}
.lower-box,
.lower-box a
{
    color:#FFF;
}
.lower-box-title {
    margin:50px 0 0 30px;
    color:#FFF;
    font-size:19px;
    font-family:"Muli", sans-serif;
    font-weight:bold;
}
a.lower-box-link:hover {
    background:url("../images/more-arrow.png") right center no-repeat;
    transition: all 0.3s;
    padding:0 45px 0 0;
    text-shadow:0px 1px 2px rgba(0,0,0,0.2);
}
a.lower-box-link {
    display:inline-block;
    margin:30px 0 0 30px;
    padding:0 40px 0 0;
    background:url("../images/more-arrow.png") right center no-repeat;
    transition: all 0.3s;
}

.lower-wrap-bg {
    background: url(../images/home-bottom-bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.home-view-all-news-wrap {
    margin: 120px 0 60px 0;
} */

.slide-title {
    padding: 30px 100px 30px 120px;
    font-size: 32px;
    min-height: 216px;
    font-family: "Muli", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    text-align: left;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.slide-title h1{
    padding: 0;
    margin:0;
    font-size: 32px;
    font-family: "Muli", sans-serif;
    font-weight: bold;
    line-height: 1.3;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    text-align: left;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}



.slide-text {
		display: none;

    font-size: 22px;
    font-family: "Muli", "Open Sans", sans-serif;
    padding: 5px 20px;
    margin: 0px 0px 30px 20px;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.slide-buttons a {
    font-family: "Muli", "Open Sans", sans-serif;
    padding: 18px 30px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    min-width: 130px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    display:inline-block;
}
a.slide-button-one {
    background: #29328d;
    color: #FFF;
    margin-right: 10px;
    margin-left: -30px;
}
a.slide-button-two {
    background: #FFF;
    color: #212121;
}
.slide-buttons {
    text-align: center;
    z-index:10;
}

.video-wrap video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrap {
    overflow:hidden;
    height:530px;
}
.video-wrap {
    overflow: hidden;
    height: 600px;
}
.slide-zero {
    position:relative;
}
.slide-zero .slideTextWrap,
.slide-zero .slide-buttons,
.slide-zero .slide-text-container
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
/* .slide-zero .slide-text-container {
    top:-180px;
} */
.slide-zero .slide-buttons {
    top: 360px;
}
.home-page-news .list-date {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 31px;
}

.lower-box-one {
    margin-right:15px;
    background:#ff6d00;
}
.lower-box-two {
    margin-right:15px;
    background:#14b268;
}
.lower-box-three {
    background:#27308d;
}
.lower-box {
    min-height:370px;
    position:relative;
}
.lower-box-icon {
    position:absolute;
    right:30px;
    top:230px;
}
.breadcrumb_arrow_3 {
    display:none;
}
.email-form-mini {
    min-height:270px;
}
.email-form-mini input {
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.g-recaptcha {
    margin-top: -10px;
    margin-bottom: -20px;
}
.email-form-mini input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: auto;
    background-color: var(--gold);
    color: #fff;
    border: none;
}
form#searchform {
    margin-top: 30px;
}
.searchbutton{
    margin-top: -1px !important;
}

.input-group-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 7px 8px;
    background: #bdbdbd;
    border-radius: 60px;
    margin-top: 2px;
    margin-right: 3px;
    transition: all 0.3s ease;
}
#utilities a {
    font-size: 18px;
    color: #FFF;
    background: #999;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    padding-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
#utilities #smaller {
    font-size: 14px;
    padding-top: 7px;
}
.email-form-mini .g-recaptcha{
    margin-top: 20px;
}
/*--------------------------Customization--------------------------------*/
.newsitems tbody {
    border: none;
    background-color: transparent;
}
.newsitems tbody tr {
    background-color: transparent ;
}
a.inv-more {
    max-width: 100%;
    margin: auto ;
    text-align: center ;
    width: 150px;
    left: 30%;
    background-color: #1779ba;
}
a.inv-more:hover {
    background-color: #2c3691;
}
.invtopboxes.head-news h2, .invtopboxes.share-price h2 {
    color: #fff;
    margin-bottom: 0px;
}
div#load-news table tbody tr:first-child {
    display: none;
}
div#load-news span {
    color: #fff;
    font-size: 14px;
}
div#load-news a:hover {
    text-decoration: underline;
    color: #ffffff;
}
/*-------shareprice------------*/
/* div#price {

    color: #fff;
    margin-top: 0px;
} */
div#market-cap {
    color: #fff;
    margin-bottom: 0px;
}
.market-status {
    color: #fff;
}
.quoteapi-chart.quoteapi-chart-yaxis-labels-left.quoteapi-chart-yaxis-labels-outside.quoteapi-chart-yaxis-labels-centered-with-tick.quoteapi-chart-xaxis-labels-bottom.quoteapi-chart-xaxis-labels-outside.quoteapi-historical-chart {
    color: #9b9b9d;
}
/*-------2ndrow--------*/
.secndrow svg {
    float: right;
}
.secndrow .invsbox {
    padding: 10px;
    color: #fff;
}
.secndrow .invsbox h3 {
    font-size: 14px;
    color: #fff;
}
.secndrow .invsbox p {
    font-size: 16px;
    color: #fff;
}
.irmau-small-chart{
	float: right;
}
.irmau-small-chart .quoteapi-chart {
    max-width: 400px;
		display: block;
    height: 120px;
    padding: 0;
    font-size: 11px;
    color: #2e2e2e;
}
.quoteapi-chart-panel-plots{
	width:350px;
	display: block;
}
.secndrow .invsbox:hover {
    box-shadow: 0px 0px 2px 0px #000;
}
.list-date {
    color: #c0c0c0;
}
.invsbox.invsmall.prospectus.clickable {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=11) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.invsbox.invsmall.prospectus.clickable h3, .invsbox.invsmall.prospectus.clickable p {
    color: #fff;
    text-shadow: 2px 1px 1px #000;
}
.invsbox {
    overflow: hidden;
    min-height: 150px;
}
.invtopboxes.head-news {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=12) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.invtopboxes.head-news .list-title a {
    color: #fff;
}
.invtopboxes.head-news .list-brief p {
    color: #9E9E9E;
}
.invtopboxes.head-news .list-item:hover {
    border-bottom: 2px solid #ffffff;
}
.invsbox.invsmall.prospectus.clickable h3 {
    padding: 10px;
}
.invsbox.inv-bg.clickable {
    min-height: 200px;
}
.invtopboxes.share-price{
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=14) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.invChart .quoteapi-chart-xaxis {
    color: #fff;
}
.invChart .quoteapi-chart-yaxis.quoteapi-chart-yaxis1 {
    color: #fff;
}
.invsbox.inv-bg.inv-fs.clickable{
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=15) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.invsbox.inv-bg.inv-email.clickable{
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=16) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.invsbox.inv-bg.inv-share.clickable{
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/showmedia.aspx?MediaId=17) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.invsbox.invsmall.inv-content {
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px;
}

/* VCard */
/*
.vcard {
    border-radius:10px;
    padding:20px;
    box-shadow:0px 5px 5px rgba(0,0,0,0.5);
    min-height:100px;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
    background:linear-gradient( rgba(255,255,255, 0.3), rgba(255,255,255, 1) ),url(/site/content/images/pexels-photo-999267-crop.jpg) right no-repeat;
    background-size:cover;
    background-position: -413px;
}
*/
.vcard {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
    min-height: 100px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient( rgba(255,255,255, 0.3), rgba(255,255,255, 1) ),url(/site/content/images/niki.jpg) right no-repeat;
    background-size: 85%;
    background-position: 123px 0px;
}
/*
.vcard-bg-2 {
    background: linear-gradient( rgba(255,255,255, 0.3), rgba(255,255,255, 1) ),url(/site/content/images/bow-tie-fashion-man-person-crop.jpg) right no-repeat;
    background-size: cover;
    background-position: -398px;
}
*/
.vcard-bg-2 {
    background: linear-gradient( rgba(255,255,255, 0.3), rgba(255,255,255, 1) ),url(/site/content/images/jz.jpg) right no-repeat;
    background-size: 86%;
    background-position: 122px 3px;
}
.vcard-profile-image {
    float:right;
    display:none;
}
.vcard-title {
    font-weight:bold;
    font-size:18px;
    color:#444;
}
.vcard-position {
    font-size: 14px;
    color: #ababab;
    margin-bottom: 10px;
}
.vcard p {
    font-size: 14px;
    color: #777;
    padding-right: 150px;
    min-height: 300px;
}
a.download-vcard:hover {
    box-shadow:0px 1px 2px rgba(0,0,0,0.4);
    text-decoration:none;
}
a.download-vcard {
    display:inline-block;
    padding:5px 10px;
    border-radius:30px;
    border:1px solid #CCC;
    font-size:14px;
    color:#666;
    margin-right:120px;
    background:rgba(255,255,255,0.5);
}
/* VCard */


.form-row {
    margin-bottom:10px;
}
.price-green {
    color:#3d922f;
    font-weight:bold;
}
.calc-current-share-price span {
    font-weight:bold;
}
.calc-total-val span {
    font-weight:bold;
    color:#3d922f;
    display:inline-block;
}
.total-shares-input {
    width: 100px;
    display: inline-block;
    margin-bottom: 0;
}
.chart-button button {
    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: #f1c21e;
    color: #fefefe;
}
.share-price-calculator .form-row:last-child {
    margin-bottom: 0;
    height: 42px;
}
.share-price-calculator {
    padding: 20px;
    background: #eee url("/site/content/images/undraw_Calculator_0evy.svg") right center no-repeat;
    background-size:360px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom:20px;
}
.bio-box .bio-link-list {
    display: none;
}
.bio-descriptions {
    display: none;
}
.bio-cell {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--gold);
}
.bio-name {
    font-size: 26px;
}
.bio-title {
    font-size: 20px;
}
ul.PageNav {
    display: none;
}
h1.PageTitle {
    color: var(--gold);
}
.bio-details {
    cursor: pointer;
    background: url(/site/content/images/arrow-down.png) right 10px no-repeat;
}

.chev-switch {
  background: url(/site/content/images/arrow-up.png) right 10px no-repeat;
}
.home-box-wrap-outer {
    background: #000;
    padding-bottom: 70px;
    background: linear-gradient( #eff0f4, rgba(255,255,255, 0.1) ),url(/site/content/images/homenews.jpg) 0px center no-repeat;
}
.home-box .card {
	padding-bottom: 50px;
	padding-top: 20px;
	min-height: 430px;
	border: 1px solid #ffffff;
}
.home-box h3 {
    text-align: center;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
}
.hbb1 {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(/site/content/images/homenews.jpg) -600px center no-repeat;
}
.hbb2 {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(/site/content/images/homenews.jpg) -820px center no-repeat;
}
.hbb3 {
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(/site/content/images/homenews.jpg) -1040px center no-repeat;
}
.working-west-hero-wrap {
	margin:50px 0;
}
.working-west-hero-img {
    background: url(/site/categoryproperty/1462/employment.jpg) -572px 0 no-repeat;
    background-size: cover;
    height: 380px;
    padding: 50px 0;
		margin-bottom:30px;
}
.working-west-hero b {
	font-size:22px;
}
.working-west-list-hero {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;background: rgba(0, 0, 0, 0.06);
    padding: 10px;
}
.working-west-hero {
	font-size:18px;
	padding:30px 0 0;
}
.title-underline {
	background: var(--yellow);
	background: transparent;
	height:2px;
	width:50px;
	margin:20px 0;
}
.working-west-list {
	clear:both;
    color: #2f2f2f;
    max-width: 800px;
}
.working-west-list ul {
	list-style:none;
}
.working-west-list ul li:after {
    content: " ";
    height: 10px;
    width: 10px;
    background: #f1c21e;
    border-radius: 20px;
    position: absolute;
    top: 22px;
    left: -15px;
    opacity: 0.8;
}
.working-west-list ul li:before {
    content: " ";
    height: 15px;
    width: 15px;
    background: #f1c21e;
    border-radius: 20px;
    position: absolute;
    top: 19px;
    left: -17px;
		-webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
.working-west-list ul li {
    position: relative;
    display: inline-block;
    width: 33%;
    float: left;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #FFF;
}
.working-west-mid-bg {
    margin: 0 0 50px;
    padding: 40px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3) ), url(/site/content/images/discipline-bg.png) 44% 38% no-repeat;
    background-size: 100%;
}

.ww-text-highlight {
	font-size:18px;
	font-weight:bold;
	color:#505050;
}
.working-west-lower-text p {
	margin-bottom:20px;
	line-height:1.7;
}
.working-west-lower-text {
	margin-bottom:50px;
}
.working-west-hero {
	color:#505050;
}

.section-link-box-img {
	height:300px;
	width:100%;
	background:#EEE;
}
.lower-box-links {
	margin-bottom:100px;
}
.section-link-box-title {
	font-weight:bold;
	position:relative;
	font-size:17px;
	color:#505050;
	padding:15px;
}
.section-link-box:hover {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
	transition: all 0.3s;
	transform: scale(1.1);
}
.section-link-box {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	transition: all 0.1s;
}
.slb-1 {
	background:url(/site/media/30/Westgold-191119-076_1200.jpg) center no-repeat;
	background-size:cover;
}
.slb-2 {
	background:url(/site/media/31/Westgold-191119-214_crop.jpg) center no-repeat;
	background-size:cover;
}
.slb-3 {
	background:url(/site/media/29/Westgold-191119-039_1200.jpg) center no-repeat;
	background-size:cover;
}

.value-row strong {
	color:#c97d22;
	font-size:18px;
}
.value-row {
	min-height:135px;
	margin-left:20px;
}
@media(max-width:1024px) {
	.value-arrows	{
		display:none;
	}
	.value-row {
		min-height:0px;
		margin-left:0px;
	}
}

.preloader{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('/site/content/images/preloader.gif') no-repeat;
}
.home-corp-vid a{
	position: relative;
	color:#fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.home-corp-vid a img{
	margin-bottom: 15px;
}
.home-corp-vid a:before{
	opacity: 0.6;
	position: absolute;
  content: '';
  background: url(/site/content/images/play-icon.png) no-repeat center;
  background-size: cover;
  top: 65px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 50px;
  display: block;
  margin: 0 auto;
}
.home-corp-vid a:hover:before{
	opacity: 0.8;
	transition: all 0.3s ease;
}
.section_349 .banner {
    height: 500px;
}

.investorPage{
	padding-top: 150px;
}
.invChart .irmau-main-chart .quoteapi-chart-panel{
		background: none;
}
.invChart .irmau-main-chart .quoteapi-chart{
	/*color:#8eb4de;*/
	color:#e7ac16;
}
.invChart .irmau-main-chart .quoteapi-chart-volume,
.invChart .irmau-main-chart .quoteapi-chart-price{
	/*stroke: #8eb4de;*/
	stroke:#e7ac16;
}
.invChart .irmau-main-chart .quoteapi-chart-price{
	stroke-width:2px;
}
.invChart .quoteapi-chart-gridline{
	stroke: rgba(255, 255, 255, 0.3)/*rgba(142, 180, 222, 0.3)*/;
}
.invSharepriceNum{
	color: #fff;
}
.invSharepriceNum h2{
	/*color:#8eb4de;*/
	color:#29989e;
	line-height: 1.2;
		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: 44px;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.2;
}
.marketcapSP{
	font-size: 20px;
	margin-bottom: 0;
}
.priceDelay{
	color:#9f9e9e;
	font-size:12px;
}
.invSharepriceNum a.button:hover {
	background: var(--gold);
	color: #fff;
	opacity:0.9;
}
.invSharepriceNum a.button {
		background: var(--gold);
		padding: 10px 20px;
		border-radius: 2px;
		color: #fff;
		position: relative;
		font-weight: bold;
		text-shadow: 0px 1px 2px #98710f;
}
.sp-banner {
	padding-top:150px;
}
.sp-banner .page-banner-title {
	font-size: 42px;
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align: left;
	padding-top: 14px;
}
.priceSP,
.marketcapSP
{
	color:var(--gold);
}
.invSharepriceNum .breadcrumbs {
	text-align: left;
	margin-bottom: 0px;
}


.our-val-hero {
    padding: 50px 70px 40px 70px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #FFF;
    background: linear-gradient( rgba(0,0,0,0.6), rgba(0,0,0,0.6) ), url(/site/media/33/Westgold-191119-026_1200.jpg) center no-repeat;
    background-size: cover;
}
.our-val-sub {
  margin-bottom:50px;
}
.our-value-proposition h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #576276;
}
.our-val-img {
  height:580px;
  width:100%;
  background:url(/site/media/34/Westgold-191119-181_1200.jpg) center no-repeat;
  background-size:cover;
}
.our-value-proposition {
  color: #3c3c3c;
}
.our-val-why-invest {
  margin-bottom:50px;
}
.our-val-shares-on-issue {
    padding: 30px;
    margin-bottom: 50px;
    background: radial-gradient(circle, rgba(255,255,255,1) 42%, rgba(235,235,235,1) 100%);
    border-top: 5px solid var(--yellow);
}

.our-val-shares-on-issue .border-right {
    border-right: 1px solid #eeece8;
}

.our-val-shares-on-issue .border-left {
    border-left: 1px solid #ccc;
}

.wg-top {
  font-size:14px;
  color:var(--gold);
  text-align: center;
}
.wg-sub {
  font-size:34px;
  color:#343434;
  text-align: center;
}

.entry-content .list-date{
	color:#777;
}
.entry-content .list-title a{
	color:#333;
	display: block;
  padding: 10px 0;
  padding-top: 2px;
}

.page_398 .entry-content .button{
	background: var(--gold) !important;
}

.gradBox{
	margin-bottom: 50px;
	background: #efefef;
}
.gradBox .gboxImage{
	height: 500px;
}

.gradBox1 .gboxImage{
	background: url(/site/media/31/Westgold-191119-214_crop.jpg) no-repeat;
	background-size: cover;
}

.gradBox2 .gboxImage{
	background: url(/site/media/31/Westgold-191119-214_crop.jpg) no-repeat;
	background-size: cover;
}
.gBoxText{
	padding: 50px 30px;
}
.gBoxText h3{
	font-size: 22px;
font-weight: bold;
margin-bottom: 15px;
}
.gBoxText p{
	margin-bottom: 25px;
}
.gBoxText a{
	text-align: center;
	max-width: 300px;
	display: block;
	font-weight: bold;
	color:var(--gold);
	border: 2px solid var(--gold);
	padding: 5px 15px;
	transition: all 0.3s ease;
}
.gBoxText a:hover{
	color:#fff;
	background: linear-gradient(90deg, #cf8621, #ffd900);
}

.sliderinPage{
	margin-bottom: 20px;
}
.Proud-Panter p {
    font-size: 14px;
    padding: 10px;
}

.Proud-Panter {
    text-align: center;
    margin-top: 40px;
}
.Proud-Panter img {
    margin: auto;
    text-align: center;
    width: 100px;
}
