@import url('https://cdn.copernicus.org/fonts/robotoCondensed/16/font_roboto_condensed.css');

/** NORMALIZING */
html
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.8;
}
*, *:before, *:after
{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/* Removes dotted line when focus */
:focus
{
	outline-color: transparent;
  	outline-style: none;
}
/* 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;
	font-size: 12px;
}
/*
#co_mto_globalContentContainer h1,
#co_mto_globalContentContainer .h1
{
	font-size: 24px;
	line-height: 1.233;
}
#co_mto_globalContentContainer h2,
#co_mto_globalContentContainer .h2
{
	font-size: 18px;
	line-height: 1.389;
}
#co_mto_globalContentContainer h3,
#co_mto_globalContentContainer .h3
{
	font-size: 14px;
	line-height: 1.389;
}
*/
.clearfix
{
	clear:both;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
html, body
{
	height: 100%;
}
body
{
	background-color: #fff;
	margin: 0;
}
body,
button,
input,
select,
textarea
{
	color: #333;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	word-wrap: break-word;
}
img
{
	border: 0;
	height: auto;/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
	vertical-align: top;
}
h1, .h1,
h2, .h2,
h3, .h3
{
	color: #333;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0;
}
h1, .h1
{
	font-size: 24px;
	line-height: 1.233;
}
h2, .h2 /*h6*/
{
	font-size: 18px;
	line-height: 1.389;
}
h3, .h3 /*custom*/
{
	font-size: 14px;
	line-height: 1.389;
}
table, p, ul, ol
{
	margin: 0 0 20px 0;
	padding: 0;
}
ul, ol
{
	margin-left: 30px;
}
ul li a,
ol li a
{
	color: #545454;
}
ul li a:hover,
ol li a:hover
{
	color: #009eed;
}
b, strong
{
	font-weight: 700;
}
p
{
	padding: 0;
}
a
{
	color: #009eed;
    text-decoration: none;
}

a:active,
a:focus,
a:hover
{
    text-decoration: none;
}
table.fixed
{
	table-layout: fixed;
}
.table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table th
{
	color: #ffffff;
	background-color: #009eed;
	font-weight: bold;
}
.table th,
.table td
{
	padding: 3px;
	vertical-align: top;
	border: 1px solid #eaeaeb;
}
/* ==========================================================================
   Layout structure
   ========================================================================== */

.layout__header
{
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.layout__header .moodboard img
{
	width: 100%!important;
	height: auto!important;
}
.layout__meeting-branding
{
	float: left;
	padding: 10px 0;
}
.layout__meeting-info
{
	font-size: 14px;
	clear: both;
	color: #333;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.727;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.layout__top-navigation
{
	float: right;
}
.layout__top-navigation ul
{
	margin: 0;
}
.layout__top-navigation > ul > li
{
	display: inline-block;
}
.layout__top-navigation > ul > li a
{
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 6.833333333333333;
	padding: 0 12px;
	text-align: left;
	text-transform: uppercase;
}
.layout__top-navigation > ul > li a:hover
{
	color: #009eed;
}
.container,
.layout__page-container
{
	max-width: 1170px;/*1024px*/
	margin: 0 auto;
	background-color: #ffffff;
}



.layout__body
{
	min-height: 780px;
	margin: 0;
	position: relative;
	padding: 50px 0 30px 0;
}
.layout__body:after
{
	content: "";
	display: table;
	clear: both;
}
.layout__sidebar
{
    float: right;
    height: 100%;
    width: 220px;
}
.layout__content
{
	vertical-align: top;
	background-color: #ffffff;
	float: left;
	width: 800px;
}
.layout__footer
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.layout__footer-logos
{
	padding: 50px 0 10px 0;
}
.layout__footer-logo
{
	position: relative;
	width: 300px;
	height: 154px;
	padding: 0 15px;
	float: left;
	margin-bottom: 30px;
}
.layout__footer-logo img
{
	max-width: 100%;
	height: auto;
	/*
	width: 250px;
	height: 154px;
	*/
}
.layout__footer-copyright
{
	background-color: #f8f8f8;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #848484;
	font-size: 13px;
	line-height: 1.615;
	padding: 35px 0 15px;
	text-align: center;
}
.layout__footer-copyright a
{
	color: #999;
}
.layout__footer-copyright a:hover
{
	color: #009eed;
}
/** NAVIGATION */
.nav-container
{
	margin-bottom: 1rem;
}
.nav-container ul
{
	list-style-type: none;
	font-size: 13px;
}
.nav__level1
{
	padding: 0;
	margin: 0;
}
.nav__link--level1,
.nav__item--level1
{
	display: block;
}
.nav__item--level1
{
	background-clip: content-box;
	background-color: #0d1d31;
	border: 1px solid #0d1d31;
	color: #fff;
	line-height: 2.125;
	padding: 1px;

	margin-bottom: 3px;
}
.nav__link--level1
{
	text-decoration: none;
	color: #ffffff;
	padding: 5px 0 5px 10px;
}
.nav__link--level1:hover,
.nav__link--level1:focus
{
	color: #ffffff;
	text-decoration: underline !important;
}
.nav__item--level1.co_function_get_navigation_is_open .nav__link--level1
{
	text-decoration: none;
	color: #ffffff;
}
.nav__level2
{
	padding: 0;
	margin: 0;
}
.nav__item--level2
{
	margin: 0;
	padding: 5px 5px 5px 15px;
	background-color: #ffffff; /*E5FDFF*/
}
.nav__link--level2
{
	
	display: block;
}
.nav__link--level2:hover,
.nav__link--level2:focus,
.nav__link--level2.active_menuitem
{
	color: #333;
	text-decoration: underline;
}
.nav__link--level2.active_menuitem
{
	font-weight: bold;
	text-decoration: none;
}
.layout__sidebar--logos img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ==========================================================================
   CO App Adjustments
   ========================================================================== */

#co_auth_check_authiframecontainer
{
	margin-bottom: 16px;
}
#co_auth_check_authiframecontainer .co_administrator_menu_userinfo
{
	width: auto;
}


/* Payment */
#trd_payment_selection input[type="radio"]
{
	vertical-align: middle!important;
}
.trd_payment_forms
{
	font-size: 15px;
}

table.co_mto_programme-session-block{
width:100%;
}