@charset "UTF-8";
/* CSS Document */	
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

	/* Set the border color */
	.custom-toggler.navbar-toggler {
		border-color: rgba(255, 255, 255, 1.00);
		background-color: rgba(0, 0, 0, 0.00);
	}

	/* Setting the stroke to green using rgb values (0, 128, 0) */
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	
	/* FIXES A WEIRD BORDER THAT SOW UP ON THE HAMBERGER */
	.navbar-toggler:focus {
		box-shadow: 0 0 0 #ffffff00; 
	}

	/* NAV BACKGROUND COLOUR */
	.nav_bg_colour {
		background-color: rgba(20, 103, 52, 1.00) !important;	   
	}

	a.nav-link:link, a.nav-link:visited {
		font-family: 'Poppins', sans-serif;;
		color: rgba(255, 255, 255, 1.00);
		background-color: rgba(126, 183, 65, 0.00) !important;
		font-size: 0.7em !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00);
		font-weight: 300;
		font-style: normal;
		text-transform: uppercase;	
		letter-spacing: 0px;
		padding-top: 1em !important;
		padding-bottom: 1em !important;
		padding-left: 0.7em !important;
		padding-right: 0.7em !important;		
	}

	a.nav-link:hover {
		color: rgba(255, 255, 255, 1.00) !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
	}

	a.nav-link:active, .nav-link.active, a.dropdown-item:active, .dropdown-item.active {
		color: rgba(255, 255, 255, 1.00) !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
		background-color: rgba(126, 183, 65, 1.00) !important;
	}

	}

	.navbar-nav > li > .dropdown-menu a:link {
		font-family: 'Poppins', sans-serif;;
		color: rgba(255, 255, 255, 1.00) !important;
		background-color: rgba(126, 183, 65, 0.00) !important;
		font-size: 0.7em !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00);
		font-weight: 300;
		font-style: normal;
		text-transform: uppercase;	
		letter-spacing: 0px;
		padding-top: 1em !important;
		padding-bottom: 1em !important;
		padding-left: 0.7em !important;
		padding-right: 0.7em !important;		
	}

	.navbar-nav > li > .dropdown-menu a:hover {
		color: rgba(255, 255, 255, 1.00) !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00);
		background-color: rgba(126, 183, 65, 1.00) !important;
	}

	.navbar-nav > li > .dropdown-menu a:active {
		color: rgba(255, 255, 255, 1.00) !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00);
		background-color: rgba(126, 183, 65, 1.00);
	}
	.navbar-nav > li > .dropdown-menu .active {
		color: rgba(255, 255, 255, 1.00) !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.00);
		background-color: rgba(126, 183, 65, 1.00);
	}
	.dropdown-menu {
		background-color: rgba(20, 103, 52, 1.00) !important;	
	}
	   
	.offcanvas-backdrop.show {
		opacity: 0 !important;
	}	

	.ON_HOLD {
		color: rgba(202,164,0,1.00) !important;
		opacity: 1 !important;
	}

	a.ON_HOLD:link {
		color: rgba(202,164,0,1.00) !important;
		opacity: 1 !important;
	}

	a.ON_HOLD:visited {
		color: rgba(202,164,0,1.00) !important;
		opacity: 1 !important;
	}

	a.ON_HOLD:hover {
		color:rgba(108,88,0,1.00) !important;
		opacity: 1 !important;
	}
	
	
	.breadcrumb-item {
		color: rgba(0, 0, 0, 0.75);
	}

	.breadcrumb-item:hover {
		color: rgba(0, 0, 0, 1.00);
	}

	.breadcrumb-item:active {
		color: rgba(0, 0, 0, 1.00);
	}	
	
