/** NORMALIZING */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');

html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
img
{
	border: 0;
}
html, body
{
	height: 100%;
}
body
{
	background: #ffffff none repeat scroll 0 0;
	/*overflow-y: scroll;*/
	font-family: "Montserrat",Helvetica,Arial,Lucida,sans-serif;
	line-height: 20px;/*24px*/
	min-width: 320px;
	margin: 0;
	color: #333333;
	font-weight: 500;
}
img
{
	border: 0;
}
h1, .h1,
h2, .h2,
h3, .h3
{
	margin: 20px 0 10px 0;
	line-height: 1.1;
	font-weight: 500;
}
h1, .h1
{
	font-size: 36px;
}
h2, .h2
{
	font-size: 30px;
}
h3, .h3
{
	font-size: 24px;
}
table
{
	margin: 0;
	padding: 0;
}
p, ul, ol
{
	margin: 0 0 10px 0;
	padding: 0;
}
ul, ol
{
	margin-left: 16px;
	padding-bottom: 16px;
}
a
{
	text-decoration: none;
	color: #000000;
}
a:hover,
a:focus
{
	text-decoration: underline;
}
b, strong
{
	font-weight: 700;
}

.table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px 0;
	width: 100%;
}
.table th
{
	border: 1px solid #dddddd;
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	text-align: left;
}
.table th,
.table td
{
	padding: 4px 10px 4px 10px;
	vertical-align: top;
	line-height: 21px;
}
.table td
{
	border: 1px solid #dddddd;
}

/* ==========================================================================
   Layout structure
   ========================================================================== */

.layout__header
{
	height: 393px;
	background-image: url(https://meetings.copernicus.org/rshs18/template_rshs18_image_moodboard_1024x393.jpg);
	background-repeat: no-repeat;
	width: 100%;
	min-width: 797px;
	max-width: 1024px;
	/*margin: 67px auto 0 auto;*/
	margin: 79px auto 0 auto;
}

.layout__top-navigation-wrapper
{
	position: fixed;
	top: 0;
	width: 100%;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,.1) !important;
	background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0;
}
.layout__top-navigation > ul
{
	padding: 0;
	margin: 0;
}
.layout__top-navigation > ul > li
{
	font-size: 12px;
    line-height: 20px;
	list-style: outside none none;
	display: inline-block;
	font-weight: 600;
}
.layout__top-navigation > ul > li:hover
{
    background: #F3F3F3 none repeat scroll 0 0;
	background-color: #F3F3F3;
	transition: all .4s ease-in-out;
}
.layout__top-navigation > ul > li a
{
	display: block;
	padding: 15px 15px 24px;
}
.layout__top-navigation > ul > li a:hover
{
	text-decoration: none;
}
.layout__body
{
	min-height: 600px;
	margin-top: 20px;
}
.layout__body-grid
{
	display: table;
	padding-bottom: 40px;
}
.layout__sidebar-left,
.layout__content
{
	display: table-cell;
	vertical-align: top;
}
.layout__sidebar-left
{
	width: 190px;
}
.layout__content
{
	padding-left: 1em;
	width: 900px;
}
.container
{
	width: 100%;
	min-width: 797px;
	max-width: 1024px;
	margin: 0 auto;
}

/** NAVIGATION */
.nav-container
{
	margin-bottom: 1rem;
}
.nav-container ul
{
	list-style-type: none;
	font-size: 16px;
}
.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: initial;
	padding: 5px 0 5px 10px;
	border: 1px solid #333333;
	font-size: 14px;
}
.nav__link--level1:hover,
.nav__link--level1:focus
{
	text-decoration: none;
	background: #F3F3F3 none repeat scroll 0 0;
	background-color: #F3F3F3;
	transition: all .4s ease-in-out;
}
.nav__item--level1.co_function_get_navigation_is_open .nav__link--level1
{
	text-decoration: none;
	background-color: #F3F3F3;
	color: initial;
}
.nav__level2
{
	padding: 0;
	margin: 0;
}
.nav__item--level2
{
	margin: 0;
	padding: 5px 5px 5px 15px;
	background-color: #f9f9f9;
}
.nav__item--level2:hover
{
	background-color: #F3F3F3;
}
.nav__link--level2
{
	font-size: 12px;
	color: initial;
	display: block;
}
.nav__link--level2:hover,
.nav__link--level2:focus,
.nav__link--level2.active_menuitem
{
	color: initial;
	text-decoration: underline;
}
.nav__link--level2.active_menuitem
{
	font-weight: 600;
	text-decoration: none;
}
.layout__sidebar--logos img
{
	display: block;
	margin: 0 auto;
}

/*Fast entry buttons*/
.co_mto_fastEntry .icon-sign-in
{
	color: #626d73;
	margin-right: 3px;
}
.co_mto_fastEntry a
{
	background-color: #E0E0E0;
	display: block;
	margin-left: 0;
	padding: 4px 0 4px 4px;
	text-decoration :none;
	border:1px solid #C3C3C3;
	font-weight: bold;
}

/* ==========================================================================
   Layout footer-special
   ========================================================================== */
.layout__footer
{
	padding-top: 80px;
	padding-bottom: 40px;
	background: #FF0D15 none repeat scroll 0 0;
	background-color: #FF0D15;
}
.footer-widget
{
	margin: 0 auto;
	width: 500px;
	text-align: center;
}
.footer-widget h3,
.footer-widget strong
{
	color: #FFFFFF;
}
.footer-widget strong a
{
	color: #000000;
}

/* ==========================================================================
   CO App Adjustments
   ========================================================================== */

#co_auth_check_authiframecontainer
{
	margin-bottom: 1em;
}

.layout__login .co_administrator_menu_userinfo
{
	width: initial;
}