@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: #0B3148;
}


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

.main_colour {
	color: #E3491C;
}


h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #0B3148;
}

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: #0B3148;
	margin-bottom: 5px;
}



p, li {
  font-size: 0.8em;
	line-height: 1.3em;
	margin: 0 auto;
	color: #000;
	margin-bottom: 10px;
}




.hr{
	border-width: 1px;
	background-color: #E3491C;
	
}






a {    
    text-decoration: none;
	color: #E3491C;
}



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


	}


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

	}







.hyperlink_style {
	color: #E8740C;
}




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


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



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


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




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


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

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

textarea{
	width: 100%;
	font-size: 14px;
	line-height: 1.1em;
	color: #016892;
	background-color:#A7D3E9;
	border-radius: 10px;
	border: none;
	padding: 10px;
	
}

.text{
	width: 100%;
	font-size: 14px;
	line-height: 1.1em;
	color: #016892;
	background-color:#C5E7FC;
	border-radius: 10px;
	border: none;
	padding: 10px;
	
}

label, select{
	font-size: 14px;
	color: #0B3148;
	line-height: 1.1em;
	text-align: left;
}


.host_header {
	font-size: 14px;
	color: #0B3148;
	line-height: 1.1em;
	text-align: left;
	margin-bottom: 5px;
}

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


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

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

.table_content {
	
	color: #fff;
}

