.bamboo-accordion > .accordion {
    border: 1px solid darkgray;
}
.accordion-heading > p {
    font-weight: normal;
}
.accordion-content > ul > li {
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.accordion-content > ul {
    width: 350px;
}

body {
	max-width: 1642px;
	margin: auto;
}

header {
	left: auto;
	right: auto;
	max-width: 1642px;
}

.hero-title {
	font-weight: 100;
	color: #000;
	letter-spacing: -1px;
}

.testimonial-review {
	font-size: 16px;
	font-weight: 100;
}

.testimonial-wrapper {
	min-height: 190px;
}

.page-title .hero-content-column {
	padding: 2em 0 4em 0;
}

.page-title .hero-testimonials {
	margin-bottom: 30px;
	width: 600px;
}

body .hero-title {
	font-size: 55px;
}

body .hero-subtitle {
	font-size: 28px !important;
	margin-top: 10px;
}

body .page-title .hero-testimonials {
	margin-bottom: 0px;
}

body #main {
	grid-template-columns: none;
	grid-auto-rows: none;
}

body .grey-bg-filler {
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

body .hero-image {
	margin-left: 10%
}

body .page-content {
	width: calc(100% - 400px);
}

body .page-sidebar {
	min-width: 400px;
}

body .contact-sidebar {
	max-width: 600px;
}

body .testimonial-single {
	padding-bottom: 40px;
	padding-right: 40px;
}

body .testimonial-wrapper {
	min-height: 230px;
}

body .slick-prev, body .slick-next {
	z-index: 10;
}

body .slick-initialized .slick-slide {
	min-height: 210px;
	padding: 0px 20px 20px 20px;
}

body .page-sidebar h3 {
	letter-spacing: 1px;
}

@media only screen and (max-width: 1240px) {
	body .page-content {
		width: auto;
	}

	body .page-sidebar {
		min-width: auto;
	}
}

@media only screen and (max-width: 1024px) {
	.page-title .hero-testimonials {
		width: 500px;
	}
}

@media only screen and (max-width: 820px) {
	.page-title .hero-testimonials {
		width: 100vw;
	}
	.page-title {
		margin-top: 0px !important;
	}
	.page-title .hero-content-column {
		padding: 2em 0 2em 0;
	}
}

@media only screen and (max-width: 500px) {
	body #main {
		margin-top: 35px;
	}
	body .hero-title {
		font-size: 40px;
	}
	body .hero-subtitle {
		font-size: 20px !important;
	}
	h2 {
		font-size: 24px;
	}
}