 @charset "utf-8";
/* Default Pages Styling */

@import url("font-awesome-min.css");



label { /* label_font_color,label_font_size,label_font_weight,label_line_height,label_margin */
  color: #000000; /* #000000, #4d4d4d*/ /*label_font_color */
  font-size: 0.75em; /* 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:0.75em; 
  font-weight:normal;  /* button_font_weight*/
  line-height:0.75; /* button_line_height*/
  margin:0.175em; /* button_margin */
  background-color:#000000;
  color:#FFFFFF;
  width:30px;
  height:20px; 
  border:1px;
  border-color:#000000; 
  }
 
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;

}

input[type="submit"]:hover {
  text-decoration:;  /* included now */
  background-color:#DDDDDD; /* included 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: #F9F9F9;  /* 0 0 5px #999999; */ /*button_focused_background_color */
  border-color:#999999; /* button_focused_border_color */
  border: 1px; /* include now */
  box-shadow:#F9F9F9;  /* 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; /* button_border */ /* button_border_color*/
  border-color: #000000;  /* button_border_color*/
  box-shadow: 000000; /* button_box_shadow */
  color: #000000; /*button_font_color */
  font-family: FM Light, Helvetica, Arial, sans-serif; /* button_font_family */
  font-size:0.75em; /* 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: bold; /* include now */
  height: 20px; /* button_height */
  margin: 0em; /* button_margin */
  padding: 0.01em; /* button_padding */
  width: 1; /* button_width */
  }
  


/* Webcast Live Pages Styling */

#tab-selector {
  display:flex;
  height:21px;
  padding:0;
  position:relative;
  width:100%;
  z-index:10;
}
#tab-selector .tab{ 
  border:1px solid;
  border-color:#FFFFFF; /* 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:Brown Bold; /* 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: 100px; /* tab_width */
  height: 21px; /* tab_height */
  padding: 2px 0 0 3px;  /* tab_padding */
  cursor: pointer; 
  }
			
#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:#000000; /* Selected Tab Background color - tab-selected.selected-tab-bgcolor - #ffffff, #dadada, #f2dd2a, #008cba, #3e0566,  */ /* selected_tab_background_color*/
  font-family:Brown Bold; /* 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:#FFFFFF; /* Selected Tab font color - tab-selected.selected-tab-color - #00a4e8, #d4262f, #666666, #ffffff  */ /* selected_tab_font_color*/	
  width: 100px; /* selected_tab_width */
  height: 21px;/* selected_tab_height */
  padding: 2px 0 0 3px;  /* selected_tab_padding */  
  cursor: pointer; 
  }
  
#tab-content-holder {
    height:500px; /*322px; */
    position:relative; /*relative;*/
    width:100%; /*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:500px;  422px; */
    left:0; /* 0; */
    overflow:auto; /* auto; */
    padding:0px; /* 0; */
    position:absolute; /* absolute; */
    margin:; /* 1px; */
    width:100%; /* 402px; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#tab-content-holder .selected-tab-content {
    display:block; /* block; */
} 
 
#slidesearch{
	height:100px;
	padding:5px 0 5px 0;
}
			
#search-results{
	height:330px;
	overflow:auto;
}  
 
#doslidesearch {
    background:#000000 none repeat scroll 0 0;
}	
#showallslides {
    background:#000000 none repeat scroll 0 0;
} 
  
#main-slide-holder img { 
  background-color:#FFFFFF; /*Slide holder background color - #main-slide-holder img-bgcolor - #ccc, #008cba */ /* slide_background_color */
  }	
 
 #video-container {
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 }
.si-thumb{
				cursor:pointer;
			}