.sidebarPromo {
	margin-bottom: 55px;
}

@media(max-width: 700px) {
	.sidebarPromo {
		margin-bottom: 10px;
	}
}

.sidebarPromo-image img {
	display: block;
	width:100%;
	height:auto;
}

@media(max-width: 700px) {
	.sidebarPromo-image img {
		max-width: 100%;
		margin:auto;
	}
}


.sidebarPromo-image--circle img {
	border-radius: 50%;
}

.sidebarPromo-caption p {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	margin-top: 16px;
	font-family: "Baskerville", sans-serif;
	color:#71777a;
}
/*
.sidebarPromo-quote {
	min-height: 335px;
	background-image: url('/wp-content/themes/westcott/static/images/quote-watermark.jpg');
	background-repeat: no-repeat;
	background-position: center top;
    background-size: 335px;
}

@media(max-width: 700px) {
	.sidebarPromo-quote {
		min-height: 215px;
		background-image: url('/wp-content/themes/westcott/static/images/quote-watermark.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 215px;
		max-width: 300px;
		margin:auto;
	}
}


.sidebarPromo-quotation {
	margin:0;
	font-family:"Baskerville", sans;
	font-size:20px;
	color:#71777a;
    font-size: 55px;
    line-height: 57px;
}

@media(max-width: 700px) {
	.sidebarPromo-quotation {
		font-size: 35px;
		line-height: 37px;
	}
}

.sidebarPromo-author {
	margin:12px 0 0 0;
	font-family:"Baskerville", sans;
	font-size:19.29px;
	color:#71777a;
    text-align: right;
}

.sidebarPromo-quote--large {
	background-size: 445px;
	min-height: 505px;
	background-position: center bottom !important;
}

.sidebarPromo-quote--large .sidebarPromo-quotation {
	padding-top: 88px;
	font-size: 68px;
	line-height: 70px;
}

@media(max-width: 1367px) {

	.sidebarPromo-quote--large .sidebarPromo-quotation {
		padding-top: 68px;
		font-size: 58px;
		line-height: 66px;
	}	

	.sidebarPromo-quote--large {
		background-size: 395px;
		min-height: 395px;
		background-position: center top !important;
	}	

}

@media(max-width: 1150px) {
	.sidebarPromo-quote--large {
		background-size: 255px;
		min-height: 255px;
		background-position: top center !important;
	}

	.sidebarPromo-quote--large .sidebarPromo-quotation {
		padding-top: 0;
		font-size: 40px;
		line-height: 43px;
	}
}

@media(max-width: 700px) {
	.sidebarPromo-quote--large {
		background-size: 265px;
		min-height: 265px;
		background-position: top center !important;
	}

	.sidebarPromo-quote--large .sidebarPromo-quotation {
		padding-top: 0;
		font-size: 40px;
		line-height: 43px;
	}
}
*/


.sidebarPromo-list {
	list-style: none;
	margin:0;
	padding:0;
}

.sidebarPromo-list li {
    margin: 0 0 35px 0;
	padding:0;
}

@media(max-width: 700px) {
	.sidebarPromo-list li {
	    margin: 0 0 25px 0;
	}	
}

.sidebarPromo-list a {
	text-decoration: none;
}

.sidebarPromo-list a:hover {
	text-decoration: underline;
}

.sidebarPromo-list h3 {
	margin:0;
	padding:0;
	font-family: "GillSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 21.5px;
    line-height: 27px;
}

@media(max-width: 700px) {
	.sidebarPromo-list h3 {
		font-size: 18px;
		line-height: 24px;
	}
}

.sidebarPromo-list p {
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 15px;
	color:#71777a;
}

.sidebarPromo-title {
	color:#000;
	font-size:34px;
}

@media(max-width: 700px) {
	.sidebarPromo-title {
		font-size:30px;
	}
}

.sidebarPromo-download p {
    margin: 14px 0 0 0;
    font-size: 20.9px;
}

.sidebarPromo-download a {
	text-decoration: none;
    padding-right: 23px;
    display: inline-block;
    background-size: 13px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/westcott/static/images/download-arrow.svg);
}

}

