.content {
	background: #f7fcff
}
.doc_posters .item {
	border: 1px solid #ced9dd;
	padding: 1rem;
	border-radius: 4px;
	background:#fff;
}
.doc_posters .item + .item { margin-top:2rem}
blockquote {
	font-size: 1.1rem;
	border-left: 5px solid #006699;
	margin: 1.5em 0;
	padding: 1em 20px 0;
	font-style: italic;
	color: #555;
	position: relative;
}
blockquote:before {
	content: "\201C";
	font-size: 3em;
	color: #00547e;
	position: absolute;
	left: 10px;
	top: 0;
}
blockquote p { margin-bottom: 10px; }
blockquote .employee-list {margin-top: 1rem;}
blockquote .employee-list h6 {font-size: 1.1rem;}
blockquote .employee-title {font-size: 1rem;}
.modal__content {
	height: 100vh !important;
	max-height: 100vh !important;
	padding: 5px;
}
.modal__content embed {height:100vh}
.item h4 {font-size: 1.8rem}
.employee-details { font-style: normal; }
.employee-details .company-name { font-style: italic; }