body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: #2a2a2a;
	font-size: 19px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	background-color: white;	
}

.icon_link{
	font-size: 10px !important;
	padding-right: 3px;
	vertical-align: middle;
}

.line_news_item{
	width: 100%;
	height: 2px;
	margin: 20px 0;
	background-color: grey;
}

.container {
	width: 1200px;
	margin: auto;
}

.container h1{
	margin-top: 40px;
	margin-bottom: 0;
}

.small_grey_line {
	float: left;
	width: 3%;
	margin-left: 48%;
	margin-right: 48%;
	border-bottom: 2px solid #575756;
}

.small_grey_line_left {
	float: left;
	width: 10%;
	margin-left: 0;
	margin-right: 90%;
	margin-bottom: 20px;
	border-bottom: 2px solid #575756;
}

.small_white_line_left {
	float: left;
	width: 10%;
	margin-left: 0;
	margin-right: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid white;
}

aside .small_grey_line_left {
	width: 7%;
	margin-right: 93%;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #9e9e9e;
}

.news_details aside .small_grey_line_left {
	margin-left: 93%;
	margin-right: 0;
}

.grey_line, .blue_line {
	float: left;
	width: 4%;
	margin-left: 48%;
	margin-right: 48%;
	border-bottom: 3px solid #575756;
}

.blue_line {
	margin-top: 40px;
	border-bottom: 3px solid #00AEC5;
}

header {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

header .logo {
	float: left;
	width: 20%;
}

header .logo img {
	height: 83px;
} 

.header_menu {
	float: left;
	width: 80%;
	text-align: right;
	text-transform: uppercase;
}

.header_menu ul {
	padding-top: 32px;
}

.header_menu li {
	display: inline;
}

.header_menu li a {
	font-weight: 500;
	text-decoration: none;
}

.header_slider {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.77);
	margin-top: 151px;
	z-index: 99999;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

h1 {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 150%;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
}

h2 {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 150%;
	font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
}

.news_table h2 {
	text-align: left;
}

/* Aside header */
h3 {
	float: left;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 0;
	margin-bottom: 60px;
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;
}

/* Footer */
h4 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
}

/* Article title */
h5 {
	float: left;
	width: 100%;
	font-weight: 600;
	line-height: 0;
	margin-bottom: 30px;
	font-size: 45px;
	line-height: 50px;
	font-family: 'Source Sans Pro', sans-serif;
}

/* News name */
h6 {
	float: left;
	width: 100%;
	font-weight: 600;
	line-height: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Source Sans Pro', sans-serif;
}

nav .active {
	color: #004174 !important;
}

.menu_tiles .active {
	text-decoration: underline; 
}

.breadcrumbs {
	float: left;
	width: 100%;
	margin-bottom: 3px;
	font-style: italic;
	font-size: 15px;
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

time {
	float: left;
	width: 100%;
	color: #4e4e4e;
	font-size: 12px;
	margin-top: -25px;
	margin-bottom: 30px;
	font-style: italic;
}

.submenu {
	float: left;
	width: 100%;
}

.content {
	float: left;
	width: 100%;
}

.banner, #map_canvas {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

#map_canvas {
	height: 400px;
}

.banner img {
	width: 100%;
}

article {
	float: left;
	width: 100%;
}

article h1 {
	margin-bottom: 30px;
}

article .blue_line {
	margin-top: 20px;
}

article.with_aside {
	width: 70%;
}

article .page_content {
	/*text-align: justify;*/
}

article .page_content em {
	font-style: italic;
}

article .page_content ul {
	line-height: 10px;
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

article .page_content li {
	list-style-type: disc;
	padding-left: 10px;
	line-height: 30px;
}

article i {
	font-style: italic;
}

.grid_3x {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);	
	gap: 1%;
}

.grid_item {
	aspect-ratio: 3 / 2; 
	width: 100%;
	margin: 0; 
}


.contactpage {
	text-align: center;
}

.mobile_header_options {
	gap: 20px;
	justify-content: center;
	width: 100%;
	text-align: left;
	background-color: #00AEC5;
	color: white;
	padding: 10px 20px;
	display: none;
}

.mobile_header_options a {
	color: white;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.info_tile_details {
	float: left;
	width: 100%;
	margin-bottom: 65px;
}

.info_tile_details aside {
	float: left;
	width: 30%;
	min-height: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-right: 1px solid #bfbfbf;
	margin-right: 4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

aside a {
	text-decoration: none;
}

.info_tile_details article {
	float: left;
	width: 66%;
	margin-top: 50px;
	margin-bottom: 0;
}

.news_details {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.news_details aside {
	float: left;
	width: 30%;
	min-height: 380px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0;
	border-left: 1px solid white;
	margin-left: 4%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.news_details article {
	float: left;
	width: 66%;
	margin-top: 50px;
	margin-bottom: 0;
}

.aside_options {
	padding-right: 4%;
	font-size: 24px;
}

.news_details .aside_options {
	padding-right: 0;
	padding-left: 4%;
}

.aside_news {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 50px 30px 40px 30px;
	color: white;
	background-color: #00AEC5;
	background-image: url('/images/phylum_background_2.png');
	background-position: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.news_details .aside_news {
	margin-top: 20px;
}

.aside_news a {
	color: white;
} 

.aside_news_item {
	float: left;
	width: 100%;
}

.aside_news_image {
	float: left;
	width: 30%;
}

.aside_news_bg {
	float: left;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 50%;
}

.aside_news_content {
	float: left;
	width: 70%;
	height: 70px;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.aside_news_date {
	font-size: 12px;
	font-style: italic;
	line-height: 0;
}

.news_item {
	float: left;
	width: 32%;
	min-height: 500px;
	margin-right: 2%;
	margin-bottom: 30px;
}

.news_item:nth-child(3n) {
	margin-right: 0;
}

.news_image {
	float: left;
	width: 100%;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news_image_details {
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.news_table {
	float: left;
	width: 100%;
}

.news_picture {
	float: left;
	width: 28%;
	margin-right: 3%;
}

.news_text {
	float: left;
	width: 69%;
}

.news_description {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.news_table tr {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.news_table tr:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.news_table .picture {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.news_table .news_date {
	font-size: 10px;
}

.member_story_image {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
}

.member_story_image img {
	max-width: 100%;
}

.member_stories_list {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.member_stories_list a {
	color: #00AEC5;
}

.phylum_tiles {
	margin-top: 60px;
}

.phylum_tile {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 33px;
	line-height: 140%;
	width: 32.66%;
	height: 300px;
	margin-right: 1%;
	margin-bottom: 1%;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
	background-size: cover;
}


/* Cyan overlay */
.phylum_tile::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 174, 197, 0.6);
	z-index: 0;
}

/* Text stays above overlay */
.phylum_tile_text {
	position: relative;
	z-index: 1;
}

.phylum_tile:nth-child(3n) {
	margin-right: 0;
}

.phylum_tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 tiles per row */
	gap: 1%; /* spacing between tiles */
}

/* Responsive: 2 per row on tablets, 1 per row on small screens */
@media (max-width: 900px) {
	.phylum_tiles {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.phylum_tiles {
		grid-template-columns: 1fr;
	}
}

.phylum_tile {
	aspect-ratio: 3 / 2; /* Keeps tiles proportionate */
	width: 100%;
	margin: 0; /* Removed margin since grid gap handles spacing */
}

.phylum_carousel {
	float: left;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 120px;
}

.phylum_carousel h2 {
	margin-bottom: 30px;
}

.partners {
	margin-top: 50px;
}

.partner {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #f2f2f2;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

.partner:nth-child(3n) {
	margin-right: 0;
}

.detail_content .partner {
	width: 49%;
}

.detail_content .partner:nth-child(2n) {
	margin-right: 0;
}

.detail_content .partner:nth-child(3n) {
	margin-right: 2%;
}

.partner img {
	height: 75px;
	object-fit: contain;
	object-position: center center;
	max-width: 100%;
	padding: 10px;
}

.partner_content {
	float: left;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.height_logo img {
	height: 90px;
}

.height_logo .partner_content {
	margin-top: 15px;
}

.partner_info {
	float: left;
	width: 100%;
	height: 42px;
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 20px;
}

.partner_info strong {
	font-weight: bold;
}

.partner_info .website {
	font-size: 14px;
}

footer {
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer_social_media {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	margin-bottom: 100px;
}

.footer_social_media > .small_grey_line {
	margin-bottom: 35px;
}

.footer_social_media a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.social_facebook:hover {
	color: #3b5998;
}

.social_twitter:hover {
	color: #1DA1F2;
}

.social_linkedin:hover {
	color: #0077B5;
}

.social_instagram:hover{
	color: 	#E1306C;
}

.footer_social_media i {
	color: inherit;
}

.footer_info {
	float: left;
	width: 70%;
	font-size: 16px;
}

.footer_logos {
	float: left;
	width: 30%;
}

.footer_logos img {
	float: left;
	width: 22%;
	margin-right: 5%;
}

.footer_logos img:first-child {
	width: 44%;
}

.footer_logos img:last-child {
	margin-right: 0;
}

.footer_menu {
	line-height: 190%;
}

.footer_menu a {
	text-decoration: none;
}

.footer_menu a:hover {
	text-decoration: underline;
}

.copyright {
	float: left;
	width: 100%;
	font-size: 10px;
	margin-top: 40px;
	color: #7f7f7f;
}

.web_form {
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}

.web_form label {
	float: left;
	width: 30%;
	padding-top: 7px;
}

.web_form .input, .web_form .textarea {
	width: 70%;
	margin-bottom: 20px;
	font-size: 19px;
}

.web_form .textarea {
	height: 120px;
}

.web_form .button {
	margin-top: 30px;
	font-size: 23px;
	padding: 20px 35px;
	border-radius: 60px;
}

.team {
	float: left;
	width: 33.33%;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
}

.detail_content .team {
	width: 50%;
}

.team a {
	text-decoration: none;
}

.team h3 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

.team .content_center {
	margin-top: 30px;
}

.fancy_form .social_linkedin {
	font-size: 25px;
}

.picture_team {
	display: inline-block;
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.team span, .team_span {
	float: left;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #515151;
	font-weight: bold;
}

.fancy_form h3 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.fancy_form .team_description {
	float: left;
	width: 100%;
	margin-top: 30px;
}

.fancy_form .team_description p {
	text-align: left;
}

.fancy_details_table {
	margin-top: 30px;
	font-size: inherit !important;
	line-height: inherit !important;
}

.fancy_details_table td:first-child {
	width: 20%;
}

.input, .textarea {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 8px 0 8px 8px;
	border: none;
	color: #575756;
	border-radius: 3px;
	font-size: 13px;
	border: 3px solid #575756;
	background-color: white;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}

input:focus,
select:focus,
textarea:focus,
button:focus, .team a, .fancy_form a {
	outline: none;
}

.content_pictures {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.single_picture {
	float: left;
	width: 32%;
	padding-right: 2%;
}

.single_picture:nth-child(3n) {
	padding-right: 0;
}

.picture {
	float: left;
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	text-decoration: none;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.button {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
	border-radius: 25px;
	padding: 10px 24px;
	background-color: #00AEC5;
	border: none;
	font-size: 15px;
	font-weight: bold;
	box-shadow: inset 0 0 0 0 #656565;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url('/images/phylum_background_2.png');
	background-repeat: repeat;
	background-size: 30px;
}

.bottom_message {
	bottom: 0;
	display: block;
	height: 30px;
	width: 100%;
	position: fixed;
	background-color: #3b3b3b;
	clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 17px;
	padding-top: 10px;
	z-index: 999;
	display:none;
}

.bottom_message_error {
	background-color: #e2382c;
}

a {
	color: #2a2a2a;
}

.mobile {
	display: none;
}

.show_tablet {
	display: none;
}

/* Media queries */
@media only screen and (max-width: 1210px) {	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
}	

@media only screen and (max-width: 959px) {
	.tablet {
		display: none;
	}
	
	.show_tablet {
		display: block;
	}

	body{
		-webkit-text-size-adjust: none;
	}
	
	.phylum_tile {
		height: 200px;
		font-size: 20px;
	}
	
	.news_item {
		width: 48%;
		margin-right: 4%;
	}
	
	.news_item:nth-child(2n) {
		margin-right: 0;
	}
	
	.news_item:nth-child(3n) {
		margin-right: 4%;
	}
	
	.news_details article, .info_tile_details article {
		width: 100%;
	}
	
	aside {
		margin-right: 0 !important;
	}
	
	.aside_news_image {
		width: 80px;
	}
	
	.info_tile_details .news_details {
		margin-bottom: 0;
	}
	
	.news_details aside {
		width: 100%;
		min-height: auto;
		margin-bottom: 0;
		padding-top: 0;
		border: none;
		margin-left: 0;
		text-align: left;
	}
	
	.partner {
		width: 49% !important;
		margin-right: 2% !important;
	}
	
	.partner:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.partner:nth-child(3n) {
		margin-right: 2% !important;
	}
	
	.team {
		width: 50% !important;
	}
	
	.mobile_header_options {
		display: flex;
		flex-wrap: wrap;
	}
	
	.footer_info {
		width: 60%;
	}
	
	.footer_logos {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.header_menu{
		display: none
	}
	
	.ddsmoothmenu {
		display: none;
	}
	
	.header_slider{
		margin-top: 140px;
		padding: 0;
		z-index: 99 !important;
	}
	
	header {
		height: 150px;
	}
	
	header .logo {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	
	.sublink{
		display: none;
	}
	
	header .logo img {
		margin: auto;
		width: 50%;
		height: auto;
	}
	
	h1 {
		font-size: 17px;
	}
	
	h2{
		font-size: 19px;
	}
	
	article .blue_line {
		margin-bottom: 30px;
	}
	
	.phylum_tile {
		height: 150px;
		font-size: 17px;
	}
	
	.phylum_carousel {
		margin-top: 70px;
	}
	
	.grey_line, .blue_line {
		width: 8%;
		margin-left: 46%;
		margin-right: 46%;
	}

	
	article.with_aside {
		width: 100%;
	}
	
	.footer_info {
		padding-top: 0;
	}
	
	.mobile_header_options{
		font-size: 15px;
		line-height: 20px;
	}
	
	.phylum_tiles{
		margin: 0;
	}
}

@media only screen and (max-width: 600px) {	
	.news_item {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	
	.team {
		width: 100% !important;
	}
	
	.footer_info {
		width: 100%;
	}
	
	.footer_logos {
		width: 70%;
		margin-top: 40px;
		margin-left: 15%;
		margin-right: 15%;
	}
}


@media only screen and (max-width: 479px) {
	.menu_tiles{
		font-size: 10px !important;
		line-height: 20px;
	}
	
	.single_picture {
		width: 49%;
		padding-right: 2%;
	}
	
	.single_picture:nth-child(2n) {
		padding-right: 0;
	}
	
	.single_picture:nth-child(3n) {
		width: 49%;
		padding-right: 2%;
	}
	
	.partner {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.partner:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.footer_info {
		width: 100%;
	}
	
	.footer_logos {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	h5{
		font-size: 27px;
	}
}

@media only screen and (max-width: 380px) {
	header{
		height: 120px;
	}
	
	.header_slider{
		margin-top: 115px;
	}
}