@charset "utf-8";
@import url('style-reset.css');

/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {font-size: 100%; font-family: Arial, Helvetica, sans-serif; color: #3c3c3c; background: #f8f8f8 url(../images/top.png) repeat-x}

#container {margin: auto; width: 960px; font-size: .875em; position: relative}

#logo {position:absolute; right: 0; top: 0;}

#left {float: left; width: 580px; margin-bottom: 40px;}

#right {float: right; width: 310px; margin-bottom: 40px;}

#footer {clear:both; padding: 20px 0; width: 960px; margin: auto; font-size: .7em; border-top: 3px solid #dadada; position: relative}

.left_box {width: 270px; float: left;}

.right_box {width: 270px; float: right;}

.seperator {border-bottom: 1px dotted #d8d8d8; margin: 20px 0; clear: both}

.comments {margin: 0px 0 20px}

.comments ul li {background:#fefedc; border: 1px dotted grey; padding: 10px 20px; margin:15px 0}

/*-----------------------------------------------*/
/*---------------   TYPOGRAPHY, IMG   ----------*/
/*---------------------------------------------*/

a {color: #274462; text-decoration: none}

p {padding: 15px 0; line-height: 1.5em}

strong {font-weight: 700}

.left_box p, .right_box p {font-size: .9em; line-height: normal;}

.main_heading span{font-size: 1em;}

h1.main_heading {font-size: 1.2em; font-weight: 700; color: #babc2c; font-style: italic}

h2 {font-size: 2em;}

h2#comments_heading {margin: 20px 0 0}

h3 {font-weight: bold}

h4 {font-weight: bold}

#right h3 {font-size: 1.2em; font-weight: 700; margin-bottom: 15px;}

.align_left {float: left; margin-right: 10px}

.blog_photo, .blog_photo_single {padding: 10px; background: #fff; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2}

.blog_photo_single {border-bottom: 1px solid #e2e2e2; margin-bottom: 15px}

.blog_post {padding: 10px; background: #fff; border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; margin-bottom: 30px}

.blog_post_meta {color: #999; background:#f4f4f4; padding: 5px}

.blog_post p {padding-top: 5px}

.read_more {text-align:right; margin-right: 15px; font-weight: 700; font-style:italic}



/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* vertical menu ---------------*/

#v_navcontainer {border: 1px solid #c9c9c9; margin: 0px 0 30px; padding: 10px; background: #fff;}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer a {
     display: block;
	 color:#000;
     padding: 8px 0;
     border-bottom: 1px solid #eee;
}

#v_navcontainer a:hover {
     color: #E8E8E8;
}

/* horizontal menu ---------------*/

#nav{
	float:left;
	list-style-type: none;
	margin:30px 0px 0px 0px;
	margin-bottom: 60px;
	background: url(../images/menu_seperator.png) left center no-repeat

}
#nav li{
	float:left;
	background: url(../images/menu_seperator.png) right center no-repeat

}
#nav li a:link, #nav li a:active, #nav li a:visited{
	display:block;
	width:85px;
	padding:4px 20px;
	text-decoration: none;
	line-height: 20px;
	outline: none;
	text-align:left;
	font-size: 16px;
        font-weight: bold;
	color:#d2d4dc;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#FFFFFF;
}
span.nav_text{
	font-size:11px; 
	padding:0px 20px;
	color:#989797
}


/*-----------------------------------------------*/
/*---------------      FORMS     ---------------*/
/*---------------------------------------------*/

#form_container {border: 1px solid #c9c9c9; margin: 0 0 30px; padding: 10px; background: #fff;}

/* comment form */

form {margin-top: 20px}

textarea {width: 100%}

#commentform p {padding: 5px 0}

.input_bg {background: #fff; border: 1px solid #c9c9c9; color: #000;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

fieldset {padding: 10px 20px;}

legend {margin-left: 2px; padding: 2px 0px; font-weight: bold;}

#submit {background: #000; color: #FFF; font-weight:700; border: 1px solid #003d53; padding: 5px; cursor: pointer;}


/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/


#slider1 {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
	margin-bottom: 35px
}

#slider1Content {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size: .9em;
    padding: 10px 20px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 300px !important;
	height: 290px;
}

#slider1 h2 {font-size: 2em; padding: 15px 0}

/*-----------------------------------------------*/
/*---------------      Panes      --------------*/
/*---------------------------------------------*/ 

h2.latest_products_heading {font-size: 1em; font-weight: bold; color: #333; margin-bottom: 3px}

.product_text {font-size: .8em; line-height: normal; padding: 0}

/* hover divs (pane list) */

.pane-list {
	margin-bottom: 30px;
	list-style: none;
}

.pane-list li {
	background: #efefef;
	cursor: pointer;
	height: 50px;
	padding: 4px;
	margin-bottom: 1px
}

.pane-list li:hover {
	background: #f6ffe9;
}

.pane-list img {border: 2px solid white; float: left; margin-right: 8px}

.pane-list a {color:#333}

/*-----------------------------------------------*/
/*---------------      Social      -------------*/
/*---------------------------------------------*/ 

/* share (social icons) */

#sharethis {width: 136px; position:absolute; right: 0px; top: 6px;}

#sharethis ul li {display: inline; float: left; margin-right: 5px}

/* rss */

	.rss {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(../images/rss.png) top no-repeat;
	}
	
	.rss * {
	  display: none;
	}
	
	.rss span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(../images/rss.png) bottom no-repeat;
	}
	
	/* facebook */
	
		.facebook {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(../images/fb.png) top no-repeat;
	}
	
	.facebook * {
	  display: none;
	}
	
	.facebook span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(../images/fb.png) bottom no-repeat;
	}
	
	/* twitter */
	
		.twitter {
		position:relative;
		display:block;
		height: 40px;
		width: 40px;
		background:url(../images/twitter.png) top no-repeat;
	}
	
	.twitter * {
	  display: none;
	}
	
	.twitter span.hover {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 40px;
		width: 40px;
		background:url(../images/twitter.png) bottom no-repeat;
	}


.pub-details p {
  margin: 5px 0;
}

#publications-section {
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  clear: both;
}

#publications {
  width: 100%;
}

.publication-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}

.pub-details {
  flex: 1;
  max-width: none;
}

.pub-image {
  width: 500px;
  min-width: 500px;
  padding: 6px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.pub-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
}
@media (min-width: 1100px) {
  .pub-image img {
    height: 260px;
  }
}
.pub-image {
  width: 480px !important;
  min-width: 480px !important;
}

.pub-image img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !

.pub-image img {
  transform: scale(0.50);
  transform-origin: center center;
}
.map-link {
    color: #274462;
    text-decoration: underline;
}

.map-link:hover {
    color: #0066cc;
    text-decoration: none;
}
.contact-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.contact-card h3 {
    color: #274462;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
}

.contact-card p {
    margin: 8px 0;
    line-height: 1.5;
}

.contact-card .address {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.contact-card a {
    color: #0066cc;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.map-link {
    display: inline-flex;
    align-items: center;
    color: #0066cc !important;
    font-weight: 500;
}

.map-link i {
    margin-right: 8px;
}
/* Member Profile */
.member-profile {
    width: 100%;
    margin-bottom: 20px;
}

.profile-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.profile-image {
    flex-shrink: 0;
line-height: 0;
}

.profile-image img {
    width: 141px;
    height: auto;
    border-radius: 4px;
display: block;
}

.profile-description {
    flex-grow: 1;
    text-align: justify;
}

.profile-description h2 {
    margin-top: 0;
    color: #274462;
}

.profile-description p {
    margin: 10px 0;
    line-height: 1.5;
}

/* Recruitment Info */
.recruitment-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 20px 0;
}

.recruitment-image {
    flex-shrink: 0;
}

.recruitment-image img {
    width: 137px;
    height: auto;
}

.recruitment-text {
    flex-grow: 1;
    text-align: justify;
}

.recruitment-text p {
    margin: 0;
    line-height: 1.5;
}

/* Past Members */
.past-members {
    margin-top: 20px;
}

.past-members h3 {
    text-align: center;
    color: #274462;
}

.member-list {
    list-style: none;
    padding: 0;
}

.member-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.member-name {
    font-weight: bold;
    flex-basis: 50%;
}

.member-duration {
    flex-basis: 50%;
    text-align: right;
}

/* Horizontal Rule */
#left hr {
    border: none;
    border-top: 2px solid #ccc;
    margin: 20px 0;
}
.profile-image p {
    padding: 0;
    margin: 0;
}
