.full-content-banner{
	width: calc(100% + 40px);
	margin: -15px -20px;
	margin-bottom: 16px;
	margin-top: 0;
}

.breadcrumb{
	background: transparent;
	padding: 0;
}
.breadcrumb li{
	font-weight: 700;
	text-shadow: 0 0 5px black;
	font-size: 1.1em;
}
.breadcrumb li a{
	margin-right: 10px;
	color: white;
}
.breadcrumb li:not(.active):after{
	content: '/';
	font-weight: 700;
	text-shadow: 0 0 5px black;
	font-size: 1.1em;
	margin-right: 10px;
}

.list-unstyled > li > .btn{
	margin-bottom: 5px;
}

/* banner */
	.inside-banner{
		/* background: var(--primary-cream); */
		background: var(--primary-green);
		/*padding: 175px 10px 50px;*/
		position: relative;
		padding: 425px 0 0 0;
		overflow: hidden;
		background-size: cover;
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.inside-banner .page-title{
		color: white;
		text-shadow: 3px 3px 8px var(--text-main);
		position: absolute;
		bottom: 0;
		background: rgb(0, 88, 42, .4);
	}
	.inside-banner .page-title .title-small{
		font-size: 1.7em;
		text-transform: uppercase;
		border-bottom: 3px solid var(--primary-blue);
		width: fit-content;
		letter-spacing: 2px;
		margin-bottom: 5px;
		color: white;
		text-shadow: 3px 3px 8px var(--text-main);
	}
	.inside-banner .page-title .title-large{
		font-family: var(--title-font);
		letter-spacing: 2px;
		font-size: 2.8em;
		line-height: 2rem;
		margin-bottom: 2px;
		text-transform: none;
		color: white;
		font-weight: 500;
		text-shadow: 3px 3px 8px var(--text-main);
	}
/* end banner */

/* slider */
	.inside-slider.owl-carousel {overflow: hidden;}

	.inside-slider .item {
		height: calc(100vw * (9/16));
		max-height: 700px;
		background: var(--primary-cream);
		background-position: center;
		/* background-size: contain; */
		background-size: cover;
		background-repeat: no-repeat;

		display: flex;
		align-items: flex-end;
		padding: 100px 0;
	}
	@media (max-width: 768px) {
		.inside-slider .item {
			height: calc(110vw);
		}
	}

	.inside-slider .owl-controls{ margin: 0; }
	.inside-slider .owl-nav {
		position: absolute;
		top: 45%;
		width: 100%;
	}
	@media (max-width: 768px) {
		.inside-slider .owl-nav {	display: none; }
	}
	.owl-prev { left: 10px; }
	.owl-next { right: 10px; }
	.inside-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;
	}
	.inside-slider.owl-theme .owl-controls .owl-nav [class*="owl-"] svg{
		fill: var(--primary-blue);
		transition: all .3s;
		transform: scale(2);
	}
	.inside-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
		background: var(--primary-blue);
		color: white;
	}
	.inside-slider.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover svg{
		fill: white;
	}

	/* caption */
	.inside-slider .caption .title-small{
		font-size: 1.7em;
		text-transform: uppercase;
		border-bottom: 3px solid var(--primary-blue);
		width: fit-content;
		letter-spacing: 2px;
		margin-bottom: 5px;
		color: white;
		text-shadow: 3px 3px 8px var(--text-main);
	}
	.inside-slider .caption .title-large{
		font-family: var(--title-font);
		letter-spacing: 2px;
		font-size: 4.4em;
		line-height: 1;
		margin-bottom: 15px;
		text-transform: none;
		color: white;
		text-shadow: 3px 3px 8px var(--text-main);
	}
	@media (max-width: 1024px) {
		.inside-slider .caption{
			top: 70%;
		}
		.inside-slider .caption .title-small{
			font-size: 1.2em;
		}
		.inside-slider .caption .title-large{
			font-size: 3.2em;
		}
		.inside-slider .caption .btn{
			padding: 5px 20px;
			font-size: 1.1em;
		}
	}
	@media (max-width: 450px) {
		.inside-slider .caption .title-small{
			font-size: 1em;
		}
		.inside-slider .caption .title-large{
			font-size: 2.5em;
		}
	}
/* end slider */

/* sidebar */
	.contact-box{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		position: relative;
		overflow: hidden;
		margin-left: 0;
		margin-right: 0;
		min-height: 100px;
	}
	.contact-box p{
		margin: 0;
	}
	.contact-box .contact-info{
		font-weight: 500;
		/* padding: 10px 15px; */
		padding: 0 15px;
		width: 60%;
	}
	.contact-box.no-image .contact-info{
		padding: 10px 15px;
		width: 100%;
	}
	.contact-box .contact-info .title{
		font-family: var(--title-font);
		font-size: 2em;
		line-height: 1;
	}
	/* .contact-box .contact-info p{
		word-break: break-all;
	} */

	.contact-box img{
		transition: all .3s ease-in-out;
		/* position: absolute; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		width: 40%;
		color: white;
	}
	/* .contact-box:hover img{
		transform: scale(1.1);
	} */
/* end sidebar */

/* accordions */
	.panel-group * {
		transition: all .3s;
	}
	.panel-group .panel {
		border: 1px solid var(--primary-green);
		margin-bottom: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
		margin-bottom: 8px;
	}
	.panel-group .panel-heading{
		color: #333;
    background-color: #fff;
    border-color: var(--primary-green);
	}
	.panel-title{
		margin: 0;
	}
	.panel-heading a.collapsed{
		background-color: var(--primary-off-white);
		color: var(--primary-green);
	}
	.panel-heading a{
		background-color: var(--primary-green);
		color: white;
		padding: 15px 20px;
		/* display: block; */
		text-decoration: none !important;
		font-size: 16px;
		font-weight: 600;
		position: relative;
		display: flex;
		align-items: center;
	}
	.panel-heading a:after{
		position: absolute;
		right: 15px;
		/* content: url(/assets/icons/fa-angle-up.svg); */
		content: url(/assets/icons/fa-angle-up-white.svg);
		width: 15px;
		padding-top: 5px;
	}
	.panel-heading a.collapsed:after{
		content: url(/assets/icons/fa-angle-down.svg);
	}
	.panel-body{
		border-top: 1px solid #ddd;
		padding: 15px;
	}
/* end accordions */



.contact-box.large-image{
	flex-direction: column;
}
.contact-box.large-image img{
	width: auto;
	max-height: 250px;
	padding: 20px 0;
}
.contact-box.large-image .contact-info{

}

.floating-image-wrapper, .floating-image-wrapper-right {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0;
}
@media (min-width: 800px){
	.floating-image-wrapper{
		max-width: 400px; float: left; margin-right: 20px; margin-bottom: 0;
	}
}
@media (min-width: 800px){
	.floating-image-wrapper-right{
		max-width: 400px; float: right; margin-left: 20px; margin-bottom: 0;
	}
}

div.overlay-icon > i {
	color: white;
}
div.header-expand {
	margin-top: 20px;
	width: 100%;
}
h3.expand-display {
	background-color: transparent;
	padding: 10px;
	margin-bottom: 0;
	font-size: 2rem;
	color: white;
}

h3.expand-display-open {
	background-color: var(--primary-green);
	padding: 10px;
	margin-bottom: 0;
	font-size: 2.5rem;
	color: white;
	border: 2px solid var(--primary-green);
}

h3.expand-display-open + div.overlay-icon > i {
	color: white;
}

h3.expand-display:hover {
	color: white;
	border: 2px solid var(--primary-green);
}
a.icon-click > h3 {
	background-image: url("/files/images/background-header-dropdown.png");
	background-position: center;
}
.header-expand .icon-click h3 {
	transition: all .6s;
}
.header-expand .icon-click:hover h3 {
	transform: scale(1.02);
}
.header-expand .icon-click:hover i {
	color: white;
}
.header-expand {
	position: relative;
}
.header-expand > a {
	text-decoration: none;
}
.overlay-icon {
	position: absolute;
	bottom: 21px;
	right: 12px;
}

i, a.btn-width-med > i {
	color: white;
}

.main-image {
	text-align: center;
	overflow: hidden;
	position: relative;
}
.main-image .circle-click img {
	transition: all .6s;
}
.main-image .circle-click:hover img {
	transform: scale(1.1);
}
.main-image-overlay-icon {
	position: absolute;
	bottom: 10px;
	right: 24px;
}
.main-image-overlay-text {
	position: absolute;
	bottom: 0;
	left: 0;
}
.fa-circle {
	color: var(--primary-gold);
}
.section-title-link:hover {
	text-decoration: none;
}
.section-title-link h2 {
	background-color: rgb(0, 88, 42, .5);
	padding-left: 20px;
	padding-right: 10px;
	line-height: 1;
}
.section-title-small {
	font-size: 2rem;
}

.font-italic {
	font-style: italic;
}

.nav-text {
	display: inline !important;
}
.nav-text a {
	text-decoration: none;
	color: white;
}

div.overlay-icon > i {
	color: var(--primary-green);
}

h3.expand-display {
	color: var(--primary-green);
	border: 2px solid var(--primary-green);
	background-color: white;
}

h3.expand-display-open {
	background-color: var(--primary-gold);
	border: 2px solid var(--primary-green);
}

h3.expand-display:hover {
	background-color: var(--primary-green);
}
.open-details {
	display: none;
	padding: 20px;
	border: 2px solid var(--primary-gold);
	border-top: none;
	background-color: var(--primary-green);
}
.open-details p a{
	/* color: var(--primary-gold); */
	border: 1px solid white;
	text-decoration: underline;
}
.open-details .btn-primary{
	text-decoration: none;
}
.open-details .btn-primary:hover{
	color: var(--primary-public-works);
}
.open-details li a{
	text-decoration: underline;
}
.open-details p a img{
	border: none;
}
.open-details h3, .open-details h6, .open-details h5, .open-details ul, .open-details ol, .open-details a, .open-details p {
	color: white;
}
.open-details p a:hover{
	color: white;
	text-decoration: none;
}

@media (min-width: 576px) {
	.image-left {
		padding-right: 6px;
	}
	.image-right {
		padding-left: 6px;
	}
}
.main-background {
	background-color: white;
	background-image: url('/files/images/background-city-hall-building.jpg');
	background-repeat: no-repeat;
	/* background-size: contain; */
	background-size: 100% auto;
	background-position: bottom center;
}
.content-shadow {
	box-shadow: 0 0 10px var(--primary-green);
}

.background-top-gradient-cream {
	background-image: url('/files/images/background-inside-top-cream.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

.description p img {
	display: inline;
}

#displayValues h2.script-font {
	font-size: 3.7rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	color: white;
}
#displayValues h3.script-font {
	font-size: 2.7rem;
	color: white;
}
#displayValues p {
	color: white;
}