h1, h2, h3, h4, h5 { text-transform: unset; font-weight: bold; }
ul.styled { list-style: outside disc; }
ul.styled>li { margin-left: 18px; }
ul.two-col { columns: 2; }
ul.three-col { columns: 3; }

header { border-bottom: 0; }
section { margin-bottom: 20px; }

.red { color: #ef2e24; }

.quotes { font-size: 22px; font-weight: bold; }
.quotes .red { font-size: 30px; }
.quotes cite { font-size: 19.5px; font-weight: normal; font-style: normal; display: inline-block; }
.quotes cite:before { content: "- "; }

/*.ad {
	padding: 15px;
	border: 2px solid black;
	background-color: rgba(255,255,255,.75);
	position: fixed;
	right:-2px;
	bottom: 20px;
	}*/
.ad { font-size: 24px; font-weight: bold; }
.ad small { font-weight: bold; }
.ad p { margin: 0 0 12px; }
.ad p:last-child { margin: 30px 0 0; font-style: italic; }

/*** ONLINE DATABASES ***/
.online-dbs div[class*="col-"] { padding: 15px; }

/*** FILMS ON DEMAND ***/
.fod .head-text { padding-top: 15px; font-size: 24px; font-weight: bold; }
@media (min-width: 768px) {.fod .head-text { font-size: 18px; }}
@media (min-width: 992px) {.fod .head-text { padding-top: 30px; font-size: 24px; }}
@media (min-width: 1200px) {.fod .head-text { padding-top: 60px; }}

.fod .features-left { border:2px solid #4c4c4c; border-radius:30px; padding: 0 25px 10px; }
.fod .features-left h2 { margin-left: 30px; }
.fod .features-left ul { margin-left: 25px; list-style: unset; }
.fod .features-left ul li { padding-left: 5px; margin-bottom: 15px; }
.fod .features-right { padding-left: 30px; padding-top: 20px; }
.fod .features-right img { width: 380px; }

.fod .master-collection { border-bottom: 5px solid black; }
.fod .master-collection h2 { margin-bottom: 0; }
.fod .master-collection h3 { font-weight: normal; padding-top: 12px; margin-bottom: 10px; }

.fod .more-collections img { margin-bottom: 15px; }
.fod .more-collections img.pull-left { margin-right: 15px; }
.fod .more-collections img.pull-right { margin-left: 15px; margin-top: 15px; }

/*** EBOOKS ***/
.ebooks h2 { margin-bottom: 0; font-size: 50px; color: #888; }
.ebooks .imprints p { margin: 12px 0; }
.ebooks .red-box { border:4px solid #ef2e24; padding:12px 15px; margin:15px 0; font-size:14px; font-weight: normal; line-height: 1.5625; }

@media (min-width: 768px) {
	.ebooks .border-left { border-left:1px solid black; }
	.ebooks .infobase { float: right; }
}