@import url('https://fonts.googleapis.com/css?family=Tangerine:700|Tangerine:400&display=swap');#nwBranding{background-image: url('https://cdn.nimbo.com.au/assets/c0c7c76d30bd3dcaefc9/617f39f8317fbdb1988ef4/uploads/header-bg.jpg'); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover;}#nwNavTop, #nwNavSide{background-color: rgba(0, 0, 0, 0.3);}#nwWebsite button, #nwWebsite input.button, #nwWebsite .btn.btn-primary{background-color: rgb(85, 101, 34);}#nwWebsite #nwLogo{color: rgb(255, 255, 255);font-family: Tangerine;font-weight: 700;}#nwWebsite #nwNavTop li, #nwWebsite #nwNavSide li{color: rgb(255, 255, 255);}#nwWebsite #nwNavTop li ul a, #nwWebsite #nwNavTop li ul a:hover, #nwWebsite #nwNavTop li:hover ul a, #nwWebsite #nwNavSide li ul a, #nwWebsite #nwNavSide li:hover ul a, #nwWebsite #nwNavSide li ul a:hover{color: rgb(0, 0, 0);}#nwWebsite h1{color: rgb(85, 101, 34);font-family: Tangerine;font-weight: 400;}#nwWebsite h2{color: rgb(85, 101, 34);font-family: Tangerine;font-weight: 400;}#nwWebsite h3{color: rgb(85, 101, 34);font-family: Tangerine;font-weight: 400;}#nwWebsite .icon{color: rgb(85, 101, 34);}#nwLogo {
	font-size: 4rem;
}
.list > i {
	top: 5px;
}
#nwContent .list h3 {
	margin-bottom: -15px;
}


#nwWebsite table {
	margin: 20px 0;
	border-collapse: collapse;
	width: 100%;
}
#nwWebsite th {
	padding: 10px;
	border-bottom: 1px solid;
	background: none;
	font-size: 0.65rem;
	font-weight: normal;
	text-transform: uppercase;
}
#nwWebsite td {
	padding: 10px;
	position: relative;
	background: none;
	font-size: 90%;
}
#nwWebsite td::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid;
	opacity: 0.2;
}
@media (max-width: 699px) {#nwLogo {width: 200px;}}