.BorderButton {
	display:inline-block;
	text-align:center;
}
.quote-container {
	/*clip-path: polygon(8% 0%, 100% 0, 100% 50%, 92% 100%, 0 100%, 0% 50%); */
	border: solid 4px #555487;
	color:#555487;
	padding: 50px 100px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 20px;
	margin-bottom: 65px;
	position:relative;
}
.quote-container p {
	font-size:22px!important;
}
.quote-icons.left {
	position: absolute;
	font-size: 60px;
	padding: 10px 15px;
	background-color: #f5f7f8;
	top: -20%;
	right: 90%;
}
.quote-icons.right {
	position: absolute;
	font-size: 60px;
	padding: 10px 15px;
	background-color: #f5f7f8;
	bottom: -20%;
	left: 90%;
}

.image-content {
	background-color:#fff;
}
.image-header img {
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.section {
	display: flex;
	flex-wrap:wrap;
	align-items:center;
	margin: 20px 0;
	position:relative;

}
.section .large-8 {
	background-color:#fff;
	padding:20px;
}
.blue-hr {
	display:none;
}

.fa-brands {
	margin: 5px;
}
.twitter {
	color: #00acee;
	font-size: 30px;
}

.linkedin {
	color: #0a66c2;
	font-size:30px;
}

.RightContainerOption li p {
	display: block;
	padding: 5px 5px 5px 25px;
	font: normal normal normal 14px myriad-pro;
	letter-spacing: 0.3px;
	color: #004881;
}
.RightContainerOption li p::before {
	content: "";
	width: 6px;
	background-color: #004881;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: -15px;
}
@media only screen and (min-width:769px){
	.image-container .section .image-header:nth-child(odd) {
		right: -30px;
		bottom: -2px;
		z-index: 1;
	}
	.image-container .section .image-header:nth-child(even) {
		left: -30px;
		top: -2px;
		z-index: 1;
	}
	.image-container .section .image-content:nth-child(odd) {
		padding: 30px 35px 30px 50px;
	}
	.image-container .section .image-content:nth-child(even) {
		padding: 30px 50px 30px 35px;
	}
	.image-container .section .overlap-to-left {
		text-align:right;
	}
	.image-container .section .overlap-to-left::after {
		left: 85px;
	}
	.image-content h2::after{
		content:"";
		display:block;
		height:4px;
		margin:10px 0;
		background-color: rgb(0, 72, 129);
		color:#fff;
		width:80%;
		position: relative;
		z-index: 2;
	}
	.section p {
		padding: 20px;
	}
}
@media only screen and (max-width:1000px){
	.section > .columns {
		width:100%!important;
	}
	.quote-icons.left {
		right: 86%;
	}
	.quote-icons.right {
		left: 86%;
	}
}
@media only screen and (max-width:768px){
	.columns.large-12.section > .columns.large-5 {
		padding: 0;
	}
	.blue-hr {
		display: block;
		margin: 15px auto;
		background-color: rgb(0, 72, 129);
		height: 6px;
		width: 50%;
	}
	.image-content.large-7.columns {
		padding: 20px;
	}
	.section {
		margin: 15px 0;
	}
	.quote-icons.left {
		right: 85%;
	}
	.quote-icons.right {
		left: 85%;
	}
	.quote-container {
		margin-top: 40px;
	}
	.BorderButton {
		padding:14px!important;
		width:100%!important;
	}

}
@media only screen and (max-width:700px){
	.quote-icons.left {
		right: 80%;
	}
	.quote-icons.right {
		left: 80%;
	}

}
@media only screen and (max-width: 500px)
{
	.quote-icons.left {
		right: 72%;
		top: -13%;
	}
	.quote-icons.right {
		left: 72%;
		bottom: -13%;
	}
	.quote-container 
	{
		padding: 50px 25px;
	}
}