@charset "utf-8";

@font-face {
  font-family: "Century Schoolbook";
  src: url(/asset/fonts/censcbk.ttf);
}

@font-face {
  font-family: "Eras Demi ITC";
  src: url(/asset/fonts/erasdemi.ttf);
}

@font-face {
  font-family: HelveticaNeue;
  src: url(/asset/fonts/HelveticaNeueHv.ttf);
}

@font-face {
  font-family: "Product Sans";
  src: url(/asset/fonts/ProductSansRegular.ttf);
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	background: #f6faf9;
	color: #263238;
	font-family: "Product Sans", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #006d78;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #004f58;
	text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(0, 124, 137, 0.35);
	outline-offset: 3px;
}

#header {
	width: 100%;
	clear: left;
	float: left;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid #b9ecea;
	z-index: 999;
	position: relative;
	box-shadow: 0 8px 24px rgba(24, 72, 78, 0.08);
}

#header_centre {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	min-height: 86px;
	padding: 10px 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

#header #header_logo {
	flex: 0 0 320px;
	max-width: 38vw;
}

#header #header_logo #header_logo_img {
	display: block;
	width: 100%;
}

#header #header_logo #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: -40px;
	margin-left: 20px;
	font-weight: bold;
}

#topmenu {
	list-style: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 2px;
	margin: 0;
	padding: 0;
	z-index: 6;
}

#topmenu a {
	position: relative;
	display: block;
	color: #263238;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.96rem;
	line-height: 1.2;
	padding: 12px 13px;
	border-radius: 6px;
}

#topmenu li {
	position: relative;
	margin: 0;
	padding: 0;
}

#topmenu li:hover > a,
#topmenu a:focus {
	background: #eef8f7;
	color: #005f69;
}

#topmenu ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	background: #fff;
	padding: 8px;
	border: 1px solid #d8e5e4;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(17, 64, 70, 0.16);
}

#topmenu ul li {
	float: none;
	width: 100%;
	border: 0;
}

#topmenu ul a {
	font-size: 0.9rem;
	line-height: 1.25;
	padding: 10px 12px;
	font-weight: 500;
}

#topmenu ul ul {
	top: 0;
	left: 100%;
}

#topmenu li:hover > ul,
#topmenu li:focus-within > ul {
	display: block;
}

#logo_small_box {
	width: 150px;
	margin-top: 6px;
	margin-left: 12px;
	clear: left;
	float: left;
}

#logo_small_box #logo_small_img {
	width: 100%;
	display: block;
}

.slicknav_menu {
	display: none;
	border-bottom: 1px solid #b9ecea;
	font-size: 1.15rem;
	line-height: 1;
	background: #fff;
	min-height: 70px;
}

.slicknav_btn {
	margin-top: 17px;
	border-radius: 6px;
	background-color: #007c89;
}

.slicknav_nav {
	clear: both;
	font-size: 1rem;
	padding: 8px 12px 16px;
}

.slicknav_nav a {
	border-radius: 6px;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus {
	background: #eef8f7;
	color: #005f69;
}

#middle {
	width: 100%;
	clear: left;
	float: left;
	background-color: #fff;
	vertical-align: top;
	z-index: 6;
}

#middle_centre {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}

#middle_centre h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1.25;
	margin-bottom: 32px;
	color: #123f46;
}

#middle_centre h2 {
	width: 100%;
	clear: left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35rem;
	line-height: 1.25;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #123f46;
}

#middle_centre,
#middle_centre p,
#middle_centre li,
#middle_centre td {
	font-family: "Product Sans", Arial, Helvetica, sans-serif;
	font-size: 1.05rem;
	line-height: 1.65;
}

#middle_centre p,
#middle_centre li {
	margin-top: 0;
	margin-bottom: 1.1em;
}

#footer {
	width: 100%;
	clear: left;
	float: left;
	padding: 42px 0 54px;
	background: #f3faf9;
	border-top: 1px solid #b9ecea;
}

#footer_centre {
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px;
	position: relative;
	padding: 0 24px;
}

#footer .linkgroup_container {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 28px;
	margin: 0;
}

#footer .linkgroup {
	font-family: "Product Sans", Arial, Helvetica, sans-serif;
	min-width: 0;
}

#footer .linkgroup .title {
	font-size: 1rem;
	font-weight: 700;
	color: #123f46;
	margin-bottom: 12px;
}

#footer .linkgroup ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer .linkgroup li {
	font-size: 0.92rem;
	line-height: 1.45;
	margin: 0 0 8px;
	padding: 0;
}

#footer .linkgroup a {
	color: #3a5559;
}

#footer .linkgroup a:hover,
#footer .linkgroup a:focus {
	color: #006d78;
}

#endfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin: 0;
	background-color: #10292d;
	padding: 12px 16px;
	border-top: 1px solid #2c565c;
	clear: left;
	float: left;
}

@media screen and (max-width: 899px) {
	#header {
		background-color: #fff;
		text-align: left;
		box-shadow: none;
	}

	#header_centre {
		display: block;
		min-height: 0;
		padding: 0;
	}

	#header_logo,
	#topmenu {
		display: none;
	}

	.slicknav_menu {
		display: block;
	}

	#footer {
		padding: 34px 0 40px;
	}

	#footer .linkgroup_container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media screen and (max-width: 540px) {
	#logo_small_box {
		width: 132px;
		margin-top: 10px;
	}

	.slicknav_btn {
		margin-top: 15px;
	}

	#footer_centre {
		padding: 0 18px;
	}

	#footer .linkgroup_container {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

@media screen and (min-width: 900px) {
	#header_logo,
	#img_ims_iso,
	#img_ims_25th {
		display: block;
	}

	#topmenu {
		display: flex;
	}
}
