/* eBook listing page styles */
.ebook-item {
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 80px;
    padding-bottom: 60px;
}

.ebook-item.no-border {
    border-bottom: none;
}

.ebook-item .ebook-cover {
    margin-top: 15px;
}

.ebook-item .ebook-cover .ebook-cover-img {
    width: 260px;
}

.ebook-item h2.ebook-headline {
    margin-top: 15px;
}

.ebook-item p.ebook-tagline {
	font-family: 'FuturaRound-Demi', sans-serif;
}

.ebook-item .downloadLink {
	margin-bottom: 30px;
}

.breaking-img {
    margin: 30px 0 50px;
}

.top-breaking-img {
	margin: 70px 0 -30px;
}

.ebook-cover-link.pull-left {
    margin-right: 20px;
}
.default-three-column .main-content .centerPost .callToActionSection {
    margin-top: 40px;
}
.download-text {
    font-family: "FuturaRound-BookOblique";
    font-size: 18px;
    margin-top: 30px;
}

form.lead-collector .row {
    margin: 0 0 10px;
}

.legalCopy {
	font-size: 13px;
	margin: 5px;
	line-height: normal;
}

.modal-header {
    background-color: #003C5C;
    color: #ffffff;
    min-height: 16.4286px;
    padding: 15px 20px;
}

.modal-title {
	font-size: 20px;
}

.modal-header .close {
	margin-top: -7px;
}

.close {
    color: #6e7c88;
    font-size: 36px;
    font-weight: 800;
    opacity: 0.8;
    text-shadow: 0 1px 0 #fff;
}

#leadCaptureButton {
	margin: 0 auto;
	width: 90% !important;
}

.modal-footer {
    border-top: none;
    margin-top: 0;
    padding: 0 35px 20px;
}

form.lead-collector .thank-you-message .btn.btn-primary {
    float: none;
}

.thank-you-message h2 {
    font-size: 20px;
    font-weight: 600;
}

.thank-you-message p {
    font-size: 16px;
}

form.lead-collector .btn.btn-primary {
	width: auto !important;
}



/*** screen ≈ TABLET  ***/
	@media (min-width: 768px) {



	}



/*** screen ≈ desktop  ***/
	@media (min-width: 992px) {

		/* eBook listing page styles */
		.ebook-item .downloadLink {
		    width: 50%;
		}

		.default-three-column .main-content .rightRail .priceBox {
		    padding-left: 20px;
		    padding-right: 20px;
		}

		.dark-callout-text {
			font-size: 18px;
			line-height: normal;
		}

		.dark-callout-link {
			font-size: 20px;
			display: block;
			font-family: "FuturaRound-Demi", sans-serif;
			line-height: normal;
			margin: 25px 0 10px;
			text-decoration: underline;
			text-align: center;
		}

		.default-three-column .main-content .rightRail .priceBox .priceBoxBanner {
		    line-height: 1.2;
		    padding-bottom: 15px;
		}

		form.lead-collector .btn.btn-primary {
			width: 60% !important;
		}

	}


/*** screen ≈ widesceen  ***/
	@media(min-width:1200px){

		/* eBook listing page styles */
		.ebook-item .downloadLink {
		    width: 40%;
		}

	}




