/* ------------------------------------ *
 * microsite.css 
 * general
/* ------------------------------------ */

/* see mobile header nav at the bottom */

/* 
  2023/2024 - brand reskin changes

  1. Navy blue - #002855 >> dark green - #043D2B 
  2. navbar spacing

*/

header { background-color: #043D2B !important; }

.navbar-header {
  display: flex;
  align-items: baseline;
}


.navbar-header { width: 100%; }
.navbar-text {
  /* calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width]))); */
  font-size: calc(40px + (50 - 40) * ((100vw - 300px) / (1600 - 300)));
  max-width: 60%;
}

.navbar-text-long { font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1600 - 300))); }

@media (min-width: 993px) {
  .navbar-brand { padding-right: 50px; }
  }
}

@media (max-width: 991px) {
.navbar-header .navbar-text { 
    float: none;
    margin: 15px;
    width: 70%; 
  }
}

.navbar-header .navbar-text > span { font-weight: 400; }
.navbar-header .navbar-text > span:first-child { font-weight: 600; }

@media (max-width: 768px) {
 .navbar-brand {
    width: 65px;
    margin: 15px 15px 15px 0;
    padding: 0;
  }

 .navbar-brand > img {
    width: 100%;
    padding: 0;
  }  
}


h1 {font-size: 30px;
  font-weight: 600;
  line-height:1.4em;
}

h3 {
  font-size: 22px;
  font-weight: 600;}

.pr-nav-content h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
}


#content-wrap-body {
    margin-bottom: 0;
    margin-top: 45px;   
}

@media (min-width: 768px) {
  #content-wrap-body {
    min-height: 700px;
  }
}
  
h1 { padding-left: 0; }

.pr-nav-scroll .nav > li > a { padding:10px 15px; }
  
  .pr-nav-sidebar-md { 
    max-width: 50%; 
    width: 35%; /*40%*/
  }
  .pr-nav-sidebar-md .nav { width: 75%; } /* 70% */
  .sidebar-general-content-hd,
  .sidebar-general-content { 
    width: 75%; /*70%;*/
    font-size: 16px;
    border: 1px solid silver;
    padding: 15px;
  }
  
  .sidebar-general-content p { 
    margin-bottom: 20px; 
    line-height: 1.7em;
  }
  
  .sidebar-general-content-hd { 
    margin-top: 20px; 
    font-weight: 600;
    font-size: 18px;
  }
  
  #content-wrap-body > .container-scroll { 
    min-height: 120%; 
    margin-bottom: 45px;
  }

  .nav-item ul { 
    list-style: none; 
    margin-top: 0;
    border-left-width: 0;
  }

  .nav-item ul[class^=multilevel-linkul] {
    text-transform: none;
    font-size: 17px;
    margin-top: -10px;
    margin-bottom: 5px;
  } 

 /* cascade sidebar */
  /*.pr-nav-sidebar-md ul.nav { width: 75%; }*/
  .pr-nav-scroll.sidenav-cascade a { color: inherit; }

 .pr-nav-scroll.sidenav-cascade .nav > li > a {  display: inline-block;   }

 .sidenav-cascade > ul > li span[class*='currentbranch'] a {
    background: #84bd00;
    color: #fff;
  }

.sidenav-cascade .menu-expand,
.sidenav-cascade .menu-expand-space {
   background-color: transparent;
   border: 0 none;
   height: 44px;
   width: 44px;
   line-height: 1;
   padding: 0;
   display:inline-block;
}

.sidenav-cascade .menu-expand-space { height: 1.8em; }

.sidenav-cascade .menu-expand::before {
    color: #84bd00;
    content: "\f067";
    font-family: "Font Awesome 6 Pro";
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    transition: all .15s ease-in-out;
    vertical-align: middle;
}

.sidenav-cascade .menu-expand.open::before {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
}
.sidenav-cascade ul[class^=multilevel-linkul] {
    list-style: none;
   margin-top:0;
}

.sidenav-cascade .menu-expand + a + ul[class^=multilevel-linkul] { display: none; }
.sidenav-cascade .menu-expand.open + a + ul[class^=multilevel-linkul] { display: block; }


/* ------------------------------------ *
 * dropdowns (FAQs) 
/* ------------------------------------ */


  .panel-green .contentPanelLn-title > * {
    background-color: #84bd00;
    border: 2px solid #84bd00;
    color: #000;
  }

  .panel-green .collapsed .contentPanelLn-title > * {
    background-color: #ffffff;
    border: 2px solid #84bd00;
    color: #3a8600;
  }
  

  
  .panel-green .contentPanelLn-title > span.contentPanelLn-ttext:nth-last-child(2),
  .panel-green .contentPanelLn-title > span.contentPanelLn-caret { border-width: 0 0 1px 0; }

  .panel-h4 h4 {
   font-size: 20px;
   font-weight: 600;
   letter-spacing: normal;
   padding-bottom: 4px;
   padding-left: 0;
  }

  .panel-h4 p + h4 { margin-top: 7px; }

/* ------------------------------------ *
 * News items (bulletins, leadership, community)
/* ------------------------------------ */

.news-feature-text h5 {
  font-size:20px;
  line-height:1.25em;
  font-weight: 600;
    padding-left: 0;
}

.news-feature-img img { padding-right: 30px; }

.news-date,
.news-feature-list .feature-date {
  color: #3A8600;
  font-size: 16px;
}

.news-feature .news-date {
  display: block;
  margin-top: 12px;
}

.news-feature p { 
  font-size: 0.95em;
  line-height: 1.4em;
}

.news-feature-text p > a:first-child:after {
  padding-left: 10px;
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #3A8600!important;
}

.news-feature-text p > a[href='#'] { display: none; }

.news-feature-list > p { margin-bottom: 20px; }

/* ------------------------------------ *
 * Content Banners - contentLine-group (Donate now)
/* ------------------------------------ */

.font26-header { 
  font-size: calc(25px + (26 - 25) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 300;
  line-height: 1.3em;
}

.contentLine-body { padding: 0; }
.contentLine-body hr.yellowSeparatorLong {margin: 5px 0; }

@media (min-width: 991px) {
  .contentLine-body { padding: 0 5px; } 
}

.container-callout {
  max-width:100%;
  padding-right: 0;
}

/* ------------------------------------ *
 *  Header
/* ------------------------------------ */

header {
	/*position: absolute;*
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	z-index: 9999;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
header.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-275px);
	-moz-transform: translateX(-275px);
	-ms-transform: translateX(-275px);
	-o-transform: translateX(-275px);
	transform: translateX(-275px);
}
header.is-fixed {
	position: fixed;
}
@media only screen and (max-width: 768px) {
	header {
		/*height: 75px;*/
	}
}

/* ------------------------------------ *
 *  Header logo
/* ------------------------------------ */

.navbar-brand { padding: 15px; padding-left:0; }

#cd-logo {
	display: block;
	float: left;
	/*background-color: #FFF;*/
	margin: 14px 0 0 14px;
	padding: 0 15px 15px 0px;
}
#cd-logo img {
	display: block;
	max-height: 100px;
}
@media only screen and (max-width: 414px)/*shrink logo only on phone*/ {
	#cd-logo { padding: 0 10px 10px 0px; }

	#cd-logo img { max-height: 60px; }
}

/* ------------------------------------ *
 *  Header links
/* ------------------------------------ */

#cd-top-nav {
	position: absolute;
	top: 0;
	right: 120px;
	height: 100%;
	display: none;
}
#cd-top-nav ul {
	height: 100%;
	margin: 0;
	padding-top: 24px;
}
#cd-top-nav li {
	display: inline-block;
	margin-right: 1em;
}
#cd-top-nav a {
	display: inline-block;
	padding: 8px;
	color: #000;
	font-weight: bold;
}
#cd-top-nav a.current {
	background-color: #242e30;
}
#cd-top-nav a:hover {
	color: #F20000;
}
@media only screen and (min-width: 768px) {
	#cd-top-nav {
		display: block;
	}
}


/* ------------------------------------ *
 *  Menu trigger
/* ------------------------------------ */

#cd-menu-trigger {
	position: absolute;
	right: 15px;
	top: 14px;
	height: 60px;
	width: 60px;
	background-color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#cd-menu-trigger .cd-menu-icon {
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	margin-top: -1.5px;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	background-color: #84bd00; /*hamburger menu colour #f20000*/
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
	bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
	top: 7px;
}
#cd-menu-trigger.is-clicked {
    right: 275px; /* 0 */
    position: fixed;
    z-index: 1100;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background-color: #84BD00;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* ------------------------------------ *
 *  Navigation menu
/* ------------------------------------ */

#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 15px;
	top: 15px;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
	z-index: 999;
	width: 260px;
	background-color: #181818;
	overflow-y: auto;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
@media only screen and (max-width: 768px) {
	#cd-lateral-nav {
		top: 15px;
	}
}
#cd-lateral-nav .nav-inner {
	margin-bottom: 60px;
}
#cd-lateral-nav .cd-navigation {
	margin: 10px 0 16px;
}
#cd-lateral-nav .menu-header {
	background-color: rgba(255, 255, 255, 0.03);
	margin-bottom: 22px;
	padding: 17px 15px 15px 32px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #84BD00;
	border-bottom: 1px dotted #333;
}
#cd-lateral-nav .sub-menu {
	padding: 0 10px 20px 15px;
	display: none;

}
#cd-lateral-nav a {
	display: block;
	line-height: 2.3em;
	padding: 0 16px 0 32px;
	text-transform: none;
	font-size: 19px;
	font-weight: 300;
	color: #fff;
}
#cd-lateral-nav a.current {
	background-color: #3a4a4d;
	color: #FFF;

}
#cd-lateral-nav a:hover {
	background-color: #84bd00;
	color: #FFF;
	/*text-decoration: line-through;*/
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	#cd-lateral-nav .cd-navigation {
		margin: 20px 0;
	}
}
#cd-lateral-nav.lateral-menu-is-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
	transition: transform .4s 0s, visibility 0s 0s;
	/* smooth the scrolling on touch devices - webkit browsers */
	-webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
	position: relative;
}
/* this is the right arrow to show that the item has a submenu  */
#cd-lateral-nav .item-has-children > a::after {
	content: '';
	display: block;
	height: 11px;
	width: 8px;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1em;
	background: url("../img/menu/cd-arrow.svg") no-repeat center center;
	background-size: 8px 11px;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .sub-menu > li > a {
	/*font-size: 16px;*/
	font-size: 17px;
	font-weight:300;
	margin: 15px 0;
	letter-spacing: 1px;
  line-height: 1.4em;
}

#cd-lateral-nav .menu-separator {
	margin: 0 32px;
	border-bottom: 1px solid #84bd00;
}
#cd-lateral-nav .cd-single-item-wrapper .menu-separator {
	margin: 20px 32px;
}
  
/* ------------------------------------ *
 *  social icons
/* ------------------------------------ */

#cd-lateral-nav .social-icons {
	display: inline-block;
	margin-top: 20px;
	padding: 0 32px;
}
#cd-lateral-nav .social-icons a {
	float: left;
	padding: 0;
	margin-right: 8px;
	font-size: 32px;
	color: #FFF;
}
#cd-lateral-nav .social-icons a:hover {
	background-color: transparent;
	color: #84bd00;
}

.navbar-brand {
  padding: 0;
  margin: 15px 0;
  padding-right: 2em;
  margin-right: 2em;
  border-right: 1px solid;
  border-image: linear-gradient(#043d2b 34%, #fff 34%, #fff 100%) 6;  
}

.navbar-text { 
  margin:0; 
  display: inline-flex;
  flex-direction: row;
  align-items: flex-end;  
}
.navbar-header .navbar-text > span:first-child { 
    /*border-left: 1px solid #fff;*/
    /*padding-left: 2em;*/
    position: relative;
}





