
/* Theme styles */

body {
  background: #f5f5f5;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  }
  
  @font-face {
  font-family: DINWebPro-Medium;
  src: url(../fonts/DINWebPro-Medium.eot);
  src: url(../fonts/DINWebPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/DINWebPro-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: DINWebPro-Bold;
  src: url(../fonts/DINWebPro-Bold.eot);
  src: url(../fonts/DINWebPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/DINWebPro-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal; }


  

img, object {
border: none;
max-width: 100%;
}

.hide {
display: none;
}

a, a:link, a:active, a:visited,i {
color: #76b900;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}


h1, h2, h3, h4 {
font-family: DINWebPro-Bold, helvetica, sans-serif;
margin-bottom: .3em;
color: #424242;
}

h1 {
font-size: 30px;
font-weight: normal;
font-style: normal;

}

h2 {
font-size: 25px;
font-weight:normal;
font-style: normal;

}

h3 {
font-size: 18px;
font-weight:bold;
}

h3.noMargin {
margin-bottom: 0;
}

.fa-chevron-circle-right{
	margin-right:5px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* LAYOUT */

/* Layout Dimensions */
#container, .footerwrap {
  width:100%;                                  /* width of whole page, subtract outer border widths when applicable */
}

/* 3 columns */
/* layout legend |A| B |C|D| <content> |E|F| G |H| */
.threecol .col2 {
  width:170px;                                  /* B */
  right:15px;                                   /* C */
}
.threecol .col3 {
  width:210px;                                  /* G */
  margin-right:45px;                            /* A+C + H */
}
.threecol .col1wrap { right: 200px; }           /* A+B+C */
.threecol .colmid { margin-left: -240px; }      /* F+G+H */
.threecol .colleft { left: 440px; }             /* A+B+C + F+G+H */
.threecol .col1 {
  margin-left: 200px;                           /* A+B+C + D */
  margin-right: 240px;                          /* F+G+H + E */
  padding-bottom: 30px;
}

/* 2 columns left menu */
/* layout legend |A| B |C|D| <content> |E| */
.leftmenu .colright {
  left: 200px;                                  /* A+B+C */
}
.leftmenu .col1wrap {
  right:200px;                                  /* A+B+C */
}
.leftmenu .col1 {
  margin-left: 215px;                           /* A+B+C + D */
  margin-right: 15px;                           /* E */
}
.leftmenu .col2 {
  width:170px;                                  /* B */
  right:185px;                                  /* B + C */
}

/* 2 columns right menu */
/* layout legend |D| <content> |E|F| G |H| */
.rightmenu .colleft {
  margin-left:-200px;                           /* F+G+H */
}
.rightmenu .col1 {
  margin-left: 215px;                           /* F+G+H + D */
  margin-right: 15px;                           /* E */
}
.rightmenu .col2 {
  width:170px;                                  /* G */
  left:185px;                                   /* F + G */
}


/* Page layout and backround */
html, body { height: 100%; }
.body {
  background: #f5f5f5 ;    /* Top page background */
}

.wrapPage {
  min-height: 100%;
  position: relative;   /* IE7 fix */
  background:#f5f5f5;
  margin-bottom:74px;  
}


#container{
  position:relative;
  margin: 0 auto;                                    
}

.footerwrap {
  margin: -74px auto 0;
  position: relative;
}
.content_wrap{
	width:1024px;
	margin: 0 auto;
}
.main_wrap{
	position:relative;
	width:100%;
	margin-top:30px;
}
.main{
	display:inline;
	float:left;
	width:700px;
	margin-bottom:20px;
}
.right_side{
	display:inline;
	width:320px;
	float:right;
}


.right_widgets{
	  background-image:url('../images/squairy_lighter.jpg');
	  padding:10px;

}

/* Column container */
.colmaskwrap {
  background: url(../images/bgs.png) repeat-x 0 -520px;      /* All columns background */
  clear: both;
  width: 100%;
}
.colmask {
  position:relative;    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  margin: auto;
  overflow:hidden;    /* This chops off any overhanging divs */
  width: 100%;
}


/* common for all layouts */
.col1wrap, .col2, .col3 {
  padding-bottom: 1em;
}

/* 3 column settings */
.threecol {
  background: none;                                          /* Right column background */
  /* Note: Due to IE6-7 bug we have to specify position relative to the left side of the block */
  border-right: none;                                        /* right column outer border*/
  border-left: none;                                         /* left column outer border */
}
.threecol .colmid {
  float:left;
  width:200%;
  position:relative;
  right:100%;
  background: none;                                          /* Center column background */
  border-right: none;                                        /* right column inner border */
}
.threecol .colleft {
  float:left;
  width:100%;
  margin-left:-50%;
  position:relative;
  background: none;                                          /* Left column background */
  border-right: none;                                        /* left column inner border */
}
.threecol .col1wrap {
  float:left;
  width:50%;
  position:relative;
}
.threecol .col1 {
  position:relative;
  left:200%;
  overflow:hidden;
}
.threecol .col2 {
  float: right;
  position:relative;
}
.threecol .col3 {
  float:right;
  position:relative;
  left:50%;
}

/* 2 COLUMN - LEFT MENU */
.leftmenu {
  background:#eee url(../images/bg-lcol.png) repeat-x top;  /* left column bg */
}
.leftmenu .colright {
  float:left;
  width:200%;
  position:relative;
  background:#fff;
}
.leftmenu .col1wrap {
  float:right;
  width:50%;
  position:relative;
}
.leftmenu .col1 {
  position:relative;
  right:100%;
  overflow:hidden;
  padding-top:15px;
}
.leftmenu .col2 {
  float:left;
  position:relative;
}

/* 2 COLUMNS - RIGHT MENU */
.rightmenu {
  background:#eee;
}
.rightmenu .colleft {
  float:left;
  width:200%;
  position:relative;
  right:100%;
  background:#fff;
}
.rightmenu .col1wrap {
  float:left;
  width:50%;
  position:relative;
  left:50%;
}
.rightmenu .col1 {
  overflow:hidden;
}
.rightmenu .col2 {
  float:right;
  position:relative;
}


/* HEADER */
.headerwrap {
	min-width:1200px;
}
#header {
  background: #000;
}
#header p,
#header h2 {
    padding: 0 15px 0 15px;
    margin:0;
}
/* logo */
#logo{
	display:inline;
  float:left;
  margin-top: 30px;
  
}
#logo span{
  display:none;
}
.head_mast{
	height:66px;
}
.mast_right{
	display:inline-block;
    margin-top: 40px;
}
.mast_right #search{
	margin-left:525px;
	display:inline-block;
	float:left;
}
.mast_right #search input{
width: 150px;
color: #333;
font-size: 11px !important;
padding: 2px;
margin: 0;
border: 1px solid #BABABA;
text-indent: 0 !important;
border-radius: 0 !important;
margin-top: 2px;
font-family: sans-serif;
}
.mast_right #search input:focus{
	border: 1px solid #76b900;
}
.global_selector{
	display:inline;
	width:150px;
	color:#fff;
	font-size:14px;
	margin-left:10px;
	vertical-align:top;
	float:left;
}
.arrow_down{
	padding-left:10px;
	margin-top:8px;
}
.main_nav{
	width:100%;
	display:block;
}
#nav{
	padding:0px !important;
	position:relative;
	margin-bottom:0px;

}
#nav div.title{
	float:left;
}
#nav div.arrow,
#nav li:hover ul.nav div.arrow,
#nav li.menu-active ul.nav div.arrow{
	float:right;
	width:8px;
	height:40px;
	margin-left:5px;
	background:url('http://www.nvidia.com/content/includes/redesign2010/masthead/2012/images/menu-arrow-right.png') no-repeat center;
}
#nav li ul.nav li div.arrow,
#nav li:hover ul.nav li div.arrow,
#nav li.menu-active ul.nav li div.arrow{
	height:24px;
}





/****** First Level *******/
#nav li.top{
	margin-right:15px;
}
#nav li{
	display:inline;
	float:left;
	cursor:pointer;
	list-style:none;
	padding:0 10px;
	position:relative;
	white-space:nowrap;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
}
#nav li:hover,
#nav li.menu-active{
	background-color:#333;
}
#nav li a,
#nav li a:hover,
#nav li a.menu-active{
	color:#fff;
	text-decoration:none;
}
#nav li:hover,
#nav li:hover a,
#nav li.menu-active a{
	color:#76b900;
}
#nav li:hover div.arrow,
#nav li.menu-active div.arrow{
	background:url('http://www.nvidia.com/content/includes/redesign2010/masthead/2012/images/menu-arrow-down.png') no-repeat center;
}





/******* Second Level ******/
#nav li ul.nav{
	display:none;
	position:absolute;
	top:40px;
	left:0;
	z-index:9999;
	padding: 0px;
	
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* webkit has some issues... */
	#nav li ul.nav{
		white-space:normal;
		min-width:100px;
	}
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav li ul.nav{
		width:300%;
	}
}*/
#nav li:hover ul.nav,
#nav li.menu-active ul.nav{
	display:block;
}
#nav li:hover ul.nav,
#nav li:hover ul.nav a,
#nav li.menu-active ul.nav,
#nav li.menu-active ul.nav a{
	color:#fff;
}
#nav li ul.nav li a{
	display:block;
	width:100%;
	height:100%;
}
#nav li ul.nav li{
	float:left;
	height:24px;
	line-height:24px;
	width:100%;
	background:url('http://www.nvidia.com/content/includes/redesign2010/masthead/2012/images/item-bg-no-grad.png') no-repeat;
	text-transform:none;
}
#nav li ul.sub li{
	background:url('http://www.nvidia.com/content/includes/redesign2010/masthead/2012/images/item-bg.png') no-repeat;
}
#nav li ul.nav li:hover,
#nav li ul.nav li:hover a,
#nav li ul.nav li.menu-active,
#nav li ul.nav li.menu-active a{
	color:#76b900;
}
#nav li ul.nav li:hover div.arrow,
#nav li ul.nav li.menu-active div.arrow{
	background:url('http://www.nvidia.com/content/includes/redesign2010/masthead/2012/images/menu-arrow-right-green.png') no-repeat center;
}






/****** Third Level *******/
#nav li ul.nav li ul.nav{
	float:left;
	display:none;
	top:0;
	left:100%; 
}

#nav li ul.nav li:hover ul.nav,
#nav li ul.nav li.menu-active ul.nav{
	display:block;
}
#nav li ul.nav li:hover ul.nav,
#nav li ul.nav li:hover ul.nav a,
#nav li ul.nav li.menu-active ul.nav,
#nav li ul.nav li.menu-active ul.nav a{
	color:#fff;
}
#nav li ul.nav li ul.nav li:hover,
#nav li ul.nav li ul.nav li:hover a,
#nav li ul.nav li ul.nav li.menu-active,
#nav li ul.nav li ul.nav li.menu-active a{
	color:#76b900;
	text-decoration:underline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* webkit has some issues... */
	#nav li ul.nav lu ul.nav{
		white-space:normal;
		min-width:100px;
	}
}




.green_header{
	width:100%;
	background:#71ab16;
	position:relative;
	height:46px;
	line-height:46px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.green_header_nav{
	font-family: DINWebPro-medium, helvetica, sans-serif;
	color:#fff;
}
.green_header_nav ul{
	vertical-align:top;
	display:inline-block;
}

.green_header_nav li{
	display:inline-block;
	margin-left:20px;
}

.green_header_nav h1{
	display:inline;
	margin-right:30px;
	padding-top:4px;
}
.green_header_nav h1 a{
	line-height: 46px;
	height: 46px;
	color:#fff;
	font-size:24px !important;
}
.green_header_nav a{
	display:inline-block;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	text-decoration:none;
}
.green_header_nav li{
	padding: 0px 10px;

}
.green_header_nav li:hover {
	border-bottom: 5px solid #4e7b00;
    text-decoration: none; 
	background: #86b535;
}
/* header links */



#hlinks {
  float:right;
  margin-top:30px;
  margin-right:18px;
  color: #fff;
}
#hlinks a {
  color: #fff;
  text-decoration: none;
}
#hlinks a:hover {
  color: #000;
  text-decoration:underline;
}


/* FOOTER */
.footerwrap {
  background: #fff; 
  background-image:url('../images/squairy_lighter.jpg');             /* Footer background */
}
#footer {
	font-size:12px;
  clear:both;
  padding: 10px 0;
  text-align:left;
}
#footer a{
	text-decoration :none;
}


/* NAVIGATION */

/* Vertical Navigation */
.navcontainer { 
  clear:both;
  margin: 15px 0;
}
.navcontainer li { margin: 0 0 -1px 0; }
.navcontainer a {
  display: block;
  padding: 12px 15px;
  color: #4c4c4c;
  background: url(../images/bgs.png) 0 0;
  text-decoration: none;
  line-height: 14px;
  zoom: 1;
}
.navcontainer a:hover {
  color: #000;
  background-color: none; /* - 26 hex value from .navcontainer a {background-color;} */
  text-decoration: none;
  background-position: 0 -50px;
}
.navcontainer .active a {
  background-position: 0 -100px;
  color: white;
  font-weight: bold;
}
.navcontainer .active a:hover {
  color: #fff;
  background-position: 0 -150px;
}
.navcontainer ul ul li { margin: 0;}
.navcontainer ul ul {
  background: #3c3c3c url(../images/bg-nav-sublist.png)  bottom no-repeat;
  padding: 6px 0;
  display: none;
}
.navcontainer .active ul { display: block; }
.navcontainer .active ul a {
  display: block;
  padding: 6px 10px 6px 20px;
  color: #cdc0c0;
  text-decoration: none;
  background-position: 0 -200px;
}
.navcontainer .active ul a:hover {
  color: #fff;
  background-color: none;
  text-decoration: none;
  background-position: 0 -240px;
}
.navcontainer .active .subactive a{
  color: #fff;
}
.navcontainer .active .subactive a:hover{
  color: #fff;
}

/* Horizontal navigation */
.hnav {}
.hnav li {
  float: left;
}
.hnav a {
  display: block;
  text-align: center;
  text-decoration: none !important; /* !important for IE6 */
}
#navbar {
  padding: 0 0 0 15px;
  height: 20px; /* height is #navbar ul li a height + padding-top + border-top + border-bottom */
  background: #999;
}
#navbar a {
  background: #999;
  height: 18px;
  padding: 2px 12px 0;
  color: #eee;
}
/* sublevel */
#navbar ul ul {
  display: none;
}
#subnavbar {
  background: #eee;
}
#subnavbar ul {
  padding: 0 0 0 15px;
  height: 20px; /* height is #subnavbar ul li a height + padding-top + border-top + border-bottom */
}
#subnavbar a {
  background: #eee;
  height: 18px;
  padding: 2px 12px 0;
  color: #999;
}
#navbar a:hover, 
#navbar .active a:hover {
  color: #fff;
  background: #534646;
}
#subnavbar a:hover, 
#subnavbar .subactive a:hover {
  color: #fff;
  background: #999;
}
#navbar a:active {
  background: #CB0030;
  color: #fff;
}
#subnavbar a:active {
  background: #CB0030;
  color: #fff;
}
#navbar .active a {
  background: #CB0030; 
  color: #fff;
}
#subnavbar .subactive a {
  background: #fff;
  color: #333;
}

/* Content navbar */
#contentnavbar {
  height: 20px; /* height is #navbar ul li a height + padding-top + border-top + border-bottom */
  background: #ccc;
  min-width: 50%;
}
#contentsubnavbar {
  height: 20px; /* height is #subnavbar ul li a height + padding-top + border-top + border-bottom */
  background: #eee;
}
#contentnavbar ul li a {
  background: #ccc; 
  height: 18px; 
  padding: 2px 12px 0;
  color: #fff;
}
#contentsubnavbar ul li a {
  background: #eee; 
  height: 18px; 
  padding: 2px 12px 0;
  color: #bbb;
}
#contentnavbar ul li a:hover, #contentnavbar .active a:hover {
  color: #ccf;
  background: #339;
}
#contentsubnavbar ul li a:hover, #contentsubnavbar .active a:hover {
  color: #cfc;
  background: #393;
}
#contentnavbar a:active {
  background: #CB0030;
  color: #fff;
}
#contentsubnavbar a:active {
  background: #CB0030;
  color: #fff;
}
#contentnavbar .active a {
  background: #ccf; 
  color: #339;
}
#contentsubnavbar .active a {
  background: #cfc;
  color: #393;
}



/* Pressroom Styles */
/* separator */
.dottedSep {
  background: url(../images/icons.png) repeat-x 0 -420px;
  clear:both;
  font-size:0px;
  height:1px;
  line-height:0px;
  margin:15px 0;
  width:100%;
}
/* more link */
.more{
  margin-top:15px;
}
.more a {
  padding-left: 7px;
  background: url(../images/icons.png) no-repeat 0 -354px;
}


/* NEWS BLOCKS */
.newsBody {
  overflow: hidden;
}
.newsBody h2{
  margin: 0 0 .2em;
  font-size: 140%;
  font-weight: normal;
}
.newsBody .newsImage{
  float: left;
}
.newsBody .newsImage img {
  margin-right: .5em;
}
.newsBody .secure-item-inline {
  margin: 0 0 -3px 0;
}
.newsBody .newsText{
  margin: 0 0 .2em;
}
.newsDate {
  font-size: 80%;
}
.categoryLink {
  margin: .5em 0;
}
.newsBody .categoryLink {
  color:#666;
  font-size: 80%;
  margin: 0;
}
.newsBody .conType {
  color: #ccc;
}

/* newsbody inside colorbox */
.newsBody-colorbox h2 {
  margin-bottom: 0;
}
.newsBody-blog .newsText a { display: none; }

/* KIOSKS */

/*  Classes heirarchy 
.kiosk -> (.kiosk-col) -> .kiosk-(l|r|c) 
*/

/* common kiosk class */
.kiosk { 
	margin-bottom:20px;
}
.kiosk_header{
background: #3f3f3f;
border-left: 10px solid #71ab16;
color: white;
font-size: 18px;
margin-bottom: 10px;
padding: 8px 4px 6px 8px;
}
.kiosk ul{
	padding:0px;
}
.kiosk li{
	list-style:none;
	font-size:15px;
	margin-bottom:10px;
}
.kiosk h4 {
  margin: 0;
  font-size: 20px ;
  font-weight: bold;
  color:#fff;
  line-height:22px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-weight: normal;
}
.kioskText{
	background:#f5f5f5;
	padding:10px;
}
/* one of column kiosks */
.kiosk-col,
.twtr-widget {
  margin: 15px 0 0 0;
}
.kiosk-col h4 {
  line-height: 45px;
}
.kiosk-col .kioskText {
  padding-top: 12px;
}
/* column kiosk background */
.kiosk-col .tl,
.kiosk-col .tr,
.kiosk-col .bl,
.kiosk-col .br {
  zoom: 1;
  position: relative;
}
.kiosk-col .tl,
.kiosk-col .tr {
  background: url(../images/bg_kiosk_top.png) no-repeat -99999px -99999px;
}
.kiosk-col .bl,
.kiosk-col .br {
  background: url(../images/bg_kiosk_bot.png) no-repeat -99999px -99999px;
}
.kiosk-col {
  padding-right: 10px;                  /* Set this values >= border radius. This also acts as a left and bottom padding */
  padding-bottom: 10px;
}
.kiosk-col .tl {
  background-position: 0 0;
}
.kiosk-col .tr {
  background-position: 100% 0;
  left: 10px;
}
.kiosk-col .bl {
  background-position: 0 100%;
  left: -10px;
  top: 10px;
}
.kiosk-col .br {
  background-position: 100% 100%;
  left: 10px;
  padding-right: 10px;                /* Right padding for kiosk content */
}
.kiosk-col h4,
.kiosk-col .kioskText{
  position: relative;                 /* You can add any extra padding here */
  top: -10px;
}


/* Left column kiosks */
.kiosk-l {
}
.kiosk-l .tl,
.kiosk-l .tr {
  background-image: url(../images/bg_kioskl_top.png);
}
.kiosk-l .bl,
.kiosk-l .br {
  background-image: url(../images/bg_kioskl_bot.png);
}

/* Right column kiosks */
.kiosk-r {
}

/* center column kiosks */
.kiosk-c {
  margin-bottom: 1.5em;
}
.kiosk-c h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: .8em;
}


/* Featured Kiosks */
.featured .newsImage {
  float: none;
}
.featured .newsImage img{
/*  max-width: 100%; */
}  
/* Featured Story */
.featuredStory .newsImage {
  float: left;
}
.featuredStory .newsImage img{
  margin: 0 7px 7px 0;
}


/* FORMS*/
.required {
  font-weight: bold;
  color: red;
}
.sys-dl dt {
  margin-bottom: .2em
}
.sys-dl dd {
  margin-bottom: 1em
}

.pnlSubmit {
  margin: 1em 0 0;
}
.pnlSubmitTop {
  margin: 0 0 1em;
}

/* INPUTS */
input[type=text], input[type=password], select, textarea {
  border: 1px solid #ccc;
}
input[type=text], input[type=password]{
  width: 15em;
}
textarea {
  font: inherit;
}

/* BUTTONS */
/* Submit button */   
.prSubmit { 
  position: relative;
  border: 0; 
  padding: 0;
  cursor: default;
  overflow: visible; /* removes extra side padding in IE */
  padding: 0 15px 0 0; 
  font-size:12px;
  line-height: 15px;
  text-align: center; 
  background: transparent url(../images/bgs.png) no-repeat 100% -400px; 
  outline: none;
}
.prSubmit::-moz-focus-inner { border: none; } /* overrides extra padding in Firefox */
@media screen and (-webkit-min-device-pixel-ratio:0) {   .prSubmit span { margin-top: -1px; } }  /* Safari,Chrom margin fix */

#searchBar .prSubmit {
  margin: 0 0 0 5px;
}
.prSubmit span {
  position: relative;
  display: block; 
  white-space: nowrap;  
  padding: 3px 0 0 15px; 
  height:19px;  /* = EXPECTED HEIGHT - PADDING-TOP */
  background: transparent url(../images/bgs.png) no-repeat 0 -300px; 
  color:#4c4c4c; 
}
.prSubmit:hover, .prSubmit.hover { /* the redundant class is used to apply the hover state with a script */
  background-position: 100% -430px; 
  color: #f36c0f;
}
.prSubmit:hover span, .prSubmit.hover span {
  background-position: 0 -330px;
  color: #f36c0f;
}
.prSubmit:active {
  background-position: 100% -460px;
}
.prSubmit:active span {
  background-position: 0 -360px;
}

/* Search pressroom bar */
#searchBar {
  float:right;
  clear: right;
  display:inline;
  position:relative;
  right:15px; /*right column padding */
  margin-top: 35px;
  color: #666;
  word-spacing: 0;
}
#searchBar input,
#searchBar button {
  float: left;
}
#searchBar input {
  color: #666;
  padding: 2px; /* match .btn top/bottom padding to match size of button assuming the texts are the same size */
  height:16px; /*= EXPECTED HEIGHT - PADDING AND BORDERS */
  font-size:12px;
  width: 150px;
}


/* Index search form */
.searchForm {
  margin: 15px 0;
  border: 1px solid #ccc;
}
.searchForm .searchContent { padding: 10px 15px 15px; }
.searchForm .prControls {
  padding-right: 50px;
}
.searchForm .prControl {
  float: left;
  margin-right: 2%;
  _margin-right: 1.5%;  /* IE6 fix */
}
.searchForm .prControlSearch { width: 48%; }
.searchForm .prControlFilter { width: 23%; }
.searchForm .prControlSub {
  float: right;
  margin-right: -50px;
  margin-top: 1.6em;  /* label line-height+margin */
  width: 50px;
}
.searchForm label {
  display: block;
  line-height: 1.5;
  margin-bottom: .2em;
}
.searchForm .prControl input, 
.searchForm .prControl select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.searchForm .prControl .prSearch {
  padding: 1px 2px;
  #width: 1px;    /* reset width to calculate correctly */
  #width: expression( this.parentNode.offsetWidth - (parseInt(this.currentStyle.borderLeftWidth)+parseInt(this.currentStyle.paddingLeft)+parseInt(this.currentStyle.paddingRight)+parseInt(this.currentStyle.borderRightWidth)) + "px" );
}
.searchForm .prOptions {
  margin-top: .7em;
  float: left;
  width: 100%;
  clear: both;
}
.searchForm .prOptions li {
  float: left;
  margin: .3em 10px 0 0;
  white-space: nowrap;
}
.searchForm .prOptions input {
  margin-left: 0;
  #margin-left: -2px; /* IE */
  width: auto;
}
.searchForm .prOptions label {
 display: inline;
 padding: 0;
}

/* Photo gallery search */
.searchImages { zoom: 1; }
.searchImages .prControlSearch { width: 73%; }
.searchImages .prControlFilter { width: 23%; }


/* PODCAST */
.newsPlayer {
  margin: 1em 0;
}
.blogDownload {
  margin: 1em 0;
}
.blogDownload a {
  display: inline-block;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  background: #5f5f5f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Comments Form */
.commentsForm {
  margin: 1em 0;
}
.commentsForm dd input,
.commentsForm textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  #width: 98%;
}
.commentsForm textarea {
  resize: vertical;
}

/* Blog index */
.commentsLinks {
  text-align: right;
  margin-top: .2em;
}

/* Comments */
.commentBody h4 {
  font-weight: normal;
  margin: 0 0 .2em;
}
.commentBody .author {
  font-weight: bold
}


/* Gallery */
.albumItem,
.fileItem {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.titleLink {
  font-size: 1.3em;
}
.ghead {
  margin: 1em 0;
}

/* Paging */
.prPaging {
  clear: both;
  font-size: 0;
}
.prPaging span { font-weight: bold; }
.prPaging .right {
  word-spacing: .5em;
  font-size: 18px;
  text-align: center;
  float: none;
  padding: 15px 0;
}
.prPaging a, .prPaging span {
	padding: 5px;
}
.paging .selected a,
.paging .selected a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* columns in content */
.contentColumns {
  zoom: 1;
  margin: 1em 0;
  clear: both;
}
.contentColumns .contentLeft, 
.contentColumns .contentRight{
  width: 48%;
  zoom: 1;
} 
.contentColumns .contentLeft { float: left; }
.contentColumns .contentRight { float: right; }


/* wraps */
.wrapVNav { 
 padding: 10px 10px 0;
 margin-top: 15px;
}
.wrapVNav .navcontainer {
  margin: 0;
}
.wrapVNav-end {
  height: 10px;
}
.wrapContent {
}
.wrapHNav {
}
.wrapHNav-end {
}
/* Kiosk list */
.kiosk-list {
  margin:0;
  padding:0;
}
.kiosk-list li {
  list-style-type:none;
  margin: 0 0 3px 0;
  padding: 0;
}
.kiosk-list ul li:last-child{
  margin: 0;
}


/* Service links */
.serviceLinks .kioskText{
  padding-left: 20px;
  padding-right: 20px;
}
.serviceLinks .linksList {
  float: left;
}
.serviceLinks .linksList li{
  float: left;
  margin-right: 20px;
}
.serviceLinks .linksList a {
  background: url(../images/icons.png) no-repeat -1000px top;
  padding: 35px 0 0 0;
  width: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.serviceLinks .linksList .rss  a { background-position: 50% 0; }
.serviceLinks .linksList .alerts a { background-position: 50% -60px; }
.serviceLinks .linksList .share a { background-position: 50% -120px; }
.serviceLinks .linksList .share { margin-right: 0; }
	
.serviceLinks .linksList .twitter  a { background-position: 50% -180px; }
.serviceLinks .linksList .facebook  a { background-position: 50% -240px; }
.serviceLinks .linksList .youtube  a { background-position: 50% -300px; }
.serviceLinks .linksList .youtube  { margin-right: 0 }

/* Social Links */
.socialLinks .linksList a {
  padding-top: 30px; 
}
.socialLinks .linksList a span{
  display: none;
}

/* Links Widget */
.links {}
.links a {
  background: url(../images/icons.png) no-repeat -9999px -9999px;
  text-decoration: none;
  display: block;
  #zoom: 1; /* IE7 */
}
.links a span{ display: none; }
.links-labels a span{ display: inline; }

/* horizontal */
.links-horizontal li{
  display: inline-block;
  #display: inline;
  #zoom: 1; /* IE7 */ 
  width: 30%;
  vertical-align: top;
  margin-bottom: 10px;
}
.links-horizontal a {
  padding-top: 35px;
  text-align: center;
}
/*
.links-horizontal .rss  a { background-position: 50% 0; }
.links-horizontal .twitter  a { background-position: 50% -180px; }
.links-horizontal .facebook  a { background-position: 50% -240px; }
.links-horizontal .youtube  a { background-position: 50% -300px; }
.links-horizontal .itunes  a { background-position: 50% -940px; }
.links-horizontal .flickr  a { background-position: 50% -1060px; }
.links-horizontal .tumblr  a { background-position: 50% -1120px; }
.links-horizontal .linkedin  a { background-position: 50% -1180px; }
.links-horizontal .googleplus  a { background-position: 50% -1240px; }
.links-horizontal .blog  a { background-position: 50% -1000px; }
.links-horizontal .vimeo  a { background-position: 50% -1300px; }

/* vertical */
.links-vertical li {
  display: block;
  margin: .5em 0;
}
.links-vertical a {
  padding-left: 45px;
  height: 35px;
  line-height: 35px;
}
.links-vertical .rss  a { background-position: 0 0; }
.links-vertical .twitter  a { background-position: 0 -180px; }
.links-vertical .facebook  a { background-position: 0 -240px; }
.links-vertical .youtube  a { background-position: 0 -300px; }
.links-vertical .itunes  a { background-position: 0 -940px; }
.links-vertical .flickr  a { background-position: 0 -1060px; }
.links-vertical .tumblr  a { background-position: 0 -1120px; }
.links-vertical .linkedin  a { background-position: 0 -1180px; }
.links-vertical .googleplus  a { background-position: 0 -1240px; }
.links-vertical .blog  a { background-position: 0 -1000px; }
.links-vertical .vimeo  a { background-position: 0 -1300px; }


/* Social buttons */
.socialButtons {
 margin: 1em 0;
}

/* Image strip */
.imageStrip {
  margin-bottom: .5em;
}
.imageStrip li .newsBody .newsText,
.imageStrip li .newsBody .item_info,
.imageStrip li .newsBody .download,
.imageStrip li .newsBody .newsImage {
  display: none;
}

.imageStrip .newsBody-active .newsImageSmall {
  display: none;
}
.imageStrip li, 
.imageStrip .newsBody, 
.imageStrip .newsImageSmall{
  display: inline;
}
.imageStrip ul {
  padding-top: 10px;
  min-height: 45px;
  _height: 4px; /* IE6  */
  position: relative;
}
.imageStrip li {
  #padding-right: 3px; /* IE fix */
}
.imageStrip li a {
  zoom: 1; /* IE fix */
  position: relative;
  outline: none;
}
.imageStrip .newsBody .newsImage { float: none; }
.imageStrip .newsBody .newsImage img {
  max-width: 100%;
  margin: 0;
  height: auto;
}
.imageStrip li .newsImageSmall a:hover {
 position: relative;
 background-position: 0; /* dummy update for IE6 */
}
.imageStrip li .newsImageSmall a img {
  width: 54px;
  height: auto;
  border: 3px solid #ccc;
  margin: 0;
}
.imageStrip li .newsImageSmall a:hover img{
	border: 3px solid #71ab16;
}
.imageStrip li a.active img{
	border: 3px solid #71ab16;
}

/* Page images. obsolete */
.relatedImages {
}

/* Page videos */
.relatedVideos {
}
.relatedVideos .newsImage {
  position: relative;
  zoom: 1;
}
.relatedVideos .btnPlay {
	background: url(../images/btn_play.png) no-repeat 50% 50%;	
	position: absolute;
	width: 50px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -20px;
	cursor: pointer;
}
* html .relatedVideos .btnPlay {	/* IE6 fix */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pr/cssgui/images/btn_play.png', sizingMethos='scale');
}


/* Article Info */
.subtitle {
  margin-bottom: 15px;
  font-style: italic;
  margin-top: 0;
}
.articleInfo {
  color: #666;
  margin-bottom: .5em;
}
.articleInfo .articleDate {
  padding-right: .5em;
}
.articleInfo .articleAuthor {
  border-left: 1px solid #ccc;
  padding-left: .5em;
}
/* Artilce main image, images in content */
.articleImage, .imageLeft {
  float:left;
  margin: .25em 1em .5em 0;
}
.imageRight {
  float:right;
  margin: .25em 0 .5em 1em;
}
.articleImage div, 
.imageLeft div, 
.imageRight div {
  font-style: italic;
}
.boilerplate {
	background: #e2e2e2;
	padding: 1em 1.5em 1.5em;
	font-size: 13px;
}


/* GALLERY */
.prImageLibrary .photo_item {
  margin-right: 15px;
}
.prImageLibrary .ratingList .rateon {
  background-position: 4px -657px;
}
.prImageLibrary .ratingList .rateoff {
  background-position: 4px -717px;
}
.prImageLibrary .imageViewNav .prev {
  background: url(../images/icons.png) no-repeat 0 -774px;
}
.prImageLibrary .imageViewNav .back {
  background: url(../images/icons.png) no-repeat 0 -816px;
}
.prImageLibrary .imageViewNav .next {
  background: url(../images/icons.png) no-repeat 100% -874px;
}
.prImageLibrary .imageViewNav .disabled-prev  { background-position: 0 -344px; }
.prImageLibrary .imageViewNav .disabled-next  { background-position: 100% -294px; }


/* RSS LIST */
.rssList {
  margin: 20px 0;
}
.rssList a {
  font-size: 1.3em;
}
.rssList img {
  float: right;
  cursor: pointer;
}
.rssList .dottedSep {
  margin: 10px 0;
  height: 2px;
}

/* Media contacts */
.mediaContacts{
	line-height:1em;
}
.mediaContacts .contact {
  margin-bottom: .5em;
}
.mediaContacts .cname {
  font-weight: bold;
}


/* Breadcrumbs */
.breadcrumbs {
  margin: 15px 0 1em;
  font-size: 11px;
}
.breadcrumbs .sep {
}


/* Events Calendar */
table.calendar-container {
  margin: 0 0 0 -10px;
}
table.calendar-container table.month {
  margin: 0 0 10px 10px;
}
table.month th {
  font-size: 10px;
  padding: 0 2px;
}
table.month td {
  text-align: center;
}
table.month th,
table.month td.sun,
table.month td.mon,
table.month td.tue,
table.month td.wed,
table.month td.thu,
table.month td.fri,
table.month td.sat {
  width: 23px;
  padding: 0;
  text-align: center;
}
table.month td a {
  display: block;
}
table.month td a:hover {
  text-decoration: none;
  background: #ddddff;
}

/* Email alerts */
.emailAlerts .buttons {
  margin: 1em 0;
}
.emailAlerts button{
background: #71ab16;
margin-bottom: 3px;
height: 30px;
padding: 0 15px;
font: 14px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #fff;
vertical-align: middle;
border: none;
}
.emailAlerts p{
	font-size:18px;
}

.emailAlerts .sys-dl {
  margin: 1em 0;
}
.emailAlerts .sys-dl dd {
  margin-bottom: .5em;
}
.emailAlerts .sys-dl input[type=text] {
width: 300px;
color: #333;
font-size: 14px !important;
padding: 5px;
margin: 0;
border: 1px solid #BABABA;
text-indent: 0 !important;
border-radius: 0 !important;
margin-top: 2px;
font-family: sans-serif;
height: 18px;
}
.emailAlerts .sys-dl input[type=text]:focus {
border: 1px solid #76b900;
}
.emailAlerts #cats {
  margin-top: 1em;
}

/* Errors */
.errors {
  color: red;
  padding: 0;
  margin: 1em;
}
.errors li {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}


/* PRINT STYLES */
#printPage {
  background: #fff;
  color: #000;
  padding: 1em;
  width: auto;
}

/* Facebook Frame styles */
.inFramePage {
  background: #ffffff;
  height: 100%;
}
.inFramePage #container {
  border-width: 0;
  padding: 0;
  width: auto;
  background: #ffffff;
}
.inFramePage .dottedSep {
  margin: 7px 0;
}
.inFramePage h3 {
  margin: 8px 0 4px;;
}
.inFramePage .kiosk-c {
  margin-bottom: 0;
}
.inFramePage .contentColumns {
  margin: 0;
}

.indent_right{ margin-right: 10px;}
.indent2 { margin-left: 20px; }
.indent3 { margin-left: 30px; }
.indent4 { margin-left: 40px; }

.bottom_widgets{
	clear:both;
	min-height:100px;
	margin:30px 0px;
}
.bottom_widgets .widget_left{
	display:inline-block;
	width:48%;
	margin-right:3%;
}
.bottom_widgets .widget_right{
	display:inline-block;
	width:48%;
	float:right;
}
.bt_widget{
	width:100%;
}

.bt_header{
	display:inline-block;
	height:35px;
	margin-left:20px;
	background:#71ab16;
	color:#fff;
	padding:0px 20px;
	margin-bottom:-15px;
}

 .bt_header h2{
 font-size:18px;
 color:#fff;
 line-height:35px;
 margin:0px;
 font-weight:normal;
 }
 
.bt_widget .bt_body{
	display:block;
	background:#3f3f3f;
	padding:20px;
	height:110px;
}
.bt_widget .bt_body ul{
		padding-left:0px !important;
}
.links-vertical a{
	padding:0px;
	height: inherit;
	line-height:normal;
	display:inline-block;
}
.bt_widget .bt_body li{
	color:#fff;
	font-size:14px;
	font-weight:300;
	list-style:none;
	margin-bottom:10px;	

}
.bt_widget .bt_body li a{
	color:#fff;
}
.bt_widget .bt_body li i{
	margin-right:10px;
}
.content_title{
	background-image:url('../images/squairy_lighter.jpg');
	min-height:100px;
	padding:25px ;
	clear:both;
	
}
.content_title .ct_title{
	display:inline-block;
	min-height:80px;
	width:650px;
	background:#3f3f3f;
	padding:10px;
	float:left;
}
 .search_index{
	height:150px;
}
.ct_search{
	background:#3f3f3f;
	padding:10px;
	min-height:80px;
	}
 .right_side .ct_search{
 margin-bottom:10px;
 }
 
.content_title .ct_search{
	display:inline-block;
	width:300px;
	float:right;
}

.ct_title_icon{
	display:inline-block;
	width:80px;
	height:80px;
	background-color:#71ab16;
	text-align:center;
	float:left;
}
.ct_title_icon i{
	font-size:70px;
	color:#fff;
	vertical-align:middle;
	margin-top:10px;
}
.ct_title_icon i.fa-newspaper-o{
	margin-top:15px;
}
.ct_title_icon i.fa-envelope, 
.ct_title_icon i.fa-newspaper-o,
.ct_title_icon i.fa-search
{
	font-size:60px;
}
.ct_title_icon .fa-mobile{
	font-size:80px;
	margin-top:0px;
}

.ct_title_label{
	display:inline-block;
	width:100px;
	background-color:#71ab16;
	padding:3px 10px;
	color:#fff;
	margin-bottom:5px;
	float:left;
}
.ct_title_label a{
	color:#fff;
}
.ct_title_text{
	display:inline-block;
	color:#fff;
	margin-left:10px;
	vertical-align:top;
	width: 520px;
	float:left;
	
}
.content_title .up h1{
	margin-top:0px !important;
}
.ct_title_main{
	font-size:27px;
	color:#fff;
	line-height:1.1;
}
.ct_title_sub{
	margin:0px;
}

.ct_search_form{
	background:#F2F2F2;
	height:37px;
	width:100%;
	margin-bottom:12px;
}
 .ct_search input{
 	background:#F2F2F2;
	color:#333;
	font-size:14px;
	height:37px;
	width:70%;
	padding:0px;
	padding-left:5px;
	border:none;
}
 .ct_search input:focus{
	outline:none;
}
.ct_search label{
	font-family: DINWebPro-Medium;
	font-weight:normal;
	font-size:12px;
	color:#fff;
	width:100%;
}
.ct_search .ct_search_half{
	display:inline-block;
	width:48%;
}
.ct_search .ct_search_full{
	display:inline-block;
	width:98%;
}
.ct_search select{
	background:#fff;
	border-radius:none;
	height:25px;
	outline:none;
	margin-bottom:5px;
}
 .ct_search button{
	background:#71ab16 ;
	margin-bottom:3px;
	height:30px;
	width:25%;
	text-transform:uppercase;
	color:#fff;
	vertical-align:middle;
	border:none;
}
.ct_advanced{
	background:rgba(0, 0, 0, 0.5);
	color:#71ab16;
	cursor:pointer;
	display: block;
	padding: 4px 8px;
}
.ct_advanced i{
	margin-right:5px;
}
.ct_advanced:hover{
	text-decoration:none;
}

/* home recent releases*/
.kiosk-c h3{
	margin:0px;
	font-size: 26px;
   line-height: 26px;
}
.search_info{
	 font-family: DINWebPro-Medium;
	 font-style:italic;
	 font-size:18px;
}
.nv_news_list{
	width:100%;
	clear:both;
}
.nv_news_list .newsBody{
width:100%;	
border-bottom: 1px dotted #bfbfbf;
float: left;
padding-bottom: 40px;
padding-top: 20px;
clear:both;
}

.nv_news_list .newsThumb, .nv_news_list .news_search .newsImage{
	max-width:232px;
	float:left;
}
.innews .newsImage{
	margin-right: 32px;
}
.nv_news_list .newsContent{
	width:402px;
	margin-left: 32px;
	float: left;
	font-size: 13px;
}
.innews .newsContent{
	margin-left: 0px;
}
.nv_news_list .newsText{
	font-size:13px;
}
.nv_news_list .newsBody h2{
	font-size:18px;
	line-height:22px;
	margin-bottom:0px;
}
.nv_news_list .newsDate {
	font-size:12px;
}
.nv_news_list .newsImage{
	max-width:150px;
	float:left;
}
.nv_news_list .news_search .newsContent{
	width:740px;
}
.nv_news_list .paging, .mm_files .paging {
	clear:both;
}
.nv_news_list .paging ul, .mm_files .paging ul{
	text-align: center;
}
.nv_news_list .paging ul li, .mm_files .paging ul li{
	display:inline-block;
}
.nv_news_list .paging ul li a, .mm_files .paging ul li a {
	padding:0px 5px;
}
.more_news{
	width:100%;
	margin-top:10px;
	
}
.more_news h4{
	font-size:15px;
}
.more_news i{
	margin-right:5px;
}
.nv_social{
	width:100%;
	margin:10px;
	padding-top:10px;
}
.nv_social .links-horizontal li{
	
}
.nv_social_icon
{
	width:25px !important;
	height:25px;
	display:inline-block;
	cursor:pointer;
}

.facebook{
	background-image:url('../images/facebook.png');
	background-repeat:no-repeat;
}
.twitter{
	background-image:url('../images/twitter.png');
	background-repeat:no-repeat;
}
.googleplus{
	background-image:url('../images/googleplus.png');
	background-repeat:no-repeat;
}
.instagram{
	background-image:url('../images/instagram.png');
	background-repeat:no-repeat;
}
.linkedin{
	background-image:url('../images/linkedin.png');
	background-repeat:no-repeat;
}
.youtube{
	background-image:url('../images/youtube.png');
	background-repeat:no-repeat;
}
.flickr{
	background-image:url('../images/flickr.png');
	background-repeat:no-repeat;
}
.reddit{
	background-image:url('../images/reddit.png');
	background-repeat:no-repeat;
}

.nv-linklist li{
	display:inline-block;
	font-size:14px;
	font-weight:300;
	list-style:none;
	margin-right:20px;
	
}
.social_tabs{
	width:100%;
	border:0px;
	padding:0px;
	border-radius:0px;
	background:none;
	margin:0px;
	margin-top:10px;
	
}
.social_tabs .ui-tabs-panel{
	padding:0px;
	background:#f5f5f5;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.social_tabs li.ui-state-default{
	float: left;
	display: inline-block;
	margin:0px;
	border:none;
	background:#71ab16;
	width:24%;
	height:25px;
	margin-right:1%;
	border-radius:0px !important;
	text-align:center;
}

.social_tabs .social_tab_item{
	border-radius:0px !important;
}
.social_tabs .ui-tabs-anchor{
	font-size:12px;
	line-height:25px;
	padding:0px !important;
	color:#fff !important;
	float:none !important;
}

.social_tabs .ui-widget-header{
	background:none !important;
	border:none;
	padding:0px;
	}
.social_tabs .ui-tabs{
	border:none;
}
.social_tabs .ui-tabs-active {
	background:#f5f5f5 !important;
}
.social_tabs .ui-tabs-active a{
	color:#71ab16 !important;
}
.social_tabs .ui-widget-content{
	
	
}

.media_contacts{
	width:100%;
	clear:both;
}
.media_contacts .mc_section{
	width:100%;
	clear:both;
	border-bottom:1px solid #999;
}
.media_contacts .mc_section h1{
	margin-bottom:10px;
}
.media_contacts .last{
	border-bottom:none;
}
.media_contacts .mc_contact{
	width:20%;
	float:left;
	margin-bottom:30px;

}
.media_contacts .mc_contact h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
}
.media_contacts h2{
	font-size:21px;
	font-weight:normal;
}
.media_contacts .mc_contact span{
	display:block;
}
.exec_bios{
}
.exec_bios h3{
	font-size:18px;
	margin-bottom:0px;
}
.exec_bios .kiosk-c{
	margin-top:20px;
}
.exec_bios .founders{
	display:inline-block;
	width:50%;
	
}
.exec_bios .founders .newsImage{
	display:inline-block;
	max-width:150px;
	max-height:110px;
	margin-right:10px;
}
.exec_bios .founders .bios_detail{
	display:inline-block;
	width:320px;
	float:left;
}
.eb_section{
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.exec_bios .executives{
	display:inline-block;
	width:24%;
	margin-bottom:20px;
	vertical-align:top;
}
.exec_bios .executives .newsImage{
	display:inline-block;
	max-width:80px;
	margin-right:10px;
}
.exec_bios .executives .bios_detail{
	display:inline-block;
	width:150px;
	float:left;
}
.bios_detail p{
	margin:0px;
}
.article_bio{
	margin-bottom:30px;
	padding-right:10px;
}
.article_bio h2{
	margin-top:0px;
}
.article_bio h3{
	font-size:18px;
	margin-top:0px;
	font-weight:normal !important;
}
.article_options{
	
}
.article_options a{
	display:block;
	background-color:#71ab16;
	padding:10px;
	color:#fff ;
	margin-bottom:10px;
	text-align:left;
	font-size:14px;
	font-weight:100;
	text-transform:uppercase;
}
.article_options a i{
	margin-left:5px;
	color:#fff ;
}
.article_options a:hover{
	text-decoration:none;
}
.nv_article{
	padding-right:20px;
	margin-bottom:20px;
}
.nv_article .subtitle{
	font-size:21px;
	font-style:normal;
	font-weight:normal;
	margin-bottom:10px;
}
.attachments .item_info{
	margin-top:10px;
	background-color:#3f3f3f;
	padding:5px;
	margin-top:-1px;
}
.attachments .item_info h2{
	color:#fff;
	font-size:15px;
	margin-bottom:0px;
}
.attachments .main_image a{
	
}
.attachments .main_image img{
	float:center;
}
.attachments .item_info a{
	font-size:12px;
}
.attachments  .article_body{
line-height:1.8em;
}
/*multimedia*/

.nv_multimedia{
	width:100%;
	margin-top:-30px;
}
.mm_filter_label{
	display:inline-block;
	border-top:5px solid #71ab16;
}
.mm_filters{
	margin:10px 0px;
	width:100%;
}
.mm_filters_criteria{
	display:inline-block;
}
.mm_filters .fa-search{
	position:absolute;
	background: #3f3f3f;
	border:none;
	padding:0px;
	margin-left: -38px;
    top: 42px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #fff;
    -moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
    border-radius: 5px;
}

/** firefox fix for dropdown**/
.mm_filters .selectDiv {
   display:inline-block;
   height: 25px;
   line-height:25px;
   overflow: hidden;
   background: url('../images/dropdown.png') no-repeat right ;
   border: #ccc 1px solid;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   position:relative;
   margin:0px;
   padding:0px;
   z-index:100;
   width:200px;
   margin-right:10px;
   }
  .mm_filters .selectDiv select {
   margin:0px;
   padding:0px;
   top:0;
   left:0;
   width:200px;
   height:100%;
   display:block;
   background:transparent;
   -webkit-appearance: none;
   text-indent: 0.01px;
    text-overflow: '';
   border:none;
}
.mm_filters .selectDiv select:focus::-ms-value{
	background:transparent;
	color:#000;
}
.mm_filters .selectDiv select::-ms-expand {
    display: none;
}

 .mm_filters input {
 	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
 	 border-radius: 5px;
 	 padding:5px;
 	 min-width:200px;	
 	 margin-right:10px;
 	 vertical-align: top;
}

.mm_filters .mm_reset{
	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
 	 border-radius: 5px;
 	 padding:3px 5px;
	background:#3f3f3f;
	color:#fff;
	text-decoration:none;
	vertical-align: top;
	display:inline-block;
}

#opt-21924,
#opt-21926 {
	display: none;
}

/*old code
.mm_filters select , .mm_filters input {
 	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
 	 border-radius: 5px;
 	 padding:5px;
 	 min-width:200px;	
 	 margin-right:10px;
}


.mm_filters select {
	-webkit-appearance: button;
	 -moz-appearance: none;
      background: url('../images/dropdown.png') no-repeat right;  /*Adds background-image
      text-indent: 0.01px;  Removes default arrow from firefox
      text-overflow: "";  Removes default arrow from firefox
}


.mm_filters .mm_reset{
	-moz-border-radius: 5px; 
  	-webkit-border-radius: 5px;
 	 border-radius: 5px;
 	 padding:6px;
	background:#3f3f3f;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
*/
.mm_files{
	display:block;
	margin:20px 0px;
	width:100%;
	
}
.mm_file{
	min-height:260px;
	display:inline-block;
	width:240px;
	margin-right:16px;
	margin-bottom:20px;
	float:left;
}
.mm_file .mm_file_thumb{
        clear:both;

}
.mm_file .mm_file_thumb h4{
	margin:0px;
	font-weight:normal;
}

.mm_file .mm_file_thumb a i{
	margin-right:10px;
}
.mm_file img{
	height: 160px;
	width:100%;
}
.gallery_popup{
	
	width:100%;
	background:#f3f3f3;
	
}
.gallery_popup .gp_content{
	width:100%;
}
.gallery_popup .gp_image{
	width:70%;
}
.gallery_popup .gp_share{
	width:25%;
}
/*global selector*/
#globalSelector{
background-color:#333;
height:18px;
line-height:18px;
margin:0;
padding-left:3px;
padding-top:2px;
position:absolute;
text-align:left;
top:40px;
width:150px;
}



/* New Style Global Selector */
#globalSelector .currentTitle, #globalSelectorOpen .currentTitle{
color: #fff;
margin-bottom: 5px;
overflow: hidden;
white-space: nowrap;
margin: 0;
text-transform: none !important;
line-height: 18px !important;
font-size: 12px;
}
#globalSelectorOpen .currentTitle{
width:auto;
margin-bottom:10px;
}
#globalSelector .currentTitle a{
color:#fff;
text-decoration:none;
}
#globalSelector img{
position: absolute;
left: 133px;
padding: 6px;
}
#globalSelectorOpen{
background-color: #333;
display: none;
left: -7px;
padding: 10px;
position: absolute;
top: -8px;
width: 140px;
z-index: 500;
-moz-box-shadow: 0px 0px 10px #333;
-webkit-box-shadow: 0px 0px 10px #333;
box-shadow: 0px 0px 10px #333;
}
#globalSelectorOpen p{
line-height:16px;
margin:0;
}
#globalSelectorOpen img{
position: absolute;
top: 8px;
left: 140px;
}
#globalSelectorOpen .changeDefault{
font-size:11px;
margin-top:10px;
margin-bottom:0;
}
#globalSelectorOpen .changeDefault a{
color:#fff;
text-decoration:none;
}
#globalSelectorOpen a{
color:#B5B4B4;
text-decoration:none;
font-size:11px;
}
#globalSelectorOpen a:hover{
color:#76b900;
}

/*carousel*/
.carousel_holder{
	width:100%;
	min-height:300px;
	background-image:url('../images/squairy_lighter.jpg');
	padding:30px 0px;
}
.carousel{
	width:100%;
	display:block;
	height:499px;
	background:#3f3f3f;
	color:#fff;
	overflow:hidden;
}
.carousel-thmbs, .carousel-thmbs .bx-viewport {
	height: 499px !important;
}
.carousel .carousel-items{
	display:inline-block;
	width:70%;
	float:left;
	height:499px;
}
.carousel .carousel-items img{
	height: auto;
	max-width:100%;
}
.carousel .carousel-item{
	display:none;
}
.carousel .carousel-item .image_holder{
	display:table-cell;
	background:#000 !important;
	vertical-align: middle; 
	text-align:center;
	height:275px;
	width:700px;
}
.carousel .carousel-item-active .carousel-item-text{
	width:690px;
	height:105px;
	padding:5px;
	background:#000 !important;
	opacity:.9;
	color:#fff !important;
	vertical-align:bottom;
	margin-bottom:-10px !important;
}
.carousel .carousel-item-active{
	color:#fff !important;
}
.carousel-item-active h4{
	font-size:18px !important;
	margin:0px !important;
	color:#fff !important;
}
.carousel-item-active h4 a{
	color:#fff;
}
.carousel .carousel-item-active{
	display:block;
}
.carousel-thmbs{
	width:30%;
	display:inline-block;
	float:right;
}
.carousel-thmbs .carousel-thmbs-item{
	margin-top:5px;
}
.carousel-thmbs .carousel-thmbs-item:hover{
	cursor:pointer;
}
.carousel-thmbs .carousel-thmbs-item img{
	display:inline-block;
	width:90px;
	margin: 5px 0 5px 10px;
}
.carousel-thmbs .carousel-thmbs-item-active img{
	margin-left:0px;
	border-left:10px solid #71ab16;
}
.carousel-thmbs .carousel-thmbs-text{
	width:180px;
	height:80px;
	padding:0px 5px;
	margin-bottom:10px;
	display:inline-block;
	float:right;
	font-weight:bold;
}
.carousel-item-text h3 {
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: 1.1em;
}
.carousel-item-text p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.25em;
}
.carousel-item-text .read-more {
	display: block;
	padding: 3px 0 0;
}
.bx-viewport{
	background:#3f3f3f !important;
	min-height:350px;
	
}
.bx-wrapper .bx-viewport{
border:none !important;
box-shadow:none !important;
	
}

/*social */
.social_tabs li.selected
{
	cursor: pointer;

background-color: #f5f5f5 !important;
border-bottom: 0px solid #f5f5f5;
border-top:1px solid #e3e3e3;
border-left:1px solid #e3e3e3;
border-right:1px solid #e3e3e3;
border-bottom:0px solid #e3e3e3;
color:#71ab16;
}


ul.social li
{
border-top: 1px solid #e3e3e3;
margin-top: 10px;
padding-top: 10px;

}
ul.social li.first
{
	border:0;
	margin-top:0;
	padding-top:0;
	
}

li.social-twitter {
	background-image: url(../images/nvidia_corporate.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

li.social-facebook {
	background-image: url(../images/nvidia_corporate.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

li.social-youtube {
	background-image: url(../images/nvidia_corporate.png);
	background-repeat: no-repeat;
	background-position: left 10px;
}

li.social-youtube {
background: url(../images/sm-icons.png) no-repeat 10px -981px;	
}

li.social-twitter, li.social-facebook
{
	padding-left: 60px;
	min-height:50px;
}
li.social-twitter a, li.social-facebook a{
	color:#222;
}
.social-youtube a.imgWrap {
display: block;
margin-bottom:5px;
}
.social-youtube .feed-title{
	display:none;
}
.social_tabs #instagram img{
	display:block;
}
.social_tabs #instagram .ins_caption{
	min-height:25px;
	background-color:#3f3f3f;
	font-size:12px;
	color:#fff;
	display:block;
	padding:5px;
}
.social_tabs .date
{
	display: block;
	font-size: 11px;
}
.embed-description, 
li.social-facebook .embed a, 
li.social-twitter .embed a {
	display: none;
}
.recentReleases h2 a{
	color:#424242;
	font-size:26px;
}
.recentReleases .kioskText, .archive .kioskText {
	padding-left:0px;
}
.embed img {
	max-width: 100% !important;
}
.social-twitter .ins_image .embed .description,
.social-facebook .ins_image .embed .description {
	display: none;
}
.ins_caption {
	font-size: 13px;
}
.embed .thumb {
	display: none;
}

.nv_news_list h3{
font-size: 18px;
line-height: 22px;
}

.nv_news_list .sub_title {
	font-size: 14px;
	font-weight:bold;
}
.rss{
	padding-right:10px;
}
.fileView{
	display:block;
    width:750px;
    height:100%;
    padding:10px;
    background:#000;
    color:#fff;
}
.fileView  h2{
	margin:0px;
	font-size:18px;
	color:#fff;
	margin: 0 auto;
}
.fileView .eplayerWrap , .fileView .imageInfo{
	display:inline-block;
	
}
.fileView .eplayerWrap{
	  width:500px;
      float:left;
      color:#fff;
}
.fileView .ePlayer{
    width:500px;
}
.fileView .fileDescription p span{
	font-size:14px;
	color:#fff !important;
}
.fileView .ePlayer img{
   width: auto;
   max-height:300px;
}
.fileView .imageInfo{
   width: 220px;
   margin-left:20px;
   float:left;
}

.fileView .imageInfo a{
text-decoration:none;
display: block;
background-color: #71ab16;
padding: 10px;
color: #fff;
margin-bottom: 10px;
text-align: left;
font-size: 14px;
font-weight: 100;
text-transform: uppercase;
cursor:pointer
}
.fileView .imageInfo a i{
	margin-right:10px;
	color:#fff;
}
.st_sharethis_custom{
	background: none;
	
}
.fileView .flashPlayer{
	width:500px !important;
	height:300px !important ;
}
.fileView video{
	width:500px !important;
	height:350px !important ;
}
.fileView iframe .overlay{
	max-height:400px !important;
}

.fileView #outerContainer{
	height:390px !important;
}
.fileView button:focus {outline:0;}


/**ie notification**/
.ie_notification{
	background:#000;
	height: 100%;
	width:100%;
    position: relative;
}
.ie_notification .ie_notify_head{
	position: relative;
	margin-bottom:20px 0px;
}
.ie_notification .ie_notify_head {
	position: relative;
	color:#fff;
	font-size:35px;
}
.ie_notification .ie_notify_logo{
	padding-top:20px;
}
.ie_notification .ie_notify_logo h1{
	color:#fff;
	font-size:35px;
	padding:20px;
	margin:0px;
}

.ie_notification .ie_notify_body{
	position: relative;
	min-height:200px;
	border:1px solid #76b900;
	margin:20px 0px;
	padding:20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-size:16px;
}
.ie_notification  .browser_links{
 margin-left:20px; 
 padding-bottom:10px;
 }
.ie_notification .ie_notify_body a{
	font-size:18px;
	line-height:1.5em;
}
.ie_notification .ie_notify_body h1 {
	color:#cccccc;
}
.ie_notification .ie_notify_body p{
	color:#fff;
}
.ie_notification .ie_notify_footer{
	position: relative;
	min-height:200px;
	border-top:2px solid #76b900;
	padding:10px ;
}
.ie_notification  .ie_notify_footer .top_row{
	margin-top:20px;
}
.ie_notification  .ie_notify_footer a img{
	max-width:160px;
	float:right;
}

.ie_notification .copyright{
 position:relative;
 width:100%;
 display:block;
 text-align:center;
 color:#fff;
 margin-top:20px;
 }

 .exec_bt{
  margin-top:5px;
 }
 .exec_bt li{

 line-height:.9em;
 }
 
.noscript-message{
background: #000;
border: 1px solid #76b900;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #ccc;
padding: 10px 25px 5px;
margin-top:10px;
}
