@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. */
}
	/*News feature section */
	.caption.feature{
		width:100%;
		padding-bottom: 1em;
		border: 0;
	}
	h4.feature{
		text-align: center;
		
	}
	hr.feature{
		margin-left: 25%;
		margin-right: 25%;
		border: 0;
  border-top: 1px solid #8c8b8b;
	}
	img.feature{
		width: auto;
		height: auto;
		vertical-align:middle;
		 display: block;
  margin-left: auto;
  margin-right: auto;
		padding-left: auto;
		padding-right: auto;
 }
 .news-iframe{

		vertical-align:middle;
		 display: block;
  margin-left: auto;
  margin-right: auto;
		padding-left: 0.66em;
	padding-right: 0.66em;
 }
 
	/*End news feature section*/

/*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;
}

 p.line1{
	color:#000;
	font-family:inherit; 
	font-size:3.60vmin;
	line-height:1;
	padding:5px;
}
 p.line2{
	color:#000;
	font-family:inherit;
	font-size: 2.25vmin;
	line-height:0.9;
	padding:5px;
}
.carousel-caption p.line2hon{	color:#000;
	font-family:inherit;
	font-size: 1.75vmin;
	line-height:0.9;
	padding:5px;
	}
	/*--also in bootstrap.min--p.line2 {display: none}*/
	@media screen and (max-width:438px){p.line2hon {display: none}}
/*---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;
}

#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;
}

/*CUSTOMIZE PROFILE CAROUSEL----------------------*/

       .profiles.carousel-control { 
                font-size: 40px; padding-top: 5%; width: 5%; 
        }

/*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 and SEI 
 -------------------------------------------------- */
.bioImage {
	margin-right:15px;
	
}
	.sei img{
border:1px solid #f1f1f1;
}

.exec {
	width:200px;
	margin:auto;
}
/*members-list page font*/
.members-list, .sei{font-size: 14px}

.members-list h1, .sei h1{
	font-size: 2.10em
	
}
.members-list h4, .sei 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;
}
	span.caret.caret-up{
		  border-top-width: 0;
    border-bottom: 4px solid #fff;
	 	margin-left: 4px;
		
	}
  

/*Multimedia Gallery*/

	/*Media Gallery
----------------------------------------------------*/
ul.video-gallery{
	padding: 1em;
}
.dropdown-menu.video-gallery{
	font-size: 1em;
	line-height: inherit;
}

li.video-gallery{color:#428bca;text-decoration:none;list-style-type:none; cursor: pointer;}
li.video-gallery:hover,li.video-gallery:focus{color:#2a6496;text-decoration:underline}
li.video-gallery:focus{outline: thin dotted;outline:5px auto  -webkit-focus-ring-color;outline-offset:-2px;}


ul.media-gallery>li{
	list-style-type:none;
	
}
.video-gallery.modal{
	position:fixed;
	top:25%;
	left:0;
	right: 0;
	bottom: 0;
	z-index:1040;
	display: none;
	overflow:auto;
	max-width:100%;
	max-height:100%;
}
.video-gallery.modal:focus {
	outline: none !important;
	}
	
.img-modal{

}
 /* Photo Gallery
 -------------------------------------------------- */
 
.modal {
	overflow: auto;
	color: #333;
	max-width:45%;
	max-height:45%;
} 
 .galleryimage {
	 margin-right: 5px;
	 margin-bottom: 5px;
 }

/* NSB member video gallery
-----------------------------------------------------*/
.nsb-videos{
	padding: 10px;
	margin-right: 5px;
	 margin-bottom: 5px;
}
.col-nsb-videos{

    margin-right: 60px;
    border-left-width: 80px;
    margin-left: 80px;
}
	
.col-nsb-member-videos{

    margin-right: 40px;
    border-left-width: 40px;
    margin-left: 40px;
}


.caption.member-videos{

    font-size: 0.938em;
				padding-top: 0.62em;
				margin-right: -80px;
					max-width: 300px;
}
 /* Footer Navigation
 -------------------------------------------------- */
 #footersection {
	/* Set the fixed height of the footer here */
	height: 175px;
	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;
}


/*---begin back to top button---*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #069;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #A1A1A1;
    color: #000;
}
/*---end back to top ---*/
/*....merit review..................................*/
 .merit-review
 td{
   text-align: right !important; 
 }
 /* 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;
}


 }	
 /*-----------------Bootstrap open/close accordion ----------------------*/
 .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
   color: #ccccff;         /* adjust as needed */
	 
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.panel-height{
	height: 100%;
}
.panel-minHeight{
	height: 25%;
}
/*---------------------end Bootstrap open/close accordion --------------------------------*/
/*---------------------STW card ---------------------------------------------------------*/

  .row-eq-height.row>.col-sm-6,.col-sm-4 {
	padding: 15px;
 
}
.card {
  	-webkit-box-shadow:  0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow:  0 4px 8px 0 rgba(0,0,0,0.2);
    -ms-box-shadow:  0 4px 8px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   transition: 0.3s;
    -webkit-transition: 0.3;
    -moz-transition: 0.3;
    -ms-transition: 0.3;
    width: 60%;
	 -webkit-width: 60%;
     -moz-width: 60%;
     -ms-width: 60%;
	 margin:0.5em;
	
}

.col-sm-4>.card {
	width: 100%;
	padding: 0px 0px 10px;
	min-height:100%;
}

.card:hover {
	-webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	
}

	 
.container-card, container-card>p{

  padding: 0.674em;
  margin-bottom: 0.3125em;

	/* -webkit-padding: 5px 12px 5px;
     -moz-padding: 5px 12px 5px;
     -ms-padding: 5px 10px 5px;*/

}
.container-card>p{
	text-align: left;
	font-size:0.938em;
 	max-height: 5.325em;
	line-height:1.325em;
 	white-space: -moz-pre-line; /* Firefox 1.0-2.0 */
 	white-space: pre-line; 
	/*overflow: auto;*/
	 overflow: hidden;/*remove this and restore auto if test scroll hover doesnt work*/
	text-overflow: ellipsis;
   resize: horizontal;
   z-index:10000;
	margin: 0.313em;
}
/* create space under learn more button*/
.container-card>p.stw-congressional-activities{
	 max-height: 3.725em;
}
.container-card>p:hover, p:focus{
	overflow: auto;	
	 padding-right: 0.225em;
	}
/*.img-card{
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden;
}
.img-card>img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  bottom: 0;
		}*/
	
#stw.modal-footer{
	/*padding:19px 20px 20px;margin-top:15px;*/
	height:1.25em;
	margin-top:0.25em;
	padding:0.25em 0em;
	text-align:right;
	border-top:1px solid #e5e5e5;
	
	}
  


/*--------------------------------end STW  card ------------------------------------------*/

/*--------------------------------STW page accordian buttons------------------------------*/
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: black;         /* adjust as needed */
   
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */

}
#stw.panel {
   -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow:none;
	box-shadow: none;
  border: none;
  margin:.25em 0em;
}
#stw.panel-heading{
    width: 70%;
	background-color: #6643ab1a;	
	
}
	#stw.panel-default > #stw.panel-heading{
	background-color:#6643ab1a;	
	border-color:#fff;
	box-shadow: 4px 0px #888888;
	}
	
/*-----------------------end STW accordion buttons----------------------------------------------*/
/*-----------------------webcast accordion buttons----------------------------------------------*/
button.accordion {
    background-color: #f0f0f0;
    color: #444;
    cursor: pointer;
    width: 50%;
	margin:1px;
    outline: 1px solid #ddd;
    border-top: 1px solid #fff;
    padding: 10px;
	border: 1px solid #fff;
    text-align: left;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}
button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.webcastpanel {
    padding:  18px;
    display: none;
    background-color: white;
}

div.webcastpanel.show {
    display: block;
}
/*---------------end webcast-------------------------*/



/*-----------------profile---------------------------*/
.hide-bullets {
list-style:none;
margin-left: -40px;
margin-top:20px;
}
/*-----------------end profile-------------------*/

/*Logo page*/
hr.logo{
width:100%;
	height:1px;
	color: #999;
	background-color: #999;
}
.logo.col-sm-4{
	width: 30%;
	display: inline-block;
}
.logo.col-sm-8{

margin: auto;
  width: 70%;
  padding-top: 244px; 
display: inline-block;
}

p.greylogo{
padding-top: 42px;
}
@media (max-width:762px){
	.logo.col-sm-4{
		width:100%;
	 }
}
@media (max-width:762px){
	.logo.col-sm-8{
	padding-top: 1em;
	width: 100%;
	}
}
@media (max-width:762px){
p.greylogo {
		padding-top:1em;
	 }
	}


/*End Logo page*/

/* multi-mediagallery*/
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
h4.left-tabs{
padding: 15px 10px 30px;
margin-top: 10px;

	}
/* End multimediagallery*/
 
 /* Vision Feedback*/

 .vision-feedback-style { 
  border: 1px solid;
  padding: 20px;
  box-shadow: 5px 10px 18px #888888;
}

 /* end Vision Feedback*/

.bs-example:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 /*
 .form-horizontal .control-label{
    text-align: left;*/
}
 /*End Vision Feedback*/