﻿
#BadBrowser
{
	BORDER-TOP: gray 1px solid; 
	HEIGHT: 80px; 
	BORDER-RIGHT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid; 
	PADDING-BOTTOM: 10px;
	 PADDING-TOP: 10px; 
	 PADDING-LEFT: 10px; 
	 MARGIN: 5px; 
	 BORDER-LEFT: gray 1px solid; 
	 PADDING-RIGHT: 10px; 
	 BACKGROUND-COLOR: #fe9;
	 display:none;
}

.announcements h4
{
	cursor:pointer;
}

.sc {
	font-size: 14.25px;
	line-height: 18px;
  /* ---------- STYLE GUIDE ---------- */
  /*

	This website includes a live style guide that can be accessed here: http://wecc.sawayaconsulting.com/styleguide.html

	*/
  /*when using the property webkit-column it drops the first column in Chrome - so this is the workaround / hack */
  /*used to fake the open/close in CSS*/
  /* --------- MAIN STYLES --------- */
  /* used when there is an icon in the header */
  /*table headers*/
  /*table headers*/
  /* arrow at the end of the line */
  /* arrow at the end of the line */
  /* THE TRIANGLE */
  /* --------- HEADER & NAVIGATION --------- */
  /*the container around this style needs display:table added*/
  /* arrow at the end of the line */
  /*moves type away from 101 icon */
  /*resets borders from main table style*/
  /* --------- WEBPARTS -------- */
  /* arrow at the end of the line */
  /* arrow at the end of the line */
  /* arrow at the end of the line */
  /* rss icon before each line */
  /* --------- HOMEPAGE ---------- */
  /*dates*/
  /*dates*/
  /* ---------- ELEMENT STYLES ----------- */
  /*table title row*/
  /*view link*/
  /*search row*/
  /*table headers*/
  /*resets borders from main table style*/
  /*
	.documentlibrary .dropdown {float:left; width:200px; background:#CCC; color:#4E514D; text-align:left; padding:10px; margin:2px; position:relative;	border:1px solid #8d8e8c;}
	*/
  /* arrow at the end of the line */
  /* .documentlibrary .dropdown:hover {background:rgba(204,204,204,0.7); cursor:pointer;} */
  /* bottom row */
  /* --------- FOOTER --------- */
  /* --------- TEMPLATE PAGE STYLES --------- */
  /*.mywecc .all {width:140px; }*/
  /* --- EASYDROPDOWN DEFAULT THEME --- */
  /* PREFIXED CSS */
  /* WRAPPER */
  /* OLD SELECT (HIDDEN) */
  /* SELECTED FEEDBACK ITEM */
  /* DROP DOWN WRAPPER */
  /* Height is adjusted by JS on open */
  /* FADE OVERLAY FOR SCROLLING LISTS */
  /* DROP DOWN LIST */
  /* DROP DOWN LIST ITEMS */
  /* .focus class is also added on hover */
}
.sc .bolder { font-weight: bolder; }
.sc .threecolauto p:first-of-type,
.sc .navlist ul:first-of-type,
.sc .rssfeedslist ul {
  -webkit-margin-before: 0;
}
.sc .closed {
  display: none;
}
.sc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
.sc .normal-box * {
  box-sizing: content-box;
}
.sc sc {
  margin: 0;
  font: 14px/18px Arial, Helvetica, sans-serif;
  color: #4e514d;
}
.sc h1 {
  font: bold 18px/22px 'Bitter', serif;
  color: #00395d;
}
.sc h2 {
  font: bold 16px/20px 'Bitter', serif;
  color: #00395d;
}
.sc h3 {
  font: bold 14px/16px Arial, Helvetica, sans-serif;
  color: #4e514d;
  margin-bottom: 5px;
  margin-top: 20px;
}
.sc h3 + p {
  margin-top: 0;
}
.sc h4 {
  font: normal 14px/16px Arial, Helvetica, sans-serif;
  color: #999;
}
.sc h5 {
  font: bold 18px/22px 'Bitter', serif;
  color: #00395d;
  border-bottom: 1px solid #00395d;
  padding: 10px 0;
  margin: 20px 0 10px 0;
}
.sc h5 > [class^="icon-"] {
  font-size: 1.2em;
  margin-right: 10px;
}
.sc h5 .icon-bolt101 {
  float: right;
}
.sc hr {
  border: 0;
  color: #00395d;
  background-color: #00395d;
  height: 1px;
}
.sc a {
  color: #005172;
  text-decoration: none;
  /* fade color */
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc a:hover {
  color: #008CC4!important;
  text-decoration: none!important;
}
.sc input[type="text"],
.sc input[type="password"] {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fdffff;
  /* layer fill content */
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  /* inner shadow */
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  /* inner shadow */
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.5);
  /* inner shadow */
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #FFF;
  margin-top: 2px;
  /* fix for ie positioning */
}
.sc input:focus {
  outline: none;
  border: 1px solid #00395d;
}
.sc ::-webkit-input-placeholder {
  color: #CCC;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.sc :-moz-placeholder {
  color: #CCC;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.sc ::-moz-placeholder {
  color: #CCC;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.sc :-ms-input-placeholder {
  color: #CCC;
  font-family: 'Bitter', serif;
  font-style: italic;
}
.sc .wecc-toolbox-button {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sc button,
.sc #button,
.sc #logInButton,
.sc #flexSearchButton,
.sc input[type=button],
.sc wecc-nav-button,
.sc wecc-newtab-button,
.sc wecc-modal-button,
.sc a.wecc-nav-button, 
.sc .leftnav a.wecc-nav-button { 
  border: 1px solid rgba(76, 95, 15, 0.52);
  /* stroke */
  -moz-border-radius: 0.5px;
  -webkit-border-radius: 0.5px;
  border-radius: 0.5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #a99260;
  /* layer fill content */
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  /* fade color */
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc button:hover,
.sc #button:hover,
.sc a.wecc-nav-button:hover,
.sc .leftnav a.wecc-nav-button:hover,
.sc input[type=button]:hover {
  background: #005172!important;
  color: #FFF!important;
}
.sc button:active {
  outline: none !important;
}
.sc button:disabled {
  background: #CCC;
  border: 1px solid #CCC;
  color: #999;
}
.sc .searchbox {
  position: relative;
  float: left;
  margin: 7px 10px 5px 0;
}
.sc .icon {
  font-size: 1.3em;
  color: #CCC;
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 3;
}
.sc .inputtext {
  padding: 10px 10px 11px 30px;
}
.sc .searchimagebox .inputtext {
  padding: 10px 10px 11px 30px;
}
.sc .dropnav .inputtext {
  padding: 0px 10px 0px 20px;
}
.sc table {
  width: 100%;
}
.sc th {
  background: #4e514d;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #8d8e8c;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.sc th:first-of-type {
  /* text-align: left; */
}
.sc .owapps-preview {
	float: right;
	padding-right: 24px;
}

.sc .wecc-members .dataTables_filter { padding-bottom:5px; text-align:right; }
.sc .wecc-members .dataTables_filter input { margin-left:4px; width:540px; }

.sc .wecc-search-with-header-control .ms-srch-group {
	display:none;
}
.sc .wecc-srch-title {
	background-color: rgb(78, 81, 77);
	color: white;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px;
}
.sc table.wecc-srch-results a {
	color: #4e514d;
}
.sc table.wecc-srch-results th {
	color: #4e514d;
	background-color: #E5F5FF; /* rgb(206, 227, 230); */
	border: 1px #8d8e8c solid;
	cursor:pointer;
}
.sc table.wecc-srch-results th img {
	display:none;
}
.sc table.wecc-srch-results th.wecc-srch-type {
	width: 74px;
	white-space:nowrap;
}
.sc table.wecc-srch-results th.wecc-srch-modified {
	width: 128px;
	white-space:nowrap;
}
.sc table.wecc-srch-results .wecc-eventreportsummary {
	font-style:italic;
}
.sc .wecc-srch-footer {
	padding-top: 2px;
}
.sc .wecc-srch-footer .wecc-srch-alertme {
	float: left;
}
.sc .wecc-srch-footer .wecc-srch-paging {
	text-align: center;
}
.sc .wecc-srch-footer .wecc-srch-results-count {
	float: right;
}
.sc .text-center {
	text-align: center;
}
/* edit mode panel adjustments */
.sc .edit-mode-panel,
.sc .edit-mode-panel .ms-formfieldlabelcontainer input {
	width: 100%;
}
.js-webpart-menuCell, .jswebpart-menuCell * {
	box-sizing: content-box;
}
.sc th a {
  color: #FFF!important;
}
.sc th a:hover {
  color: #E5F5FF!important;
}
.sc tr:nth-child(2) th {
  background: #E5F5FF;
  color: #4e514d;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #8d8e8c;
}
.sc tr {
  border-left: 1px solid #8d8e8c;
  border-right: 1px solid #8d8e8c;
}
.sc td {
  padding: 10px;
  border: 1px solid #8d8e8c;
  border-bottom: 1px solid #8d8e8c;
  border-right: 1px solid #8d8e8c;
}
.sc td:first-child {
  border-left: 1px solid #8d8e8c;
}
.sc td p {
  margin: 0 0 5px 0;
}
/* this rule is probably too broad */
.sc table table td,
.sc table table td:first-child {
  border: none;
  padding: 0 5px;
  /* text-align: center; */
}
.sc table.ms-ToolPaneOuter table td {
	padding: 0;
}
.sc tr:nth-child(odd) {
  background: #e7e5e5;
}
.sc tr:nth-child(even) table tr {
  background: #FFF;
}
.sc td.moredropdown {
  position: relative;
}
.sc .moredropdown a {
  color: #4E514D!important;
  font-weight: bold;
}
.sc .moredropdown a:after {
  font-family: 'wecc-icons';
  content: "\e607";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .moredropdown.open a:after {
  font-family: 'wecc-icons';
  content: "\e603";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .tablesearch {
  position: relative;
  float: right;
  margin: 0;
}
.sc .tablesearch .icon {
  font-size: 1.3em;
  color: #CCC;
  position: absolute;
  left: 463px;
  top: 13px;
  z-index: 3;
}
.sc .tablesearch .icon a {
  color: #4e514d;
}
.sc .tablesearch .icon a:hover {
  color: #1F9DAF!important;
}
.sc .tablesearch .inputtext {
  padding: 10px 30px 11px 10px !important;
}
.sc .tablesearch input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* border radius */
  -moz-box-shadow: none;
  /* inner shadow */
  -webkit-box-shadow: none;
  /* inner shadow */
  box-shadow: none;
  /* inner shadow */
  padding: 10px;
  font-size: 14px;
  outline: none;
  border: 1px solid #8d8e8c;
  width: 486px;
  margin-right: 2px;
  margin-top: 2px;
  /* fix for ie positioning */
}
.sc img {
  border: none;
}
.sc .clearfix {
  clear: both;
}
.sc .nowrap {
  white-space: nowrap;
}
.sc #main,
.sc main {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}
.sc #main:after,
.sc main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .leftnav {
  float: left;
  width: 220px;
}
.sc .content {
  float: right;
  width: 700px;
}
.sc .iconcenter {
  display: table;
  width: 100%;
}
.sc .iconcenter .type {
  line-height: 2em;
}
.sc .iconcenter [class^="icon-"] {
  font-size: 2em;
  float: left;
  margin-right: 5px;
}
.sc .usagetip {
  position: relative;
  padding: 20px 20px 10px 20px;
  background: #FFF;
  border: 1px solid #00395d;
  /* stroke */
  /* css3 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 300px;
}
.sc .usagetip:after {
  content: "";
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* controls horizontal position */
  border-width: 20px 20px 0 0;
  /* vary these values to change the angle of the vertex */
  /* border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #FFF transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.sc .usagetip:before {
  /*to get outline around bottom triangle*/
  content: "";
  position: absolute;
  bottom: -22px;
  /* value = - border-top-width - border-bottom-width */
  left: 39px;
  /* controls horizontal position */
  border-width: 22px 22px 0 0;
  /* vary these values to change the angle of the vertex */
  /* border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #00395d transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
}
.sc .usagetip h1 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #4e514d;
}
.sc .usagetip .icon-bolt101 {
  color: #1c5b63;
  font-size: 2em;
}
.sc .topdrawer.open {
  display: none;
}
.sc .topdrawer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .topdrawer.open a, .sc .topdrawer.open a:hover {
  color: #00B6FF!important;
}
.sc .topdrawer.open #logInButton {
  color: white!important;
}
.sc .topdrawer .myweccinfo .col1 {
  display: table;
  border-left: 1px solid #4e514d;
  border-right: 1px solid #4e514d;
  float: left;
  width: 34%;
  height: 160px;
}
.sc .topdrawer .myweccinfo .col {
  border-right: 1px solid #4e514d;
  padding: 20px;
  float: left;
  width: 33%;
  height: 160px;
}
.sc .topdrawer .myweccinfo .col h1 {
  color: #00395d;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
.sc .topdrawer .myweccinfo .col p {
  margin: 0 0 5px 0;
}
.sc .topdrawer .myweccinfo .col a {
  color: #4e514d;
  text-decoration: none;
}
.sc .topdrawer .myweccinfo .col a:hover {
  color: #1f9daf!important;
}
.sc .topdrawer.bottom {
  border-top: 4px solid #4e514d;
}
.sc .topdrawer .tab {
  float: right;
  width: 140px;
  padding: 5px 10px;
  background: #4e514d;
  color: #FFF;
  text-transform: uppercase;
  display: table;
  cursor: pointer;
}
.sc .type {
  display: table-cell;
  vertical-align: middle;
}
.sc .topdrawer [class^="icon-"] {
  font-size: 1.8em;
  float: left;
  margin-right: 10px;
}
.sc .topdrawer .name {
  background: #00395d;
  padding: 20px;
  display: block;
}
.sc .topdrawer .name p {
  margin: 0 0 5px 0;
}
.sc .topdrawer .name a {
  color: #1f9daf!important;
  font-size: 12px!important;
  text-decoration: none!important;
}
.sc .topdrawer .name a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.sc .topdrawer .name h1 {
  color: #FFF;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
}
.sc .topdrawer .goto {
  display: table;
  background: #E5F5FF;
  padding: 20px 20px 16px;
  width: 100%;
}
.sc .topdrawer .goto a {
  color: #1f9daf!important;
  text-decoration: none!important;
}
.sc .topdrawer .goto a:hover {
  color: #00395d!important;
}
.sc .mywecclogin {
  padding: 20px;
  background: #E5F5FF;
  border: 1px solid #4e514d;
}
.sc .mywecclogin .col1 {
  float: left;
  width: 298px;
  font: normal 16px 'Bitter', serif;
  padding-top: 20px;
}
.sc .mywecclogin .col2 {
  float: right;
  width: 600px;
}
.sc .mywecclogin:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .mywecclogin input[type="text"],
.sc .mywecclogin input[type="password"] {
  margin-right: 10px;
  width: 220px;
}
.sc .formhelp {
  color: #1F9DAF;
  float: left;
  font-size: 12px;
  /* width: 465px; */
}
.sc .remember {
  float: left;
  font-size: 12px;
}
.sc header {
  width: 940px;
  margin: 0 auto;
}
.sc #logo a {
  /* background: url(/_catalogs/masterpage/wecc/Images/logo-byline.png); */
  /* background-repeat: no-repeat; */
  width: 180px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 10px;
}
.sc #flexlogo a {
  background: url(/_catalogs/masterpage/wecc/Images/logo-byline.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 64px;
  display: block;
  float: left;
  margin-right: 10px;
}
.sc #tagline {
  display: none;
  float: left;
  width: 600px;
  padding-top: 23px;
  text-transform: uppercase;
  opacity: 0.68;
}
.sc #tagline:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc #tagline em {
  color: #00395d;
  text-transform: none;
  font-family: 'Bitter', serif;
}
.sc nav:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc nav {
  width: 940px;
  background: #00395d;
  margin-top: 10px;
  border-bottom: 5px solid #fff;
}
.sc nav [class^="icon-"] {
  font-size: 1.5em;
  float: left;
  margin-right: 5px;
}
.sc nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sc nav li {
  float: left;
  background: #00395d;
  border-right: 2px solid #FFF;
  display: table;
}
.sc nav li:last-child {
  float: right;
  border: none;
  width: 140px;
}
.sc nav li:last-child a {
  background: #00395d;
  color: #FFF!important;
  padding: 10px 10px 10px 15px;
}
.sc nav li:last-child [class^="icon-"] {
  font-size: 2em;
}
.sc nav a {
  color: white!important;
  display: block;
  padding: 10px 30px;
  height: 40px;
}
.sc nav a:hover {
  background: #005172!important;
  color: #FFF!important;
}
.sc nav ul li a span {
  float: left;
}
.sc nav .highlighted {
  position: relative;
  bottom: -5px;
  background: #4e514d;
  color: #FFF;
  margin-top: -5px;
  padding-bottom: 5px;
}
.sc nav .highlighted a {
  background: #4e514d;
  color: #FFF;
}
.sc nav .current {
  position: relative;
  background-color: #00395d;
  color: #FFF;
}
.sc nav .current a {
  background: #00395d;
  color: #FFF!important;
  -webkit-box-shadow: 0px 5px 0px 0px #4e514d;
  -moz-box-shadow: 0px 5px 0px 0px #4e514d;
  box-shadow: 0px 5px 0px 0px #4e514d;
}
.sc .subnav {
  border: 1px solid #4e514d;
  margin-bottom: 10px;
  display: none;
}
.sc .subnav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .subnav h1 {
  font-size: 1.2em;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #4E514D;
}
.sc .subnav.about .col,
.sc .subnav.programareas .col,
.sc .subnav.toolbox .col {
  width: 240px;
  float: left;
  border-right: 1px solid #4e514d;
}
.sc .subnav.about .textcol {
  width: 398px;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  font-family: 'Bitter', serif;
}
.sc .subnav.programareas .textcol {
  width: 398px;
  float: left;
  padding: 20px;
  font-family: 'Bitter', serif;
}
.sc .subnav.about .textcol p,
.sc .subnav.programareas .textcol p {
  margin-bottom: 5px;
  margin-top: 0;
}
.sc .subnav.about .imagecol,
.sc .subnav.programareas .imagecol {
  float: left;
  padding: 20px;
  width: 300px;
  overflow: hidden;
}
.sc .subnav.about .imagecol img,
.sc .subnav.programareas .imagecol img {
  width: 260px;
}
.sc .subnav.about ul,
.sc .subnav.programareas ul,
.sc .subnav.toolbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sc .subnav.about li,
.sc .subnav.programareas li,
.sc .subnav.toolbox li {
  border-bottom: 1px solid #4e514d;
  display: table;
}
.sc .subnav.programareas li.haschildren a:after,
.sc .subnav.toolbox li a:after {
  font-family: 'wecc-icons';
  content: "\e608";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 22px;
  right: 20px;
}
.sc .subnav.programareas .end a:after {
  display: none;
}
.sc .subnav.programareas .col.second,
.sc .subnav.programareas .col.third {
  width: 0;
  overflow: hidden;
  position: relative;
  margin-left: -1px;
}
.sc .subnav.programareas .col.second ul li:last-child,
.sc .subnav.programareas .col.third ul li:last-child {
  border-bottom: 1px solid #4e514d;
}
.sc .subnav.programareas .col.second li,
.sc .subnav.programareas .col.third li {
  width: 240px;
  overflow: hidden;
  border-left: 1px solid #4e514d;
}
.sc .subnav.programareas li:last-child,
.sc .subnav.toolbox li:last-child {
  border-bottom: none;
}
.sc .subnav.about .col a,
.sc .subnav.programareas a,
.sc .subnav.toolbox .col a {
  color: #8d8e8c!important;
  display: block;
  padding: 0 20px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  width: 240px;
  position: relative;
}

.sc .subnav.programareas a:hover,
.sc .subnav.toolbox .col a:hover {
  color: #4e514d!important;
  background: #E5F5FF!important;
  text-decoration: none!important;
}
.sc .subnav.programareas .current {
  position: relative;
  /* bottom:-5px;  */
  background: #4e514d;
  color: #FFF;
  /*  margin-top:-5px; padding-bottom:5px; */
}
.sc .subnav.programareas .current a {
  background: #4e514d!important;
  color: #FFF!important;
}
.sc .subnav.programareas ul li ul {
  display: none;
}
.sc .subnav.programareas ul li ul li ul {
  display: none;
}
.sc .subnav.committees {
  height: 360px;
}
.sc .subnav.committees .textcol {
  width: 240px;
  float: left;
  padding: 20px;
  font-family: 'Bitter', serif;
}
.sc .subnav.committees .infobar {
  width: 698px;
  background: #F1F1F1;
  height: 55px;
  padding: 20px;
  float: left;
}
.sc .subnav.committees .infobar .committeeinfo {
  float: left;
  max-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.sc .subnav.committees .infobar .committeesearch {
  float: right;
}
.sc .subnav.committees .infobar .committeesearch #csearch {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 5px;
  width: 0;
  display: none;
  margin-right: 5px;
  margin-top: 0;
  border: none;
}
.sc .subnav.committees .infobar .committeesearch .icon-search {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.sc .subnav.committees .imagecol {
  float: left;
  padding: 0px;
  width: 698px;
  background: #F1F1F1;
  height: 303px;
}
.sc .subnav.committees .imagecol #infovis {
  width: 698px;
  height: 303px;
  position: relative;
  overflow: hidden;
}
.sc .subnav.committees .carat {
  float: right;
}
.sc .subnav.toolbox .toolcol {
  display: none;
}
.sc .subnav.toolbox .col {
  height: 360px;
  overflow-y: scroll;
}
.sc .subnav.toolbox .textcol {
  width: 398px;
  float: left;
  padding: 20px;
  font-family: 'Bitter', serif;
}
.sc .subnav.toolbox .textcol p {
  margin-bottom: 5px;
  margin-top: 0;
}
.sc .subnav.toolbox .logincol {
  float: left;
  padding: 0 20px;
  width: 300px;
  border-left: 1px solid #cccccc;
  margin: 36px 0;
}
.sc .subnav.toolbox .logincol a {
  float: left;
  margin-right: 20px;
}
.sc .subnav.toolbox input[type="text"],
.sc .subnav.toolbox input[type="password"] {
  width: 220px;
}
.sc .subnav.toolbox .current {
  position: relative;
  /* bottom:-5px;  */
  background: #4e514d;
  color: #FFF;
  /*  margin-top:-5px; padding-bottom:5px; */
}
.sc .subnav.toolbox .current a {
  background: #4e514d!important;
  color: #FFF!important;
}
.sc .subnav.toolbox .imagecol {
  float: left;
  padding: 20px;
  width: 300px;
  overflow: hidden;
}
.sc .subnav.library .textcol {
  width: 620px;
  float: left;
  padding: 20px;
  margin-right: 40px;
  font-family: 'Bitter', serif;
}
.sc .subnav.library .count {
  width: 220px;
  float: right;
  background: #E5F5FF;
  padding: 20px;
  margin: 20px;
  font-family: 'Bitter', serif;
  font-weight: bold;
  text-align: center;
}
.sc .subnav.library .count [class^="icon-"] {
  font-size: 3em;
}
.sc .subnav.library .count h1 {
  font-size: 3em;
  padding: 10px 0;
}
.sc .subnav.library input[type="text"] {
  width: 300px;
}
.sc .subnav.library .doclibrarysimple {
  padding: 0 20px;
  margin-bottom: 10px;
}
.sc .subnav.library h1.docs {
  clear: both;
  padding: 0 20px 10px;
}
.sc .subnav.wecc101 .textcol {
  width: 600px;
  float: left;
  padding: 20px;
  margin-right: 40px;
  font-family: 'Bitter', serif;
}
.sc .subnav.wecc101 .wecc101nav {
  width: 298px;
  float: right;
  padding: 20px;
}
.sc .subnav.wecc101 .wecc101nav p {
  border-bottom: 1px solid #CCC;
  padding-bottom: 14px;
}
.sc .subnav.wecc101 .wecc101nav [class^="icon-"] {
  font-size: 1.5em;
  position: relative;
  top: 5px;
  margin: 0 10px 20px 0;
}
.sc .subnav.wecc101 .wecc101nav .indent {
  padding: 10px 0 0 34px;
}
.sc .subnav.wecc101 .col101 {
  float: left;
  width: 320px;
  height: 211px;
  background: #e7e5e6;
  margin-right: 20px;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.sc .subnav.wecc101 .col101 [class^="icon-"] {
  font-size: 2.5em;
  color: #FFF;
  background: #00395d;
  padding: 10px 20px;
}
.sc .subnav.wecc101 .col101 p:first-of-type {
  margin-bottom: 30px;
}
.sc .subnav.wecc101 .colimg {
  float: right;
  width: 220px;
}
.sc .leftnav a {
  color: #4E514D!important;
}
.sc .leftnav a:hover,
.sc .leftnav .current > a {
  color: #00395d !important;
}
.sc .leftnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sc .leftnav li {
  border-bottom: 1px solid #4E514D;
  padding: 10px 0;
}
.sc .leftnav li li {
  margin-left: 10px;
  border-bottom: none;
}
.sc .leftnav li li li {
  margin-left: 30px;
  padding: 5px 0;
}
.sc .leftnav li li li a {
  color: #8d8e8c !important;
}
/*
.sc .leftnav ul li ul {
  display: none;
}

.sc .leftnav ul li ul li ul {
  display: none;
}
.sc .leftnav ul li ul li ul li ul {
  display: none;
}
*/
.sc .doclibrarysimple:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .doclibrarysimple button {
  float: right;
}
.sc .doclibrarysimple table {
  border-left: 1px solid #8d8e8c;
  border-right: 1px solid #8d8e8c;
  width: 100%;
  color: #8d8e8c;
}
.sc .doclibrarysimple td {
  border: none;
}
.sc .doclibrarysimple th {
  background: #4e514d;
  color: #FFF;
  font-weight: normal;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #8d8e8c;
  font-weight: bold;
}
.sc .doclibrarysimple th a {
  color: #FFF;
}
.sc .doclibrarysimple th a:hover {
  color: #E5F5FF!important;
}
.sc .doclibrarysimple td {
  padding: 5px 10px;
  border-bottom: 1px solid #8d8e8c;
}
.sc .doclibrarysimple tr:nth-child(odd) {
  background: #e7e5e5;
}
.sc .doclibrarysimple a {
  color: #8d8e8c!important;
}
.sc .doclibrarysimple a:hover {
  color: #00395d; /* #7aac25!important; */
}
.sc .doclibrarysimple a [class^="icon-"] {
  color: #8d8e8c;
  padding: 0 5px;
  font-size: 1.2em;
  /* fade color */
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc .doclibrarysimple a:hover [class^="icon-"] {
  background: #999!important;
  color: #FFF!important;
}
.sc .doclibrarysimple td:nth-child(4n+2) {
  border-right: 1px solid #8d8e8c;
}
.sc .doclibrarysimple td:nth-child(4n+3),
.sc .doclibrarysimple td:nth-child(4n+4) {
  text-align: right;
  width: 120px;
}
.sc .doclibrarysimple th:nth-child(4n+3),
.sc .doclibrarysimple th:nth-child(4n+4) {
  text-align: center;
}
.sc .popularsearches {
  border: 1px solid #CCC;
}
.sc .popularsearches h1 {
  font-weight: bold;
  background: #00395d;
  color: white;
  padding: 10px;
  margin: 0;
}
.sc .popularsearches ul {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.sc .popularsearches ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .popularsearches li {
  float: left;
  margin-bottom: 5px;
  width: 33.3%;
}
.sc .popularsearches a {
  color: #4e514d!important;
}
.sc .popularsearches a:hover {
  color: #005172!important;
  text-decoration: none!important;
}
.sc .webpart {
  margin: 0;
}
.sc .webpart:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .webpart.ad {
	padding-bottom: 20px;
}
.sc .rollup h2 {
  font: bold 14px Arial, Helvetica, sans-serif;
  margin: 0 0 0!important;
  color: #1F9DAF;
  padding-top: 5px;
}
.sc .rollup p {
  margin: 0 0 2px 0;
}
.sc .rollup i {
  float: left;
  font-size: 2.8em;
  text-align: center;
  width: 40px;
  margin-right: 20px;
}
.sc .rollup .info {
  float: left;
  width: 320px;
  /* margin-bottom: 20px; */
}
.sc .rollup:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .rollup a {
  color: #00395d;
}
.sc .rollup a:hover {
  color: #00395d; /* #ABD038 !important; */
}
.sc .eventrollup p,
.sc .announcementrollup p {
  border-top: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 10px;
}
.sc .announcementrollup .cancelled a {
  color: #ed1c24 !important;
}
.sc .accordion .bar a,
.sc .accordion .bar.open a,
.sc .accordion .barnone a,
.sc .accordion .barnone a:hover {
  font-weight: bold;
  color: #4e514d!important;
  position: relative;
  background: #cccccc;
  display: block;
  padding: 10px;
  margin: 5px 0;
  text-transform: uppercase;
}
.sc .accordion .bar.open a,
.sc .accordion .bar a:hover {
  background: #4e514d;
  color: #FFF!important;
}
.sc .accordion .bar a:after {
  font-family: 'wecc-icons';
  content: "\e607";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .accordion .bar.open a:after {
  font-family: 'wecc-icons';
  content: "\e603";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .accordion .barnone a:after {
  content: "NONE";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .barcontent {
  padding: 0 10px;
  margin-bottom: 10px;
}
.sc .rssfeedslist {
  /* -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; */
  margin: 20px 0;
}
.sc .rssfeeds ul {
  list-style-type: none;
  padding: 0;
}
.sc .rssfeeds li {
  border-top: 1px solid #CCC;
  padding: 10px 0;
  position: relative;
  padding-left: 20px;
}
.sc .rssfeeds li a {
  color: #4e514d!important;
}
.sc .rssfeeds li a:hover {
  color: #00395d!important;
}
.sc .rssfeeds li a:before {
  font-family: 'wecc-icons';
  content: "\e333";
  font-size: 1em;
  float: left;
  margin-right: 0;
  position: absolute;
  top: 10px;
  left: 0;
  color: #8d8e8c;
}
.sc .persistentfooter {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #00395d;
  border-bottom: 1px solid #00395d;
}
.sc .persistentfooter:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .persistentfooter h1 {
  margin-top: 0;
}
.sc .persistentfooter .col {
  width: 460px;
  float: left;
}
.sc .persistentfooter .col:nth-child(odd) {
  float: right;
}
.sc .flexheaderbar {
  border-top: 4px solid #4c514b;
}
.sc .flexheader {
  padding: 10px;
  margin-bottom: 40px;
  width: 100%;
  min-width: 900px;
}
.sc .flexheader #logo {
  position: relative;
  top: 5px;
}
.sc .flexnav ul {
  list-style: none;
}
.sc .flexnav li {
  font-size: 1.5em;
  float: left;
}
.sc .flexnav a {
  background: #CCC!important;
  padding: 8px 10px;
  border-left: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  color: #4E514D!important;
}
.sc .flexnav li:last-of-type a {
  border-right: 1px solid #acacac;
}
.sc .flexnav a:hover {
  background: #00395d!important;
  color: #FFF!important;
}
.sc .flexheader form {
  float: left;
  margin: 0 0 0 40px;
  padding: 0;
  position: relative;
  top: -16px;
}
.sc .flexheader input[type=text] {
  width: 220px;
}
.sc .flexheader .closebutton a {
  background: #4E514D!important;
  color: #FFF!important;
  padding: 10px 20px;
  float: right;
  position: relative;
  top: -4px;
}
.sc .flexheader .closebutton a:hover {
  background: #CCC!important;
  color: #4E514D!important;
}
.sc .subpageheader {
  width: 940px;
  margin: 10px auto;
}
.sc .subpageheader:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .subpageheader .breadcrumbs {
  float: left;
  width: 660px;
  overflow: hidden;
  padding-top: 10px;
  font-size: 12px;
  color: #acacac;
}
.sc .subpageheader .breadcrumbs a {
  color: #acacac;
}
.sc .subpageheader .breadcrumbs a:hover {
  color: #00395d!important;
}
.sc .subpageheader .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sc .subpageheader .breadcrumbs li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
}
.sc .subpageheader .breadcrumbs li:after {
  content: "â€º";
  margin-left: 5px;
}
.sc .subpageheader .breadcrumbs li:last-of-type {
  font-weight: bold;
}
.sc .subpageheader .breadcrumbs li:last-of-type:after {
  content: "";
}
.sc .subpagesearch,
.sc .peoplesearch {
  position: relative;
  float: right;
  margin: 0;
}
.sc .subpagesearch .icon,
.sc .peoplesearch .icon {
  font-size: 1.3em;
  color: #CCC;
  position: absolute;
  left: 196px;
  top: 8px;
  z-index: 3;
}
.sc .subpagesearch .icon a,
.sc .peoplesearch .icon a {
  color: #4e514d;
}
.sc .subpagesearch .icon a:hover,
.sc .peoplesearch .icon a:hover {
  color: #1F9DAF!important;
}
.sc .subpagesearch .inputtext,
.sc .peoplesearch .inputtext {
  padding: 5px 25px 6px 5px !important;
  line-height: inherit;
}
.sc .subpagesearch input[type="text"],
.sc .peoplesearch input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* border radius */
  -moz-box-shadow: none;
  /* inner shadow */
  -webkit-box-shadow: none;
  /* inner shadow */
  box-shadow: none;
  /* inner shadow */
  padding: 5px;
  font-size: 14px;
  outline: none;
  border: 1px solid #8d8e8c;
  width: 220px;
  margin-right: 2px;
}
.sc .searchimage {
  background: url(/_catalogs/masterpage/wecc/Images/homepage-image01.jpg);
  width: 940px;
  height: 400px;
  overflow: auto;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}
.sc .searchimage .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
  opacity: 0;
}
.sc .searchimage:hover {
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  /* inner shadow */
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  /* inner shadow */
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.75);
  /* inner shadow */
}
.sc .searchimagebox {
  position: relative;
  width: 620px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(255, 255, 255, 0.8);
  /* layer fill content */
  padding: 10px;
  margin: 140px auto 0;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc .searchimagebox input[type="text"] {
  width: 480px;
  padding: 10px 10px 10px 30px;
}
.sc .searchimagebox:hover {
  background: #ffffff !important;
}
.sc .searchimagebox a {
  font-weight: bold;
  text-transform: uppercase;
}
.sc .advancedsearch {
  padding: 0 20px;
}
.sc .advancedsearch h1 {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.sc .advancedsearch p {
  margin: 0;
}
.sc .advancedsearch .col {
  width: 30%;
  float: left;
  border-left: 1px solid #CCC;
  padding-left: 20px;
  margin: 20px 0;
  height: 90px;
}
.sc .advancedsearch .col:first-child {
  border-left: none;
  padding-left: 0;
}
.sc .advancedsearch:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .realtimedata {
  background: #00395d;
  color: #E5F5FF;
  font-family: 'Bitter', serif;
}
.sc .realtimedata:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .realtimedata .col {
  width: 33.3%;
  float: left;
}
.sc .realtimedata .col:nth-child(1) {
  padding: 10px 20px 10px 40px;
}
.sc .realtimedata .col:nth-child(2) {
  background-color: #fff;
  /* layer fill content */
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.74), inset 0 0 5px rgba(0, 0, 0, 0.65);
  /* inner shadow and inner glow */
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.74), inset 0 0 5px rgba(0, 0, 0, 0.65);
  /* inner shadow and inner glow */
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.74), inset 0 0 5px rgba(0, 0, 0, 0.65);
  /* inner shadow and inner glow */
  font-weight: bold;
  color: #4e514d;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-size: 30px;
}
.sc .realtimedata .col:nth-child(3) {
  padding: 20px 40px 20px 20px;
  font-size: 19px;
}
.sc .hmpg .popularsearches h1 {
  font-size: 16px;
  border: none;
}
.sc .hmpg section h1 {
  border-bottom: 2px solid #00395d;
  padding-bottom: 10px;
}
.sc .hmpg section {
  width: 300px;
  margin-right: 20px;
  float: left;
}
.sc .hmpg section:last-of-type {
  margin-right: 0 !important;
}
.sc .hmpg section.announcements article {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #4e514d;
}
.sc .hmpg section.announcements article .announcementcontent {
  display: none;
}
.sc .hmpg section.announcements h4,
.sc .hmpg section.announcements h3,
.sc section.meetings h3 {
  margin: 0;
  padding: 0 0 2px 0;
  cursor: pointer;
}
.sc .hmpg section.announcements article h4:after, .sc section.meetings h3:after  {
  font-family: 'wecc-icons';
  content: "\e607";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  top: 20px;
  right: 0;
  color: #1f9daf;
}
.sc .hmpg section.announcements article.open h4:after, .sc section.meetings h3.open:after {
  font-family: 'wecc-icons';
  content: "\e603";
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 20px;
  right: 0;
  color: #1f9daf;
}
.sc .hmpg section.meetings h3 {
  border-top: 1px solid #4e514d;
  margin-top: 20px;
  padding-top: 20px;
}
.sc .error {
  color: #ed1c24;
}
.sc a .icon-bolt101 {
  color: #00395d;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc a:hover .icon-bolt101 {
  color: #00395d!important;
}
.sc .description {
  color: #8d8e8c;
  font-style: italic;
}
.sc .description a {
  color: #8d8e8c!important;
}
.sc .description a:hover {
  color: #00395d!important;
}
.sc .tabs {
  text-transform: uppercase;
}
.sc .tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #E5F5FF;
}
.sc .tabs ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .tabs li a {
  float: left;
  margin-right: 5px;
  padding: 10px;
  text-align: center;
  color: #acacac;
}
.sc .tabs li.current a,
.sc .tabs li a:hover {
  background: #E5F5FF!important;
  color: #4e514d!important;
}
.sc .navlist {
  /* -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; */
}
.sc .navlist ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 10px 0;
}
.sc .navlist li {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.sc .navlist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .content .navlist li {
  width: 220px;
}
.sc .navlist a {
  color: #8d8e8c;
}
.sc .navlist a:hover,
.sc .navlist .current a {
  color: #00395d!important;
}
.sc .documentlibrary table {
  width: 100%;
}
.sc .documentlibrary table tr:nth-child(1) th {
  background: #4e514d;
  color: #FFF;
  padding: 10px;
  text-align: left;
}
.sc .documentlibrary table tr:nth-child(1) th:nth-child(2) {
  padding: 10px;
  text-align: right;
  font-size: 1.5em;
}
.sc .documentlibrary table tr:nth-child(2) th {
  padding: 2px;
  border: 1px solid #4e514d;
  background: #FFF;
}
.sc .documentlibrary table tr:nth-child(3) th {
  background: #E5F5FF;
  padding: 10px;
  text-align: left;
}
.sc .documentlibrary table tr:nth-child(3) th:nth-child(4n+1),
.sc .documentlibrary td:nth-child(4n+1) {
  border-left: 1px solid #4e514d;
}
.sc .documentlibrary table tr:nth-child(3) th:nth-child(4n+2),
.sc .documentlibrary td:nth-child(4n+2) {
  border-left: 1px solid #4e514d;
}
.sc .documentlibrary table tr:nth-child(3) th:nth-child(4n+4),
.sc .documentlibrary td:nth-child(4n+4) {
  border-left: 1px solid #4e514d;
  border-right: 1px solid #4e514d;
}
.sc .documentlibrary tr:nth-child(odd) {
  background: #e7e5e5;
}
.sc .documentlibrary tr:last-of-type td {
  border: none;
  border-top: 1px solid #4e514d;
  background: #FFF;
  padding: 10px 0;
}
.sc .documentlibrary td:nth-child(4n+1) {
  text-align: center;
}
.sc .documentlibrary table tr:nth-child(3) a {
  color: #4e514d!important;
}
.sc .documentlibrary table tr:nth-child(3) th .icon-triangle-down {
  font-size: 0.8em;
  margin-left: 5px;
}
.sc .documentlibrary td {
  padding: 5px 10px;
  border: none;
}
.sc .documentlibrary .dropdown:after {
  font-family: 'wecc-icons';
  content: "\e609";
  font-size: 0.7em;
  float: right;
  margin-right: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.sc .documentlibrary .rss {
  float: left;
  width: 480px;
  color: #000;
  text-align: left;
}
.sc .documentlibrary .all {
  float: right;
  width: 220px;
  text-align: right;
  font-weight: bold;
}
.sc .documentlibrary a .icon-ellipsis {
  color: #8d8e8c;
  padding: 0 5px;
  font-size: 1.2em;
  /* fade color */
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}
.sc .documentlibrary a:hover .icon-ellipsis {
  background: #999!important;
  color: #FFF!important;
}
.sc .ms-acal-item {
	background-color: #00395d; /* #1A5A63; */
}
.sc .calendar table {
  width: 100%;
}
.sc .calendar tr {
  background: #FFF;
}
.sc .calendar td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  text-align: right;
}
.sc .calendar tr td:first-of-type {
  text-align: left;
}
.sc .calendar tr:last-of-type td {
  border: none;
  background: #FFF;
  padding: 10px 0;
  text-align: left;
}
.sc .calendar tr:last-of-type td a {
  color: #00395d;
}
.sc .calendar a {
  color: #4E514D;
  font-weight: bold;
}
.sc .calendar a:hover,
.sc .calendar tr:last-of-type td a:hover {
  color: #00395d!important;
}
.sc .emailsubs table {
  width: 100%;
}
.sc .emailsubs tr {
  background: #FFF;
}
.sc .emailsubs td {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
.sc .emailsubs a {
  color: #4E514D;
}
.sc .emailsubs a:hover {
  color: #00395d!important;
}
.sc .emailsubs tr td:last-of-type {
  text-align: right;
  width: 100px;
}
.sc .emailsubs td:nth-child(2) {
  white-space: nowrap;
}
.sc .icon-pdf {
  float: left;
  margin-right: 5px;
  display: block;
  width: 17px;
  height: 17px;
  background: url(images/icon-pdf.jpg);
}
.sc figure {
  margin: 0 0 20px 0;
}
.sc figure img {
  width: 100%;
  border-left: 1px solid #4E514D;
  border-right: 1px solid #4E514D;
  border-bottom: 1px solid #4E514D;
}
.sc figcaption {
  color: #FFF;
  background: #4E514D;
  padding: 10px;
  font-weight: bold;
}
.sc footer {
  background: #ebebeb;
  width: 940px;
  margin: 20px auto;
  padding: 20px;
}
.sc footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc footer section {
  width: 600px;
  float: left;
}
.sc footer .usagetip {
  float: right;
  width: 280px;
}
.sc footer input[type="text"] {
  width: 330px;
}
.sc footer .iconcenter {
  width: 100px;
  float: left;
  margin: 20px 20px 20px 0;
}
.sc footer .iconcenter a {
  color: #4e514d!important;
  font-weight: bold;
}
.sc footer .iconcenter a:hover {
  color: #008CC4!important;
  text-decoration: none!important;
}
.sc footer form:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc #copyright {
  font: 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #8d8e8c;
}
.sc #copyright a {
  color: #8d8e8c;
}
.sc .graphicaldisplay section,
.sc .mywecc section {
  float: left;
  width: 620px;
}
.sc .graphicaldisplay h1 {
  border-bottom: 1px solid #00395d;
  padding-bottom: 10px;
}
.sc section.sidebar {
  width: 300px;
  float: right;
}
.sc section.sidebar .popularsearches li {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
.sc section.sidebar .realtimedata .col {
  float: none;
  padding: 15px;
  margin: 0;
  width: 100%;
}
.sc section.sidebar .realtimedata .col.megawatts {
  border-left: 18px solid #00395d;
  border-right: 18px solid #00395d;
}
.sc .mainimage img {
  width: 100%;
  margin-bottom: 20px;
}
.sc .twocol section {
  float: left;
  width: 300px;
}
.sc .twocol section:nth-child(even) {
  float: right;
}
.sc .twocol:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .threecol section {
  float: left;
  width: 300px;
}
.sc .threecol section:nth-child(3n+3) {
  float: right;
}
.sc .threecol:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .threecolauto {
  /* -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; */
  margin: 20px 0;
}
.sc .informational section {
  float: right;
  width: 700px;
}
.sc .informational section .webpart {
  margin: 0;
}
.sc .informational h1 {
  border-bottom: 1px solid #00395d;
  padding-bottom: 10px;
  margin-top: 5px;
}
.sc .mywecc {
  border-top: 1px solid #00395d;
  padding-top: 20px;
}
.sc .mywecc h1 {
  border-bottom: 1px solid #00395d;
  padding-bottom: 10px;
  margin-top: 40px;
}
.sc .mywecc h1:first-of-type {
  margin-top: 0;
}
.sc .welcome {
  font: 18px 'Bitter', serif;
  color: #00395d;
  margin-bottom: 40px;
}
.sc .welcome a {
  font: 14px/16px Arial, Helvetica, sans-serif;
  margin-left: 5px;
}
.sc .mywecc .tabs {
  margin-bottom: 20px;
}
.sc .mywecc .documentlibrary .dropdown {
  width: 200px;
}
.sc .mywecc .tablesearch .icon {
  left: 383px;
}
.sc .mywecc .tablesearch input[type="text"] {
  width: 406px;
  margin-right: 2px;
}
.sc .about .search {
  margin: 40px 0 80px 0;
}
.sc .about .peoplesearch {
  position: relative;
  float: left !important;
  margin: 0 0 10px 0;
}
.sc .about .peoplesearch .icon {
  left: 273px;
}
.sc .about .peoplesearch input[type="text"] {
  width: 300px;
}
.sc .about .threecol section {
  height: 140px;
}
.sc .contactwecc p {
  padding: 0;
  margin: 0 ;
}
.sc .aboutwecc {
  margin-top: 20px;
}
.sc .aboutwecc p {
  line-height: 18px;
}
.sc .aboutwecc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .aboutwecc article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .aboutwecc .textcol {
  width: 620px;
  float: left;
}
.sc .aboutwecc .imagecol {
  width: 300px;
  float: right;
  padding-top: 30px;
}
.sc .aboutwecc .imagecol img {
  width: 100%;
}
.sc .executives article {
  padding: 20px 0;
  border-bottom: 1px solid #E5F5FF;
}
.sc .executives article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .executives article:last-of-type {
  border-bottom: none;
}
.sc .executives .execimage {
  width: 140px;
  float: left;
  margin-right: 20px;
}
.sc .executives .execimage img {
  width: 100%;
}
.sc .executives .writeup {
  width: 540px;
  float: left;
}
.sc .executives .writeup p:last-of-type {
  margin-bottom: 0;
}
.sc .executives .writeup h1 {
  margin: 0 0 2px 0;
  font-sie: 16px;
}
.sc .executives .writeup h2 {
  margin: 0;
  font-sie: 14px;
  font-weight: normal;
  color: #4e514d;
}
.sc p.bio {
  margin: 0;
}
.sc .executives .committees {
  width: 140px;
  float: right;
}
.sc .executives .committees a {
  color: #4E514D;
}
.sc .executives .committees a:hover {
  color: #00395d!important;
}
.sc .executives .committees h3,
.sc .executives .committees ul {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
.sc .executives .committees h3 {
  margin: 0;
}
.sc .dropdown,
.sc .dropdown div,
.sc .dropdown li,
.sc .dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.sc .dropdown .selected::after,
.sc .dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
.sc .dropdown {
  float: left;
  width: 200px;
  background: #CCC;
  color: #4E514D;
  text-align: left;
  padding: 10px;
  margin: 2px;
  position: relative;
  border: 1px solid #8d8e8c;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sc .dropdown.open {
  z-index: 2;
}
.sc .dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.sc .dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.sc .dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.sc .dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.sc .dropdown .selected,
.sc .dropdown li {
  display: block;
  overflow: hidden;
}
.sc .dropdown.disabled .selected {
  color: #999;
}
.sc .dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
}
.sc .dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #8d8e8c;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
}
.sc .dropdown.open div {
  opacity: 1;
  z-index: 2;
}
.sc .dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
}
.sc .dropdown.scrollable.bottom div::after {
  opacity: 0;
}
.sc .dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin-top: 0;
  padding-left: 0;
}
.sc .dropdown.scrollable.open ul {
  overflow-y: auto;
}
.sc .dropdown li {
  list-style: none;
  padding: 8px 12px;
  border-bottom: 1px solid #8d8e8c;
}
.sc .dropdown li.focus {
  background: #00395d;
  position: relative;
  z-index: 3;
  color: #fff;
}
.sc .dropdown li.active {
  font-weight: 700;
}
.sc .backgroundgray {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
}
.sc .alertwindow {
  margin: 0 auto;
  width: 620px;
  border: 1px solid #CCC;
  background: #FFF;
}
.sc .fakebackground {
  background: url(images/background-placeholder.png) 600px 600px;
}
.sc .subnav a.wecc-101 {
	display: inline;
	padding: 2px;
}
.sc .windowtop {
  background: #4E514D;
  color: #FFF;
  padding: 10px;
  font-weight: bold;
}
.sc .windowtop .icon-close {
  float: right;
  color: #FFF;
  margin-right: 2px;
}
.sc .windowinfo {
  padding: 20px;
}
.sc .windowinfo:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sc .windowinfo .col1 {
  float: left;
  width: 180px;
  font-size: 180px;
  color: #CCC;
}
.sc .windowinfo .col2 {
  float: right;
  width: 380px;
}
.sc .wecc-alert-bar {
	background-color: #FFFF49;
	padding: 5px;
	text-align: center;
	border-top: #BB2 solid 2px;
	border-bottom: #BB2 solid 2px;
	background-image: linear-gradient(yellow, gold);
}
/* hacks */
.wecc-search-box-wrapper .ms-srch-sb-border, .wecc-search-box-wrapper .ms-srch-sb-borderFocused {
	border: none;
}
.wecc-search-box-wrapper .ms-srch-sbLarge > input {
	padding: 0;
}
#SearchBox input {
	padding: 0;
	padding-left: 4px;
}
/* columns for stacking buttons etc */
.sc .col-2 {
	display: inline-table;
	margin-left: auto;
	margin-right: auto;
	width: 49%;
}
.sc .col-3 {
	display: inline-table;
	margin-left: auto;
	margin-right: auto;
	width: 33%;
}
.sc .col-4 {
	display: inline-table;
	margin-left: auto;
	margin-right: auto;
	width: 24%;
}

/* WECC Sorting Search Results Style  */
.srch-title a{float: left;white-space: pre-line;word-wrap: break-word;} /* removed max-width: 330px; */
.srch-title img{float:left;margin-top:7px;padding-right:6px;}
.srch-margin{margin-top:5px !important;}
#ResultHeader{display:none !important;}
.srch-filename a{float: left;white-space: pre-line;width: 210px;word-wrap: break-word;}
.srch-basecaseformat, .srch-basecasetype, .srch-created, .srch-weccstatus { white-space:nowrap; }

/* WECC Sorting Search Box Style */
.weccsrchsortbox .adv-search-btn{color: #fff !important;cursor: pointer !important;font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;    
    text-transform: uppercase !important;
    transition: all 0.2s ease 0s !important;
}
.weccsrchsortbox .ms-srch-sbLarge-searchImg {height:41px;margin:3px;position:relative;left:0px;top:0px;}
.weccsrchsortbox .ms-srch-sbLarge-searchImg:hover{background-image: url('/_catalogs/masterpage/wecc/Images/searchbtn_hover.png');}
.weccsrchsortbox{background-clip: padding-box !important;border-radius: 3px !important;padding: 0px !important;position: relative !important;
    transition: all 0.2s ease 0s !important;    
    float:right;    
}
.weccsrchsortbox .ms-srch-sb-border,.ms-srch-sb-borderFocused{border:none !important;}
.weccsrchsortbox .searchbox{margin: 1px 10px 0px 0 !important;position: relative !important;}
.weccsrchsortbox input[type="text"]{width: 270px !important;}
.weccsrchsortbox input[type="text"], .sc input[type="password"]{
	background-clip: padding-box !important;
    background-color: #fdffff !important;
    border: 1px solid #ababab !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset !important;
    font-size: 14px !important;
    margin-top: 2px !important;
    outline: medium none !important;
}

/**** Board of Directors Accordion Styles ****/
.exec-bio { margin-left: 150px; }
.exec-bio p { margin-top: 10px; }
.exec-container { border-bottom: 1px solid #E5F5FF; margin-bottom: 20px; min-height: 230px; }
.exec-headshot { float: left; }

/* Fix for scroll issues with modal dialog */
/*
.ms-dlgContent { position:fixed !important; }
*/

/**** Hide SharePoint Stuff ****/
#pageStatusBar {display:none!important;}

#wecc-popular-searches  p {
	display:none;
}


/**** Fix SharePoint Links ****/
/*a:visited {color:#4e514d ;}*/


body { overflow:visible;}


/**** Fix Web Part Title ****/
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
	clear: both;
	padding: 0 20px 10px 0;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #4E514D;
	font: bold 18px/22px 'Bitter', serif;
}

/**** Fix jslink on home page for annoncements and meetings ****/

#wecc-wrapper tr:nth-child(odd) {
	background-color:#ffffff;
}

#wecc-wrapper td:first-child {
	border-left:0;
}

#wecc-wrapper td {
	padding:0;
	border-bottom:0;
	border-right:0;
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color:#00395d;
}

#wecc-wrapper section h1 {
	margin-bottom:15px;
}

#wecc-popular-searches   { margin:10px 0 0 0; }
#wecc-about  section {margin-right:0}
#wecc-executives  {width: 100%}


/**** Added this for the tab conent ****/
.tab_content {display: none;}

/**** Fix stuff in the footer ****/
#wecc-footer-form:before {
    display: block; margin-top: 0em;
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*** href button ***/

.hrefButton {
    border: 1px solid rgba(76, 95, 15, 0.52);
  /* stroke */
  -moz-border-radius: 0.5px;
  -webkit-border-radius: 0.5px;
  border-radius: 0.5px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #00395d;
  /* layer fill content */
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.39);
  /* inner shadow */
  color: #FFF!important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  /* fade color */
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.hrefButton:hover {
    background: #00395d!important;
} 

/***** Fix Search Results Page ******/

a.ms-core-menu-root {
    vertical-align:middle!important;
}


#suiteBarLeft {
    background-color: #00395d;
}

/***** Fix 101 icons in jumbo top nav ******/
a.wecc-101,  .sc .programareas.subnav a.wecc-101, .sc .toolbox.subnav .col a.wecc-101 {
    display: inline;
    padding: 0px;
    width: auto;
}

/***** Fix webpart margin issues *****/
.sc .webpart-announce .ms-webpartzone-cell {
	margin: 0;
}

/***** Hide all actions in WOPI preview *****/
.ms-srch-hover-actions {
	display: none;
}

.ms-srch-Paging a {
	border: none;
	box-sizing: content-box;
}

/***** fixes for search box in accordions *****/
.barcontent .ms-webpartzone-cell {
	margin-top: 0;
	margin-bottom: 0;
}
.barcontent .ms-srch-sb-border, .barcontent .ms-srch-sb-border input:focus, .barcontent .ms-srch-sb-borderFocused {
	border: none;
}
.barcontent .ms-srch-sbLarge>input {
	margin: 0;
}
.barcontent .ms-srch-sbLarge-fullWidth {
	width: 645px;
}
.barcontent .wecc-cols-wrapper .ms-srch-sbLarge-fullWidth {
	width: 480px;
}

/***** fixes for calendar *****/
.sc .ms-acal-header {
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 4px;
}

div.ms-dlgContent {
	position:fixed! important;
}

/***** remove border around search box *****/
div#SearchBox div.ms-srch-sb-border {
	border: none;
}

/***** remove borders from SSRS toolbars *****/
.sqlrv-ToolBarCell tr { border: none; }

/***** fix toolbar for SSRS report *****/
.sc .sqlrv-ToolBarCell td {
	padding: 0;
}
.sc .sqlrv-ToolBarCell td input[type=text] {
	padding: 2px 5px;
}
.sc #wecc-wrapper #wecc-report-wrapper tr{
	background-color: transparent;
	background-color: transparent;
}