/* callout box */
.footer-callout {
	width: 100%;
	margin: 0 auto 9px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.footer-callout a {
	display: flex;
	flex-direction: row;
	justify-content: space-between ;
	align-items: flex-end;
}

.footer-callout picture {
	margin-top: -125px;
	margin-bottom: 20px;
	z-index: 300;
}

.footer-callout .text-cont {
	text-align: center;
}

.footer-callout .text-cont h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: shackleton-narrow,serif;
	margin-top: 0px;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	padding: 0 30px;
}

.footer-callout .text-cont p {
	margin-bottom: -4px;
	color: white;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .8px;
	font-family: open-sans,sans-serif;
	margin-bottom: 20px;
}

.footer-callout .text-cont .read-more {
    width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
    align-items: center;
}

@media screen and (min-width: 520px) {
	.footer-callout {
		flex-direction: row;
		justify-content: start;
		align-items: flex-start;
	}

	.footer-callout picture {
		margin: 0;
	}

	.footer-callout .text-cont {
		width: 70%;
		padding-left: 10px;
	}
	.footer-callout picture {
		width: 30%;
		padding-right: 10px;
	}

	.footer-callout .text-cont {
		text-align: left;
	}

	.footer-callout .text-cont h4 {
		padding: 0;
		text-align: left;
		font-weight: 400;
	}

	.footer-callout .text-cont .read-more {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {



	.footer-top .contentRender_name_plugins_common_footer_callout {
		width: 100%;
	}

	.footer-callout picture {
		width: 100%;
		max-width: 202px;;
	}

	.footer-callout .text-cont h4,
	.footer-callout .text-cont p {
		margin-bottom: 28px;
	}	

	.footer-callout {
		padding-right: 20px;
		max-width: 450px;
	}

	.footer-callout .text-cont .read-more {
		margin-bottom: 0;
	}
	
	/* .footer-callout a {
		justify-content: start;
	} */
	/* .footer-callout picture {
		max-width: unset;
		margin-right: 15px;
	} */
	/* .footer-callout .text-cont p,
	.footer-callout .text-cont h4 {
		display: inline;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1.2px;
		line-height: 1.6;
	} */
	/* .footer-callout .text-cont h4:after {
		content: " ";
		display: inline-block;
		width: .4rem;
	} */
	/* .footer-callout .text-cont {
		border-bottom: 1px solid gray;
	} */
}
