html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}
* {
    box-sizing: border-box;
}
[class*="Col-"] {
    float:left;
    padding:2%;
    margin:0;
 }
.Row {
	padding:0;
	margin:0 0 1.0em 0;
}
.Row::after {
    content: "";
    clear: both;
    display: block;
}
.SectionOuter {
	position: relative;
	border-top: 2px solid #197451;
	border-bottom: 2px solid #197451;
	background-color: #67A37D;
}
.SectionInner {
	position: relative;
	width:100%;
	max-width:1000px;
	margin:0 auto 0 auto;
	padding:0;
}
#Wrapper {
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
header {
	flex-shrink: 0;
}

/* Banner layout */

#Logo {
	width:35%;
	max-width:330px;
	height:auto;
	margin:10px 10px 10px 0;
	float:left;
}
#BannerText {
	float:left;
	margin:0;
	padding:0;
	position:relative;
}
h2 {
	font-weight: bold;
	/* color: #C10302; */
	color:#FFFFFF;
	text-shadow: 4px 4px 2px #000000;
}
#BannerLogin {
	position:absolute;
	top:20px;
	right:20px;
	width:300px;
}
#BannerLogin p {
	text-align:right;
	color:#FFFFFF;
	font-size:1.2em;
}
#BannerLogin a {
	color:#FFFFFF;
	text-decoration:none;
}
#BannerLogin iframe {
	width:1px;
	height:1px;
	display:none;
}

/* End of banner */

/* Main Navigation Bar */

 /* Full width banner container */
#NavBarOuter {
	padding: 0;
	margin: 0 0 10px 0;
	width:100%;
	position:relative;
	display:block;
	border-top: 1px ridge #3B3B3B;
	border-bottom: 1px ridge #3B3B3B;
	background-color: #D6D6D6;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
}

/* Navigation bar area */

#NavBarInner {
	margin:0 auto 0 auto;
	padding:0 1% 0 1%;
	width:98%;
	max-width:1000px;
	z-index:1000;
}
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
nav ul li {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding:0;
	cursor: pointer;
	position:relative;
}
nav ul li a {
	text-decoration: none;
	color: #7A0101; /* Text colour */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 10px 2px 10px 2px; /* Size of buttons */
}
nav ul li a:hover {
	color: #000000;
	text-decoration:underline;
}
nav span {
	color:#8F1719; /* Highlight - eg. sale - manu items */
}

/* Dropdown box */
nav ul li ul {
	padding: 10px;
	margin:0;
	background-color: #D6D6D6;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	position: absolute;
	top: -1000px;
	left: 0px;
	width: 230px; /*Width od dropdown box */
	border:1px solid #000000; /* Border round dropdown */
	border-top:none;
	opacity: 0;
	-webkit-transiton: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index:1000;
}
nav ul li:hover ul {
	opacity: 1;
	top: 36px;
}
nav ul li ul li { 
	display: block; 
	color: #000000;
	padding:0;
	margin:5px 0 5px 0;
	width:100%;
	/*border:1px solid #FCACC7; /* Border round dropdown buttons */
}
nav ul li ul li:hover {
	color: #DC7136;
}
nav ul li ul li a {
	padding:2px 0 2px 5px;
}
#MobileMenuButton {
	display:none;
	padding: 10px 2px 10px 2px;
}

/* End of main navigation bar */

#Layout {
	position: relative;
	width: 100%;
	max-width:1000px;
	padding: 15px;
	margin: 0 auto 0 auto;
	flex-shrink: 0;
	flex-grow: 1;
	background-color: #FFFFFF;
	border: 1px solid #67A37D
}
p {
	font-size:1em;
	padding: 0px;
	margin: 0 0 10px 0;
}
.SmallText {
	font-size:0.9em !important;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #67A37D;
}
h1 {
	font-size: 1.3em;
	padding: 0 0 15px 0;
	margin: 0px;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0px;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0px;
}
.CenterText {
	text-align:center;
}
.Quote {
	font-style: italic;
}
footer {
	flex-shrink: 0;
}
.FooterSection {
	padding:20px;
	width:100%;
}
footer p {
	font-size: 1.1em;
	text-align: center;
	color:#FFFFFF;
	font-weight:bold;
}
footer a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold
}
footer a:hover {
	color:#000000;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: circle;
}
ol {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: lower-roman;
}
li {
	margin: 0px 0px 10px;
}
.NoUnderline {
	text-decoration: none;
}

.ClearFloat {
	clear: both;
}
img {
	border:none;
}
.DisplayPanel {
	width: 100%;
	padding: 5%;
	background-color: #A1C8AF;
	-webkit-box-shadow: 10px 10px 5px #C0C0C0;
	box-shadow: 10px 10px 5px #C0C0C0;
}
.FlexPanel {
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#LoginPanel {
	background-color: #D6D6D6;
	background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	margin: 50px auto 20px;
	padding: 20px;
	width: 360px;
	border: 1px solid #67A37D;
}
.RoundCorners {
	border-radius: 25px;
}
.Border {
	border: 1px solid #67A37D;
	padding: 15px;
}
#NameHeader {
	background-color:#67A37D;
	padding:5px;
	margin:0 0 15px 0;
}
#NameHeader h3 {
	padding:0;
	color:#FFFFFF;
}
.Picture {
	width:100%;
	height:auto;
	margin: 0 0 20px 0;
}
.PDFLogo {
	float:right;
	margin:0 0 15px 15px;
	width:48px;
	height:48px;
}

/* HomePagePicture is used in the TinyMCE edited area of the Home page */
.HomePagePicture {
	width:40%;
	height:auto;
	margin: 0 0 20px 20px;
	float:right;
}
#Layout iframe {
	width:100%;
	border:1px solid #000000;
}

/* Forms and buttons */

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-radius: 15px;
	box-shadow: 0px 3px 3px #999;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	display: block;
	color:#FFFFFF;
	background-color: #67A37D;
}
.Button1:hover {
	color: #3B3B3B;
}
.MedalSectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px 4px 8px;
	margin: 0 0 5px 0;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	border: none;
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #67A37D;
	background-image: url(../images/dropdown-arow.png);
	background-position: right;
	background-repeat: no-repeat;
}
.FormTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	width:90%;
	padding:5px;
}
.FormDropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding:5px;
}
/* Message Popup */

#MessagePopup {
	opacity:0;
	position: fixed;
	top:-1000px;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	overflow: hidden;
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
	z-index:2000;
	padding:20px;
	cursor: default;
	width:90%;
	max-width:400px;
	background-color: #1C888B;
	border:4px solid #67A37D;
	
}
#MessagePopup p {
	text-align:center;
	margin-top:15px;
	color:#FFFFFF;
}
.ClosePopup {
	position:absolute;
	top:5px;
	right:5px;
	font-size:20px;
	color:#FFFFFF;
	cursor:pointer;
}

/* Details sliding frame  */

#DetailsContainer {
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%);
	height: 0%;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: height 2s; /* For Safari 3.1 to 6.0 */
	transition: height 2s;
	border: 3px solid #67A37D;
	background-color:#FFFFFF;
	box-shadow: 30px 30px 20px #616161;	
	z-index: 11000;
}
.CloseDisplayButton {
	position:absolute;
	right:10px;
	bottom:5px;
}
.CloseDisplayButton p {
	font-size:1.2em;
	font-weight:bold;
}
#DetailsContainer iframe {
	width:92%;
	height:85%;
	margin:4%;
	border:none;
	position:absolute;
	top:0;
	left:0;
}
#BackgroundGreyOut {
	display:none;
	background: rgba(0, 0, 0, 0.4);
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1999;
}
hr {
	margin: 10px 0 10px 0;
	color: #7A0101;
	background-color:#7A0101;
}
.ResearchMedalOuter {
	position:relative;
	margin:0 0 20px 0;
}
.ResearchMedalTitle {
	padding:5px;
	margin:0 0 10px 0;
	border-bottom:1px solid #67A37D;
	display:block;
}
.ResearchMedalTitle p {
	text-align:center;
}
.ResearchMedalImage {
	width:100%;
	max-width:250px;
	height:auto;
	margin:0 auto 20px auto;
	display:block;
}

/* Mobile */

@media only screen and (max-width: 768px){

	.Col-m-1 {width: 8.33%;}
	.Col-m-2 {width: 16.66%;}
	.Col-m-3 {width: 25%;}
	.Col-m-4 {width: 33.33%;}
	.Col-m-5 {width: 41.66%;}
	.Col-m-6 {width: 50%;}
	.Col-m-7 {width: 58.33%;}
	.Col-m-8 {width: 66.66%;}
	.Col-m-9 {width: 75%;}
	.Col-m-10 {width: 83.33%;}
	.Col-m-11 {width: 91.66%;}
	.Col-m-12 {width: 100%;}

	.M-none {
		display:none;
	}
	#Logo {
		max-width:250px;
	}
	#BannerText {
		width:60%;
		max-width:800px;
	}
	h2 {
		font-size: 1.4em;
		margin:30px 0 0 0;
	}
	.MobileClear {
		clear:both;
	}
	/* MAIN MENU BAR */

	#NavBarOuter {
		height:35px;
	}
	#NavBarInner {
		position:absolute;
		margin:0;
		padding:0 0 0 0;
		height:35px;
		width:95%;
		overflow:hidden;
		-webkit-transiton: height 1s;
		-moz-transition: height 1s;
		-ms-transition: height 1s;
		-o-transition: height 1s;
		transition: height 1s;
		background-color: #D6D6D6;
		background-image: -webkit-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
		background-image: -moz-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
		background-image: -o-linear-gradient(270deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
		background-image: linear-gradient(180deg,rgba(252,252,252,1.00) 0%,rgba(214,214,214,1.00) 100%);
	}
	nav ul {
		display:block;
	}
	#NavBarInner:hover {
		height: 400px;
		overflow-y:auto;
	}
	nav ul li a {
		margin:0 0 10px 0px;
		padding:0 0 0 5%;
		width:95%;
		font-size: 15px;
		font-weight:bold;
	}
	nav ul li ul {
		display:none; /* Hide dropdowns */
	}
	#MobileMenuButton {
		display:block;
	}
	.MenuIcon {
		float:left;
		margin:0 20px 0 0;
		padding:0;
	}
	.MenuIconBar {
 		width: 35px;
 		height: 4px;
 		background-color: black;
 		margin:0 0 5px 0;
		padding:0;
	}

	/* END OF MAIN MENU BAR */

	footer p {
		font-size: 1.0em;
	}
	#DetailsContainer {
		width: 100%;
	}
	.VerticalDivider {
		border:none;
	}
	.ResearchMedalOuter {
		width:94%;
	}
}


/* Tablet */
@media only screen and (min-width: 769px) and (max-width: 990px){

	.Col-t-1 {width: 8.33%;}
	.Col-t-2 {width: 16.66%;}
	.Col-t-3 {width: 25%;}
	.Col-t-4 {width: 33.33%;}
	.Col-t-5 {width: 41.66%;}
	.Col-t-6 {width: 50%;}
	.Col-t-7 {width: 58.33%;}
	.Col-t-8 {width: 66.66%;}
	.Col-t-9 {width: 75%;}
	.Col-t-10 {width: 83.33%;}
	.Col-t-11 {width: 91.66%;}
	.Col-t-12 {width: 100%;}

	.T-none {
		display:none;
	}
	#Logo {
		max-width:230px;
	}
	h2 {
		font-size: 1.7em;
		margin:100px 0 0 0;
	}

	/* MAIN MENU BAR */

	#WelcomeButton {
		display:none; /* do not show the home page button on mobiles */
	}
	/* END OF MAIN MENU BAR */

	#DetailsContainer {
		width: 80%;
	}
	.MinHeight {
		min-height:140px;
	}
	.VerticalDivider {
		border-left: 1px solid #67A37D
	}
	.ResearchMedalOuter {
		width:31%;
	}
	.ResearchMedalTitle {
		min-height:140px;
	}
}

/* Desktop */
@media only screen and (min-width: 991px){

	.Col-d-1 {width: 8.33%;}
	.Col-d-2 {width: 16.66%;}
	.Col-d-3 {width: 25%;}
	.Col-d-4 {width: 33.33%;}
	.Col-d-5 {width: 41.66%;}
	.Col-d-6 {width: 50%;}
	.Col-d-7 {width: 58.33%;}
	.Col-d-8 {width: 66.66%;}
	.Col-d-9 {width: 75%;}
	.Col-d-10 {width: 83.33%;}
	.Col-d-11 {width: 91.66%;}
	.Col-d-12 {width: 100%;}
   
	.D-none {
		display:none;
	}
	#Logo {
		max-width:330px;
	}
	h2 {
		font-size: 2.2em;
		margin:140px 0 0 20px;
	}
	#DetailsContainer {
		width: 50%;
	}
	.MinHeight {
		min-height:140px;
	}
	.VerticalDivider {
		border-left: 1px solid #67A37D;
	}
	.ResearchMedalOuter {
		width:23%;
	}
	.ResearchMedalTitle {
		min-height:70px;
	}
}
