@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/** NORMALIZING */
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
}
*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/* Reset back for MO */
#co_mto_globalContentContainer *,
#co_mto_globalContentContainer *:before,
#co_mto_globalContentContainer *:after
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img
{
	border: 0;
}
html, body
{
	height: 100%;
}
body
{
	margin: 0;
	/*background: #ececec;*/
	background-color: #ffffff;
	color: #303030;
	font-family: Arial, ​sans-serif;
	line-height: 18px;
}
/** LAYOUT */
.layout
{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #fff;
}
.layout__header
{
    height: 153px;
    margin-bottom: 8px;
    background-image: url(https://meetings.copernicus.org/ictms2017/template_ictms2017_moodboard_bg.png);
    background-repeat: no-repeat;
	/*margin-left: 8px;*/
	/*margin-right: 8px;*/
}
.layout__header .meeting-info
{
	font-family: "Source Sans Pro", ​Helvetica, ​sans-serif;
	font-size: 16px;
	text-align: center;
	float: right;
	width: 286px; /*270px;*/
}
.m-name,
.m-details,
.m-location
{
    color: #141412;
    display: block;
    margin: 0;
	margin-bottom: 1rem;
}
.m-name
{
	font-size: 18px;
	color: #8E5614;
	margin-top: 18px;
	line-height: 24px;
}
.m-details,
.m-location
{
	font-weight: bold;
}
.layout__top-navigation
{
	background-color: #9c6114;
	/*margin: 0 8px 16px 8px;*/
	margin: 0 0 16px 0;
	height: 43px;
	border-bottom: 5px solid #9c6114;
	border-top: 5px solid #9c6114;
}
.layout__top-navigation ul
{
	list-style: outside none none;
	margin: 0;
	clear: left;
	padding: 0;
}
.layout__top-navigation > ul > li
{
	float: left;
	position: relative;
	line-height: 20px;
	padding: 6px 0;
}
.layout__top-navigation > ul > li a
{
	border-color: #ffffff;
    color: #ffffff;
}
.layout__top-navigation a
{
	border-right: 1px solid #ebe5d8;
	color: #8e5614;
	font-family: Georgia,serif;
	font-size: 14px;
	padding: 0 11px;
	text-decoration: none;
}
.layout__top-navigation a:hover
{
	text-decoration: underline;
}
.layout__top-navigation .top-navigation-last-item a
{
	border-right: 0;
}
.layout__body
{
	display: table;
	width: 100%;
}
.layout__sidebar-left,
.layout__content
{
	display: table-cell;
	vertical-align: top;
}
.layout__content
{
	padding: 0 12px 5px 12px;
}
.layout__sidebar-left
{
	width: 210px;
}
.sidebar--section.copernicus-meetings-logo
{
	text-align: center;
}


/** NAVIGATION */
.nav-container
{
	margin-bottom: 1rem;
}
.nav-container ul
{
	list-style-type: none;
	font-size: 14px;
	font-family: Georgia,serif;
}
.nav__level1
{
	padding: 0;
	margin: 0;
}
.nav__link--level1,
.nav__item--level1
{
	display: block;
}
.nav__item--level1
{
	margin-bottom: 3px;
}
.nav__link--level1
{
	text-decoration: none;
	color: #fff;
	background-color: #9c6114;
	padding: 5px 0 5px 10px;
}
.nav__link--level1:hover,
.nav__link--level1:focus
{
	text-decoration: underline!important;
	color: #fff;
}
.nav__item--level1.co_function_get_navigation_is_open .nav__link--level1
{
	text-decoration: none;
	background-color: #f8f3ea;
	color: #8e5614;
}
.nav__level2
{
	padding: 0;
	margin: 0;
}
.nav__item--level2
{
	/*margin: 5px 5px 5px 13px;*/
	margin: 0;
	padding: 5px 5px 5px 30px;
	background-color: #f8f3ea;
}
.nav__link--level2
{
	text-decoration: underline;
	color: #8e5614;
}
.nav__link--level2:hover,
.nav__link--level2:focus,
.nav__link--level2.active_menuitem
{
	text-decoration: none;
	color: #303030;
}
.nav__link--level2.active_menuitem
{
	font-weight: bold}


/** BASIC TYPO */
p, ul, ol, table
{
	margin: 0;
}
p
{
	margin-bottom: 8px;
}
ul, ol
{
	padding-left: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}
ul
{
	list-style-type: circle;
}

h1, .h1,
h2, .h2,
h3, .h3
{
	font-family: Georgia, serif;
	font-weight: 400;
	color: #303030;
	margin: 0;
}
h1, .h1
{
	color: #8e5614;
	font-size: 3rem;
	line-height: 39px;
	margin-bottom: 10px;
}
h2, .h2
{
	font-size: 21px;
	line-height: 32px;
	margin-top: 16px;
	margin-bottom: 5px;
}
h3, .h3
{
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
	margin-bottom: 3px;
}


a
{
	color: #8e5614;
	text-decoration: underline;
}
a:focus,
a:hover
{
	color: #303030;
	text-decoration: none;
}
/*
a[target="_blank"]
{
	font-style: italic;
}
*/


.table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ebe5d8;
	margin-bottom: 20px;
}
.table th
{
	background-color: #9c6114;
	border: 1px solid #ebe5d8;
	color: #ffffff;
	padding: 4px;
	text-align: left;
	vertical-align: bottom;
}
.table th,
.table td
{
	padding: 4px;
	vertical-align: top;
	border: 1px solid #ebe5d8;
}

/*Fast entry buttons*/
.co_mto_fastEntry .icon-sign-in,
#m-fast-entry-buttons .icon-sign-in
{
	color: #626d73;
	margin-right: 3px;
}
.co_mto_fastEntry a,
#m-fast-entry-buttons ul li a
{
	background-color: #E0E0E0;
	display: block;
	margin-left: 0;
	padding: 4px 0 4px 4px;
	text-decoration :none;
	color: #8e5614;
	border:1px solid #C3C3C3;
	font-weight: bold;
}

#co_auth_check_authiframecontainer .co_administrator_menu_userinfo
{
	width: 100%;
	margin-bottom: 1em;
}
.co_administrator_menu_userinfo p
{
	padding: 0;
}