 @charset "utf-8";
/* Default Pages Styling */

@import url("font-awesome-min.css");

	

body { 
  color: #000000; /* #666666; #ffffff - */ /*bg_font_color */
  font-family: Helvetica, Arial, sans-serif; /*Helvetica, Arial, sans-serif;  bg_font_family */
  font-size:; /*  bg_font_size */
  background-color: #FFFFFF; /* include now */
  border-width: 6px 0 0 0;
  border-color: #FFFFFF;
  border-style: none;
  
  }
.row {
	max-width: 62.5rem;
}
  
p { 
  font-family:Helvetica, Arial, sans-serif; /* Paragraph/Text - p - Font-family*/ /*paragraph_font_family */
  color:#000000;  /* Paragraph/Text - p-color; #00395d, #000000, #ffffff */ /*paragraph_color */
  font-size:1.00em; /* Paragraph/Text - p - Font-size - 0.60em, 0.65em, 0.70em, 0.75em, 0.80em, 0.85em, 0.90em, 1.05em, 1.10em, 1.20em */ /*paragraph_font_size */
  }

strong, b { /* strong_font_weight,strong_line_height */
  font-weight: bold; /* normal, initial, inherit, bold */ /*strong_font_weight*/
  line-height: inherit; /* strong_line_height  */
  font-size: 1em;  /* include now */
  }

label { /* label_font_color,label_font_size,label_font_weight,label_line_height,label_margin */
  color: #000000; /* #000000, #4d4d4d*/ /*label_font_color */
  font-size: 1.00em; /* 0.60em, 0.65em, 0.70em, 0.75em, 0.80em, 0.85em, 0.90em, 1.05em, 1.10em, 1.20em */ /* label_font_size */
  font-weight:0.875em; /* bold, normal */ /*label_font_weight */
  margin: 0.1875em; /* label_margin */
  line-height:1; /* label_line_height */
  }

input[type="submit"] {
  font-family:Helvetica, Arial, sans-serif; /* inherit; */ /*button_font_family */
  font-size:1.00em; 
  font-weight:bold;  /* button_font_weight*/
  line-height:1; /* button_line_height*/
  margin:0.875em; /* button_margin */
  background-color:#666666;
  color:#FFFFFF;
  width:1;
  height:1; 
  border:1px solid;
  border-color:#666666; 
  border-radius:2px; 
  }
 
#main-slide-holder img {
  border: 1px solid; 
  border-color:#D5D5D5; 

  }

input[type="submit"]:hover,input[type="submit"]:focus {
  text-decoration:;  /* included now */
  background-color:#2A2A2A; /* included now */
  color:#FFFFFF; /* include now */

}
 
input:focus:not([type]), /* button_focused_background_color,button_focused_border_color,button_focused_box_shadow_color */
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
input[type="color"]:focus, 
textarea:focus {
  background: #FFFFFF;  /* 0 0 5px #999999; */ /*button_focused_background_color */
  border-color:#F3F3F3; /* button_focused_border_color */
  border: 1px solid; /* include now */
  box-shadow:#F4F4F4;  /* button_focused_box_shadow_color */
  }
  
input[type="text"], /* button_font_family,button_font_size,button_background_color,button_border,button_border_color,button_height,button_width,button_margin,button_padding,button_box_shadow, button_font_color*/
input[type="password"], 
input[type="date"], 
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea {
  background-color: #FFFFFF; /* button_background_color */
  border:1px solid; /* button_border */ /* button_border_color*/
  border-color: #000000;  /* button_border_color*/
  box-shadow: #000000; /* button_box_shadow */
  color: #000000; /*button_font_color */
  font-family: Helvetica, Arial, sans-serif; /* button_font_family */
  font-size:1.00em; /* 0.60em, 0.65em, 0.70em, 0.75em, 0.80em, 0.85em, 0.90em, 1.05em, 1.10em, 1.20em */ /*button_font_size */
  font-weight: normal; /* include now */
  height: 2.3125rem; /* button_height */
  margin: 0.125rem; /* button_margin */
  padding: 0.5em; /* button_padding */
  width: 1; /* button_width */
  }
  
a.download { 
  font-size: 1.4rem/1 FontAwesome; /* 1em, 1.10em, 1.15em, 1.20em, 1.25em, 1.30em, 1.35em, 1.40em - font_awesome_font_size */  /* font_awesome_font_size */
  }

a.download::before { 
  content: "\f1c1"; /* include now */
  font: 1.4rem/1 FontAwesome; /* 1em, 1.10em, 1.15em, 1.20em, 1.25em, 1.30em, 1.35em, 1.40em */ /* font_awesome_font_size */
  padding: ; /* font_awesome_padding */ 
  color: #FFFFFF;  
  }
  
a.savedate::before { 
  content: "\f073"; /* include now */
  font: 1.4rem/1 FontAwesome; /* 1em, 1.10em, 1.15em, 1.20em, 1.25em, 1.30em, 1.35em, 1.40em */ /* font_awesome_font_size */
  padding: ; /* font_awesome_padding */ 
  color: #FFFFFF;  
  }
  
a.nSlideInc::before {
    float: right;
    content: "\f0fe";
    font: 1.4rem/1 FontAwesome;
    padding: 5px 5px 0;
    color: #000000;

}
a.nSlideDec::before {
    float: right;
    content: "\f146";
    font: 1.4rem/1 FontAwesome;
    padding: 5px 5px 0;
    color: #000000;

}

h1 { 
  font-size:1.6em; /* Heading 1 - h1-font-size- 2.00em, 2.05em, 2.10em, 2.15em, 2.20em, 2.30em, 2.35em, 2.40em, 2.50em, 2.90em, 3em */ /*h1_font_size */
  color: #000000; /* Heading 1 - h1-color -#00395d, #000000, #ffffff */ /*h1_color */
  font-family: Helvetica, Arial, sans-serif;  /* Heading 1 - h1-font-family*/ /*h1_font_family */
  font-weight: normal; /* include now */
  text-align: left;  /* include now */
  margin: 3px 0 21px 0px;  /* include now */
  }
  
h2 {
  color: #000000; /* include now */
  font-size: 16px; /* include now */
  font-weight: bold; /* include now */
  font-family: Helvetica, Arial, sans-serif; /* include now */
  text-align: left; /* include now */
  margin: 2px 0 0 3px; /* include now */
}

h3 { 
  font-size:1.00em;  /* Heading 3 - h3-font-size* - 1em, 1.10em, 1.15em, 1.20em, 1.25em, 1.30em, 1.35em, 1.40em */ /*h3_font_size */
  color:#000000; /* Heading 3 - h3-color - #1a64a1, #000000, #00395d, #ffffff */ /*h3_color */
  font-family: Helvetica, Arial, sans-serif; /* Heading 3 - h3-font-family*/ /*h3_font_family */
  font-weight: normal; /* include now */
  }
  
#BodyTop { /*header_background */
  background: ;
  background-color:#FFFFFF;  /* Header Background color - BodyTop-bgcolor:#101c36; #ffffff; #61A4D7; #20365F;  */
  min-height: 0px; /* include now */
  padding: 19px 0px 19px 0px; /* include now */
  position: relative; /* include now */
  text-align: left; /* include now */
  }
  
#TopNav {
  background: ;  /* TopNav Background Long - for Background image or other*/
  background-color:#662046;  /* TopNav Background color - TopNav-bgcolor:#101c36; #ffffff; #61A4D7; #20365F;  */
  min-height: 10px; /* include now */
  padding: ; /* include now */
  position: ; /* include now */
  text-align: ; /* include now */
 
  }
  
#BodyBottom { /*footer_background */
  background-color: #666666;  /* Footer Background color - BodyBottom-bgcolor:#101c36; #ffffff; #61A4D7; #20365F; */
  margin: 0px; /* include now */
  }

#BodyMiddle {
  background-color: #FFFFFF;/* include now */
  text-align: none;/* include now */
  margin: 25px 0px 0px 0px;
  }
  
a {
  font-size: 1em; /* 0.60em, 0.65em, 0.70em, 0.75em, 0.80em, 0.85em, 0.90em, 1.05em, 1.10em, 1.20em */ /*a_font_size */
  }

a:link { 
  color: #000000; /* a_unvisited_link_color */
  }

a:visited { 
  color: #000000;  /* a_visited_link_color */
  }

a:hover { 
  color: #662046;  /* a_mouse_over_link_color */
  }

a:active { 
  color: #000000;  /* a_selected_link_color */
  }  

/* Webcast Live Pages Styling */
#title {
  height: 27px;
}
#content {
  float:; /* left; */
  height:; /* 632px; */
  width: ; /* 402px; */
}
#tab-selector {
  display:flex;
  height:27px;
  padding:0;
  position:relative;
  width:400px;
  z-index:10;
}
#tab-selector .tab{ 
  border:1px solid;
  border-color:#000000; /* 1px solid, Tab Border color - border-color - #858582, #000000, #999 */ /* tab_border_color*/
  background-color:#FFFFFF; /* Un-Selected Tab Background color - tab-selected.tab-bgcolor - #e9eaea, #dadada, #ced4e0, #eee, #e6e6e6, */ /* tab_background_color*/
  font-family:Helvetica, Arial, sans-serif; /* Un-Selected Tab font family - tab-selected.tab-font-family*/ /* tab_font_family*/
  font-size:1.00em;  /* Un-Selected Tab font size - tab-selected.tab-font-size - 11px, 12px, 13px, 14px, 15px */ /* tab_font_size*/
  color:#000000; /* Un-Selected Tab font color - tab-selected.tab-color - #003366,#008cba, #3055b3, #000000 */ /* tab_font_color*/
  width: 90px; /* tab_width */
  height: 27px; /* tab_height */
  padding: 2px 0 0 3px;  /* tab_padding */
  cursor: pointer; 
  border-radius:2px;
  }
			
#tab-selector .selected-tab { 
  border:1px solid; 
  border-color:#000000; /* Tab Border color, 1px solid  - border-color - #858582, #000000, #999 */ /* selected_tab_border_color*/
  background-color:#E2E2E2; /* Selected Tab Background color - tab-selected.selected-tab-bgcolor - #ffffff, #dadada, #f2dd2a, #008cba, #3e0566,  */ /* selected_tab_background_color*/
  font-family:Helvetica, Arial, sans-serif; /* Selected Tab font family-tab-selected.selected-tab-font-family*/ /* tab_font_family*/ /* selected_tab_font_family*/
  font-size:1.00em; /* Selected Tab font size - tab-selected.selected-tab-font-size - 11px, 12px, 13px, 14px, 15px */ /* selected_tab_font_size*/
  color:#000000; /* Selected Tab font color - tab-selected.selected-tab-color - #00a4e8, #d4262f, #666666, #ffffff  */ /* selected_tab_font_color*/	
  width: 90px; /* selected_tab_width */
  height: 27px;/* selected_tab_height */
  padding: 2px 0 0 3px;  /* selected_tab_padding */  
  cursor: pointer; 
  border-radius:2px;
  }
  
#tab-content-holder {
    height:auto; /*322px; */
    position:relative; /*relative;*/
    width:; /*402px;*/
    z-index:5; /*5;*/
}
#tab-content-holder .tab-content {
    background-color:#FFFFFF; /* #fff; */
    color:#000000; /* #000; */
    display:none; /*none; */
    font-size:0.75; /* 75%; */
    height:auto; /* 422px; */
    left:0; /* 0; */
    overflow:hidden; /* auto; */
    padding:0px; /* 0; */
    position:absolute; /* absolute; */
    margin:0px; /* 1px; */
    width:100%; /* 402px; */
}

#tab-content-holder .selected-tab-content {
    display:block; /* block; */
} 

.tabs dd > a, .tabs .tab-title > a {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.00em;
	padding: 2px 0 0 3px;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.tabs dd.active > a, .tabs .tab-title.active > a {
	background-color: #E2E2E2;
	color: #000000;
}
 
#slidesearch{
	height:114px;
	padding:5px 0 5px 0;
}
			
#search-results{
	height:330px;
	overflow:auto;
}  
 
#doslidesearch {
	font-family:Helvetica, Arial, sans-serif; /* inherit; */ /*button_font_family */
	font-size:1.00em; 
	font-weight:bold;  /* button_font_weight*/
	line-height:1; /* button_line_height*/
	margin:0.875em; /* button_margin */
	background:#666666 none repeat scroll 0 0;
	background-color:#666666;
	color:#FFFFFF;
	width:1;
	height:1; 
	border:1px solid;
	border-color:#666666; 
	border-radius:2px;
}	
#showallslides {
    font-family:Helvetica, Arial, sans-serif; /* inherit; */ /*button_font_family */
	font-size:1.00em; 
	font-weight:bold;  /* button_font_weight*/
	line-height:1; /* button_line_height*/
	margin:0.875em; /* button_margin */
	background:#666666 none repeat scroll 0 0;
	background-color:#666666;
	color:#FFFFFF;
	width:1;
	height:1; 
	border:1px solid;
	border-color:#666666; 
	border-radius:2px;
} 

#transcript-results{
				padding:5px;
				overflow:auto;
			}
			.si-transcript{
				padding-top:5px;
				cursor:pointer;
			}
			.si-thumb{
				cursor:pointer;
			}
#search-line {
				height:503px;
				overflow-x:scroll;
				overflow-y:hidden;
				font-size:9px;
				font-weight:normal;
				height:109px;
				width:100%;
				padding-top:45px;
				white-space:nowrap;
				}
			.si-thumb span.slidetext{
				background: rgba(0,0,0,0.5);
  				color: white;
  				cursor: pointer;
  				display: table;
  				height: 100%;
  				left: 0;
  				position: absolute;
  				top: 0;
 				width: 80px;
  				opacity: 0;
  				-webkit-transition: opacity 500ms;
  				-moz-transition: opacity 500ms;
  				-o-transition: opacity 500ms;
				transition: opacity 500ms;
			}
			span.slidetext span {
  				display: table-cell;
  				text-align: center;
  				vertical-align: middle;
			}
			#search-line .si-thumb:hover span.slidetext{
				opacity: 1;
			}
			#search-line .slide-index-container {
			display:inline-block;
			border:1px solid black;
			margin:-18px 0 2px 2px;
			position:relative;
			}
  
#main-slide-holder img { 
  background-color:#000000; /*Slide holder background color - #main-slide-holder img-bgcolor - #ccc, #008cba */ /* slide_background_color */
  }	

#video-container { /* video container background color */
  border:1px solid; /* video_border */
  border-color:#FFFFFF;  /* #101c36; #ffffff; #61A4D7; #20365F; #ccc, #008cba, #e9eaea*/ /*video_border_color */
  }

#video-container-border {
    padding: 1px solid;
    margin: 0;
    background-color: #FFFFFF;
    
}

#video { /* added now */
  height: 100%; /* video_height */
  width: 100%; /* video_width */
  margin: 0px; /* video_margin */
  display: ; /* video_display */
  float: ; /* video_float */
} 
fieldset { /*fieldset_border,fieldset_border_color,fieldset_margin,fieldset_padding */
  border: 1px solid;  /* fieldset_border*/
  border-color: #DADADA; /* fieldset_border_color*/ /* - #858582, #dddddd, #000000, #999 */
  margin: ; /* fieldset_margin */
  padding: 1.125em; /* fieldset_padding*/ /* - 1.20em, 1.25em, 1.30em, 1.35em, 1.40em, 1.45em, 1.50em */
  background-color: #FFFFFF;
  }

.logo img { 
  height:1; /*img_height, 100%; */
  max-width:1;  /*img_width,100%; */
  margin:0px 19px;  /*img_margin, 0px; */
  width: 1;  /* include now */
  }
  
.Copyright { /* copyright_font_size, copyright_font_color, copyright_line_height */
  font-size: 1.00em;   /* 0.60em, 0.65em, 0.70em, 0.75em, 0.80em, 0.85em, 0.90em, 1.05em, 1.10em, 1.20em */ /*copyright_font_size */
  color:#FFFFFF; /* copyright_font_color */
  line-height: 0.875em; /* copyright_line_height */
  margin:0px;  /* include now */
  font-family:Helvetica, Arial, sans-serif; /* include now */ 
  }

#links { /* include now */
  color: #000000; /* include now */
  font-size: 15px; /* include now */
  }
    
.middle {
  background-color: #FFFFFF; /* include now */
  display: inline; /* include now */
  height: 1300px; /* include now */
  width: 100%; /* include now */
  }    
    
li {
  color: #000000; /* include now */
  font-size:  13px; /* include now */

 }

#speaker_image { /* added now */
    border-color: #D5D5D5; /* #000 #000 -moz-use-text-color; */
    border-image: none; /* none; */
    border-style:solid;  /* solid solid none; */
    border-width: 1px; /* 1px 1px medium; */
    float: none; /* left; */
    height: auto; /* 270px; */
    margin: 0px; /* 0; */
    padding:0px;  /* 0; */
    text-align: none; /* center; */
    width: 100%;  /* 480px; */
}

#speaker {
   width: 1;
}
 
.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border:1px solid;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin: 0.875em;
	position: relative;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem 2rem;
	font-size: 1.00em;
	font-weight:bold;
	background-color: #666666;
	border-color: #666666;
	border-radius:2px;
	color: #FFFFFF;
	transition: background-color 300ms ease-out;
}
.button:hover {
	text-decoration:;  /* included now */
	background-color:#2A2A2A; /* included now */
	color:#FFFFFF; /* include now */
}
      
   
      
    
  
