.container:after, .content-wrapper:after, #main-and-title-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.parent:before, #main:before, #main-inner:before, .row:before, .parent:after, #main:after, #main-inner:after, .row:after {
  content: "";
  display: table; }
.parent:after, #main:after, #main-inner:after, .row:after {
  clear: both; }
.parent, #main, #main-inner, .row {
  zoom: 1; }

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  position: relative; }

.container, .content-wrapper, #main-and-title-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.parent, #main, #main-inner, .row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid-0, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24, .page-title, #main, #main-inner, #contentBox, html.has-left-nav #contentBox, html.has-left-nav #sideNavBox {
  display: inline-block;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * Str replace
 *
 * @param {string}  $string    String that you want to replace
 * @param {string}  $substr    String that is to be replaced by `$newsubstr`
 * @param {string}  $newsubstr String that replaces `$substr`
 * @param {number*} $all       Flag for replaceing all (1+) or not (0)
 * @return {string}
 */
/**
 * Map set
 *
 * @param 	Map 	$map 		The map to use
 * @param 	String 	$key 		The key to update
 * @param 	Mixed 	$value 		The new value
 * @return 	Map 			The new map
 */
/**
 * Get the column width in percent for the global or a specific context
 *
 * @param 	int 		$columns 					The number of columns to calculate
 * @param 	int 		$context : $gridle-columns-count 	 	The context to use
 * @return 	percentage 							The width in percent
 */
/**
 *  Get a state map
 *
 * @param 	string 		$name 		The name of the state to get
 * @return 	map 				A state map object
 */
/**
 * Check if a state exist :
 *
 * @param 	string 		$name 		The name of the state to check
 * @return 	Boolean 			true is exist
 */
/**
 * Get the media queries variables :
 *
 * @param 	int 		$index 	 	The media query indes
 * @param 	String 		$var 		The media query variable name
 * @return 	String|int 			The variable value
 */
/**
 * Get a variable
 *
 * @param 	String 		$varName 				The variable name
 * @param  	String 		$stateMap-or-stateName 	 	The state name or a map state value
 * @return 	Mixed 							The finded value
 */
/**
 * Set a variable in a state
 * @param 	Mixed $stateName-or-stateIndex 	The state name of state index
 * @param  	String $var                    		Variable name to assign
 * @param  	Mixed $newValue          		The new value to assign
 * @return 	List                         			The states list (full)
 */
/**
 * Generate a column
 *
 * @param 	String 		$name 			The column name (often count)
 * @param 	int 		$columns 		The column count that the column will take
 * @param 	int 		$context 		The context on witch the with will be calculed
 * @param 	Boolean 	$generateClasses 	Set if the column has to be generated in css
 */
/**
 * Generate classname
 *
 * @param 	List 		$parrern 	The pattern to use to generate classname
 * @param 	String 		$state 		The state
 * @param 	int 		$count 		The column count
 */
/**
 * Get the media query for a particular state, or with, etc...
 *
 * @param 	Mixed 		$state-or-min-width 		The state name of the min with
 * @param 	Mixed 		$max-width 			The max width if first param is a min width
 * @return 	String 						The media query string without the @media
 */
/**
 * Get states count
 * 
 * @return 	int 	The number of states defined
 */
/**
 * Setup
 */
/**
 *  Register a clear each class
 */
/**
 * Register a special class
 */
/**
 * Register default states
 */
/**
 * Register default mobile first states :
 */
/**
 * Set the debug device (not used for now)
 * 
 * @param 	String 		$state 		The state to update
 * @para m 	String 		$device 	The device to use (iphone, etc...)
 */
/**
 * Parent clear each
 */
/**
 * Vertical align :
 */
/**
 * Show inline
 *
 * @param 	String 		$state 		The state name
 */
/**
 * Generate a custom class for all the states
 *
 * @param 	list 	$pattern 		The name pattern of the class
 * @param 	list 	$statesNames 		The states names to generate
 */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
#gridle-settings {
  content: '{ "version" : "1.3.38", "states" : { "retina":{ "query" : "(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)", "classes" : false, "name" : "retina", "_gridle" : true }, "tv":{ "query" : "only tv", "classes" : false, "name" : "tv", "_gridle" : true }, "print":{ "query" : "only print", "classes" : false, "name" : "print", "_gridle" : true }, "portrait":{ "query" : "only screen and (orientation: portrait)", "classes" : false, "name" : "portrait", "_gridle" : true }, "landscape":{ "query" : "only screen and (orientation: landscape)", "classes" : false, "name" : "landscape", "_gridle" : true }, "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "24", "gutter-width" : "20px", "direction" : "ltr", "name-multiplicator" : "1", "debug" : false, "debug-show-class-names" : true, "ie7-support" : false, "html-states-classes" : false, "generate-push-classes" : true, "generate-pull-classes" : true, "generate-prefix-classes" : true, "generate-suffix-classes" : true, "generate-helpers-classes" : true, "_gridle" : true }} }'; }

.grid-0, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px; }

.grid-0 {
  width: 0%; }

.push-0 {
  left: 0%; }

.pull-0 {
  right: 0%; }

.prefix-0 {
  margin-left: 0%; }

.suffix-0 {
  margin-right: 0%; }

.grid-1 {
  width: 4.16667%; }

.push-1 {
  left: 4.16667%; }

.pull-1 {
  right: 4.16667%; }

.prefix-1 {
  margin-left: 4.16667%; }

.suffix-1 {
  margin-right: 4.16667%; }

.grid-2 {
  width: 8.33333%; }

.push-2 {
  left: 8.33333%; }

.pull-2 {
  right: 8.33333%; }

.prefix-2 {
  margin-left: 8.33333%; }

.suffix-2 {
  margin-right: 8.33333%; }

.grid-3 {
  width: 12.5%; }

.push-3 {
  left: 12.5%; }

.pull-3 {
  right: 12.5%; }

.prefix-3 {
  margin-left: 12.5%; }

.suffix-3 {
  margin-right: 12.5%; }

.grid-4 {
  width: 16.66667%; }

.push-4 {
  left: 16.66667%; }

.pull-4 {
  right: 16.66667%; }

.prefix-4 {
  margin-left: 16.66667%; }

.suffix-4 {
  margin-right: 16.66667%; }

.grid-5 {
  width: 20.83333%; }

.push-5 {
  left: 20.83333%; }

.pull-5 {
  right: 20.83333%; }

.prefix-5 {
  margin-left: 20.83333%; }

.suffix-5 {
  margin-right: 20.83333%; }

.grid-6 {
  width: 25%; }

.push-6 {
  left: 25.0%; }

.pull-6 {
  right: 25.0%; }

.prefix-6 {
  margin-left: 25.0%; }

.suffix-6 {
  margin-right: 25.0%; }

.grid-7 {
  width: 29.16667%; }

.push-7 {
  left: 29.16667%; }

.pull-7 {
  right: 29.16667%; }

.prefix-7 {
  margin-left: 29.16667%; }

.suffix-7 {
  margin-right: 29.16667%; }

.grid-8 {
  width: 33.33333%; }

.push-8 {
  left: 33.33333%; }

.pull-8 {
  right: 33.33333%; }

.prefix-8 {
  margin-left: 33.33333%; }

.suffix-8 {
  margin-right: 33.33333%; }

.grid-9 {
  width: 37.5%; }

.push-9 {
  left: 37.5%; }

.pull-9 {
  right: 37.5%; }

.prefix-9 {
  margin-left: 37.5%; }

.suffix-9 {
  margin-right: 37.5%; }

.grid-10 {
  width: 41.66667%; }

.push-10 {
  left: 41.66667%; }

.pull-10 {
  right: 41.66667%; }

.prefix-10 {
  margin-left: 41.66667%; }

.suffix-10 {
  margin-right: 41.66667%; }

.grid-11 {
  width: 45.83333%; }

.push-11 {
  left: 45.83333%; }

.pull-11 {
  right: 45.83333%; }

.prefix-11 {
  margin-left: 45.83333%; }

.suffix-11 {
  margin-right: 45.83333%; }

.grid-12 {
  width: 50%; }

.push-12 {
  left: 50.0%; }

.pull-12 {
  right: 50.0%; }

.prefix-12 {
  margin-left: 50.0%; }

.suffix-12 {
  margin-right: 50.0%; }

.grid-13 {
  width: 54.16667%; }

.push-13 {
  left: 54.16667%; }

.pull-13 {
  right: 54.16667%; }

.prefix-13 {
  margin-left: 54.16667%; }

.suffix-13 {
  margin-right: 54.16667%; }

.grid-14 {
  width: 58.33333%; }

.push-14 {
  left: 58.33333%; }

.pull-14 {
  right: 58.33333%; }

.prefix-14 {
  margin-left: 58.33333%; }

.suffix-14 {
  margin-right: 58.33333%; }

.grid-15 {
  width: 62.5%; }

.push-15 {
  left: 62.5%; }

.pull-15 {
  right: 62.5%; }

.prefix-15 {
  margin-left: 62.5%; }

.suffix-15 {
  margin-right: 62.5%; }

.grid-16 {
  width: 66.66667%; }

.push-16 {
  left: 66.66667%; }

.pull-16 {
  right: 66.66667%; }

.prefix-16 {
  margin-left: 66.66667%; }

.suffix-16 {
  margin-right: 66.66667%; }

.grid-17 {
  width: 70.83333%; }

.push-17 {
  left: 70.83333%; }

.pull-17 {
  right: 70.83333%; }

.prefix-17 {
  margin-left: 70.83333%; }

.suffix-17 {
  margin-right: 70.83333%; }

.grid-18 {
  width: 75%; }

.push-18 {
  left: 75.0%; }

.pull-18 {
  right: 75.0%; }

.prefix-18 {
  margin-left: 75.0%; }

.suffix-18 {
  margin-right: 75.0%; }

.grid-19 {
  width: 79.16667%; }

.push-19 {
  left: 79.16667%; }

.pull-19 {
  right: 79.16667%; }

.prefix-19 {
  margin-left: 79.16667%; }

.suffix-19 {
  margin-right: 79.16667%; }

.grid-20 {
  width: 83.33333%; }

.push-20 {
  left: 83.33333%; }

.pull-20 {
  right: 83.33333%; }

.prefix-20 {
  margin-left: 83.33333%; }

.suffix-20 {
  margin-right: 83.33333%; }

.grid-21 {
  width: 87.5%; }

.push-21 {
  left: 87.5%; }

.pull-21 {
  right: 87.5%; }

.prefix-21 {
  margin-left: 87.5%; }

.suffix-21 {
  margin-right: 87.5%; }

.grid-22 {
  width: 91.66667%; }

.push-22 {
  left: 91.66667%; }

.pull-22 {
  right: 91.66667%; }

.prefix-22 {
  margin-left: 91.66667%; }

.suffix-22 {
  margin-right: 91.66667%; }

.grid-23 {
  width: 95.83333%; }

.push-23 {
  left: 95.83333%; }

.pull-23 {
  right: 95.83333%; }

.prefix-23 {
  margin-left: 95.83333%; }

.suffix-23 {
  margin-right: 95.83333%; }

.grid-24 {
  width: 100%; }

.push-24 {
  left: 100.0%; }

.pull-24 {
  right: 100.0%; }

.prefix-24 {
  margin-left: 100.0%; }

.suffix-24 {
  margin-right: 100.0%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.no-gutter,
.no-margin {
  padding-left: 0;
  padding-right: 0; }

.no-gutter-left,
.no-margin-left {
  padding-left: 0; }

.no-gutter-right,
.no-margin-right {
  padding-right: 0; }

.no-gutter-top,
.no-margin-top {
  padding-top: 0; }

.no-gutter-bottom,
.no-margin-bottom {
  padding-bottom: 0; }

.gutter,
.margins {
  padding-left: 10px;
  padding-right: 10px; }

.gutter-left,
.margin-left {
  padding-left: 10px; }

.gutter-right,
.margin-right {
  padding-right: 10px; }

.gutter-top,
.margin-top {
  padding-top: 10px; }

.gutter-bottom,
.margin-bottom {
  padding-bottom: 10px; }

.auto-height {
  height: inherit; }

.centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

.parent {
  padding-left: 0;
  padding-right: 0; }

.vertical-align-middle {
  font-size: 0;
  clear: both; }
  .vertical-align-middle > * {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    font-size: 1rem; }

.vertical-align-top {
  font-size: 0;
  clear: both; }
  .vertical-align-top > * {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    font-size: 1rem; }

.vertical-align-bottom {
  font-size: 0;
  clear: both; }
  .vertical-align-bottom > * {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

/**
 * Visible, hide, etc...
 */
.hide {
  display: none; }

.not-visible {
  visibility: hidden; }

.show {
  display: block; }

.show-inline {
  display: inline-block; }

.visible {
  visibility: visible; }

/**
 * Clear each class :
 */
h2,
h3,
h4 {
  margin-bottom: 1em;
  font-weight: bold; }

.box, #content-box-inner {
  position: relative;
  background: #fff;
  margin-bottom: 20px; }
  .box.content, .content#content-box-inner {
    padding: 0 15px 15px; }

.content-wrapper {
  position: relative;
  width: 960px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  font: 0.923em/1.42em Arial, sans-serif;
  color: #333; }

#header {
  border-top: 3px solid #496c28;
  background: #fff;
  overflow: auto;
  margin-right: 10px;
  margin-bottom: -1px;
  margin-left: 10px; }

#primary-nav {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  border-bottom: 1px solid #dcdcdc;
  background: #fff; }

#main-and-title-wrapper {
  position: relative;
  margin-top: 20px; }

.page-title {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -1px;
  font-weight: bold;
  font-size: 1.75em;
  color: #496C28;
  margin-bottom: -1px; }

#pageTitle {
  padding: 10px 15px 0.75em;
  background: #fff;
  margin-top: 0;
  font-size: 1em; }
  html.has-left-nav #pageTitle {
    margin-bottom: 20px; }

#main {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  html.has-left-nav #main {
    padding-left: 10px;
    padding-right: 10px; }

#main-inner {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  html.has-left-nav #main-inner {
    background: #fff; }

#contentBox {
  float: left;
  direction: ltr;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 0;
  margin: 0; }
  html.has-left-nav #contentBox {
    float: left;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    width: 79.16667%;
    padding-top: 10px; }

#content-box-inner {
  position: static;
  padding: 0 15px; }

#sideNavBox {
  display: none; }
  html.has-left-nav #sideNavBox {
    float: left;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    width: 20.83333%;
    padding-left: 0;
    margin: 0; }
  #sideNavBox .left-nav {
    border-right: 1px solid #dcdcdc; }

.row {
  padding-left: 0;
  padding-right: 0; }

.ms-webpart-chrome-title {
  background: #fff;
  margin-bottom: 0; }

.ms-webpart-titleText {
  margin: 0;
  padding: 10px 15px; }

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText > a {
  color: #496C28;
  font-family: Arial, sans-serif; }
  .ms-webpart-titleText.ms-webpart-titleText a:link, .ms-webpart-titleText.ms-webpart-titleText a:visited, .ms-webpart-titleText.ms-webpart-titleText a:hover,
  .ms-webpart-titleText > a a:link,
  .ms-webpart-titleText > a a:visited,
  .ms-webpart-titleText > a a:hover {
    color: #496C28; }

.ms-WPBody {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ms-WPBody.ms-WPBorder {
    padding: 0 15px 15px;
    border-top: 1px solid #fff; }
  .ms-WPBody.ms-WPBorderBorderOnly {
    padding: 15px; }

.ms-webpartzone-cell {
  margin-bottom: 0; }

html,
body {
  margin: 0;
  padding: 0; }

body #s4-workspace {
  overflow: visible; }

html {
  *overflow-x: hidden; }

html.sp-ribbon body {
  overflow: hidden; }

html.sp-ribbon body #s4-workspace {
  overflow-x: auto;
  overflow-y: scroll; }

html.sp-ribbon {
  *overflow: hidden; }

.mso-contentdiv {
  position: relative;
  z-index: 10;
  height: 100%; }

/* fix scrolling on list pages */
#s4-bodyContainer {
  position: relative;
  height: 100%;
  padding-bottom: 0; }

.s4-ca {
  position: relative;
  z-index: 1;
  margin-left: 0;
  background: transparent; }

.s4-noti {
  z-index: 100; }

.ms-popoutMenu {
  background: #fff; }

#pageStatusBar[class],
.ms-status-msg {
  margin-bottom: 0; }

/* hide body scrolling (SharePoint will handle) */
body {
  height: 100%;
  overflow: visible;
  width: 100%;
  background: #f0f0f0; }

.content-wrapper a:link,
.content-wrapper a:visited,
.content-wrapper .link {
  color: #011a99;
  text-decoration: none;
  cursor: pointer; }

.content-wrapper a:hover,
.content-wrapper .link:hover {
  color: #a17a7e;
  text-decoration: underline; }

.content-wrapper a img {
  border: none; }

.content-wrapper a.arrow:after,
.content-wrapper a.arrow img.arrow {
  content: url("../../images/EPRI.Public/link-arrow.gif");
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  margin: 0 1ex; }

.content-wrapper button,
.content-wrapper .button {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  overflow: visible;
  width: auto;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  background: #011a99;
  font-weight: bold;
  color: #fff;
  cursor: pointer; }

.content-wrapper a.button:link,
.content-wrapper a.button:visited,
.content-wrapper a.button:hover {
  color: #fff;
  text-decoration: none; }

.content-wrapper button[disabled],
.content-wrapper .button.disabled,
.content-wrapper a.button.disabled:link,
.content-wrapper a.button.disabled:visited,
.content-wrapper a.button.disabled:hover {
  background: #a17a7e;
  color: #ccc;
  cursor: default; }

.content-wrapper .button.arrow:after {
  content: url("../../images/EPRI.Public/btn-arrow.gif");
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  margin: 0 0 0 1ex; }

.content-wrapper strong.alt1 {
  color: #496c28; }

.content-wrapper strong.alt2 {
  color: #a17a7e; }

.content-wrapper .banner {
  border-bottom: 3px solid #496c28; }

h1,
.ms-h1,
h2 {
  font-weight: bold;
  font-family: Arial, sans-serif; }

.ms-core-pageTitle,
.ms-core-pageTitle a,
h3,
.ms-h2,
.ms-h3,
.ms-headerFont {
  font-family: Arial, sans-serif; }

.bg {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-width: 960px;
  height: 496px;
  background: #e8e8e8 url("../../images/EPRI.Public/bg.jpg") no-repeat center center; }

.bg.content-image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

.bg-polyfill-frame {
  position: relative;
  overflow: hidden; }

.bg-polyfill-img {
  position: absolute; }

.clear {
  clear: both; }

#main-wrapper {
  position: relative;
  z-index: 15;
  padding: 0 0 94px;
  pointer-events: none; }

#main-wrapper > * {
  pointer-events: auto; }

#logo {
  float: left;
  margin: 20px; }

#pre-nav {
  margin: 10px 10px 10px 334px; }

#pre-nav ul {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none none;
  text-align: right; }

#pre-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  white-space: nowrap;
  margin: 0 0 0.5em;
  border-left: 1px solid #a1a1a4;
  padding: 0 10px; }

#pre-nav li:first-child {
  border-left: none; }

#search-box {
  float: right;
  clear: right;
  margin: 20px; }

#search-box table {
  width: auto; }

#primary-nav table.l1 {
  position: relative;
  top: 1px;
  margin: 0;
  border-spacing: 0; }

#primary-nav table.l1 td.l1-wrapper {
  min-width: 37px;
  border-width: 1px;
  border-style: solid none solid solid;
  border-color: #dcdcdc;
  padding: 0;
  background: #fff;
  vertical-align: bottom; }

#primary-nav table.l1 td.l1-wrapper:first-child {
  border-left-style: none;
  padding-left: 1px; }

#primary-nav table.l1 td.l1-wrapper.last-child {
  border-right-style: solid; }

#primary-nav table.l1 td.l1-wrapper:hover,
#primary-nav table.l1 td.l1-wrapper.hover {
  border-color: #999;
  border-right-style: solid;
  background: #fff;
  z-index: 30; }

#primary-nav table.l1 td.l1-wrapper:hover + td,
#primary-nav table.l1 td.l1-wrapper.hover + td {
  border-left-style: none; }

#primary-nav table.l1 td.l1-wrapper.with-sub-nav:hover,
#primary-nav table.l1 td.l1-wrapper.with-sub-nav.hover {
  border-bottom: none;
  padding-bottom: 1px; }

#primary-nav table.l1 td.l1-wrapper:first-child:hover,
#primary-nav table.l1 td.l1-wrapper:first-child.hover {
  border-left-style: solid;
  padding-left: 0; }

#primary-nav table.l1 td.l1-wrapper .l1-link {
  display: block;
  position: relative;
  top: 1px;
  z-index: 20;
  margin-bottom: -1px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1.15em;
  color: #011a99;
  cursor: default;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

#primary-nav table.l1 td.l1-wrapper:hover .l1-link,
#primary-nav table.l1 td.l1-wrapper.hover .l1-link {
  z-index: 30; }

#primary-nav table.l1 td.l1-wrapper:hover a.l1-link,
#primary-nav table.l1 td.l1-wrapper.hover a.l1-link {
  color: #a17a7e; }

#primary-nav table.l1 td.l1-wrapper.with-sub-nav:hover .l1-link,
#primary-nav table.l1 td.l1-wrapper.with-sub-nav.hover .l1-link {
  background: #fff; }

#primary-nav table.l1 td.l1-wrapper .l1-link.active {
  color: #a17a7e; }

#primary-nav table.l1 td.l1-wrapper a.l1-link {
  cursor: pointer; }

#primary-nav table.l1 td.l1-wrapper a.l1-link:link,
#primary-nav table.l1 td.l1-wrapper a.l1-link:visited,
#primary-nav table.l1 td.l1-wrapper a.l1-link:hover,
#primary-nav table.l1 td.l1-wrapper a.l1-link.hover {
  text-decoration: none; }

#primary-nav table.l1 td.l1-wrapper a.l1-link:focus {
  outline: none; }

#primary-nav table.l1 td.l1-wrapper a.l1-link:active {
  *ie-dummy: expression(this.hideFocus=true); }

#primary-nav table.l1 td.l1-wrapper .l1-link .inner {
  display: block; }

#primary-nav table.l1 td.l1-wrapper.with-sub-nav .l1-link .inner {
  padding: 0 20px 0 0;
  background: url("../../images/EPRI.Public/with-sub-nav.gif") no-repeat right center; }

#primary-nav table.l1 td.l1-wrapper.with-sub-nav .l1-link.active .inner {
  background-image: url("../../images/EPRI.Public/with-sub-nav-active.gif"); }

#primary-nav table.l1 td.l1-wrapper img.l1-link-image {
  margin: 0;
  border: 0;
  padding: 0; }

#primary-nav .l2-sub-nav-outer {
  position: absolute;
  overflow-y: hidden;
  max-height: 0;
  z-index: 25;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out; }

#primary-nav .with-sub-nav:hover .l2-sub-nav-outer {
  max-height: 500px; }

#primary-nav .l2-sub-nav {
  max-width: 940px;
  border-width: 1px 1px 3px;
  border-style: solid;
  border-color: #999 #999 #ababb4;
  padding: 15px;
  background: #fff; }

#primary-nav .l2-sub-nav-wrapper {
  background: #fff; }

#primary-nav .l2-sub-nav .group-description {
  border-left: 1px solid #d6d6d6;
  padding: 0 0 0 15px;
  vertical-align: top; }

#primary-nav .l2-sub-nav .group-description p,
#primary-nav .l2-sub-nav .group-description ul,
#primary-nav .l2-sub-nav .group-description ol,
#primary-nav .l2-sub-nav .group-description blockquote {
  margin-top: 0;
  margin-bottom: 0.5em; }

#primary-nav .l3-sub-nav {
  padding: 0 15px 0 0;
  vertical-align: top; }

#primary-nav .l3-sub-nav ul {
  margin: 0.5em 0;
  padding: 0;
  list-style: none none; }

#primary-nav .l3-sub-nav ul li {
  margin: 0.5em 0;
  white-space: nowrap; }

#primary-nav .l3-header {
  white-space: nowrap;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #496c28; }

#primary-nav .l4-columns td {
  padding: 0 0 0 15px;
  vertical-align: top; }

#primary-nav .l4-columns td:first-child {
  padding-left: 0; }

#s4-titlerow {
  margin: 0;
  padding: 0;
  height: auto; }

#s4-statusbarcontainer {
  margin-bottom: 20px; }

#footer {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 10;
  clear: both;
  width: 940px;
  height: 74px;
  background: #fff;
  text-align: center; }

#footer address {
  padding: 10px;
  background: #496c28;
  font-style: normal;
  color: #fff; }

#post-nav ul {
  display: table;
  margin: 0 auto;
  padding: 10px; }

#post-nav li {
  display: table-cell;
  *display: inline;
  *zoom: 1.0;
  margin: 0;
  border-left: 1px solid #bababa;
  padding: 0 2ex; }

#post-nav li:first-child {
  border-left: none; }

.content-wrapper h1 {
  font-size: 1.35em;
  color: #496c28; }

.content-wrapper h2,
.content-wrapper h3 {
  font-size: 1.35em;
  line-height: 1.42em;
  color: #496c28; }

.content-wrapper h4 {
  color: #496c28; }

.content-wrapper h4,
.content-wrapper h5 {
  margin: 0;
  font-size: 1em; }

.content-wrapper p,
.content-wrapper ul,
.content-wrapper ol,
.content-wrapper dl,
.content-wrapper blockquote,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h4 + ul.bullets,
.content-wrapper h5 + ul.bullets {
  margin-top: 0; }

.content-wrapper h4 + p,
.content-wrapper h4 + ul,
.content-wrapper h4 + ol,
.content-wrapper h4 + dl,
.content-wrapper h4 + blockquote,
.content-wrapper h5 + p,
.content-wrapper h5 + ul,
.content-wrapper h5 + ol,
.content-wrapper h5 + dl,
.content-wrapper h5 + blockquote {
  margin-top: 1em; }

.content-wrapper ul.bullets {
  list-style: url("../../images/EPRI.Public/blt.gif"); }

.content-wrapper ul.no-bullets {
  margin-left: 0;
  padding-left: 0;
  list-style: none none; }

.content-wrapper ul.no-bullets > li {
  margin-left: 0;
  padding-left: 0; }

.content-wrapper dt {
  margin: 1em 0 0;
  font-weight: bold;
  color: #496c28; }

.content-wrapper dd {
  margin: 0 0 1em; }

.content-wrapper h2.inline-page-title {
  margin-top: 0; }

/*#main {
    display: table;
    width: 100%;
    min-height: 300px;
    margin: 20px 0 0;
    border-collapse: collapse;
    background: #fff;
    /*background-image: url("../../images/EPRI.Public/bg-sidebar.gif");*/
    /*background-repeat: repeat-y;
    background-position: 180px 0;
}

#contentBox { 
    display: table-cell;
    margin-left: 0; 
    padding: 15px;
    vertical-align: top;
}

#sideNavBox { 
    display: none;
}*/
/*html.has-left-nav #sideNavBox {
    display: table-cell;
    float: none;
    margin: 0;
    border-right: 1px solid #dcdcdc;
    vertical-align: top;
}*/
.ms-core-listMenu-verticalBox ul.root > li > .menu-item {
  border-width: 1px;
  border-style: none none solid;
  border-color: #dcdcdc !important;
  padding: 10px;
  font-size: 1.2em;
  font-family: Arial, sans-serif; }

li > a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li > a.ms-core-listMenu-item:hover,
li > a.ms-core-listMenu-item:active {
  background: transparent;
  color: #a17a7e; }

.ms-core-listMenu-verticalBox a.selected,
li > a.ms-core-listMenu-item.ms-core-listMenu-selected.selected:hover,
li > a.ms-core-listMenu-item.selected:hover {
  background: #f5f5f5 none;
  font-weight: bold;
  color: #000 !important; }

.content-wrapper .ms-core-listMenu-verticalBox a.selected:link,
.content-wrapper .ms-core-listMenu-verticalBox a.selected:hover,
.content-wrapper .ms-core-listMenu-verticalBox a.selected:visited {
  text-decoration: none; }

/* Dialog Window */
html.ms-dialog body {
  background: #fff; }

html.ms-dialog #main {
  padding: 0; }

html.ms-dialog #s4-workspace {
  padding: 10px; }

html.ms-dialog .content-wrapper {
  position: static;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0; }

html.ms-dialog #main-wrapper {
  padding: 0; }

html.ms-dialog .bg {
  display: none;
  background-image: none !important; }

.press-release-widget ul {
  margin: 0;
  padding: 0;
  list-style: none none; }

.press-release-widget li {
  margin: 0;
  border-top: 1px solid #dcdcdc;
  padding: 15px; }

.press-release-widget li:first-child {
  border-top: none; }

.press-release-widget li p {
  margin: 0; }

.press-release-widget .date {
  margin: 0 0 0.5em; }

.press-release-widget .pager {
  overflow: hidden;
  padding: 0 15px; }

.press-release-widget .pager .btn-prev {
  float: left; }

.press-release-widget .pager .btn-next {
  float: right; }

.news-item-widget ul {
  margin: 0;
  padding: 15px;
  list-style: none none; }

.news-item-widget li {
  margin: 1em 0 0; }

.news-item-widget li:first-child {
  margin-top: 0; }

.news-item-widget a.external:after {
  content: url("../../images/EPRI.Public/ico-external-link.gif");
  display: inline-block;
  *display: inline;
  *zoom: 1.0; }

.news-item-widget a.external:after,
.news-item-widget img.ico-external-link {
  margin: 0 1ex; }

.spotlight-carousel {
  position: relative;
  padding: 0 18px 0 33px; }

.spotlight-carousel .prev,
.spotlight-carousel .next {
  position: absolute;
  top: 108px;
  width: 18px;
  height: 26px;
  background-image: url("../../images/EPRI.Public/btn-carousel.gif");
  background-repeat: no-repeat;
  cursor: pointer; }

.spotlight-carousel .prev {
  left: 0;
  background-position: -18px 0; }

.spotlight-carousel .next {
  right: 0;
  background-position: 0 0; }

.spotlight-carousel .prev.hidden,
.spotlight-carousel .next.hidden {
  display: block !important;
  cursor: default; }

.spotlight-carousel .prev.hidden {
  background-position: -54px 0; }

.spotlight-carousel .next.hidden {
  background-position: -36px 0; }

.spotlight-carousel ul.items {
  margin: 0;
  padding: 0;
  list-style: none none; }

.spotlight-carousel li.spotlight-wrapper {
  float: left;
  padding: 0; }

.spotlight-carousel .spotlight {
  margin: 0 15px 0 0; }

.feature-widget {
  position: relative;
  border: 15px solid #fff; }

.feature-widget .feature-fg {
  height: 335px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.feature-widget .feature-caption {
  position: relative;
  min-height: 4em;
  margin: 0 -1px -1px;
  padding: 15px 0 1px;
  background: #fff; }

.feature-widget .feature-caption h1 {
  margin-top: 0; }

.feature-widget .feature-nav {
  position: absolute;
  right: 0;
  bottom: 0; }

.feature-widget .feature-nav a {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  background: #adadad; }

.feature-widget .feature-nav a:hover,
.feature-widget .feature-nav a.active {
  background: #7e942d; }

.feature-widget .feature-nav a:focus {
  outline: none; }

.feature-widget .feature-nav a:active {
  ie-dummy: expression(this.hideFocus=true); }

.feature-bg {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

ul.twitter-widget {
  margin: 0;
  padding: 0;
  list-style: none none; }

ul.twitter-widget li {
  margin: 0;
  border-top: 1px solid #dcdcdc;
  padding: 1em 15px; }

ul.twitter-widget li:first-child {
  margin-top: 0;
  border-top: none; }

.twitter-widget .date {
  margin: 0 0 0.25em;
  font-weight: bold; }

.twitter-widget .date a:link,
.twitter-widget .date a:visited,
.twitter-widget .date a:hover {
  color: #333; }

.twitter-widget .text a.url {
  display: block; }

table.s4-search {
  height: 26px;
  border-width: 1px;
  border-style: solid none;
  border-color: #dcdcdc;
  border-collapse: collapse; }

table.s4-search td.ms-sbcell {
  padding: 0; }

.s4-search input.ms-sbplain {
  float: none;
  width: 300px !important;
  height: 20px;
  padding: 3px;
  border-width: 1px !important;
  border-style: none none none solid !important;
  border-color: #dcdcdc !important;
  background: none;
  font: 1em/1.42em Arial, sans-serif;
  color: #333; }

.s4-search .srch-AutoCompContainer {
  border: 1px solid #dcdcdc;
  padding: 0; }

.s4-search .srch-AutoCompDropImg {
  display: none; }

.s4-search .srch-AutoCompList {
  font: 1em/1.42em Arial, sans-serif; }

.s4-search .srch-AutoCompListItem,
.s4-search .srch-AutoCompHListItem {
  white-space: normal;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dcdcdc; }

.s4-search .srch-AutoCompListItem:first-child,
.s4-search .srch-AutoCompHListItem:first-child {
  border-top: none; }

.s4-search .srch-AutoCompListItem {
  color: #011a99; }

.s4-search .srch-AutoCompHListItem {
  background: #011a99;
  color: #fff; }

.s4-search .ms-sbgo {
  width: 62px; }

.s4-search .ms-sbgo a {
  display: block;
  width: 62px;
  height: 26px;
  border-width: 1px;
  border-style: none solid;
  border-color: #dcdcdc;
  background: url("../../images/EPRI.Public/btn-search.png") no-repeat 0 0; }

.s4-search .ms-sbgo a:hover {
  background-position: 0 -26px; }

.s4-search img.srch-gosearchimg {
  display: none; }

/* Override Base */
/* Webpart Styles */
.ms-rte-wpbox {
  font: 1em Arial, sans-serif !important; }

.ms-WPHeader td {
  border-bottom: none; }

.ms-wpTdSpace {
  display: none; }

.ms-WPTitle {
  margin: 0;
  padding: 10px 15px;
  font: bold 1.35em Arial, sans-serif !important; }

.ms-WPTitle,
.ms-WPTitle a:link,
.ms-WPTitle a:visited {
  color: #496c28 !important; }

html.no-sp-ribbon .ms-WPHeaderTdSelection {
  display: none; }

.ms-wpContentDivSpace {
  margin: 0; }

.s4-wpTopTable {
  background: #fff; }

.s4-wpcell .s4-wpTopTable,
.s4-wpActive .s4-wpTopTable,
.s4-wpActive .ms-WPSelected {
  border: none; }

.s4-wpcell .ms-WPTitle,
.s4-wpActive .ms-WPTitle {
  cursor: default; }

.s4-wpcell:hover .ms-WPHeader td,
.s4-wpActive .ms-WPHeader td,
.s4-wpcell .ms-WPSelected .ms-WPHeader td {
  border-bottom: none; }

.ms-WPBody,
.ms-WPBody td {
  font: 1em/1.42em Arial, sans-serif; }

.ms-WPBody {
  padding: 0 0 15px;
  letter-spacing: normal;
  color: #333; }

.ms-WPBorder,
.ms-WPBorderBorderOnly {
  border: none;
  padding: 0; }

.ms-WPBorder .ms-WPBody {
  padding: 0 15px 15px; }

.ms-WPBorderBorderOnly .ms-WPBody {
  padding: 15px; }

.ms-PartSpacingVertical {
  margin-top: 20px; }

.ms-WPHeaderTdMenu {
  width: auto; }


table.box, table#content-box-inner {
  width: 100%;
  border-collapse: collapse; }

table.box td.col, table#content-box-inner td.col,
td.wp-wrapper {
  vertical-align: top; }

table.box tr.last-child td.col, table#content-box-inner tr.last-child td.col {
  padding-bottom: 15px; }

table.box .ms-WPBody, table#content-box-inner .ms-WPBody {
  padding-bottom: 0; }

table.box .ms-PartSpacingVertical, table#content-box-inner .ms-PartSpacingVertical {
  margin-top: 0; }

.box-row {
  margin: 20px 0 0; }

table.box-row {
  position: relative;
  left: -20px;
  width: 980px;
  border-spacing: 20px 0;
  /* Fake border spacing for IE7 */
  *border-right: 20px solid transparent; }

table.box-row > tbody > tr > td {
  /* Fake border spacing for IE7 */
  *border-left: 20px solid transparent; }

table.box-row td.col,
table.box-row td.col-wrapper {
  vertical-align: top;
  padding: 0; }

table.box-row .col {
  background: #fff; }

table.box-row.alt .col {
  background: transparent; }

table.box-row.first-row {
  margin-top: 0; }

.row-collection .ms-WPTitle {
  font-size: 1.1em !important; }

.bg.content-image {
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

/* Utility widget styles */
.utility-widget {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 15px;
  overflow: hidden; }

.utility-widget .stButton {
  margin: 0 !important;
  font-size: 1em !important;
  line-height: 1.42em !important; }

.utility-widget .stButton .chicklets {
  font: 1em Arial, sans-serif !important;
  text-decoration: none;
  color: #011a99 !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important; }

.utility-widget .stButton .chicklets:hover {
  text-decoration: underline;
  color: #a17a7e !important; }

.utility-widget .st_email {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  min-height: 21px; }

.utility-widget .st_email .stButton .chicklets {
  padding-left: 25px !important;
  background: url("../../images/EPRI.Public/ico-email.gif") no-repeat left top; }

html.no-js .utility-widget .print {
  display: none; }

.utility-widget .link {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  min-height: 21px; }

.utility-widget .print .link {
  padding-left: 27px;
  background: url("../../images/EPRI.Public/ico-print.gif") no-repeat left top; }

.utility-widget .link-wrapper {
  float: left;
  margin: 0 0 0 1.5ex; }

/* Tabs */
.tab-nav {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #999;
  background: url("../../images/EPRI.Public/tab-nav-border.gif") repeat-x 0 1px; }

tr:first-child > td > .ms-WPBody .tab-nav {
  background-image: none; }

.tab-nav table {
  position: relative;
  top: 1px;
  border-bottom: 1px solid #999;
  border-collapse: collapse; }

.tab-nav td {
  border-width: 1px;
  border-color: #dcdcdc;
  border-left-style: solid;
  padding: 0;
  vertical-align: bottom; }

.tab-nav td .tab-link {
  display: block;
  position: relative;
  top: 1px;
  margin-bottom: -1px;
  padding: 10px 15px;
  font: bold 1.35em Arial, sans-serif;
  color: #011a99;
  cursor: pointer; }

.tab-nav td .tab-link:hover {
  color: #a17a7e !important; }

.tab-nav td:first-child {
  border-left: none; }

.tab-nav td.active {
  border-color: #999;
  border-top-style: solid;
  border-right-style: solid; }

tr:first-child > td.s4-wpcell-plain tr:first-child > td > .ms-WPBody .tab-nav td.active {
  border-top-style: none; }

.tab-nav td.active + td {
  border-left-style: none; }

.tab-nav td.active .tab-link {
  color: #a17a7e;
  background: #fff; }

.tab-nav a.tab-link:hover {
  text-decoration: none !important; }

.tab-nav a.tab-link:focus {
  outline: none; }

.tab-nav td.active a.tab-link:link,
.tab-nav td.active a.tab-link:visited,
.tab-nav td.active a.tab-link:hover {
  color: #a17a7e !important; }

.tab-nav td.active a.tab-link:active {
  ie-dummy: expression(this.hideFocus=true); }

.wp-panel-trigger {
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.35em;
  background: #fff;
  color: #496c28;
  cursor: pointer; }

.wp-panel-trigger .wp-panel-trigger-inner {
  min-height: 10px;
  padding: 0 0 0 21px;
  background-repeat: no-repeat;
  background-position: left center; }

.wp-panel-trigger.collapsed .wp-panel-trigger-inner {
  background-image: url("../../images/EPRI.Public/ico-panel-down.png?1"); }

.wp-panel-trigger.expanded .wp-panel-trigger-inner {
  background-image: url("../../images/EPRI.Public/ico-panel-up.png?1"); }

.map-canvas {
  width: 590px;
  height: 500px;
  border-bottom: 3px solid #496c28;
  background: url("../../images/EPRI.Public/loader-big.gif") no-repeat center center; }

html.no-js .map-canvas {
  display: none; }

.map-img img {
  border: none; }

.product-abstract .title,
.product-abstract .heading {
  margin: 1em 0;
  font-weight: bold; }

.product-abstract .label {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  margin: 0 1ex 0 0;
  font-weight: bold; }

.product-abstract .content-specs .product-abstract-col {
  float: left;
  width: 50%;
  margin: 0 0 1em; }

.product-abstract .content-specs .pair {
  padding-right: 20px; }

.product-abstract .content-keyword ul {
  margin: 0;
  padding: 0;
  list-style: none none; }

.product-abstract .content-keyword ul li {
  margin: 0;
  padding: 0; }

.product-abstract .content-action {
  clear: both;
  margin: 1em 0;
  padding: 15px;
  background: #f8f8f8; }

.product-abstract .content-action p {
  margin: 0.5em 0; }

.content-wrapper .product-abstract .abstract h4 {
  margin: 1em 0;
  color: #333; }

.product-abstract .hover {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  position: relative; }

.product-abstract .hover .value {
  color: #011a99;
  cursor: default; }

.product-abstract .hover-container {
  display: none;
  position: absolute;
  top: -20px;
  right: -200px;
  z-index: 20;
  width: 200px;
  border: 1px solid #dcdcdc;
  padding: 15px;
  background: #fff; }

.product-abstract .hover-container p {
  margin: 0.75em 0; }

.product-abstract .hover:hover .hover-container {
  display: block; }

.product-abstract .error {
  font-style: italic;
  color: #f00; }

.epriHelpContactUs .label,
.epriCareerSignUp .label {
  white-space: nowrap;
  width: 20ex;
  vertical-align: top;
  font-weight: bold;
  color: #496c28; }

.epriHelpContactUs .label .required,
.epriCareerSignUp .label .required {
  font-weight: normal; }

.epriHelpContactUs input[type=text],
.epriHelpContactUs textarea,
.epriCareerSignUp input[type=text],
.epriCareerSignUp textarea {
  width: 350px; }

.epriHelpContactUs textarea,
.epriCareerSignUp textarea {
  height: 8em; }

#press-release {
  padding-bottom: 1em; }

#press-release-header {
  text-align: right; }

#press-release-title,
#press-release-subtitle {
  font-weight: bold;
  line-height: 1.42em;
  text-align: center;
  color: #496c28; }

#press-release-title {
  margin: 1em 0 0;
  font-size: 1.75em; }

#press-release-subtitle {
  margin: 0.5em 0 1em; }

#press-release-preview textarea {
  width: 100%; }

.content-wrapper .portfolio-details .sector-details h3 {
  clear: right;
  margin-top: 1em; }

.content-wrapper .portfolio-details .sector-details table.sector-details-form-view {
  width: 100%; }

.content-wrapper .portfolio-details .rich-text div {
  margin-bottom: 1em; }

.content-wrapper .portfolio-details .rich-text ul {
  list-style: url("../../images/EPRI.Public/blt.gif"); }

.portfolio-details .sector-details .sector-thumb {
  float: right;
  max-width: 300px;
  margin: 0 0 10px 10px; }

.portfolio-details .sector-details .research-area {
  overflow: hidden;
  margin-top: 1em;
  border-top: solid 1px #999;
  padding-top: 1em; }

.portfolio-details .sector-details .research-area .research-area-desc {
  float: left;
  width: 375px; }

.content-wrapper .portfolio-details .sector-details .research-area .research-area-title {
  margin-bottom: 1em; }

.content-wrapper .portfolio-details .sector-details .research-area .programs {
  margin-left: 390px; }

.portfolio-details .program-details .program-details-form {
  width: 100%; }

.content-wrapper .portfolio-details .program-details h3.program-title {
  font-size: 1.15em;
  color: #000; }

.portfolio-details .program-details .program-last-updated {
  float: right;
  margin-top: 1em; }

.portfolio-details .program-details .program-details-nav,
.portfolio-index .sector-nav {
  margin: 1em 0;
  background: none; }

.portfolio-details .program-details .program-details-nav table,
.portfolio-index .sector-nav table {
  border-right: 1px solid #dcdcdc; }

.portfolio-details .program-details .program-details-nav td,
.portfolio-index .sector-nav td,
tr:first-child > td.s4-wpcell-plain tr:first-child > td > .ms-WPBody .portfolio-index .sector-nav td.active {
  border-top-style: solid; }

.portfolio-details .program-details .program-details-nav td:first-child,
.portfolio-index .sector-nav td:first-child {
  border-left: 1px solid #dcdcdc; }

.portfolio-details .program-details .program-details-nav td.active:first-child,
.portfolio-index .sector-nav td.active:first-child {
  border-left-color: #999; }

.portfolio-details .program-details .program-details-nav td .tab-link,
.portfolio-index .sector-nav td .tab-link {
  font-size: 1em; }

.content-wrapper .portfolio-details .program-details h4 {
  margin: 3em 0 1em;
  border-top: 1px solid #999;
  padding-top: 1em;
  font-size: 1.35em; }

.portfolio-details .program-details h5 {
  color: #496c28; }

.portfolio-details .program-details .program-roadmaps {
  float: right;
  width: 275px;
  margin: 0 0 2em 15px;
  padding: 15px;
  background: #f5f5f5; }

.content-wrapper .portfolio-details .program-details .program-roadmaps h5 {
  font-size: 1.35em; }

.content-wrapper .portfolio-details .program-details .program-roadmaps ul {
  margin: 0;
  padding-left: 15px; }

.content-wrapper .portfolio-details .program-details .program-roadmaps li {
  margin-left: 0;
  padding-left: 0; }

.content-wrapper .portfolio-details .program-details h5.program-overview-section {
  margin-top: 1em;
  margin-bottom: 1em; }

.content-wrapper .portfolio-details .program-details .program-projects .project-last-updated-header {
  margin: 1em 0;
  font-weight: bold;
  text-align: right; }

.portfolio-details .program-details .panel {
  min-height: 500px; }

.content-wrapper .portfolio-details .program-details .program-project-tree,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
  margin-left: 30px; }

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item {
  margin: 0;
  padding: 1em 15px 1px;
  background: #f5f5f5; }

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item.alt {
  background: transparent; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title {
  position: relative;
  margin-bottom: 1em;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0.3em; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title.collapsed {
  background-image: url("../../images/EPRI.Public/ico-panel-down.png?1"); }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title.expanded {
  background-image: url("../../images/EPRI.Public/ico-panel-up.png?1"); }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title h5 {
  margin-right: 10em;
  font-weight: normal; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description {
  margin-bottom: 1em;
  padding-left: 21px; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  color: #496c28; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6:first-child {
  margin-top: 0; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer {
  margin-top: 1em; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title .project-last-updated {
  position: absolute;
  right: 0;
  top: 0; }

.content-wrapper .portfolio-details .program-details .program-supplementals {
  margin: 2em 0 0;
  padding: 0;
  list-style: none none; }

.content-wrapper .portfolio-details .program-details .program-supplementals li {
  margin: 0;
  padding: 1em 15px;
  background: #f5f5f5; }

.content-wrapper .portfolio-details .program-details .program-supplementals li.alt {
  background: transparent; }
  
    
  
.content-wrapper .portfolio-details .program-details h4 {
  margin: 3em 0 1em;
  border-top: 1px solid #999;
  padding-top: 1em;
  font-size: 1.35em; }

.portfolio-details .program-details h5 {
  color: #496c28; }

.portfolio-details .program-details .program-roadmaps {
  float: right;
  width: 275px;
  margin: 0 0 2em 15px;
  padding: 15px;
  background: #f5f5f5; }

.content-wrapper .portfolio-details .program-details .program-roadmaps h5 {
  font-size: 1.35em; }

.content-wrapper .portfolio-details .program-details .program-roadmaps ul {
  margin: 0;
  padding-left: 15px; }

.content-wrapper .portfolio-details .program-details .program-roadmaps li {
  margin-left: 0;
  padding-left: 0; }

.content-wrapper .portfolio-details .program-details h5.program-overview-section {
  margin-top: 1em;
  margin-bottom: 1em; }

.content-wrapper .portfolio-details .program-details .program-projects .project-last-updated-header {
  margin: 1em 0;
  font-weight: bold;
  text-align: right; }

.portfolio-details .program-details .panel {
  min-height: 500px; }

.content-wrapper .portfolio-details .program-details .program-project-tree,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
  margin: 0;
  padding: 0;
  list-style: none; }

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
  margin-left: 30px; }

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item {
  margin: 0;
  padding: 1em 15px 1px;
  background: #f5f5f5; }

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item.alt {
  background: transparent; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title {
  position: relative;
  margin-bottom: 1em;
  padding-left: 21px;
  background-repeat: no-repeat;
  background-position: 0 0.3em; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title.collapsed {
  background-image: url("../../images/EPRI.Public/ico-panel-down.png?1"); }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title.expanded {
  background-image: url("../../images/EPRI.Public/ico-panel-up.png?1"); }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title h5 {
  margin-right: 10em;
  font-weight: normal; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description {
  margin-bottom: 1em;
  padding-left: 21px; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  color: #496c28; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6:first-child {
  margin-top: 0; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer {
  margin-top: 1em; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title .project-last-updated {
  position: absolute;
  right: 0;
  top: 0; }

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
    position: relative;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-position: 0 0.3em;
}  
 
 .content-wrapper .portfolio-details .program-details .pof {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1em;
    line-height: 2;
}

.content-wrapper .portfolio-details .program-details .pof .label {
    font-weight: bold;
    color: #496c28;
}

.content-wrapper .portfolio-details .program-details h4 {
    margin: 3em 0 1em;
    border-top: 1px solid #999;
    padding-top: 1em;
    font-size: 1.35em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree {
    margin-left: 70px;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .program-project-tree-item {
    margin-top: 2em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .program-project-tree-item:first-child {
    margin-top: 0;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .key-research-question + .sub-tree .program-project-tree-item {
    margin-top: 2em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item {
    margin: 0;
    padding: 1em 15px 1px;
    background: #f5f5f5
}

.content-wrapper .portfolio-details .program-details .program-project-tree > .program-project-tree-item.alt {
    background: transparent;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
    position: relative;
    margin-bottom: 1em;
    background-repeat: no-repeat;
    background-position: 0 0.3em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title {
    padding-left: 21px;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title.collapsed {
    background-image: url("../../images/EPRI.Public/ico-panel-down.png?1");
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title.expanded {
    background-image: url("../../images/EPRI.Public/ico-panel-up.png?1");
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title h5,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title h5 {
    margin-right: 10em;
    color: #333;
	font-weight:bold;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title h5.link {
    font-weight: normal;
    color: #011a99;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description {
    margin-bottom: 1em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description {
    padding-left: 21px;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description h6 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    color: #496c28;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description h6:first-child,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description h6:first-child {
    margin-top: 0;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description .btn-print-program-outer {
    margin-top: 1em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-description .pipe,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-description .pipe {
    display: inline-block;
    *display: inline;
    *zoom: 1.0;
    margin: 0 1em;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .project-title .project-last-updated,
.content-wrapper .portfolio-details .program-details .program-project-tree .project-set-title .project-last-updated {
    position: absolute;
    right: 0;
    top: 0;
}

.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-title,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-description,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-set-title,
.content-wrapper .portfolio-details .program-details .program-project-tree .sub-tree .project-set-description {
    padding-left: 0;
}

.content-wrapper .portfolio-details .program-details .program-supplementals {
    margin: 2em 0 0;
    padding: 0;
    list-style: none none;
}

.content-wrapper .portfolio-details .program-details .program-supplementals li {
    margin: 0;
    padding: 1em 15px;
    background: #f5f5f5;
}

.content-wrapper .portfolio-details .program-details .program-supplementals li.alt {
    background: transparent;
}


.portfolio-index .portfolio-index-table {
  width: 100%;
  border-collapse: collapse; }

.portfolio-index .portfolio-index-table tr.item {
  background: #f5f5f5; }

.portfolio-index .portfolio-index-table tr.item.alt {
  background: transparent; }

.portfolio-index .portfolio-index-table td,
.portfolio-index .portfolio-index-table th {
  padding: 15px;
  text-align: left;
  vertical-align: top; }

.portfolio-warning {
  margin: 1em 0;
  padding: 15px;
  background: #fcf8e3;
  color: #000; }

.content-wrapper .portfolio-warning a:link,
.content-wrapper .portfolio-warning a:visited,
.content-wrapper .portfolio-warning a:hover {
  text-decoration: underline; }

.content-wrapper .portfolio-index .portfolio-index-table ul.bullets {
  margin-bottom: 0;
  padding-left: 3ex; }

.content-wrapper .portfolio-index .research-program-index-table .number {
  width: 10%; }

.content-wrapper .portfolio-index .research-program-index-table .program-name {
  width: 75%; }

.content-wrapper .portfolio-index .research-program-index-table .last-updated {
  width: 15%; }

.content-wrapper .portfolio-index .supplemental-project-index-table .number {
  width: 10%; }

.content-wrapper .portfolio-index .supplemental-project-index-table .program-name {
  width: 40%; }

.content-wrapper .portfolio-index .supplemental-project-index-table .supplemental-projects {
  width: 50%; }

@media screen {
  .print-only {
    position: absolute;
    left: -10000px;
    top: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px; } }
@media print {
  html.sp-ribbon #s4-workspace {
    overflow: visible;
    min-width: 0; }

  html.sp-ribbon {
    *overflow-x: hidden; }

  html.sp-ribbon #s4-ribbonrow {
    display: none; }

  .content-wrapper {
    width: auto;
    margin: 0; }

  #search-box,
  #pre-nav,
  #primary-nav,
  #post-nav {
    display: none; }

  .bg,
  .feature-bg {
    display: none;
    background-image: none !important; }

  #footer {
    position: static;
    height: auto;
    width: auto;
    border-top: 3px solid #496c28; }

  #footer address {
    background: transparent;
    color: #676767; }

  .s4-search input.ms-sbplain {
    width: 165px !important; }

  #primary-nav .l2-sub-nav {
    max-width: 100%;
    padding-bottom: 0; }

  #primary-nav .l3-sub-nav-wrapper {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; }

  #primary-nav .l3-sub-nav {
    margin-bottom: 15px; }

  .utility-widget {
    display: none; }

  .product-abstract .content-action {
    display: none; }

  .portfolio-details .program-details .program-details-nav,
  .portfolio-index .sector-nav {
    display: none; }

  .portfolio-details .program-details h4 {
    clear: right; }

  .portfolio-details .program-details .panel {
    display: block !important;
    min-height: none; }

  .content-wrapper .portfolio-details .program-details .program-project-tree .project-title {
    background-image: url("../../images/EPRI.Public/ico-panel-up.png?1"); }

  .content-wrapper .portfolio-details .program-details .program-project-tree .project-description {
    display: block !important; }

  .content-wrapper .portfolio-details .program-details .program-project-tree .project-description .btn-print-program-outer {
    display: none; }

  .no-print,
  .portfolio-details .program-details .panel.no-print {
    display: none !important; }

  .content-wrapper .portfolio-details .program-details .pof .label {
    font-weight: bold;
    color: #496c28; }

  .s4-ql,
  .ms-quicklaunchouter {
    display: none; }

  #main {
    background-image: none; }

  .s4-ql + #main-inner,
  .ms-quicklaunchouter + #main-inner {
    margin-left: 15px; } }
.epri-contact-us-form .epri-label {
  display: block;
  width: 20ex;
  font-weight: bold; }
.epri-contact-us-form input[type=text],
.epri-contact-us-form textarea {
  width: 350px; }
.epri-contact-us-form input[type=submit] {
  margin-left: 0;
  margin-right: 1em; }

.product-synopsis .content-specs .product-abstract-col {
  padding: 0 20px 1em 0;
  float: left; }

.product-synopsis .content-specs .product-abstract-col1 {
  padding: 0 20px 1em 0; }

.product-abstract .content-specs .pair, .product-synopsis .content-specs .pair {
  padding-right: 20px; }

.product-abstract .content-specs .col,
.product-agreement .content-specs .col {
  float: left;
  width: 50%;
  margin: 0 0 1em; }

.epriProdAbButton {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  overflow: visible;
  width: auto;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  background: #011a99 !important;
  font-weight: bold;
  color: #fff !important;
  cursor: pointer; }

.epriProdAbButtonDisabled {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  overflow: visible;
  width: auto;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  font-weight: bold;
  color: #fff !important;
  background-color: #DDDDDD !important; }

.product-synopsis {
  clear: both;
  margin: 1em 0;
  border-width: 1px;
  border-style: solid none;
  border-color: #ddd;
  padding: 5px 15px 15px;
  background: #f2f4ff; }

.product-synopsis .title {
  margin: 1em 0;
  font-weight: bold; }

.product-synopsis .label {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  margin: 0 1ex 0 0;
  font-weight: bold; }

.product-synopsis .col {
  padding: 0 20px 1em 0;
  background-color: #f2f4ff !important; }

.product-synopsis .col1 {
  padding: 0 20px 1em 0;
  float: left; }

.product-synopsis .hover {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  position: relative; }

.product-synopsis .hover .value {
  color: #053ffb;
  cursor: default; }

.product-synopsis .hover-container {
  display: none;
  position: absolute;
  top: -20px;
  right: -200px;
  width: 200px;
  padding: 15px;
  background-color: #C0DEFF;
  -moz-box-shadow: 3px 3px 3px #A9A9A9;
  -webkit-box-shadow: 3px 3px 3px #A9A9A9;
  box-shadow: 3px 3px 3px #A9A9A9;
  ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#A9A9A9')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#A9A9A9'); }

.product-synopsis .hover-container p {
  color: #333;
  margin: 0.75em 0; }

.product-synopsis .hover:hover .hover-container {
  display: block; }

.product-synopsis .error {
  font-style: italic;
  color: #f00; }

.epri-product-download {
  display: inline-block;
  *display: inline;
  *zoom: 1.0;
  overflow: visible;
  width: auto;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  background: #011a99 !important;
  font-weight: bold;
  color: #fff !important;
  cursor: pointer;
  width: 90px; }

.content-wrapper .portfolio-details .program-details .pof .label {
  font-weight: bold;
  color: #496c28; }

.epri-attachments {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse; }

.epri-attachments > thead {
  border-bottom: 1px solid #000; }

.epri-attachments > thead > tr > th {
  font-weight: bold;
  text-align: left; }

.epri-attachments .epri-col-icon {
  width: 1px; }

.epri-attachments .epri-col-size {
  width: 75px; }

.epri-attachments .epri-col-name {
  width: 300px; }

.epri-attachments .epri-col-actions {
  width: 1px; }

.epri-attachments .epri-attachment-ico {
  width: 16px !important;
  height: 16px !important; }

.epri-event-details {
  margin: 10px; }

.epri-event-details .epri-content-editor-panel {
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold; }

.epri-event-details .epri-attachments .epri-attachment-category-level-1, .epri-event-details .epri-attachments .epri-attachment-category-level-2, .epri-event-details .epri-attachments .epri-attachment-category-level-3, .epri-event-details .epri-attachments .epri-attachment-category-level-4 {
  font-weight: bold; }

.epri-event-details h3, .epri-event-details .epri-order-request-form .epri-add-product-form .epri-label-product-id, .epri-order-request-form .epri-add-product-form .epri-event-details .epri-label-product-id, .epri-event-details .epri-order-request-form .epri-label-delivery-note, .epri-order-request-form .epri-event-details .epri-label-delivery-note, .epri-event-details .epri-tech-transfer-nominee-form h4, .epri-tech-transfer-nominee-form .epri-event-details h4 {
  color: #053ffb;
  font-family: arial;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 0px;
  text-align: start; }

.epri-event-details .epri-content:nth-child(2n) {
  background: #F2F4FF none repeat scroll 0% 0%; }

.epri-event-details .epri-label {
  display: inline-block;
  width: 8.33333em;
  font-weight: bold; }

.epri-event-details .epri-attachments ul {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none none; }

.epri-event-details .epri-attachments li {
  margin: 1em 0;
  padding: 0; }
  
  .epri-event-details{ padding: 15px;}

.epri-event-webcast-description {
  float: left;
  width: 73%; }

.epri-event-webcast-information {
  float: right;
  width: 25%; }

.epri-event-webcast-information th {
  text-align: left;
  padding: 5px; }

.epri-event-webcast-information table {
  width: 100%;
  border: 1px solid #ededed;
  border-collapse: collapse; }

th.epri-event-webcast-information-heading {
  height: 3.33em;
  background-color: #ededed;
  margin: 0;
  text-align: center; }

#SearchBox {
    /* border: 1px solid #00306c; */
    height: 24px;
    background-color: #fff;
    float: right;
    padding: 20px 20px 0px 0px;
}

.ms-srch-sb-borderFocused{
  border: solid 1px #00306c;
}

#SearchBox > div > input {
  background-color: #ffffff;
  width: 320px;
  padding: 2px 0 0 10px;
}


.ms-qSuggest-listItem{
  cursor: pointer;
  width: 340px;
}

.ms-qSuggest-list{
  white-space: normal;
  text-overflow: unset; 
}

.ms-qSuggest-hListItem{
  background-color: #00306c;
  color: #fff;
  margin:0px;
  padding:7px 15px;
  cursor: pointer;
}

#SearchBox .ms-srch-sb > .ms-srch-sb-searchLink{
  width: 20px;
}

.ms-qSuggest-container{
  margin: -1px, 0px, 0px, 0px;
  border-right: 2px solid #fff;
}

.ms-srch-result-Actions:before{
  content: "Sort By:";
  float: left;
  display: inline-block;
  margin-right: 10px;
  padding-top: 3px;
  font-weight: 300;
  color: #737373;
}

#ResultHeader .ms-srch-resultscount{
  float: none;
  color: #333;
}

.test{}

#ResultHeader .ms-srch-result-Actions{
  float: none;
  font-size: 14px;
  margin-top:10px;
}

.search-product-title p a, .search-web-title p a{
  color: #0091EA !important;
}

.ms-srch-item{
  cursor: default !important;  
}

/*# sourceMappingURL=base.css.map */
