.legacy-cont{
	background-color: #fff4f3 !important;
}

.legacy-cont .general-content .entry-content .content-wrap p {
	font-size: 17px;
    line-height: 28px;
}

.legacy-cont .wp-caption {
	padding:0;
	background: transparent;
	border: 0;
}

.legacy-cont .wp-caption-text{
	font-style:italic;
	font-size:13px !important;
	opacity:0.8;
	padding:0 !important;
	padding-top:10px !important;
	line-height: 23px !important;
}

.legacy-photo{
	max-width:215px;
	margin-right:0;
	margin-left:auto;
	position: absolute;
    bottom: 0px;
    right: 16px;
    top: 64px;
}

.legacy-header{
	position:relative;
}

.legacy-footer .flex-wrap{
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	position:relative;
}

.legacy-footer .quote{
	max-width:260px;
}

.legacy-footer .quote .icon{
	max-width:30px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.legacy-footer .quote .content{
	text-align: center;
}

.legacy-footer .quote .content p,
.legacy-footer .quote .content span{
	font-family:Gotham-Thin-Italic;
	font-size:18px;
	opacity:1;
	font-weight:600;
}

.legacy-footer .quote .content span{
	display:block;
	margin-bottom: 5px;
}

.legacy-footer .content{
	margin-bottom:10px;
}

.legacy-footer #quote-1{
	margin-top:20px;
}

.legacy-footer #quote-2{
	margin-top:90px;
}

.legacy-footer .extract{
	text-align:center;
	font-family: Gotham-Book;
	font-weight: 600;
	color: #415a69;
	font-style: italic;
	font-size:13px;
}

.legacy-footer .about-logo{
	max-width:540px;
}

@media screen and (min-width:1200px){
	.legacy-footer.mobile{
		display:none;
	}
}

@media screen and (max-width:1300px){
	.legacy-photo{
		max-width:190px;
	}

	.legacy-footer .about-logo{
		max-width: 420px;
		margin-top:0 !important;
	}
}

@media screen and (max-width:1230px){
	.legacy-photo{
		max-width:156px;
		bottom: 5px;
		right: 2px;
		top: 51px;
	}
}

@media screen and (max-width:1199px){
	.legacy-photo{
		max-width:215px;
		position: initial;
		margin-left: auto;
		margin-right: auto;
	}

	.legacy-header{
		display:flex;
		align-items:center;
	}

	.legacy-header .title{
		max-width:971px;
	}

	.legacy-footer.mobile{
		display:block !important;
	}

	.legacy-footer{
		display:none;
	}

	.legacy-footer #quote-2{
		margin-top:initial;
	}

	.legacy-footer .flex-wrap{
		justify-content: space-evenly;
		margin-top:30px;
		margin-bottom: 50px;
		align-items:center;
	}

	.legacy-footer .about-logo{
		margin-left:auto;
		margin-right:auto;
	}

	#main-content .container{
		padding-bottom: 0;
	}

	#content-box > div > div > p:nth-child(1) br{
		display: none;
	}
}

@media screen and (max-width:1199px){
	.legacy-cont .content-wrap br{
		display:none;
	}
}

@media screen and (max-width:991px){
	.legacy-header{
		flex-direction: column;
	}

	.legacy-photo{
		margin-top:35px;
	}
}

@media screen and (max-width:767px){
	.legacy-photo{
		max-width:180px;
	}
}

@media screen and (max-width:480px){
	.legacy-photo{
		max-width:130px;
		margin-top:20px;
	}

	.general-content.default #content-box{
		margin-top:20px;
	}

	.legacy-cont .general-content .entry-content .content-wrap p{
		font-size:15px !important;
	}

	.legacy-footer .flex-wrap{
		flex-direction: column;
	}

	.legacy-footer .quote{
		margin-bottom:40px;
	}

	.legacy-footer .quote:last-child{
		margin-bottom: 0;
	}

}

@media screen and (max-width:425px){
	.legacy-footer .about-logo{
		max-width:320px;
	}
}

@media screen and (min-width:992px){
	.wp-caption.alignleft{
		margin-left:-4px;
	}

	.legacy-footer .about-logo{
		margin-top: -106px;
	}
}