@charset "UTF-8";
/* CSS Document */

body {    
    margin: 0 !important;
    padding: 0 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 25px;
	background-color: #1b1533;
}


h1 {
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}

.main_colour {
	color: #ee8424;
}


h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #1b1533;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 30px;
	text-align: center;
	color: #FFFFFF;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	color: #1b1533;
	margin-bottom: 5px;
}



p, li {
  font-size: 0.8em;
	line-height: 1.3em;
	margin: 0 auto;
	color: #1b1533;
	margin-bottom: 10px;
	text-align: left;
}

.contact {
	
	font-weight: bold;
	font-size: 0.9em;
	color: #ee8424;
	margin-bottom: 0px;
	margin-top: 20px;
	
}


.hr{
	
	color: #ee8424;
	
}


.speaker_name{
  font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	margin: 5px;
	color: #fff;
	text-align: center;
}

.speaker_job{
  font-size: 0.8em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 5px;
	color: #fff;
	text-align: center;
}

.speaker_organisation{
  font-size: 0.8em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 5px;
	color: #fff;
	text-align: center;
}

.speaker_biog{
  font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 5px;
	margin-bottom: 10px;
	color: #1b1533;
	text-align: left;
}







a {    
    text-decoration: none;
	text-align: center;
	color: #1b1533;
}



.container {
	width: 90%;
	margin: 0 auto;


	}


.content {
	width: 100%;
	margin: 0px;
	overflow: hidden;

	}







.hyperlink_style {
	color: #ee8424;
}




.subead {
	display: inline;
	margin: 0px;
	background-color: #ee8424;
}


.nav {
	display: inline;
	margin: 0px;
}



.button {
	
	display: inline-block;
  vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	width: 20%;
	color: #fff;
	background-color: #1b1533;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	float:left;
}


.button:hover{
	
	color: #fff;
	background-color: #ee8424;
}




.reg_button {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	width: 30%;
	color: #016892;
	background-color: #fff;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}


.reg_button:hover{
	
	color: #fff;
	background-color: #ee8424;
}

img {
	margin: 0px;
	display: flex;
}

.textarea{
	width: 100%;
}

.host_header {
	font-size: 14px;
	color: #1b1533;
	line-height: 1.1em;
	text-align: left;
}

.sub_button {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
	width: 40%;
	color: #fff;
	background-color: #1b1533;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}


.sub_button:hover{
	
	color: #fff;
	background-color: #ee8424;
}

.table_header {
	
	color: #fff;
	font-weight: bold;
}


.form_header {
	
	color: #1b1533;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-size: 12px;
}

.form_header2 {
	
	color: #1b1533;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	font-size: 12px;

}

.table_content {
	
	color: #fff;
}

textarea {width: 100%; height: auto;}


.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



