.copyright {
	padding: 20px;
	background: #f6f7fc;
	color: #435790;
	font-size: 13px;
	font-family: "PT Serif", serif;
	line-height: 1.7;
	text-align: center;
}

.copyright p {
	margin: 0 0 15px;
}

.copyright a {
	color: inherit;
}

.copyright img {
	display: block;
	margin: 0 auto 5px;
	width: 72px;
}

.copyright .disclaimer {
	font-size: 11px;
	font-family: "Soleil", sans-serif;
	line-height: 1.5;
	margin-top: 25px;
	width: 100%;
	max-width: none;
}

@media screen and (min-width: 768px) {
	.copyright .container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: space-between;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.copyright p {
		max-width: 500px;
		text-align: left;
		margin-bottom: 0;
	}
	
	.copyright img {
		margin: 0;	
	}
}

@media screen and (min-width: 1024px) {
	.copyright p {
		max-width: 750px;
	}
}