body {
	background-color: #ffffff;;
}

h1.entry-title {
	color: #000000;
	font-family: "HarmoniaSansPro-Bold";
	font-weight: bold;
}

header.col-lg-12 {
	background-color: #afd8e8;
}
#main-container {
	padding-bottom: 0;
}

article {
	margin-bottom: 100px;
}

.tags {
	background-color: #afd8e8;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 20px 0px 20px;
	font-family: "HarmoniaSansPro-Bold";
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 22px;
}
#main {
	padding: 0 15px;
}

.embed-video {
	width: 140%;
    max-width: 159%;
    margin-left: -16%;
	margin-bottom: 40px;
	margin-top: 20px;
}
.featured-image {
	margin-bottom: 40px;
	margin-top: 20px;
}

.wp-caption {
	border: 0;
}
.wp-caption .wp-caption-text {
	background: #eaeaea;
    margin-top: 8px;
	text-align: left;
	font-size: 14px;
	padding: 1em 1.5em;
}
.featured-image .wp-caption {
 	padding: 0px;
}
.wp-caption img[class*="wp-image-"], .wp-caption .wp-caption-text, .wp-caption, .wp-caption.alignnone, img.alignnone, img.alignleft, img.alignright {
	max-width: 130%;
}
.wp-caption .wp-caption-text, .wp-caption.alignleft, .wp-caption.alignnone, .wp-caption.alignleft {
	margin-bottom: 30px;
	font-style: italic;
}
#footer-panel {
	max-width: 1170px;
	margin: 50px auto;
	text-align: center;
}
#slide-wrapper {
	background: #eaeaea;
	width: 100%;
	margin: 0;
}
#slide-wrapper h2 {
	max-width: 1070px;
	margin: 0 auto;
	padding: 40px 20px 19px 20px;
	font-family: "HarmoniaSansPro-Bold";
	font-weight: bold;
}
.slider {
	position: relative;
	width: 100%;
	margin: 0 auto 0 auto;
	background: #eaeaea;
	padding: 0 100px;
}
.slider .slider-item {
	width: 356px;
    height: 580px;
	margin: 20px 12px 60px 12px;
	float: left;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #ffffff;
	padding: 14px;
	overflow: hidden;
}
.slider .slider-item .image {
	min-height: 300px;
	width: 100%;
	padding: 10px;
	background-position: center center;
	background-size: cover;
	border-radius: 8px;
}

.slider .slider-item .slider-item-details {
	padding: 20px;
	font-size: 14px;	
}
.slider .slider-item .slider-item-details h4, .slider .slider-item .slider-item-details h4 a {
	line-height: 1.2em;
    font-size: 22px;
    color: #000000;
}
.casestudies .with-image {
	position: relative;
}

a.read-stories {
	color: #afd8e8;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 3px 3px 0;
}
.slick-arrow {
	width: 70px;
    height: 70px;
    overflow: hidden;
    content: "";
    border: 0;
}

button:focus.slick-arrow {
	outline: none;
}
.slick-prev {
	position: absolute;
	top: -75px;
    right: 190px;
	z-index: 100;
	background: url(../images/bocc2022/bocc2022-slick-advance_03.png) center top no-repeat;
}
.slick-next {
	position: absolute;
	top: -75px;
    right: 120px;
	z-index: 100;
	background: url(../images/bocc2022/bocc2022-slick-advance_05.png) center top no-repeat;
}

.cover {
	float: left;
	padding: 0 25px 10px 0;
	width: 25%;
}
#report-link {
	margin-bottom: 80px;
}
#report-link .tags {
	margin-bottom: 30px;
}
.report-details {
	float: left;
	width: 74%;
	margin-top: 80px;
}
.report-details h4 a {
	color: #000000;
}

.report-details .read-more a {
	color: #000000;
	font-size: 16px;
}
.read-more, .read-more a {
	text-align: left;
	color: #afd8e8;
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px 3px 3px 0;
	font-size: 14px;
}

.featured-image img {
	max-width: 100%;
	width: 100%;
}
#main article {
	padding-top: 20px;
}
#main article .col-lg-12 {
	padding-right: 0px;
    padding-left: 0px;
}
#main article h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 10px 0;
}
@media (max-width: 1170px) { 
	.embed-video {
		width: 100%;
		max-width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
}
@media (max-width: 870px) { 
	body {
		font-size: 16px;
	}
	#main, .archive #main {
		padding: 15px 20px;
	}
	.featured-image img, .wp-caption img[class*="wp-image-"], .wp-caption .wp-caption-text, .wp-caption, .wp-caption.alignnone, img.alignnone {
		max-width: 100%;
	}
	#main article p {
		margin: 15px 0px;
	}
	.featured-image {
		margin-bottom: 30px;
	}
	.cover {
		width: 100%;
	}
	.report-details {
		margin-top: 0px;
	}
	.logo-stack img {
		max-width: 45%;
	}
	.report-details {
		width: 100%;
	}
	.tags {
		font-size: 18px;
		padding: 6px 19px 0px 20px;
	}
	.slick-next {
		top: -30px;
		left: 100px;
	}
	.slick-prev {
		top: -30px;
		left: 20px;
	}
	.slider {
		padding: 15px;
	}
	.slider .slider-item {
		width: 300px;
		height: 575px;
	}
	#slide-wrapper h2 {
		padding: 23px 20px 40px 20px;
	}
	.embed-video {
		width: 100%;
		max-width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.slider .slider-item .slider-item-details h4, .slider .slider-item .slider-item-details h4 a {
		font-size: 20px;
	}
}