
	/* Fonts */
	:root {
	  /* --default-font: "Montserrat";	   */
	  --default-font: "Montserrat",  system-ui, -apple-system, "Segoe UI", Montserrat, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	  --heading-font: "Montserrat",  sans-serif;
	  --nav-font: "Montserrat",  sans-serif;
	}

	/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
	:root { 
	  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
	  --header-color: rgba(110, 110, 110, 1); 
	  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
	  --heading-color: white; /* Color for headings, subheadings and title throughout the website */
	  --accent-color: #ffc451; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
	  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
	  --contrast-color: #312f2f; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
	  /* --border-color: orange; /* Display Bootstrap borders */  
	  --border-color: rgba(0,0,0,0); /* Hide Bootstrap borders */  
	}

	/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
	:root {
	  --nav-color: rgba(255, 255, 255, 0.905);  /* The default color of the main navmenu links */
	  --nav-color-dark: rgba(50, 50, 50, 0.905);  /* The default color of the main navmenu links */
	  --nav-hover-color: #ffc451; /* Applied to main navmenu links when they are hovered over or active */
	  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
	  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
	  --nav-dropdown-color: #212529; /* Used for navigation links of the dropdown items in the navigation menu. */
	  --nav-dropdown-hover-color: #ffc451; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
	}

	:root {
	  --desktop-size: 800px;  /* The default color of the main navmenu links */
	}

	/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

	.light-background {
	  --background-color: #f9f9f9;
	  --surface-color: #ffffff;
	}

	.dark-background {
	  --background-color: #000000;
	  --default-color: #ffffff;
	  --heading-color: #ffffff;
	  --surface-color: #252525;
	  --contrast-color: #2a2727;
	}

	/* Smooth scroll */
	:root {
	  scroll-behavior: smooth;
	}




	/*--------------------------------------------------------------
	# General Styling & Shared Classes
	--------------------------------------------------------------*/
	body {
	  color: var(--default-color);
	  background-color: var(--background-color);
	  font-family: var(--default-font);
	  
	}

	a {
	  color: var(--default-color);
	  font-weight: 510;
	  text-decoration: none;
	  transition: 0.3s;
	}


	a:hover {
	  color: color-mix(in srgb, var(--accent-color), transparent 5%);
	  text-decoration: none;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  font-family: var(--heading-font);
	}
	
	
	/* Logo & Hero Title */
	body h1 {	
	  margin: 0;
	  font-size: 35px;
	  font-weight: 7;
 	  letter-spacing: 4px;  
	  color: var(--heading-color);
	  /* color: var(--default-color); */
	  text-transform: uppercase; 
	  padding: 18px;
}


	/* Hero Title */
	body h2 {	
	  margin: 0;
	  font-size: 30px;
	  font-weight: 7;
 	  letter-spacing: 4px;  
	  /* color: var(--heading-color); */
	  /* color: var(--default-color); */
	  text-transform: uppercase; 
	  padding: 18px;
}

	/* Main Titles */
	body h3 {
	  margin: 0;
	  font-size: 25px;
	  font-weight: 7;
	  letter-spacing: 4px; 
	  text-transform: uppercase; 
  	  /* color: red; */
	}

	/* Sub Titles in Single.html*/
	body h4 {
	  font-size: 16px;
	  /* letter-spacing: 4px;  */
	  font-weight: 7;
	  /* text-transform: uppercase;  */
  	  /* color: red; */
	}

	/* Names of people in single.html*/
	body h5 {
	  font-size: 16px;
	  /* letter-spacing: 4px;  */
	  /* font-weight: 7; */
	  /* text-transform: uppercase;  */
  	  /* color: red; */
	}

	body h6 {
	  font-size: 20px;
	  /* letter-spacing: 4px;  */
	  font-weight: 7;
	  text-transform: uppercase; 
  	  /* color: red; */
	  padding: 45px 0 25px 0;
	}

	body p {
	font-family: var(--default-font);
	/* font-size: 16px;		 */
	  /* margin: 0; */
	}

	td {
	font-family: var(--default-font);
	font-size: 14px;		 
	/* padding: 100px 100px 100px 100px ; */
	  /* margin: 0; */
	}

	body a {
 	font-family: var(--default-font);
     text-decoration: none;
	  color: var(--default-color);
	}

	.markdown-list{
	font-family: var(--default-font);
	}




	@media (min-width: 993px) {
	body p{
		font-size:14px;	
		}
		
	.markdown-list{
		font-size:14px;	
		}
		
	}


	@media (max-width: 992px) {
	body th, td, p{
		font-size:13px;	}

	.markdown-list{
		font-size:13px;	
		}
	

	body h2 {	
	  font-size: 25px;
 	  letter-spacing: 3px;  
	  }
	  
    body h3 {
	  font-size: 20px;
	  /* padding: 0 0 100px 0; */
	}

    body h4 {
	  font-size: 16px;
	  /* padding: 0 0 100px 0; */
	}

    body h5 {
	  font-size: 14px;
	  /* padding: 0 0 100px 0; */
	}
	}


	@media (max-width: 768px) {
	body td, th,  p{
		font-size:12px;	}
		
	 .markdown-list{
	font-size:12px;	}
	
    body h4 {
	  font-size: 14px;
	  /* padding: 0 0 100px 0; */
	}

    body h5 {
	  font-size: 13px;
	  /* padding: 0 0 100px 0; */
	}

	}
	
	
		@media (max-width: 576px) {

	body p{
		font-size:12px;	}

    body h4 {
	  font-size: 12px;
	  /* padding: 0 0 100px 0; */
	}
	
	.footer .copyright a{
		font-size:11px;	}

	}


	p.thick {
		  font-weight: bold;
	}

	/*--------------------------------------------------------------
	# Global Header
	--------------------------------------------------------------*/
	.header {
	  background-color: var(--header-color);
	  padding: 10px 0;
	  transition: all 0.5s;
	  z-index: 997;
	  /* max-height: 100px; */
	  border: 1px solid  var(--border-color);  
	  min-height: 85px;   
	}

/* RH Logo */
	.header .RH_logo img {
		  padding: 0px 20px 0px 20px;
	  max-height: 46px;
	  margin-right: 8px;
	    border: 1px solid  var(--border-color);  
	}

/* Burger Logo */
	.navmenu-mobile .burger img {
		height: 30px;
	}

	/* Page Header
	------------------------------*/
 	.index-page .header {
	  --header-color: rgba(140, 140, 140, 1);
	}	  

	/* Page Header on Scroll
	------------------------------*/
    .index-page.scrolled .header {
	  --header-color: rgba(140, 140, 140, 0.4); 
	}




		@media (max-width: 576px) {

	/* RH Logo */
		.header .RH_logo img {
		  padding: 0px 0px 0px 20px;
		  max-height: 40px;
		  margin-right: 8px;
			border: 1px solid  var(--border-color);  
		}

	/* Logo */
	body h1 {	
	  font-size: 25px;
	  margin: 0;
	  font-weight: 70;
	  color: var(--heading-color);
      border: 1px solid  var(--border-color);  
}

	.navmenu-mobile .burger img {
		height: 20px;
	}

	
	}









	/*--------------------------------------------------------------
	# Navigation Menu
	--------------------------------------------------------------*/

		/* .navmenu .btn img { */
			/* height: 30px; */
		/* } */




	/* ######################################################################################### */
	/* Navmenu - Desktop */
	/* ######################################################################################### */
	
	@media (min-width: 993px) {
	  .navmenu {
		  /* --border-color: orange; */
		padding: 0px 120px 0px 0px;
	    border: 1px solid var(--border-color);  
		position: relative;
}
	  .navmenu-mobile   {
		display: none;
}
	  .navmenu .chevron {
		display: none;
}

	  .navmenu .muffin {
		display: none;
}


	  
	  .navmenu ul{
	    /* border: 1px solid red;   */
		margin: 0;
		padding: 0px;
		display: flex;
		list-style: none;
	  }

	  .navmenu ul .burger-item {
	    /* border: 1px solid orange;   */
	  }

	  .navmenu ul .main-list {
	    /* border: 1px solid orange;   */
		/* display:none; */
	  }


	  .navmenu li {
		  /* position: relative; */
	  }

/* Header top level list parameters */
	  .navmenu .main-list a,
	  .navmenu .main-list a:focus {
		text-decoration: none;
		color: var(--nav-color);
		padding: 18px 15px;
		font-family: var(--nav-font);
		font-weight: 400;
		display: flex;
		/* align-items: right; */
		/* justify-content: space-between; */
		white-space: nowrap;
		transition: 0.1s;
	  }

/* Header list hover colour */
	  .navmenu li:hover>a,
	  .navmenu .active,
	  .navmenu .active:focus {
		color: var(--nav-hover-color);
	  }

/* Defines the properties of the dropdown menu */
	  .navmenu .main-list ul {
		background: var(--nav-dropdown-background-color); 
		display: block;
		position: absolute;
		visibility: hidden; 
		top: 120%;
		opacity: 1;
		transition: 0.1s;
		border-radius: 0;
		z-index: 99;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	  }

	  .navmenu .dropdown ul li {
		min-width: 150px;
	  }

/* Dropdown menu text properties*/
	  .navmenu .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-dropdown-color);
	  }

/* Change color of active hover background in dropdown */
	  .navmenu .dropdown ul a:hover,
	  .navmenu .dropdown ul .active:hover,
	  .navmenu .dropdown ul li:hover>a {
	  background-color: var(--nav-dropdown-hover-color); 

	  }


/* Change color of active hover background in dropdown */
	  .navmenu .dropdown ul a:focus,
	  .navmenu .dropdown ul .active:focus,
	  .navmenu .dropdown ul li:focus>a {
	  		padding: 10px 20px;
	  }

/* Set dropdown to be visibe on hover */
	  .navmenu .dropdown:hover>ul {
		visibility: visible;
		display: block;
	  }



  }











	/* ####################################################################################################*/
	/* Navmenu - Mobile */
	/* ####################################################################################################*/

	.navmenu-mobile #burgerCheckbox {
		display: none;
	}


	@media (max-width: 992px) {

		/* Disable desktop menu  */
	  .navmenu   {
		display: none;
}

		/* Burger menu  */
	  .navmenu-mobile {
		  /* --border-color: orange; */
		padding: 0px 50px 0px 0px;
	    border: 1px solid var(--border-color);  
		position: relative;
}

	/* ################### Main List Items ################### */

/* Properties of outer list container*/
	  .navmenu-mobile .outer-list{
		list-style-type: none;
		position: absolute;
		padding: 0 30px 15px 30px;
		/* background-color: rgba(140, 140, 140, 0.5); */
		background-color: white;
		left: calc( 100% - 100vw);
		width: 110vw;
		top: 150%;
		box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.15);
	  }

/* Header top level list parameters */
	  .navmenu-mobile .main-list a,
	  .navmenu-mobile .main-list a:focus {
		text-decoration: none;
		color: var(--nav-color-dark);
		padding: 10px 15px 0px 15px;
		font-size: 16px;
		font-family: var(--nav-font);
		font-weight: 400;
		display: flex;
		outline: none;
	  }

/* Change color of active hover background in main list */
	  .navmenu-mobile  ul a:hover,
	  .navmenu-mobile  ul .active:hover,
	  .navmenu-mobile  ul li:hover>a {
	  /* background-color: var(--nav-dropdown-hover-color);  */
	  color: var(--nav-dropdown-hover-color); 
		}

		
	/* ################### Enable Dropdown on Click ################### */

/* Set dropdown to be visibe on click */
	  .navmenu-mobile .dropdown:focus>ul {
		visibility: visible;
		display: block;
	  }

		.navmenu-mobile .btn {
			display: block;
			border: 0px solid var(--header-color);
		}

		.navmenu-mobile #dropdownresearch, #dropdowneducation, #dropdownnews-events, #dropdownabout {
			display: none;
		}

		.navmenu-mobile 
		#dropdownresearch:not(:checked) ~ ul, 
		#dropdowneducation:not(:checked) ~ ul, 
		#dropdownnews-events:not(:checked) ~ ul, 
		#dropdownabout:not(:checked) ~ ul{
			display: none;
		}

		.navmenu-mobile #burgerCheckbox:not(:checked) ~ ul{
			display: none;
		}
		
		.navmenu-mobile #burgerCheckbox:not(:checked) + label{
					/* background: orange; */
		}

		.navmenu-mobile #burgerCheckbox:checked + label{
					background: var(--nav-hover-color);
		}


	/* ################### Dropdown Items ################### */

/* Defines the properties of the dropdown menu */
	  .navmenu-mobile .dropdown ul {
		list-style-type: none;
		/* background-color: grey; */
	  }

	/* Style of dropdown menu items*/
	  .navmenu-mobile .dropdown ul li {
	    /* border: 1px solid red;   */
		min-width: 150px;
	  }

/* Dropdown menu text properties*/
	  .navmenu-mobile .dropdown ul a {
		padding: 5px 0px 5px 30px;
		font-size: 15px;
		text-transform: none;
		color: var(--nav-color-dark);
	  }

/* Change color of active hover background in dropdown */
	  .navmenu-mobile .dropdown ul a:hover,
	  .navmenu-mobile .dropdown ul .active:hover,
	  .navmenu-mobile .dropdown ul li:hover>a {
	  /* background-color: var(--nav-dropdown-hover-color);  */
	  color: var(--nav-dropdown-hover-color); 
	  }


}


	@media (max-width: 576px) {

		/* Burger menu  */
	  .navmenu-mobile {
		  /* --border-color: orange; */
	    /* border: 1px solid var(--border-color);   */
		padding: 0px 10px 0px 0px;
}
	  .navmenu-mobile .outer-list{
		top: 182%;
	  }

	}









	/*--------------------------------------------------------------
	# Global Footer
	--------------------------------------------------------------*/
	.footer {
	  margin-top: 70px;
	  color: var(--default-color);
	  --background-color: rgba(180, 180, 180, 0.15); 
	  background-color: var(--background-color);
	  font-size: 14px;
	  position: relative;
	  /* border: 1px solid orange; */
	}


	
	.footer .footer-top {
	  padding: 50px 0;
	  background-color: color-mix(in srgb, var(--footer-background-color) 90%, white 10%);
	}

	.footer .name {
  	  padding: 0 0 10px 0;
	}
	.footer .footer-contact {
	  /* border: 1px solid orange;   */
	}

	.footer .logo h2 {
	  font-size: 22px;
	  font-family: var(--heading-font);
	  color: var(--default-color);
	  padding: 0 0 0 0px;
	}


	.footer .footer-address p {
	  margin-bottom: 0px;
  	  font-size: 12px;
	}

	.footer .footer-links {
	  font-size: 12px;
	  padding: 0 0 0 0px;
	}

	.footer .sub-list-item {
	  font-weight: normal;
	 }

	


	.footer .social-links a {
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	  background-color: color-mix(in srgb, var(--default-color) 5%, white 10%);
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 40px;
	  height: 40px;
	  border-radius: 4px;
	  font-size: 16px;
	  margin-right: 10px;
	  transition: 0.3s;
	}

	.footer .social-links a:hover {
	  color: var(--contrast-color);
	  background-color: var(--accent-color);
	}


	.footer .outer-list {
	  /* padding-top: 10px; */
	  padding: 0 0 0px 10px;
	  margin-bottom: 0px;
	}


	.footer .copyright {
	  padding: 0 0 20px 0;
	}



	.footer .main-list-item h5 {
	    padding: 9px 0 0 20px;
	  }

	  .footer ul{
		margin: 0;
		padding: 0 0 0 20px;
		list-style: none;
	  }

	  .footer .main-list-item{
		margin: 0;
		padding: 0px;
		list-style: none;
	  }



	@media (max-width: 991px) {
	
	/* @media screen and (orientation:landscape) {  */
	.footer .footer-links {
	  padding: 0 0 0 0px;
	}

	.footer .footer-links p {
	  margin-bottom: 0px;
	  text-align: center !important;
	  /* font-size: 10px;  */

	}



	  
	.footer .main-list-item h5 {
	    padding: 0 0 0 4px;
	  }

	 .footer ul{
		padding: 0 0 0 4px;
	  }
	
	}

	/*--------------------------------------------------------------
	# Preloader
	--------------------------------------------------------------*/
	#preloader {
	  position: fixed;
	  inset: 0;
	  z-index: 999999;
	  overflow: hidden;
	  background: #000;
	  transition: all 0.6s ease-out;
	}

	#preloader:before {
	  content: "";
	  position: fixed;
	  top: calc(50% - 30px);
	  left: calc(50% - 30px);
	  border: 6px solid #ffffff;
	  border-color: var(--accent-color) transparent var(--accent-color) transparent;
	  border-radius: 50%;
	  width: 60px;
	  height: 60px;
	  animation: animate-preloader 1.5s linear infinite;
	}

	@keyframes animate-preloader {
	  0% {
		transform: rotate(0deg);
	  }

	  100% {
		transform: rotate(360deg);
	  }
	}

	/*--------------------------------------------------------------
	# Scroll Top Button
	--------------------------------------------------------------*/
	.scroll-top {
	  position: fixed;
	  visibility: hidden;
	  opacity: 0;
	  right: 15px;
	  bottom: 15px;
	  z-index: 99999;
	  background-color: var(--accent-color);
	  width: 40px;
	  height: 40px;
	  border-radius: 4px;
	  transition: all 0.4s;
	}

	.scroll-top i {
	  font-size: 24px;
	  color: var(--contrast-color);
	  line-height: 0;
	}

	.scroll-top:hover {
	  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
	  color: var(--contrast-color);
	}

	.scroll-top.active {
	  visibility: visible;
	  opacity: 1;
	}

	/*--------------------------------------------------------------
	# Disable aos animation delay on mobile devices
	--------------------------------------------------------------*/
	@media screen and (max-width: 768px) {
	  [data-aos-delay] {
		transition-delay: 0 !important;
	  }
	}

	/*--------------------------------------------------------------
	# Global Page Titles & Breadcrumbs
	--------------------------------------------------------------*/
	.page-title {
	  color: var(--default-color);
	  background-color: var(--background-color);
	  position: relative;
	}

	.page-title .heading {
	  padding: 80px 0;
	  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	}

	/* .page-title .heading h1 { */
	  /* font-size: 38px; */
	  /* font-weight: 7; */
	/* } */

	.page-title nav {
	  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
	  padding: 20px 0;
	}

	.page-title nav ol {
	  display: flex;
	  flex-wrap: wrap;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  font-size: 16px;
	  font-weight: 400;
	}

	.page-title nav ol li+li {
	  padding-left: 10px;
	}

	.page-title nav ol li+li::before {
	  content: "/";
	  display: inline-block;
	  padding-right: 10px;
	  color: color-mix(in srgb, var(--default-color), transparent 70%);
	}

	/*--------------------------------------------------------------
	# Global Sections
	--------------------------------------------------------------*/
	/* section, */
	/* .section { */
	  /* color: var(--default-color); */
	  /* background-color: var(--background-color); */
	  /* padding: 0px 0;  */
	  /* scroll-margin-top: 80px; */
	  /* overflow: clip; */
	/* } */

	/* @media (max-width: 1199px) { */

	  /* section, */
	  /* .section { */
		/* scroll-margin-top: 580px; */
	  /* } */
	/* } */





	/*--------------------------------------------------------------
	# Hero Section
	--------------------------------------------------------------*/




	
	.hero img {
	transform: translate(0%, 0%);
	}			
}


	 @media (max-width: 1000px) { 
	.hero img {
	/* transform: translate(7%, 0%); */
	}
}
	
	/* Desktop */
	@media (min-width: 768px) {

	.hero {
	  margin: 53px 100px 0px 0px;
	  width: 100%;
	  position: relative;
	  /* background: rgba(255, 0, 255, 0.3); */
	  background: black;
	  min-height: 100vh;
	}	 
	


	.hero .text-column {
	/* position: relative; */
	/* margin: 0 -1000px 0 0; */
	transform: translate(20%, -10%);
	text-align: center;
	color: white;
	/* background-color: rgba(0, 255, 255, 0.5);  */
	/* padding: 55px; */
	max-width: 800px;
    z-index:1;
	/* outline: 2px solid var(--boootstrap-border-color); */
	}


	.hero img {
	 object-fit: cover;
	 max-height: 100vh;
	 height: 90vw;
	 width: auto;
    z-index:0;
	/* transform: translate(7%, 0%); */
	  /* border: 2px solid yellow; */
}

	/* @media (aspect-ratio: width/height)  */
	/* @media (min-aspect-ratio: 16/9) { */
	/* .hero { */
	  /* background: rgba(0, 255, 255, 0.3); */
	/* }	  */
	/* .hero img { */
	/* transform: translate(20%, 0%); */
/* }			 */
	/* } */


	.hero .image-container {
		position: absolute;
		top:5%;
			  background: red;

		/* display: inline-block; */
		/* justify-content: right; */
	    /* align-items: right; */
	    /* outline: 2px solid var(--boootstrap-border-color); */
	    /* border: 2px solid red; */
	}

	/* @media (aspect-ratio: width/height)  */
	
	
	@media (max-aspect-ratio: 12/9) {
	.hero {
	  /* background: rgba(255, 150, 255, 0.3);  */
	}
	
	.hero .text-column {
	transform: translate(10%, 0%);
    z-index:1;
	}
	
	.hero img {
	transform: translate(0%, 0%);
	}			
}
}

	/* @media (aspect-ratio: width/height)  */
	@media (max-aspect-ratio: 12/9) {
	.hero {
	  /* background: rgba(150, 0, 255, 0.3);  */
	}
	.hero .text-column {
	transform: translate(20%, 10%);
    z-index:1;
	}
	.hero img {
	 object-fit: cover;
	 margin: 10vh 0 0 0;
	 max-height: 80vh;
	  width: auto;
    z-index:0;
}	
}

	@media (max-width: 992px) {

	.hero .text-column {
	transform: translate(0%, 0%);
	text-align: center;
	max-width: 400px;
    z-index:1;
	/* background: rgba(255, 0, 255, 0.3); */
	}

	.hero .text {
	max-width: 600px;
	}
	
	.hero img {
	 object-fit: cover;
	 max-height: 100vh;
	 height: 90vw;
	 width: auto;
    z-index:0;
	transform: translate(0%, calc(37vh - 40vw));
}


	/* @media (aspect-ratio: width/height)  */
	@media (max-aspect-ratio: 12/9) {
	.hero {
	  /* background: rgba(0, 255, 255, 0.3);  /* turquoise*/ 
	}
	.hero .text-column {
	transform: translate(20%, 30px);
    z-index:1;
	}

	.hero img {
	 object-fit: cover;
	 margin: 10vh 0 0 0;
	 max-height: 80vh;
	  width: auto;
    z-index:0;
}	
	}


}

	@media (max-width: 768px) {

	.hero {
	  width: 100%;
	  position: relative;
	  /* background: rgba(255, 0, 255, 0.3); */
	  background: black;
	  min-height: 100vh;
	}	 
	


	.hero .text-column {
	transform: translate(0%, calc(-30px + 30vh - 50vw));
	text-align: center;
	max-width: 400px;
    z-index:1;
		color: white;

	/* background: rgba(255, 0, 255, 0.3); */
	}

	.hero .text {
	max-width: 600px;
	}
	
	.hero img {
	 object-fit: cover;
	 height: auto;
	  width: 100vw;
    z-index:0;
	transform: translate(0%, calc(30vh - 40vw));
}
}


	@media (max-width: 567px) {

	.hero .text-column {
	transform: translate(0%, calc(-30px + 30vh - 50vw));
	text-align: center;
	max-width: 400px;
    z-index:1;
	/* background: rgba(255, 0, 255, 0.3); */
	}

	.hero .text {
		padding: 0 40px 0 40px;
	max-width: 600px;
	}
	

}
}



	/* Desktop */
	@media (max-width: 92px) {
	/* @media (orientation:portrait) { 	 */

 	.hero {

	  background: rgba(255, 50, 255, 0.3);
	  /* background: black; */
	}	
	

	.hero .text-column {
	position: absolute;
	/* margin: 0 -1000px 0 0; */
	transform: translate(0%, 150%);
	text-align: center;
	color: white;
	/* background-color: rgba(0, 255, 255, 0.5);  */
	/* padding: 55px; */
	max-width: 500px;
    z-index:1;
	/* outline: 2px solid var(--boootstrap-border-color); */
	}

	.hero .text {
	max-width: 600px;
	}
	
	.hero img {
	 object-fit: cover;
	 height: auto;
	  width: 100%;
    z-index:0;
	transform: translate(0%, 10%);
	  /* border: 2px solid purple; */
}

	.hero .image-container {
		position: absolute;
		top:5%;
			  background: red;
	}
}



	@media (max-width: 1px) {

	@media screen and (orientation:landscape) { 	
	.hero {
	  width: 100%;
	  position: relative;
	  /* display: flex; */
	  /* align-items: right; */
	  /* justify-content: right; */
	  min-height: 100vh;
	  background: black;
	}

	.hero {
	  min-height: 100vh;
	  padding: 0px 0 0px 0;
	}	
	.hero .overlay-text {
	position: absolute;
	top: 47%;
	left: 10%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	/* background-color: rgba(0, 255, 255, 0.5);  */
	padding: 55px;
	max-width: 450px;
	border-radius: 5px;
	}
	
		
	.hero .image-container img {
	  width: 80%;
	  position: relative;
	  float: right; 
	}
	
	.hero .image-container {
		position: absolute;
	transform: translate(8%, -10%);
		/* left:25%; */
	/* position: absolute; */
	/* display: inline-block; */
	/* justify-content: right; */
	/* align-items: right; */
	/* outline: 2px solid var(--boootstrap-border-color); */
	  /* border: 2px solid purple; */
	}
}


	@media screen and (orientation:portrait) { 	

	.hero {
	  min-height: 100vh;
	 /* background: pink;  */
	} 
	
	.hero .overlay-text {
	/* border: 1px solid red; */
	position: relative;
	transform: translate(0%, -30%);
	text-align: center;
	color: white;
	padding: 50px 50px 50px 50px ;
	/* background-color: orange; /* Transparent background for text */ */
	/* outline: 2px solid var(--boootstrap-border-color); */
	}

	/* .hero .overlay-text h2{ */
	/* font-size: 55px; */
	/* } */
	/* .hero .overlay-text p{ */
	/* font-size: 25px; */
	/* } */
	
	.hero img {
	  width: 100%;
	  height: 100%;
	}
	
	.hero .image-container {
	left:0%;
	top: 0%;
	position: absolute;
	display: inline-block;
	/* justify-content: center; */
	/* outline: 2px solid var(--boootstrap-border-color); */
	/* outline: 5px solid purple; */
	padding:83px 0 0 0;
	}


	.hero .container {
	padding:200px 0 0 0;
	}

}

	}





	/*--------------------------------------------------------------
	# Single Pages
	--------------------------------------------------------------*/


.partial-hs img {
	width: auto;
	max-height: 150px;
	}

.partial-hs {
	  user-select: none;
 	}

.partial-hs .news-col {
	  border: 1px solid rgba(0, 0, 0, 0.0);
	}

.partial-hs .news-col:hover {
	  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1);
	  border: 1px solid rgba(0, 0, 0, 0.06);
	}

.partial-hs .img-row {
	padding: 20px 0 20px 0;
}

.partial-hs .card-img-top {
	padding: 20px 0 20px 0;
	}

.partial-hs {
	padding: 0px 0 300px 0;
}

.partial-hs .news-row {
	padding: 20px 0 20px 0;
}

 .swiper-hs-container .sw-hs:hover {
	  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1);
	  border: 1px solid rgba(0, 0, 0, 0.06);
	}


/* .swiper-hs-container .sw-hs:hover { */
	  /* box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.1); */
	  /* border: 1px solid rgba(0, 0, 0, 0.06); */
	/* } */


	/*--------------------------------------------------------------
	# Single Pages
	--------------------------------------------------------------*/

	.single #row{
	   /* border: 1px solid green;    */
	  padding: 0px 30px 30px 30px;
	}	
	
	.single .main-column{
    /* border: 2px solid red;		 */
	  padding: 0px 30px 30px 30px;
	}	

	.single .right-side-column .unit{
	   /* border: 1px solid blue;    */
	  padding: 0px 0px 30px 0px;
	}	

	.single .right-side-column .leader{
	   /* border: 1px solid blue;    */
	  padding: 0px 0px 30px 0px;
	}	
	
	.single .right-side-column p{
	  margin-bottom: 0;
	}

	.single .member-row {
	  padding: 15px 0px 15px 0px;
		
	}

	 .edu-testimonial {
	text-align: justify;
	}

	 .edu-testimonial img{
    float: right;
	padding: 0 0 30px 50px;
	width: 250px;
	width: 250px;
	}

	@media (max-width: 992px) {
	 .edu-testimonial img{
	padding: 0 0 30px 50px;
	width: 200px;
	}
	}

	@media (max-width: 576px) {
	 .edu-testimonial img{
	padding: 0 0 30px 50px;
	width: 160px;
	}
	}


	.single .section .section {
		padding: 0 0 0 0;
	}


	.single .main-column img{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  max-width:100%;	   
	  /* border: 1px solid orange;     */
	}	



	.single h3{
	  padding: 45px 0 30px 0;
	}


	
	.single .member-details-column{
	   /* border: 1px solid orange;    */
	    padding: 0px 0px 0px 30px;  */
	}	
	@media (max-width: 992px) {
	.single .right-side-column{
	   /* border: 1px solid green;    */
	  padding: 30px 60px 30px 30px;
	}
	}
	
	.single .member-image-column img{
     max-height: 130px;
	 /* padding: 30px 30px 30px 30px; */
	}	








	/*--------------------------------------------------------------
	# Markdown 
	--------------------------------------------------------------*/

	.markdown-edumat .img-col  {
	  padding: 0 20px 0 0;
	}

	.markdown-edumat .text-col  {
	  padding: 0 0 0 40px;
	}
	
	.markdown-edumat  {
	  padding: 0 0 40px 0;
	}

	.markdown-section .markdown-col-img {
	  border: 2px solid red;
	}

	.markdown-edumat .row {
	 /* border: 2px solid blue; */
        padding-left: 0px  !important;
        padding-bottom: 0px  !important;
	  --bs-gutter-x: 0 !important;
	  --bs-gutter-y: 0 !important;
		
	}


	.markdown-caption-p1{
		padding: 0 100px 0 100px;
	}

	 .markdown-image-c75 {
      display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 75%;
	}

	 .markdown-image-c {
      display: inline-block;
	  margin-left: auto;
	  margin-right: auto;
	}
	
	 .markdown-image-c50 {
      display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 50%;
	}

	 .markdown-image-center {
      display: block;
	  margin-left: auto;
	  margin-right: auto;
	}

	 .markdown-image-right {
      display: block;
	  margin-left: auto;
	  margin-right: 0;
	}

	 .markdown-image-border img {
      border: 1px solid grey;
	}

	 .markdown-image-border {
      border: 1px solid grey;
	}

	 .markdown-image-float-right {
 	 padding: 0px 0px 0px 30px;
     float: right;
	}
	
	 .markdown-image-float-left {
 	 padding: 0px 30px 0px 0px;
      float: left;
	}


	 .markdown-text-justify {
	text-align: justify;
	}

	 .markdown-image-spacer {
	 padding: 20px 0 20px 0px;
	}

	 .markdown-image-w90 {
	  width: 90%;
	}
	 
	 .markdown-image-w85 {
	  width: 85%;
	}
	
	 .markdown-image-w80 {
	  width: 80%;
	}

	 .markdown-image-w75 {
	  width: 75%;
	}
	
	 .markdown-image-w70 {
	  width: 70%;
	}
	
	 .markdown-image-w65 {
	  width: 65%;
	}	 
	
	.markdown-image-w60 {
	  width: 60%;
	}
	
	 .markdown-image-w55 {
	  width: 55%;
	}	
	
	.markdown-image-w50 {
	  width: 50%;
	}

	 .markdown-image-w45 {
	  width: 45%;
	}	 
	
	.markdown-image-w40 {
	  width: 40%;
	}

	 .markdown-image-w30 {
	  width: 30%;
	}	 
	
	.markdown-image-w35 {
	  width: 35%;
	}

	 .markdown-image-w25 {
	  width: 25%;
	}	 
	
	.markdown-image-w20 {
	  width: 20%;
	}

	 .markdown-image-w15 {
	  width: 15%;
	}

	 .markdown-image-w10 {
	  width: 10%;
	}

	 .markdown-image-inline-block {
	 display: inline-block;
	}	

	 .markdown-image-two-side-by-side {
	 width: 49%;
	 display: inline-block;
	 vertical-align:top;
	 padding: 10px 10px 10px 10px;
	}

	 .markdown-image-three-side-by-side {
	 width: 32%;
	 display: inline-block;
	 vertical-align:top;
	 padding: 10px 10px 10px 10px;
	}

	 .markdown-image-four-side-by-side {
	 width: 24%;
	 display: inline-block;
	 vertical-align:top;
	 padding: 10px 10px 10px 10px;
	}

	.markdown-float-right img{
    float: right;
	}

	.markdown-maxheight-300px img {
	max-height: 300px;
	}

	.markdown-maxwidth-200px {
	max-height: 250px;
	}



	/* .markdown-video { */
	 /* border:2px solid orange;	 */
/* position: relative; */
/* padding-bottom: 56.25%;  */
/* height: 100px;  */
/* overflow: hidden;	  */
	/* } */

	/* .markdown-video iframe{ */
	/* width: 80%; */
	/* height: auto; */
      /* display: block; */
	  /* margin-left: auto; */
	  /* margin-right: auto; */
	  /* }	*/
	  
	  .markdown-video { 
	position: relative; 
	padding-bottom: 41%; 
	width: 75%; 
	height: auto; 	}

	.markdown-video iframe{
      position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 100%; 
	  height: 100%; 
	  border:0;
	}
	
	
	  .markdown-video-center { 
	 
	 
	}

	
	/*--------------------------------------------------------------
	# Pure Section
	--------------------------------------------------------------*/

	.reportresult .rendering p {
		margin: 0;
		color: red;
		display: none;
	}

	.reportresult .rendering {
		margin: 0;
	}
	
	.reportresult h2 {
		all: unset;
	display: block;
	padding: 20px 0 0 0;
	}


	.reportresult .title {
	font-weight: 600;
	}

	.reportresult .person {
	font-weight: 600;
	}

	.reportresult .journal {
	font-weight: 6s00;
	}

	.reportresult .date {
	font-style: italic;
	display: none;
	}	
	.reportresult .volume {
	font-style: italic;
	}	.reportresult .journalnumber {
	font-style: italic;
	}	.reportresult .pages {
	font-style: italic;
	}

	.reportresult .numberofpages {
	display: none;
	}	

	.reportresult .rendering {
	font-family: var(--default-font);
	}
	.reportresult .rendering h2{
	font-family: var(--default-font);
	}
	
	@media (min-width: 993px) {
	.reportresult .rendering {
		font-size:14px;	}
	.reportresult .rendering h2{
		font-size:14px;	}
	}

	@media (max-width: 992px) {
	.reportresult .rendering {
		font-size:13px;	}
	.reportresult .rendering h2{
		font-size:13px;	}
	}

	@media (max-width: 768px) {
	.reportresult .rendering{
		font-size:12px;	}
	.reportresult .rendering h2{
		font-size:12px;	}
	}
	
	@media (max-width: 576px) {
	.reportresult .rendering{
		font-size:12px;	}
	.reportresult .rendering h2{
		font-size:12px;	}
	}






	

	/*--------------------------------------------------------------
	# Group Section
	--------------------------------------------------------------*/


	.group .row{
	   /* border: 1px solid orange;    */
	}	



	.group .member-row {
	  padding: 15px 0px 15px 0px;
		
	}
	
	.group .main-column{
	   /* border: 1px solid green;    */
	  padding: 30px 30px 30px 30px;
	}	

	.group .main-column img{
	   /* border: 1px solid green;    */
	  padding: 20px 20px 20px 0px;
	}	

	.group .funding-row {
	  padding: 40px 0px 0px 0px;
		
	}
	

	.group .funding .funding-col img{
	   max-height: 50px;
	}	

	.group .funding .funding-single {
	   max-height: 100px;
	}	

	@media (max-width: 992px) {
	.group .main-column{
	   /* border: 1px solid green;    */
	  padding: 30px 60px 30px 60px;
	}
	}

	.group .main-column h3{
	  padding: 40px 0px 30px 0px;
	}	
	
	.group .main-column h5{
	  padding: 20px 0px 10px 0px;
	}

	.group .main-column img{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  max-width:100%;	   /* border: 1px solid orange;    */
	}	
	
	.group .right-side-column {
	   /* border: 1px solid blue;    */
	  padding: 30px 10px 30px 10px;
	}	

	@media (max-width: 992px) {
	.group .right-side-column {
	   /* border: 1px solid green;    */
	  padding: 30px 60px 30px 60px;
	}
	}


	.group .right-side-column .leader{
	   /* border: 1px solid blue;    */
	  padding: 0px 0px 30px 0px;
	}	
	
	.group .right-side-column .member-row{
	   /* border: 1px solid blue;  */
	  /* padding: 0px 0px 30px 0px; */
	}	
	
	.group .right-side-column .unit{
	   /* border: 1px solid blue;    */
	  padding: 0px 0px 30px 0px;
	}	

	.group .right-side-column h3{
	  padding: 45px 0px 10px 0px;
	   /* border: 1px solid orange;    */
	}	
	
	
	.group .member-image-column{
	   /* border: 1px solid red;    */
	  /* padding: 30px 30px 30px 30px; */
	}	

	.group .member-image-column img{
     max-height: 130px;
	 /* padding: 30px 30px 30px 30px; */
	}	

	.group .member-details-column{
	   /* border: 1px solid orange;    */
	    padding: 0px 0px 0px 30px;  */
	}	

	.group .right-side-column p{
	  margin-bottom: 0;
	  font-weight: normal;
	}


	.group .subheader {
	  padding: 50px 30px 30px 30px;
	   /* border: 1px solid orange;    */
	}	
	
	.group .subheader h3{
	  padding: 0px 0px 30px 0px;
	   /* border: 1px solid orange;    */
	}	


	
	/*--------------------------------------------------------------
	# Partial Events Section
	--------------------------------------------------------------*/




	.partial-event .content {
		/* font-size: 35px; */
		padding: 20px 10px 0px 10px;
			border: 1px solid red;
}

	.partial-event h3 {
		/* font-size: 35px; */
		padding: 40px 0px 30px 0px;
	}



	.partial-event .events-row .events-date {
		/* border: 1px solid red; */
	  text-align: center;
	}

	.partial-event .events-row .newsevents-date {
		/* border: 1px solid red; */
	  text-align: center;
	}


	.partial-event .events-row {
		border: 1px solid red;
		padding: 10px 0 10px 0;
	}

	.partial-event .events-title  {
	  text-align: center;
	}

	.partial-event  h5 {
	  margin: 0 0 0 0;
	  /* font-size: 14px; */
	}
	
	.partial-event  p {
	  margin: 3px 0 0 0;
	}

 
	.partial-event p, h5 {
	/* display: none; */
	/* overflow: hidden; */
	/* white-space: nowrap;  */
	/* text-overflow: ellipsis; */
   }
  
   .partial-event h5{
	font-size: 13px;	
	}	

			@media (max-width: 992px) {
.partial-event .events-row img {
	  width: 100%;
	  max-height: 100px; 	
		  object-fit: cover;
			}

	
			/* @media (max-width: 992px) { */
/* .partial-event .main-image { */
	  /* max-height: 0px; 	 */
		/* visibility: hidden;  */
			/* } */
			
	.partial-event {
		/* border: 1px solid red; */
	padding: 0 0 30px 0;
	}
			}
	
	.partial-event .image-column {
		padding: 10px 20px 10px 20px;		
	}

	.partial-event .newsevents-image-column {
		padding: 10px 20px 10px 20px;		
	}

	.partial-event .image-column img {
		max-height: 50px;
	}

	.partial-event .newsevents-image-column img {
		max-height: 100px;
	}

			@media (max-width: 576px) {
	.partial-event .image-column {
		padding: 5px 5px 5px 5px;		
	}}

	/*--------------------------------------------------------------
	# About Section
	--------------------------------------------------------------*/



	.about .content {
		/* font-size: 35px; */
		padding: 25px 50px 25px 50px;
		
	  text-align: center;
	}

	.about .content p{
		padding: 10px 0 0 0;
	}


	@media (min-width: 577px) and (max-width: 768px) {
	.about .content {
		padding: 10px 35px 10px 35px;
			}
	}







	/*--------------------------------------------------------------
	# Features Section
	--------------------------------------------------------------*/
	.features .features-image {
	  position: relative;
	  min-height: 400px;
	}

	.features .features-image img {
	  position: absolute;
	  inset: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  z-index: 1;
	}

	.features .features-item h4 {
	  font-size: 20px;
	  font-weight: 700;
	  margin: 0 0 5px 0;
	}

	.features .features-item i {
	  font-size: 48px;
	  color: var(--accent-color);
	  margin-right: 20px;
	  line-height: 0;
	}

	.features .features-item p {
	  font-size: 15px;
	  color: color-mix(in srgb, var(--default-color), transparent 20%);
	  margin: 0;
	}

	/*--------------------------------------------------------------
	# Box Section
	--------------------------------------------------------------*/





	.box .box-item {
	  background-color: var(--surface-color);
	  text-align: center;
	  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	  padding: 80px 20px;
	  height: 100%;
	  transition: all ease-in-out 0.3s;
	}

	.box .box-item h3 {
	  font-weight: 700;
	  margin: 10px 0 15px 0;
	  font-size: 22px;
	  transition: 0.3s;
	}

	.box .box-item p {
	  line-height: 24px;
	  font-size: 14px;
	  margin-bottom: 0;
	}

	.box .box-item:hover {
	  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	  transform: translateY(-10px);
	}


	  .boxtest .RA-container {
	  /* background-color: var(--surface-color); */
	  text-align: center;
	  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	  height: 100%;
	  transition: all ease-in-out 0.3s;
	  max-height: 300px

	}

	  .boxtest .text-box-centered {
	  background-color:rgba(255, 255, 255, 0.85);
	  position: relative;
	  margin: 30px 30px 30px 30px;
	  transform: translate(-0%, -50%) translate(-0%, -170px);
	  padding: 20px 0px 15px 0px;
	}

  	.boxtest .RA-container:hover {
	  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	  transform: translateY(-10px);
	}






	.box-group .box-item {
	  background-color: var(--surface-color);
	  text-align: center;
	  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	  padding: 80px 20px;
	  height: 100%;
	  transition: all ease-in-out 0.3s;
	}

	.box-group .box-item h3 {
	  font-weight: 700;
	  margin: 10px 0 15px 0;
	  font-size: 22px;
	  transition: 0.3s;
	}

	.box-group .box-item p {
	  line-height: 24px;
	  font-size: 14px;
	  margin-bottom: 0;
	}









	/*--------------------------------------------------------------
	# Page Title Banner
	--------------------------------------------------------------*/

	.header-spacer {
	  margin: 83px 0px 0px 0px;
	
	}

	

	.title-banner .container {
	  padding: 80px 30px 80px 30px;
	}
	
	.title-banner .container p{
		padding: 5px 0 0 0;
		margin:0;
	}
	
	.title-banner .container h3{
		padding: 10px 0 0 0;
	}	
	

	@media (max-width: 992px) {
	.title-banner .container {
	  padding: 50px 30px 50px 30px;
	}
	}

	@media (max-width: 762px) {
	.title-banner .container {
	  padding: 50px 30px 50px 30px;
	}

	}
	
	@media (max-width: 570px) {
	.title-banner .container {
	  padding: 30px 30px 30px 30px;
	}
	}

	.cv .when  {
	white-space:nowrap;
	padding: 0px 20px 0px 0px ;}


	.group td{
	padding: 0 0 0 0px;
	}

	/*--------------------------------------------------------------
	# Staff Section
	--------------------------------------------------------------*/

	/* Filters ---------------------------------------------------*/

	.staff .staff-filters {
	  list-style: none;
	  text-align: center;
	  /* border:1px solid orange; */
	  padding: 40px 0 20px 0; 
	}

	.staff .staff-filters li {
	  cursor: pointer;
	  display: inline-block;
	  padding: 10px 10px 0px 10px;
	  margin: 0;
	  font-size: 15px;
	  font-weight: 500;
	  line-height: 0.5;
	  margin-bottom: 3px;
	  border-radius: 4px;
	  transition: all 0.3s ease-in-out;
	  font-family: var(--heading-font);
	  /* border:1px solid orange; */
	}


	@media (max-width: 768px) {
	.staff .staff-filters li {
	  padding: 10px 6px 0px 6px;
	  /* border:1px solid orange; */
	}
	}
		
	@media (max-width: 575px) {
	  .staff .staff-filters li {
	  padding: 10px 6px 0px 6px;
		  line-height: 0;
  }
	}


	.staff .staff-filters li:hover,
	.staff .staff-filters li.filter-active {
	  color: var(--contrast-color);
	  background-color: var(--accent-color);
	}

	.staff .staff-filters li:first-child {
	  margin-left: 0;
	}

	/* .staff .staff-filters li:nth-child(5) { */
		/* color: purple; */
  /* } */

	.staff .staff-filters li:last-child {
	  margin-right: 0;
	  display: none;
	}





	/* Items ---------------------------------------------------*/

	.staff .img-fluid {
	/* border: 1px solid orange;	 */
	padding-bottom: 20px
	}

	.staff .staff-item {
	  position: relative;
	  overflow: hidden;
	  transition: background 0.4s, box-shadow 0.4s;
	  width: 25%;	
  	  --isopadding: 55px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }
	  
	@media (max-width: 1202px) {
	.staff .staff-item {
	  width: 33%;	
  	  --isopadding: 25px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }
	}

	/* @media (max-width: 992px) { */
	/* .staff .staff-item { */
	  /* width: 50%;	 */
  	  /* --isopadding: 45px; */
	  /* padding: 0px var(--isopadding) 10px var(--isopadding); */
	  /* } */
	/* } */
	
	@media (max-width: 760px) {
	.staff .staff-item {
	  width: 50%;	
  	  --isopadding: 25px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }
	}
	
		@media (max-width: 560px) {
	.staff .staff-item {
	  width: 50%;	
  	  --isopadding: 25px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }
	}
	
	


	.staff .staff-item .staff-info {
	  opacity: 1;
	  position: absolute;
	  left: var(--isopadding);
	  right: var(--isopadding);
	  /* bottom: -100%; */
	  z-index: 3;
	  transition: all ease-in-out 0.5s; 
	  background: color-mix(in srgb, var(--background-color), transparent 20%); 
	  /* background: orange;  */
	  	}



	.staff .project-item {
	  position: relative;
	  overflow: hidden;
	  transition: all ease-in-out 0.3s;
	  width: 25%;	
  	  --isopadding: 55px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }


	.staff .project-item .project-info {
	  opacity: 1;
	  position: absolute;
	  left: var(--isopadding);
	  right: var(--isopadding);
	  /* bottom: -100%; */
	  z-index: 3;
	  transition: all ease-in-out 0.5s; 
	  background: color-mix(in srgb, var(--background-color), transparent 20%); 
	  /* background: orange;  */
	  	}



	.staff .staff-item .staff-info h4 {
	  /* font-size: 16px; */
	  font-weight: 600;
	  padding: 10px 10px 0px 10px;
	  /* border: 1px solid orange;	   */
	}

	.staff .staff-item .staff-info p {
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	  /* font-size: 14px; */
	  margin-bottom: 0;
	  padding: 0px 10px 35px 10px;
	  /* border: 1px solid orange;	   */
	  transform: translateY(-5px);
	}

	.staff .staff-item .staff-info .preview-link,
	.staff .staff-item .staff-info .details-link {
	  position: absolute;
	  right: 50px;
	  font-size: 24px;
	  top: calc(50% - 14px);
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	  transition: 0.3s;
	  line-height: 0;
	}

	.staff .staff-item .staff-info .preview-link:hover,
	.staff .staff-item .staff-info .details-link:hover {
	  color: var(--accent-color);
	}

	.staff .staff-item .staff-info .details-link {
	  right: 14px;
	  font-size: 28px;
	}

	.staff .staff-item .staff-info {
	  opacity: 1;
	  bottom: 0;
	}

	/* .staff .staff-item:hover { 
	  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	  /* transform: translateY(-10px); */
	  /* } */


	.staff .staff-info:hover {
	  /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
	  transform: translateY(-10px);
	  }

	.staff .leadership-row{
	  /* padding: 200px 0 20px 0; */
	  border: 6px solid orange;

	}





	/*--------------------------------------------------------------
	# Projects Section
	--------------------------------------------------------------*/

	/* Filters ---------------------------------------------------*/

	.isotope .isotope-filters {
	  list-style: none;
	  text-align: center;
	  /* border:1px solid orange; */
	  padding: 35px 100px 30px 100px;
	}

	.isotope .isotope-filters li {
	  cursor: pointer;
	  display: inline-block;
	  padding: 8px 20px 10px 20px;
	  margin: 0;
	  font-size: 15px;
	  font-weight: 500;
	  line-height: 1;
	  margin-bottom: 5px;
	  border-radius: 4px;
	  /* transition: all 0.3s ease-in-out; */
	  font-family: var(--heading-font);
	}

	.isotope .isotope-filters li:hover,
	.isotope .isotope-filters li.filter-active {
	  color: var(--contrast-color);
	  background-color: var(--accent-color);
	}

	.isotope .isotope-filters li:first-child {
	  margin-left: 0;
	}

	.isotope .isotope-filters li:last-child {
	  margin-right: 0;
	}





	@media (max-width: 775px) {
	.isotope .isotope-filters {
	  list-style: none;
	  text-align: center;
	  /* border:1px solid orange; */
	  padding: 25px 50px 10px 50px;
	}

	  .isotope .isotope-filters li {
		font-size: 14px;
		margin: 0 0 10px 0;
	  }
	}




	/* isotope Items ---------------------------------------------------*/

	.isotope .img-fluid {
	padding-bottom: 20px
	}

	.isotope .isotope-item {
	  position: relative;
	  overflow: hidden;
	  transition: background 0.4s, box-shadow 0.4s;
	  width: 33%;	
  	  --isopadding: 25px;
	  padding: 0px var(--isopadding) 10px var(--isopadding);
	  }

	.isotope .isotope-item .project {
  	  --isopadding: 70px;
	  /* border: 1px solid red; */
	  padding: var(--isopadding) var(--isopadding) var(--isopadding) var(--isopadding);	
	  }

	@media (min-width: 993px) {
	.isotope .isotope-item {
	  width: 33%;	
	}}

	@media (max-width: 992px) {
	.isotope .isotope-item {
	  width: 50%;	
	}
}

	@media (max-width: 576px) {
	.isotope .isotope-item {
	  width: 100%;	
	  }}

	.isotope .isotope-item .isotope-info {
  	  --isopadding: 25px;
	  opacity: 1;
	  position: absolute;
	  left: var(--isopadding);
	  right: var(--isopadding);
	  /* bottom: -100%; */
	  z-index: 3;
	  transition: all ease-in-out 0.5s; 
	  background: color-mix(in srgb, var(--background-color), transparent 20%); 
	  	}


	.isotope .isotope-info-projects {
	  background-color:  rgba(140, 140, 140, 0.4);
	}

	.isotope .isotope-item .isotope-info h4 {
	  /* font-size: 16px; */
	  /* font-weight: 600; */
	  padding: 10px 10px 0px 10px;
	  /* border: 1px solid orange;	   */
	}

	.isotope .isotope-item .isotope-info p {
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	  font-size: 14px;
	  margin-bottom: 0;
	  padding: 0px 10px 35px 10px;
	  /* border: 1px solid orange;	   */
	  transform: translateY(-5px);
	}

	.isotope .isotope-item .isotope-info .preview-link,
	.isotope .isotope-item .isotope-info .details-link {
	  position: absolute;
	  right: 50px;
	  font-size: 24px;
	  top: calc(50% - 14px);
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	  /* transition: 0.3s; */
	  line-height: 0;
	}

	.isotope .isotope-item .isotope-info .preview-link:hover,
	.isotope .isotope-item .isotope-info .details-link:hover {
	  color: var(--accent-color);
	}

	.isotope .isotope-item .isotope-info .details-link {
	  right: 14px;
	  font-size: 28px;
	}

	.isotope .isotope-item .isotope-info {
	  opacity: 1;
	  bottom: 0;
	}

	/* .isotope .isotope-item:hover { 
	  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	  /* transform: translateY(-10px); */
	  /* } */


	.isotope .isotope-info:hover {
	  /* box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1); */
	  transform: translateY(-10px);
	  }

	.isotope .leadership-row{
	  /* padding: 200px 0 20px 0; */
	  /* border: 6px solid orange; */

	}
	
	
	
	/*--------------------------------------------------------------
	# Research Section
	--------------------------------------------------------------*/

	.reseach-svg {
	position: relative ;	
	/* padding: 15px 0 0 0; */
	}

	@media (max-width: 576px) {
	.reseach-svg {
	position: relative ;	
	/* padding: 5px 0 0 0; */
	}	
	}
	
   @media screen and (orientation:landscape) {  
	.reseach-svg {
		position:relative ;	
}

	.reseach-svg .img-portrait {	
	display: none;
	}
   }
   
   @media screen and (orientation:portrait) {  
	.reseach-svg {
		position:relative ;	
	}

	.reseach-svg .img-landscape {	
	display: none;
	}
   }

	
	.research-area-list .row{
	  /* padding: 30px 30px 30px 30px; */
	/* border:1px solid red;	 */
	/* background:grey */
	}

    .research-area-list .advancing-biomedical-mri h5{
	color: #FCB017;
	/* opacity:0.8; */
	}

    .research-area-list .brain-trajectories-cohorts h5{
	color: #82c341;
	/* opacity:0.8; */
	}

    .research-area-list .computational-systems-neuroscience h5{
	color: #54c2b5;
	/* opacity:0.8; */
	}

    .research-area-list .imaging-of-disease-mechanisms h5{
	color: #6783c1;
	/* opacity:0.8; */
	}

    .research-area-list .precision-brain-stimulation h5{
	color: #7e2268;
	/* opacity:0.8; */
	}

	/* orange FCB017 */
	/* green 82c341 */
	/* turquoise 54c2b5 */
	/* blue 6783c1 */
	/* purple  */
	
	.research-area-list .row{
	  /* padding: 30px 30px 30px 30px; */
	/* border:1px solid red;	 */
	}

	.research-area-list .main-column{
	  padding: 30px 30px 30px 30px;
	/* border:1px solid red;	 */
	}	
	
	/*--------------------------------------------------------------
	# News Section
	--------------------------------------------------------------*/

	.news {
	padding: 30px 0 0 0;
	/* border:1px solid green; */
	}
	
	.news .news-item{
	padding: 15px 0 15px 0px;
	min-height:100px;
	  	}	

	/* .news .row > [class*="col-"] { */
  /* height: 150px; */
/* } */

	.news .text-column{
	/* border:1px solid green; */
	padding: 0px 0px 0px 20px;
 	max-height:130px;
    overflow: hidden;
   }	


	.news img{
		width: 200px;
		height: auto;
	}
	
	.news p{
		margin: 0;
	}



	

	@media (min-width: 1200px) {
	.news .text-column{
	padding: 0px 0px 0px 0px;
   }
	}
	
	@media (max-width: 768px) {
	.news p{
	/* display: none; */
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
   }
   .news h5{
	font-size: 13px;	
	}	}

	@media (max-width: 562px) {
	.news .news-item{
	padding: 0px 0 30px 0px;
	min-height:100px;
	  	}
	}
	
	@media (max-width: 360px) {
	.news p{
	display: none;
   }
   .news h5{
	font-size: 12px;	
	}
	}
	/*--------------------------------------------------------------
	# Events Section
	--------------------------------------------------------------*/



	.events .text-column{
	padding: 0 0 0 10px;
}

	.events .text-column .speaker{
	padding: 10px 0 10px 3px;
	border-bottom: solid 2px grey;
}


	.events h2{
	padding: 150px 0 150px 0;
}

	.events .event-table td{
	padding: 0 0 0 20px;
	}
	
	.events .events-image {
	  position: relative;
	  min-height: 400px;
	}

	.events .events-image img {
	  position: absolute;
	  inset: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  z-index: 1;

	}

	.events-list .events-navmenu {
		padding: 0px 0 0px 0;
		/* border: solid 2px red; */
	}

	.events .events-item {
	padding: 20px 0 10px 0;
	}

	.events .events-item p {
	/* font-family: var(--heading-font); */
	  /* font-size: 13px; */
	  /* margin: 0; */
	  /* color: color-mix(in srgb, var(--default-color), transparent 20%); */
	/* padding: 0 0 0 25px; */
	/* transform: translateY(-10px);	 */

	}
	
	.events-list ul {
    list-style-type: none;	
	padding: 0 0 0 0;
	}

	.events-list ul li  {
	}
	
	.events-list .months {
		/* background-color: red; */
		/* visibility: hidden;  */
		position: relative;
	padding: 0px 0 0 25px;
	}

	.events-list .all-events {
		/* background-color: red; */
		/* visibility: hidden;  */
		position: relative;
	padding: 10px 0 10px 0px;
	}
	
	.events-list .months p {
		/* background-color: red; */
		/* visibility: hidden;  */
		position: relative;
	padding: 0px 0 10px 0px;
	}
	  .events-list:focus>ul {
		  background-color: blue;
		/* visibility: visible; */
		/* display: block; */
	  }


/* Set dropdown to be visibe on click */
	  .events-list .dropdown:focus>ul {
		visibility: visible;
		/* display: block; */
	  }

		.events-list .btn {
			/* display: block; */
			border: 0px solid var(--header-color);
		}

		.events-list #dropdown2030, #dropdown2029, 
		#dropdown2028, #dropdown2027, 
		#dropdown2026, #dropdown2025, 
		#dropdown2024, #dropdown2023 {
			display: none;
		}

		.events-list /* Hide the months */
		#dropdown2030:not(:checked) ~ ul, 
		#dropdown2029:not(:checked) ~ ul, 
		#dropdown2028:not(:checked) ~ ul, 
		#dropdown2027:not(:checked) ~ ul, 
		#dropdown2026:not(:checked) ~ ul, 
		#dropdown2025:not(:checked) ~ ul, 
		#dropdown2024:not(:checked) ~ ul, 
		#dropdown2023:not(:checked) ~ ul {
			display: none;
		}


	.events .container {
		background-color: white;
		width: 500px;
		height: 300px;
		border: 2px solid black;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		padding: 30px;
		overflow-y: scroll;
	}

	.events .loading-container {
		margin-top: 10px;
		font-family: Cambria, Cochin, Georgia, 
			Times, "Times New Roman", serif;
		font-size: 30px;
		text-align: center;
	}

	.events .search-data {
		margin-top: 10px;
		height: 30px;
		font-family: Verdana, Geneva, 
			Tahoma, sans-serif;
	}


























/*--------------------------------------------------------------
	# Events Section
	--------------------------------------------------------------*/



	.partialevents .partialevents-image {
	  /* position: relative; */
	  /* min-height: 100px; */
	}

	.partialevents .partialevents-image img {
	  /* position: absolute; */
	  /* inset: 0; */
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  /* z-index: 1; */
	}


	.partialevents .partialevents-item {
	padding: 30px 0px 0px 0;
    /* border: 1px solid purple; */
	margin: 0 0 0 0;
}

	.partialevents .partialevents-item  h5 {
	font-size: 15px;	
	margin: 0 0 0 0;
	}


	.partialevents .partialevents-item p {
	margin: 0 0 0 0;
	}
	
	.partialevents .partialevents-date {
	  text-align: center;
		}
	

			@media (max-width: 992px) {
			
.partialevents img {
	  /* width: 100%; */
	  /* max-height: 100px; 	 */
		  /* object-fit: cover; */
		  /* border: 1px solid green; */
			}

.partialevents .partialevents-text {
			  /* border: 1px solid orange; */
	/* transform: translateY(-280px);	 */
}
			}





























	/*--------------------------------------------------------------
	# testimonials Section
	--------------------------------------------------------------*/
	.thishappened {
	  padding: 40px 0;
	  position: relative;
	  background: black;
	}

	.thishappened img{
	  opacity: 1;
	}

	.thishappened:before {
	  content: "";
	  background: color-mix(in srgb, var(--background-color), transparent 30%); 
	  position: absolute;
	  inset: 0;
	  z-index: 2;
	}

	.thishappened .thishappened-bg {
	  position: absolute;
	  inset: 0;
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  z-index: 1;
	}

	.thishappened .container {
	  position: relative;
	  z-index: 3;
	}

	.thishappened .thishappened-carousel,
	.thishappened .thishappened-slider {
	  overflow: hidden;
	}

	.thishappened .thishappened-item {
	  text-align: center;
	}

	.thishappened .thishappened-item .testimonial-img {
	  width: 100px;
	  border-radius: 50%;
	  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
	  margin: 0 auto;
	}

	.thishappened .thishappened-item h3 {
	  margin: 10px 0 5px 0;
	}

	.thishappened .thishappened-item h4 {
	  font-size: 14px;
	  margin: 0 0 15px 0;
	  color: color-mix(in srgb, var(--default-color), transparent 40%);
	}


	.thishappened .thishappened-item .quote-icon-left,
	.thishappened .thishappened-item .quote-icon-right {
	  color: color-mix(in srgb, var(--default-color), transparent 40%);
	  font-size: 26px;
	  line-height: 0;
	}

	.thishappened .thishappened-item .quote-icon-left {
	  display: inline-block;
	  left: -5px;
	  position: relative;
	}

	.thishappened .thishappened-item .quote-icon-right {
	  display: inline-block;
	  right: -5px;
	  position: relative;
	  top: 10px;
	  transform: scale(-1, -1);
	}

	.thishappened .thishappened-item p {
	  font-style: italic;
	  margin: 0 auto 15px auto;
	}

	.thishappened .swiper-wrapper {
	  height: auto;
	}

	.thishappened .swiper-pagination {
	  margin-top: 20px;
	  position: relative;
	}

	.thishappened .swiper-pagination .swiper-pagination-bullet {
	  width: 12px;
	  height: 12px;
	  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
	  opacity: 0.5;
	}

	.thishappened .swiper-pagination .swiper-pagination-bullet-active {
	  background-color: var(--default-color);
	  opacity: 1;
	}

	/* @media (min-width: 992px) { */
	  /* .thishappened .thishappened-item p { */
		/* width: 80%; */
	  /* } */
	/* } */








	/*--------------------------------------------------------------
	# Contact Section
	--------------------------------------------------------------*/
	.contact .main-column{
    /* border: 1px solid red;	 */
/* margin: 100px 100px 100px 100px ;	 */
	  /* padding: 30px 30px 30px 30px; */
	}	

	@media (max-width: 992px) {
	.contact .main-column{
	  padding: 0px 50px 0px 50px;
	}
	}


	.contact h3{
	  padding: 45px 0 30px 0;
	}

	.contact h5{
	  padding: 20px 0 10px 0;
	}
	
	.contact .contact-row-map{
	   /* border: 1px solid green;    */
	  padding: 100px 0px 0px 0px;
	}	

	.contact p {
	  /* margin: 0; */
	  /* font-size: 150px; */
	}


	.contact .second-heading {
	  padding: 35px 0 0 0;
	}

	.contact .contact-column-right p{
		margin: 0;
	}

	.contact .contact-column-right {
	  padding: 50px 0 50px 0;
	   /* border: 1px solid green;    */
	}


	/*--------------------------------------------------------------
	# isotope Details Section
	--------------------------------------------------------------*/
	.isotope-details .isotope-details-slider img {
	  width: 100%;
	}

	.isotope-details .isotope-details-slider .swiper-pagination {
	  margin-top: 20px;
	  position: relative;
	}

	.isotope-details .isotope-details-slider .swiper-pagination .swiper-pagination-bullet {
	  width: 12px;
	  height: 12px;
	  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
	  opacity: 1;
	}

	.isotope-details .isotope-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	  background-color: var(--accent-color);
	}

	.isotope-details .isotope-info {
	  background-color: var(--surface-color);
	  padding: 30px;
	  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
	}

	.isotope-details .isotope-info h3 {
	  font-size: 22px;
	  font-weight: 700;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
	}

	.isotope-details .isotope-info ul {
	  list-style: none;
	  padding: 0;
	  font-size: 15px;
	}

	.isotope-details .isotope-info ul li+li {
	  margin-top: 10px;
	}

	.isotope-details .isotope-description {
	  padding-top: 30px;
	}

	.isotope-details .isotope-description h2 {
	  font-size: 26px;
	  font-weight: 700;
	  margin-bottom: 20px;
	}

	.isotope-details .isotope-description p {
	  padding: 0;
	  color: color-mix(in srgb, var(--default-color), transparent 30%);
	}



