@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,900&display=swap');

@font-face {
	font-family: 'hey-august';
	src: url('/assets/fonts/hey-august.otf') format('opentype');
	font-display: swap;
}
@font-face {
	font-family: 'alternate-gothic';
	src: url('/assets/fonts/AlternateGot.ttf') format('truetype');
	font-display: swap;
}

html{
	max-width: 100vw;
	overflow-x: hidden;
}

:root{
	/* --primary-green: #8d7a6b; */
	--primary-green: #00582A;
	--primary-gold: #c39450;
	--primary-cream: #F1E3C5;
	--primary-blue: #6EBACB;
	--primary-police: #002058;
	--primary-public-works: #00269d;
	--primary-fire: #A31013;
	--primary-parks: #F07E29;
	--primary-edc: #118AB1;
	--primary-edc-green: #A8CD65;
	--primary-edc-orange: #F89921;
	--primary-off-white: #fefefd;
	--text-main: #212529;
	--green-gradient-right: linear-gradient(90deg, #fff0 0%, var(--primary-green) 100%);
	--green-gradient-top: linear-gradient(0deg, #fff0 0%, var(--primary-green) 100%);
	--green-gradient-bottom: linear-gradient(180deg, #fff0 0%, var(--primary-green) 100%);
	--cream-gradient-right: linear-gradient(90deg, #fff0 0%, var(--primary-cream) 100%);
	--cream-gradient-top: linear-gradient(0deg, #fff0 0%, var(--primary-cream) 100%);
	--cream-gradient-bottom: linear-gradient(180deg, #fff0 0%, var(--primary-cream) 100%);
	--standard-section-padding: 30px 0;
	--standard-content-padding: 0 20px 15px 20px;
	--title-font: 'alternate-gothic';
	--body-font: 'Nunito Sans', sans-serif;

	--header-green-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-green) 100%);
	--header-gold-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-green) 100%);
	--header-police-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-police) 100%);
	--header-fire-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-fire) 100%);
	--header-parks-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-parks) 100%);
	--header-edc-gradient-top: linear-gradient(0deg, #fff0 -15%, var(--primary-edc) 100%);
	--header-green-gradient-bottom: linear-gradient(180deg, #fff0 -15%, var(--primary-green) 100%);
}

hr{
	border: none;
	height: 2px;
	background: var(--primary-cream);
}

.content-padding{padding: var(--standard-content-padding)}

.green-gradient-right{background: var(--green-gradient-right)}
.green-gradient-top{background: var(--green-gradient-top)}
.green-gradient-bottom{background: var(--green-gradient-bottom)}
.cream-gradient-right{background: var(--cream-gradient-right)}
.cream-gradient-top{background: var(--cream-gradient-top)}
.cream-gradient-bottom{background: var(--cream-gradient-bottom)}

.bg-green{background: var(--primary-green)}
.bg-gold{background: var(--primary-gold)}
.bg-edc{background: var(--primary-edc)}
.bg-cream{background: var(--primary-cream)}
.bg-off-white{background: var(--primary-off-white)}
.bg-blue{background: var(--primary-blue)}
.bg-white{background: white}

.text-shadow{text-shadow: 3px 3px 8px var(--text-main);}
.text-shadow-edc{text-shadow: 3px 3px 8px #83bacc;}

.text-red{color: red !important}
.text-main{color: var(--text-main) !important}
.text-green{color: var(--primary-green) !important}
.text-police{color: var(--primary-police) !important}
.text-fire{color: var(--primary-fire) !important}
.text-parks{color: var(--primary-parks) !important}
.text-edc{color: var(--primary-edc) !important}
.text-cream{color: var(--primary-cream) !important}
.text-blue{color: var(--primary-blue) !important}
.text-white{color: white !important}

.blue-shadow{box-shadow: 5px 5px 0 var(--primary-gold); transition: all .3s}
.blue-shadow:hover{box-shadow: 8px 8px 3px var(--primary-gold);}
.gold-shadow{box-shadow: 5px 5px 0 var(--primary-blue); transition: all .3s}
.gold-shadow:hover{box-shadow: 8px 8px 3px var(--primary-blue);}
.edc-shadow{box-shadow: 5px 5px 0 var(--primary-edc-green); transition: all .3s}
.edc-shadow:hover{box-shadow: 8px 8px 3px var(--primary-edc-green);}
.green-shadow{box-shadow: 5px 5px 0 var(--primary-green); transition: all .3s}
.green-shadow:hover{box-shadow: 8px 8px 3px var(--primary-green);}
.cream-shadow{box-shadow: 5px 5px 0 var(--primary-cream); transition: all .3s}
.cream-shadow:hover{box-shadow: 8px 8px 3px var(--primary-cream);}

.script-font{font-family: 'hey-august';}
.script-font-light{font-weight: 100;}
.script-font-home-slider {
	font-weight: 100;
	font-size: 4.5rem;

}

@media (max-width: 1120px) {
	.script-font-home-slider {
		font-size: 3rem;
	}
}
.title-font{font-family: var(--title-font);
}

.no-transform{text-transform: none !important;}

.hidden{display: none !important}

a[href^="mailto:"]{
	word-break: break-all;
}

.body, html{
	overflow: hidden;
	overflow-y: auto;
	color: var(--text-main);
	/* max-width: 100vw; */
	touch-action: pan-y;
}

.section-padding{padding: var(--standard-section-padding)}

body, p, li {
	font-family: var(--body-font);
	line-height: 1.6;
	font-weight: 700;
}

li:not(.dropdown),
li.avoid-column {
	break-inside: avoid-column;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: 'Poppins', sans-serif;*/
	font-family: var(--body-font);
	color: var(--primary-green);
	line-height: 1.3;
	font-weight: 600;
}

h6 {
	font-size: 1.125rem;
}

a{color: var(--primary-green); transition: all .3s ease-in-out;}
.content a{font-weight: 700;}

.img-responsive{max-width:100%;height:auto}
.center-block{display: block; margin: 0 auto;}

.align-center{align-items: center;}
.align-bottom{align-items: flex-end;}
.justify-center{justify-content: center;}

.skipnav{
	position: absolute;
	left: -500px;
}
.skipnav:focus{
	z-index: 999;
	padding: 0 5px;
	display: block;
	left: 0;
	background: black;
	color: white;
}

.icon-link-list, .icon-link-list li{
	list-style: none;
	padding: 0;
}

.pdf-icon{
	content: url(/assets/icons/file-pdf-icon.svg);
	vertical-align: text-top;
	width: 1.2em;
	margin-right: 5px;
}

/* bootstrap fifths */
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xs-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	@media (min-width: 576px) and (max-width: 767px) {
		.col-sm-5ths {
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.col-md-5ths {
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.col-lg-5ths {
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
	}
	@media (min-width: 1200px) {
		.col-xl-5ths {
			-ms-flex: 0 0 20%;
			flex: 0 0 20%;
			max-width: 20%;
		}
	}

/* elements */
	.callout-icons{
		padding: var(--standard-section-padding);
		padding-bottom: 0;
	}
	/* .callout-icons .row{
		justify-content: space-evenly;
	} */
	.callout-icons .row > div{
		min-width: 0;
	}
	.callout-icons .callout-link{
		text-align: center;
	}
	.callout-link-wrapper{
		max-width: 150px;
	}
	.callout-link img {
		max-width: 90px;
		margin: 0 auto;
		display: block;
	}
	.callout-link svg{
		max-width: 90px;
		margin: 0 auto;
		display: block;
		border: 4px solid var(--primary-gold);
    border-radius: 50%;
		transition: all .3s ease-in-out;
		background-color: var(--primary-green);
	}
	.callout-link svg *{
		transition: all .3s ease-in-out;
	}
	
	.callout-icons svg .st0{
		stroke: var(--primary-green) !important;
		fill: var(--primary-green) !important;
	}
	.callout-icons svg .st1{
		/* stroke-width: 1px; */
		stroke-width: 0;
	}
	.callout-icons a:hover svg{
		/* background-color: var(--primary-blue); */
		transition: all .3s ease-in-out;
		border-color: var(--primary-green);
		transform: scale(1.1);
	}
	.callout-icons a:hover svg *{
		transition: all .3s ease-in-out;
		stroke: var(--primary-cream) !important;
		fill: var(--primary-cream) !important;
	}
	.callout-icons a:hover svg .st0{
		/* background: var(--primary-green); */
		stroke: var(--primary-gold) !important;
		fill: var(--primary-gold) !important;
	}

	.callout-icons .callout-link p{
		font-weight: 800;
		display: flex;
		justify-content: center;
		margin: 10px -5px 15px;
		line-height: 1.2;
	}
	.callout-icons .callout-link:hover{
		color: var(--primary-gold);
	}
	/* @media (max-width: 500px){
		.callout-icons .callout-link p{
			font-size: .9em;
		}
	} */
	/* mobile internal nav carousel */
	.icon-nav-carousel .item{
		padding: 0 10px;
	}
	.icon-nav-carousel.owl-carousel .owl-stage-outer{
		overflow: visible;
	}
	.icon-nav-carousel.owl-theme .owl-controls{
		margin-top: 0;
		/* height: 15px; */
	}
	.icon-nav-carousel.owl-theme .owl-dots .owl-dot span{
		background-color: var(--primary-blue) !important;
	}
	.icon-nav-carousel.owl-theme .owl-dots .owl-dot.active span,
	.icon-nav-carousel.owl-theme .owl-dots .owl-dot:hover span{
		background-color: var(--primary-green) !important;
	}

	.owl-controls .owl-nav [class*="owl-"]{
		transition: all .3s ease-in-out;
	}
	.owl-controls .owl-nav [class*="owl-"]:hover{
		transition: scale(1.1);
	}


	.image-background{
		position: relative;
		/* min-height: 500px; */
		padding: 100px 15px;
	}
	.image-background .background-image{
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.image-background .background-image img{
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.green-tint{
		position: relative;
	}
	.green-tint:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--primary-green);
		opacity: 70%;
		z-index: 1;
	}
	.green-tint > div:not(.background-image){
		z-index: 2;
	}

	.blue-tint{
		position: relative;
	}
	.blue-tint:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--primary-police);
		opacity: 70%;
		z-index: 1;
	}
	.blue-tint > div:not(.background-image){
		z-index: 2;
	}

	h1.section-title {
		font-size: 3rem;
		/*text-decoration: underline;
		text-decoration-thickness: 2px;
		text-underline-offset: 6px;*/
		background-color: var(--primary-green);
		color: white;
	}

	.section-title, .section-subtitle{
		font-family: var(--title-font);
		letter-spacing: 2px;
		text-transform: capitalize;
		font-size: 2.4rem;
		line-height: 1.2;
		font-weight: 500;
	}
	.section-title-md {
		font-size: 2.4rem;
	}
	.section-subtitle{
		font-size: 2em;
		line-height: 1;
	}

	.button-wrapper{
		display: flex;
	}

	.list-inline li {
		display: inline-flex;
	}
	.list-inline .btn{
		display: inline-flex;
		margin: 5px;
	}

	.btn-row .btn{
		margin: 10px;
	}

	.btn, .btn-primary{
		border-color: var(--primary-blue);
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 25px;
		border-width: 2px;
		border-radius: 0;
		transition: all .3s ease-in-out;
	}
	.btn:hover, .btn-primary:hover{
		transform: scale(1.02);
	}
	.btn-lg{
		padding: 10px 25px;
	}

	.btn-solid, .btn-primary{
		background: var(--primary-gold);
		border-color: var(--primary-gold);
		color: white;
	}
	.btn-solid:hover, .btn-primary:hover{
		background: white;
		color: var(--primary-gold);
		border-color: var(--primary-gold);
	}
	.btn-solid:active, .btn-primary:active{
		background-color: var(--primary-green) !important;
		border-color: var(--primary-green) !important;
	}
	.btn-solid:focus, .btn-primary:focus{
		background-color: var(--primary-gold) !important;
		border-color: var(--primary-cream) !important;
	}

	.btn-transparent{
		background: transparent;
		border-color: var(--primary-blue);
		color: var(--text-main);
	}
	.btn-transparent:hover{
		background: var(--primary-blue);
		color: white;
	}

	.btn-open{
		border-color: var(--primary-gold);
		background-color: var(--primary-off-white);
		color: var(--text-main);
	}
	.btn-open:hover{
		background-color: var(--primary-gold);
		color: white;
	}

	.btn-sm {
		padding: 4px 10px;
		font-size: .85rem;
	}

	.btn-width-med {
		width: 300px;
		display: inline-block;
	}

	a.btn-width-med > i {
		color: var(--text-main);
	}
	a.btn-width-med:hover > i {
		color: white;
	}
	a.btn-solid:hover > i {
		color: var(--primary-gold);
	}
	.btn-green{
		border-radius: 0;
		border-color: var(--primary-green);
		background: var(--primary-green);
		color: white;
	}
	.btn-green:hover{
		background: white;
		color: var(--primary-green);
	}

/* header */
	header{
		background: var(--header-green-gradient-top);
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.primary-nav{
		display: flex;
		width: 100%;
		/*height: 124px;*/
		height: inherit;
		justify-content: space-between;
		align-items: center;
	}

	/* nav */
		.mobile-menu{display: none !important;}
		.desktop-menu{display: flex !important;}
		@media (max-width: 1199px) {
			.mobile-menu{display: flex !important;}
			.desktop-menu{display: none !important;}
			.primary-nav{
				height: 80px;
			}
		}
		#navbar-toggle-cbox {
			display:none
		}
		#navbar-toggle-cbox:checked ~ .collapse {
			display: block;
		}

		.navbar-light .navbar-toggler{
			color: white;
			border-color: white;
		}

		.navbar{
			/* flex: 1;
			justify-content: flex-end; */
		}
		.navbar .navbar-nav{
			display: flex;
			align-items: center;
			/* width: 90%; */
			justify-content: space-evenly;
		}
		.primary-nav .navbar .navbar-nav a,
		.primary-nav .navbar .navbar-nav .nav-link,
		.navbar-light .navbar-nav .active>.nav-link,
		header .social img, header .social svg{
			color: white;
			fill: white;
			font-weight: 800;
			margin-right: 10px;
			border-bottom: 2px solid transparent;
		}
		.primary-nav .navbar .navbar-nav > .nav-item > .nav-link{
			font-size: 1.2rem;
		}

		li.nav-item p{
			font-size: 1.2rem;
			color: var(--primary-cream);
			margin-bottom: 0;
			font-weight: 800;
			text-decoration: underline;
		}
		@media (min-width: 1200px) {
			#iWantTo {
				width: 1100px;
				left: -300px;
			}
		}
		header .social img, header .social svg{
			filter: drop-shadow( 0 0 2px #444);
			-webkit-filter: drop-shadow( 0 0 2px #444);
		}

		header .social{
			border-left: 1px solid white;
			padding-left: 13px;
			height: 30px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		header .social a {
			width: 35px;
		}

		.navbar-light .navbar-nav .nav-link:focus:before,
		.navbar-light .navbar-nav .nav-link:hover:before,
		.navbar-light .navbar-nav .active>.nav-link:before{
			color: white;
			/* border-color: var(--primary-blue) !important; */
		}

		a.nav-link{
			position: relative;
		}
		a.nav-link:before {
			content: '';
			position: absolute;
			height: 2px;
			width: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: 0 auto;
			transition: all .3s ease-in-out;
			background: transparent;
		}
		a.nav-link:hover:before {
			width: 100%;
			background: var(--primary-gold);
		}

		.dropdown-menu{
			margin: 0;
			background-color: var(--primary-green);
			/* background-color: #00582aa6; */
			border-radius: 0;
			border: none;
			top: auto;
		}
		.dropdown-menu.depth-1{
			padding: 1rem;
		}
		.dropdown-menu > li .dropdown-menu {
			position: relative !important;
			right: 0;
			width: 100%;
			border: none;
		}
		.dropdown-menu > li .dropdown-menu li a{
			margin-left: 2rem;
			padding-left: 10px;
			border-left: 1px solid var(--primary-blue);
			border-bottom: none !important;
			padding-bottom: 5px;
			width: calc(100% - 2rem);
		}
		.navbar-nav a.dropdown-item.active, .navbar-nav a.dropdown-item:active,
		.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
			color: var(--primary-green) !important;
			background-color: var(--primary-cream);
		}
		.navbar-nav a.dropdown-item.active, .navbar-nav a.dropdown-item:active,
		.dropdown-item.active, .dropdown-item:active{
			/* text-decoration: underline; */
		}
		.dropdown-item{
			line-height: 1.4;
			text-transform: none !important;
		}

		.dropdown-menu .dropdown-menu .dropdown-menu a {
			padding-left: 3.25rem;
		}

		.dropdown:hover > .dropdown-menu, .dropdown-menu:hover{
			display: block !important;
		}

		.dropdown-toggle::after{
			display: none !important;
		}

		@media (min-width: 1200px) {
			.navbar-expand-xl{
				min-width: 800px;
			}
			.navbar .navbar-nav{
				width: 100%;
				justify-content: flex-end;
			}
			.dropdown{
				position: initial !important;
			}
			.navbar-expand-xl .navbar-nav > .dropdown > .dropdown-menu{
				width: 100%;
				columns: 3;
			}
			.navbar-expand-xl .navbar-nav > .dropdown.sfHover .dropdown-menu ,
			.navbar-expand-xl .navbar-nav > .dropdown:hover .dropdown-menu {
				display: block !important;
			}
			.navbar-expand-xl .navbar-nav > .dropdown.sfHover .dropdown-menu.depth-1, .navbar-expand-xl .navbar-nav > .dropdown:hover .dropdown-menu.depth-1{
				/* display: flex !important;
				flex-wrap: wrap;
				flex-direction: column;
				max-height: 50vh; */
			}
			/* .depth-1 > .nav-item{
				max-width: 32%;
			} */
			.depth-1 .nav-item a{
				text-wrap: wrap;
			}
			/* .navbar-expand-xl .navbar-nav > .dropdown.sfHover > .dropdown-menu ,
			.navbar-expand-xl .navbar-nav > .dropdown:hover > .dropdown-menu {
				display: flex !important;
				flex-wrap: wrap;
			} */


			/* .dropdown-menu .dropdown-menu .dropdown-menu {
				position: absolute !important;
				left: -100% !important;
				top: 0;
			}
			.dropdown-menu .dropdown-menu .dropdown-menu li{
				max-width: 100%;
			}
			.dropdown-menu .dropdown-menu .dropdown-menu a {
				max-width: 100%;
				padding-left: 1rem;
			} */
		}
		@media (max-width: 1199px) {
			.nav-item{
				width: 100%;
			}
			.nav-item a{
				padding-top: 5px;
				padding-bottom: 5px;
			}
			.dropdown-menu{
				padding: 0;
				width: 100%;
			}
			.dropdown-menu li{

			}
			/* .dropdown-menu .dropdown-menu .dropdown-menu {
				border-top: 1px solid var(--primary-cream);
				border-bottom: 1px solid var(--primary-cream);
			} */
		}

		.navbar-light .navbar-toggler-icon{
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
		}

		@media screen and (max-width: 1199px){
			header{
				/* background: linear-gradient(0deg, #fff0 -60%, var(--primary-green) 100%); */
				background: #00582ae8;
			}
			.navbar .navbar-nav{
				align-items: flex-start;
			}
			.navbar{
				margin-bottom: 0;
				position: inherit;
			}
			.dropdown-item{
				white-space: normal;
				line-height: 1.4;
			}
			/* .navbar{
				background: var(--primary-green);
			} */
			.navbar{
				margin-bottom: 0;
			}
			.navbar .navbar-nav a,
			.navbar .navbar-nav .nav-link,
			.navbar-light .navbar-nav .active>.nav-link,
			.social img, .social svg{
				/* color: var(--primary-cream) !important; */
				/* fill: var(--primary-cream) !important; */
				color: white !important;
				fill: white !important;
				/* text-shadow: 3px 3px 5px black; */
				filter: none !important;
				border-bottom: 2px solid transparent;
			}
			header .social{
				justify-content: flex-start;
				padding-left: 0;
				border: none;
			}

			.dropdown-menu{
				/* background: var(--primary-green); */
				background: #00582aa6;
				border: 1px solid var(--primary-cream);
			}

			#navbar-toggle-cbox:not(:checked) ~ .collapse{
				display: block !important;
				height: 0;
				padding: 0 40px;
				overflow: hidden;
			}
			#navbar-toggle-cbox:checked ~ .collapse{
				height: auto;
			}
			#navbar-toggle-cbox ~ .collapse{
				position: absolute;
				top: 80px;
				left: 0;
				/* background: var(--primary-green); */
				/* background: #00582a61; */
				/* background: linear-gradient(180deg, #fff0 -60%, var(--primary-green) 100%); */
				background: #00582ae8;
				width: 100%;
				padding: 20px 40px;
				transition: all .3s;
			}

			.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
				color: white;
				/* border-color: var(--primary-cream); */
			}
			li .dropdown-menu li a:hover {
				color: var(--primary-green) !important;
			}
		}

		@media screen and (max-width: 575px){
			.navbar-toggler{
				margin: 0 auto;
			}
		}

/* footer */
	footer{
		padding: 0 0 10px;
	}
	footer, footer a{
		color: white;
	}
	footer a:hover{
		color: var(--primary-cream);
	}
	footer hr.footer-hr{
		border-width: 2px;
		border-color: var(--primary-blue);
		background-color: var(--primary-blue);
    opacity: 100%;
    height: 2px;
	}
	footer .section-title{
		font-family: inherit;
		letter-spacing: inherit;
		font-size: 1.3em;
		font-weight: 500;
		padding-bottom: 5px;
		position: relative;
	}
	footer .section-title a:hover{
		text-decoration: none;
	}
	footer .section-title:after{
		position: absolute;
		content: '';
		height: 2px;
		width: 70px;
		background: var(--primary-blue);
		bottom: 0;
		left: 0;
		transition: all .3s;
	}
	footer .col-sm:hover .section-title:after,
	footer .section-title:hover:after{
		width: 120px;
	}
	footer .footer-links{
		margin-bottom: 20px
	}
	footer .footer-links li{
		margin-bottom: 5px;
	}
	/* footer .section-subtitle{
		margin-bottom: ;
	} */
	footer ul{
		list-style: none;
		padding: 0;
	}
	footer .copyright{
		font-size: .8em;
		color: white;
    opacity: .7;
	}
	.footer-social,
	.social-row{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.footer-social li,
	.social-row li{
		display: block;
		width: auto !important;
		flex-grow: 0;
	}
	.footer-social svg,
	.social-row svg{
		height: 2.5rem;
		transition: all .3s ease-in-out;
		fill: var(--primary-green);
	}
	.social-row svg{
		fill: var(--primary-green);
	}
	.footer-social a:hover svg,
	.social-row a:hover svg{
		fill: var(--primary-gold);
	}

	.container-fluid {
		padding: 0 40px;
	}
	@media (max-width: 800px) {
		.container-fluid{
			padding: 0 10px;
		}
	}

	#sidebar {
		background-color: var(--primary-green);
		background-image: url("/files/images/background-tree.png");
		background-repeat: repeat-y;
		background-size: cover;
		background-position: center top;
		/*margin-top: 48px;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#sidebar > h2{
		text-align: center;
	}

	#reportIssue {
		text-align: center;
	}
	#reportIssue > svg {
		max-width: 120px;
	}
	#reportIssue > svg {
		max-width: 120px;
	}
	#reportIssue > h3 {
		font-size:2.5em;
		margin-top: -20px;
		margin-bottom: 50px;
	}

/* department heading slider */
.main-slider .owl-controls{ margin: 0 !important; }
.main-slider .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%;
}
@media (max-width: 768px) {
	.main-slider .owl-nav {	display: none; }
}
.owl-prev { left: 10px; }
.owl-next { right: 10px; }
.main-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]{
	display: flex;
	background: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	transition: all .3s;
}
.main-slider.owl-theme .owl-controls .owl-nav [class*="owl-"] svg{
	fill: var(--primary-blue);
	transition: all .3s;
	transform: scale(2);
}
.main-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	background: var(--primary-blue);
	color: white;
	transform: scale(1.2);
}
.main-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover svg{
	fill: white;
}

/* pagination */
.page-item.active .page-link{
	background-color: var(--primary-green);
	border-color: var(--primary-green);
}
.page-link{
	color: var(--primary-green);
	border-radius: 0 !important;
}
.pagination{
	justify-content: center;
}


#brand > img {
	width: 180px;
}

@media (max-width: 1199px) {
	#brand > img {
		width: 120px;
	}
}

h5.footer-contact {
	font-size: 1.1rem;
	font-weight: 500;
	font-family: var(--body-font);
	line-height: 1rem;
}

#footerLogo img {
	margin-top: 20px;
	max-width: 200px;
}

#searchBoxHeader {
	background-color: white;
	border: none;
	font-family: var(--body-font);
	font-size: 1.1rem;
	margin-left: 10px;
}

#searchBoxHeader:focus {
	outline: 2px solid var(--primary-gold);
	font-size: 1.15rem;
	transform: scale(1.02);
}

#searchIcon:hover {
	cursor: pointer;
}

a:hover {
	 color: var(--primary-green);
	 text-decoration: underline;
 }