
@font-face {
    font-family: 'Calibri';
    src: url('/content/fonts/calibri-webfont.woff2') format('woff2'),
         url('/content/fonts/calibri-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

:root{
	--yellow:#E2C122;
	--gold:#e7ac16;
    --main-slide-height:445px;
    --sage:#ACB596;
    --mustard: #FFDF5B;
    --buff: #DE9A65;
    --midnight-green: #003D3C;
    --dark-green: #012E2B;
    --green: #C6F6D5;
    --light-stone: #F4F1EA;


}

a {
    color: #E2C122;
}



body,html,* {
	font-family: "Calibri", sans-serif;
  
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
    color:var(--dark-green);
    font-size: 20px;
    font-family: 'Calibri';
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Calibri", "Calibri", sans-serif;
}
h1.title span, h1.title, .entry-content h1, h1.PageTitle {
   
        font-family: "Calibri", sans-serif;
        color: var(--dark-green);
        font-weight: 700;
        font-size: 48px;
        margin-bottom: 40px;
        position: relative;
}


h1.title:before, .entry-content h1:before {
    content: '';
    display: inline-block;
    height: 44px;
    width: 44px;
    background: url(/content/images/header-icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -12px;
    left: -48px;
}

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: 'Calibri', sans-serif;
	font-size:14px;
}
.menu-wrap {
    background:#2c3691;
}
.menu button {
    margin-right:5px;
}
.mobileMenu:hover {
	background:var(--midnight-green);
	opacity:0.9;
}
.mobileMenu{
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    width: 71px;
    right: 0px;
    background: var(--dark-green);
    height: 71px;
    font-size:27px;
    font-weight: 300;

}



.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:var(--dark-green);
	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{

}
.ot {
    color:#ff7f38;
    font-weight:800;
}
.slide-text-container h2,
.slide-text-container h2 span
{
    font-size:64px;
    font-family:"Calibri", "Calibri", 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: "Calibri", "Calibri", sans-serif;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container .slide-buttons a{
    font-size: 24px;
    background: #fff;
    padding: 10px 30px;
    color: #012E2B;
    display: inline-block;
    position: relative;

}

.slide-buttons span.icon {
    position: absolute;
    top: 0;
    right: -55px;
    background: #E2C122;
    padding: 16px 20px;
}






a.fancy-button{
    font-size: 20px;
    background: #fff;
    padding: 10px 30px;
    color: #012E2B;
    display: inline-block;
    position: relative;
    margin-right:49px;
    text-transform: capitalize;

}


a.fancy-button.no-bg{
    background: none;

}

a.fancy-button.bigger{
    font-size: 24px;
}

a.fancy-button span.icon {
    position: absolute;
    top: 0;
    right: -49px;
    background: #E2C122;
    padding: 16px 20px;
    line-height: 16px;
  
}

a.fancy-button.bigger span.icon{
    right: -55px;
}

a.fancy-button span.icon img {
    width:8px;
    height: 16px;
}

a.fancy-button.bigger span.icon img{
    width:15px;
    height: 24px;
}

.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 h1{
font-family: Calibri;
font-size: 72px;
font-weight: 700;
line-height: 67px;
letter-spacing: -1px;
text-align: left;
color:#fff;
    
}
.page-banner-text {
    font-size: 24px;
    font-family: "Calibri", "Calibri", 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 {
    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: 18px;
    color: #444;
    text-align: left;

font-family: Calibri;
font-size: 18px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.05em;
text-align: left;
text-transform: uppercase;

}
.breadcrumbs a {
    color:#FFF;
}
/* Breadcrumbs */


.slide-wrap {
	height:var(--main-slide-height);
    overflow: hidden;
    background:#000;
}
.slider {
	background-color:transparent;
    min-height:var(--main-slide-height);
}
.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: 'Calibri', sans-serif;
    font-size:20px;
}
.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: "Calibri", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-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: "Calibri", sans-serif;
    color: #fff;
    transition: all 0.2s;
}
.footer-box p {
    color: #fff;
}
.footer-box {
    font-family: "Calibri", sans-serif;
    font-size: 20px;
    overflow:hidden;
}

img.footer-logo {
    margin-bottom: 30px;
}
.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 {
}
.slider {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content {
	min-height:400px;
    color: #012E2B;
    font-size:20px;
    line-height: 28px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.entry-content p {
    
    
}
.off-canvas-logo img {
	width:60%;
	filter: grayscale(100%);
}
.off-canvas-logo {
	text-align: center;
	margin:15px 0;
}
.logo {
    max-width: 280px;
}
.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%;
}
.grid-container{
    width:100%;
	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 #E2C122;
    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: #E2C122;
}
.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: 8px;
    height: 27px;
    width: 27px;
    text-align: center;
    color: #FFF;
    background: var(--yellow);
    font-size: 14px;
    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: "Calibri", 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: "Calibri", 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{
    font-size: 24px;
    background: #fff;
    padding: 10px 30px;
    color: #012E2B;
    display: inline-block;
    position: relative;
    margin-right:49px;
    text-transform: capitalize;
    background: #E2C122;
    padding: 16px 20px;
}
.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: "Calibri", "Calibri", 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: "Calibri", "Calibri", 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: 40px;
}

/*  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;
    top:50%;
}

.header-wrap.shrink{
    position: fixed;
    z-index: 11;
    width: 100%;
    background: #fff;
    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:"Calibri", sans-serif;
	cursor:pointer;
}

.home-promo-box {
    text-align: center;
		background: #eff0f4;
    padding:90px 0px 0 0;
}
.home-promo-box-title {
    font-family:"Calibri", sans-serif;
    font-weight:bold;
    font-size:40px;
    margin-bottom:20px;
}
.home-promo-box-text {
    font-family:"Calibri", sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#3c3c3c;
}

.home-promo-box-text h1{
    font-family:"Calibri", sans-serif;
    font-weight:normal;
    font-size:22px;
    color:#3c3c3c;
    line-height:33px;
}

.home-promo-box-text h2{
    font-family:"Calibri", 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:"Calibri", 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 {
 
}
/* original slider
.slide-title h1{
    padding: 0;
    margin:0;
    font-size: 72px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    line-height: 67px;
    width: auto;
    color: #FFF;
    text-align: left;
    text-transform: capitalize;
}
*/

.slide-title h1 {
    padding: 0;
    margin: 0;
    font-size: 60px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    line-height: 60px;
    width: auto;
    color: #FFF;
    text-align: left;
    text-transform: capitalize;
}

.slide-title h1 span{
  
    font-size: 30px;
}




.slide-text {
		display: none;

    font-size: 22px;
    font-family: "Calibri", "Calibri", 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);
}
.video-wrap video {
  width: 100%    !important;
  height: auto   !important;
}
.video-wrap {
    overflow:hidden;
    height:530px;
}
.video-wrap {
    overflow: hidden;
    height: var(--main-slide-height);
}
.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: "Calibri", 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 {
}

.footer-form-wrap h3{
font-family: Calibri;
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;
margin-bottom:20px;

}
.email-form-mini input[type=text], .email-form-mini input[type=email] {
    padding: 8px 16px;
    display: block;
    font-family: Calibri;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    height: 60px;
    color: var(--midnight-green);
    margin: 0;
    border: 0;
}

.email-form-mini input::placeholder {
    color: var(--midnight-green);
}

.email-form-mini .form-row{
    margin-bottom:0;
    margin-left:.3em;
    margin-right:.3em;
}
.g-recaptcha {
}
.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{
  
}
/*--------------------------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: #E2C122;
    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 {
    font-family: Calibri;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
}

.bio-descriptions.show-full {
  
    overflow:visible;
    text-overflow: ellipsis;
    height: auto;
}

.bio-name {
font-family: Calibri;
font-size: 36px;
font-weight: 400;
line-height: 40px;
letter-spacing: -1px;
text-align: left;

}
.bio-title {
   
    font-family: Calibri;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: left;
    
   
    
}
ul.PageNav {
    display: none;
}
.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: "Calibri", 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: #505050;
    font-weight: bold;background: rgba(0, 0, 0, 0.06);
    padding: 10px;
		margin: 20px 0;
}
.working-west-hero {
	font-size:18px;
	padding:0px;
}
.title-underline {
	background: var(--yellow);
	background: transparent;
	height:2px;
	width:50px;
	margin:20px 0;
}
.working-west-list {
	clear:both;
    color: #2f2f2f;
    max-width: 800px;
		margin-bottom: 20px;
}
.working-west-list ul {
	list-style:none;
}
.working-west-list ul li:after {
    content: " ";
    height: 10px;
    width: 10px;
    background: #E2C122;
    border-radius: 20px;
    position: absolute;
    top: 16px;
    left: -15px;
    opacity: 0.8;
}
.working-west-list ul li:before {
    content: " ";
    height: 15px;
    width: 15px;
    background: #E2C122;
    border-radius: 20px;
    position: absolute;
    top: 14px;
    left: -17.5px;
		-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-family: Calibri;
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;
padding:30px;
min-height: 160px;

}
.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;
    background: #F4F1EA;

}
.slb-1 {
	background:url(/site/media/101/slb-1.jpg) center no-repeat;
	background-size:cover;
}
.slb-2 {
	background:url(/site/media/100/slb-2.jpg) center no-repeat;
	background-size:cover;
}
.slb-3 {
	background:url(/site/media/102/slb-3.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;
}


.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: "Calibri", "Calibri", 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: "Calibri", 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:#507134;
    font-size: 18px;
}
.entry-content .list-title a{
	color:#012E2B;
	display: block;
  padding: 10px 0;
  padding-top: 2px;
  font-size: 26px;
}

.page_398 .entry-content .button{
	background: var(--gold) !important;
}

.gradBox{
	margin-bottom: 50px;
	background: #efefef;
}
.gradBox .gboxImage{
	/*height: 500px;*/
}

.gradBox1 .gboxImage{
	background: url(/media/221/current-oppo.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
}

.gradBox2 .gboxImage{
	background: url(/media/222/why-work.jpg) no-repeat;
	background-size: cover;
    background-position: center center;
}
.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;
}


.page_8 .archiveFilterB a:last-child{
    display:none;
  }
  
  .my-list-item .list-title {
      background: #f7f7f7;
      padding: 10px;
      margin-top: -10px;
  }
  
  .quarter-title {
      background: #F4F1EA;
      border-bottom: solid 1px #edbf1f;
      padding: 25px 0px;
      text-align: left;
      font-weight: bold;
      cursor: pointer;
      position: relative;

font-family: Calibri;
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;
padding-left:30px;
padding-right:20px;

  }
  
  .quarter-title.open-list {
      margin-bottom: 10px;
  }
  
  
  .quarter-title.open-list:after {
    content: '';
    background: url(/content/images/minus.png) no-repeat;
    position: absolute;
      height:36px;
      width: 36px;
      top: 24px;
      right: 15px;
      font-size: 18px;
      font-weight: normal;
      font-family: 'font awesome 5 pro';
      color: #E2C122;
  }
  
  
  .quarter-title.close-list:after {
      content: '';
      background: url(/content/images/plus.png) no-repeat;
      position: absolute;
      height:36px;
      width: 36px;
      top: 24px;
      right: 15px;
      font-size: 18px;
      font-weight: normal;
      font-family: 'font awesome 5 pro';
  }
  
  .my-list-item.group-item {
      display: none;
  }
  
  
  .my-list-item .list-title svg.svg-inline--fa.fa-file-pdf.fa-w-12 {
      margin-right: 10px;
      font-size: 20px;
  }
  
  
  
  
  
  #ArThumbSec{
      background: #F4F1EA;
      padding:20px;
      border-bottom:5px solid #E2C122;
  }
  
  #ArThumbSec h2{
      font-weight: bold;
      font-size: 22px;
      margin-bottom:0px;
      margin-top:4rem;
  }
  
  #ArThumbSec h3{
      font-size: 19px;
  }
  
  #ArThumbSec a{
  background:#E2C122;
  color:#fff;
  padding:5px 20px;
  }
  
  
  #ArThumbSec a:hover{
      background:#999;
      color:#fff;
  
      }
  
      .clickableToTab{
          cursor: pointer;
      }
  
  
  
      .present-list-item{
          margin-bottom:10px;
          padding-top:10px;
          padding-bottom:10px;
          border-bottom: 1px solid #E2C122;
  
      }
  
      .present-list-item .list-url{
          color:#505050;
          font-weight:bold;
      }
  
  
      .present-list-item .list-date {
  
          font-weight: bold;
      }
  
      .present-list-item .list-file-size{
          font-size:14px;
      }
  
      .present-list-item .download-button{
          color:#505050;
          border:1px solid #dcdcdc;
          padding:2px 8px;
      }
  
      .present-list-item .thumbnail-container{
  
          height: 100px;
      }
  
  
  
      .footer-icon {
          /* width: 50px; */
          font-size: 20px;
          margin-right: 9px;
      }
  
  
      .header-wrap .search-icon {
          font-size: 24px;
      color: #fff;
      margin-top: 29px;
      text-align: right;
      }
  
      .header-wrap .search-icon {
          font-size: 24px;
      color: #fff;
      margin-top: 29px;
      text-align: right;
      cursor: pointer;
      position: relative;
      }
  
      .header-wrap .search-bar {
          display: none;
          position: absolute;
          bottom: -10px;
          right: 35px;
          width: 241px;
          background: #E2C122;
          border-radius: 30px;
      }
  
  
      /*
      .header-wrap .search-bar:after {
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
  
          border-bottom: 10px solid #E2C122;
          top: -10px;
          content: " ";
          height: 0;
          left: 70%;
          position: absolute;
          width: 0;
          }
          */
  
      .header-wrap .search-bar .input-group {
          margin:0;
      }
      form#searchform {
          margin-top: 0px;
          margin: 0;
          padding: 10px;
      }
  
      .header-wrap.shrink .search-icon {
          margin-top: 14px;
      }
  
      .home-presentation-thumb{
          height:174px;
          background-size: cover;
          cursor: pointer;
          width:100%;
          margin-bottom:15px;
      }
  
  .mb-20 {
    margin-bottom:20px;
  }
  .button.contact-us {
        font-weight: bold;
        font-size: 16px;
        margin-top: 27px;
        width: 181px;
        height: 60px;
        width: 181;
        background: url(/content/images/send-btn.png) no-repeat;
    
  }
  .ir-form-bg input:focus,
  .ir-form-bg textarea:focus {
      background-color: rgba(255, 255, 255, 1);
      color:#000;
  }
  .ir-form-bg input,
  .ir-form-bg textarea {
      background-color: rgba(255, 255, 255, 0.01);
      color:#FFF;
  }
  .ir-form-bg textarea {
    min-height:120px;
  }
  .ir-form-bg {
    padding:80px;
    background:linear-gradient( rgba(255,255,255,0.3), rgba(255,255,255,0.3) ), url(/site/media/34/Westgold-191119-181_1200.jpg) center no-repeat;
    background-size:cover;
  }
  #form_state:focus {
    color: #000;
  }
  #form_state {
    color: #bbbbbb;
  }
  
  
  .slide-text-container {
    max-width: 582px;

  }
  
  .text-overlay {
      position: absolute;
      font-size: 18px;
      font-weight: bold;
      color: #000;
  }
  .text-fgo {
      top: 648px;
      left: 320px;
  }
  .text-mgo {
      top: 755px;
      left: 220px;
  }
  .text-cgo {
      top: 768px;
      left: 335px;
  }
  
  .cop-gov-list{
      list-style: none;
      margin:0;
      padding:0;
  }
  
  .cop-gov-list li a{
  color: #333;
      display: block;
      padding: 10px 0;
      border-bottom: solid 1px #edbf1f;
      padding-left:5px;
      transition: all .3s ease;
  }
  
  .cop-gov-list li a:hover{
      background: #f7f7f7;
      padding-left:10px;
  
      }
  
  .cop-gov-list li a:before{
      content:'\f1c1';
      font-family: 'Font Awesome 5 Pro';
      margin-right: 10px;
      font-size: 20px;
      font-weight: 300;
  
  }
  
  .page_8 .list-item:before{
      /* 
      content:'\f1c1';
      font-family: 'Font Awesome 5 Pro'; 
      font-size: 28px;
      font-weight: 300;
      color: #333;
      */
      content: '';
    background: url(/content/images/pdfIcon.png);
    width: 50px;
    height: 51px;
    background-size: cover;
    float: right;
    padding: 13px;
    padding-top: 7px;
  }
  
  .go-box{
      text-align: center;
      cursor: pointer;
      box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.1s;
      margin-top:20px;
  }
  
  .go-box:hover{
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.5);
      transition: all 0.3s;
  }
  
  .go-box .image-title h3 {
      font-size: 18px;
      padding: 10px;
      font-weight: bold;
  }
  
  .go-box .image-desc {
      text-align: left;
      padding: 10px;
      font-size: 14px;
      padding-right: 70px;
      font-weight: bold;
      position: relative;
  }
  
  .go-box .image-desc:after{
      content:'\f054';
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right:15px;
      top:50%;
      color:var(--yellow);
      font-size:20px;
      transform: translate(0,-50%);
      transition: all 0.3s;
  }
  
  .go-box:hover .image-desc:after{
  
      right:10px;
  }
  
  .go-box-2 .image-desc {
      padding-right: 30px;
  }
  
  .working-west-list .cell:nth-child(odd) .circlewrap{
      background: url(/site/content/images/circle-bg.png) center no-repeat;
      background-size: cover;
      width: 120px;
      height: 120px;
      position: relative;
      margin:0 auto;
  }
  
  
  .working-west-list .cell:nth-child(even) .circlewrap{
      background: url(/site/content/images/circle-bg2.png) center no-repeat;
      background-size: cover;
      width: 120px;
      height: 120px;
      position: relative;
      margin:0 auto;
  }
  
  .working-west-list .circlewrap img{
      position:absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
  
  }
  .working-west-list h3{
      font-size: 17px;
      font-weight: bold;
      /* text-align: center; */
      color:#505050;
  }
  
  .video-box{
      position: relative;
      display:block;
      margin-bottom:20px;
  }
  .video-box:after {
      content: '\f04b';
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%,-50%);
      font-size: 50px;
      font-weight: bold;
      font-family: 'font awesome 5 pro';
      background: rgba(0, 0, 0, 0.5019607843137255);
      border-radius: 0;
      padding: 8px 37px;
      line-height: 1.2em;
      border-radius:10px;
  }
  .video-box span{
    position: absolute;
    top:0;
    left:0;
    color:#fff;
    padding: 7px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  }
  
  .cop-gov-list li a {
      color: #333;
      display: block;
      padding: 14px 0 0 0;
      border-bottom: solid 1px #edbf1f;
      padding-left: 35px;
      transition: all .3s ease;
      position: relative;
      min-height: 75px;
  }
  .cop-gov-list li a:before {
      content: '\f1c1';
      font-family: 'Font Awesome 5 Pro';
      margin-right: 10px;
      font-size: 20px;
      font-weight: 300;
      position: absolute;
      top: 13px;
      left: 10px;
  }
  .cop-gov-list li a:hover {
      background: #f7f7f7;
      padding-left: 40px;
  }
  
  
  
  
  section.recruitment-sec {
      background: rgb(0,0,0);
      padding: 20px 0px;
  
  
  }
  
  section.recruitment-sec {
      background: rgb(0,0,0);
  }
  
  section.recruitment-sec h2{
      font-size:21px;
      font-weight:900;
      color:var(--yellow);
      font-family: "Calibri", "Calibri", sans-serif;
  }
  
  section.recruitment-sec h2 span{
      color:#fff;
      font-weight:900;
      font-family: "Calibri", "Calibri", sans-serif;
  }
  
  section.recruitment-sec a{
      text-decoration: underline;
      line-height: 30px;
  }
  
  section.recruitment-sec a:hover{
      color:var(--yellow);
  }
  
  section.recruitment-sec a svg{
     transition: all .3s ease;
     vertical-align: middle;
     margin-left:5px;
  }
  
  section.recruitment-sec:hover a svg{
      margin-left:10px;
  }
  .home-join-div {
      text-align: center;
  }
  
  
  /* 09 Aug 2021 */
  .header-wrap {
      padding: 10px 0;
      background: rgb(255 255 255);
      transition: all 0.5s ease;
      position: initial;
      z-index: 1001;
      background: #FFF;
      width: 100%;
  }
  
  ul#nav > li > a {
    font-family: "Calibri", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: rgba(55, 48, 48, 0.83);
    text-transform: none;
    padding: 20px 10px;
    text-transform: uppercase;
    color: #4F7021;
  }
  .menu {
      margin-top: 0px;
      background: transparent;
  }
  ul#nav > li:hover > a, ul#nav > li.current > a {
      background: var(--dark-green);
      color: #FFF;
  }
  ul#nav li ul {
      top: 66px;
  }
  ul#nav > li > ul > li > a, ul#nav > li > ul > li > ul > li > a, ul#nav > li > ul > li > ul > li > ul > li > a {
    font-size: 18px;
  }
  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: var(--mustard);
      color:var(--dark-green);
  }
  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: transparent;
  }
  .home-hero-main-wrap {
    /* padding:230px 0; */
    /* background:#CAA35D url(/site/content/images/main_banner.jpg) center no-repeat;
    background-size:cover; */
  }
  .home-hero-main-wrap {
      padding: 50px 0;
  }
  .home-hero-main-text h1 {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 64px;
      line-height: 69px;
      text-align: center;
      color: #FFFFFF;
      padding: 0 140px;
      position:relative;
  }
  .home-hero-main-link {
    text-align: center;
    padding-top:50px;
  }
  .home-hero-main-link a:hover {
      opacity: 1;
      box-shadow: 0px 0px 20px 10px rgb(188 155 95 / 35%);
  }
  .home-hero-main-link a {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 107.5%;
      text-align: center;
      letter-spacing: 0.03em;
      color: #434343;
      display: inline-block;
      background: #FFF;
      position: relative;
      border:1px solid #CAA35D;
  }
  .button-text {
    display:inline-block;
    padding: 16px 24px;
  }
  .home-hero-main-link a .chev-button {
      background: #CAA35D;
      color: #FFF;
      display: inline-block;
      padding: 16px;
  }
  .home-motto-main-wrap {
    padding:70px 0;
  }

  .home-motto-box-icon img {
    height: 103px;
}

  .home-motto-main-wrap h2 {
      font-family: "Calibri", sans-serif;
      color:var(--dark-green);
      font-weight: 700;
      font-size: 48px;
      margin-bottom:40px;
      text-transform: capitalize;
  }
  .home-motto-box-link a {
  
  }
  .home-motto-box-link {
    
  }
  .home-motto-box {
    padding-right:0px;
    min-height:150px;
    position:relative;
    padding:30px;
  }
  .home-motto-box-text {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom:50px;
  }
  .home-motto-box-icon {
    margin-bottom:30px;
    
  }
  /* 09 Aug 2021 */
  
  
  /* 10 Aug 2021 */
  .home-carousel-wrap .grid-container {
    max-width:1400px;
  }
  .home-carousel-wrap .gallery-container {
    max-width:1400px;
  }
  .gallery-div-item {
    background:#F00;
  }
  .home-investors-main-wrap {
    padding:80px 0;
    background: var(--midnight-green);
  }

  .home-investors-main-wrap .grid-padding-x>.cell {

  }

  .home-investors-main-title {
      position: relative;
      border-left: 5px solid #CAA35D;
      padding-left: 20px;
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 107.5%;
      color: #fff;
      margin-bottom: 30px;
      margin-left: -26px;
  }
  .home-investors-sp-title {
    font-family: "Calibri", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
    color: #fff;
    margin-bottom:10px;
  }
  .home-investors-sp-sub {
    font-family: Calibri;
font-size: 28px;
font-weight: 300;
line-height: 36px;
letter-spacing: -2px;
text-align: left;
margin-bottom:50px;
  }
  .home-investors-sp-price {
font-family: Calibri;
font-size: 112px;
font-weight: 700;
line-height: 95px;
letter-spacing: -2px;
text-align: left;
color:#fff;
margin-bottom:30px;

  }
  .home-investors-sp-mktcap {
    font-family: Calibri;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -1px;
    text-align: left;
    
    color: #fff;
    margin-bottom:30px;
  }
  .home-investors-sp-sub {
    color:#fff;
}
  .home-investors-sp-link {
    /* text-align: center; */
    /* padding-top:50px; */
    margin-bottom:20px;
  }
  .home-investors-sp-link .button-text {
      display: inline-block;
      padding: 16px 24px;
      min-width: 260px;
      text-align: left;
  }
  .home-investors-sp-link a:hover {
      opacity: 1;
      box-shadow: 0px 0px 20px 10px rgb(188 155 95 / 35%);
  }
  .home-investors-sp-link a {
 
  }
  .home-investors-sp-link a .chev-button {
      background: #CAA35D;
      color: #FFF;
      display: inline-block;
      padding: 16px 30px;
  }
  .home-investors-video-bg {
      position: absolute;
      height: 620px;
      width: 800px;
      background: #F4F4F4;
      top: -100px;
      left: 100px;
  }
  .home-investors-video iframe {
  }
  .home-investors-video {
    position:relative;
    z-index:10;
  }
  .relative {
    position:relative;
  }
  .home-investors-video-link {
      text-align: right;
      margin-top: 10px;
      z-index: 10;
      position: relative;
  }
  .home-investors-video-link a {
    font-family: "Calibri", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 121%;
    color: #CAA35D;
  }
  .home-lower-box-wrap {
    padding:80px 0;
  }

  .home-lower-box{
    background: #F4F1EA;
    position: relative;


  }
  .home-lower-box-icon {
      height: 250px;
      width: 50px;
      float: left;
      margin-right: 20px;
  }
  .home-lower-box-title {
    font-family: Calibri;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: left;
    
    margin-bottom:20px;
  }
  .home-lower-box-text {
    font-family: Calibri;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    
  }
  .home-lower-box-link {
    position: absolute;
    bottom:20px;
  
  }
  .home-lower-box-link a {}
  .home-lower-box-icon {
      height: 250px;
      width: 50px;
      float: left;
      margin-right: 20px;
  }
  .hlb1 .home-lower-box-icon {
      background: url(/site/content/images/icon4.png) top center no-repeat;
      background-size: contain;
  }
  .hlb2 .home-lower-box-icon {
      background: url(/site/content/images/icon5.png) top center no-repeat;
      background-size: contain;
  }
  .hlb3 .home-lower-box-icon {
      background: url(/site/content/images/icon6.png) top center no-repeat;
      background-size: contain;
  }
  .hlb4 .home-lower-box-icon {
      background: url(/site/content/images/icon7.png) top center no-repeat;
      background-size: contain;
  }
  
  .home-latest-box-wrap {
    padding:50px 0 80px 0;
    background:url(/content/images/bottom-footer.jpg) no-repeat;
    background-size:cover;
  }
  .home-latest-box {
    padding:30px;
  }

  .home-latest-box.hlab1{
   background: var(--mustard);
  }

  .home-latest-box.hlab2{
    background: var(--buff);
   }

  .home-latest-box-title {
    font-family: Calibri;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1px;
    text-align: left;
    
      margin-bottom: 30px;
  }
  .home-latest-box-img {
    width:100%;
    height:300px;
    margin-bottom:20px;
    height: 325px;
  }
  .home-latest-box-text {
    font-family: Calibri;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -1px;
    text-align: left;
    
    margin-bottom:20px;
  }
  .home-latest-box-link {
    text-align: right;
    margin-top: -80px;
    margin-bottom: 20px;
  }
  .home-latest-box-link a {
  }
  
  .hlab1 .home-latest-box-img {
    /* background:url(/site/content/images/latest-pres.jpg) center no-repeat; */
    background:url(/site/content/images/Denver-Gold-Presentation-2021.jpg) center no-repeat;
    background-size:cover;
  }
  .footer-wrap {
      padding: 50px 0;
      background: var(--midnight-green);
      padding-top:80px;
  }
  .footer-box h3 {
    font-family: "Calibri", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 107.5%;
    color: var(--mustard);
    border-bottom:0px;
    text-transform: none;
  }
  .footer-box li,
  .footer-box ul,
  .footer-box a,
  .footer-box p,
  .footer-box {
  }
  .footer-icon {
    color:#CAA35D;
  }
  .social-footer a {
      color: #303030;
      background: #f4f4f4;
  }
  .footer-subscribe .fa-envelope {
      border: 0px solid #E2C122;
      height: 40px;
      margin-right: 10px;
      color: #303030;
      transition: all 0.3s ease;
      background: #f4f4f4;
  }
  .Proud-Panter img {
      margin: auto;
      text-align: center;
      width: 100%;
      margin-top: -30px;
  }
  .Proud-Panter p {
      width: 160px;
      position: relative;
      margin-left: -10px;
      font-weight: normal;
      font-size:16px;
  }
  .copyright-footer-wrap {
    background: var(--midnight-green);
    color: #fff;
    padding: 10px 0;
  }
  
  .mp-responsive {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  /*effect zoom*/
  .home-carousel .mp-carousel span {
    display: block;
    transform: translate(-45%, 0) scale(0.8);
    transition: all 0.4s ease;
    opacity: 0.5;
  }
  
  .home-carousel .slick-slide.lt2 span {
    transform: translate(45%, 0) scale(0.8);
  }
  
  .home-carousel .slick-slide.lt1 span {
    opacity: 0.7;
    transform: translate(45%, 0) scale(0.8);
  }
  
  .home-carousel .slick-slide.gt1 span {
    opacity: 0.7;
    transform: translate(-45%, 0) scale(0.8);
  }
  
  .home-carousel .slick-slide.gt2 span {
    transform: translate(-45%, 0) scale(0.8);
  }
  
  .home-carousel .slick-slide.slick-center span {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
    color: #e67e22;
  }
  
  /*FIN effect zoom*/
  .home-carousel .slick-slide {
    overflow: hidden;
  }
  
  .home-carousel .slick-slide span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .home-carousel .slick-slide span.no-before::before {
    display: none;
  }
  
  .home-carousel .slick-active iframe {
    width: 640px !important;
    height: 310px !important;
    margin-top: 10% !important;
  }
  
  .home-carousel .slick-active iframe {
    width: 640px !important;
    height: 410px !important;
    margin-top: 0 !important;
    z-index: 999;
  }
  
  .home-carousel .slick-active img {
    width: 640px !important;
    height: 310px !important;
    margin-top: 10% !important;
  }
  
  .home-carousel .slick-active img {
    width: 640px !important;
    height: 410px !important;
    margin-top: 0 !important;
  }
  /* 10 Aug 2021 */
  
  .center-slick {}
  
  .center-slick .slick-center .slide-h3{
      color: #FFF;
    }
  .center-slick .slider{
      width: 1400px;
      height:400px;
      margin: 20px auto;
      text-align: center;
    }
  .center-slick .slide-h3{
      /* margin: 10% 0 10% 0; */
      /* padding: 40% 20%; */
      padding: 0;
      /* background: #008ed6; */
    }
    .center-slick .slider div{
      margin-right: 5px;
    }
    .center-slick .slick-slide{
      opacity: .6;
    }
    .center-slick .slick-center{
      display: block;
      max-width: 10% !important;
      max-height:20% !important;
      opacity: 1;
    }
  
    .center-slick .slick-center {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        margin-top: -16px;
        z-index:101;
    }
  
    .center-slick .slick-list {
      padding:45px 60px !important;
      margin-left:30px !important;
    }
    .slide-h3 {
    }
    .slide-img {
      width:100%;
      margin-bottom:20px;
    }
  
  .h-slide-title {
    font-family: "Calibri", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 107.5%;
    text-align: center;
    color: #CAA35D;
    margin-bottom:10px;
    position:relative;
  }
  .h-slide-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 138.5%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #434343;
    padding-bottom:0px;
  }
  
  .home-news-main-wrap {
      padding: 40px 0;
  }
  .home-news-main-title {
      position: relative;
      border-left: 5px solid #CAA35D;
      padding-left: 20px;
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 107.5%;
      color: #373030;
      margin-bottom: 30px;
      margin-left: -26px;
  }
  .latest-news-line {
      height: 3px;
      width: 100%;
      background: #373030;
      position: relative;
      margin: 30px 0;
  }
  .latest-news-line-dot {
      border-radius: 20px;
      height: 10px;
      width: 10px;
      position: absolute;
      background: #373030;
      top: -3px;
  }
  .latest-news-line-dot:nth-child(1) {
      left: 10%;
  }
  .latest-news-line-dot:nth-child(2) {
      left: 42%;
  }
  .latest-news-line-dot:nth-child(3) {
      left: 73%;
  }
  
  .home-news-load .list-item {
    width:31%;
    float:left;
    margin:0 1%;
  }
  .home-news-load .list-item:hover {
    border-bottom: 0px solid #EFEFEF;
  }
  .home-news-load .list-title {
      top: -13px;
      position: relative;
      padding-right: 110px;
  }
  .home-news-load .list-date {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 146.68%;
      letter-spacing: 0.005em;
      color: #4b4944;
      position: relative;
      top: 82px;
  }
  .home-news-load .list-item a {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 134%;
      color: #3d4d55;
  }
  .home-news-load .list-item {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 0px solid #EFEFEF;
  }
  
  
  .home-news-link a {
  }
  
  .video-wrap {
      overflow: hidden;
      height: var(--main-slide-height);
      margin-top: -490px;
  }
  .home-hero-main {
    padding-top:120px;
  }
  .home-motto-main-wrap {
      padding: 30px 0 60px 0;
  }
  
  
  .outter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .video-container {
      height: 500px;
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden;
  }
  .video-container video {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 500px;
    width: 102%;
    top: 0;
    left: -1%;
  }
  .video-container .callout {
    background:transparent;
    border:none;
    padding-top: 100px;
  }
  
  .video-container h1 {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 55px;
      line-height: 69px;
      text-align: center;
      color: #FFFFFF;
      padding: 0 140px;
      position:relative;
      max-width:1000px;
      margin:0 auto;
      margin-top:20px;
  }
  
  
  .h-slide-text-link {
    margin-top:20px;
  }
  .h-slide-text-link .button-text {
      display: inline-block;
      padding: 10px 17px;
      min-width: 190px;
      text-align: left;
  }
  .h-slide-text-link a:hover {
      opacity: 1;
      box-shadow: 0px 0px 20px 10px rgb(188 155 95 / 35%);
  }
  .h-slide-text-link a {
      font-family: "Calibri", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 107.5%;
      text-align: center;
      letter-spacing: 0.03em;
      color: #434343;
      display: inline-block;
      background: #FFF;
      position: relative;
      border:1px solid #CAA35D;
  }
  .h-slide-text-link a .chev-button {
      background: #CAA35D;
      color: #FFF;
      display: inline-block;
      padding: 10px 18px;
  }
  .gallery-controls {
      display: flex;
      justify-content: center;
      margin: 160px 0 30px 0!important;
      z-index: 101;
  }
  
  #sidenav > li.current.level3 > ul > li > a {
      /* margin-left: 7px; */
  }
  
  .gallery-item-3 .gal-slide-1,
  .gallery-item-3 .gal-slide-2,
  .gallery-item-3 .gal-slide-3,
  .gallery-item-3 .gal-slide-4,
  .gallery-item-3 .gal-slide-5,
  .gallery-item-3 .gal-slide-6
  {
    transition: all 0.1s;
  }
  .gallery-item-3:hover .gal-slide-1,
  .gallery-item-3:hover .gal-slide-2,
  .gallery-item-3:hover .gal-slide-3,
  .gallery-item-3:hover .gal-slide-4,
  .gallery-item-3:hover .gal-slide-5,
  .gallery-item-3:hover .gal-slide-6
  {
    transition: all 0.3s;
    transform: scale(1.1);
  }
  .gallery-controls-previous:before {
    display:none;
  }
  .gallery-controls-previous {
      height: 400px;
      width: 370px;
      /* background-color: #000!important; */
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 101;
      color: transparent!important;
  }
  .gallery-controls-next:before {
    display:none;
  }
  .gallery-controls-next {
      height: 400px;
      width: 370px;
      /* background-color: #000!important; */
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 101;
      color: transparent!important;
  }
  .home-carousel-wrap .gallery {
    position:relative;
  }
  
  /* carousel gal size changes */
  .gallery-item-3 {
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
      height: 470px;
      opacity: 1;
      left: 50%;
      transform: translateX(-50%);
      width: 650px;
      z-index: 2;
  }
  .gallery-item-2, .gallery-item-4 {
      height: 300px;
      opacity: 1;
      width: 430px;
      z-index: 1;
  }
  
  .gallery-item-2 {
      left: 36%;
      transform: translateX(-50%);
  }
  .gallery-item-4 {
      left: 64%;
      transform: translateX(-50%);
  }
  /* .gallery-item {
      height: 230px;
      opacity: 0;
      position: absolute;
      transition: all 0.3s ease-in-out;
      width: 300px;
      z-index: 0;
  } */
  .gallery-item-1 {
      left: 26%;
      opacity: .4;
      transform: translateX(-50%);
  }
  .gallery-item-5 {
      left: 74%;
      opacity: .4;
      transform: translateX(-50%);
  }
  /* carousel gal size changes */
  
  .home-latest-box-img {
    background:transparent;
  }
  .home-latest-box-img .thumbnail-container {
    height:300px;
  }
  
  .home-latest-box-text a {
    color:rgba(55, 48, 48, 0.83);
  }
  .sidenav ul li ul a {
    padding-left: 50px;
}
  
  
  .home-news-load-vert {
    margin-top:50px;
  }
  .home-news-load-vert .list-item {
    margin-bottom:40px;
  }
  .home-news-load-vert .list-item a {
    color:#fff;
font-family: Calibri;
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;

  }
  .home-news-load-vert .list-date {
    color:var(--green);

font-family: Calibri;
font-size: 20px;
font-weight: 300;
line-height: 24px;
letter-spacing: 0px;
text-align: left;
text-transform: uppercase;

  }
  
  .home-investors-sp-link a .chev-button {
      background: #CAA35D;
      color: #FFF;
      display: inline-block;
      padding: 16px 30px 17px 30px;
      position: absolute;
      margin-top:-1px;
  }
  .hl-box {
    min-height:350px;
    position:relative;
  }
  .hl-box .home-news-link {

  }
  .slide-title h1 {
      margin-bottom:40px;
  }
  input#ctl00_contentPlaceHolderBody_btnSubmit {
      background: #E2C122;
  }
  input#ctl00_contentPlaceHolderBody_btnUnsubscribe_A {
      background: #CAA35D;
  }
  .home-acknowledgement {
      padding: 30px;
      text-align: center;
      background: #f4f4f4;
  }
  .acknowledgement-title {
      color: #e4aa2e;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 16px;
  }
  .acknowledge-text {
      color: #ffffff;
      font-size: 20px;
      margin: auto;
      text-align:center;
  }
  .slide-six .slide-text-container:before {
      background: none;
  }
  .slide-six .slide-text-container {
      position: relative;
      margin: auto;
      top: unset;
      bottom: unset;
      margin-top: 30px;
      max-width: 100%;
      text-align: center;
  }
  .slide-six .slide-title h1 {
      text-align: center;
      margin-bottom: 15px;
  }
  .slide-six .slide-title {
      padding: 0px;
  }
  
  .amec-logo {
    margin-top:4em;
  }
  .vid-home-title .medium-3.cell {
    display: none;
  }
  .vid-home-title .list-date {
    display: none;
  }
  .vid-home-title .medium-9.cell.cell-text-content {
    width: 100%;
    padding:0;

  }
  .vid-home-title .list-title a {
   
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;
color:#fff;
display:block;
margin-top:20px;
  }
  .vid-home-image .medium-9.cell.cell-text-content {
    display: none;
  }
  .vid-home-image .medium-3.cell {
    width: 100%;
    padding:0;
  }

  .home-latest-video {
    margin-top: 30px;
    margin-bottom:40px;
}

  .slides {
	min-height:var(--main-slide-height);
}
.slide-wrap {
	
	min-height:var(--main-slide-height);
	}


    .home-top-sp-wrap,  .inv-top-sp-wrap{
        background: #F4F1EA;
        padding:25px 0px;
        margin-bottom:50px;

    }

    .sp-box {
        padding: 0 20px;
    }

    .sp-box h2 {
        font-weight: 700;
        font-size:25px;
        line-height: 30px;
        margin:0;

    }

    .sp-box h3 {
        font-weight: 400;
        font-size:18px;
        line-height: 21px;
        margin:0;
        margin-bottom:6px;

    }

    .sp-box h4 {
        font-weight: 400;
        font-size:12px;
        line-height: 14px;
        margin:0;

    }

    .with-icon{
        padding-left: 50px;
        position: relative;
    }

    .with-icon:before{
            content: '';
            display: inline-block;
            height: 44px;
            width: 44px;
            background: url(/content/images/header-icon.png) no-repeat;
            background-size: cover;
            position: absolute;
            top: -12px;
            left: -15px;
        
    }
    

    .hmb1{
        background: var(--sage);
    }
    .hmb2{
        background: var(--mustard);
    }
    .hmb3{
        background: var(--buff);
    }

    .footer-form-wrap{
        width:100%;
        max-width: 950px;
        margin:0 auto;
        padding: 20px 30px;
        background: var(--light-stone);
        margin-bottom:80px;

    }


.home-latest-box-image .featuredImage img  {
    object-position: center center;
    object-fit: cover;
    height: 325px;
    width: 100%;
}

.with-right-border{
    border-right:1px solid var(--green);
}

.with-padding-inside{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.with-padding-inside2{
    padding-left: 1.5rem;
}

.slide-overlay {
    height: var(--main-slide-height);
    display: flex;
    align-items: center;
}
.slide-overlay .grid-container {
    width:100%;
}

.hlb-text-container{
    padding:20px 30px;
    padding-bottom:110px;
}

.home-latest-box-wrap .grid-container > h2 {
    font-family: "Calibri", sans-serif;
    color: var(--dark-green);
    font-weight: 700;
    font-size: 48px;
    margin-bottom:50px;
    
}

.home-news-link a.fancy-button span.icon {
    background:#429DA0;
}

.box3-inv .home-news-link a.fancy-button span.icon {
    background:var(--sage);
}

div#load-pres-img-x.home-latest-box-image {
    margin-bottom: 20px;
}

.home-latest-box-text {
    max-width: 400px;
}

.home-latest-box-link a.fancy-button span.icon {
    background:var(--sage);
}

hr.thin{
    width:100%;
    max-width:none;
}

.sidenav {
    position: relative;
    top: -141px;
}

.breadcrumbs a.current{
    color:var(--mustard);
}


.contact-box, .contact-form-section {
    background: #F4F1EA;
    padding: 20px;
}

.contact-form-section {
    margin-top:20px;
}

.banner.small-banner{
    height:325px;
}

.sidenav.inv-sidenav {
    top: -123px;
}

.bio-item {
    background: #F4F1EA;
    margin-bottom:20px;
}

.bio-item .bio-image-tag{
    max-width:218px;
}

.bio-cell.bio-cell2 {
    padding: 30px;
}

.content-grey-box{
    background: #F4F1EA;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.content-grey-box h4{
font-family: Calibri;
font-size: 30px;
font-weight: 400;
line-height: 34px;
letter-spacing: -1px;
text-align: left;
margin-bottom:30px;

}

.working-list ul{ 
    columns:3;
    list-style:none;
    padding:0;
    margin:0;
}

.working-list ul li {
    background: url(/content/images/working-list-icon.png) no-repeat left center;
    background-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 20px;

}


.content-grey-box ul li h3{
font-family: Calibri;
font-size: 20px;
font-weight: 300;
line-height: 28px;
letter-spacing: 0px;
text-align: left;
margin:0;
}


.section-link-box a.fancy-button {
    
    padding: 14px 14px;
    position: relative;
    top:-20px;
    left:30px;
}

.clickableNewTab{
    cursor: pointer;
}
.entry-content .list-item{
    background: #F4F1EA;
    padding: 20px;
    margin-bottom: 0;
    border-bottom: 3px solid #E2C122;
}
.entry-content .list-item:hover {
    border-bottom: 3px solid #E2C122;
}
.entry-content .list-item:hover a{
    color: #012E2B;
}
.entry-content .list-item:hover{
    transition: all 0.3s ease;
    background: #f3ecda;
}
.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 0;
    border-bottom: 5px solid var(--gold);
}
.FilterByYear{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;

}
.archiveFilterB a {
    padding: 10px;
    margin-left: 0;
    font-size: 20px;
    font-weight:bold;
    width: 12.5%;
}
.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 0;
    border-bottom: 3px solid #E2C122;
}
.archiveFilterB a:hover, 
.archiveFilterB a.currentyear {
    background: #E2C122;
    color: #012E2B;
}
.archiveFilterB a{
    color: #ACB596;
}
.archiveFilterB .yearList{
    background: #F4F1EA;
}
.page_8 .list-item:before {
    content: '';
    background: url(/content/images/pdfIcon.png);
    width: 50px;
    height: 51px;
    background-size: cover;
    float: right;
    padding: 0;
    margin-top: 13px;
}
.page_611 .list-item{
    position: relative;
}
.page_611 .list-item:before {
    content: '';
    background: url(/content/images/pdfIcon.png);
    width: 50px;
    height: 51px;
    background-size: cover;
    float: right;
    padding: 0;
    /* margin-top: 120px;
    margin-right: 20px; */
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.page_611 .list-image{
    width: 100%;
}
.page_611 .list-item{
    padding: 0;
}
.page_611 .list-content{
    padding: 50px 20px;
}
.sidenav ul li a {
    background: #FFDF5B;
    color: #012E2B;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 30px;
    border-bottom: none;
    border-left: none;
    font-weight: bold;
}
.sidenav ul li a:hover, 
.sidenav ul li.current > a {
    background: #EDF7F7;
    text-shadow: none;
    color: #012E2B;
}
.Pages:before {
    content: 'Page:';
    font-size: 18px;
    font-weight: bold;
}
/* .listPagePagination ul li{
    margin-right: 0;
    background: #F4F1EA;
    color: #012E2B;
}
.listPagePagination ul li a{
    background: #E2C122;
} */
.listPagePagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.listPagePagination li {
    display: inline-block;
    background-color: #E2C122;
    padding: 5px 13px; /* Adjust the padding as needed */
    color: #012E2B;
    margin-right: 0 !important;
}
.listPagePagination li:has(a) {
    display: inline-block;
    background-color: #F4F1EA;
    padding: 5px 13px; /* Adjust the padding as needed */
}
.listPagePagination li:has(a) > a {
    color: #ACB596;
}
.listPagePagination li:has(a):hover {
    background-color: #E2C122; /* Change color on hover if desired */
    color: #012E2B;
}
.spBannerStrip{
    background: #F4F1EA;
    padding: 20px 0;
}
.priceSP,
.marketCap {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.2;
    color: #012E2B !important;
}
.spBannerStripBox1 h3,
.spBannerStripBox2 h3,
.spBannerStripBox3 h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 23px;
}
.spBannerStripBox1 img{
    margin-top: 10px;
    float: right;
}
.spBannerStripBox2 img{
    margin-top: 20px;
}
.spBannerStripBox2{
    /*border-left: 2px solid #FFDF5B;
    border-right: 2px solid #FFDF5B;*/
    display: flex;
    align-items: center;
}

.spBannerLine{
    position:relative;
}
.spBannerLine:after{
    content:'';
    background:#FFDF5B;
    height:100%;
    width: 2px;
    position: absolute;
    right:16%;
    top:0;
}
.priceDelay{
    margin-bottom: 0;
}
.spBannerStripBox3{
    padding-left: 20px;
}

.ourPurposeTopBox{
    background: #F4F1EA;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .ourPurposeTopBox:before {
      content: "";
      background: url(/content/images/purposeTopStrip.png) no-repeat center;
      position: absolute;
      background-size: cover;
      top: -8px;
      left: 17px;
      height: 17px;
      width: 50px;
  }
  .purposeList {
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0;
    margin-left: 0;
  }
  
  .purposeList li {
    background: url('/content/images/ourPurposeBulletPoint.png') no-repeat left center;
    background-size: 16px;
    padding-left: 30px; 
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .opBox1 .opbPic{
    background: url('/content/images/ourpurpose1.jpg') no-repeat center;
    width: 100%;
    height: 300px;
    background-size: cover;
  }
  
  .opBox2 .opbPic{
    background: url('/content/images/ourpurpose2.jpg') no-repeat center;
    width: 100%;
    height: 300px;
    background-size: cover;
  }
  
  .opBox3 .opbPic{
    background: url('/content/images/ourpurpose3.jpg') no-repeat center;
    width: 100%;
    height: 300px;
    background-size: cover;
  }
  .opContent{
    padding: 20px;
    background: #F4F1EA;
    min-height: 330px;
  }

  
.wrap {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 0 0px;
    overflow: hidden;
  }
  
  .wrap:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .wrap .slider-banner {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 30px 0px;
    max-width: 800px;
    width: 100%;
  }
  
  .wrap .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: monospace;
    font-size: 5rem;
    z-index: 300;
    outline: none;
  }
  
  .wrap .slick-banner-prev {
    left: 20px;
    text-align: left;
    opacity: 0.5;
  }
  .wrap .slick-banner-prev:hover {
    opacity: 1;
  }
  
  .wrap .slick-banner-next {
    right: 0px;
    text-align: right;
    opacity: 0.5;
  }
  .wrap .slick-banner-next:hover {
    opacity: 1;
  }
  
  
  .wrap .item.slick-slide {
    width: 400px;
    height: auto;
    transition: transform .4s;
    position: relative;
  }
  
  .wrap .slick-slide:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    transition: transform .4s;
  }
  
  .wrap .item.slick-slide {
    transform: scale(0.7)  translate(800px);
  }
  
  .wrap .item.slick-slide.slick-center + .slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
  }
  
  .wrap .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: scale(0.7)  translate(-640px);
    z-index: 5;
  }
  
  .wrap .item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
  }
  
  .wrap .item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
  }
  
  .wrap .slick-center:after {
    opacity: 0;
  }
  .wrap .slider-banner .item a{
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 999;
    background: var(--yellow);
    font-weight: bold;
    font-size: 16px;
  }
  .wrap .slider-banner .item a:hover{
    background: #c6823a;
  }
  .wrap .slider-banner .slick-current a{
    display: block;
  }
  .slick-active a.button {
    display: none;
  }
  /*--------------END CAROUSEL------------------*/


  ul#nav > li:first-child {display:none;
}
 

.spi-box h1, .spi-box h2, .spi-box h3, .spi-box h4, .spi-box h5, .spi-box h6{
    margin:0;
}

.spi-box h2{
font-size: 34px;
font-weight: 600;
line-height: 40.8px;
letter-spacing: 0em;
text-align: left;
}


.spi-box h3{
font-family: Calibri;
font-size: 22px;
font-weight: 400;
line-height: 26.4px;
letter-spacing: 0em;
text-align: left;
}

.spi-box .cell{
    padding:20px;
}

.spi-box .box1{
    background:#F6FBFB;
}
.spi-box .box2{
background: #F4F1EA;
}


.spi-box{
    margin-bottom:40px;
}


.spi-box h4{
/* WG/H3 */
font-family: 'Calibri';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 40px;

/* WG/FERN GREEN */
color: #507134;
margin-top:-18px;
}


.spi-box h4 span.quoteapi-change .quoteapi-positive {
    color: #507134;
}


.spi-box h5{
font-family: Calibri;
font-size: 72px;
font-weight: 700;
line-height: 67px;
letter-spacing: -1px;
color:var(--dark-green);
}

.spi-box h5 span.cur{
    color:var(--sage);
    margin-left:10px;
}


.spi-box.spi-asx-box .box2 img{
    height:38px;
}

.spi-box.spi-otc-box .box2 img{
    height:23px;
    margin-bottom:15px;
}

.spi-box .box2 .tickbox{
    font-family: Calibri;
font-size: 36px;
font-weight: 400;
line-height: 40px;
letter-spacing: -1px;
text-align: left;
position:relative;
margin-top:10px;
margin-bottom:10px;
}

.spi-box .box2 hr{
    border: 0;
    background: #E2c122;
    /* border-right: 1px solid #E2C122; */
    height: 36px;
    width: 2px;
    display: inline-block;
    margin: 0px 14px;
    margin-bottom: -6px;
}


.spi-box .box2 .tickbox .green{
color: #507134;
}



.spi-box h6{
font-family: 'Calibri';
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 28px;
}

.button.contact-us:hover, input[type=image]:hover, .fancy-button:hover {
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    /*box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.35);*/

}

.slide-button-two:hover{
    box-shadow: 0px 10px 13px -7px #999090, 5px 5px 15px 5px rgba(253, 253, 253, 0);
}

span.change-negative {
    color: #E70000;
}

a.fancy-button.bigger.yellow {
    background: #E2C122;
    font-size: 22px;
}

#load-pres-img-x .featuredImage:nth-child(2){
    display:none;

}
.accordion{
    margin-bottom:40px;
}

.accordion details {
    margin: 5px;
    font-size: 18px;
  }
  .accordion details > * {
    padding: .75rem;
  }
  .accordion details > div {
    background: #ddd;
    border-radius: 0 0 5px 5px;
    padding:2rem;
  }
  .accordion summary {
    border-radius: 1px;
    font-family: sans-serif;
    font-weight: bold;
    color: #012E2B;
    background: #efefef;
    cursor: pointer;
  }
  .accordion details[open] summary {
    border-radius: 5px 5px 0 0;
  }


  .page_734 div#ctl00_contentPlaceHolderBody_rpSubscriberGroups_ctl00_divSubscriberGroupItem {
        display: none;
    }