.iob {
    position: relative;
    margin: 0 auto 2rem auto;
}
.iobBg {
    position: absolute;
    top:0;
    right:0;
    z-index: 0;
    background-size:cover;
}
.iobImg {
    position: absolute;
    top:54px;
    left: 0;
    z-index: 1;
    background-size:cover;
}
.spacearound {
    padding-left: 10%;
}
.textbg {
    background-color: #F5F5F5;
    padding: 3rem 2rem 2rem;
}
.textbg > ul {
    margin-left: 1rem;
}
blockquote.dark {
    background-color: #1C1C1C;
    padding: 3rem;
    max-width: 710px;
    margin: 2rem auto;
	border-left: 0;
}
blockquote.dark p {
    color: white;
    font-size: 28px;
    line-height: 45px;
}
blockquote.dark p.credit {
    font-size:22px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
    padding-left: 60%;
    background: transparent url(../assets/images/quoteline.png) no-repeat left 0px top 18px;
    background-size: 270px 3px;
    margin-bottom: 4px;
}
blockquote.dark p.credit .subcredit {
    font-size: 18px;
    text-transform: none;
    margin-top: -15px;
    display: block;
}
.image-quote-container {
    position: relative;
    margin-top: 2rem;
    margin: 2rem auto;
}
.image-quote-container .quote-image {
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 0;
    background-size: cover;
}

.image-quote-container blockquote {
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
}
.anchor-link,
.resource-side > .tb-container > .anchor-link,
.resource-side > .anchor-link {
	display: block !important;
	padding: 0 0 0 1.75rem;
	background: transparent url(../assets/images/anchor.png) no-repeat left 0 top 7px;
	color: #1C1C1C;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -1px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2rem !important;
	background-size: 13px 18px;
}
.content h3.resource-container-link {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #1C1C1C;
	border-bottom: 2px solid #1C1C1C;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
	cursor: pointer;
}
.resource-container-link {
	display: none;
}



@media screen and (max-width: 89.9988em) {
	.image-quote-container {
		width: 100% !important;
		height: 400px !important;
	}
	.image-quote-container .quote-image {
		width: 500px !important;
		height: 370px !important;
		top: 30px;
	}
	.image-quote-container blockquote.dark {
		max-width: 500px;
	}
	blockquote.dark p {
	  font-size: 18px;
	  line-height: 30px;
	}
	blockquote.dark p.credit {
		font-size: 16px;
		background: transparent url(../assets/images/quoteline.png) no-repeat left 0px top 14px;
		background-size: 220px 3px;
	}
	blockquote.dark p.credit .subcredit {
		font-size: 16px;
	}
}
@media screen and (max-width: 39.9988em) {
	blockquote.dark p {
	  font-size: 14px;
	  line-height: 20px;
	  margin-bottom: 1rem;
	}
	.image-quote-container blockquote.dark {
	  max-width: 320px;
	}
	blockquote.dark {
	  padding: 1rem;
	  max-width: 320px;
	  margin: 1rem auto;
	}
	blockquote.dark p.credit {
	  font-size: 11px;
	  background-size: 140px 3px;
	}
	blockquote.dark p.credit .subcredit {
	  font-size: 11px;
	  margin-top: 0;
	}
	.image-quote-container .quote-image {
	  width: 320px !important;
		height: 250px !important;
		top: 30px;
	}
	.iob {
		width: 100% !important;
		height: 530px !important;
	}
	.iobBg {
		width: 90% !important;
		height: 500px !important;
		top: 30px;
		right: 0;
	}
	.iobImg {
		width: 90% !important;
		height: 500px !important;
		left: 0;
		top: 0;
	}
	.textbg {
	  padding: 1rem 1rem 1rem;
	}
	.resource-container-link {	
		display: block;
	}
	.resource-side .wp-block-toolset-blocks-container.tb-container {
		padding-top: 1rem !important;
		padding-left: 0;
		padding-right: 0;
		background: transparent;
	}	
	.resource-sidebar-container {
		flex-direction: column-reverse;
	}
}