.sc_card {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	background: #fff;
	margin: 2em auto;
	width: 100%;
	overflow: hidden;
	padding: 1em;
}
.sc_card h1,
.sc_card h2,
.sc_card h3,
.sc_card h4,
.sc_card h5,
.sc_card h6 {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 1em;
	font-weight: 700;
}
.sc_card p {
	font-size: 1em;
}
.sc_card p:last-child {
	margin-bottom: 0;
}
.sc_card p:empty {
	display: none;
	margin-bottom: 0;
}
.sc_card img {
	margin-bottom: 1em;
	margin-top: -1em;
}
.sc_card .sc_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 15px;
	margin-top: 15px;
}
.sc_card .sc_company {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-column-gap: 15px;
}
.sc_card .sc_company-logo-wrapper,
.sc_card .sc_person-image-wrapper {
	height: auto;
	margin-top: 15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	max-width: 100%;
	width: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
.sc_card .sc_company-logo-wrapper img,
.sc_card .sc_person-image-wrapper img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
}
.sc_card .sc_grey-box {
	background: #ece3c6;
	border-radius: 4px;
	padding: 16px;
}
.sc_card .sc_grey-box .sc_box-label {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 12px;
}
.sc_card .sc_input-group .sc_input-label {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 150%;
	color: #000;
}
.sc_card .wp-block-structured-content-person__colleague_url {
	font-size: 0.875em;
	word-break: break-word;
}
@media (max-width: 468px) {
	.sc_card p {
		padding: 0 1em 1em;
	}
}
@media (min-width: 469px) {
	.sc_card img {
		float: right;
		margin-left: 1em;
	}
}
@media (max-width: 640px) {
	.sc_card .sc_row {
		grid-template-columns: 1fr;
		margin-top: 0;
	}
	.sc_card .sc_company {
		grid-template-columns: 1fr;
	}
	.sc_card .sc_grey-box {
		margin-top: 15px;
	}
}
.w-100 {
	width: 100%;
}
i.mce-ico.mce-i-structured-content {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC') !important;
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 4px;
}
.mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
	overflow: hidden;
}

/* FAQs */
.ms_faq.ms_card div {
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
.ms_faq.ms_card {
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.accordionButton h3,
.accordionButton h4,
.accordionButton h5,
.accordionButton h6 {
	margin: 0 !important;
	font-weight: 800 !important;
	font-size: 16px !important;
	line-height: 135% !important;
	color: #464646 !important;
	font-family: proxima-nova, sans-serif;
}
.accordionButton,
.accordionButton.over {
	padding: 16px 32px 16px 0;
	background: url(../images/earo1.png) 99% center no-repeat;
	cursor: pointer;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #536090;
}

.accordionButton.on {
	background: url(../images/earo.png) 99% center no-repeat;
	border-bottom: none;
}

.accordionContent {
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	padding-top: 0px;
	vertical-align: top;
}

.accordionContent p {
	margin-bottom: 0 !important;
	color: #6c6c6c;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	font-family: proxima-nova, sans-serif;
}
.ms_faq.ms_card:last-of-type .accordionButton {
	border-bottom: none;
}

.ms_faq.ms_card:last-of-type {
	margin-bottom: 35px;
}
/* FAQs-end*/

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.accordionButton h3,
	.accordionButton h4,
	.accordionButton h5,
	.accordionButton h6 {
		font-size: 17px !important;
	}
	.accordionButton,
	.accordionButton.over {
		padding: 10px 30px 10px 0;
	}
	.accordionContent {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
	.accordionButton h3,
	.accordionButton h4,
	.accordionButton h5,
	.accordionButton h6 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.accordionButton,
	.accordionButton.over {
		padding: 10px 30px 10px 0;
	}
	.accordionContent {
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.accordionButton h3,
	.accordionButton h4,
	.accordionButton h5,
	.accordionButton h6 {
		font-size: 16px !important;
		line-height: 20px !important;
	}
	.accordionButton,
	.accordionButton.over {
		padding: 12px 30px 12px 0;
	}
	.accordionContent {
		margin-bottom: 10px;
		padding-bottom: 15px;
	}
}
