.book-title {
	font-style: italic;
}
#maincontent ul.thumbnails li:before {
	content: '' !important;
	color: #a6192e;
	font-family: 'FontAwesome';
	position: relative;
	padding: 0px;
	font-size: 14px;
	top: 0px;
	left: 0px;
}
#maincontent ul.thumbnails li {
	color: #a6192e;
	font-family: 'FontAwesome';
	position: relative;
	padding: 2px;
	margin: 4px;
	font-size: 14px;
}
#maincontent ul.thumbnails li img {
	margin-bottom: 0px;
}
.owl-carousel-slideshow .carousel-caption {
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.7);
}
.owl-carousel-slideshow .carousel-caption p {
	background-color: transparent;
}
.split-box {
	margin-top: 30px;
	max-width: 100%;
}
.split-box .top-box {
	background-color: #efece5;
	border-bottom: 4px solid #fff;
}
.split-box .top-box .fa {
	color: #2e2e2e;
	text-align: center;
	padding: 20px;
	font-size: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.split-box .top-box a:hover,
.split-box > a:hover {
	text-decoration: none !important;
}
.split-box .arrow-down {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	left: 40%;
}
.split-box .top-box img {
	margin-left: auto;
	margin-right: auto;
}
.split-box .bottom-box {
	padding: 20px;
	max-height: 146px;
}
.split-box .bottom-box.red {
	background-color: #a6192e;
	color: #fff;
}
.split-box .bottom-box.red a {
	color: #fff;
	text-decoration: none !important;
}
.split-box .bottom-box.tan {
	background-color: #d2c694;
	color: #000;
}
.split-box .bottom-box.tan a {
	color: #000;
	text-decoration: none !important;
}
.split-box .bottom-box.black {
	background-color: #2e2e2e;
	color: #fff;
}
.split-box .bottom-box.black a {
	color: #fff;
	text-decoration: none !important;
}
.split-box .bottom-box.gray {
	background-color: #4e4e4e;
	color: #fff;
}
.split-box .bottom-box.gray a {
	color: #fff;
	text-decoration: none !important;
}
.split-box .bottom-box.dark-red {
	background-color: #4a2222;
	color: #fff;
}
.split-box .bottom-box.dark-red a {
	color: #fff;
	text-decoration: none !important;
}
.split-box .bottom-box .title {
	font-size: 1em;
	font-weight: 500;
}
.split-box .bottom-box .publication {
	font-size: 0.875em;
	font-style: italic;
}
.quick-fact-box {
	text-align: center;
	margin-bottom: 30px;
	color: #a6192e;
}
.quick-fact-box .fa {
	font-size: 2.250em;
	margin-top: 10px;
}
.quick-fact-box .title {
	font-size: 1.125em;
	margin: 20px 0;
	font-weight: 700;
}
.quick-fact-box .publication {
	margin-bottom: 20px;
}
.quick-fact-box .collapse,
.quick-fact-box .collapsing {
	text-align: left;
	color: #231f20;
}
@media (min-width: 768px) and (max-width: 991px) {
	.split-box .top-box a:hover {
		text-decoration: none !important;
	}
	.col-sm-9 .row .split-box .bottom-box {
		height: 200px !important;
		max-height: 200px !important;
	}
}
@media screen and (min-width: 768px) {
	.owl-carousel-slideshow .carousel-caption {
		padding-bottom: 20px;
	}
	.owl-carousel-slideshow .carousel-caption p:last-of-type {
		margin: 0;
	}
}
