@media screen{

html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  min-width:100%;
  font-size: 16px;
  margin-top:20px;
 
  
  /* The html and body elements cannot have any padding or margin. */
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.container{margin: 0 auto; margin-bottom:-250px; width:100%; min-height:100%;
}
.container:before,.container:after{display:table;content:" "}
.container:after{clear:both}
.container:before,.container:after{display:table;content:" "}
.container:after{clear:both}

@media(min-width:320px){.container{width:315px;}}
@media(min-width:480px){.container{width:475px;}}
@media(min-width:768px){.container{width:750px;}}
@media(min-width:992px){.container{width:970px;}}
@media(min-width:1200px){.container{width:100%;}}

@media(min-width:320px){#footersection{width:315px;}}
@media(min-width:480px){#footersection{width:475px;}}
@media(min-width:768px){#footersection{width:750px;}}
@media(min-width:992px){#footersection{width:970px;}}
@media(min-width:1200px){#footersection{width:100%;}}




 		.panel-body-2{padding:15px; }
		.panel-body-2:before,.panel-body:after{display:table;content:" "}
		.panel-body-2:after{clear:both}
		.panel-body-2:before,.panel-body:after{display:table;content:" "}
		.panel-body-2:after{clear:both}
		
		.panel-body-3{padding:15px}
		.panel-body-3:before,.panel-body:after{display:table;content:" "}
		.panel-body-3:after{clear:both}
		.panel-body-3:before,.panel-body:after{display:table;content:" "}
		.panel-body-3:after{clear:both}
		
		.thumbnail-2{display:block;padding:4px;margin-bottom:20px; line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
		.thumbnail-2>img,.thumbnail a>img{display:block;height:auto;max-width:100%;margin-right:auto;margin-left:auto; margin-top:20px;}
		a.thumbnail-2:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}
		.thumbnail-2 .caption{padding:9px;color:#333}
		a.thumbnailprofile{height:auto}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 300px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption h3{
	color:#FFF;
	font-size: 1.500em;
}

.carousel-caption h2{
	color:#FFF;
	font-size: 1.875em;
}
.carousel-caption h1{
	color:#FFF;
	font-size: 2.250em;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 250px;
	background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

.carousel-caption h2.black{
	color:#000;
	font-size: 1.875em;
}

.carousel-caption h3.black{
	color:#000;
	font-size: 1.875em;
}

.carousel-caption p.line1{
	color:#000;
	font-family:Helvetica Regular, sans-serif; 
	font-size:3.75vmin;
	line-height:0.9;
	padding:5px;
}
.carousel-caption p.line2{
	color:#000;
	font-family:Helvetica Regular, sans-serif;
	font-size: 2.25vmin;
	line-height:0.9;
	padding:5px;
}
/* CUSTOMIZE THE CAROUSEL 2
-------------------------------------------------- */
#myCarousel2 .thumbnail2 {	
margin-bottom: 5px;
border:none;
background-color:#FFF;
border-radius:none;
height:auto;
display:block;
padding:4px;
line-height:1.428571429;
background-color:#fff;}

#myCarousel2 .thumbnail2>img,.thumbnail a>img{display:block; height:auto;max-width:100%;margin-right:auto;margin-left:auto}

#myCarousel2 .carousel-inner {
	height:345px;
	}

#myCarousel2 .item {
	background-color: #FFF;

}
#myCarousel2 .carousel-control {
color:#006699;
top:44%;
bottom:auto;
opacity:1;
}
#myCarousel2 .carousel-control:hover {
color:#6FA6CE;
}
#myCarousel2 .carousel-control.left, .carousel-control.right {
background-image:none !important;
}
#myCarousel2 .carousel-control.right {
left:auto;
right:-25px;
}
#myCarousel2 .carousel-control.left {
right:auto;
left:-25px;
}

#myCarousel2 .caption h3{
	color: #069;
	font-size: 1.000em;
	font-weight: bold;
}
#myCarousel2 .caption h3 a{
	color: #069;
	font-size: 1.000em;
	font-weight: bold;
}
#myCarousel2 .caption h3 a:hover{
	color:#428bca;
	font-size: 1.000em;
	font-weight: bold;
}
#myCarousel2 .caption{
	height: auto;
}

/* Panel Button Bottom
-------------------------------------------------- */
#bottomright {
	padding-bottom: 20px;
	padding-top: 10px;
}

/* CUSTOMIZE THE CAROUSEL 3
-------------------------------------------------- */
#myCarousel3 .thumbnail {	
margin-bottom:0;
border:none;
background-color:#006699;
border-radius:none;
}
#myCarousel3 .item {
background-color:#006699;
height:100%;
}
#myCarousel3 .carousel-control {
color: #FFF;
top:44%;
bottom:auto;
opacity:1;
}
#myCarousel3 .carousel-control:hover {
color:#6FA6CE;
}
#myCarousel3 .carousel-control.left, .carousel-control.right {
background-image:none !important;
}
#myCarousel3 .carousel-control.right {
left:auto;
right:-25px;
}
#myCarousel3 .carousel-control.left {
right:auto;
left:-25px;
}

#myCarousel3 .caption h3{
	color: #FFF;
	font-size: 0.875em;
	font-weight: bold;
}


/*sidebar Area
-------------------------------------------------- */
.contentspace{
	margin-left:15px;
	margin-top:-20px;
	height:100%;
}

.sidebar{
	background-color: #006699;
	color: #FFF;
	padding-bottom: 15px;
	padding-left: 30px;

}
.sidebar h3{
	color:#FFF;
}
.sidebar hr{
	color:#FFF;
	background-color:#FFF;
	border:2px solid;
}

.sidebar h4.media-heading{
	color:#FFF;
	}


/*Sidebar Events Panel
-------------------------------------------------- */
.eventside{
	padding-top:95px;
}

.eventside hr{
	color:#FFF;
	background-color:#FFF;
	border:2px solid;
}

.eventside .media-body a{ 
 	 color:#FFF;
	 text-decoration:none;
}
.eventside .media-body a:hover{
	color:#FFF;
	text-decoration:underline;
}

.eventside .media a{ 
 	 color:#FFF;
	 text-decoration:none;
}
.eventside .media a:hover{
	color:#FFF;
	text-decoration:underline;
}

.sidebar .eventside btn btn-default a{color:#FFF;background-color: #006699; }
.sidebar .eventside btn btn-default a:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color: #000;
	background-color: #6FA6CE; text-decoration:none;}	
.sidebar .eventside btn btn-default a:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
.sidebar .eventside btn btn-default a:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{color: #000;
	background-color: #6FA6CE; text-decoration:none;}

/*Sidebar News Panel
-------------------------------------------------- */
.newsside{
	padding-top:40px;
		
}

.newsside hr{
	color:#FFF;
	background-color:#FFF;
	border:2px solid;
}
 .newsside li a{ 
 	 color:#FFF;
	 text-decoration:none;
}
.newsside li a:hover{
	color:#FFF;
	text-decoration:underline;
}

.newsside .fa{
	color:#FFFFFF;
}

.sidebar .newsside btn btn-default a{color:#FFF;background-color: #006699; }
.sidebar .newsside btn btn-default a:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color: #000;
	background-color: #6FA6CE; text-decoration:none;}	
.sidebar .newsside btn btn-default a:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
.sidebar .newsside btn btn-default a:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{color: #000;
	background-color: #6FA6CE; text-decoration:none;}
	
/*Sidebar Activities Panel
-------------------------------------------------- */	
.activityside {
	padding-top:35px;
		
}

.activityside hr{
	color:#FFF;
	background-color:#FFF;
	border:2px solid;
}
 .activityside li a{ 
 	 color:#FFF;
	 text-decoration:none;
}
.activityside li a:hover{
	color:#FFF;
	text-decoration:underline;
}



/* Content Area after Sidebar
-------------------------------------------------- */
.contentarea {
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 20px;


}
.contentarea th{
	color:#FFF;
	background-color:#006699;
}
.contentarea hr{ 
	width:100%;
	height:3px;
	color: #999;
	background-color: #999;
}

.contentarea hr.gradient_one {
	width: 100%;
    height: 5px;
	color: #F09819;
	background-color:#F09819;
 	background: -webkit-linear-gradient(90deg, #F09819 10%, #EDDE5D 90%); /* Chrome 10+, Saf5.1+ */
  	background:    -moz-linear-gradient(90deg, #F09819 10%, #EDDE5D 90%); /* FF3.6+ */
  	background:     -ms-linear-gradient(90deg, #F09819 10%, #EDDE5D 90%); /* IE10 */
  	background:      -o-linear-gradient(90deg, #F09819 10%, #EDDE5D 90%); /* Opera 11.10+ */
  	background:         linear-gradient(90deg, #F09819 10%, #EDDE5D 90%); /* W3C */
        
	
}

.contentarea h1,.h1{
	font-size: 2.250em;
	color: #069;
	font-weight: bold;
}
.contentarea h2,.h2{font-size: 1.875em;}
.contentarea h3,.h3{
	font-size: 24px;
	color: #069;
	font-weight: bold;
}
.contentarea h4,.h4{font-size: 1.500em;
	color:#000;
	font-weight: bold;}
.contentarea h5,.h5{font-size: 0.875em;
	color:#000;
	font-weight: bold;}
.contentarea i{
	color:#428bca;
}

.block {
	padding-right: 30px;
	padding-bottom: 15px;
}

.iconlinkssection {
	padding-right: 20px;
}

 /* Members Section
 -------------------------------------------------- */
.bioImage {
	margin-right:15px;
}
.exec {
	width:200px;
	margin:auto;
}
/*members-list page font*/
.members-list{font-size: 14px}

.members-list h1{
	font-size: 2.10em
	
}
.members-list h4{
	font-size: 1.35em
	
}

 /* Publication Section
 -------------------------------------------------- */
.pubImage {
	margin-right:15px;
}
.exec {
	width:200px;
	margin:auto;
}

 /* News Section
 -------------------------------------------------- */

 .newsmeetingsection {
	 margin-bottom:20px;
	 margin-left:20px;
	 margin-right: 20px;
	 margin-top:40px;
	
  }

.newsmeetingsection  .panel-default{
	
	border: 1px solid #006699;
}
 .newsmeetingsection  .panel-default>.panel-heading{
	background-color: #006699;
	color:#fff;
 }
 .newsmeetingsection  .panel-default>.panel-body{
	margin-bottom:20px;
	margin-right:5px;
	padding-bottom:10px;
 }
 .newsmeetingsection  .panel-default>.panel-body li{
	margin-bottom: 5px;
	color: #000000;
 }
 .newsmeetingsection .panel-title a{
	color:#fff;
	text-decoration:none;
}
.newsmeetingsection .panel-title a:hover{ 
 	color:#FFF;
	text-decoration:underline;}
.newsmeetingsection .panel-title a:focus{ 
 	color:#FFF;
	text-decoration:underline;}


 /*Topics Area 
 -------------------------------------------------- */
 .topicsarea {
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;	
 }

 
.topicsarea .thumbnail{
	border: 1px solid #006699;
   
}
.topicsarea .caption {
	margin-bottom:10px;
}

 .topicsarea hr{
	  border:1px solid #999;

 }


  .topicsarea img{
	  margin-top:20px;
  }
 
.topicsarea li{
	margin-bottom:5px;
}
  
 /* Photo Gallery
 -------------------------------------------------- */
 
.modal {
	overflow: auto;
	color: #333;
	max-width:45%;
	max-height:45%;
} 
 .galleryimage {
	 margin-right: 5px;
	 margin-bottom: 5px;
 }



 /* Footer Navigation
 -------------------------------------------------- */
 #footersection {
	/* Set the fixed height of the footer here */
	height: 275px;
	background-color: #006699;
	clear:both;
	padding-top: 10px;
	width:100%;
	color:#fff;
	position:relative;
	bottom:0;
	left:0;	
		}

#footersection  h4{
	color:#FFF
}

#footersection  h4 a{
	color:#FFF;
	text-decoration:none;
}
#footersection h4 a:hover{ 
 	color:#FFF;
	text-decoration:underline;}
#footersection h4 a:focus{ 
 	color:#FFF;
	text-decoration:underline;}
	
.footernav2 {
	width:100%;
	color:#fff;
 }

	
#footersection .footernav2 btn btn-default a{color:#FFF;background-color: #006699; }
#footersection .footernav2 btn btn-default a:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color: #000;
	background-color: #6FA6CE; text-decoration:none;}	
#footersection .footernav2 btn btn-default a:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
#footersection .footernav2 btn btn-default a:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{color: #000;
	background-color: #6FA6CE; text-decoration:none;}
}	
 /* Printing Styles
 -------------------------------------------------- */
 @media print {
	 nav {
		 display: none;
		 }
	 
	 img {
		 max-width: 500px;
		}

	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
		
		}

 	.carousel {
		display: none;
		}
	#footersection {
		display:none;
 		}
	.sidebar .eventside{
		display: none;
	}
		
	.sidebar .activityside{
		display: none;
	}
	.sidebar .newsside {
		display: none;
	}
	.sidebar .block{
		display: none;
	}
	.iconlinkssection{
		display: none;
	}
	.contentarea{
		align: left;
		margin-top: 0.5cm;
		margin-right: 2cm;
		margin-bottom: 1.5cm;
		background:#FFFFFF;
	}
	.contentarea h1,.h1{
	font-size: 27pt;
	color: #069;
	font-weight: bold;
	}
	.contentarea h2,.h2{
		font-size: 22.5pt;
		color:#000000}
	.contentarea h3,.h3{
	font-size: 18pt;;
	color: #069;
	font-weight: bold;
	}
	.contentarea h4,.h4{font-size: 12pt;
	color:#000;
	font-weight: bold;}
	.contentarea h5,.h5{font-size: 10.5pt;
	color:#000;
	font-weight: bold;}
	
	p a[href^="http://"]:after, a[href^="https://"]:after {
		content: " (" attr(href) ")";
	}
	p a {
		word-wrap: break-word;
		color: #428bca;
		font-weight:bold;
	}
	
	.contentarea hr.gradient_one {
	width: 50%;
    height: 0.132291667cm;
	color: #F09819;
	background-color:#000000;
	display: block;
	}
	
	a {
	color: #428bca;
	text-decoration: none;
}


 }	
