a.button.button_size_1 .button_label {
	padding: 0px !important;
	vertical-align: middle;
	display: table-cell;
}

.if-border-hide .image_frame:not(.has_border) {
	width: 100%;
}

.post-desc-wrapper {
	width: 80%;
	float: none;
	margin: 0 auto;
	padding-top: 40px;
}

.post-desc-wrapper .post-head {
	display: none;
}

.post-desc-wrapper .post-desc {
	padding: 15px 0 0 15px;
}

.post-desc-wrapper .post-title h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 10px;
	color: #272425;
}

.post-desc-wrapper .post-title h2 a {
	color: #272425;
}

.post-desc-wrapper .post-excerpt {
	font-size: 15px;
}

.title_team:before,
.title_team:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 50%;
	height: 1px;
	vertical-align: middle;
	background: #000;
	background-clip: content-box;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.secretary:before,
.secretary:after {
	background: #2c4587;
}

.policy:before,
.policy:after {
	background: #0094d8;
}

.global:before,
.global:after {
	background: #2c4587;
}

.communications:before,
.communications:after {
	background: #B4D751;
}

.team_box1 .column_attr.align_center {
	padding: 5% 5% 5% 5%;
}

.title_team:before {
	left: -.5em;
	margin: 0 0 0 -50%;
}

.title_team:after {
	left: .5em;
	margin: 0 -50% 0 0;
}

.column_attr .wpfd-content-table .table {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.wpfd-content-table .table-bordered td {
	border-top: none !important;
}

.sections_group .wpfd-content-table .table td {
	line-height: 15px;
}

.column_attr .see_all_library,
.wpfd-container-eeb_custom .see_all_library {
	content: 'See all publications';
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(/wp-content/themes/betheme/images/see_all.svg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	width: 300px;
	height: 30px;
	padding: 11px;
}

.column_attr .see_all_library a,
.wpfd-container-eeb_custom .see_all_library a {
	color: #fff;
	margin-right: 20px;
	line-height: 27px;
}

.column_attr .see_all_library a:before,
.wpfd-container-eeb_custom .see_all_library a:before {
	content: "\f105";
	color: #fff;
	font-family: FontAwesome;
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 28%;
	text-align: center;
	line-height: 17px;
	padding: 1px;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	width: 18px;
	height: 18px;
}
.column_attr{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.column .column_attr .one-third{
	padding-right: 30px!important;
}
.mcb-wrap.one .image_wrapper{
	text-align: center;
}
#Content .mcb-column.one .image_wrapper img{
	max-width: 250px;
	height: auto;
	width: 100%;
}
/*---------------media---------------*/

@media (min-width: 1400px) {
	.post-desc-wrapper .post-desc {
		padding: 15px 0 0 0px;
	}
}

@media (max-width: 960px) {
	img.scale-with-grid,
	#Content img {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	[data-wph-post-id="1172"] [data-wph-elm='1'] {
		left: 25% !important;
	}
	#poststuff h2.wmts_name,
	h2.wmts_name,
	.wmts_name {
		font-size: 0.8em;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.column_attr .wpfd-content-table td.essential {
		flex: 0 2 70%;
	}
	.page.page-id-36 .mcb-section {
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
}

@media (min-width: 320px) and (max-width: 650px) {
	.title_team {
		position: relative;
	}
	.title_team:before {
		position: absolute;
		left: -15%;
		margin: 0;
		width: 15%;
		top: 50%;
		margin-top: -1px;
	}
	.title_team:after {
		position: absolute;
		left: 100%;
		margin: 0;
		width: 15%;
		top: 50%;
		margin-top: -1px;
	}
}
@media screen and (min-width: 768px){
	.column .column_attr .one-third,
	.column .column_attr .two-third{
		display: table-cell;
		width: auto!important;
		float: none;
		vertical-align: top;
	}
	.column .column_attr .two-third{
		padding-top: 20px!important;
	}
}
@media screen and (min-width: 960px){
	#Content .sections_group .section_wrapper.mcb-section-inner{
		padding-top: 0!important;
	}
	#Content .sections_group{
		padding-top: 20px;
	}
}