/*
orange: #ff9000 255,253,51

*/


h1.display-1 {
	letter-spacing: -0.05em;
}
.display-1 {
	line-height: 1.1 !important;
}
h2.display-1 { letter-spacing: -0.05em; }
h4.display-2 { letter-spacing: -0.03em; }
h3.mbr-section2-title { letter-spacing: -0.03em; }
h5.display-1 { letter-spacing: -0.03em;line-height: -20%!important; }


.box, .box2, .box-wht {
	background-color: rgb(245, 247, 250);
	padding: 30px 30px 20px 30px;
	border-radius: 12px;
}
.box-wht {
	background-color: rgb(255,255,255);
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	width: 70%;
	margin: 20px auto;
}
.box h5, .box2 h5, .box-wht h5 {
	padding: 20px 0 20px;
}
.box .display-7, .box2 .display-7, .box .display-7 {
	line-height: 1.5rem;
}
.box2 {
	padding-top: 20px;
}

/*
MENU
li.open, 
li.nav-item a {
	color: white !important;
}
li.open:hover, 
li.nav-item a:hover {
	color: white!important;
}

.cid-rOqHYYsZjh .dropdown-item:before {
	background-color: white!important;
}
.cid-rOqHYYsZjh .dropdown-menu {
	background-color: #ff9000!important;
	border-radius: 8px!important;
	box-shadow: 0 15px 20px rgba(89,89,89,0.3)!important;
	margin-top: -8px!important;
}
.cid-rOqHYYsZjh .dropdown-item {
	color: white!important;
}
.cid-rOqHYYsZjh .dropdown-item:hover {
		color: white!important;
	}
}
*/
.dropdown-menu {
	background-color: #ff9000!important;
	border-radius: 8px!important;
	box-shadow: 0 15px 20px rgba(89,89,89,0.3)!important;
	margin-top: -8px!important;
}
@media (max-width: 992px) {
	.dropdown-menu {
		background-color: #f5f7fa !important;
		box-shadow: none !important;
		/*border-bottom: 1px solid #ccc !important;*/
	}
}
.dcd-prename {
	font-size: 14px;
	color: white;
	display: inline-block;
	background-color: rgba(255, 153, 0, 1);
	padding: 0.2rem 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.inset img {
	padding-bottom: 12px;
}
.modal-title {
	max-width: 90%!important;
}

.cid-rOHUTUbWZ1.modal-header.close {
	margin-top: -20px!important;
}


/* Front cover gradient bgs */
.front-cover-bg {
	opacity: 1;
	background-color: none;
	background-image: linear-gradient(to bottom, #ff9000, #ff9000, #ff9000, #B36500);
}


/* SITE ANIMATION */

@-webkit-keyframes fadeInUpBig{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0)
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInUpBig{
	0%{
		opacity:0;
		-webkit-transform:translate3d(0,2000px,0);
		transform:translate3d(0,2000px,0)
	} to {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.fadeInUp{
	-webkit-animation-name:fadeIn;
	animation-name:fadeIn;
}

.card-wrap-dcd {
	height:200px;
	width: 100%;
}

/* Scroll to top
.mbr-arrow-up i {
	font-size: 2rem !important;
	padding-bottom: 3px !important;
	font-family: FontAwesome !important;
	content: "\f062" !important;
	height: 50px !important;
	margin-top: -10px !important;
} */
#scrollToTop a i::before {
	font-family: FontAwesome !important;
	content: "\f060" !important;
	position: absolute;
	height: 40%;
	background: #fff;
	width: 0;
	left: 42%;
	top: 53%;
	color: rgba(255,255,255,0.5);
}
#scrollToTop a i::after {
	content: "";
	position: absolute;
	display: block;
	border-top: none;
	border-right: none;
	width: 40%;
	height: 40%;
	left: 30%;
	bottom: 30%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* ensures the logo in the footer positions properly */
.img-logo-footer {
    min-width: 100% !important;
}

/* plays with the center area of the FOOTER section to get it to center properly */
.copyright {
	margin-left: -44px;
	margin-right: 22px;
}
@media (max-width: 1185px) {
	.copyright {
		margin-left: auto;
		margin-right: auto;
	}
}

#eNewslatter .modal-title {
	margin: 0 0 0 25px !important;
	text-align: left !important;
	line-height: 1.5rem !important;
}
#eNewslatter .modal-body p.mbr-text {
	text-align: left !important;
	margin: 0 0 0 25px !important;
}

#time {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	min-width: 100%;
	text-align: center;
	z-index: 200;
}

.paddingTop {
	padding-top: 60px !important;
}
@media (max-width: 700px) {
	.paddingTop {
		padding-top: 30px !important;
	}
}
.mbr-semibold {
	font-weight: 100 !important;
	margin-top: -10px;
/*
	margin-left: -3px;
*/
}
/*
.display-1 {
	line-height: 3.2rem !important;
}
*/
@media (max-width: 700px) {
	.display-1 {
		font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))) !important;
		line-height: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))) !important;
	}
/*
	.display-6 {
		font-size: calc( 1.2rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))) !important;
		line-height: calc( 1.28rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))) !important;
	}
*/}


    /* change the enterance animation globally */
    @-webkit-keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    @keyframes fadeInUp {
      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
    }
    
.dcd-p-10 {
	width: 90%;
	height: auto;
	margin: 20px;
}
.dcd-p-30 {
	width: 70%;
	height: auto;
	margin: 20px;
}
.dcd-p-50 {
	width: 60%;
	height: auto;
	margin: 20px;
}
.dcd-p-mt20 {
	width: 70%;
	height: auto;
	margin: 20px;
	margin-top: -10px;
}
.dcd-p-s10 {
	scale: 120%;
}
.dcd-p-s20 {
	scale: 220%;
}
.bg-wht {
	/*background-color: white;*/
}
@media (max-width: 992px) {
	.dcd-p-s10, 
	.dcd-p-s20 {
		scale: 150%;
	}
	.dcd-p-10, 
	.dcd-p-30, 
	.dcd-p-50, 
	.dcd-p-mt20 {
		width: 60%;
		margin: 10px auto;
	}
}
/*
================================================================================
OVERLAY
================================================================================
*/
#go-load.fadeInUp, #overlay.fadeInUp {
	/*height: 1px;*/
	-webkit-animation-name:none;
	animation-name: none;
}
    
#overlay{
	position:fixed;
	z-index: 99999;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background: rgba(245,247,250,1.0);
	padding-top: 250px;
}

#overlay p {
	font-size: 1rem;
	padding-top: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 30%;
	margin: auto;
	color: rgba(59, 59, 59, 0.3);
}
/*#loadimg {
	opacity: 0.5;
	height: 130px;
	width: auto;
}
@media (max-width: 1200px) {
	#loadimg {
		height: 150px !important;
	}
}
*/

.blink {
	animation: blinker 4s linear infinite;
}
@keyframes blinker {  
	50% { opacity: 0.5; }
}



/*
DROP CAP
*/
.dc::first-letter {
	font-family: 'Open Sans',sans-serif;
	float: left;
	font-size: 6.5rem;
	line-height: 3rem;
	margin: 0.06em 10px 0 -9px;
	color: var(--EDNS-orange);
}
.dc {
	margin-bottom: 0;;
}
@media (max-width: 768px) {/*•••992px*/
.dc::first-letter {
	font-size: 4rem;
	line-height: 1.3;
	margin: -0.05em 5px 0 -6px;
}
}


.dropdown-item.menu-indent, 
.dropdown-selected.menu-indent {
   margin-left: 20px;
}
.dropdown-selected.menuu-title,
.dropdown-selected.menuu-title:hover {
   font-weight: 700 !important;
   cursor: arrow !important;
   color: var(--EDNS-orange) !important;
}
@media (max-width: 991px) {/*•••992px*/
	.dropdown-selected.menu-indent, 
	.dropdown-item.menu-indent {
	   margin-left: 0px;
	}
}




.annualrpt {
	padding-bottom: 3rem;
	margin-bottom: 3rem !important;
}
.ar-height img, 
.ar-width img {
	margin: 0 auto 15px;
	text-align: center; 
	width: 100%; 
	min-width: 150px; 
	max-width: 300px; 
	height: auto; 
	display: block; 
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}
.ar-width img {
	min-width: 195px; 
	max-width: 389px; 
}
.annualrpt p {
	margin: 0 auto 15px;
	text-align: center;
}


.centre-note {
	margin: 0 auto 15px;
	text-align: center;
}





.ls0 {
	letter-spacing: 0 !important;
}
.ls3 {
	letter-spacing: -0.03em !important;
}
.ls5 {
	letter-spacing: -0.05em !important;
}










section {
	background-color: white;
}
.head2023, 
.subhead2023, 
.text2023, 
.small2023 {
/*	font-family: 'Open Sans', sans-serif;*/
	line-height: 1.0;
	letter-spacing: -0.03em !important;
	text-align: left;
	font-weight: 300;
	color: var(--EDNS-grey);
}
.head2023 {
	font-size: 3.5rem;
	margin: 0 0 0 -0.05em;
	letter-spacing: -0.05em !important;
}
.subhead2023 {
	font-size: 2rem;
	line-height: 1.2;
}
.text2023 {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: -0.01em !important;
}
.text2023 b, 
.text2023 strong {
	font-weight: 700;
}
.small2023 {
	font-size: 0.9rem;
	line-height: 1.4;
	letter-spacing: -0.005em !important;
}

.modal {
  z-index: 9999;
}

.black {
	color: var(--EDNS-dkgrey);
}
.white {
	color: rgb(255,255,255);
}
.primary {
	color: var(--EDNS-orange);
}
.secondary {
	color: var(--EDNS-grey);
}
.device-center {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.posted-deadline {
	display: flex;
}
@media (max-width: 500px) {
	.posted-deadline {
		 flex-direction: column;
	}
}
@media (max-width: 992px) {
	.head2023, 
	.subhead2023, 
	.text2023, 
	.small2023 {
		font-weight: 400;
	}
	.head2023 {
		font-size: 2.5rem;
	}
	.subhead2023 {
		font-size: 1.5rem;
	}
	.text2023 {
		font-size: 1.1rem;
	}
	.small2023 {
		/*font-size: 0.7rem;*/
	}
}
@media (max-width: 767px) {
	.device-center, 
	.head2023 .device-center, 
	.subhead2023 .device-center, 
	.text2023 .device-center, 
	.small2023 .device-center {
		text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
.bold {
	font-weight: 700;
	letter-spacing: -0.03em !important;
}
.medium {
	font-weight: 500;
	letter-spacing: -0.03em !important;
}
.page-masthead .morewrap {
	display: block;
	margin: 20px 0 30px;
}
.page-masthead .morebtn {
	color: var(--EDNS-greyx);
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid transparent;
}
.page-masthead .morebtn:hover {
	border-bottom: 1px solid red;
}
.dcd-card-border {
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.1);
}
.caps {
	text-transform: uppercase;
}
