:root{
  --light-blue: #2b93d1;
  --dark-blue: #3468B2;
}
@font-face {
    font-family: 'abraderegular';
    src: url('/site/content/fonts/abraderegular/abrade-regular-webfont.eot');
    src: url('/site/content/fonts/abraderegular/abrade-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/site/content/fonts/abraderegular/abrade-regular-webfont.woff2') format('woff2'),
         url('/site/content/fonts/abraderegular/abrade-regular-webfont.woff') format('woff');
	     url('/site/content/fonts/abraderegular/abrade-regular-webfont.ttf') format('truetype'),
         url('/site/content/fonts/abraderegular/abrade-regular-webfont.svg#abraderegular') format('svg');

}


@font-face {
    font-family: 'abradebook';
    src: url('/site/content/fonts/abrade-book-webfont.woff2') format('woff2'),
         url('/site/content/fonts/abrade-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'abradelight';
    src: url('/site/content/fonts/abrade-light-webfont.woff2') format('woff2'),
         url('/site/content/fonts/abrade-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body,html,* {
	font-family: 'abradebook', sans-serif;
}
body {
	overflow-y:scroll;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'abradelight', sans-serif;
    font-weight: normal;
}
h1.title span,
h1.title,
.entry-content h1
{
    font-family: 'abradelight', sans-serif;
    font-weight:normal;
    font-size:42px;
}

a {
    line-height: inherit;
    color: #2868b2;
    text-decoration: none;
    cursor: pointer;
}



/* reset foundation table */
table tbody, table tfoot, table thead {
    border: 0;
    background-color: transparent;

}

.entry-content table tbody td, .entry-content  table tbody th {
    padding:0;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}



/* Menu Dropdown */
.menu {
	background:#2868b2;
}
.menu-wrap {
    background:#2868b2;
}
.menu button {
    margin-right:5px;
}
.mobileMenu{
    margin-bottom: 0;
    float: right;
    background: #2868b2;
}
.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;
    /*background:rgba(40, 104, 178, 0.5);*/
    padding: 20px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
ul#nav > li > ul > li > a,
ul#nav > li > ul > li > ul > li > a,
ul#nav > li > ul > li > ul > li > ul > li > a {
	text-decoration:none;
	color:#FFF;
	background:rgba(40, 104, 178, 0.5);
	padding:15px 20px;
	display: inline-block;
    font-size: 16px;
}
/*Make the parent of sub-menu relative*/
ul#nav li {
	position: relative;
}
/*sub menu*/
ul#nav li ul {
	display:none;
	position:absolute;
	top: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(40,104,178,0.8);
	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:#2868b2;
	color:#FFF;
}
/* 3rd level nav */
ul#nav ul li ul {
	display:none;
    position: absolute;
    top: 0px;
    left: 250px;
    width: 250px;
}
/* show the 3rd level when the second is hover */
ul#nav ul li:hover>ul {
	display: block;
}
/* Menu Dropdown */


/* Side Nav */
.sidenav ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.sidenav ul li a:hover {
    background:rgba(0,0,0,0.2);
}
.sidenav ul li a {
    color:#444;
    display:block;
    padding:10px 10px;
    border-bottom:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
}

/* Side Nav */

/* Off Canvas Menu */
.load-offcanvas-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.load-offcanvas-menu ul li a {
	display:block;
	padding:10px;
	color:#EEE;
	background:#222;
	border-bottom:1px solid #333;
	text-shadow:0px 1px 2px #000;
}
.load-offcanvas-menu ul ul li a {
	border-left:5px solid #333;
}
.load-offcanvas-menu ul ul ul li a {
	border-left:10px solid #333;
}
.load-offcanvas-menu ul li a:hover {
	background:#444;
	color:#FFF;
}

/* Off Canvas Menu */


/* Slider */
.slide-text-container{
    margin-top: 120px;
}
.slide-text-container h2 {
    font-size: 52px;
    font-family: 'abradelight', sans-serif;
    /*font-weight: bold;*/
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container h3 {
    font-size: 32px;
    font-family: 'abradelight', sans-serif;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.slide-text-container a{
    font-size: 14px;
    margin-top: 15px;
    background: #2b93d1;
    padding:15px 20px;
    color:#fff;
    border-radius: 30px;
    display: inline-block;

    text-transform: uppercase;
    transition: all 0.3s ease;
}
.slide-text-container a:hover{
    background: #2868b2;
}
.slide-text-container a .fa-arrow-right{
    margin-left: 5px;
}
.slide-wrap {
	margin-bottom:20px;
}
.slick-slide {
    outline: none
}
/* Slider */


/* Page Banners */
.page-banner-title {
    font-size: 42px;
    font-family: 'abradelight', sans-serif;
    font-weight: normal;
    padding: 5px 20px;
    margin: 0px 0px -10px 0px;
    width: auto;
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding-top:170px;
}
.page-banner-text {
    font-size: 24px;
    font-family: 'abradebook', sans-serif;
    padding: 5px 20px;
    margin: 0px 0px 0px 20px;
    width: auto;
    color: #EEE;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    text-align: center;
}
.banner {
    margin-bottom:10px;
}
/* Page Banners */


/* JS Chart */

.centered {
    text-align: center;
}

.chart-buttons li:hover {
	background:#063669;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
    border:1px solid #063669;
}
.chart-buttons li {
	color:#444;
	background:#FFF;
    display: inline-block;
    cursor: pointer;
    padding: 4px 8px;
    font-size:14px;
    border-radius: 3px;
    border:1px solid #ffffff;
}
.irmau-small-chart .quoteapi-chart {
    width: 200px;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #2e2e2e;
}
.irmau-small-chart .quoteapi-chart-panel {
    height: 80px;
    background: #eee;
}
.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: #2e2e2e;
}
.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: #009fd9;
    stroke-width: 1px;
}
.irmau-small-chart .quoteapi-chart-price-fill {
    fill: #9fcee0;
    fill-opacity: 0.3;
}
.irmau-main-chart .quoteapi-chart {
    width: 100%;
    padding: 8px 50px 50px 50px;
    font-size: 10px;
    color: #2e2e2e;
}
.irmau-main-chart .quoteapi-chart-panel {
    height: 250px;
    background: #f2f2f2;
    background: linear-gradient(0deg, #f2f2f2, #fff);
}
.irmau-main-chart .quoteapi-chart-panel-plot-area {
    padding: 0;
}
.irmau-main-chart .quoteapi-chart-panel-border {
    stroke: #858688;
    stroke-opacity: 0.5;
}
.irmau-main-chart .quoteapi-chart-price {
    stroke: #00429d;
    stroke-width: 1px;
}
.irmau-main-chart .quoteapi-chart-price-fill {
    fill: #00429d;
    fill-opacity: 0.05;
}
.irmau-main-chart .quoteapi-chart-volume {
    stroke: #496396;
    stroke-opacity: 0.4;
}
.irmau-main-chart .quoteapi-chart-announcement-marker {
    fill: #496396;
}
.irmau-main-chart .quoteapi-chart-price-sensitive-announcement-marker {
    fill: #496396;
}
.irmau-nav-chart .quoteapi-chart-panel {
    height: 90px;
}
.irmau-nav-chart .quoteapi-chart-price {
    stroke-width: 1.5px;
}
.irmau-nav-chart .quoteapi-nav-chart-outside-range {
    fill: #fff;
    fill-opacity: 0.666;
}
.irmau-nav-chart .quoteapi-nav-chart-gadget {
    stroke: #9b9c9d;
}

dt {
    margin-top: 10px;
    display: inline-block;
    width: 12em;
}

dd {
    display: inline;
}

dd:after {
    display: block;
    content: '';
}
/* JS Chart */

/* Breadcrumbs */
.breadcrumbs {
    font-size:16px;
    color:#444;
}
.breadcrumbs a {
    color:#444;
}
/* Breadcrumbs */
.home-page-news table tr:first-child{
    display: none;
}
.home-page-news table tr td,
.home-page-news table tbody{
    background: #f8faff;
    border: none;
}
.slide-wrap {
	height:500px;
    overflow: hidden;
    /* background:#dcf1ff; */
}
.slider {
	background-color:transparent;
    min-height:500px;
}
.home-box {
	position:relative;
    padding-top: 50px;
}
.home-box .card{
    overflow: visible;
}
.home-box .card {
    background: rgb(129 130 132 / 20%);
    border-color: #81828433;
    min-height: 440px;
}
.home-box-wrap {
    padding-top: 30px;
	margin-bottom:20px;
}
.home-box-wrap .cell{
    margin-right: 5px;
    margin-left: 5px;
}
a.home-more {
	position:absolute;
	bottom:0px;
	left:0px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

.footer-wrap {
	padding:20px 0;
	background:var(--dark-blue);
}
.copyright-footer-wrap a {
	color:#ffffff;
    margin-right: 20px;
}
.copyright-footer-wrap a:hover{
    color:rgb(255 255 255 / 65%);
}
.copyright-footer-wrap {
    border-top: 1px solid #495269;
	padding:10px 0;
	background:var(--dark-blue);
	color:#efefef;
	text-shadow:0px 1px 2px #222;
}
.copyright,
.footer-box a,
.footer-box p{
	color:#ffffff;
}
.footer-box {
	color:#EEE;
	text-shadow:0px 1px 2px #222;
}
.footer-box h3 {
	font-size:24px;
	color:#FFF;
}
.card-section {
	min-height:41px;
}

.home-box h3 {
	font-size:20px;

}
.home-shareprice .price {

    font-size: 40px;
    color: #444;
}
.home-shareprice .spdelay {
	color:#666;
	font-size:14px;
}
.home-shareprice .market-status{
    font-size: 12px;
}
.home-shareprice .market-cap{
    margin-bottom: 20px;
}
.home-shareprice .asx-logo {
	position: absolute;
    top:10px;
    right:0;
    max-width: 45px;
}
.home-shareprice{
    position: relative;
}
.banner {
	min-height:450px;
}
.slider {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content {
	min-height:500px;
}
.off-canvas-logo img {
	width:60%;
	filter: grayscale(100%);
}
.off-canvas-logo {
	text-align: center;
	margin:15px 0;
}
.logo {
    max-width: 250px;
}
.header-wrap {
	padding:0;
    /*background:#dcf1ff;*/
}
.input-group-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 22px;
    background: #2b93d1;
    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: #2868b2;
    cursor:pointer;
}
.input-group{
  margin-top: 30px;
    position: relative;
}
.header-subscribe .fa-envelope{
    border: 1px solid #2868b2;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#2868b2;
    transition: all 0.3s ease;
}
.header-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #2868b2;
}
.header-subscribe:hover{
    cursor:pointer;
}
.header-subscribe:hover .fa-envelope{
    color:#fff;
    background: #2868b2;
}
.input-group-field{
    border-radius: 50px !important;
}

.home-quote{
    font-style: italic;
    line-height: 2;
    color: #333;
    margin-top: 50px;
    font-size: 20px;
}
.home-hero-section{
    padding: 30px;
}
.home-box .svg-inline--fa{
    width: 90px;
    height: 90px;
    margin: -50px auto 20px;
    display: block;
    padding: 20px;
    border: 1px solid #cdd3e6;
    border-radius: 60px;
    background: #fff;
}
.home-box .card-divider{
    background: none;
    padding:10px 1rem;
}
.foot-links a{
    display: block;
}
.foot-links a:hover,
.footer-box a:hover,
.footer-subscribe p:hover{
    color:rgb(255 255 255 / 65%);
}
.footer-subscribe .fa-envelope{
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color:#fff;
    transition: all 0.3s ease;
}
.footer-subscribe p{
    padding-top: 7px;
    font-size: 14px;
    color: #ffffff;
}
.footer-subscribe:hover{
    cursor:pointer;
}
.footer-subscribe:hover .fa-envelope{
    color:#fff;
    background: #2868b2;
}
.social-footer .svg-inline--fa{
    width:40px;
    height:40px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 8px;
    margin-right: 10px;
}
.social-footer .svg-inline--fa:hover{
    background: #2868b2;
}


.hb1 h3,
.hb1 p,
.hb1 .svg-inline--fa{
    color:#2868b2;
}
.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:#2868b2;
    text-shadow:0px 1px 2px rgba(0,0,0,0.1);
    position:absolute;
    bottom: 10px;
    width: 95%;

}
.head-news,.share-price {
    padding-bottom:50px!important;
    position:relative;
    min-height:378px!important;
}
.clickable {
  cursor:pointer;
}
.head-news h2,.share-price h2 {
    font-family: 'abradelight', sans-serif;
    font-size: 18px;
    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;
}

.secndrow{
margin-top:40px;
}
.share-price {
    border: 1px solid #efefef;
    padding: 10px;
    min-height: 270px;
    border-radius: 3px;
}
.share-price #price {
    margin-top:-20px;
    line-height:1.5;
}
.share-price .datechange {
    display:none;
}
.invsbox h3 {
    font-family: 'abradelight', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #444;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 10px;
}
.inv-email {
    background: #efefef;
}
.inv-bg {
  background:#efefef;
}

.invsbox p {
    padding: 10px;
    font-size: 16px;
}
.invsbox {
  overflow:hidden;
  min-height: 150px;
}
.invbox-icon {
  color:#ffffff;
  float:right;
  padding-top:4px;
  font-size:30px;
}

.inv-shareprice .asx-logo{
float:right;
}

.inv-shareprice #price {
      margin-top: 0;
    line-height: 1.5;
    font-size: 53px;
    padding: 0;
    margin-bottom: 15px;
}

.inv-shareprice .market-cap, .inv-shareprice .spdelay {
font-size:12px;
}



.inv-shareprice .market-status, .inv-shareprice .lastTradeDate, .inv-shareprice .lastTradeTime{
display:none;
}


.inv-shareprice .irmau-small-chart .quoteapi-chart {
    width: 100%;
    height: 100px;
    padding: 7px 13px 13px 32px;
    font-size: 11px;
    color: #2e2e2e;
	margin:20px 0px;

}

/* Investor Center */



/* LIST ITEM - DISPLAY E*/

.Introduction{
margin-bottom:30px;
}

.list-date {

    font-size:14px;
    color:#90919E;
}
.list-title a {

    font-size:18px;

}
.list-item {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:2px solid #EFEFEF;
}
.list-item:hover {
    border-bottom:2px solid #2868b2;


}



.archiveFilterB {
    background: transparent;
    padding: 0px;
    margin-bottom: 30px;
    border-bottom: 5px solid #2b93d1;
}
.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:#2b93d1;
	 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 #ffffff;
	cursor:pointer;

}

.board-box h2{
font-size:120%;
}

.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:#2868b2;
}


/* 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;
    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:#2868b2;
	color:#FFF;
	padding:10px 20px;
	border:none;
	font-size:16px;
	font-family:'abradebook', sans-serif;
	cursor:pointer;
}
/*---------------------------------------------*/
.breadcrumbs span {
    color: #2b93d1;
    font-size: 12px;
}


.hb1 h3,
.hb2 h3,
.hb3 h3,
.hb4 h3,
.hb5 h3
{
    color:#444;
}

.hb1 p,
.hb2 p,
.hb3 p,
.hb4 p,
.hb5 p
{
    color:#737373;
}

.hb1 .svg-inline--fa,
.hb2 .svg-inline--fa,
.hb3 .svg-inline--fa,
.hb4 .svg-inline--fa,
.hb5 .svg-inline--fa
{
    color:#FFF;
}

.home-box .card {
    background: #ececec;
    border-color: #e4e4e4;
    min-height: 440px;
}
.home-box .svg-inline--fa {
    width: 90px;
    height: 90px;
    margin: -50px auto 20px;
    display: block;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
    background: #2b93d1 linear-gradient(#2b93d1,#2868b2);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 29%);
}
h1,
h1.title,
h1.title span,
.entry-content h1
{
    font-size:34px;
    color: #444;
}
h2 {
    font-size:26px;
}
h3 {
    font-size:24px;
}
h4 {
    font-size:20px;
}
h5 {
    font-size:18px;
}
.entry-content {
    color:#666;
}
.entry-content h2 {
    color:#444;
}
#utilities a:hover {
    color: #666;
}

#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;
}
.home-photo-wrap {
    background:url("/site/content/images/pexels-photo-321452.jpg") center no-repeat;
    border-radius: 10px;
    height:200px;
    width:100%;
    background-size: cover;
    background-position:fixed;
}
.home-quote {
    line-height: 1.8;
    color: #635454;
    margin-top: 0px;
    font-size: 16px;
    font-style: normal;
    text-align: justify;
}
.menu-wrap {
    background: #2b93d1;
}
.menu {
    background: #2b93d1;
}
.home-box .card {
    transition: all 0.3s;
    z-index: 2;
    position: relative;
}
.home-box:hover .card {
    background: #f5f5f5;
    transition: all 0.3s;
}
.bio-image-url {
    text-align: center;
}
/*--------------------Customization----------------*/
.second-row .invsbox {
    padding: 10px;
    color: #fff;
    overflow: hidden;
    min-height: 220px;
}
.second-row .invsbox h3 {
    font-family: 'abradelight', sans-serif;
    font-size: 16px;
    color: #fff;
}
.second-row .invsbox {
    margin-top: 30px;
}
.invsbox.invsmall.prospectus.clickable h3 {
    color: #fff;
}
.archiveFilterB a:hover {
    background: #2b93d1;
    color: #fff;
}
table.top20 th {
    background: #333333;
    color: #fff;
    font-size: 14px;
    padding: 0 10px !important;
    line-height: 32px;
    vertical-align: middle;
}
.top20 td {
    padding: 0 30px !important;
    line-height: 32px;
    vertical-align: middle;
}
.top20  tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fff;
}
.top20 tr:nth-child(odd) td {
    background: #f9f9f9;
}
.top20 tr:hover td {
    cursor: pointer;
    background: #efefef;
}
#sidenav li a:hover, #sidenav>li.current>a, #sidenav>li.current>ul>li.current>a {
    background: #818284 !important;
    border-left: 3px solid #2b93d1 !important;
    font-weight: 500;
    color: #fff !important;
}

.breadcrumbs span {
    color: #2b93d1;
    font-size: 12px;
}
.page-banner-text {
    font-size: 18px !important;
}
#sidenav li a:hover, #sidenav>li.current>a, #sidenav>li.current>ul>li.current>a {
    background: #eaecfb;
    color: #2868b2;
    border-left: 3px solid #2868b2;
    font-weight: 500;
}

.slider {
    min-height: 650px !important;
}
.slide-wrap {
    min-height: 650px !important;
    height:650px !important;
}
.slide-overlay {
    min-height: 650px !important;
}
.slick-list.draggable {
    height: 650px !important;
}
.slides {
    height: 650px !important;
}
.header-subscribe{
  margin-top:30px;
}
.header-subscribe p {
    padding-top: 7px;
    font-size: 14px;
    color: #2b93d1;
}
.header-subscribe .fa-envelope {
    border: 1px solid #c7c7c7;
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    display: inline-block;
    float: left;
    height: 40px;
    margin-right: 10px;
    color: #808080;
    transition: all 0.3s ease;
}
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: #2b93d1;
    color: #FFF;
}
td.cv_date, td.cv_desc, td.cv_calendar {
    background: #333333 !important;
    color: #fff !important;
}
table#ctl00_contentPlaceHolderBody_grdCalendar td {
    padding: 10px;
    vertical-align: top;
    line-height: 1.5;
}
#ctl00_contentPlaceHolderBody_grdCalendar tr:hover td {
    cursor: pointer;
    background: #efefef;
}
#ctl00_contentPlaceHolderBody_grdCalendar tr:nth-child(odd) td {
    background: #f9f9f9;
}
tr:nth-of-type(even) {
    background: transparent !important;
}
td.cv_calendar {
    width: 20%;
}
td.cv_desc {
    width: 65%;
}
td.cv_date {
    width: 15%;
}
a#ctl00_contentPlaceHolderBody_btnPrevious {
    background-repeat: repeat-x;
    background-color: #454c5b;
    width: 127px;
    height: 35px;
    padding: 0 10px 0 8px;
    z-index: 0;
    border-radius: 6px;
    -webkit-border-top-left-radius: 10px 15px;
    -webkit-border-bottom-left-radius: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    box-shadow: -1px -1px 0px rgba(0,0,0,0.2)inset,
 0 1px 2px rgba(40,104,178,0.8)inset;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    line-height: 30px;
    margin-left: 10px;
}
a#ctl00_contentPlaceHolderBody_btnPrevious:before{
    position: absolute;
    margin-left: -23px;
    -webkit-background-size: 22px 22px;
    background-color: #454c5b;
    height: 22px;
    width: 45px;
    -webkit-transform: rotate(-45deg) skew(-5deg, -4deg);
    -webkit-border-top-right-radius: 100px 40px;
    -webkit-border-top-left-radius: 30px 2px;
    -webkit-border-bottom-right-radius: 2px 30px;
    -webkit-border-bottom-left-radius: 40px 200px;
    z-index: 1;
    content: ' ';
    border-left: 1.5px solid rgba(255,255,255,0.3);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2) inset, -1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(0.33,#000000), color-stop(0.5, transparent), to(transparent));
}
a#ctl00_contentPlaceHolderBody_btnNext{
	background-repeat: repeat-x;
    background-color: #454c5b;
    width: 127px;
    height: 35px;
    padding: 0 10px 0 8px;
    z-index: 0;
    border-radius: 6px;
    -webkit-border-top-right-radius: 10px 15px;
    -webkit-border-bottom-right-radius: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    box-shadow: -1px -1px 0px rgba(0,0,0,0.2)inset,
 0 1px 2px rgba(40,104,178,0.8)inset;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    line-height: 30px;
    margin-right: 13px;
}
a#ctl00_contentPlaceHolderBody_btnNext:after{
    position: absolute;
    margin-left: -6px;
    margin-top: 13px;
    -webkit-background-size: 22px 22px;
    background-color: #454c5b;
    height: 22px;
    width: 45px;
    -webkit-transform: rotate(135deg) skew(5deg, 4deg);
    /* -webkit-border-top-left-radius: 100px 40px; */
    /* -webkit-border-top-right-radius: 30px 2px; */
    /* -webkit-border-bottom-left-radius: 2px 30px; */
    /* -webkit-border-bottom-right-radius: 40px 200px; */
    z-index: 1;
    content: ' ';
    border-left: 1.5px solid rgba(255,255,255,0.3);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2) inset, -1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(0.33,#000000), color-stop(0.5, transparent), to(transparent));
}
ul.PageNav li {
    list-style: none !important;
    display: inline-block !important;
}
hr {
    width: 100%;
}
.bio-link-list a.button.button-to-details {
    background-color: #2b93d1;
}
.read-more-button {
    text-align: center;
}
a.button.more-button{
    background-color: #2b93d1;
}
.invsbox.invsmall.prospectus.clickable {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.2) ),url(/site/file/1/Prospectus.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.invsbox.invsmall.prospectus.clickable h3, .invsbox.invsmall.prospectus.clickable p {
    color: #fff;
    text-shadow: 2px 1px 1px #000;
}
.invsbox.invsmall.box1.clickable {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(40, 104, 178, 0.5) ),url(/site/content/images/careers-bg.jpg) center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}
.invsbox.invsmall.box2.clickable {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(40, 104, 178, 0.5) ),url("/site/content/images/our-people.jpg") center no-repeat;
    background-repeat: no-repeat;
     background-size: cover;
}
.invsbox.invbot.box3.clickable {
    background: linear-gradient( rgba(0, 0, 0, 0.6),rgba(40, 104, 178, 0.5) ),url("/site/content/images/email-alerts.jpg") center no-repeat;
    background-repeat: no-repeat;
     background-size: cover;
}
.invsbox.invsmall {
    background-color: #eaeaea;
}
.ErrorMessage{
	color:red;
}
