/** Normalising */
html {
    font-size:12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *: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;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    color:#666666;
    margin:0;
    background-color:#e8e4d9;
    background-image: url(https://meetings.copernicus.org/iahs2017/templae_iahs2017_pattern_background.jpg);
    background-repeat: repeat-x;
}
img {
    border:0;
}

a {
    color: #ff0000;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #8d0909;
    text-decoration: none;
}

p, ul, ol, table {
    margin-bottom:1rem;
}

h1,.h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    padding: 0;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight:bold;
    color: #6d1019;
}
h1, .h1 {
    font-size:24px;
}

h2, .h2
{
    font-size: 18px;
}

h3, .h3
{
    font-size:16px;
}

/** Layout */

.layout-max-width {
    margin:0 auto;
    width:100%;
    max-width:1051px;
}
.layout__header {
    height:308px;
}
.layout__header .meeting-logo {
    width: 234px;
    height:100%;
    display:inline-block;
    padding-top: 50px;
    text-align: center;
}
.layout__header .meeting-info {
    height:100%;
    display: inline-block;
}
.layout__header .meeting-info__title,
.layout__header .meeting-info__date-and-more {
    color:#DC1A18;
    font-size:26px;
}
.layout__body {
    background-image: url(https://meetings.copernicus.org/iahs2017/templae_iahs2017_pattern_content.png);
    background-repeat: repeat-y;
    min-height: 600px;
    background-position: -23px center;
}
.layout__sidebar,
.layout__content {
    display:inline-block;
    vertical-align: top;
    padding: 5px;
    background-color: #fff;
}
.layout__sidebar {
    width:234px;
}
.layout__sidebar .button--back-to {
    display:block;
    height:33px;
    font-size:16px;
    line-height: 33px;
    color:#fff;
    text-decoration: none;
    font-weight: bold;
    padding-left: 38px;
    background-image: url(https://meetings.copernicus.org/iahs2017/templae_iahs2017_back-to-iahs2017_button.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 15px;
}
.layout__sidebar .button--back-to:hover,
.layout__sidebar .button--back-to:focus {
    opacity: 0.6;
}
.layout__content {
    width: calc(100% - 234px - 10px);
    margin-left: 5px;
    padding-bottom:10px;
}
.layout__footer {
    background-color: #343740;
    background-image: url(https://meetings.copernicus.org/iahs2017/templae_iahs2017_pattern_footer.jpg);
    background-repeat: repeat-x;
    height:58px;
    padding-top:15px;
}
.layout__footer .copyright {
    color: #77797f;
}
.layout__footer .copyright,
.layout__footer .info-list {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
}

.layout__footer .info-list .info-list__item {
    color:#E0E0E0;
}
.layout__footer .info-list .info-list__item:hover,
.layout__footer .info-list .info-list__item:focus {
    color:#8d0909;
}

/** Navigation */

.nav-container ul {
    list-style-type: none;
}

.nav__level1 {
    padding:0;
    margin:0;
}
.nav__item--level1,
.nav__link--level1 {
    display: block;
}
.nav__link--level1 {
    background-color:#980000;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    padding:3px 10px 1px 10px;
    min-height:32px;
    line-height: 28px;
}
.nav__link--level1:hover,
.nav__link--level1:focus {
    background-color:#999999;
    color:#fff;
}
.nav__level2 {
    padding:0 0 0 1rem;
    margin:0;
}

.nav__item--level2,
.nav__link--level2 {
    display: block;
}

.nav__link--level2 {
    color:#000;
    padding:1px 4px;
    min-height:24px;
    line-height: 24px;
}

/*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
{
	background-color: #E0E0E0;
	display: block;
	margin-left: 0;
	padding: 4px 0 4px 4px;
	text-decoration :none;
	color: #626D73;
	border:1px solid #C3C3C3;
	font-weight: bold;
}
.co_mto_fastEntry a,
#m-fast-entry-buttons ul li a
{
	color: #8d0909;
}