/* flexible content */

.flexible-content-sharing .content-sharing-post {
    border-radius: 0;
}
.flexible-content-sharing.green-bkg .content-sharing-post {
    background-color: #ebefdd;
    border: 0;
	height:100%;
}
.flexible-content-sharing .content-sharing-post__image {
    max-height: 160px;
}
.flexible-content-sharing .content-sharing-post__content h2 {
    font-size: 16px;
	line-height:130%;	
}
.flexible-content-sharing .content-sharing-post__content p.desc {
    font-size: 14px;
	line-height:130%;	
	font-weight:400;
}
.flexible-content-sharing.white-bkg .content-sharing-post {
	border: 2px solid #ececec;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post {
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	transform-style: preserve-3d;
	background: #fff;
	padding:0;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:before,
.flexible-content-sharing.white-drop-bkg .content-sharing-post:after {
	content: "";
	position: absolute;
	height: 50%;
	width: 70%;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	bottom: 0px;
	top: unset;
	transform: translateZ(-1px);
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:before {
	border-radius: 100% 20% 100% 20%;
	left: 0;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:after {
	border-radius: 20% 100% 20% 100%;
	right: 0;
}
.flexible-content-sharing hr {
	border-top:1px solid #E5E5E5;
	margin:30px 0;
}
.flexible-content-sharing>.container {
	padding-left:0;
	padding-right:0;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	display:block;
}
.flexible-content-sharing .content-sharing-posts {
	display:flex;	
	grid-gap:40px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
    margin: 0 auto;
	grid-template-columns:unset !important;
	flex:0 0 100%;
}
.flexible-content-sharing h3 {
	font-size:44px;
	margin-bottom:40px;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post {
	box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2);
	position: relative;
	transform-style: preserve-3d;
	background: #fff;
	padding:0;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:before,
.flexible-content-sharing.white-drop-bkg .content-sharing-post:after {
	content: "";
	position: absolute;
	height: 50%;
	width: 70%;
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
	bottom: 0px;
	top: unset;
	transform: translateZ(-1px);
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:before {
	border-radius: 100% 20% 100% 20%;
	left: 0;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post:after {
	border-radius: 20% 100% 20% 100%;
	right: 0;
}
.flexible-content-sharing.white-drop-bkg .content-sharing-post {
	border:none;	
}
.flexible-content-sharing .content-sharing-post,
.flexible-content-sharing .content-sharing-post .content-sharing-post__content {
	transition:0.2s all ease-in-out;
}
.flexible-content-sharing .content-sharing-post:hover {
	background-color:#1F1950;
}
.flexible-content-sharing .content-sharing-post .content-sharing-post__content p {
	margin:0;	
}
.flexible-content-sharing .content-sharing-post:hover .content-sharing-post__content {
	color:#fff;
	background-color:#1F1950;
}
.flexible-content-sharing .content-sharing-post {	
	flex-basis: 0;
    align-self: stretch;
    align-items: stretch;
    flex-grow: 1;
    flex-direction: column;
    height: auto !important;
}
.flexible-content-sharing .content-sharing-post__image img {
    object-fit: cover;
    height: 160px;
}
@media (max-width:1024px) {
	.flexible-content-sharing>.container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
	.flexible-content-sharing .content-sharing-posts {
		display: grid !important;
		grid-column-gap: 20px !important;
		grid-row-gap: 20px;
		grid-template-columns: repeat(4, 1fr) !important;
	}
	.flexible-content-sharing .content-sharing-post {
		max-width:100% !important;	
		width:100% !important;	
	}
}
@media (max-width:768px) {
	.flexible-content-sharing .content-sharing-post {	
		flex: 0 0 calc(50% - 20px);
		max-width:unset;
	}
	.flexible-content-sharing .content-sharing-posts {
		display: grid !important;
		grid-column-gap: 20px !important;
		grid-row-gap: 20px;
		grid-template-columns: repeat(2, 1fr) !important;
	}
}
@media (max-width:600px) {
	.flexible-content-sharing .content-sharing-post {	
		flex: 0 0 100%;
		max-width:unset;
	}
	.flexible-content-sharing>.container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.flexible-content-sharing .content-sharing-posts {
		display: grid !important;
		grid-column-gap: 20px !important;
		grid-row-gap: 20px;
		grid-template-columns: repeat(1, 1fr) !important;
	}
}