:root{
    --light-blue: rgb(40,104,178);
    --dark-blue: #3468B2;
  }

.menu-wrap {
    background: #2968b2;
}
.menu {
    background: transparent;
    margin-top: 26px;
}
.input-group-button {
    background: #2968b2;
}
.header-subscribe p {
    color: #2968b2;
}
.slide-text-container a {
    background: #2968b2;
    color: #fff;
}
.home-box .svg-inline--fa {
    background: #2968b2;
}
a.button.more-button {
    background-color: #2968b2;
    border-radius: 3px;
}
.footer-wrap {
    background: var(--light-blue);

}
.copyright-footer-wrap {
    background: var(--light-blue);
}
ul#nav > li > a {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 600;
    padding:20px;
    font-family: 'abradelight', sans-serif;
}
.logo {
    max-width: 250px;
    position: relative;
    top: -4px;
}
.sign-up-header {
    cursor: pointer;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 14px;
    color: #FFF;
    background: #2968b2;
    padding: 8px 3px;
    border-radius: 25px;
    text-align: center;
    text-shadow: 0px 1px #467d63;
    border: 5px solid #2968b2;
    width: 75%;
    margin-top: 28px;
}
.sign-up-header:hover {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 66%);
}
.sign-up-header i {
    color: #bee7ff;
}
.header-wrap {
    padding: 0;
    border-top: 5px solid #2968b2;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 1001;
    background: rgb(255,255,255,1);
    width: 100%;
}
.home-photo-wrap {
    border-radius: 10px;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: fixed;
    position: relative;
}
.home-box {
    position: relative;
    padding-top: 0px;
}
.card .animate,
.card .animated
{
  display:none;
}
.home-box h3 {
    width: 100%;
    text-align: center;
    margin-top: 90px;
    color: #FFF;
}
.home-box {
  background: #444;
  overflow: hidden;
}
.home-box p {
    color: #EEE;
    position:relative;
    top: -6px;
}
.home-box:hover .hb-zoom,
.home-box:focus .hb-zoom {
  transform: scale(1.2);
  transition: all 0.3s;
}
.hb-zoom {
  transition: all 0.3s;
}
/* .hb1-zoom {
  width:100%;
  height:100%;
  background: linear-gradient( rgba(0,0,0,0.7), rgba(0,0,0,0.7) ), url(/site/content/images/about-us.jpg) center no-repeat;
  background-size: cover;
  transition: all 0.3s;
} */
.home-box .card {
    background: transparent;
    border-color: transparent;
    min-height: 440px;
}
.home-box:hover .card {
    background: transparent;
    transition: all 0.3s;
}
a.button.more-button {
    background-color: rgb(254 254 254 / 7%);
    border-radius: 3px;
}
a.button.more-button:hover {
    background-color: rgb(254 254 254 / 30%);
    border-radius: 3px;
}
.home-box {
  transition: all 0.1s;
}
/* .home-box:hover {
  transition: all 0.3s;
	transform: scale(1.1);
} */
.home-box h3 {
  transition: all 0.5s;
}
.home-box:hover h3,
.home-box:focus h3
{
    transition: all 0.5s;
    margin-top: 20px;
}
.home-box:hover::before,
.home-box:focus::before
{
    right: -0px;
    transition: all 0.5s;
}

.home-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/site/content/images/pw-hex.png) center no-repeat;
    background-size: 100%;
    pointer-events: none;
    margin-top: 60px;
    right: -300px;
    transition: all 0.5s;
    opacity: 0.6;
    z-index: 1;
}
a#smaller svg {
    font-size: 14px;
}
.header-wrap.shrink {
    position: fixed;
    z-index: 11;
    width: 100%;
    padding: 0px;
}
.header-wrap.shrink .logo {
    max-width: 170px;
}
.header-wrap.shrink .menu {
    margin-top: 5px;
}
.header-wrap.shrink div#pulse {
    margin-top: 10px;
}
.emailalertsform input,.emailalertsform select {
    margin-bottom: 0px;
}
.emailalertsform ul li {
    display: inline-block;
}
.g-recaptcha {
    margin-bottom: 10px;
}
.slide-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 111px;
}
.banner-wrap {
    padding-top: 111px;
    display: block;
    position: relative;
    overflow: hidden;
}
.bio-link-list {
    display: none;
}
ul.PageNav {
    display: none;
}
.grid-container {
  max-width:1600px;
  width:100%;
}


.page-template.sec_250 .bannertext, .page-template.sec_540 .bannertext{
    display:none;

}


.subnav1#navOffCanvas li:first-child, .subnav3#navOffCanvas li:first-child{
    display:none;
}


img.banner-image-mobile {
    width: 100%;
    /* height: auto; */
    object-fit: contain;
    position: absolute;
    top: 0;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   max-width: 2100px;
}



.banner.about {
    position: relative;
    overflow: hidden;
}

.bannertext {
    position: relative;
    z-index: 2;
    display:none;
}

.entry-content a:hover{
    text-decoration: underline;
}

.slide-text-container a svg{
    transition: all .3s ease;
}

.slide-text-container a:hover svg{
    transform:translateX(5px);
}
.cell.medium-6.blue {
    background: #5386c1;
    color: #fff;
}
li.tabs-title.is-active a {
    background: #5386c1 !important;
    color: #fff;
}
li.tabs-title a:hover {
    background: #5386c1;
    color: #fff;
}
.grid-x.sptable p {
    padding: 10px;
    background: #818284;
    color: #fff;
}
.grid-x.sptable h4 {
    background: #5386c1;
    color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}
.chart-button button {
    background: #2968b2;
    padding: 10px;
    color: #fff;
}
.share-price-calculator a, div#panel3 a {
    background: #2968b2;
    padding: 10px;
    color: #fff;
}
.cell.medium-6.grey {
    background: #818284;
    color: #fff;
}
.sp-content {
    text-align: center;
}
.sp-content .price-code {
    color: #fff;
    font-size: 25px;
}
.sp-content div#price {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-top: -20px;
}
.sp-content div#market-cap {
    color: #fff;
    font-size: 16px;
    margin-top: -10px;
}
.sp-content .spdelay {
    color: #fff;
}
.sp-content .irmau-small-chart .quoteapi-chart {
    width: 350px;
    max-width: 100%;
    margin: auto;
}
.sp-content {
    margin-top: -20px;
}
.sp-content .quoteapi-chart-yaxis.quoteapi-chart-yaxis1 {
    color: #fff;
}
.sp-content .quoteapi-chart-xaxis {
    color: #fff;
}
.sp-content  .irmau-small-chart .quoteapi-chart-panel {
    height: 80px;
    background: transparent;
}
.sp-content .irmau-small-chart .quoteapi-chart-gridline {
    stroke: #969696;
}
.sp-content .irmau-small-chart .quoteapi-chart-price-fill {
    fill: #2b93d1;
    fill-opacity: 0.5;
}
.sp-content .irmau-small-chart .quoteapi-chart-price {
    stroke: #2b93d1;
    stroke-width: 2px;
}
.sp-content .irmau-small-chart .quoteapi-chart-panel-border {
    stroke: #959595;
}
.sp-content .irmau-small-chart .quoteapi-chart {
    color: #ffffff;
}
div#load-news .list-title a {
    color: #fff;
}
div#load-news .list-date {
    color: #fff;
}
img.list-image {
    float: left;
    width: 45px;
    margin-right: 10px;
}

.inv-centre-box .hb2 {
  background: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.5) ), url('/site/showcustomizationfile.aspx?CustomizationId=89') center no-repeat;
  background-size: cover;
}
.inv-centre-box .hb3 {
  background: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.5) ), url('/site/showcustomizationfile.aspx?CustomizationId=89') center no-repeat;
  background-size: cover;
}
.inv-centre-box .hb4 {
  background: linear-gradient( rgba(0,0,0,0.2), rgba(0,0,0,0.5) ), url('/site/showcustomizationfile.aspx?CustomizationId=89') center no-repeat;
  background-size: cover;
}
.page_551 .list-title a {
    color: #fff;
	display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;  
	  overflow: hidden;
}
.page_551 .list-title:hover a {
    text-decoration: none;
}
.page_551 .list-date {
    color: #fff;
}

img.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    opacity: 1;
    transition: all .3s ease;
}
.home-photo-wrap:hover img.play-btn{
    transform:translate(-50%,-50%) scale(1.1);
}

.home-photo-wrap:hover{
    cursor: pointer;
}
.icon-header {
  position: relative;
}
.header-wrap .social-footer {
  position: absolute;
  top: 30%;
  left: 75%;
}
.shrink .social-footer {
  top: 20%;
}
.header-wrap .social-footer .svg-inline--fa {
  border: 1px solid #2968b2;
}
/*----------------------------SHAREPRICE-----------------------------*/
/* hide the dots */
.irmau-small-chart .highcharts-markers path {
  display:none!important;
}
/*make small chart static*/
.irmau-small-chart{
    pointer-events:none;
}
.irmau-small-chart rect.highcharts-background {
    fill: transparent;
}
.irmau-small-chart g.highcharts-axis-labels.highcharts-xaxis-labels text {
    font-size: 10px !important;
    transform: translate(0, 0) !important;
    fill: #fff !important;
    color: #fff !important;
}
.irmau-small-chart g.highcharts-axis-labels.highcharts-yaxis-labels text {
    font-size: 10px !important;
    transform: translate(0, 0) !important;
    fill: #fff !important;
    color: #fff !important;
}
.irmau-small-chart g.highcharts-axis.highcharts-xaxis {
    display: none;
}
.irmau-small-chart g.highcharts-axis.highcharts-yaxis path {
    stroke: #969696;
}
g.highcharts-grid.highcharts-xaxis-grid path {
    stroke: #969696;
}
g.highcharts-grid.highcharts-yaxis-grid path {
    stroke: #969696;
}
.centered.mainChart {
    position: relative;
}
div#proactive-chart-custom-range {
    left: 0 !important;
    width: 100%;
    text-align: center !important;
    margin: auto;
    top: 72% !important;
}
div#proactive-chart-custom-range button {
    color: #444;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #ffffff;
}
div#proactive-chart-custom-range button:hover {
    background: #063669;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    border: 1px solid #063669;
}
.proactive-price-calculator-button button#undefined, .proactive-historical-price-calculator-button button#undefined {
    background: #2968b2;
    padding: 10px;
    color: #fff;
}
g.highcharts-markers.highcharts-series-0.highcharts-area-series.highcharts-color-0.highcharts-tracker path {
    fill: #063669;
}
button#chartContainer-btnDownload {
    background: #2968b2;
    padding: 10px;
    color: #fff;
}
/*----------------------------SHAREPRICE-----------------------------*/