<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	transition: ease all 0.3s;
}

body {
	display: flex;
	flex-direction: column;
	font-family: 'arial';
	overflow-x:hidden;
}

p {
	font-size: 13px;
	color: #666;
}

h1 {
	color: red;
	margin-top: 100px;
	margin-bottom: 20px;
	font-size: 22px;
}

h3 {
	font-size: 16px;
}




.page-content ul li {
  color: #3c3c3c; 
  /* set color of list item text */
	flex-direction: row;
	list-style-image: url("img/Red Tick.png");
}


.nav {
	background-color: #fff;
    padding: 5px 9%;
	flex-direction: row;
	width: 100%;
	z-index: 30;
	-webkit-box-shadow: 0px 10px 33px -9px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 10px 33px -9px rgba(0,0,0,0.25);
	box-shadow: 0px 10px 33px -9px rgba(0,0,0,0.25);
	justify-content: space-between;
}

.nav-logo {
	width: 400px;
	height: auto;
	float: right;
}

.nav-item {
	
}

.nav-item a {
	color: #333;
	font-family: 'Arial', sans-serif;
}

.nav-item a:active, .nav-item a:hover,  .nav-item a:focus  {
	font-weight: bold;
	color: red;
}

.nav-list {
	display: flex;
	align-items: center;
}

.number-nav {
	margin-left: 50px;
}

.number-nav a {
    color: red;
}

.number-foot a {
	color: red;
}

.number-nav a:hover {
    text-decoration: none;
}

.header {
	width: 100%;
}

.main-body-container {
	width: 100%;
	float: right;
	background-image: url('img/background-main-body.png');
	background-size: 65%;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.page-content {
	margin-left: 10%;
	margin-top: 40px;
	width: 50%;
	min-height: 570px;
	padding-bottom: 70px;
}

.red {
	color: red;
}

.title-frontpage {
	margin: -15px 0px 20px -45px;
	width: 400px;
}

.header-image-or-flash {
    width: 665px;
    height: 200px;
    margin-bottom: 20px;
}

.header-original {
    float: right;
    margin: 50px;
}

.about-us-header {
	margin-top: 175px;
}

.news-header {
	margin-top: 150px;
}

.contact-us-header {
	margin-top: 135px;
}

.accreditations-nav {
    display: flex;
	flex-direction: row;
}

.box-img-top {
	position: absolute;
    top: 0;
    right: 40;
}

.fast-50 {
	width: 170px;
	height: 80px;
	margin: 30;
}

.rha {
	width: 130px;
	height: 130px;
	margin: 30;
}

.fixed-globe {
    width: 800px;
    height: 800px;
    position: absolute;
    right: -115px;
    bottom: -250px;
}

.contact-us-btn {
	background-color: red;
	color: white;
	padding: 15px 30px;
	margin-top: 50px;
	width: fit-content;
}

.contact-us-btn:hover {
	text-decoration: none;
}

footer {
	z-index: 100;
    width: 100%;
	background-color: white;
	-webkit-box-shadow: 0px -13px 65px -27px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px -13px 65px -27px rgba(0,0,0,0.21);
	box-shadow: 0px -13px 65px -27px rgba(0,0,0,0.21);
}

.footer-container {
    width: 100%;
    display: flex;
    padding: 0 10%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.second-nav {
	height: 50px;
	width: 100%;
	background-color: #3a525a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom-footer-text {
	text-align: center;
	font-size: 13px;
	color: white;
	margin: 0;
}</pre></body></html>