.cp_body
{
 
   width: 1260px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.cp_infobox_content_3col
{
	display: block;
	width: auto;
	margin:1em 1em 0em 1em;
	background-color: transparent;
	border: 0;
}
.cp_infobox_group_onecolcenter > .cp_infobox_content_3col {
	display:block;
}
.cp_infobox_group_onecolcenter > .cp_infobox_content_3col ~ .cp_infobox_content_3col {
	display:none;
}

.cp_infobox_group_onecolcenter
{
		width: 100%;
		display: block;
float: left;
margin:auto;
}
.participating_map
{
position: relative;padding-bottom: 56.25%;height: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx), only screen and (max-width:1400px)
{
.cp_body
{

	width: 100%;
	display: block;
	text-align: center;
}
.participating_map
{
position: relative;padding-bottom: 70%;height: 0;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx), only screen and (max-width:800px)
{
.cp_infobox_group_onecolcenter > .cp_infobox_content_3col {
	display:block;
}
.cp_infobox_group_onecolcenter > .cp_infobox_content_3col ~ .cp_infobox_content_3col {
	display:block;
}
.participating_map
{
position: relative;padding-bottom: 75%;height: 0;
}
}

/* ============================================================
   Publications page (pageID=204)
   Timeline of papers that used the AMASS.
   Palette follows the site: navy #223344, blue #1582c2,
   orange #faa635, hover red #b7202f.
   ============================================================ */

/* --- page heading -------------------------------------------------- */
.cp_infobox_content_box_title
{
	line-height: 1.25;
	text-align: left;
	padding: 0.2em 0 0.5em 0;
	/*border-bottom: 2px solid #faa635;
	margin-bottom: 1.2em;*/
}

/* --- wrapper ------------------------------------------------------- */
.pub_wrap
{
	/*max-width: 62em;*/
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	text-align: left;
}
.pub_lede
{
	/*color: #4a5560;*/
	font-size: 1.1em;
	line-height: 1.65;
	margin: 0 0 1em 0;
	text-align: left;
}
.pub_legend
{
	color: #8a95a1;
	font-size: 0.85em;
	margin: 0 0 1.8em 0;
	text-align: left;
}
.pub_legend .pub_flag
{
	margin: 0 0.45em 0 0;
	vertical-align: middle;
}

/* --- timeline rail -------------------------------------------------- */
.pub_timeline
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pub_timeline:before
{
	content: "";
	position: absolute;
	left: 4.4em;
	top: 0.7em;
	bottom: 1.6em;
	width: 1px;
	background: #e2e7ec;
}
.pub_item
{
	position: relative;
	list-style: none;
	padding: 0 0 1.5em 6.4em;
}
.pub_item:before
{
	content: "";
	position: absolute;
	left: 4.05em;
	top: 0.6em;
	width: 0.55em;
	height: 0.55em;
	border-radius: 50%;
	background: #1582c2;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #d7e0e8;
}
.pub_item_key:before
{
	background: #faa635;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #F2EBD9;
}
.pub_year
{
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 3.5em;
	text-align: right;
	overflow: visible;
	color: #223344;
	font-size: 1.05em;
	font-weight: bold;
	letter-spacing: 0.02em;
}

/* --- card ------------------------------------------------------------ */
.pub_card
{
	background: #fAfafa;
	border: 1px solid #e6eaee;
	border-radius: 0.6em;
	padding: 1.1em 1.3em;
	margin-right:2px;
	text-align: left;
	transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.pub_card:hover
{
	border-color: #cfe0ec;
	box-shadow: 0 0.5em 1.4em rgba(34, 51, 68, 0.10);
	transform: translateY(-2px);
}
.pub_item_key .pub_card
{
	border-color: #f2d8ae;
	/*background: #fffcf6;*/
	background: #F2EBd9;
	margin-right:2px;
}
.pub_item_key .pub_card:hover
{
	border-color: #faa635;
	box-shadow: 0 0.5em 1.4em rgba(250, 166, 53, 0.18);
}

.pub_flag
{
	display: inline-block;
	background: #faa635;
	color: #ffffff;
	font-size: 0.72em;
	font-weight: bold;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	padding: 0.28em 0.8em;
	border-radius: 1em;
	margin: 0 0 0.6em 0;
}
.pub_title
{
	font-size: 1.08em;
	font-weight: bold;
	line-height: 1.42;
	margin: 0 0 0.4em 0;
}
.pub_title a
{
	color: #223344;
	font-weight: bold;
	font-size: 1em;
}
.pub_title a:hover
{
	color: #b7202f;
	text-decoration: underline;
}
.pub_authors
{
	/*color: #6b7885;*/
	font-size: 0.9em;
	line-height: 1.55;
	margin: 0 0 0.4em 0;
}
.pub_journal
{
	/*color: #1582c2;*/
	font-size: 0.93em;
	font-weight: bold;
	margin: 0 0 0.75em 0;
}

/* --- identifier pills ------------------------------------------------ */
.pub_ids
{
	margin: 0 0 0.85em 0;
}
.pub_id
{
	display: inline-block;
	border: 1px solid #dbe3ea;
	border-radius: 1.2em;
	background: #ffffff;
	color: #1582c2;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.2em 0.85em;
	margin: 0 0.35em 0.35em 0;
	white-space: nowrap;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
a.pub_id:hover
{
	background: #1582c2;
	border-color: #1582c2;
	color: #ffffff;
}
.pub_id_muted
{
	background: #f4f6f8;
	border-style: dashed;
	color: #95a1ad;
}

/* --- note & data sharing --------------------------------------------- */
.pub_note
{
	border-left: 3px solid #faa635;
	/*background: #f7f9fb;*/
	background:#fffcf6;
	color: #3d4a57;
	font-size: 0.93em;
	line-height: 1.55;
	padding: 0.6em 0.95em;
	margin: 0 0 0.95em 0;
	border-radius: 0 0.3em 0.3em 0;
}
.pub_data
{
	border-top: 1px dashed #e2e7ec;
	padding-top: 0.75em;
}
.pub_data_title
{
	color: #8a95a1;
	font-size: 0.78em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
}
.pub_data_list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.pub_data_list li
{
	position: relative;
	color: #4a5560;
	font-size: 0.88em;
	line-height: 1.55;
	padding: 0 0 0 1em;
	margin: 0 0 0.45em 0;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.pub_data_list li:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 0.35em;
	height: 0.35em;
	border-radius: 50%;
	background: #c3ced8;
}
.pub_data_list a
{
	color: #1582c2;
	font-weight: normal;
	overflow-wrap: break-word;
	word-break: break-word;
}
.pub_data_list a:hover
{
	color: #b7202f;
	text-decoration: underline;
}

/* --- accessibility --------------------------------------------------- */
.pub_wrap a:focus-visible
{
	outline: 2px solid #1582c2;
	outline-offset: 2px;
	border-radius: 0.2em;
}
@media (prefers-reduced-motion: reduce)
{
	.pub_card, .pub_id
	{
		transition: none;
	}
	.pub_card:hover
	{
		transform: none;
	}
}

/* --- small screens: year becomes a badge above the card -------------- */
@media only screen and (max-width: 800px)
{
	.cp_infobox_content_box_title
	{
		font-size: 1.4em;
	}
	.pub_timeline:before
	{
		display: none;
	}
	.pub_item
	{
		padding: 0 0 1.2em 0;
	}
	.pub_item:before
	{
		display: none;
	}
	.pub_year
	{
		position: static;
		display: block;
		width: auto;
		text-align: left;
		font-size: 0.95em;
		color: #8a95a1;
		margin: 0 0 0.35em 0;
	}
	.pub_card
	{
		padding: 0.95em 1em;
	}
	.pub_title
	{
		font-size: 1.02em;
	}
}
