:root {
	/* Main Colours */
	--main-bg: #FFF; /* e.g: color: var(--main-bg); */
  --second-bg: #E21D2E;
  --main-red: #E21D2E;
	/* Shadows */
	--main-drop-shadow: 0px 10px 20px rgba(0,0,0,0.5); /* box-shadow: var(--main-drop-shadow); */
}
*,html,body {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
}
.list-item:hover {
    border-bottom: 0px solid #efc27c;
}
.list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.top20 th {
    border: 0;
    background: var(--second-bg);
    color: #FFF;
    padding: 8px 10px !important;
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
}
table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}
.grdHeader td {
    width: 32%;
    padding: 10px !important;
    background: var(--second-bg);
    color: #fff;
    text-align: center;
}
.header-wrap {
    background: #FFF;
    padding: 20px 0;
}
.header-wrap.shrink {
    background:var(--main-bg);
}
.header-wrap.shrink .logo {
    max-width: 165px;
    margin-top: 12px;
}
.header-wrap .menu {
  margin-top:0;
}
.header-wrap.shrink .logo {
  display:block;
}
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(--main-bg);
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
    border-top:1px solid #FFF;
    border-right:1px solid #FFF;
    border-left:1px solid #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: #FFF;
    color: var(--main-bg);
}
ul#nav li ul {
  border-bottom:1px solid #FFF;
}
.slide-wrap {
  border-bottom:3px solid #702917;
}
.home-promo-box {
  background:var(--main-bg);
  color:#FFF;
  position:relative;
  text-align: center;
  padding: 90px 0px 50px 0;
}
.aus-map-home {
  margin-top: -170px;
}

.home-news {
  background:#b33f22;
  color:#FFF;
}
.home-boxes {
  background:var(--main-bg);
  color:#FFF;
}
.home-news-title {
  color:#FFF;
}
.home-news-load .list-title a {
  color:#FFF;
  font-weight:bold;
}
.home-news-load .list-brief {
    display:none;
}
.home-news-load .list-date {
    font-size: 14px;
    color: #ffe7b7;
}
.home-news-load .list-item {
    border-bottom: 2px solid #222c38;
}

a.view-more {
    padding: 10px 20px;
    border-radius: 3px;
    background: #c99a50;
    color: #FFF;
    text-shadow: 0px 1px 2px #00000085;
    font-weight: bold;
    box-shadow: 0px 1px 2px #000;
}
.home-news {
    position: relative;
    padding-bottom: 30px;
    padding-top: 50px;
}
.home-news a.view-more {
  display:inline-block;
  float:right;
}
.home-boxes {
  /* background:url("/site/content/images/home-box-bg.jpg") center center no-repeat; */
  background:linear-gradient( rgb(201 154 80 / 31%), rgb(201 154 80 / 31%) ), url("/media/90/banner-background-hp.jpg") center center no-repeat;
	background-size:cover;
  /* filter: sepia(1); */
  border-top:2px solid var(--main-red);
  /* border-bottom:2px solid var(--main-red); */
}
.home-box {
  text-align: center;
  border-left:2px solid var(--main-red);
  border-right:2px solid var(--main-red);
  min-height:400px;
}
.home-box h3 {
  text-transform: uppercase;
  text-shadow:0px 1px 2px rgba(0,0,0,0.5);
}
.hb-2 {
  border-left:0px solid var(--main-red);
  border-right:0px solid var(--main-red);
}
.hb-icon-1 {
    height: 59px;
    width: 48px;
    background: url(/site/content/images/icon1v2.png) center no-repeat;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    top: -80px;
    position: relative;
}
.hb-icon-2 {
    height: 67px;
    width: 68px;
    background: url(/site/content/images/icon2.png) center no-repeat;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    top: -80px;
    position: relative;
}
.hb-icon-3 {
    height: 62px;
    width: 61px;
    background: url(/site/content/images/icon3.png) center no-repeat;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    top: -80px;
    position: relative;
}
.home-box p {
  position:relative;
  padding:10px 30px;
  text-shadow:0px 1px 2px rgba(0,0,0,0.5);
  font-size:18px;
  top:-10px;
}
.home-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    top: -20px;
}

.footer-box h3 {
    color: #efc27c;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #313342;
}
.footer-gradient {
    background: linear-gradient(90deg, #222c38, #222c38);
}
.footer-box a {
    font-family: "Muli", sans-serif;
    color: #ffffff;
    transition: all 0.2s;
}
.footer-box p {
    color: #ffffff;
}
.email-form-mini input[type="submit"]:hover {
  background: #a27a3a;
}
.email-form-mini input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    height: auto;
    background-color: #c99a50;
    color: #fff;
    border: none;
}
.view-more:hover {
  background: #a27a3a;
}

.sidenav ul li a {
    color: #efc27c;
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #525252;
    border-left: 0px solid #EFEFEF;
    font-weight: bold;
}
body {
  background:var(--main-bg);
  color:#FFF;
}
.entry-content * {
  /*color:#FFF;*/
}


.entry-content   a {
    color: #fff;}

.entry-content p {
    color: #FFF;
    line-height: 1.8;
}
h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #efc27c;
    margin-bottom: 20px;
}
.sidenav ul li a:hover,
.sidenav ul li.current a
{
    background: linear-gradient(90deg, #222c38, #e9be7b);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
}
.button {
    background-color: #c99a50;
    color: #fefefe;
    padding: 10px 20px;
    border-radius: 3px;
    text-shadow: 0px 1px 2px #00000085;
}
.button:hover {
  background: #a27a3a;
}
.entry-content {
    min-height: 500px;
    color: #FFF;
}
.archiveFilterB a.currentyear {
    background: #efc27c;
    color: #222c38;
}
.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid #efc27c;
}
.list-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #efc27c;
}
.shareprice-top .blue {
    background: #e3ba79;
    color: white;
    text-align: left;
    text-shadow: 0px 1px 2px #00000085;
}
.shareprice-top .grey {
    background: #334152;
    color: #FFF;
}
.sptable h4 {
    font-size: 13px;
    text-align: center;
    background: #222c38;
    color: #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-top: 2px solid #b33e23;
    border-bottom: 1px solid #b33e23;
}
.sptable p {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #b33e23;
    color: #fefefe;
    background: #222c38;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
    background: #e3ba79;
    color: #222c38;
}
.tabs {
    margin: 0;
    border: 0px solid #e6e6e6;
    background: #334152;
    list-style-type: none;
}
.tabs-title > a {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #fefefe;
}
.chart-button button {
    display: inline-block;
    padding: 13px 25px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.67);
    background: #c99a50 linear-gradient(#c99a50,#c99a50);
    color: #FFF;
    margin: 15px auto 0 auto;
}

.ea_submitRow input[type=submit], #ctl00_contentPlaceHolderBody_btnUnsubscribe, #ctl00_contentPlaceHolderBody_SearchButton, .button.small.contact-us {
  border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-weight: bold;
    border: none;
    background: #c99a50;
    color: #fff;
    transition: all 0.3s ease;
}

.button.small.contact-us{
    margin-top:20px;
    font-size: 16px;
}

.aus-map-home {
    margin-top: -174px;
    max-width: 275px;
    margin-bottom: -50px;
    position: absolute;
    z-index: 9;
    right: -135px;
}
.home-promo-box {
    background: var(--main-bg);
    color: #FFF;
    position: relative;
    text-align: center;
    padding: 60px 0px 60px 0;
}
.home-promo-box-image {
	position:relative;
}

.home-news .list-item {
	width:32%;
	margin-right:1%;
	float:left;
}

.home-boxes .home-box {
	margin: 10px 0;
	background: #222c3870;
	border: 2px solid var(--main-red);
	border-radius: 3px;
    padding-bottom: 60px;
}
.truncate, .ellipsis{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.home-news-load .list-title a {
	display:inline-block;
	height:24px;
	width:100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.hb-icon {
	display:none;
}

.home-box {
	padding-bottom:30px;
}
.home-box .read-more:hover {
	box-shadow:0px 2px 10px rgba(0,0,0,0.5);
	background: #2c3948;
	transition: all 0.3s;
}
.home-box .read-more {
	transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    transform: translate(-50%);
    position: absolute;
    color: #FFF;
    background: #222c38;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #000;
}

.prosp {
    max-width: 180px;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 198px;
}
.box-shadow-4 {
 box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
 transition: all 0.3s;
}
.box-shadow-4:hover {
 box-shadow: 0px 10px 20px rgba(0,0,0,0.8);
 transition: all 0.3s;
}
ul#nav > li > a {
    color: #ffffff;
		text-shadow:0px 1px 2px rgba(0,0,0,0.8);
}

.home-news-title {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -10px;
}
.home-news {
    background: #702917;
    color: #FFF;
}

.home-promo-box-text {
    font-family: "Muli", sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #ffffff;
		margin-left: 22px;
}
.home-news-load .list-item {
	position:relative;
}
.home-news-load .list-item::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 2px;
    background: #222c38;
    top: -10px;
    left: -40px;
}
.home-news-load .list-item {
    border-bottom: 0px solid #222c38;
}

a.more-news:hover {
	color: #FFF;
	background: #8e3a25;
	transition: all 0.3s;
}
a.more-news {
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    color: #FFF;
    background: #222c38;
    padding: 5px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: 18px;
}
/* .hb-1 { margin-right:10px!important; }
.hb-2 { margin-right:10px!important; } */

.bannertext,
.breadcrumbs-wrap
{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.page-banner-title {
    text-align: left;
    margin-left: 10px;
		padding-top: 150px;
}
.page-banner-text {
	text-align:left;
}
.breadcrumbs {
    text-align: left;
    position: relative;
    top: -40px;
    left: 30px;
}

.footer-wrap {
    border-top: 2px solid var(--main-red);
}

.aus-map-home {
	cursor:pointer;
	transition: all 0.3s;
}
.aus-map-home:hover {
	transition: all 0.3s;
	transform: scale(1.1);
}

.gbox:hover {
    transition: all 0.1s;
    cursor: pointer;
    opacity: 0.999;
}
.gbox {
    background-size: 400%;
    position: relative;
    text-align: center;
    color:#FFF;
    padding: 20px 30px;
    text-shadow:0px 1px 2px rgba(0,0,0,0.3);
    transition: all 2s;
    min-height:400px;
		border-left: 3px solid #282828;
		overflow:hidden;
}
.gbox:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e21d2d97;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.gbox:hover:before{
    transform: scale(2);
    animation: pulsate 2s infinite;
}
@keyframes pulsate {
    0% {
        background: #e21d2d97;
      }
      50%{
        background: rgb(112 41 23 / 20%);
      }
      100% {
        background: #e21d2d97;
      }
  }

	.home-box h3 {
	    top: 0;
	}
/* .home-box .read-more {
	display:none;
} */
.home-promo-box-text h3{
	font-size: 32px;
	font-weight: bold;
}
.home-promo-box-text h3 span{
	color:#efc27c;
}
.slide-overlay{
	position: relative;
}


/* Hide Email Alerts Subscribe Groups */
/*.NewsSource1,.NewsSource2 {
    display:none!important;
}
.trNewsSource {
    display:none!important;
}*/
/* Hide Email Alerts Subscribe Groups */

.bio-descriptions{
    position: relative;

    max-height: calc(1.66rem * 5);

    overflow: hidden;
    margin-top:20px;
    transition: all .5s ease;
}


.bio-descriptions.open{
    max-height:none!important;
    overflow: visible;
}

.bio-details .moreless-button {
    text-align: right;
    float: right;
    margin-top: 20px;
    color: #efc27c;
}
.bio-descriptions p {
	text-align: justify;
}
.bio-image-url {
    background: #344354;
    height: 230px;
    width: 230px;
    border-radius: 50%;
}
.bio-name {
	color: #e2b979;
}
.bio-title {
	font-style:italic;
}
.bio-name {
    color: #e2b979;
    font-weight: bold;
}

.bio-box {
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom: 1px solid #525252;
}
.bio-box:last-of-type {
	border-bottom: 0px solid #525252;
}
.home-promo-box-image {
	position:relative;
}
.home-promo-box-image::before {
    position: absolute;
    width: 157px;
    content: "Click to View More";
    pointer-events: none;
    display: inline-block;
    padding: 3px 10px;
    z-index: 10;
    background: #702917;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
		margin-left:-10000px;
}
.home-promo-box-image:hover::before {
	margin-left:0px;
}


.thumbnail-container{
    height:120px;
}


#load-pres-thumb .present-list-item:nth-child(n+2){
    display:none;
}

#load-pres-thumb .present-list-item .medium-3{
    width:100%;

}

#load-pres-thumb .present-list-item .medium-9{
    display:none;
}

#load-pres-thumb .present-list-item .thumbnail-container {
    height: 180px;
    margin-top:30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 321px;
    margin: 0 auto;
    margin-top: 30px;
}




img.gem-img {
    /* margin-top: -63px; */
    max-width: 97px;
    /* margin-bottom: -50px; */
    position: absolute;
    z-index: 99;
    right: -2px;
    top: 72px;

}




.home-subscribe{
    background: #702917;
    color: #FFF;
    position:relative;
    padding:40px 0px;
    text-align: center;
}

.home-subscribe .subscribe-btn {
    transition: all 0.3s;

    display: inline-block;

    color: #FFF;
    background: #222c38;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #000;
    margin-top:20px;
}

.home-subscribe .subscribe-btn:hover {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 50%);
    background: #2c3948;
    transition: all 0.3s;
}

.slide-wrap .slick-slide img {
    margin-top: 20%;
    max-width: 300px;
    display: block;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
}

.page_351 .border-left{
    position: relative;
}

.page_351 .border-left:before{
    content:'';
    height:100%;
    width:4px;
    position: absolute;
    left:-35px;
    top:0;
    background:var(--main-red);
}

.page_351 .business-name{
    width: 100%;
    max-width: 589px;
    margin: 0 auto;
    font-size: 24px;
    margin-left: 12%;
}

.page_351 .business-name tr td:first-child{
    color:#efc27c;
}

.page_351 .business-info strong{
    color:#efc27c;
}

.page_351 .business-info a{
    color:#fff;
}

ul.why-invest-ol {
    text-align: left;
}


ul.why-invest-ol > li {
   margin-bottom:20px;
}

ul.why-invest-il{
    margin:0;
    padding:0;
    margin-top:20px;
}

ul.why-invest-il li{
        width: 149px;
        display: inline-block;
        /* float: left; */
        list-style-type: none;

}




.header-wrap .logo-mobile,.page-template .header-wrap img.logo-mobile {
    display:block;
    margin-bottom:0;
    width: 150px;
}


#load-pres-thumb .present-list-item .thumbnail-container {
    pointer-events: none;
}

.message h2{
    color:var(--main-bg);
    padding:0;
    margin:0;
}


.logo {
    margin-top: 5px;
}
ul#nav > li > a:hover {
    color: #E21D2E;
    /* font-weight: 700; */
}
ul#nav > li > a {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    text-shadow: none;
}

.slide-title {
    margin:0 0 20px 0;
    padding:0;
}
h1.slide-title {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 131.52%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align:left;
    max-width:560px;
}
.slide-buttons {
    text-align: left;
    z-index: 10;
}
a.slide-button-one {
    background: #29328d;
    color: #FFF;
    margin-right: 0;
    margin-left: 0;
}
.slide-buttons a:hover {
    background:#e74d5a;
}
.slide-buttons a {
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;

    background: #E21D2E;
    border-radius: 5px;

    font-family: 'Inter', "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;    
}

.slide-text-container {
    margin-top: 240px;
}
.slide-wrap {
    border-bottom: none;
}

/* home about section */
.home-about-wrap {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:110px 0;
    background:#FFF;
	text-align:left;
}
.home-about-title {
    margin-top: 20px;
}
.home-about-title h2 {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #232323;    
    margin-bottom:20px;
}
.home-about-sub-title {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 171.02%;
    color: #232323;    
    margin-bottom:20px;
}
.home-about-text {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 171.02%;
    color: #232323;    
    margin-bottom:20px;
}
.home-about-img {
    margin-top: -50px;
}
/* .home-about-img img {} */
/* home about section */

.learn-more a:hover {
    background:#e74d5a;    
}
.learn-more a {
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
    background: #E21D2E;
    border-radius: 5px;
    font-family: 'Inter', "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.home-news {
    background: #D7DDE3;
    color: #232323;
}

a.more-news:hover {
    background:#e74d5a;    
}
a.more-news {
    transition: all 0.3s;
    position: absolute;
    left: 18px;
    bottom: 10px;
    display: inline-block;
    text-transform: none;

    position: relative;

    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    display: inline-block;
    background: #E21D2E;
    border-radius: 5px;
    font-family: 'Inter', "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;    

    padding: 15px 30px;
}

.home-news-title {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #232323;
}
.home-news-load .list-item::before {
    content: "";
    position: absolute;
    height: 80px;
    width: 1px;
    background: #7C93A6;
    top: -10px;
    left: 240px;
}
.home-news-load .list-title a {
    color: #232323;
    font-weight: normal;
}
.home-news-load .list-date {
    font-size: 14px;
    color: #232323;
}

.home-boxes {
    /* background: url("/site/content/images/home-box-bg.jpg") center center no-repeat; */
    background: linear-gradient( rgb(201 154 80 / 31%), rgb(201 154 80 / 31%) ), url("/media/90/banner-background-hp.jpg") center center no-repeat;
    background-size: cover;
    /* filter: sepia(1); */
    border-top: 0px solid var(--main-red);
    /* border-bottom: 2px solid var(--main-red); */
}

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;
    background: #FFF;
    color: #444;
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px;
    border-top: 0px solid #FFF;
    border-right: 0px solid #FFF;
    border-left: 0px solid #FFF;
    border:none;
}
ul#nav > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li:hover > a, ul#nav > li > ul > li > ul > li > ul > li:hover > a {
    color: #FFF;
    background: var(--main-red);
}
ul#nav > li:hover > a, ul#nav > li.current > a {
    background:#FFF;
    color:var(--main-red);
}


/* home video section */
.home-video-wrap {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:110px 0;
    background:#FFF;
	text-align:left;
}
.home-video-title {
    margin-top: 20px;
}
.home-video-title h2 {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #224565;    
    margin-bottom:20px;
}
.home-video-sub-title {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 171.02%;
    color: #224565;    
    margin-bottom:20px;
}
.home-video-text {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 171.02%;
    color: #232323;    
    margin-bottom:20px;
}
.home-video-img {
    margin-top: -40px;
}
.video-placeholder {
    background:url("https://i.imgur.com/FxV8vVO.png") center no-repeat;
    background-size:cover; 
  height:350px;
    width:635px;
}
/* home video section */

.home-boxes {
    background: linear-gradient( rgb(78 78 78 / 51%), rgb(78 78 78 / 51%) ), url(/media/95/lower-bg.jpg) center center no-repeat;
    background-size: cover;
    /* filter: sepia(1); */
    border-top: 0px solid var(--main-red);
    /* border-bottom: 2px solid var(--main-red); */
}
.home-boxes .home-box {
    margin: 0px 0;
    background: #222c3870;
    border: 2px solid #716E64;
    border-radius: 3px;
    padding-bottom: 60px;
}


a.promo-button:hover {
    color: #FFF;
    background: #716E64;
}
a.promo-button {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 3px solid #716E64;
    padding: 14px 10px;
}

.home-box h3 {
    top: 0;
    margin-bottom: 25px;
}


#load-pres .list-item {
    border-bottom:2px solid #716E64;
}
#load-pres .list-date {
    font-size: 14px;
    color: #90919E;
    text-align: left;
}
#load-pres .list-title {
    text-align: left;
}
#load-pres .list-title a {
    font-size: 18px;
    color: #FFF;
    text-align: left;
}
#load-pres .list-brief {
    display:none;
}


#load-rep .list-item {
    border-bottom:2px solid #716E64;
}
#load-rep .list-date {
    font-size: 14px;
    color: #90919E;
    text-align: left;
}
#load-rep .list-title {
    text-align: left;
}
#load-rep .list-title a {
    font-size: 18px;
    color: #FFF;
    text-align: left;
}
#load-rep .list-brief {
    display:none;
}

.home-box .read-more:hover {
    color: #FFF;
    background: #716E64;    
}
.home-box .read-more {
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
    display: inline-block;
    transform: translate(-50%);
    position: absolute;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: none;
    text-shadow: none;

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    background:transparent;
    /* display: block; */
    margin-bottom: 15px;
    border-radius: 5px;
    border: 3px solid #716E64;
    padding: 14px 50px;
    min-width:200px;
}

/* sp-box */
.sp-box {
    text-align:center;
}
.sp-box-ticker {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;    
}
.sp-box-mktcap {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
}
.sp-box-price {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
}
.sp-box-delay {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;    
}
/* sp-box */


/* small chart */
.irmau-small-chart .quoteapi-chart {
    width: 300px;
    height: 200px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #FFF;
    margin-left:40px;
    margin-top:20px;
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 120px;
    background: #FFF;
}
.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: #224565;
}
.irmau-small-chart .quoteapi-chart-gridline {
    stroke: #FFF;
}
.irmau-small-chart .quoteapi-chart-minor-gridline {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-tick {
    stroke: none;
}
.irmau-small-chart .quoteapi-chart-price {
    stroke: #224565;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #224565;
    fill-opacity: 0.3;
}
/* small chart */


.footer-gradient {
    background: #E21D2E;
}
.copyright-footer-wrap {
    background: #E21D2E;
    color: #888ca2;
    padding: 10px 0;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
}
.footer-box h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0px solid #313342;
}
.copyright, .footer-box a, .footer-box p {
    color: #FFF;
}
.footer-map a {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 0px solid #565555;
    color: #FFF;
}
.foot-links a:hover, .footer-box a:hover, .footer-subscribe p:hover {
    color: #224565;
}

.sidenav ul li a:hover, .sidenav ul li.current a {
    background: linear-gradient(90deg, #323232, #e21d2e);
    text-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    color: #FFF;
}
.sidenav ul li a {
    color: #303030;
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #525252;
    border-left: 0px solid #EFEFEF;
    font-weight: bold;
}
h1.title span, h1.title, .entry-content h1 {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #e21d2e;
    margin-bottom: 20px;
}

.bio-name {
    color: #303030;
    font-weight: bold;
}
.bio-details .moreless-button {
    text-align: right;
    float: right;
    margin-top: 20px;
    color: #303030;
}
.button {
    background-color: #e21d2e;
    color: #fefefe;
    padding: 10px 20px;
    border-radius: 3px;
    text-shadow: 0px 1px 2px #00000085;
}
.entry-content   a {
    color: #303030;
}
.archiveFilterB a.currentyear {
    background: #e21d2e;
    color: #FFF;
}
.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid #e21d2e;
}


.home-about-text p {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
}

.sidenav li li.Expandable {
	border-left: 10px solid #d9d9d9;
}

h1.title span, h1.title, .entry-content h1 {
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #e21d2e;
	margin-bottom: 20px;
}
.entry-content .list-item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #999;
}

.page_625 iframe {
    max-width:100%;
    height:220px;
}

.entry-content p {
	color: #000;
	line-height: 1.8;
}

.home-about-text {
	font-family: "proxima-nova", 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 171.02%;
	color: #232323;
	margin-bottom: 20px;
}
.home-news .list-date {
    margin-top:15px;
	font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 250;
    font-size: 12px;
    line-height: 15px;
    color: #232323;    
}

.home-news .list-title a {
	font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #232323;    
}

.home-box h3 {
	font-family: "proxima-nova", 'Montserrat', sans-serif;
}
a.promo-button {
	font-family: "proxima-nova", 'Montserrat', sans-serif;
}
#load-news .list-url {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width:210px;
}
#load-pres .medium-3 { 
	display:none;
}
#load-pres .medium-9 { 
	width:100%;
    border-bottom: 2px solid #716E64;
    padding:0;
    margin:0;
    margin-bottom:10px;
    padding-bottom:10px;
}
#load-pres * {
    text-align:left;
}

#load-pres .list-title a {
	font-size: 18px;
	color: #FFF;
	text-align: left;
}
#load-pres .present-list-item {}

#load-pres .present-list-item a {
	font-size: 18px;
	color: #FFF;
	text-align: left;
}


.shareprice-top .blue {
	background: #2d2d2d;
	color: white;
	text-align: left;
	text-shadow: 0px 1px 2px #00000085;
}

.shareprice-top .grey {
	background: #444;
	color: #FFF;
}
.sptable h4 {
	font-size: 13px;
	text-align: center;
	background: #444;
	color: #ffffff;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-top: 2px solid #e21e2f;
	border-bottom: 1px solid #e21e2f;
	margin-bottom: 0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
	background: #e21f30;
	color: #fff;
}
.tabs {
	margin: 0;
	border: 0px solid #e6e6e6;
	background: #444;
	list-style-type: none;
}
.sptable p {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #b33e23;
	color: #fefefe;
	background: #2d2d2d;
}
.chart-buttons li {
	color: #444;
	background: #FFF;
	display: inline-block;
	cursor: pointer;
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #868686;
}
.chart-button button {
	background: #e21d2e;
}

.bio-descriptions {
	max-height: none !important;
	overflow: visible;
}
.moreless-button {
    display:none;
}
.bio-link-list {
    display:none;
}
.bio-title {
	color:#303030;
}
.home-about-img {
	margin-top: 10px;
}

.Pages ul li {
    color:#E21D2E;
}

.archiveFilter {
    width:100px;
    position:relative;
    float:right;
    top:-40px;
}
.archiveFilter::before {
	content: "Filter by Year: ";
	position: absolute;
	left: -100px;
	color: #444;
	top: 7px;
}
.page_8 .PageTitle {
    margin-bottom:50px;
}
.page_624 .archiveFilter {
    display:none;
}
.cell.columns.medium-4.bio-cell1 {
    display: none;
}
.cell.columns.medium-8.bio-cell2 {
    width: 100%;
}
.home-about-img {
    position: relative;
    display: block;
}
.home-about-img img {
    width: 100%;
}
.map-line.proj1-link {
    position: absolute;
    bottom: 32%;
    right: 14%;
    width: 86px;
    height: 30px;
}
.map-line.proj2-link {
    position: absolute;
    top: 25%;
    right: 13%;
    width: 61px;
    height: 33px;
}
.map-line.proj3-link {
    position: absolute;
    bottom: 7%;
    right: 36%;
    width: 69px;
    height: 33px;
}
.map-line.proj4-link {
    position: absolute;
    bottom: 33%;
    left: 10%;
    width: 56px;
    height: 34px;
}
.map-line.proj5-link {
    position: absolute;
    bottom: 14%;
    right: 8%;
    width: 80px;
    height: 33px;
}

.emailalertsform span, .emailalertsform strong, .emailalertsform label {
	color: #232323;
}
.ea_submitRow input[type="submit"], #ctl00_contentPlaceHolderBody_btnUnsubscribe, #ctl00_contentPlaceHolderBody_SearchButton, .button.small.contact-us {
	background: #e21d2e;
	color: #fff;
}

.copyright-footer-wrap {
    padding-top:20px;
    padding-bottom:20px;
    border-top:3px solid #FFF;
}

h1.title span, h1.title, .entry-content h1 {
	font-family: "Montserrat", "Open Sans", sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #000;
	margin-bottom: 20px;
}
.entry-content a,
.entry-content p,
.entry-content span,
.entry-content ol,
.entry-content li,
.entry-content ul,
.entry-content table,
.entry-content tr,
.entry-content td,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	color: #000;
}

#ctl00_contentPlaceHolderBody_btnUnsubscribe_A {
	padding: 15px 30px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	transition: all 0.3s;
	display: inline-block;
	background: #E21D2E;
	border-radius: 5px;
	font-family: 'Inter', "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.entry-content {
    margin-bottom:80px;
}

/* .page_410 .archiveFilterB,
.page_624 .archiveFilterB,
.page_398 .archiveFilterB, */


.page_8 .archiveFilter,
.page_619 .archiveFilter,
.page_410 .archiveFilter,
.page_624 .Pages,
.page_398 .archiveFilter,
.page_398 .Pages,
.page_410 .Pages
{
    display:none;
}

.Introduction {
    color:#000;
}

.inv-center h3 {
    color:#000;
}

.shareprice-top {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.tabs-content a[data-quoteapi="submit"] {
	margin: auto;
	text-align: center;
	padding: 10px 20px;
	background-color: #E21D2E;
	color: #FFF;
	border-radius: 3px;
	margin-top: 10px;
	display: inline-block;
}
.thumbnail-img {
    height: 100px;
    overflow: hidden;
}
.footer-wrap p, .footer-wrap a {
	font-size: 16px;
}
.footer-subscribe p {
	font-size: 15px;
}
.home-video-sub-title h2 {
    font-family: "proxima-nova", 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    color: #224565;
    margin-bottom: 20px;
}

.video-placeholder{
    position:relative;
}

.video-placeholder img.play-btn {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section#acception {
    padding: 20px;
    border-top: 1px solid #ccc;
    font-weight: bold;
    /* text-align: center; */
    margin-top: 50px;
}

section#acception button#downloadButton:disabled{
    cursor: pointer;
    background: #dfdede;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    cursor: not-allowed;
    

}

section#acception button#downloadButton:enabled {
    display:inline-block;
    cursor: pointer;
    background: #e21d2e;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
}

a#homeBtn {
    cursor: pointer;
    background: #000000;
    color: #fff;
    padding: 4px 20px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
}
/*---------------------------------SHAREPRICE-----------------------------------*/
.sp-box-chart rect.highcharts-background {
    fill: transparent;
}
.sp-box-chart rect.highcharts-plot-background {
    fill: #eee;
}
.sp-box-chart g.highcharts-grid.highcharts-yaxis-grid path {
    stroke: none;
}
.sp-box-chart g.highcharts-grid.highcharts-xaxis-grid path {
    stroke: none;
}

/* hide the dots */
.smallChart .highcharts-markers path {
  
  display:none!important;
}
/*make small chart static*/
.smallChart{
    pointer-events:none;
  }
  
.smallChart path.highcharts-point {
    fill: #224565;
    fill-opacity: 1;
    display: none;
}
.sp-box-chart g.highcharts-axis-labels.highcharts-yaxis-labels text, .sp-box-chart g.highcharts-axis-labels.highcharts-xaxis-labels text{
    color: rgb(255, 255, 255) !important;
    fill: rgb(255, 255, 255) !important;
}
.sp-box-chart .highcharts-areaspline-series path.highcharts-area {
    fill: #eee;
    fill-opacity: 1;
  }
  .sp-box-chart .highcharts-markers path {
    fill: #c2cced;
  }
  .sp-box-chart path.highcharts-graph {
    stroke: #224565;
  }
  .sp-box-chart .highcharts-area {
    fill: #224565;
  }
  .sp-box-chart .highcharts-axis-line {
    stroke: #224565;
  }
  .sp-box-chart .highcharts-grid-line {
    stroke: #224565;
  }
  .sp-box-chart .highcharts-tick {
    stroke: #224565;
  }
.sp-box-chart {
    margin-top: 30px;
}

.sp-box-investors g.highcharts-axis-labels.highcharts-yaxis-labels text, .sp-box-investors g.highcharts-axis-labels.highcharts-xaxis-labels text{
    color: #000000 !important;
    fill: #000000 !important;
}
button#chartContainer-btnDownload, .proactive-price-calculator-button button#undefined, .proactive-historical-price-calculator-button button#undefined {
    padding: 13px 25px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.67);
    background: #e21d2e;
    color: #FFF;
    margin: 15px auto 0 auto;
}
button#chartContainer-btnDownload:hover, .proactive-price-calculator-button button#undefined:hover, .proactive-historical-price-calculator-button button#undefined:hover {
    opacity: 0.8;
}
g.highcharts-markers.highcharts-series-0.highcharts-area-series.highcharts-color-0.highcharts-tracker path {
    fill: #496396;
}

.home-price rect.highcharts-background {
    fill: transparent;
}
.home-price path.highcharts-grid-line {
    stroke: transparent;
}
.home-price path.highcharts-axis-line {
    stroke: transparent;
}
.home-price g.highcharts-axis-labels.highcharts-yaxis-labels text, .home-price g.highcharts-axis-labels.highcharts-xaxis-labels text{
    color: rgba(0, 0, 0, 0.5) !important;
    fill: rgba(0, 0, 0, 0.5) !important;
}
.home-price g.highcharts-axis.highcharts-xaxis path {
    display: none;
}
.home-price .highcharts-areaspline-series path.highcharts-area {
    fill: #E21D2E;
    fill-opacity: 0.3;
  }
  .home-price .highcharts-markers path {
    fill: #E21D2E;
  }
  .home-price path.highcharts-graph {
    stroke: #E21D2E;
  }
  .home-price .highcharts-area {
    fill: #E21D2E;
  }
  .home-price .highcharts-axis-line {
    stroke: #E21D2E;
  }
  .home-price .highcharts-grid-line {
    stroke: #E21D2E;
  }
  .home-price .highcharts-tick {
    stroke: #E21D2E;
  }
  .home-price-wrap {
    font-size: 50px;
    line-height: 1;
    color: #e21d2e;
    letter-spacing: 2px;
    margin-top: 10px;
    text-align: center;
    padding-top: 22px;
}
.home-price-text {
    padding-top: 22px;
}
.home-price-text {
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}
/*---------------------------------SHAREPRICE-----------------------------------*/
.slide-wrap {
    position: relative;
}
.home-price.clickable {
    background: rgb(215 221 227);
    color: #FFF;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    height: 120px;
}