
@import "print.css";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.displaynone {
	display: none;
}

.displayblock {
	display: block;
}

span.req {
	color: #EB6E23;
	font-weight: bold
}

/* ==========================================================================
   Authors: Ryan Rivera ryan.rivera@nttdata.com
   			Katie Untalan katie.untalan@nttdata.com
   ========================================================================== */

html,
body {
	height: 100%;
}

body {
	font: 1em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

h1 {
	margin: 1em 0;
	color: #eb6e23;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1em;
}

h2 {
	margin: 0.5em 0;
	font-size: 1.6em;
	font-weight: 600;
	line-height: 1em;
}

h3 {
	margin: 0.3em 0;
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	margin: 0.3em 0;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	margin: 0.3em 0;
	font-size: 1.0em;
	font-weight: 400;
}

h6 {
	margin: 0.3em 0;
	font-size: 0.9em;
	font-weight: 400;
}

a {
	color: #11416d;
	text-decoration: none;
}

hr {
	margin: 15px 0;
	border-top: 1px dotted #ccc;
	background-color: transparent;
}

.lead {
	font-size: 1.2em;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.muted {
	color: #999;
}

.text-warning {
	color: #ec9447;
}

.text-info {
	color: #3d8ec7;
}

.text-success {
	color: #8dbc40;
}

.text-strikethrough {
	text-decoration: line-through;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}


/* code sample styles */
pre {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	/*width: 100%;*/
	background-color: #f9f9f9;
}
/* Code colors */
.comment {
	color: #999999;
}

/* normalize trebu font */
.normalize {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/*twitter image */
.right_sidebar_module.twitter img {
	min-width: 69px;
	padding-left: 10px;
	padding-top: 5px;
	width: 2%;
}

/* responsive videos*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/*faq control css*/
.right_sidebar_module.faq table {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.well .content.learningcentertopic {
	overflow: hidden;
}

	.well .content.learningcentertopic ul {
		width: 100%;
	}

	.well .content.learningcentertopic ol {
		overflow: hidden;
	}


.right_sidebar_header.faq {
	padding-left: 15px;
}

	.right_sidebar_header.faq h4 {
		color: #6f7072;
	}

/* icons */
i {
	cursor: pointer !important;
	cursor: hand !important;
	z-index: 1;
}

	i[class^="icon-"] {
		position: relative;
		display: inline-block;
		margin-right: 5px;
		width: 24px;
		height: 24px;
		background-image: url(/assets/responsive/img/glyphs-updated.png);
		background-repeat: no-repeat;
		background-size: 480px 48px;
		vertical-align: middle;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}

	i[class*="icon-mini"],
	.ui-accordion-header-icon {
		margin-right: 2px;
		width: 12px;
		height: 12px;
		background-image: url(/assets/responsive/img/glyphs-mini-updated.png);
		background-size: 240px 24px;
	}

#section-nav i[class^="toggle"] {
	right: 0;
	top: 0.55em;
	position: absolute;
}


.toggle {
	display: inline-block;
	margin-right: 5px;
	width: 15%;
	height: 24px;
	vertical-align: middle;
	/* ie7 inline block fix */
	*display: inline;
}

.well.collapsed header .toggle
.well.collapsed header .toggle:hover
.expanded > .toggle,
.well header .toggle
.expanded > .toggle:hover,
.well header .toggle:hover

.icon-signin {
	background-image: url(/assets/responsive/img/lock-48x48px.gif) !important;
	background-size: 24px 24px !important;
	cursor: pointer;
	cursor: hand;
}

.icon-insidelines {
	background-image: url(/assets/responsive/img/InsideLinesIcon.png) !important;
	background-size: 24px 24px !important;
	cursor: pointer;
	cursor: hand;
}



.icon-signout {
	background-position: 0 0;
}

.icon-calendar {
	background-position: -24px 0;
}

.icon-menu {
	background-position: -48px 0;
}

.icon-share {
	background-position: -72px 0;
}

.icon-print {
	background-position: -96px -24px;
}

.icon-pluggedin {
	background-position: -96px 0;
}

.icon-facebook {
	background-position: -120px 0;
}

.icon-rss {
	background-position: -144px 0;
}

.icon-linkedin {
	background-position: -168px 0;
}

.icon-twitter {
	background-position: -192px 0;
}

.icon-youtube {
	background-position: -216px 0;
}

.icon-toggle,
.well.collapsed header .icon-toggle {
	background-position: -240px 0;
}

	.icon-toggle:hover,
	.well.collapsed header .icon-toggle:hover {
		background-position: -240px -24px;
	}

.expanded > .icon-toggle,
.well header .icon-toggle {
	background-position: -264px 0;
}

	.expanded > .icon-toggle:hover,
	.well header .icon-toggle:hover {
		background-position: -264px -24px;
	}

.icon-arrow {
	background-image: url(/assets/images/arrow-white.png) !important;
	margin: 3px 5px 6px 0;
	background-size: auto !important;
	background-color: #248ddb
}

.wells .icon-arrow {
	background-image: url(/assets/images/arrow-white.png) !important;
	margin: 3px 5px 6px 0;
	background-size: auto !important;
	background-position: center center;
	background-color: #248ddb
}

.icon-pdf {
	background-position: -312px 0;
}

.icon-web {
	background-position: -336px 0;
}

.icon-xls {
	background-position: -360px 0;
}

.icon-open {
	background-position: 0 -24px;
}

.icon-full {
	background-position: -24px -24px;
}

.ui-accordion-header-icon {
	background-position: -108px -12px;
}

.ui-accordion-header-active .ui-accordion-header-icon {
	background-position: -96px -12px;
}

.icon-atsi {
	background-position: -360px -24px;
}

.icon-renewable {
	background-position: -288px -24px;
}

.icon-smart-grid {
	background-position: -312px -24px;
}

.icon-value-prop {
	background-position: -336px -24px;
}

/* mini icons */
.icon-mini-arrow {
	background-position: -60px -12px;
}

.icon-mini-rss {
	background-position: -72px 0;
}

.icon-mini-registered {
	background-position: -100px -100px;
	background-color: #e1f8d6;
}

.icon-mini-changes-in-progress {
	background-position: -100px -100px;
	background-color: #ffedc9;
}

.stats-table.collapsed .icon-mini-toggle {
	background-position: -120px 0;
}

.stats-table .icon-mini-toggle {
	background-position: -132px 0;
}

.icon-mini-arrow-toggle {
	background-position: -108px -12px;
}

.expanded .icon-mini-arrow-toggle {
	background-position: -96px -12px;
}

/* labels */
i[class^="file-"] {
	background-color: #ffffff;
	border: 1px solid;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 1.2em;
	display: inline-block;
	opacity: 0.5;
	position: relative;
	margin-right: 4px;
	vertical-align: 2px;
}

.file-txt {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.file-xml {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.file-xsd {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.file-doc {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.file-wsdl {
	border-color: #248ddb;
	color: #248ddb;
	width: 32px
}

.file-xls {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.file-csv {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.file-sav {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.file-raw {
	border-color: #666666;
	color: #666666;
	width: 24px;
}

.file-mon {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.file-sub {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.file-con {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.file-rawd {
	border-color: #666666;
	color: #666666;
	width: 32px
}

.file-web {
	border-color: #003366;
	color: #003366;
	width: 24px
}

.file-pdf {
	border-color: #f08134;
	color: #f08134;
	width: 24px
}

.file-ppt {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.file-wmv {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.file-dir {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.file-exe {
	border-color: #e42083;
	color: #e42083;
	width: 24px
}

.file-zip {
	border-color: #e42083;
	color: #e42083;
	width: 24px
}

i[class^="new-"] {
	background-color: #ffffff;
	border: 1px solid;
	border-radius: 3px;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	line-height: 1.2em;
	display: inline-block;
	opacity: 0.5;
	position: relative;
	margin-left: 5px;
	vertical-align: 2px;
}

.new-txt {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.new-xml {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.new-xsd {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.new-doc {
	border-color: #248ddb;
	color: #248ddb;
	width: 24px
}

.new-wsdl {
	border-color: #248ddb;
	color: #248ddb;
	width: 32px
}

.new-xls {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.new-csv {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.new-sav {
	border-color: #8ebd41;
	color: #8ebd41;
	width: 24px
}

.new-raw {
	border-color: #666666;
	color: #666666;
	width: 24px;
}

.new-mon {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.new-sub {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.new-con {
	border-color: #666666;
	color: #666666;
	width: 24px
}

.new-rawd {
	border-color: #666666;
	color: #666666;
	width: 32px
}

.new-web {
	border-color: #003366;
	color: #003366;
	width: 24px
}

.new-pdf {
	border-color: #f08134;
	color: #f08134;
	width: 24px
}

.new-ppt {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.new-wmv {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.new-dir {
	border-color: #663399;
	color: #663399;
	width: 24px
}

.new-exe {
	border-color: #e42083;
	color: #e42083;
	width: 24px
}

.new-zip {
	border-color: #e42083;
	color: #e42083;
	width: 24px
}

.new-json {
	border-color: #f08134;
	color: #f08134;
	width: 32px;
}

.new-html {
	border-color: #003366;
	color: #003366;
	width: 32px
}

i[class^="new-"]:hover, i[class^="file-"]:hover {
	text-decoration: none !important;
	color: #fff;
	opacity: 1;
}

.new-txt:hover, .file-txt:hover {
	background-color: #248ddb;
	border-color: #248ddb
}

.new-xml:hover, .file-xml:hover {
	background-color: #248ddb;
	border-color: #248ddb
}

.new-xsd:hover, .file-xsd:hover {
	background-color: #248ddb;
	border-color: #248ddb
}

.new-doc:hover, .file-doc:hover {
	background-color: #248ddb;
	border-color: #248ddb
}

.new-wsdl:hover, .file-wsdl:hover {
	background-color: #248ddb;
	border-color: #248ddb
}

.new-xls:hover, .file-xls:hover {
	background-color: #8ebd41;
	border-color: #8ebd41
}

.new-csv:hover, .file-csv:hover {
	background-color: #8ebd41;
	border-color: #8ebd41
}

.new-sav:hover, .file-sav:hover {
	background-color: #8ebd41;
	border-color: #8ebd41
}

.new-raw:hover, .file-raw:hover {
	background-color: #666666;
	border-color: #666666
}

.new-mon:hover, .file-mon:hover {
	background-color: #666666;
	border-color: #666666
}

.new-sub:hover, .file-sub:hover {
	background-color: #666666;
	border-color: #666666
}

.new-con:hover, .file-con:hover {
	background-color: #666666;
	border-color: #666666
}

.new-rawd:hover, .file-rawd:hover {
	background-color: #666666;
	border-color: #666666
}

.new-web:hover, .file-web:hover {
	background-color: #003366;
	border-color: #003366
}

.new-pdf:hover, .file-pdf:hover {
	background-color: #f08134;
	border-color: #f08134;
}

.new-ppt:hover, .file-ppt:hover {
	background-color: #663399;
	border-color: #663399
}

.new-wmv:hover, .file-wmv:hover {
	background-color: #663399;
	border-color: #663399
}

.new-dir:hover, .file-dir:hover {
	background-color: #663399;
	border-color: #663399
}

.new-exe:hover, .file-exe:hover {
	background-color: #e42083;
	border-color: #e42083
}

.new-zip:hover, .file-zip:hover {
	background-color: #e42083;
	border-color: #e42083
}

.new-json:hover, .file-json:hover {
	background-color: #f08134;
	border-color: #f08134;
	
}

.new-html:hover, .file-html:hover {
	background-color: #003366;
	border-color: #003366;
}

#search input[type="text"] {
	width: 80%;
}

i[class^="icon-arrow"]:hover {
	background-color: #11416d;
}

/* inputs */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="number"],
select,
textarea {
	width: 100%;
	padding: 5px 10px;
	background-color: #ffffff;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	box-sizing: border-box;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
	font-style: italic;
	text-shadow: 0px 1px 0px #fff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}

input.placeholding {
	color: #999;
}

input[disabled] {
	background-color: lightgrey;
}

.notice {
	color: #DF0079;
}

.disclaimer {
	color: #666666
}
/* forms */
.control-group {
	margin: 15px 0;
}

label {
	position: relative;
}

	label.control-label {
		font-size: 0.9em;
		font-weight: 600;
	}

	label.checkbox input[type="checkbox"] {
		position: absolute;
		top: 0.15em;
		left: 0;
	}

	label.checkbox {
		padding-left: 1.5em;
		margin: 1em 0;
		display: block;
	}

	label.radio.inline {
		margin-right: 20px;
	}

.alertTable /*Added by Jon 6/15/2010*/ {
	width: 100%;
	margin-top: 20px;
}

.alertHeader {
	padding: 5px 8px;
	background-color: #ffffff;
	line-height: 24px;
	border-top: 5px solid #df0079;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 1.1em;
}

#alertMessage, .alertTable img {
	padding-left: .9em;
	padding-right: .9em;
}

#alertMessage {
	padding: 5px 15px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#alertMarquee {
	font-family: Trebuchet MS,Serif;
	color: White;
	width: 730px;
	position: absolute;
	margin-left: 15px;
	margin-top: 215px;
	z-index: 0;
}

	div#alertMarquee a:link {
		color: Silver;
	}
/*End Alert Css*/

/* buttons */
.btn {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 6px;
	/*
	border: 1px solid #6BA7CB;
	border-radius: 5px;
	background: #A1C6DE;
	background: -moz-linear-gradient(top, #CADFED 10%,#A1C6DE 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#CADFED), color-stop(100%,#A1C6DE));
	background: -webkit-linear-gradient(top, #CADFED 10%,#A1C6DE 100%);
	background: -o-linear-gradient(top, #CADFED 10%,#A1C6DE 100%);
	background: -ms-linear-gradient(top, #CADFED 10%,#A1C6DE 100%);
	background: linear-gradient(to bottom, #CADFED 10%,#A1C6DE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADFED ', endColorstr='#A1C6DE',GradientType=0 );*/
	text-align: center;
	font-weight: bold;
	color: #11416d;
	/* ie7 inline block fix */
	zoom: 1;
	*display: inline;
}

	.btn:hover {
		border: 1px solid #4d7192;
	}

	.btn + .btn {
		margin-left: 1em;
	}

.btn-primary {
}

.btn-secondary {
}

.radioButtonList td {
	width: 60%;
}

/* manage my meetings and subscriptions buttons */
.button {
	float: right;
	font-family: Trebuchet MS, Arial;
	font-size: 1.0em !important;
	border: 1px solid #6ba7cb;
	border-radius: 5px;
	background: #cadfed; /* no more gradients for any browser */
	color: #11416d;
	padding: 5px 15px;
	margin-right: 8px;
	font-weight: bold;
	width: auto !important;
}

	.button:hover {
		border: 1px solid #4d7192;
	}

	.button:disabled {
		color: darkgray;
	}

.callaction {
	font-size: 13px;
	border: 1px solid #8bbb46;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #98cc49;
	color: #ffffff;
	padding: 5px 15px;
	font-weight: bold;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}

	.callaction:hover {
		background: #8bbb43;
	}

.fancypart, .fancypart:hover, .fancypart:hover:disabled {
	background: #8bbb46;
	padding: 5px 15px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: url(/assets/images/view-more-white.png);
	background-repeat: no-repeat;
	background-position: center;
}

.callaction:disabled {
	opacity: 0.6;
}

.callaction:hover:disabled {
	background: #98cc49;
}

/* modal */
.overlay {
	display: none;
}

.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}

.overlay-modal-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background-color: #fff;
	border: 3px solid #666;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.overlay-modal-wrap {
}

.overlay-modal-header {
	padding: 10px 20px;
	border-bottom: 2px solid #ccc;
}

	.overlay-modal-header h2 {
		margin: 0;
	}

.overlay-modal-content {
	padding: 10px 20px;
}

.overlay-modal-footer {
	padding: 10px 20px;
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	text-align: right;
}

/* end modal */

#frmMain {
	min-height: 100%;
	position: relative;
}

#scrollUp {
	background: url('/assets/images/back-to-top.png');
	bottom: 100px;
	right: 10%;
	height: 50px;
	width: 50px;
	background-size: 50px;
	overflow: hidden;
}

	#scrollUp:hover {
		background: url('/assets/images/back-to-top-hover.png');
		background-size: 50px;
	}

/* global layout */
#container {
}

#headerPrnt {
}

#header {
	position: relative;
}

#utilbar {
	border-bottom: 1px solid #ccc;
}

#utilnav {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eae9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#eae9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eae9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eae9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eae9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eae9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae9e9',GradientType=0 ); /* IE6-9 */
}

	#utilnav nav {
		float: right;
	}

		#utilnav nav ul {
			min-width: 156px;
			margin: 0;
			padding: 0;
		}

			#utilnav nav ul li {
				float: left;
				margin: 0;
				padding: 0; /*added 0 padding so that the header is good on register page-SS-3/31*/
			}

				#utilnav nav ul li a {
					display: block;
					width: 24px;
					height: 24px;
					padding: 13px;
					border-left: 1px solid #ccc;
					border-right: 1px solid #fff;
				}

				#utilnav nav ul li.loggedin a {
					width: 60px;
					display: inline-block;
					width: auto;
					max-width: 60px !important;
					line-height: 24px;
					overflow-x: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

				#utilnav nav ul li a span {
					display: none;
				}

#signin {
	clear: both;
	max-height: 0;
	overflow: hidden;
	padding: 0 10px;
	background-color: #454545;
	border-top: 1px solid #fff;
	color: #e6e6e6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 100;
	position: relative;
}

.lt-ie8 #signin {
	display: none;
}

#signin.expanded {
	max-height: 500px;
	padding: 10px;
}

.lt-ie8 #signin.expanded {
	display: block;
}

#signin div {
	/*margin-bottom: 10px;*/
	text-align: right;
}

#signin input[type="text"],
#signin input[type="password"] {
	display: inline-block;
	width: 150px;
	/* ie7 inline block fix */
	zoom: 1;
	*display: inline;
}

#signin input[type="password"] {
	margin-top: 10px;
	margin-left: 10px;
}

#signin .btn {
	float: right;
	margin-left: 10px;
}

#signin nav {
	text-align: right;
}

	#signin nav ul {
		margin: 0;
		padding: 0;
	}

		#signin nav ul li {
			margin: 10px 0;
			border-top: 1px dotted #ededed;
			padding-top: 10px;
		}

			#signin nav ul li a {
				color: #ffffff;
			}

			#signin nav ul li:first-child {
				border-top: none;
				padding-top: 0px;
			}

.headersearchbox {
	float: left;
	margin-right: 6px;
	width: 70%;
}

.headersearchbutton {
	float: left;
	margin-right: 4px;
}

.headersearchadvanced {
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	margin-top: 0 !important;
}

#search {
	position: relative;
	display: none;
	clear: both;
	padding: 10px 0px 10px 10px;
	background-color: #666;
	border-top: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 100;
}

	#search.expanded {
		display: block;
	}

	#search input[type="text"] {
	}

	#search input[type="image"] {
		text-align: right
	}

	#search .btn {
		position: absolute;
		right: 10px;
		top: 10px;
		padding: 5px 10px;
		margin: .2em 0em;
		font-size: 1em;
		border: 1px solid #ccc;
		background: #ddd;
		background: -moz-linear-gradient(top, #eeeeee 10%,#c0c0c0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#eeeeee), color-stop(100%,#c0c0c0));
		background: -webkit-linear-gradient(top, #eeeeee 10%,#c0c0c0 100%);
		background: -o-linear-gradient(top, #eeeeee 10%,#c0c0c0 100%);
		background: -ms-linear-gradient(top, #eeeeee 10%,#c0c0c0 100%);
		background: linear-gradient(to bottom, #eeeeee 10%,#c0c0c0 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c0c0c0',GradientType=0 );
		color: #222;
	}

	#search a {
		color: #fff;
		font-size: 0.9em;
		margin-top: 0.5em;
	}

#utilbar .social {
	display: none;
}

#navbar {
}

#brand {
	position: absolute;
	top: 8px;
	left: 8px;
}

	#brand h2 {
		margin: 0;
	}

		#brand h2 a {
			width: 108px;
			height: 38px;
			background-size: 108px 38px;
			text-indent: -9999em;
		}

#nav {
	max-height: 0;
	overflow: hidden;
	background-color: #ebebeb;
	border-top: 1px solid #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 100;
	position: relative;
}

.lt-ie8 #nav {
	display: none;
}

#nav.expanded {
	max-height: 500px;
}

.lt-ie8 #nav.expanded {
	display: block;
}

#nav nav {
	padding: 15px;
}

	#nav nav ul {
		margin: 0;
		padding: 0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		text-align: right;
	}

		#nav nav ul li {
		}

			#nav nav ul li a {
				display: block;
				padding: 8px 0;
				color: #454545;
				border-top: 1px dotted #999;
			}

			#nav nav ul li:first-child a {
				border-top: none;
			}

			#nav nav ul li a .normalize {
				font-weight: 400;
			}


#content-container {
	font-size: 0.8em;
	padding-bottom: 220px;
}

#section-nav {
	background-color: #d9e9f2;
	/*border-bottom: 2px solid #c7dde9;*/
}

	#section-nav h3 {
		margin: 0;
	}

		#section-nav h3 a {
			display: block;
			padding: 10px;
		}

			#section-nav h3 a:after {
				display: inline-block;
				content: "."; /* need this hack otherwise image does not show-up */
				text-indent: -9999em;
				background: url('/assets/images/mobile-device-down-arrow.gif') no-repeat center;
				vertical-align: middle;
				padding-left: 10px;
				margin: 10px 0px 0px 10px;
				/* ie7 inline block fix */
				zoom: 1;
				*display: inline;
			}

	#section-nav.expanded h3 a:after {
		content: ".";
		text-indent: -9999em;
		background: url('/assets/images/mobile-device-up-arrow.gif') no-repeat center;
		vertical-align: middle;
		margin-top: 0px;
	}

	#section-nav ul {
		max-height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

.lt-ie8 #section-nav ul {
	display: none;
}

#section-nav.expanded nav > ul {
	max-height: 2000px;
}

.lt-ie8 #section-nav.expanded nav > ul {
	display: block;
}

#section-nav ul li {
	position: relative;
	padding: 0;
}

#section-nav.expanded nav > ul > li {
}

#section-nav i[class^="icon-"] {
	position: absolute;
	right: 15px;
	top: 1.0em;
}

#section-nav ul ul i[class^="icon-"] {
	top: 0;
}

#section-nav ul li a {
	display: block;
	padding: 10px 5px;
	margin: 0;
	border-top: 1px dotted #11416d;
}

#section-nav ul li ul {
	max-height: 0;
	overflow: hidden;
	padding-left: 10px;
	background-color: #fff;
	font-size: 0.9em;
	line-height: 1.3em;
}

.lt-ie8 #section-nav ul li ul {
	display: none;
}

#section-nav ul li.expanded.selected {
	background-color: #ecf4f8;
}

#section-nav ul li.expanded > ul {
	/*max-height: 1000px;*/
	max-height: 100%;
}

.lt-ie8 #section-nav ul li.expanded > ul {
	display: block;
}

#section-nav ul li.expanded li.expanded.selected, #section-nav ul li.expanded li.selected {
	background-color: #eee;
}

	#section-nav ul li.expanded li.selected a {
		color: #eb6e23; 
		font-size: 13px;
		font-weight: bold;
	}

#section-nav ul li ul li {
}

	#section-nav ul li ul li a {
		padding: 10px 5px 9px 5px;
		margin: 0 5px;
		margin-right: 0px;
		margin-left:1px;
		color: #3373A0;
		border-top: none;
	}

	#section-nav ul li ul li ul {
	}

		#section-nav ul li ul li ul li {
			padding-left: 20px;
			padding:0px;
		}

			#section-nav ul li ul li ul li a, #section-nav ul li.expanded li.expanded li a, #section-nav ul li.expanded li.selected li a {
				color: #3373a0;
				font-size: 13px;
				border-bottom: 1px dotted #ccc;
				padding-left: 20px;
			}


#content {
	padding: 15px 15px;
}

#home #content {
	padding: 0;
	margin-bottom: 0;
}

#content .meta {
	float: right;
	width: 24px;
	padding: 0 15px 0 0;
	text-align: right;
}

.meta .print {
	display: none;
}

#breadcrumbs {
	position: relative;
	padding: 0 44px 0 0px;
	font-size: 0.8em;
}

	#breadcrumbs ul {
		margin: 0;
		padding: 0;
		list-style: none;
		color: #858585;
	}

		#breadcrumbs ul li {
			display: inline;
			margin-right: 5px;
		}

			#breadcrumbs ul li:after {
				background: url('/assets/images/mobile-device-right-arrow.gif') 0 0 no-repeat;
				content: " ";
				padding-left: 5px;
			}

			#breadcrumbs ul li:last-child:after {
				content: " ";
				background: url('');
			}

			#breadcrumbs ul li a {
				margin-right: 5px;
			}

	#breadcrumbs .meta {
		display: none;
		position: absolute;
		right: 0;
		top: 0.5em;
		margin: 0;
		padding: 0;
		border: none;
	}

#banner {
	margin: 30px 0;
}

#home #banner {
	margin: 0;
}

#banner img {
	width: 100%;
}
/*#banner img.desktop { display: none; }*/

#content article {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content h1 {
	padding-left: 15px;
}

#content article h1 {
	padding-left: 0;
}

#sidebar {
}

	#sidebar hr {
		margin: 0 15px;
	}

#related-info ul, #recent-docs ul {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
}

	#related-info ul li, #recent-docs ul li {
		margin: 0;
	}

		#related-info ul li a {
			display: block;
			padding: 3px 0;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
/*SS-updated the height of the arrow-icon to remove the spacing in realted-info*/
#related-info .display .icon-arrow {
	height: 12px;
	border-radius: 3px; /*Rounded border as part of icon-arrow changes*/
}

#recent-docs ul li {
	border-top: 1px solid #e0e0e0;
	padding: 10px 0;
}

	#recent-docs ul li:first-child {
		border-top: none;
	}

	#recent-docs ul li a {
		display: block;
		padding: 3px 0;
	}

#recent-docs.widget li i {
	float: right;
	margin-left: 10px;
}

#recent-docs ul li span.hidden-desktop {
	float: left;
	margin-right: 5px;
}

#contact-us {
}

#live-chat {
	position: absolute;
	left: 0;
	top: 10px;
}

#contact-us .content {
	/*padding-left: 85px;*/
}




table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

	table th {
		font-weight: bold;
	}

.table, .table-mobile, .table-striped, .table-striped-new, .table-striped-mobile {
	width: 100%;
	margin-bottom: 20px;
}


	.table th,
	.table td, .table-striped th, .table-striped td {
		padding: 4px;
		line-height: 20px;
		text-align: left;
		vertical-align: top;
		border-top: 1px dotted #dddddd;
		font-weight: 300;
		font-style: normal;
		font-variant: normal;
	}

	.table-mobile th, .table-mobile td {
		padding: 4px;
		line-height: 20px;
		text-align: left;
		vertical-align: top;
		font-size: 12px;
		font-weight: 300;
		font-style: normal;
		font-variant: normal;
	}


	.table-striped-new th,
	.table-striped-new td,
	.table-striped-mobile td,
	.table-striped-mobile th {
		padding: 4px;
		line-height: 20px;
		text-align: left;
		vertical-align: top;
		font-size: 12px;
		font-weight: 300;
		font-style: normal;
		font-variant: normal;
	}



	.table th, table-mobile th,
	.table-striped th,
	.table-striped-new th,
	.table-striped-mobile th {
		font-weight: bold;
	}

	.table thead th, table-mobile thead th,
	.table-striped thead th,
	.table-striped-new thead th,
	.table-striped-mobile thead th {
		vertical-align: bottom;
		font-weight: bold;
	}


	.table td {
	}

	.table thead:first-child tr:first-child th,
	.table thead:first-child tr:first-child td,
	.table-striped thead:first-child tr:first-child th,
	.table-striped thead:first-child tr:first-child td,
	.table-striped-new thead:first-child tr:first-child th,
	.table-striped-new thead:first-child tr:first-child td,
	.table-striped-mobile thead:first-child tr:first-child td,
	.table-striped-mobile thead:first-child tr:first-child th {
		border-top: 0;
	}



	.table-striped tbody tr:nth-child(odd) td,
	.table-striped tbody tr:nth-child(odd) th,
	.table-striped-new tbody tr:nth-child(odd) td,
	.table-striped-new tbody tr:nth-child(odd) th,
	.table-striped-mobile tbody {
		background-color: #f9f9f9;
	}


table.sort-table th {
	color: #11416d;
	font-weight: bold;
	cursor: pointer;
}

	table.sort-table th.headerSortUp, table.sort-table th.headerSortDown {
		background-position: 1px 10px;
		background-repeat: no-repeat;
		padding-left: 13px;
	}

table.sort-table.issueMain th.headerSortUp, table.sort-table.issueMain th.headerSortDown {
	background-position: 1px 30px;
}

table.sort-table th.headerSortUp {
	background-image: url('/assets/images/up-arrow-selected.jpg');
}

table.sort-table th.headerSortDown {
	background-image: url('/assets/images/down-arrow-selected.jpg');
}


.quote {
	width: 90%;
	background-color: #d9e9f2;
	padding: .9em;
	margin: 1em;
	color: #6d6e71;
	font-weight: bold;
}

/* email lists */
.box.email-lists .button {
	margin-top: 10px;
}

#emailsubhead.email-lists {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}

.box.email-lists img {
	cursor: pointer;
}

/*
.SelectLeft, .SelectRight { width:242px; height:290px; border:1px solid #fff; padding:6px; }
.SelectLeft option, .SelectRight option { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:.9em; color:#555; padding:4px 2px; }
.email-lists td.center { width:40px; background:#f3f3f3 url('/assets/images/emaillist-centerbg.gif') repeat-y; vertical-align:middle; }
#emailsubhead.email-lists span {  }*/
/*End Email List*/

.usermenu {
	height: 100%;
	font-size: 1.3em;
}
/*ul#header_navigation {	padding:0;margin: 0;float: left;	list-style: none; height: 50%;}
ul#header_navigation li { z-index: 4999; float: left; border-left:1px solid #dadada; border-right:0; padding:0 10px; margin-top:5px; position: relative; }

ul#topnav li a { float: left; }*/
.tools-signin-iconified {
	background: transparent url('/assets/images/open-new-tab-active.png') no-repeat right center !important;
	padding: 0px 15px 0px 0px !important;
	white-space: nowrap;
	border: 0px;
}

.membercommunity-signin-iconified {
	background: transparent url('/assets/images/open-new-tab-active.gif') no-repeat right center !important;
	padding: 0px 30px 0px 8px !important;
}

.tools-signin-iconified:hover {
	background: transparent url('/assets/images/open-new-tab-hover.png') no-repeat right center !important;
}

.membercommunity-signin-iconified:hover {
	background: transparent url('/assets/images/open-new-tab-hover.gif') no-repeat right center !important;
}

ul#header_navigation li.first:hover a, ul#header_navigation li.first a:hover {
	background: #fff url('/assets/images/green-arrow-down.png') no-repeat 99% 40%;
	border: 0px;
	background-color: #343434;
	border-image-width: 0px;
}

ul#header_navigation li.first:hover li a, ul#header_navigation li.first li a:hover {
	color: #FFFFFF;
	background: transparent;
	border: 0;
}
/*ul#header_navigation li.first { border-left:0; margin-top:0; background:url('/assets/images/i-login.gif') no-repeat; padding-left:30px;}*/
ul#header_navigation li.first a {
	color: #dadada;
	background: url('/assets/images/green-arrow-down.png') no-repeat 99% 40%;
	padding: 0px 20px 5px 5px;
	border-image-width: 0px;
}
/*ul#header_navigation li .sub { position: absolute;top:29px; left:30px;z-index: 99999;border:1px solid #a1c6de; border-top:0;background: #fff; padding:0;float: left;*/
ul#header_navigation li .sub {
	z-index: 101;
	background-color: #FFFFFF;
	position: absolute;
	top: 35px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	float: left;
	border-radius: 0px 0px 5px 5px;
	font-size: 13px;
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
	display: none; /*--Hidden for those with js turned off--*/
}

	ul#header_navigation li .sub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 225px;
		float: left;
		min-width: 0px;
	}

ul#header_navigation .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	border: 0;
	padding: 2px 0;
}

	ul#header_navigation .sub ul li a {
		float: none;
		border: 0;
		background: transparent;
		height: auto; /*--Override height from parent list item--*/
		padding: 0 0 0 8px;
		display: block;
		text-decoration: none;
		color: #195388;
		overflow: visible;
	}

		ul#header_navigation .sub ul li a:hover, ul#header_navigation .sub ul li:hover {
			color: #082947;
			background: #f0f0f0;
		}

	ul#header_navigation .sub ul li.last {
		padding-bottom: 8px;
	}

	ul#header_navigation .sub ul li.personal {
		color: #444;
		padding: 0px 0px 60px 8px;
		width: 96%;
		line-height: 1.5em;
		font-size: 13px;
		background-color: #f0f0f0;
		border-top: 1px solid #CCCCCC;
	}

		ul#header_navigation .sub ul li.personal a {
			padding: 0;
			display: inline;
		}

ul#header_navigation li.first.signin:hover a, ul#header_navigation li.first.signin a:hover {
	color: #fff;
	background: transparent;
	border: 0;
}

ul#header_navigation li.first.signin a {
	color: #dadada;
	background: transparent;
	padding: 5px 0 0 5px;
	line-height: 25px;
	border: 0;
}

ul#header_navigation li .sub .usermenu h3 {
	color: #444;
	padding: 0px 0px 5px 8px;
	margin-top: 5px;
	font-size: 1.05em;
	font-weight: bold;
}

ul#header_navigation .sub ul li.personal h3 {
	padding: 0px 0px 5px 0px;
	font-size: 1.4em;
	font-weight: bold;
}

#firstDiv {
	box-shadow: 0px 5px 5px rgba(102,102,102,0.25);
	color: #DDDDDD;
	background-color: #343434;
	border-radius: 0px 0px 2px 2px;
	margin-top: -8px;
	padding: 8px 5px 0px 5px;
}

	#firstDiv:hover {
		color: #FFFFFF;
	}

ul#header_navigation li.first.hidden-desktop {
	padding: 13px;
}

ul#header_navigation li.log-out.hidden-desktop {
	/*padding:13px;
 border-left: 1px solid #ccc*/
}

	ul#header_navigation li.log-out.hidden-desktop a {
		width: 60px;
		height: 24px;
		padding: 13px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #fff;
	}


#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #454545 url(/assets/responsive/img/bg_footer.gif) top repeat-x;
	color: #ccc;
	font-size: 12px;
}

	#footer .wrapper {
		padding: 0 0px;
	}

	#footer a {
		color: #ccc;
	}

	#footer nav ul {
		margin: 0;
		padding: 0;
	}

		#footer nav ul li {
			margin: 0;
		}

#top {
	text-align: right;
	margin-bottom: 1em;
	font-size: 13px;
}

	#top a:before {
		content: '\2303';
		margin-right: 5px;
	}

#footerlinks {
	float: left;
	width: 100%;
	text-align: right;
}

#footernav {
	/*font-size: 0.8em;*/
	float: left;
	width: 60%;
}

	#footernav nav ul {
	}

		#footernav nav ul li {
		}

		#footernav nav ul li {
			display: block;
			border-left: 1px solid #ccc;
			padding: 0 5px 0 5px;
		}


@media only screen and (max-width:768px) {
	.social {
		width: 100% !important;
		font-size: 19px;
	}

	#footernav {
		width: 100% !important;
	}

	#footer nav ul {
		padding: 0 0 0 20px;
	}

	#top {
		font-size: 14px;
	}

	#footer nav ul li {
		display: block !important;
		border-left: none;
	}

		#footer nav ul li a {
			display: block !important;
		}

	.social ul {
		padding: 0 0 0 20px !important;
	}

		.social ul li:first-child {
			display: block;
		}

		.social ul li {
			margin: 0 0px 10px 0;
		}

	#legal {
		font-size: 13px;
	}

		#legal nav {
			text-align: left !important;
		}

	#footerlinks {
		text-align: left !important;
		font-size: 19px
	}
}


#legal nav {
	text-align: right;
}

#footernav nav ul li:first-child {
	border-left: none;
}

#legal nav ul li:first-child {
	border-left: none;
}

/*#legal nav ul li{
        padding: 0 10px 0 10px;

    }*/

#legal {
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #666;
	/*font-size: 0.8em;*/
	float: left;
	width: 100%;
}

/*added Hover state to links- SS*/
#content a:hover, .wells #upcoming-meetings a h4:hover, #home .tabs-landing-page a:hover, footer .wrapper a:hover, #sidebar #contact-us a:hover, #sidebar .well-col a:hover,
#sidebar .right_sidebar_module a:hover, #header .sub .usermenu li a:hover, #header #utilnav nav ul li:first-child a:hover {
	text-decoration: underline;
}

.wells #upcoming-meetings a:hover, #home .ui-tabs-anchor, #tblUpdates a.manual-cat:hover, #tblUpdates a.manual-cat-desc:hover, #tblUpdates a.manual-title:hover,
.wells #issueDetails li a:hover, .divtabstyle #categories li a:hover, .wells #fercBucket li a:hover, #header #nav nav ul li a:hover, #header #utilnav nav ul a:hover, #utilbar #search a:hover {
	text-decoration: none !important;
}

#pnlLogistics .button {
	float: none;
}
/* end global layout */




/* widgets */

.ui-widget {
	/*font-family: Verdana,Arial,sans-serif;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	font-size: 13px;
}

/* social */
.social {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 40%;
}

	.social li {
		display: inline-block;
		margin: 0 10px 10px 0;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}

.widget {
	padding: 15px;
	line-height: 1.3em;
}

	.widget header {
	}

		.widget header h4 {
			text-transform: uppercase;
		}

	.widget .content {
		position: relative;
		padding: 10px 0;
	}

/* well panel */
.well {
}

	.well.collapsed header {
		border-bottom: 1px solid #cccccc;
	}

	.well header h3 {
		margin: 0;
		font-size: 15px;
	}

#home .well header h3 {
}

#home .well header {
	/*padding: 5px 10px;
		background-color:#ffffff;
		color:#222222;*/
	line-height: 24px;
	border-top: 5px solid #01A6E6;
	font-size: 1.15em;
	border-bottom: 1px dotted #cccccc;
}

.well header, .ui-tabs-nav {
	padding: 5px 10px;
	background-color: #ffffff;
	color: #222222;
	line-height: 24px;
	border-bottom: 1px dotted #cccccc;
}

.well header {
	border-top: 5px solid #01A6E6;
}

.ui-tabs-nav a {
	font-size: 1.25em;
}



.well li a {
	display: block;
	height: 100%;
	width: 95%;
	text-align: left;
}

.well .content {
	display: block;
}

.well footer {
	display: block;
	padding: 5px 15px;
	border-top: 1px dotted rgba(0,0,0,0.1);
	background-color: #fff;
	/*font-size: 0.8em;*/
}

.collapsed .content,
.collapsed footer {
	display: none;
}

.well header h4, .well header h5, .well header h6 {
	color: #fff;
}

.well .content h5 {
	color: #666;
}

.well .content h6 {
	color: #333;
}

.well .content p {
	margin: 10px 0;
}

.well .content ul {
	margin: 0;
	padding: 15px;
	list-style: none;
	line-height: 1.3em;
}

	.well .content ul li {
		margin: 0.5em 0;
	}

.well.highlights ul {
	padding: 0 15px;
}

.well.highlights i.icon-arrow {
	height: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 3px;
}

.well footer .more {
	float: right;
}

.well footer .btn {
	float: left;
}

.well footer .meeting-legend {
	float: left;
	line-height: 1.5em;
	text-align: left;
}

/* events */
.events {
	margin: 0;
	padding: 0;
	list-style: none;
}

	.events table {
		width: 100%;
	}

.event footer {
	display: none;
}

.event {
	margin: 0;
	border-top: 1px dotted #d9e9f2;
}

	.event:first-child {
		border-top: none;
	}

	.event hgroup a {
		position: relative;
		display: block;
		padding: 10px;
		line-height: 1.3em;
		width: auto;
	}

		.event hgroup a .icon-mini-arrow-toggle {
			display: none;
		}

	.event:nth-child(even) {
		/*background-color: rgba(0,0,0,0.05);*/
	}

	.event hgroup h4 {
	}

	.event hgroup h5 {
	}

	.event hgroup h6 {
	}

		.event hgroup h6 em {
			font-style: normal;
			font-weight: 600;
		}

	.event .event-details {
		display: block;
		max-height: 0;
		margin: 0 10px;
		padding: 0 10px;
		background-color: #d9e9f2;
		font-size: 0.875em;
		line-height: 1.5em;
		overflow: hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

.registered, .registered.event .event-details {
	background-color: #e1f8d6 !important;
}

.registeredIcon {
	margin-left: 5px;
	padding-bottom: 4px;
}

.changed {
	background-color: #ffedc9 !important;
}

.lt-ie8 .event .event-details {
	display: none;
}

.event.expanded .event-details {
	display: block;
	max-height: 1000px;
	margin: 0 10px 0px 10px;
	padding: 10px;
}

.lt-ie8 .event.expanded .event-details {
	display: block;
}

.event .event-details p {
	margin: 0;
}

	.event .event-details p.event-time {
		float: right;
	}

	.event .event-details p.event-address {
	}

.event .event-details div.event-reg-info, .event .event-details div.event-registration {
	padding: 10px 0;
	border-top: 1px dotted #fff;
	margin: 1em 0;
}

div.event-reg-info td {
	vertical-align: top;
}

.event .event-details td {
	width: 50%;
}

	.event .event-details td:nth-of-type(2) {
		text-align: right;
	}

.AdditionalInfoText {
	padding: 10px 0;
	border-top: 1px dotted #fff;
	margin: 1em 0;
}

.event .event-details .event-registration {
}

#vote {
	float: left;
	padding-left: 2px;
}

.event .event-details ul {
	margin: 0;
	padding: 0;
}

	.event .event-details ul li {
		margin: 0;
	}

/*Highlights */
.well .content .subsection_content_item {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}



/*
#upcoming-meetings footer .btn,
#upcoming-meetings footer .meeting-legend { display: none; }
*/

/* nav */
nav ul {
	margin: 0;
	padding: 0;
}

	nav ul.inline li {
		display: inline;
	}


/* tables */
.pjm-table {
	width: 100%;
}

	.pjm-table th,
	.pjm-table td {
		padding: 0 5px;
		text-align: left;
		font-size: 0.9em;
	}

	.pjm-table thead {
	}

		.pjm-table thead th {
			color: #11416d;
		}

	.pjm-table tbody {
	}

		.pjm-table tbody td {
			border-top: 1px dotted #ccc;
		}

		.pjm-table thead tr th:first-child,
		.pjm-table tbody tr td:first-child {
			padding-left: 15px;
		}

		.pjm-table tbody tr.alt td {
			background-color: #d9e9f2;
		}


/* tables */
.pjm-simple-table {
	color: #666;
}

	.pjm-simple-table th,
	.pjm-simple-table td {
		padding: 0 5px;
		text-align: left;
	}

	.pjm-simple-table tfoot {
	}

.table-bordered,
.table-bordered th,
.table-bordered td {
	border: 1px solid #ccc;
}

.table-condensed th,
.table-condensed td {
	padding: 3px 8px;
}
/* lists*/
.list-unstyled {
	list-style: none;
}

.list-inline {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.list-inline li {
		display: inline;
	}

.pjm-list {
}

	.pjm-list li {
		margin: 0.5em 0;
	}

	.pjm-list.two-col li {
		float: left;
		width: 50%;
	}

/* Updated style for Quick link as part Home Page Refresh */
#quick-links .content ul {
	list-style-position: inside;
	line-height: inherit;
}

	#quick-links .content ul li {
		margin: 0.0em 0 !important;
	}

		#quick-links .content ul li a {
			width: auto;
			display: inline;
			padding-left: 20px;
			line-height: 15px;
		}


.meeting-legend {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#home .meeting-legend {
	margin: 0;
}

.meeting-legend li {
	margin: 0;
	color: #787878;
	font-size: 1em;
}


#home .tabs-landing-page {
	border: 0px;
}


/* focal points */
#focal-points .content {
	background-color: #eeeeee;
}


	#focal-points .content ul {
		background-color: #eeeeee; /*(238, 238, 238, 0.75);*/
	}

	#focal-points .content li {
		position: relative;
		margin: 0;
		padding: 5px 0;
	}

		#focal-points .content li [class*="icon-"] {
			position: absolute;
			left: 5px;
			top: 5px;
		}
	/* FOCAL POINTS TABLE */
	#focal-points .content table {
		border: 0px;
		background-color: #eeeeee; /*(238, 238, 238, 0.75);*/
		border-radius: 5px;
		padding: 15px;
	}

#focal-points header {
	font-size: 18px;
	color: #222222;
	border: none;
	background-color: #eeeeee;
}

#focal-points .content img {
	width: 220px;
	height: 45px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
}


/* stats */
.stats {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(48,109,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

	.stats header {
		color: #fff;
	}

		.stats header h6 {
		}

.stats-content {
	background-color: #fff;
}

.stats-graph {
}

	.stats-graph img {
		width: 100%;
	}

.stats-nav {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

	.stats-nav ul li.selected a {
		display: inline-block;
		padding: 0 3px;
		background-color: #11416d;
		color: #fff;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}

.stats-content table {
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

	.stats-content table th,
	.stats-content table td {
		font-size: 0.8em;
	}

.stats-table {
	float: left;
	color: #fff;
	line-height: 1em;
	margin-left: 15px;
}

	.stats-table:first-child {
		margin-left: 0;
	}

	.stats-table thead th {
		border-bottom: 1px solid #4d81a8;
		font-size: 1em;
		font-weight: bold;
	}

	.stats-table.collapsed thead th {
		border-bottom: none;
	}

	.stats-table th,
	.stats-table td {
		padding: 2px 5px;
		font-size: 0.8em;
	}

	.stats-table.collapsed tbody {
		display: none;
	}

	.stats-table tbody tr.alt th,
	.stats-table tbody tr.alt td {
		background-color: #4d81a8;
	}

/* prices */
.prices {
	background-color: #eeeeee;
	color: #fff;
}


.feature {
	width: 93%;
	padding: .8em;
	border-left: 15px solid #aaaaaa;
	background: #f1f1f1;
}


/* tabs */
.ui-tabs {
	padding: 0;
}

	.ui-tabs .ui-tabs-nav {
		padding: 0;
		background: #ffffff;
	}



		.ui-tabs .ui-tabs-nav li {
			margin: 0;
			padding: 5px 0;
			width: 49.8%;
			text-align: center;
			box-sizing: border-box;
			opacity: .5;
			height: 40px;
			background-color: #EAEAEA;
			float: right;
			border-left: #A1C6DE;
			border-right: #A1C6DE;
			border: 1px solid #aaaaaa;
			border-top: 5px solid #919191;
		}

			.ui-tabs .ui-tabs-nav li:first-child {
				background: none;
				background-color: #EAEAEA;
				float: left;
			}

.ui-tabs-nav li:first-child {
	background-color: #EAEAEA;
}






.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #11416d;
	border-top: 5px solid #01A6E6 !important;
	border-bottom: 1px dotted #cccccc;
	border-left: #A1C6DE;
	border-right: 1px solid #A1C6DE;
	border-left: 1px solid #A1C6DE;
	background-color: #ffffff;
	opacity: 1;
}

.ui-tabs .ui-tabs-nav .ui-state-hover {
	opacity: 1;
}




.ui-tabs .ui-tabs-nav li a {
	padding: 0;
	line-height: 24px;
	font-size: 1.25em;
}

	.ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
		padding-left: 10px;
	}

.ui-tabs-panel {
	padding: 0;
}

.wells {
	padding: 10px 10px 0 10px;
}

/* ----- Moved from 640 min width which was hiding the tabs less than this --- */

.tabs {
	margin: 10px;
	background-color: #fff;
	border: 1px solid #a1c6de;
	border-top: 0;
}

	.tabs .content {
		border: none;
	}

	.tabs .ui-tabs-nav {
		display: block !important;
	}

	.tabs .ui-tabs-panel {
		padding: 0;
		margin: 0;
	}

		.tabs .ui-tabs-panel header {
			display: none;
		}


/* ------------------------------ */
.wells .tabs > ul {
	display: none;
}

.wells .tabs-landing-page > ul {
	display: none;
}

.wells .ui-tabs .ui-tabs-nav li {
}

	.wells .ui-tabs .ui-tabs-nav li:first-child {
		border-left: none;
	}

	.wells .ui-tabs .ui-tabs-nav li .icon-mini-rss {
		visibility: hidden;
		margin-left: 3px;
	}

	.wells .ui-tabs .ui-tabs-nav li.ui-tabs-active .icon-mini-rss {
		visibility: visible;
	}

#RegOrg {
	width: 835px;
	padding: 0;
}
	/*#RegOrg .well.highlights ul a {color :White;}*/
	#RegOrg .icon-toggle {
		display: none;
	}

	#RegOrg .well header {
		padding: 9px 0;
	}

#RegAcc {
	width: auto;
	padding: 0;
}

	#RegAcc .well.highlights h3 a {
		color: White;
	}

	#RegAcc .icon-toggle {
		display: none;
	}

	#RegAcc .well header {
		padding: 8px 12px;
	}


/*site map css*/
table.sitemap td.tier2 {
	padding-left: 25px;
}

table.sitemap td.tier3 {
	padding-left: 50px;
}

/*Website Alert Container Background style*/

.WebAlertContainer {
	background-color: #feefce !important;
	background-image: none !important;
}

/* landing page tabs */


.well-col .ui-tabs .ui-tabs-nav {
	padding: 0;
	/*background: rgb(24,90,151);*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(24,90,151,1) 0%, rgba(17,65,109,1) 100%);*/ /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(24,90,151,1)), color-stop(100%,rgba(17,65,109,1)));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(24,90,151,1) 0%,rgba(17,65,109,1) 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(24,90,151,1) 0%,rgba(17,65,109,1) 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(24,90,151,1) 0%,rgba(17,65,109,1) 100%);*/ /*IE10+*/
	/*background: linear-gradient(to bottom, rgba(24,90,151,1) 0%,rgba(17,65,109,1) 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185a97', endColorstr='#11416d',GradientType=0 );*/ /* IE6-9 */
}

	.well-col .ui-tabs .ui-tabs-nav li.ui-tabs-active {
		background-color: #ffffff;
	}


	.well-col .ui-tabs .ui-tabs-nav li {
		margin: 0;
		padding: 5px 0;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		height: 40px;
		border: none;
		border-top: 5px solid #aaaaaa;
		/*opacity: 1;*/
		/*background: url(/assets/responsive/img/dot-vertical.png) left repeat-y;*/
		background-color: #eaeaea;
	}

		.well-col .ui-tabs .ui-tabs-nav li:first-child {
		}

.well-col .ui-tabs-nav li:first-child {
}




/* accordions */
.ui-accordion {
	padding: .25em 0;
	background: url('/assets/responsive/img/dot-horizontal.png') repeat-x 0 100%;
}

	.ui-accordion:last-child {
		background: transparent;
	}

	.ui-accordion .ui-accordion-header {
		position: relative;
		margin: 0;
		padding: 5px 10px 5px 30px;
	}

		.ui-accordion .ui-accordion-header.ui-state-active {
			background-color: #cadfed;
		}

		.ui-accordion .ui-accordion-header:hover {
			background-color: #ecf4f8;
		}

		.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
			top: 0.5em;
			left: 10px;
			margin-top: 0;
		}

	.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
	}

	.ui-accordion .ui-accordion-content {
		padding: 10px 20px;
		border-top: none;
	}

.ui-accordion-content.ui-helper-reset {
	line-height: 1.5em;
}


/* meeting materials */
.well.materials .content {
	padding: 10px;
}

.well.materials .ui-accordion .ui-accordion-content {
	border: none;
}

.well.materials .date {
	color: #808080;
}

.well.materials .scroll {
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #e0e0e0;
}

.well.materials .accordion > div > span {
	color: #666;
	font-style: italic;
}

.well.materials .actions {
	padding-top: 5px;
}

	.well.materials .actions a {
		padding-right: 20px;
	}

	.well.materials .actions input {
		display: block;
		margin-top: 10px;
	}



#divContactInfo .lnkSignIn {
	display: inherit;
}


/* misc */
.bg-white {
	background-color: #fff;
}
/*img.pull-left,
img.pull-right {
	display: block;
	float: none;
	margin: 1em auto;
	width: 70%;
}*/

p:before, p:after {
	clear: none !important;
}



/* clearfixes */
#main:before,
#main:after,
.wrapper:before,
.wrapper:after,
aside:before,
aside:after,
#utilnav:before,
#utilnav:after,
#utilnav nav ul:before,
#utilnav nav ul:after,
#signin nav ul:before,
#signin nav ul:after,
.event a:before,
.event a:after,
p:before,
p:after,
.two-col:before,
.two-col:after,
#focal-point li:before,
#focal-point li:after,
.wells:before,
.wells:after,
.prices:before,
.prices:after,
footer:before,
footer:after,
.widget-group:before,
.widget-group:after,
.event-details:before,
.event-details:after,
#search:after,
#search:before {
	content: " ";
	display: table;
}

#main:after,
.wrapper:after,
aside:after,
#utilnav:after,
#utilnav nav ul:after,
#signin nav ul:after,
.event a:after,
p:after,
.two-col:after,
#focal-point li:after,
.wells:after,
.prices:after,
footer:after,
.widget-group:after,
.event-details:after,
#search:after {
	clear: both;
}

#main,
.wrapper,
aside,
#utilnav,
#utilnav nav ul,
#signin nav ul,
.event,
p,
.two-col,
#focal-point li,
.wells,
.prices,
footer,
.widget-group,
.event-details,
#search {
	*zoom: 1;
}
/*SS- meeting -reg */
#attend {
	padding-left: 4px;
}

#how-vote {
	padding-left: 30px;
}

/* Teleconference Phone Number and Passcode */
@media only screen and (max-width:768px) {
	.phone-mobile {
		display: inline;
	}

	.phone-desktop {
		display: inline;
	}

	.phone-mobile a {
		width: 100% !important;
	}

	.phone-desktop-dial {
		width: 40%;
		float: left;
	}

	.phone-desktop-link {
		width: 60%;
		float: left;
	}
}

@media (min-width: 769px) and (max-width:1030px) {

	.social {
		width: 100%;
		font-size: 16px;
	}

	#footernav {
		width: 100%;
	}

	.social ul {
		padding: 0 0 0 18px !important;
	}

	#footernav nav ul {
		padding: 0px 10px;
	}

	#legal nav {
		text-align: left;
	}

	#footerlinks {
		text-align: left;
		font-size: 16px;
	}
	/*#legal
    {
        font-size: 0.7em;
    }*/
}

/*@media (min-width: 769px) and (max-width:1030px)
{
    .social { width: 40% ;  }
    #footernav { width: 60% ; }
}*/

@media only screen and (min-width:769px) {
	.phone-mobile {
		display: none;
	}

	.phone-desktop {
		display: inline;
	}

	.phone-desktop-dial {
		width: 40%;
		float: left;
	}

	.phone-desktop-link {
		width: 60%;
		float: left;
	}
}

/* End Phone/Passcode */

/* ==========================================================================
   DataForms
   ========================================================================== */
.data-prompt, .data-field {
	vertical-align: top;
	width: 49%;
	display: inline-block;
}

.df-center {
	text-align: center;
}

.data-help {
	vertical-align: top;
	font-style: italic;
	color: #959595;
}

.data-subsection {
	font-weight: bold;
}

#vwDataEntry.req {
	vertical-align: top;
}

.df-highlight, .df-section {
	font-weight: bold;
}

.df-section {
	font-size: 1.25em;
}

.adjust-rb-text label {
	display: block;
	margin-left: 20px;
	margin-top: -20px;
	vertical-align: middle;
}

.ul-help {
	padding-left: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#spchars, #pwd-error {
	display: none;
	color: Red;
}

.user_error {
	color: Red;
}

.lnames, .fnames {
	display: none;
}


.tlradioButtonList td {
	width: 60%;
}

.tlcheckboxList td {
	width: 61%;
}

.divTLMessage, .divTLComments {
	padding-top: 10px;
	padding-bottom: 10px;
}

.divTLSubmit {
	padding-top: 30px;
	padding-bottom: 10px;
}

.divTLfiles {
	margin-top: 6px;
}

.divTLTieStatus {
	padding-top: 10px;
}

@media only screen and (min-width: 1031px) {
	.tlremovebtn {
		margin: -25px 0 35px 0;
	}
}

@media only screen and (max-width:1030px) {
	.data-prompt, .data-field {
		width: 99% !important;
		display: inline;
		float: none;
	}

	.df-moveupA {
		margin-top: -18px !important;
	}

	.df-moveupB {
		margin-top: -25px !important;
	}

	.df-hidemobile {
		display: none;
	}

	#RegOrg .well header {
		padding: 5px 0;
	}

	#RegAcc .well.highlights h3 a, #RegOrg .well.highlights ul a {
		color: White;
	}

	#RegOrg {
		width: auto;
	}

	#quick-links header h3 .icon-toggle {
		display: none;
	}


	#real-time-statistics header h3 .icon-toggle {
		display: none;
	}

	#focal-points header {
		font-size: 14px;
		color: #222222;
		border: none;
		background-color: #eeeeee;
	}
}

@media only screen and (min-width:1031px) {
	.data-prompt, .data-field {
		margin-bottom: 5px;
	}

	.df-moveupA {
		margin-top: -28px !important;
	}

	.df-moveupB {
		margin-top: -10px !important;
	}

	.headersigninbutton {
		height: 23px;
		padding: 0px 15px !important;
		background-color: #98CC49;
		color: #FFFFFF !important;
		font-weight: bold;
		border-radius: 5px;
	}

		.headersigninbutton:hover {
			background-color: #8bbb43;
		}

	#mainOneCol #content {
		background: url(/assets/responsive/img/dot-horizontal.png) top repeat-x;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*
	Progress Tracker
*/
#progtracker {
	border-collapse: collapse;
	border: 0;
}

#divProgressTracker {
	font-size: 0.9em;
	font-family: "Trebuchet MS";
}

.pt-bar {
	width: 88px; /* very sensitive! */
	height: 3px;
	background: #cccccc;
	border: 1px solid #cccccc;
}

.pt-circle {
	border-radius: 50%; /* IE8 doesn't support round corners */
	width: 16px;
	height: 16px;
	background: #cccccc;
	border: 1px solid #cccccc;
}

.pt-active {
	background: #8bbb43;
	border: 1px solid #8bbb43;
}

.pt-text {
	color: #666666;
}

td.pt-text {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	white-space: pre;
}

.pt-active-text {
	font-weight: bold;
	color: #222222;
}

@media only screen and (max-width:640px) {
	.pt-bar {
		width: 45px;
	}

	.pt-titles {
		display: none;
	}

	.pt-titles-mobile {
		display: inline;
	}
}

@media only screen and (min-width:641px) {
	.pt-titles-mobile {
		display: none;
	}
}
/* End Progress Tracker */
/* End DataForms */



@media only screen and (min-width: 480px) {

	#signin nav ul li {
		display: inline-block;
		margin: 0 0 0 15px;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
		zoom: 1;
		*display: inline;
		padding-top: 0px;
		border-top: none;
		border-left: 1px dotted #ededed;
		padding-left: 15px;
	}

	#signin nav ul .test li:first-child {
		margin-left: 0;
		border-left: none;
		border-right: none;
		padding-left: 0px;
		float: left;
	}

	#signin nav ul li:nth-child(2) {
		border-left: none;
		padding-left: 0px;
	}

	.signinmyprof {
		color: #ec9447;
		font-style: italic;
	}

	#signin nav ul li:nth-child(2) .signoutmyprof {
		border-left: 1px dotted #ededed;
		padding-left: 15px;
	}

	#signin nav ul li:first-child {
		border-left: none;
	}
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 360px) {

	#content article img {
		/*width: 100%;*/
		margin: 10px;
	}

		#content article img#sliderImage {
			width: 0%;
			margin: 0px;
		}
}


@media only screen and (max-width: 480px) {

	/* table pivot : css-tricks.com/responsive-data-tables/ */

	/* Force table to not be like tables anymore */
	.training, .training thead, .training tbody, .training th, .training td, .training tr {
		display: block;
	}
		/* Hide table headers */
		.training thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
			border-bottom: 1px solid #eee;
		}

		.training.table td {
			/* Behave  like a "row" */
			border: none;
			position: relative;
			padding: 4px 4px 4px 32%;
		}

		.training td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 4px;
			left: 4px;
			width: 30%;
			padding-right: 10px;
			white-space: nowrap;
			color: #808080;
		}
		/*	Label the data	*/
		.training td:nth-of-type(1):before {
			content: "Event:";
		}

		.training td:nth-of-type(2):before {
			content: "Location:";
		}

		.training td:nth-of-type(3):before {
			content: "Date:";
		}

		.training td:nth-of-type(4):before {
			content: "Availability:";
		}


	#quick-links header h3 .icon-toggle {
		position: relative;
		display: inline-block;
		margin-right: 5px;
		width: 24px;
		height: 24px;
		background-image: url(/assets/responsive/img/glyphs-updated.png);
		background-repeat: no-repeat;
		background-size: 480px 48px;
		vertical-align: middle;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}


	#real-time-statistics header h3 .icon-toggle {
		position: relative;
		display: inline-block;
		margin-right: 5px;
		width: 24px;
		height: 24px;
		background-image: url(/assets/responsive/img/glyphs-updated.png);
		background-repeat: no-repeat;
		background-size: 480px 48px;
		vertical-align: middle;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}

	#focal-points header {
		font-size: 14px;
		color: #ffffff;
		border-bottom: 1px solid #62a1c8; /*#a1c6de ;*/
		background-color: #11416d;
	}
}

@media only screen and (min-width: 400px) {

	#content article img.pull-right {
		float: right;
		margin: 0 0 1em 1em;
		width: auto;
	}

	#content article img.pull-left {
		float: left;
		margin: 0 1em 1em 0;
		width: auto;
	}

	.widget {
		float: left;
		/*width: 50%;*/
		/*min-width:600px;*/
		padding-right: 20px;
		box-sizing: border-box;
		overflow-y: hidden !important;
	}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#banner img.mobile {
		width: 100%;
	}

	#banner img.tablet {
		display: none;
	}

	#banner img.desktop {
		display: none;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
	#banner img.mobile {
		display: none;
	}

	#banner img.tablet {
		width: 100%;
	}

	#banner img.desktop {
		display: none;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1030px) {
	#banner img.mobile {
		display: none;
	}

	#banner img.tablet {
		display: none;
	}

	#banner img.desktop {
		width: 100%;
	}
}

@media only screen and (min-width: 640px) {

	#focal-points .content table {
		margin: 0;
		border: 0;
		background-color: #eeeeee; /*(238, 238, 238, 0.75);*/
		padding: 15px;
	}

	#home #sidebar #focal-points .wells .well {
		box-shadow: none;
	}

	.well-col {
		float: left;
		width: 50%;
	}

	.well {
		margin: 10px 10px 20px 10px;
		padding: 0;
	}

	#home .well {
		-webkit-box-shadow: 0 -2px 8px -4px rgba(0, 0, 0, .5);
		box-shadow: 0 -2px 8px -4px rgba(0, 0, 0, .5);
		border: none;
	}

	#home #content .well.collapsed .content {
		background-position: 0% 0%;
		background-repeat: repeat-x;
		padding: 15px 15px;
		background-color: #fff;
		background-attachment: scroll;
	}
	/*#home menu, #home ol, #home ul {*/
	#home menu, #home ol {
		padding: 0 10px 5px 10px;
	}

	#home #content .well.collapsed .content ul, #home #content .well.collapsed .content table {
		/*background: #fff;*/
	}

	#home #content .well footer {
		background-position: 0% 0%;
		border-top: 1px solid #C7C7C7;
		background-repeat: repeat-x;
		font-size: 1em;
		/*color: #fff;*/
		padding: 10px 8px 10px;
		/*background-image: linear-gradient(to bottom, #4c8ab4, #306d99);
    background-color: #4c8ab4;*/
		background-attachment: scroll;
	}

		#home #content .well footer .pull-left {
			margin-top: 5px;
		}

		#home #content .well footer .meeting-legend li, #home #content .well footer a {
			/*color: #fff;*/
		}


	.well .content {
		position: relative;
		background-color: #fff;
		overflow: auto;
		border: 1px solid #a1c6de;
		border-top: none;
	}

	.well.highlights .content {
		border: 0;
	}

	.mypjm.well.highlights .content {
		border: 1px solid #a1c6de;
	}

		.mypjm.well.highlights .content ul:first-of-type {
			border-right: 1px solid #a1c6de;
		}

		.mypjm.well.highlights .content ul:last-of-type li:first-of-type {
			background: #fff url('/assets/images/i-secure.gif') no-repeat 60%;
		}


	.well.events > .table {
		border: 1px solid #a1c6de;
		border-top: none;
	}

	#home .well .content {
		border: 0;
	}

	.wells header h3 .icon-toggle {
		display: none;
	}

	.collapsed .content,
	.collapsed footer {
		display: block;
	}

	#upcoming-meetings footer {
		display: block;
	}

	#data-shortcuts .content {
		margin: 0;
		border: 0;
		padding: 15px;
	}

	#annc-news .content {
		margin: 0;
		border: 0;
		padding: 15px;
	}

	.well.events footer {
		border-top: 0;
		border-bottom: 1px solid #a1c6de;
		font-size: 1em;
		text-align: right;
	}

	#home .well.events footer {
		border: 0;
	}

	.event.expanded .event-details {
		display: block;
	}

	.event hgroup a {
		position: relative;
		padding-left: 30px;
	}

	.event h4, .event h5, .event h6 {
		margin: 0;
	}

	.event hgroup a .icon-mini-arrow-toggle {
		display: block;
		position: absolute;
		left: 10px;
		top: 1em !important;
	}

	.lt-ie8 .event hgroup a .icon-mini-arrow-toggle {
		top: 2px;
	}

	.lt-ie8 .event hgroup a {
		padding-top: 0;
	}

		.lt-ie8 .event hgroup a h4 {
			margin-top: 10px;
		}

	.ui-widget-content {
		/* border:none;*/
	}

	.NoMeetingsPanel div {
		min-height: 2em;
	}

	.NoMeetingsPanel span {
		vertical-align: middle;
		margin-left: 1em;
	}

	.tabs-landing-page {
		margin: 10px;
		background-color: #ffffff;
		border: 1px solid #a1c6de;
		border-top: 0;
	}

	.tabs .content {
		border: none;
	}

	.tabs-landing-page .ui-tabs-nav {
		display: block !important;
	}

	.tabs .ui-tabs-nav {
		display: block !important;
	}

	.tabs .ui-tabs-panel {
		padding: 0;
		margin: 0;
	}

		.tabs .ui-tabs-panel header {
			display: none;
		}

	.tabs-landing-page .ui-tabs-panel header {
		display: none;
	}

	.widget-group { /*padding-top: 20px;*/
		float: left;
	}

	.widget {
		margin-top: -20px;
		padding: 20px;
	}

	.stats {
		background: none;
		filter: none;
	}

	.stats-content {
		margin-bottom: 0;
	}

	.stats-table .icon-mini-toggle {
		display: none;
	}

	.stats-table.collapsed tbody {
		display: block;
	}

	.prices {
		background-color: transparent;
		filter: none;
	}

	.social li {
		margin-right: 0;
	}

		.social li i[class^="icon-"] {
			margin-right: 3px;
		}

	.lt-ie8 #nav {
		display: block;
	}

	#section-nav {
		float: left;
		width: 25%;
	}

		#section-nav h3 a:after {
			content: '';
		}

		#section-nav ul {
			max-height: 100%;
			padding-left: 0px;
		}

	.lt-ie8 #section-nav ul {
		display: block;
	}

	#section-nav nav ul li a {
		/*padding: 7px 0 3px 10px;/*- coomitted code-3/5 added padding 10px left, changed top from 10 to 7 px & added 3px bottom for ipad indentation-SS*/
		/* changing the padding only to have padding-left:10px;*/
		padding-left: 10px;
	}

	#section-nav i[class^="icon-"] {
		right: 0;
	}

	#main {
		float: right;
		width: 75%;
	}

	#home #main {
		float: none;
		width: auto;
		background: rgb(238,238,238); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}

	#home #content {
	}

	#home #sidebar {
	}

	#breadcrumbs {
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 0.9em;
	}

	#content-container {
		padding-bottom: 180px;
	}

	/* sidebar */
	#sidebar {
		margin-top: -10px;
	}

		#sidebar .pjm-list.two-col li {
		}

		#sidebar .wells {
		}

			#sidebar .wells .well {
				height: 256px;
				max-height: 256px;
				background-color: #eeeeee;
				width: 258px;
			}

	#home #sidebar #focal-points .wells .well li:hover {
		background-color: #62a1c8;
	}

	#home #sidebar #focal-points .wells #focal-points.well li:hover a h4, #home #sidebar .wells #focal-points.well li:hover a h5 {
		color: #fff;
	}



	#contact-us .content {
	}

	#live-chat {
	}

	/* footer */
	#footer {
		/*font-size: 0.9em;*/
	}

		#footer nav ul li {
			display: inline;
		}

			/*#legal nav ul li { margin-right: 10px; }*/

			#footer nav ul li a {
				display: inline;
			}

	#RegOrg .well {
		margin: 0;
	}

	#RegAcc .well {
		margin: 0;
	}

	.well-wide-list {
		margin-left: 0 !important;
		min-width: 700px;
	}

	.well-wide {
		border: none !important;
		margin-left: 0 !important;
		/*padding:0!important;*/
	}

	content-wide {
		min-width: 1000px !important;
	}
}

/** ipad potrait view */
@media only screen and (max-width: 768px) {

	#section-nav {
		background-color: #d9e9f2;
		width: 100%;
		/*border-bottom: 2px solid #c7dde9;*/
		z-index: 100;
		position: relative;
	}

	#main {
		width: auto;
		padding: 0 10px 0 10px;
		float: none;
		/*padding-left: 0px;
padding-right: 170px;*/
	}

	#breadcrumbs {
		position: relative;
		padding: 0 44px 0 0px;
		font-size: 0.8em;
	}

		#breadcrumbs ul li {
			display: inline;
			margin-right: 5px;
		}

	#content-container {
		font-size: 0.8em;
		padding-bottom: 380px;
	}

	#content .meta {
		float: right;
		width: 24px;
		padding: 0 15px 0 0;
		text-align: right;
	}

	.widget {
	}


	.wells {
		padding: 0;
	}

	#footernav a {
		/*font-size: 1.1em;*/
	}

	#footer nav ul li {
		display: inline;
	}

		#footer nav ul li a {
			display: inline;
		}

	#section-nav ul {
		max-height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

		#section-nav ul li ul {
			font-size: 1em;
		}

	#section-nav.expanded nav > ul {
		max-height: 2000px;
	}

	#section-nav h3 a:after {
		display: inline-block;
		background: url('/assets/images/mobile-device-down-arrow.gif') 0 0 no-repeat;
		content: ".";
		text-indent: -9999em;
		padding-left: 10px;
		margin: 10px 0px 0px 10px;
		zoom: 1;
	}

	#tblMonth {
		width: 100%;
	}

	#tblWeek {
		width: 100%;
	}
	/*.mapAndboxes1{zoom:69%;}
*/
	.mapDesc {
		width: auto;
	}

	/*#footernav nav ul li { border-left: none; }*/

	footer h6#top {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 640px) {

	#main {
		padding: 0;
	}

	#content {
		padding: 15px 15px 10px 15px;
	}

	.right_sidebar_module {
		padding-left: 10px;
	}
	/*ss- wrapped the dropdowns in mobile view*/
	.event .event-details .event-registration td {
		display: inline;
	}

	.ui-tabs .ui-tabs-nav li a {
		line-height: 12px !important;
		font-size: 1.20em !important;
		white-space: normal;
	}

	.mapDesc {
		width: auto;
	}

	.set-spacing {
		padding: 15px 15px 10px 15px;
	}
}
/*ss- wrapped the dropdowns in mobile view*/

@media only screen and (min-width: 339px) {
	.event .event-details .event-registration td {
		display: table-cell;
	}
}

@media only screen and (min-width: 480px) {




	#main {
		padding: 0;
	}
}

/* ipad potrait */
/*SS -12/12  to fit on iphone*/
@media only screen and (max-width: 640px) {

	.well.collapsed header {
		border-bottom: 1px solid #62a1c8;
	}

	.well header, .ui-tabs-nav {
		padding: 5px 10px;
		background-color: #11416d;
		color: #fff;
		line-height: 24px;
		border-bottom: none !important;
	}

	.well header {
		border-top: 0.1em solid #01A6E6 !important;
	}

	.landing .well {
		margin: 10px 10px 20px;
		padding: 0px;
	}






	#content-container .wrapper #main #content .mapAndboxes {
		zoom: 85%
	}

	#content-container {
		padding-bottom: 380px;
	}

	#quick-links header h3 .icon-toggle {
		position: relative;
		display: inline-block;
		margin-right: 5px;
		width: 24px;
		height: 24px;
		background-image: url(/assets/responsive/img/glyphs-updated.png);
		background-repeat: no-repeat;
		background-size: 480px 48px;
		vertical-align: middle;
		/* ie7 inline block fix */
		zoom: 1;
		*display: inline;
	}

	#focal-points header {
		font-size: 14px;
		color: #ffffff;
		border-bottom: 1px solid #62a1c8; /*#a1c6de ;*/
		background-color: #11416d;
	}
}

/* content and right nav links */
a, .FacetItems span {
	color: #3d8ec7; /* was 4d7192 */
}

li.profitem a {
	color: #3d8ec7 !important; /* important is needed for profile dropdown */
}
/* exceptions */
.well-col .tabs ul li a {
	color: White !important;
}

/* override the default styles in jquery ui for tabs headers*/
.ui-widget-content a.ui-tabs-anchor {
	color: #222222 !important;
}

/* override the default styles for anchors in tab content*/
.ui-widget-content a {
	color: #3d8ec7 !important;
}

a.manual-cat {
	color: #222222 !important;
	font-weight: bold;
	/*font-size: 1.1em;*/
}

a.manual-cat-desc {
	color: #222222 !important;
	font-size: 1.1em;
}

a.manual-title {
	color: #222222 !important;
	font-weight: bold;
}

.slide a {
	color: White !important;
}

.tabs-landing-page ul li a {
	color: black !important;
}

/* end links */

/*SS -12/12 */
@media only screen and (min-width: 1031px) {
	img.tablet {
		display: none;
	}

	.widget-group {
		width: 280px;
		margin-left: -10px;
	}

	#quick-links {
		margin-top: 27px;
		margin-bottom: 9px;
	}

		#quick-links header h3 .icon-toggle {
			display: none;
		}

	#real-time-statistics header h3 .icon-toggle {
		display: none;
	}


	#focal-points header {
		font-size: 14px;
		color: #222222;
		border: none;
		background-color: #eeeeee;
	}


	h1, h2, h3, h5, h6 {
		font-weight: normal;
		margin: 1em 0 0;
	}

	.icon-signout {
		background-position: -48px -24px;
	}

	.icon-calendar {
		background-position: -72px -24px;
	}

	.icon-toggle {
		background-position: -384px 0;
	}

		.icon-toggle:hover {
			background-position: -408px 0;
		}

	.expanded > .icon-toggle {
		background-position: -432px 0;
	}

		.expanded > .icon-toggle:hover {
			background-position: -456px 0;
		}


	.social li {
		margin-right: 0;
	}

	#utilbar .social ul li {
		margin-bottom: 0;
	}

	.headersearchbutton {
		margin-left: 10px;
		height: 20px;
		padding: 0px 15px;
	}

	.headersearchadvanced {
		float: right;
	}

	.widget-group {
	}

	.widget {
		float: none;
		width: auto;
		margin-top: 5px;
		padding: 0;
	}

	#home .widget header h4 {
		margin: 0;
		color: #fff;
	}

	#home .widget header h6 {
		margin: 0;
	}

	.wells header h3 {
		margin: 0;
	}

	#content .wells {
		padding: 0;
	}

		#content .wells .well {
			margin: 20px 0;
		}

	.well .content ul {
		line-height: 1.5em;
	}

		.well .content ul li {
			padding: .25em 0;
		}

	.well.highlights {
		overflow: auto;
	}

		.well.highlights ul {
			display: inline;
			float: left;
			width: 45%;
			margin: 0 0 15px 15px;
			padding: 0;
		}

			.well.highlights ul:first-child {
				padding-right: 3%;
			}

	#search {
		padding-right: 10px;
	}

		#search .btn {
			position: static;
		}

	#home #content .wells {
		padding: 10px 10px 0 10px;
	}

		#home #content .wells .well {
			margin: 10px 10px 20px 10px;
		}

			#home #content .wells .well li {
			}

	#home .well .content ul.pjm-list li {
		margin: 0;
	}

	#home #content .ui-tabs .well {
		margin: 0;
		padding: 0;
	}

	#home #content .wells {
		margin-left: -20px;
	}

	.prices {
		padding-bottom: 40px;
	}

	#sidebar .well-col {
		float: left;
		width: auto;
	}

	#home #sidebar .wells {
		padding: 0;
		background-color: #eeeeee;
		border: 1px solid #eeeeee; /*(238, 238, 238, 0.75);*/
		border-radius: 5px;
	}

		#home #sidebar .wells .well .pjm-list li {
		}

		#home #sidebar .wells .well {
			margin: 0;
			box-shadow: none;
		}

			#home #sidebar .wells .well header {
				font-size: 18px;
				color: #222222;
				background-color: #eeeeee; /*(238, 238, 238, 0.75);*/
				filter: none;
				border: none;
			}

	#home .well header h3 {
	}

	#home .well .content h4 {
		font-weight: bold;
	}

	#home .well .content h5 {
	}

	#home #sidebar h3 {
	}

	#home #sidebar .well.collapsed header {
		/*border-bottom: 0;*/
	}

	#home #sidebar .wells .well .content ul {
		padding: 0 10px 5px 10px;
		border: 0px;
		background-color: #eeeeee; /*(238, 238, 238, 0.75);*/
	}

		#home #sidebar .wells .well .content ul li {
			margin: 0;
		}

	#sidebar .social {
		display: none;
	}

	.event a {
	}

	.event hgroup a {
	}


	#utilbar {
		padding: 7px 0;
		background-color: #454545;
		color: #fff;
	}
	/*#utilbar i[class^="icon-"] { top: -0.2em; }*/
	#utilnav {
		float: left;
		width: 370px;
		background: transparent;
		filter: none;
		border-bottom: none;
	}

		#utilnav nav {
			float: none;
		}

			#utilnav nav ul {
			}

				#utilnav nav ul li {
					float: left;
					display: inline-block;
					font-size: 0.75em;
					border-left: 1px solid #ccc;
					padding: 0 5px;
					height: 24px;
					/* ie7 inline block fix */
					zoom: 1;
					*display: inline;
				}

					#utilnav nav ul li:first-child {
						border-left: 0;
						padding-left: 0;
					}

					#utilnav nav ul li a {
						display: inline-block;
						width: auto;
						max-width: 100px !important;
						height: auto;
						padding: 0 3px;
						border: none;
						color: #dadada;
						overflow-x: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						line-height: 24px;
						/* ie7 inline block fix */
						zoom: 1;
						*display: inline;
					}

						#utilnav nav ul li a:hover, #search a:hover {
							color: #fff;
						}

						#utilnav nav ul li a span {
							display: inline;
						}

			#utilnav nav #nav-toggle, #utilnav nav .icon-calendar {
				display: none;
			}

	#search {
		clear: none;
		display: block;
		float: right;
		/*min-width: 325px;*/
		padding: 0;
		background-color: transparent;
		border-top: none;
		text-align: right;
		/*margin-right: 25px;*/
	}

		#search fieldset {
			display: inline;
		}

		#search input[type="text"] {
			width: 200px;
			font-size: 0.8em;
			padding: 3px 8px;
		}

		#search .btn {
			padding: 4px 8px;
			font-size: 0.75em;
		}

		#search a {
			color: #dadada;
			font-size: .75em;
		}

	#signin {
		display: none;
	}

	#utilbar .social {
		display: block;
		float: right;
	}

		#utilbar .social h3 {
			display: inline;
			margin: 0;
			font-size: .75em;
			font-weight: 300;
		}

		#utilbar .social ul {
			display: inline;
			padding-left: 15px;
		}

	#navbar {
		padding: 0;
		margin: 30px auto 30px;
	}

	#brand {
		position: static;
		float: left;
		width: 100px;
	}

	#nav {
		float: right;
		width: 850px;
		max-height: none;
		padding-top: 10px;
		background-color: transparent;
		filter: none;
	}

		#nav nav {
			padding: 0;
		}

			#nav nav ul {
				font-size: 1.0em;
				text-align: left;
			}

				#nav nav ul li {
					display: inline;
					margin-left: -5px;
					border-left: 1px solid #666;
				}

					#nav nav ul li.selected {
						color: #003366;
						background-color: #d9e9f2;
					}

					#nav nav ul li:first-child {
						margin-left: 0;
					}

					#nav nav ul li a {
						display: inline;
						padding: 0 16px 0 18px;
						border-top: none;
						font-weight: bold;
					}

						#nav nav ul li a:hover {
							color: #11416d;
							background-color: #ecf4f8;
						}

						#nav nav ul li a.selected {
							color: #003366;
							background-color: #d9e9f2;
						}

						#nav nav ul li a .normalize {
							font-weight: 700;
						}

	#content-container {
		padding-bottom: 70px;
	}

	#home #content-container {
		background: #eeeeee url(/assets/responsive/img/bg_home.png) center top repeat-x;
		filter: none;
	}

	.wrapper {
		width: 990px;
		margin: 0 auto;
		padding: 0 10px;
	}

	#content-container .wrapper {
		padding: 0;
	}

	#section-nav {
		width: 180px; /*200px;*/
		margin-top: 1px;
	}

		#section-nav h3 {
			display: none;
		}


		#section-nav i[class^="icon-"].icon-toggle {
			width: 15px;
			height: 9px;
			background: url(/assets/responsive/img/dotcom-1.png);
			background-size: contain;
			background-position: 0;
			transform: rotate(180deg);
		}

		#section-nav i[class^="icon-"].icon-toggle:hover {
				background: url(/assets/responsive/img/dotcom-2.png);
				/*display:none;*/
		}

		#section-nav li.expanded > i[class^="icon-"].icon-toggle {
			background-position: 0;
			transform: rotate(0deg);
			background: url(/assets/responsive/img/dotcom-2.png) 
		}

		#section-nav ul li:hover > i[class^="icon-"].icon-toggle {
			background-position: 0;
			background: url(/assets/responsive/img/dotcom-2.png) 
		}

		#section-nav ul li.expanded li:hover > i[class^="icon-"].icon-toggle,
		#section-nav ul li ul > li.expanded > i[class^="icon-"].icon-toggle {
			background-position: 0;
			background: url(/assets/responsive/img/dotcom-1.png)
		}

		#section-nav ul li.expanded li.expanded.selected > i[class^="icon-"].icon-toggle {
			background-position: 0;
			transform: rotate(0deg);
			background: url(/assets/responsive/img/dotcom-1.png) 
		}

		#section-nav li.expanded > i[class^="icon-"].icon-toggle:hover {
				background: url(/assets/responsive/img/dotcom-2.png);
				background-position: 0;
		}

		#section-nav ul li {
			/*margin-bottom: 1px;*/
			font-size: 1em;
		}
		#section-nav ul > li.expanded {
			background: #3373a0;
		}

		#section-nav ul > li.expanded > a {
				background: transparent;
				color: #fff;
		}
		#section-nav nav ul li a {
			color: #11416d;
			font-weight: bold;
			padding: 6px 15px 6px 10px;
			border-top: none;
			background: url('/assets/responsive/img/dot-horizontal.png') repeat-x 0 0;
			background-repeat: repeat-x;
			background: #f2f2f2;
			border-bottom: 1px dotted #bbb6b6;
			font-size: 13px;
		}

		#section-nav ul li:first-child a 
		 {
			/*background: transparent;*/
			filter: none;
		}
		#section-nav ul li ul li a {
			background: transparent;
		}

		#section-nav ul > li:hover > a {
			background-color: #3373A0;
			color: #fff;
		}

		#section-nav nav ul li ul {
			/*background: #fff url(/assets/responsive/img/dot-vertical.png) repeat-y 100% 0;*/
			background:#fff;
			padding-left: 0;
		}

		#section-nav ul li ul li {
			font-size: 1em;
		}

		#section-nav ul li ul i[class^="icon-"].icon-toggle {
			top: 1.0em;
		}

		#section-nav nav ul li ul li a {
			font-weight: normal;
			line-height: 1.4em;
			padding-right: 20px;
			padding: 10px 20px 9px 5px;
			padding-left:10px;
		}

		#section-nav ul ul ul {
			font-size: 1em;
		}

		#section-nav ul li:hover ul li {
			background-color: transparent;
		}

		#section-nav ul li ul > li:hover, #section-nav ul li ul > li:hover > a {
			background-color: #f2f2f2;
			/*background-color: #fff;*/ /*// New chnage foer seond level chnages*/ 
			color: #11416d;
		}
		
		#section-nav ul li.expanded.selected > a {
			background-color: #3373A0;
			color: #FFFFFF;
		}

		#section-nav ul li.expanded.selected ul li.selected > a {
			background-color: #EEEEEE;
			color: #3373a0
		}

		#section-nav ul li.expanded.selected ul li.selected ul li.selected, #section-nav ul li.expanded.selected ul li.selected ul li.selected > a {
			background-color: #F8F8F8;
			color: #EB6E23;
			/*padding-left: 5px;*/
		}

		#section-nav ul li ul > li ul li:hover, #section-nav ul li ul > li ul li:hover a {
			background-color: #f8f8f8;
		}

		#section-nav ul li ul li ul li a:hover {
			color: #11416d !important;
		}



	#main {
		float: none;
		width: auto;
		background: url(/assets/responsive/img/dot-horizontal.png) top repeat-x;
	}

	#home #main {
		position: relative;
		padding-bottom: 30px;
		background: transparent;
		filter: none;
	}

	#content {
		float: left;
		width: 560px;
		padding: 0 15px;
	}

	#main.no-sidebar #content {
		width: 760px;
	}

	#home #content {
		width: 730px;
		/*width: 999px;*/
		padding: 0;
	}

	#home #main #content {
		padding-top: 314px;
	}

	#breadcrumbs {
		padding: 10px 100px 10px 0;
		background: url(/assets/responsive/img/dot-horizontal.png) bottom repeat-x;
		font-size: .9em;
	}

	#content .meta {
		width: 100px;
		padding-top: 7px;
		padding-right: 0;
		padding-bottom: 7px;
	}

	.meta .print {
		display: inline;
	}

	#home #banner {
		position: absolute;
		top: 0;
		max-width: 970px;
	}

	#content article {
		padding: 0;
	}

	#content article {
		margin: 1em 0;
	}

	#content .landing article {
		padding: 0 24px 0 15px;
	}

	#content .landing {
		background: url('/assets/responsive/img/shadow-lft.png') no-repeat 0 0;
		padding: 0 0 0 8px;
	}
		/*SS-12/11 scroll bar on MC, MIC C&G Pages*/
		#content .landing #upcoming-meetings .content {
			height: 200px;
			overflow-y: scroll;
		}

	#content-container .wrapper #main #content .wells #upcoming-meetings .content {
		height: 200px;
		overflow-y: scroll;
	}

		#content-container .wrapper #main #content .wells #upcoming-meetings .content.eventdetails {
			height: 390px;
			overflow-y: hidden;
		}

	#content .wells #upcoming-meetings .content {
		height: 200px;
		overflow-y: scroll;
	}
	/*SS-12/11 */
	.landing .shadow {
		background: url('/assets/responsive/img/shadow-rt.png') no-repeat 100% 0;
	}

		.landing .shadow #banner, .landing .shadow .wells {
			margin-right: 8px;
		}

	#sidebar {
		float: right;
		width: 220px;
		margin: 0;
	}

	.search-right-nav #sidebar {
		position: absolute;
		left: 1180px;
	}

	#home #sidebar {
		position: relative;
		z-index: 10;
		width: 260px;
		padding-left: 0;
		background: none;
	}

	#sidebar .widget {
		padding: 0 0 20px 15px;
		background: url('/assets/responsive/img/dot-horizontal.png') repeat-x 0 100%;
	}

	#home #sidebar .widget {
		padding: 0;
		background: 0;
	}

	.widget header h4 {
		color: #6f7072;
	}

	#related-info.widget {
		margin-top: 0;
		padding: 15px 0 15px 15px;
		background: url(/assets/responsive/img/dot-vertical.png) repeat-y 0 0;
	}

		#related-info.widget ul, #recent-docs.widget ul {
			margin-bottom: 0;
		}

		#related-info.widget li {
			background: #fff url('/assets/responsive/img/dot-horizontal-blue.png') repeat-x 0 100%;
			font-size: .9em;
		}

			#related-info.widget li:hover {
				background-color: #ecf4f8;
			}

	#recent-docs.widget .content {
		background: #d9e9f2 url('/assets/responsive/img/dot-horizontal-blue.png') repeat-x 0 0;
		margin-top: 10px;
		padding: 0;
	}

	#recent-docs.widget li {
		background: url('/assets/responsive/img/dot-horizontal-blue.png') repeat-x 0 100%;
		border-top: 0 none;
		color: #666;
		font-size: .9em;
		padding: 6px 6px 12px 40px;
		position: relative;
	}

		#recent-docs.widget li:hover {
			background-color: #62a1c8;
		}

			#recent-docs.widget li:hover a {
				color: #fff;
			}

	#recent-docs.widget .calendar {
		position: absolute;
		top: 12px;
		left: 8px;
		background-color: #77b2d8;
		text-align: center;
		width: 25px;
	}

		#recent-docs.widget .calendar a {
			color: #fff;
			padding: 0;
		}

		#recent-docs.widget .calendar span {
			display: block;
		}

		#recent-docs.widget .calendar .month {
			font-size: .75em;
			background-color: #11416d;
		}

		#recent-docs.widget .calendar .day {
			font-weight: bold;
		}

	#contact-us .content {
		padding-left: 0;
	}

		#contact-us .content p {
			font-size: .9em;
		}

	#live-chat {
		position: relative;
		top: 0;
	}

	aside .social {
		display: none;
	}

	#footer {
	}

		#footer #top {
			display: none;
		}

	#footernav {
		float: right;
		/*font-size: 0.8em;*/
		margin-top: 10px;
	}

		#footernav nav ul li:first-child {
			margin-left: 0;
		}

	#legal {
		float: right;
		padding-top: 0;
		margin-top: 5px;
		border-top: none;
	}
	/*#legal nav ul li { margin-right: 10px; }*/

	#home #main {
		position: relative;
	}

		#home #main #content {
			padding-top: 265px;
		}

	#home #banner {
		position: absolute;
		top: 0;
	}

	#home #sidebar {
		position: relative;
		z-index: 10;
	}

		#home #sidebar .wells {
			background-color: #fff;
		}

	#focal-points .content h4,
	#focal-points .content h5 {
		margin: 0;
	}

	#right_sidebar-newsletter-hack {
		float: left;
		position: relative;
		top: -12600px;
		left: 800px;
	}

	#RegOrg .well.highlights ul {
		float: none;
	}

	#content #RegOrg .well, #content #RegAcc .well {
		margin: 0;
	}

	.mapDesc {
		width: 1000px;
	}
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

	.ir:before {
		content: "";
		display: block;
		width: 0;
		height: 150%;
	}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	.visuallyhidden.focusable:active,
	.visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}

.invisible {
	visibility: hidden;
}

.visible-phone {
	display: none !important;
}

.visible-tablet {
	display: none !important;
}

.hidden-desktop {
	display: none !important;
}

.visible-desktop {
	display: inherit !important;
}

@media (min-width: 768px) and (max-width: 1031px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-tablet {
		display: inherit !important;
	}

	.hidden-tablet {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}

	.visible-desktop {
		display: none !important;
	}

	.visible-phone {
		display: inherit !important;
	}

	.hidden-phone {
		display: none !important;
	}
}

/* retina */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {

	/* icons */
	i[class^="icon-"] {
		background-image: url(/assets/responsive/img/glyphs-updated.png);
	}

	i[class*="icon-mini"],
	.ui-accordion-header-icon {
		background-image: url(/assets/responsive/img/glyphs-updated.png);
	}
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.no-margin {
	margin: 0;
}



/* ==========================================================================
   communications hub page
   ========================================================================== */

.div_communications_title_row {
	margin-bottom: 10px;
}

.communication_container_style {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.column-divider {
	width: 23%;
	float: left;
	padding: 0 8px 5px 0;
}

.column-divider-wide {
	width: 48%;
	float: left;
	padding: 0 8px 5px 0;
}

.column-divider-small {
	width: 10%;
	float: left;
	padding: 0 0 5px 8px;
}

.column-divider-wider {
	width: 85%;
	float: left;
	padding: 0 0 5px 8px;
	margin: 0px;
}

.row-divider-small {
	width: 100%;
	float: left;
	height: 40%;
	margin: 0px;
	vertical-align: top;
}

.row-divider-large {
	width: 100%;
	float: left;
	height: 60%;
	margin: 0px;
	vertical-align: top;
}

.communication_container_divbackground {
	background-color: #f1f1f1;
	overflow: auto;
	padding: 15px 15px 5px 15px;
	border: solid 1px #D4D4D4;
}

.div_communications_cell {
	height: 100%;
	width: 100%;
	background-color: #01A6E6;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	border: 0px none rgb(1, 166, 230);
}

.div_communications_row5_cell {
	background-color: #01A6E6;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	border: 0px none rgb(1, 166, 230);
	padding-right: 7px;
	width: 7%;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

	.div_communications_row5_cell:hover {
		background-color: #f08134; /*#f08134;*/
		font-size: 14px;
		color: #FFFFFF;
		overflow: hidden;
		border: 0px none rgb(1, 166, 230);
		padding-right: 7px;
		width: 7%;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
	}

.div_communications_row1_cell_img {
	width: 30%;
	float: left;
	padding-bottom: 5px;
}

.div_communications_row1_cell_text {
	height: 100%;
	width: 70%;
	text-align: center;
	font-size: 14px;
	float: left;
	padding-top: 8px;
}

.communicationDetailsPointerRow1 {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word;
	font-size: 23px;
	background-color: transparent;
	cursor: pointer;
	width: 5%;
	top: -15px;
	float: left;
	left: 10%;
}

.div_communications_row3_cell_img {
	width: 20%;
	float: left;
	padding-bottom: 5px;
}

.div_communications_row3_cell_text {
	height: 100%;
	width: 80%;
	text-align: left;
	font-size: 14px;
	float: left;
	padding-top: 8px;
}

.communicationDetailsPointerRow3 {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word;
	font-size: 23px;
	background-color: transparent;
	cursor: pointer;
	width: 5%;
	top: -15px;
	float: left;
	left: 20%;
}

.communicationDetailsPointerRow1 span {
	color: #EAEAEA;
}

.communicationDetailsPointerRow3 span {
	color: #EAEAEA;
}

.communicationsdetailsrow {
	position: relative;
	top: -20px;
	overflow: hidden;
	color: #222222;
	font-size: 13px;
	font-family: 'Trebuchet MS';
	background-color: #EAEAEA;
	text-align: center;
	width: 97.5%;
	height: 100%;
	padding-bottom: 10px;
}

	.communicationsdetailsrow p {
		padding: 0px 10px 0px 10px;
	}

.column-divider-wider h3 {
	margin-top: 0px;
}

.row-divider-large p {
	margin-top: 0px;
}

.communications_img {
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	word-wrap: break-word;
}

.communicationsbubble {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px 0px 10px 0px;
	background: #EAEAEA;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	top: -8px;
}

	.communicationsbubble:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0px 7px 15px;
		border-color: #EAEAEA transparent;
		display: block;
		width: 0;
		z-index: 1;
		top: -15px;
		left: 110px;
	}

#communications_container img {
	padding: 5px 5px 0px 5px;
	/*padding: 5px 5px 0px 8px;*/
	float: left;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.hiddenbubbletext {
	display: none;
}

/* Firefox fix */
@-moz-document url-prefix() {
	.communicationsdetailsrow {
		color: #222222;
		font-size: 13px;
		font-family: 'Trebuchet MS';
		background-color: #EAEAEA;
		text-align: center;
		width: 97%;
		height: 100%;
		padding-bottom: 10px;
		top: 45px;
		left: -98.5%;
	}

	.div_communications_details {
		padding-bottom: 8%;
	}
}
/*========= communications hub end ======================*/


/* ==========================================================================
   communications hub page for mobile screen
   ========================================================================== */

@media only screen and (max-width: 640px) {
	.column-divider {
		width: 100%;
		float: left;
	}

	.column-divider-wide {
		width: 100%;
		float: left;
	}

	.column-divider-wider {
		width: 75%;
		float: left;
		padding: 0 0 5px 8px;
		margin: 0px;
	}

	.div_communications_row1_cell_img {
		width: 15%;
		float: left;
		padding-bottom: 10px;
	}

	.div_communications_row1_cell_text {
		height: 85%;
		width: 85%;
		text-align: left;
		font-size: 14px;
		float: left;
		padding-top: 8px;
	}

	.div_communications_row3_cell_img {
		width: 15%;
		float: left;
		padding-bottom: 10px;
	}

	.div_communications_row3_cell_text {
		height: 100%;
		width: 85%;
		text-align: left;
		font-size: 14px;
		float: left;
		padding-top: 8px;
	}

	.div_communications_row5_cell {
		background-color: #01A6E6;
		font-size: 14px;
		color: #FFFFFF;
		overflow: hidden;
		border: 0px none rgb(1, 166, 230);
		padding-right: 7px;
		width: 13%;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 10px;
	}

	#div_communicationsPointerRow1, #div_communication_row2, #div_communicationsPointerRow3, #div_communication_row4 {
		display: none;
	}

	.hiddenbubbletext {
		display: block;
		text-align: center;
		vertical-align: top;
	}

	.div_communications_cell {
		height: 100%;
		width: 100%;
		background-color: #01A6E6;
		font-size: 14px;
		color: #FFFFFF;
		overflow: hidden;
		border: 0px none rgb(1, 166, 230);
		cursor: default;
	}
}
/*========= communications hub mobile screen end ==============
/* Pager control */
.PagerRow {
	margin-top: 5px;
	width: 100%;
	margin-bottom: 15px;
}

.PagerActive {
	display: inline-block;
	padding: 2% 3% 2% 3%;
	margin: 0% 1% 0% 1%;
	color: white;
	font-weight: bold;
	background-color: #F48020;
	border-radius: 2px;
	font-size: 8pt;
}

.Pagerdivcell {
	border-spacing: 2px;
	border-color: gray;
	float: left;
	font-family: Arial;
	width: 100%;
	display: inline-block;
}

	.Pagerdivcell a {
		color: #3d8ec7;
		display: inline-block;
		padding: 2% 2% 2% 2%;
		border-radius: 2px;
	}

		.Pagerdivcell a:-webkit-any-link {
			color: -webkit-link;
			cursor: auto;
		}

		.Pagerdivcell a:visited {
			font-size: 12px;
			color: #4d7192;
		}

		.Pagerdivcell a:hover {
			display: inline-block;
			padding: 2% 2% 2% 2%;
			background-color: #DDDDDD;
			text-decoration: none;
		}

.bolddots {
	font-weight: bold;
}

.padright {
	padding-right: 8px;
}

.divddlNumOfItems {
	width: 50%;
}

.viewText {
	float: left;
	width: 15%;
	padding-top: 5px;
}

.clsNumOfItems {
	float: left;
	width: 80%;
}

@media only screen and (max-width: 340px) {


	.Pagerdivcell a {
		color: #3d8ec7;
		display: inline-block;
		padding: 1% 1% 1% 1%;
		border-radius: 2px;
	}

		.Pagerdivcell a:hover {
			display: inline-block;
			padding: 1% 1% 1% 1%;
			background-color: #DDDDDD;
			text-decoration: none;
		}

	.divddlNumOfItems {
		width: 100%;
	}

	.viewText {
		float: none;
		width: 100%;
	}

	.clsNumOfItems {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	#search input[type="text"] {
		width: 80%;
	}

	fieldset {
		width: 100%;
	}

	#outageAnalysisArchiveSection .events {
		margin: 5px;
		padding: 0;
		list-style: none;
	}

	.divddlNumOfItems {
		width: 100%;
	}

	.viewText {
		float: none;
		width: 100%;
		padding-left: 5px;
	}

	.clsNumOfItems {
		float: none;
		width: 98%;
		padding-left: 5px;
	}
}

@media only screen and (min-width: 1031px) {
	#outageAnalysisArchiveSection .wells .well {
		margin: 10px 0;
	}
}
/* End of pager control */

/*Interregional map*/
#mapDiv_layers {
	cursor: pointer;
}

@media all and (min-width: 341px) {
	.boxLayer {
		left: -190px;
		top: -627px;
	}

	.customBoxes2 {
		width: 162px;
	}

	.header2, .header3, .mapheader {
		font-size: 12px;
		height: 16px;
		padding-bottom: 1px;
	}

	.divRefresh {
		height: 13px;
	}

	.TimeStamp {
		height: 36px;
	}

	.erieflow {
		height: 44px;
	}

	.divRefresh, .TimeStamp, .erieflow, .flow {
		font-size: 12px;
	}

	#mapDiv {
		height: 550px;
		left: 140px;
		width: 1040px;
	}

	#idTVA {
		left: 200px;
		top: 537px;
	}

	#idCPLW {
		left: 368px;
		top: 537px;
	}

	#idDuke {
		left: 536px;
		top: 537px;
	}

	#idCPLE {
		left: 704px;
		top: 537px;
	}

	#Intfcontainer {
		min-width: 400px;
	}

	#btnMapReset {
		left: 904px;
		position: absolute;
		top: -65px;
	}

	#btnToggleCities {
		color: rgb(0, 0, 0);
		cursor: pointer;
		left: 891px;
		position: absolute;
		text-decoration: underline;
		top: -30px;
		width: 95px;
	}

	.chkMaps {
		cursor: pointer;
		vertical-align: middle;
	}
}

.mapAndboxes1 {
	z-index: 80;
}

.mapAndboxes {
	z-index: 80;
}

@media only screen and (min-width: 341px) and (max-width: 600px) {
	#mapDiv .esriSimpleSliderTL {
		display: none;
	}

	.esriPopup .esriPopupWrapper {
		zoom: 60%;
	}

	.mapAndboxes1 {
		left: -30px;
		top: -30px;
		zoom: 66%;
	}

	.mapbox1 {
		left: 200px;
		top: 85px;
	}

	.mapbox {
		left: 400px;
		top: 85px;
	}

	.customBoxes2 {
		height: 86px;
	}

	#idLINDEN {
		left: 900px;
		top: 180px;
	}

	#idHTP {
		left: 900px;
		top: 264px;
	}

	#idNYIS {
		left: 530px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 750px;
		top: 86px;
		/*width: 168px;*/
	}

	#mapLegend {
		height: 155px;
		left: 900px;
		top: 363px;
		width: 160px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#mapDiv {
		height: 400px;
		width: auto;
	}

	#btnMapReset {
		display: none;
	}

	#btnToggleCities {
		display: none;
	}
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
	#mapDiv .esriSimpleSliderTL {
		display: none;
	}

	.esriPopup .esriPopupWrapper {
		zoom: 60%;
	}

	.mapAndboxes1 {
		left: -30px;
		top: -30px;
		zoom: 66%;
	}

	.mapbox1 {
		left: 200px;
		top: 85px;
	}

	.mapbox {
		left: 400px;
		top: 85px;
	}

	.customBoxes2 {
		height: 86px;
	}

	#idLINDEN {
		left: 1050px;
		top: 180px;
	}

	#idHTP {
		left: 1050px;
		top: 264px;
	}

	#idNYIS {
		left: 530px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 750px;
		top: 86px;
		/*width: 168px;*/
	}

	#mapLegend {
		height: 155px;
		left: 1050px;
		top: 363px;
		width: 160px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#mapDiv {
		height: 400px;
		width: auto;
	}

	#btnMapReset {
		display: none;
	}

	#btnToggleCities {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#home #sidebar .wells {
		float: left;
		width: 48%;
	}

		#home #sidebar .wells .well-col {
			float: left;
			width: 95%;
		}

	#mapDiv .esriSimpleSliderTL {
		background-color: rgb(255, 255, 255) !important;
		left: 692px;
		top: 407px;
	}

	.mapbox1 {
		left: 200px;
		top: 85px;
	}

	#mapDiv {
		width: auto;
	}

	#idLINDEN {
		left: 760px;
		top: 165px;
	}

	#idHTP {
		left: 760px;
		top: 244px;
	}

	#idNYIS {
		left: 530px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 750px;
		top: 86px;
		width: 168px;
	}

	#mapLegend {
		height: 155px;
		left: 775px;
		top: 323px;
		width: 145px;
	}

	#maplegendheader {
		text-align: center;
		/*width: 155px;*/
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}

	.mapbox {
		left: 390px;
		top: 85px;
	}

	.esriSimpleSliderTL {
		left: 652px;
		top: -113px;
	}

	#btnMapReset {
		left: 607px;
		position: absolute;
		top: -143px;
	}

	#btnToggleCities {
		left: 599px;
		position: absolute;
		top: -113px;
	}

	#quick-links header h3 .icon-toggle {
		display: none;
	}
}

@media only screen and (min-width: 901px)and (max-width: 1024px) {
	#mapDiv .esriSimpleSliderTL {
		background-color: rgb(255, 255, 255) !important;
		left: 952px;
		top: 480px;
	}

	.mapbox {
		left: 490px;
		top: 65px;
	}

	.mapbox1 {
		left: 200px;
		top: 65px;
	}

	.mapAndboxes1 {
		zoom: 96.1%;
	}

	.mapDesc {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
		width: auto;
	}

	.esriPopup .contentPane {
		line-height: initial;
	}

	#idNEEPT {
		height: 75px;
		left: 1050px;
		top: 130px;
		width: 168px;
	}

	#idLINDEN {
		left: 1057px;
		top: 215px;
	}

	#idHTP {
		left: 1057px;
		top: 299px;
	}

	#idNYIS {
		left: 876px;
		top: 85px;
	}

	#mapLegend {
		height: 160px;
		left: 1057px;
		text-align: center;
		top: 385px;
		width: 160px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#btnMapReset {
		left: 907px;
		position: absolute;
		top: -63px;
	}

	#btnToggleCities {
		left: 893px;
		position: absolute;
		top: -30px;
	}
}

@media only screen and (min-width: 769px)and (max-width: 900px) {
	#mapDiv .esriSimpleSliderTL {
		background-color: rgb(255, 255, 255) !important;
		left: 952px;
		top: 480px;
	}

	.mapbox {
		left: 490px;
		top: 65px;
	}

	.mapbox1 {
		left: 200px;
		top: 65px;
	}

	.mapAndboxes1 {
		zoom: 96.1%;
	}

	.mapDesc {
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
		width: auto;
	}

	.esriPopup .contentPane {
		line-height: initial;
	}

	#idNEEPT {
		height: 75px;
		left: 900px;
		top: 130px;
		width: 168px;
	}

	#idLINDEN {
		left: 900px;
		top: 215px;
	}

	#idHTP {
		left: 900px;
		top: 299px;
	}

	#idNYIS {
		left: 735px;
		top: 60px;
	}

	#mapLegend {
		height: 160px;
		left: 900px;
		text-align: center;
		top: 385px;
		width: 160px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#btnMapReset {
		left: 750px;
		position: absolute;
		top: -63px;
	}

	#btnToggleCities {
		left: 750px;
		position: absolute;
		top: -30px;
	}
}

@media only screen and (min-width: 1025px) {
	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#mapDiv .esriSimpleSliderTL {
		background-color: rgb(255, 255, 255) !important;
		left: 992px;
		top: 478px;
	}

	.mapbox {
		left: 490px;
		top: 85px;
	}

	.mapbox1 {
		left: 200px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 1053px;
		top: 130px;
		width: 168px;
	}

	#idLINDEN {
		left: 1060px;
		top: 215px;
	}

	#idHTP {
		left: 1060px;
		top: 299px;
	}

	#idNYIS {
		left: 880px;
		top: 85px;
	}

	#mapLegend {
		height: 160px;
		left: 1060px;
		text-align: center;
		top: 385px;
		width: 160px;
	}
}

@media print {
	#mapDiv .esriSimpleSliderTL {
		background-color: rgb(255, 255, 255) !important;
		left: 992px;
		top: 478px;
	}

	.mapbox1 {
		left: 200px;
		top: 85px;
	}

	.mapbox {
		left: 500px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 1053px;
		top: 130px;
		width: 168px;
	}

	#idLINDEN {
		left: 1060px;
		top: 215px;
	}

	#idHTP {
		left: 1060px;
		top: 299px;
	}

	#idNYIS {
		left: 880px;
		top: 85px;
	}

	#mapLegend {
		height: 160px;
		left: 1075px;
		text-align: center;
		top: 385px;
		width: 145px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}
}

@media print and (min-width: 769px)and (max-width: 1024px) {
	#idLINDEN {
		left: 760px;
		top: 165px;
	}

	#idHTP {
		left: 760px;
		top: 244px;
	}

	#idNYIS {
		left: 530px;
		top: 85px;
	}

	#idNEEPT {
		height: 75px;
		left: 750px;
		top: 86px;
		width: 168px;
	}

	#mapLegend {
		height: 155px;
		left: 775px;
		top: 323px;
		width: 145px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}

	.mapbox {
		left: 390px;
		top: 85px;
	}

	#btnMapReset {
		left: 657px;
		position: absolute;
		top: -143px;
	}

	#btnToggleCities {
		left: 641px;
		position: absolute;
		top: -113px;
	}
}

@media all and (min-width: 341px) and (max-width: 568px) /* Iphone landscape overrides*/
{
	.mapAndboxes1 {
		-webkit-text-size-adjust: 66%;
	}

	.boxLayer {
		left: -170px;
		top: -660px;
	}

	#idTVA, #idCPLW, #idDuke, #idCPLE {
		top: 605px;
	}

	#idNEEPT, #idLINDEN, #idHTP {
		left: 852px;
	}

	#mapLegend {
		left: 867px;
	}

	#idNYIS {
		left: 680px;
	}

	#idMISO {
		top: 340px;
	}

	#idOVEC {
		top: 425px;
	}

	#idLGEE {
		top: 515px;
	}

	#mapDiv .esriSimpleSliderTL {
		top: 375px;
		left: 560px;
		zoom: 90%;
	}

	#btnMapReset {
		left: 715px;
	}

	#btnToggleCities {
		left: 705px;
		top: -20px;
	}

	#btnMapReset, #btnToggleCities, #mapDiv .esriSimpleSliderTL {
		display: block;
	}
}

#btnMapReset {
	background: linear-gradient(to bottom, rgb(202, 223, 237) 0%,rgb(162, 199, 223) 100%) !important;
	border: 1px solid rgb(107, 167, 203) !important;
}

.mapAndboxes1 {
	position: relative;
}

#idMISO {
	height: 75px;
	left: 200px;
	top: 361px;
}

#idOVEC {
	left: 200px;
	top: 361px;
}

#idLGEE {
	left: 200px;
	top: 448px;
}

.mapDesc {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#divRTO {
	height: 33px;
}

#divRefresh {
	height: 16px;
}

.customBoxes {
	background-color: white !important;
	border-color: #D9E9F2 !important;
	border-width: 2px;
	font-size: 10px;
	height: 75px;
	left: 167px;
	position: absolute;
	width: 160px;
}

.customBoxes2 {
	background-color: white !important;
	border-color: #D9E9F2 !important;
	border-width: 2px;
	font-size: 10px;
	height: 80px;
	left: 167px;
	position: absolute;
}

.mapbox {
	background-color: white !important;
	border-color: #D9E9F2 !important;
	border-width: 2px;
	font-size: 10px;
	height: 75px;
	position: absolute;
	width: 115px;
}

.mapbox1 {
	background-color: white !important;
	border-color: #D9E9F2 !important;
	border-width: 2px;
	font-size: 10px;
	height: 75px;
	position: absolute;
	width: 147px;
}

.mapheader {
	background-color: #11416D !important;
	color: white !important;
	font-family: Trebuchet MS, Serif;
	padding-left: 2px;
	padding-left: 5px;
	text-align: left;
}

	.mapheader img {
		float: right;
		padding-right: 5px;
		padding-top: 2px;
	}

.header2 {
	background-color: grey !important;
	color: white !important;
	font-family: Trebuchet MS, Serif;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	top: 10px;
	width: 115px;
}

.header3 {
	background-color: grey !important;
	color: white !important;
	font-family: Trebuchet MS, Serif;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	top: 10px;
	width: 147px;
	word-break: break-all;
}

.divRefresh, .TimeStamp {
	color: black !important;
	font-family: Trebuchet MS, Serif;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-top: 3px;
}

.flow {
	color: black !important;
	font-family: Trebuchet MS, Serif;
	height: 16px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.erieflow {
	font-family: Trebuchet MS, Serif;
	margin-bottom: 3px;
	margin-top: 5px;
	text-align: center;
}

.name {
	color: black !important;
	font-family: Trebuchet MS, Serif;
	font-size: 11px;
	margin-bottom: 1px;
	margin-top: 2px;
}

.img {
	height: 14px;
	top: 2px;
}

.boxLayer {
	line-height: 1.3em;
	position: relative;
}

.customBoxes div, .customBoxes2 div {
	padding-left: 5px;
}

a.name {
	color: Black !important;
}

#layerBox a {
	color: Black !important;
}

#layerBox .mapheader {
	background-color: #11416D !important;
	display: block;
}

#layerBox .customBoxes2, .customBoxes, .mapbox, .mapbox1, .popUp {
	border: solid 1px rgb(128, 128, 128) !important;
}

	.popUp .mapheader {
		padding-bottom: 1px;
		padding-left: 5px;
		padding-top: 1px;
	}

.Mapgraph {
	cursor: pointer;
	float: right;
	height: 16.5px;
	left: -4px;
	position: relative;
	top: 2px;
}

.Eriegraph {
	cursor: pointer;
	float: right;
	height: 16.5px;
	left: -3px;
	position: relative;
	top: -17px;
}

#Zonecontainer {
	height: 100%;
	position: relative;
	width: 100%;
}

#chartWrapper {
	float: left;
	height: 100%;
	width: 100%;
}

#chartContainer {
	height: 100%;
	margin-right: 220px;
}

#maplegendContainer {
	float: left;
	margin-left: -260px;
	width: 260px;
}

.instructions {
	color: rgb(99, 99, 99);
	font-size: 10px;
	margin-top: 20px;
}

#controls {
	float: left;
	height: 5%;
	width: 100%;
}

.control {
	color: #000000;
	float: left;
	font: 0.8em/0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 20px;
	width: 100%;
}

#Zonemaplegend {
	padding-left: 2px !important;
}

#Zonemaplegend, .highcharts-legend {
	list-style: none;
	padding: 0;
}

	#Zonemaplegend li:hover, .highcharts-legend-item span:hover {
		text-decoration: underline;
		color: inherit;
	}

	#Zonemaplegend li.highlight {
		font-weight: 700;
		text-decoration: underline;
	}

	#Zonemaplegend li, .highcharts-legend-item span {
		cursor: hand;
		cursor: pointer;
		font: 1em/1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.3em;
		list-style: none;
		margin: 0;
		padding: 2px 0;
		word-break: normal;
	}

	#Zonemaplegend .legend-swatch, .highcharts-legend-item .legend-swatch {
		background-color: red;
		width: 2em;
		float: left;
		margin-right: 1em;
	}

li.hide, span.hide {
	color: #000000 !important;
	font-weight: normal !important;
	text-decoration: none;
}

svg .highcharts-tooltip rect {
	stroke: rgb(17, 65, 109);
	stroke-width: 0.13em;
}

.highcharts-tooltip text tspan {
	font-family: Trebuchet MS;
	font-size: 14px;
}

.highcharts-axis text tspan {
	fill: rgb(0,0,0);
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
}

.highcharts-subtitle, .highcharts-axis-labels {
	font-family: "Trebuchet MS" !important;
	font-size: 13px !important;
	line-height: 1.3em !important;
}

	.highcharts-axis-labels text tspan {
		font-family: "Trebuchet MS" !important;
		font-size: 13px !important;
	}
/*.highcharts-legend-item text tspan
{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 1.3em;
}*/
.highcharts-legend rect {
	stroke: none;
}

.highcharts-legend-item path {
	display: none;
}

#Zonecontainer .highcharts-tooltip rect {
	/*height: 300px;*/
}

#showLoads, #showLmps {
	vertical-align: sub;
}

.esriPopup {
	z-index: 90 !important;
}

@media all and (max-width: 340px) {
	.mapAndboxes1 {
		-webkit-text-size-adjust: 66%;
	}

	#mapDiv .esriSimpleSliderTL {
		display: none;
	}

	.esriPopup .outerPointer.left {
		display: none;
	}

	#mainOneCol #content article {
		margin-bottom: 0px;
		margin-top: 0px;
	}

		#mainOneCol #content article h1 {
			padding-left: 0;
			position: relative;
			top: -12px;
		}

	.mapAndboxes1 {
		left: -30px;
		top: 5px;
		zoom: 48%;
	}

	.divRefresh, .TimeStamp, .erieflow, .flow {
		font-size: 11px;
	}

	.header2, .header3, .mapheader {
		font-size: 10px;
	}

	#mapDiv {
		height: 285px;
		left: 140px;
		width: auto;
	}

	.esriPopup .esriPopupWrapper {
		zoom: 60%;
	}

	.mapbox1 {
		left: 220px;
		top: 45px;
	}

	.mapbox {
		left: 375px;
		top: 45px;
	}

	#idNEEPT {
		left: 665px;
		top: 45px;
	}

	#idLINDEN {
		left: 665px;
		top: 135px;
	}

	#idHTP {
		left: 665px;
		top: 220px;
	}

	#idNYIS {
		left: 500px;
		top: 45px;
	}

	#idMISO, #idOVEC {
		-webkit-text-size-adjust: 58%;
	}

	#mapLegend {
		height: 159px;
		left: 678px;
		text-align: center;
		top: 381px;
		width: 145px;
	}

	#maplegendheader {
		text-align: center;
		width: 155px;
	}

	#maplegendheading {
		font-family: Trebuchet MS, Serif;
		font-size: 10px;
		text-align: center;
	}

	#mapLegendimg {
		background-image: url("/assets/images/mapImages/LMP-color-legend.gif") !important;
		background-repeat: no-repeat;
		background-size: 140px 120px;
		height: 120px;
		padding-bottom: 2px;
		padding-left: 2px;
		padding-top: 2px;
		width: 140px;
	}

	#idTVA {
		left: 220px;
		top: 550px;
	}

	#idCPLE {
		left: 670px;
		top: 550px;
	}

	#idDuke {
		left: 533px;
		top: 550px;
		width: 130px;
	}

	#idCPLW {
		left: 376px;
		top: 550px;
	}

	#idLGEE {
		left: 220px;
		top: 463px;
	}

	#idOVEC {
		left: 220px;
		top: 375px;
	}

	#idMISO {
		left: 220px;
		top: 294px;
	}

	.customBoxes2 {
		width: 150px;
	}

	.mapDesc {
		font-size: 12px;
		width: auto;
	}

	#Intfcontainer {
		min-width: 400px;
	}

	#btnMapReset {
		display: none;
	}

	#btnToggleCities {
		display: none;
	}

	.boxLayer {
		left: -190px;
		top: -640px;
	}

	.mapDesc {
		margin-bottom: 0px;
		margin-top: 0px;
	}
}

@media all and (min-width: 341px) and (max-width: 475px) /* Iphone landscape overrides*/
{
	.mapAndboxes1 {
		-webkit-text-size-adjust: 66%;
	}

	.boxLayer {
		left: -170px;
		top: -660px;
	}

	#idTVA, #idCPLW, #idDuke, #idCPLE {
		top: 605px;
	}

	#idNEEPT, #idLINDEN, #idHTP {
		left: 720px;
	}

	#mapLegend {
		left: 720px;
		top: 410px;
	}

	#idNYIS {
		left: 550px;
	}

	#idMISO {
		top: 340px;
	}

	#idOVEC {
		top: 425px;
	}

	#idLGEE {
		top: 515px;
	}

	#mapDiv .esriSimpleSliderTL {
		top: 420px;
		left: 635px;
		zoom: 80%;
	}

	#btnMapReset {
		left: 715px;
	}

	#btnToggleCities {
		left: 705px;
		top: -20px;
	}

	#btnMapReset, #btnToggleCities, #mapDiv .esriSimpleSliderTL {
		display: block;
	}
}
/*Price Ticker*/

@media all and (min-width: 476px) and (max-width: 568px) /* Iphone landscape overrides*/
{
	.mapAndboxes1 {
		-webkit-text-size-adjust: 66%;
	}

	.boxLayer {
		left: -170px;
		top: -660px;
	}

	#idTVA, #idCPLW, #idDuke, #idCPLE {
		top: 605px;
	}

	#idNEEPT, #idLINDEN, #idHTP {
		left: 840px;
	}

	#mapLegend {
		left: 840px;
		top: 410px;
	}

	#idNYIS {
		left: 550px;
	}

	#idMISO {
		top: 340px;
	}

	#idOVEC {
		top: 425px;
	}

	#idLGEE {
		top: 515px;
	}

	#mapDiv .esriSimpleSliderTL {
		top: 420px;
		left: 635px;
		zoom: 80%;
	}

	#btnMapReset {
		left: 715px;
	}

	#btnToggleCities {
		left: 705px;
		top: -20px;
	}

	#btnMapReset, #btnToggleCities, #mapDiv .esriSimpleSliderTL {
		display: block;
	}
}

body.threecolumnbroadside {
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS,Serif;
	font-size: 11px;
	background-color: #4D4D4F;
	background-repeat: repeat;
}

.threecolumnbroadside #content {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}

div#broadsidecontent_wrapper {
	background-color: White;
	height: 100%;
	min-height: 800px;
	line-height: initial;
}

.broadsidebodycopy {
	/*margin-top: 10px;*/
	font-size: 12px;
	/*height: 700px;*/
}

	.broadsidebodycopy p {
		font-size: 13px;
		margin: 0;
		padding: 0;
	}

#broadsidecontent_wrapper #footer {
	width: auto;
	color: rgb(204, 204, 204);
}

	#broadsidecontent_wrapper #footer a {
		color: rgb(204, 204, 204);
	}

#tblPriceTkerContent {
	width: auto;
}

#priceTkerImg {
	padding-left: 2px;
	padding-right: 2px;
}

#td_right_side_bar {
	width: 250px;
	padding-right: 10px;
}

#priceTkerMovie {
	width: 100px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#priceTkerYoutube {
	border: 0px solid;
}

#mw-graphic-small {
	padding-left: 5px;
	float: right;
	border: 0px solid;
}

#PriceTkerlmp-movie {
	width: 100px;
	/*margin-bottom: 10px;*/
	margin-left: 20px;
}

#broadsidecontent_wrapper #footer #top {
	position: inherit;
	font-size: 1.2em;
}

#td_tblPriceTkerContent {
	padding-left: 25px;
}

#broadsidecontent_wrapper #footer #top {
	position: inherit;
	font-size: 1.3em;
	margin-top: 0.6em;
}

#broadsidecontent_wrapper #footer #footernav {
	font-size: 1.56em;
}

#broadsidecontent_wrapper #footer #legal {
	font-size: 1.1em;
}

div#broadsidecontent_wrapper {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}

	div#broadsidecontent_wrapper #footer {
		width: inherit;
		position: relative;
	}

.broadsidebodycopy .right_sidebar_module {
	width: auto;
}

@media only screen and (min-width: 1029px) {
	.threecolumnbroadside #content {
		width: 95%;
	}

	div#broadsidecontent_wrapper {
		width: 870px;
		margin-left: auto;
		margin-right: auto;
	}

	#broadsidecontent_wrapper #footer {
		width: 100%;
		bottom: 0;
		position: inherit;
	}

		#broadsidecontent_wrapper #footer .wrapper {
			width: auto;
			margin: 0 auto;
			padding: 0 10px;
		}

		#broadsidecontent_wrapper #footer #footernav {
			font-size: 1.15em;
		}

		#broadsidecontent_wrapper #footer #legal {
			font-size: 1.15em;
		}

	.broadsidebodycopy {
		height: inherit;
	}

	#tblPriceTkerContent .right_sidebar_module {
		width: auto;
	}
}

@media only screen and (min-width: 895px)and (max-width: 1028px) {
	.threecolumnbroadside, div#broadsidecontent_wrapper {
		width: auto;
		position: inherit;
	}

	#broadsidecontent_wrapper #footer {
		width: 100%;
		bottom: 0;
		position: inherit;
	}

	#tblPriceTkerContent .right_sidebar_module {
		width: auto;
	}
}

@media only screen and (min-width: 767px)and (max-width: 894px) {
	.threecolumnbroadside, div#broadsidecontent_wrapper {
		width: auto;
		position: inherit;
	}

	#broadsidecontent_wrapper #footer {
		width: 100%;
		bottom: 0;
		position: inherit;
	}

	#tblPriceTkerContent .right_sidebar_module {
		width: auto;
	}
}

@media only screen and (min-width: 641px)and (max-width: 766px) {
	#broadsidecontent_wrapper #footer {
		position: inherit;
	}

	div#broadsidecontent_wrapper {
		width: auto;
		position: inherit;
	}

	body.threecolumnbroadside {
		width: auto;
	}

	#tblPriceTkerContent table td, #tblPriceTkerContent table td div, #tblPriceTkerContent .right_sidebar_module, #tblPriceTkerContent .right_sidebar {
		width: auto;
	}

	#PriceTkerFooter, #broadsidecontent_wrapper #footer {
		width: 100%;
		bottom: 0;
		position: inherit;
	}

	#td_tblPriceTkerContent {
		padding-left: 20px;
	}

	#tblPriceTkerContent .right_sidebar_module {
		width: auto;
	}
}

@media only screen and (min-width: 461px)and (max-width: 640px) {
	div#broadsidecontent_wrapper {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
		position: inherit;
	}

	body.threecolumnbroadside {
		width: auto;
	}

	#tblPriceTkerContent .right_sidebar {
		width: 80%;
	}

	#broadsidecontent_wrapper #footer {
		width: 100%;
	}

	div#broadsidecontent_wrapper .broadsidebodycopy #tblPriceTkerContent tr td div {
		display: block;
		padding-left: 10px;
	}

	.broadsidebodycopy {
		margin-top: 0;
		height: initial;
		margin-left: inherit;
	}

	#tblPriceTkerContent tr {
		width: auto;
	}

		#tblPriceTkerContent tr td {
			/*display: table;*/
			float: left;
		}

	#tblPriceTkerContent .right_sidebar_module {
		padding: 10px 20px 20px 0px;
		width: 400px;
	}

	#td_tblPriceTkerContent {
		padding-left: 20px;
	}

	#tblPriceTkerContent .right_sidebar_module {
		width: auto;
	}

	#broadsidecontent_wrapper #footer {
		position: inherit;
	}

	.broadsidebodycopy #contact_information_body {
		width: 380px;
	}
}

@media only screen and (max-width: 460px) {
	#broadsidecontent_wrapper #footer {
		width: 100%;
		position: relative;
	}

	div#broadsidecontent_wrapper {
		width: auto;
		margin-left: -7px;
		margin-right: -7px;
	}

	body.threecolumnbroadside {
		width: auto;
	}

	div#broadsidecontent_wrapper .broadsidebodycopy table td {
		display: block;
	}

		div#broadsidecontent_wrapper .broadsidebodycopy table td p {
			margin: 0;
			padding: 0;
		}

	div#broadsidecontent_wrapper .broadsidebodycopy table:first-child {
		/*height: 1620px;*/
	}

		div#broadsidecontent_wrapper .broadsidebodycopy table:first-child tr:first-child td:first-child {
			padding-left: 20px;
		}

	.broadsidebodycopy {
		height: auto;
	}

	div#broadsidecontent_wrapper div.right_sidebar_header {
		margin-left: 0px;
	}

	.broadsidebodycopy div#right_sidebar {
		width: auto;
	}

	td_tblPriceTkerContent {
		padding-left: 20px;
	}

	.broadsidebodycopy #contact_information_body {
		width: auto;
	}

	.broadsidebodycopy div.right_sidebar_module {
		width: auto;
	}

	#tblPriceTkerContent tr td {
		/*display: table;*/
		float: left;
	}
}
/* Price Ticker end*/

/*SectionTwoColumn - Start*/
/*  SECTIONS  */
.sectionTwoCol {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.colTwoCol {
	display: block;
	float: left;
	margin: 1% 0 1% 7%;
}

	.colTwoCol:first-child {
		margin-left: 0;
	}
/*  GROUPING  */
.groupTwoCol:before,
.groupTwoCol:after {
	content: "";
	display: table;
}

.groupTwoCol:after {
	clear: both;
}

.groupTwoCol {
	zoom: 1; /* Fix for IE 6/7 */
}
/*  GRID OF TWO  */
.span_2_of_2TwoCol {
	width: 100%;
}

.span_1_of_2TwoCol {
	width: 46%;
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	.colTwoCol {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 640px) {
	.span_2_of_2TwoCol {
		width: 100%;
	}

	.span_1_of_2TwoCol {
		width: 100%;
	}
}
/*SectionTwoColumn - End*/

/* Secure Content Start */
.secureContent /* for content */ {
	display: none;
}

#sidebar .secureContent /* for right rail */ {
	display: none;
}
/* Secure Content End */
.calltoaction {
	font-family: Trebuchet MS, Arial;
	font-size: 1.0em !important;
	border: 0px;
	border-radius: 5px;
	background: #98CC49;
	color: #ffffff !important;
	padding: 5px 15px;
	margin-right: 8px;
	font-weight: bold;
	width: auto !important;
	margin-left: 1.5%;
}


	.calltoaction:hover {
		background: #8bbb43;
		text-decoration: none !important;
	}

.ampersand {
	font-family: Arial, Verdana;
}

strong {
	font-weight: bold;
}

.insideLinesImg img {
	height: 60px !important;
	width: 60px !important;
}

.oneLineEllipsis {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-height: 1.5em; /* fallback */
	max-height: 1.5em; /* fallback */
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.twoLineEllipsis {
	overflow: hidden;
	position: relative;
	font-size: 11px;
	line-height: 1.2em;
	max-height: 3.6em;
	text-align: justify;
	margin-right: -1em;
	padding-right: 1em;
	display: block;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

	.twoLineEllipsis:before {
		content: '...';
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.twoLineEllipsis:after {
		content: '';
		position: absolute;
		right: 0;
		width: 1em;
		height: 1em;
		margin-top: 0.2em;
		background: white;
	}

.issueDetailDesc * {
	font-size: 12.8px !important;
	font-family: Trebuchet MS, Arial !important;
}

.evenFacility {
	background-color: #EAEAEA !important;
	border: .5px solid #c2c2c2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px !important;
	margin-bottom: 10px !important;
}

.oddFacility {
	background-color: white !important;
	border: .5px solid #c2c2c2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px !important;
	margin-bottom: 10px !important;
}

.data-row {
	width: 99% !important;
	display: block;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.data-2-column {
	float: left;
}

	.data-2-column .data-row label {
		top: -2px;
	}

@media only screen and (min-width:480px) {
	.data-2-column {
		width: 50%;
	}
}


.icon-plus {
	right: 5px;
	top: 0.8em;
	width: 12px !important;
	height: 12px !important;
	background: url(/assets/responsive/img/glyphs-mini-updated.png);
	background-size: 240px 24px !important;
	background-position: -120px 0 !important;
	position: static !important;
	font-size: 1em;
}

.caption {
	font-size: 0.97em;
	font-style: italic;
	color: #666666;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

.materials h4.ui-accordion-header {
	font-weight: normal;
	font-size: 1em;
}

.accordion-wide {
	background: none !important;
}

.well-wide header {
	border-bottom: none !important;
	border-top: none !important;
}

.well-wide td {
	padding-left: 4px;
	padding-bottom: 4px !important;
	padding-top: 4px !important;
	padding-right: 0 !important;
}

.well-wide div {
	border: none !important;
	min-width: 500px !important;
	margin: 0 !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
}


.well-wide h2 {
	text-align: left !important;
	padding: 10px 5px 10px 5px !important;
	margin-top: 10px !important;
	margin-bottom: -10px !important;
}

.accordion-wide table {
	margin-bottom: 0px !important;
}

.accordion-wide td {
	border-top: none !important;
	border: none !important;
	padding-bottom: 4px !important;
	padding-left: 30px !important;
}

.accordion-wide div {
	background-image: none !important;
}

.accordion-wide ul li a {
	border-top: none !important;
}

.well-wide-list div {
	margin: 0 !important;
}

.well-wide-list p {
	padding-left: 12px !important;
}

.well-wide-list i {
	margin-right: 4px !important;
	margin-left: 1px !important;
}

.table-wide {
	border-top: none !important;
}

	.table-wide table {
		margin: 5px !important;
		background-color: white !important;
		width: 90% !important;
		border-top: none !important;
	}

table-wide body a {
	margin-right: 5px;
}

.table-wide a i {
	padding-right: 5px !important;
	margin-left: 5px !important;
}

.table-wide td tr {
	border-top: none !important;
}

.table-wide > tbody > tr > td {
	border-top: none !important;
	min-width: 150px !important;
	width: 100px !important;
}

.well-wide-desc {
	background-color: white !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
	line-height: 1.8 !important;
	margin-top: 15px !important;
	border: none !important;
	padding: 0 !important;
	font: 1.1em/1.5em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	min-width: 1000px !important;
}

.proposed-timeline {
	width: 100%;
	color: white;
	font-weight: bold;
}

.issue-box-base {
	color: white;
	float: left;
	border: solid;
	width: 24%;
	min-width: 220px;
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
	font: 1.1em/1.5em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
}

.issue-initiated {
	background-color: rgba(51, 204, 255, 1);
	border-color: rgba(51, 204, 255, 1);
}

.work-begins {
	background-color: rgba(51, 153, 204, 1);
	border-color: rgba(51, 153, 204, 1);
	border-radius: 5px;
}

.target-completion {
	background-color: rgba(0, 51, 102, 1);
	border-color: rgba(0, 51, 102, 1);
}

.actual-completion {
	background-color: rgba(121, 121, 121, 1);
	border-color: rgba(121, 121, 121, 1);
	border-radius: 5px;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.issue-details-split-left {
	float: left !important;
	border: 2px;
	width: 70% !important;
	padding: 5px 10px;
	min-height: 500px !important;
	overflow: hidden !important;
}

.issue-details-split-right {
	float: left !important;
	border: 2px;
	width: 30% !important;
	padding: 5px 10px;
	margin-left: 5px !important;
	background-color: white !important;
	min-width: 100px !important;
	min-height: 500px !important;
}

	.issue-details-split-right img h4 {
		margin: 10px !important;
	}

.multi-options {
	display: block !important;
}

	.multi-options div {
		min-width: 300px !important;
		padding-left: 5px !important;
		overflow: visible !important;
	}

	.multi-options ul li {
		padding-left: 10px !important;
	}

	.multi-options ul {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

.multi-options-horizontal {
	min-width: 150px !important;
	padding-top: 0 !important;
	padding-left: 5px !important;
	display: block;
	float: left;
	margin-right: 5px;
}

	.multi-options-horizontal ul {
		padding-left: 15px !important;
	}

	.multi-options-horizontal div {
		float: left;
		min-width: 150px !important;
		padding-top: 0 !important;
		padding-bottom: 5px !important;
	}

	.multi-options-horizontal h5 {
		margin: 0 0 0 0 !important;
		margin-left: 7px !important;
		/*margin-bottom:0!important;*/
	}

.button-wide-filter {
	float: left !important;
	margin-left: 5px;
	margin-right: 5px;
	height: 32px;
	width: 50px;
}

.imgsizeclass {
	width: 30px;
	margin: 10px !important;
}

.tabs-wide {
	margin: 0 !important;
	border: none !important;
	border-top: none !important;
	width: 100% !important;
}

.selector-wide li:active {
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
}

.selector-wide {
	border: none !important;
	border-image: none !important;
	width: 100% !important;
}

	.selector-wide a {
		font: 1.3em/1.5em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		border: none !important;
		border-bottom: none !important;
		border-top: none !important;
		background-color: white !important;
		border-left: none !important;
		border-right: none !important;
	}

	.selector-wide li {
		font: 1.3em/1.5em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		border: none !important;
		border-bottom: none !important;
		border-top: none !important;
		background-color: white !important;
		border-left: none !important;
		border-right: none !important;
		width: unset !important;
	}

	.selector-wide ul {
		font: 1.2em/1.5em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
		font-weight: 300;
		-webkit-font-smoothing: antialiased;
		border: none !important;
		border-bottom: none !important;
		border-top: none !important;
		background-color: white !important;
		border-left: none !important;
		border-right: none !important;
	}

	.selector-wide a:link {
		color: #3D8EC7 !important;
		border-bottom: none !important;
		border-top: 0px !important;
		border: none !important;
		border-bottom: none !important;
		border-top: none !important;
		background-color: white !important;
		border-left: none !important;
		border-right: none !important;
	}

/*.selector-wide a:visited {
	color: black!important;
	border-bottom: none !important;
	border-top: 0px !important;
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
	background-color: white !important;
	border-left: none !important;
	border-right: none !important;
}


.selector-wide a:hover {
	color: #3D8EC7!important;
	border-bottom: none !important;
	border-top: 0px !important;
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
	background-color: white !important;
	border-left: none !important;
	border-right: none !important;
}


.selector-wide a:active {
	color: #3D8EC7!important;
	border-bottom: none !important;
	border-top: 0px !important;
	border: none !important;
	border-bottom: none !important;
	border-top: none !important;
	background-color: white !important;
	border-left: none !important;
	border-right: none !important;
}*/

.content-wide {
	min-width: 1000px !important;
}

.tabs-panet_wide {
	min-height: 200px !important;
}

.issues-table-wide div {
	min-width: unset !important;
	margin: auto;
}

.issues-table-wide td {
	border: #dddddd 1px solid;
	padding: 5px !important;
	vertical-align: middle !important;
}

.issues-table-wide thead th {
	padding: 5px !important;
}

.issue-owner {
	border-radius: 50% !important;
	border: solid 1px !important;
	width: 56px;
	height: 56px;
	min-width: 56px !important;
	min-height: 56px !important;
	padding-top: 20px !important;
	text-align: center !important;
	margin-top: auto !important;
	font: 13px Trebuchet !important;
	font-weight: bold !important;
	overflow-x: hidden;
}

	.issue-owner div {
		margin: auto !important;
	}

	.issue-owner a {
		vertical-align: central !important;
		/*	margin:auto!important;
	margin-top:50%!important;*/
	}

.issue-wide-header {
	border-bottom: none;
	/*min-width:unset!important;*/
	min-width: 100px !important;
	border-right: #dddddd 1px solid;
	vertical-align: text-top;
}

.issue-wide-header-2 {
	border-right: #dddddd 1px solid;
	border-bottom: none;
	/*min-width: unset !important;
	width: 150px;*/
}

.iss-own-t-committees {
	border-color: #209FDA;
	color: #209FDA;
}

	.iss-own-t-committees a {
		color: #209FDA;
	}

	.iss-own-t-committees:hover {
		color: #FFFFFF;
		background-color: #209FDA;
	}

		.iss-own-t-committees:hover a {
			color: #FFFFFF;
			background-color: #209FDA;
		}

.iss-own-t-subcommittees {
	color: #8DBC41;
	border-color: #8DBC41;
}

	.iss-own-t-subcommittees a {
		color: #8DBC41;
	}

	.iss-own-t-subcommittees:hover {
		color: #FFFFFF;
		background-color: #8DBC41;
	}

		.iss-own-t-subcommittees:hover a {
			color: #FFFFFF;
			background-color: #8DBC41;
		}

.iss-own-t-task-forces {
	color: #6E6F72 !important;
	border-color: #6E6F72 !important;
}

	.iss-own-t-task-forces a {
		color: #6E6F72;
	}

	.iss-own-t-task-forces:hover {
		color: #FFFFFF;
		background-color: #6E6F72;
	}

		.iss-own-t-task-forces:hover a {
			color: #FFFFFF;
			background-color: #6E6F72;
		}

.iss-own-t-user-groups {
	color: #EA0E8B;
	border-color: #EA0E8B;
}

	.iss-own-t-user-groups a {
		color: #EA0E8B;
	}

	.iss-own-t-user-groups:hover {
		color: #FFFFFF;
		background-color: #EA0E8B;
	}

		.iss-own-t-user-groups:hover a {
			color: #FFFFFF;
			background-color: #EA0E8B;
		}

.iss-own-t-pjm {
	color: #7553A2;
	border-color: #7553A2;
}

	.iss-own-t-pjm a {
		color: #7553A2;
	}
/*.iss-own-t-pjm:hover {
	color: #FFFFFF;
	background-color: #7553A2;
}
.iss-own-t-pjm:hover a {
	color: #FFFFFF !important;
	background-color: #7553A2;
}*/


.iss-own-t-closed-groups {
	color: #EA0E8B !important;
	border-color: #EA0E8B !important;
}

	.iss-own-t-closed-groups a {
		color: #EA0E8B;
	}

	.iss-own-t-closed-groups:hover {
		color: #FFFFFF !important;
		background-color: #EA0E8B;
	}

		.iss-own-t-closed-groups:hover a {
			color: #FFFFFF !important;
			background-color: #EA0E8B;
		}

.iss-own-t-non-stakeholders {
	border: none !important;
}

.current-date {
	border-left: 3px solid red !important;
	height: 100%;
	position: relative;
	left: 60%;
	margin-left: -3px;
	margin-top: -3px;
	margin-bottom: -5px;
	top: 0;
}


/*NotSet = "iss-m-not-set"; NoStyle = "iss-m-no-style"; YearBefore = "iss-m-l-yr"; ThisYear = "iss-m-t-yr";
  ThisYearLastMonth = "iss-l-m-t-yr"; ThisYearFirstMonth = "iss-f-m-t-yr"; NextYear = "iss-m-n-yr";
	NextYearLastMonth = "iss-l-m-n-yr"; YearBeforeFirstMonth = "iss-f-m-l-yr"; ThisYearFirstMonth = "iss-f-t-yr"; 

*/
.calendar-cell td {
	border: 1px groove grey;
	min-width: 75px;
	min-height: 75px;
	margin: -1px;
}

.iss-m-non-stk {
	background: #F2F2F2 !important;
}


	.iss-m-not-set div, .iss-m-no-style div, .iss-m-non-stk div {
		visibility: hidden !important;
	}

.iss-m-not-set {
	background-color: #eeeeee;
}

.iss-m-no-style {
}

.iss-m-l-yr hr {
	border-top: 23px solid transparent;
	border-right: 15px solid #33CCFF;
	border-bottom: 23px solid transparent;
	margin-right: 40px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-left: -20px;
}

.iss-m-l-yr div {
	margin-right: -5px;
	background: #33CCFF;
	/*	height: 60px;*/
	margin-left: 14px;
	/*border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}


.iss-f-m-l-yr {
	border-top: 60px solid #33CCFF;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	margin-right: 3px;
}

	.iss-f-m-l-yr hr {
		border-top: 23px solid transparent;
		border-right: 15px solid #33CCFF;
		border-bottom: 23px solid transparent;
		margin-right: 40px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-left: -20px;
		/*border-top: 60px solid #33CCFF;
	margin-right: -5px !important;
	margin-left: -5px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
	}

	.iss-f-m-l-yr div {
		margin-right: -5px;
		background: #33CCFF;
		/*	height: 60px;*/
		margin-left: 14px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

.iss-l-m-n-yr {
	border-top: 60px solid #33CCFF;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	margin-left: 3px;
}

	.iss-l-m-n-yr hr {
		border-top: 23px solid transparent;
		border-left: 15px solid #33CCFF;
		border-bottom: 23px solid transparent;
		margin-left: 40px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: -20px;
	}

	.iss-l-m-n-yr div {
		margin-left: -5px;
		background: #33CCFF;
		/*	height: 60px;*/
		margin-right: 13px;
	}

.iss-f-t-yr hr {
	border-top: 46px solid #33CCFF;
	margin-right: -5px !important;
	margin-left: -5px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.iss-m-t-yr hr {
	border-top: 46px solid #33CCFF;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.iss-l-m-t-yr hr {
	border-top: 46px solid #33CCFF;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.iss-f-m-t-yr hr {
	border-top: 46px solid #33CCFF;
	margin-right: 3px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.iss-m-single {
	border-top: 46px solid #33CCFF;
	margin-right: 3px;
	margin-left: 3px;
}

	.iss-m-single hr {
		border-top: 46px solid #33CCFF;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

.iss-m-n-yr hr {
	border-top: 23px solid transparent;
	border-left: 15px solid #33CCFF;
	border-bottom: 23px solid transparent;
	margin-left: 40px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-right: -20px;
	/*margin-left: 33px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.iss-m-n-yr div {
	margin-left: -5px;
	background: #33CCFF;
	/*	height: 60px;*/
	margin-right: 13px;
}


/* For Hold*/
.iss-m-l-yr-h hr {
	border-top: 23px solid transparent;
	border-right: 15px solid #aeaeae;
	border-bottom: 23px solid transparent;
	margin-right: 40px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-left: -20px;
}

.iss-m-l-yr-h div {
	margin-right: -5px;
	background: repeating-linear-gradient( -65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px);
	/*	height: 60px;*/
	margin-left: 14px;
	/*border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}


.iss-f-m-l-yr-h {
	border-top: 60px solid #aeaeae;
	border-bottom-left-radius: 25px;
	border-top-left-radius: 25px;
	margin-right: 3px;
}

	.iss-f-m-l-yr-h hr {
		border-top: 23px solid transparent;
		border-right: 15px solid #aeaeae;
		border-bottom: 23px solid transparent;
		margin-right: 40px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-left: -20px;
		/*border-top: 60px solid #33CCFF;
	margin-right: -5px !important;
	margin-left: -5px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
	}

	.iss-f-m-l-yr-h div {
		margin-right: -5px;
		background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px)
		/*	height: 60px;*/
		margin-left: 14px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

.iss-l-m-n-yr-h {
	border-top: 60px solid #aeaeae;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
	margin-left: 3px;
}

	.iss-l-m-n-yr-h hr {
		border-top: 23px solid transparent;
		border-left: 15px solid #aeaeae;
		border-bottom: 23px solid transparent;
		margin-left: 40px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		margin-right: -20px;
	}

	.iss-l-m-n-yr-h div {
		margin-left: -5px;
		margin-right: 13px;
		background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px)
	}

.iss-f-t-yr-h hr {
	visibility: hidden;
	border-top: 46px solid #aeaeae;
	margin-right: -5px !important;
	margin-left: -5px !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.iss-f-t-yr-h div {
	margin: -5px;
	background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.iss-m-t-yr-h hr {
	visibility: hidden;
	border-top: 46px solid #aeaeae;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.iss-m-t-yr-h div {
	margin: -5px;
	background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px)
}

.iss-l-m-t-yr-h hr {
	visibility: hidden;
	border-top: 46px solid #aeaeae;
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.iss-l-m-t-yr-h div {
	margin: -5px;
	background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.iss-f-m-t-yr-h hr {
	border-top: 46px solid #aeaeae;
	margin-right: 3px;
	margin-left: -5px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.iss-m-single-h {
	border-top: 46px solid #33CCFF;
	margin-right: 3px;
	margin-left: 3px;
}

	.iss-m-single-h hr {
		border-top: 46px solid #aeaeae;
		margin-right: -5px;
		margin-left: -5px;
		margin-bottom: 5px !important;
		margin-top: 5px !important;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

.iss-m-n-yr-h hr {
	border-top: 23px solid transparent;
	border-left: 15px solid #aeaeae;
	border-bottom: 23px solid transparent;
	margin-left: 40px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	margin-right: -20px;
	/*margin-left: 33px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.iss-m-n-yr-h div {
	margin-left: -5px;
	margin-right: 13px;
	background: repeating-linear-gradient(-65deg, #aeaeae, #aeaeae 20px, #cccccc 20px, #cccccc 25px);
	
}


.issue-month {
	border-top: none !important;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	width: 60px !important;
	max-width: 60px;
}
/*
	.issue-month-today-line {
		1 pixel vertical bar that depicts roughly the current day of the month
		#E42083
	}
*/
/*.iss-m-triangle-left {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-right: 20px solid #33CCFF;
	border-bottom: 30px solid transparent;
}
.iss-m-triangle-left {
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 20px solid #33CCFF;
	border-bottom: 30px solid transparent;
}*/
.filters-wide {
	background-color: #eeeeee;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	padding-bottom: 10px;
}

	.filters-wide h2 {
		padding: 5px;
		margin-top: 0;
		margin-bottom: 10px;
	}

.sticky-header-wide {
	border: #dddddd 1px solid;
	background: white;
}
/*.tablesorter thead .disabled {
	display: none
}*/
.table-sorter-hidden-filters {
	visibility: hidden;
}
/*** EMpty results message & LOader icon ***/
.txtaligncenter {
	text-align: center !important;
	font-weight: bold !important;
}

.maxwidth100 {
	width: 100%;
}

#loader {
	position: absolute;
	z-index: 8888;
}

#loader-anim {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(/assets/images/issuetracking/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/********** Mobile Vertical *************/
@media only screen and (max-width:414px) {
	.Jan div, .Feb div, .Mar div, .Apr div, .May div, .Jun div, .Jul div, .Aug div, .Sep div, .Oct div, .Nov div, .Dec div {
		visibility: hidden;
	}
	.iss-f-m-l-yr, .iss-l-m-n-yr, .iss-m-single, .iss-m-triangle-left, .iss-m-triangle-left, .iss-m-l-yr {
		height: 35px;
		border-left: none !important;
		border-right: none !important;
		border-bottom: #dddddd 1px solid !important;
		border-radius: 25% !important;
		color: #FFFFFF;
		background-color: #209FDA;
		padding: 0;
	}
	.iss-f-t-yr hr, .iss-m-t-yr hr, .iss-l-m-t-yr hr, .iss-f-m-t-yr hr, .iss-m-n-yr hr, .iss-m-single hr, .iss-m-l-yr hr, .iss-l-m-n-yr hr, .iss-f-m-l-yr hr {
		visibility: hidden;
		border-left: 0;
	}
	.iss-f-t-yr td, .iss-m-t-yr td, .iss-l-m-t-yr td, .iss-f-m-t-yr td, .iss-m-n-yr td, .iss-m-single td, .iss-m-l-yr td, .iss-l-m-n-yr td, .iss-f-m-l-yr td {
		border-left: none !important;
		border-right: none !important;
		border-bottom: #dddddd 1px solid !important;
	}
	.iss-f-t-yr-h hr, .iss-m-t-yr-h hr, .iss-l-m-t-yr-h hr, .iss-f-m-t-yr-h hr, .iss-m-n-yr-h hr, .iss-m-single-h hr, .iss-m-l-yr-h hr, .iss-l-m-n-yr-h hr, .iss-f-m-l-yr-h hr {
		visibility: hidden;
		border-left: 0;
	}

	.iss-f-t-yr-h td, .iss-m-t-yr-h td, .iss-l-m-t-yr-h td, .iss-f-m-t-yr-h td, .iss-m-n-yr-h td, .iss-m-single-h td, .iss-m-l-yr-h td, .iss-l-m-n-yr-h td, .iss-f-m-l-yr-h td {
		border-left: none !important;
		border-right: none !important;
		border-bottom: #dddddd 1px solid !important;
	}
	.iss-f-t-yr div, .iss-m-t-yr div, .iss-l-m-t-yr div, .iss-f-m-t-yr div, .iss-m-n-yr div, .iss-m-single div, .iss-m-l-yr div, .iss-l-m-n-yr div, .iss-f-m-l-yr div {
		border: none;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: #209FDA;
		width: 8px;
		height: 30px;
		margin: auto;
	}
	.iss-f-t-yr-h div, .iss-m-t-yr-h div, .iss-l-m-t-yr-h div, .iss-f-m-t-yr-h div, .iss-m-n-yr-h div, .iss-m-single-h div, .iss-m-l-yr-h div, .iss-l-m-n-yr-h div, .iss-f-m-l-yr-h div {
		border: none;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: #aeaeae;
		width: 8px;
		height: 30px;
		margin: auto;
	}
	.filters-wide {
		background-color: #eeeeee;
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 5px;
		padding-bottom: 10px;
		width: 100vw !important;
		max-width: 100vw;
	}
	.filters-wide h2 {
		padding: 5px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.sticky-header-wide {
		border: #dddddd 1px solid;
		background: white;
	}	
	.table-sorter-hidden-filters {
		visibility: hidden;
	}
	.issue-month {
		border: none !important;
		border-left: none;
		max-width: 12px;
	}
	.issue-month td {
		border: none !important;
	}
	.multi-options-horizontal {
		min-width: 150px !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		display: block;
		float: unset;
		margin-right: 5px;
	}
	.multi-options-horizontal ul {
		padding-left: 15px !important;
	}

	.multi-options-horizontal div {
		float: unset;
		min-width: 150px !important;
		padding-top: 0 !important;
		padding-bottom: 5px !important;
		width: 94vw!important;
	}
	.multi-options-horizontal h5 {
		margin: 0 0 0 0 !important;
		margin-left: 7px !important;
	}
	.button-wide-filter {
		float: right !important;
	}
	.content-wide {
		width: 100vw !important;
		min-width: 100vw !important;
		max-width: 100vw !important;
	}
	.vsb-main {
		width: 94vw;
		max-width: 94vw !important;
		min-width: 94vw !important;
	}
	.vsb-main button {
		min-width: 94vw !important;
		max-width: 94vw !important;
	}
	.issues-table-wide {
		width: 100vw !important;
	}
	.issues-table-wide table {
		border: #dddddd 1px solid !important;
	}
	.issues-table-wide td {
		border-left: none;
		border-right: none;
		border-bottom: #dddddd 1px solid!important;
	}
	.issue-name-col {
		border-left: #dddddd 1px solid !important;
		border-right: #dddddd 1px solid !important;
	}
	.issue-wide-header-2 {
		min-width: 100px;
	}
	.pjmContainer, .main-content {
		width: 100vw !important;
		max-width: 100vw !important;
	}
	.issue-box-base {
		float: none;
		width: 98%;
	}
	.issue-initiated, .work-begins, .target-completion, .actual-completion {
		border-radius: 5px;
		max-width: 100vw;
	}
	.well-wide div {
		min-width: 98% !important;
		min-height: 100px !important;
		margin-left: 0;
	}
	.well-wide table {
		background: white;
		min-height: 150px;
		padding-left: 0;
	}
	.well-wide header {
		background: white;
		color: #000000;
		padding: 0;
	}
	.well-wide-desc {
		min-width: 100vw !important;
		max-width: 100vw;
	}
	.well-wide-list {
		padding: unset !important;
		max-width: 100vw;
	}
	.main-right-expand-to-right {
		width: 100vw !important;
	}
	.issue-details-split-left {
		float: none !important;
		width: 98% !important;
		max-width: 100vw;
	}
	.issue-details-split-right {
		float: none !important;
		width: 98% !important;
		min-height: 200px !important;
		max-width: 100vw;
	}
	.main-content > .left-rail {
		max-width: 100vw !important;
	}
	.tabs-wide {
		max-width: 100vw;
	}
	.selector-wide, .selector-wide ul {
		font: 0.9em/1.0em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
	}

}

/********** Mobile Horizontal *************/
@media only screen and (min-width:415px) and (max-width:736px) {
	.Jan div, .Feb div, .Mar div, .Apr div, .May div, .Jun div, .Jul div, .Aug div, .Sep div, .Oct div, .Nov div, .Dec div {
		visibility: hidden;
	}
	.iss-f-m-l-yr, .iss-l-m-n-yr, .iss-m-single, .iss-m-triangle-left, .iss-m-triangle-left, .iss-m-l-yr {
		height: 35px;
		border-bottom: #dddddd 1px solid !important;
		border-radius: 25% !important;
		color: #FFFFFF;
		background-color: #209FDA;
		padding: 0;
	}
	.iss-f-t-yr hr, .iss-m-t-yr hr, .iss-l-m-t-yr hr, .iss-f-m-t-yr hr, .iss-m-n-yr hr, .iss-m-single hr, .iss-m-l-yr hr, .iss-l-m-n-yr hr, .iss-f-m-l-yr hr {
		visibility: hidden;
		border-left: 0;
	}
	.iss-f-t-yr td, .iss-m-t-yr td, .iss-l-m-t-yr td, .iss-f-m-t-yr td, .iss-m-n-yr td, .iss-m-single td, .iss-m-l-yr td, .iss-l-m-n-yr td, .iss-f-m-l-yr td {
		border-left: none !important;
		border-right: none !important;
		border-bottom: #dddddd 1px solid !important;
	}
	.iss-f-t-yr div, .iss-m-t-yr div, .iss-l-m-t-yr div, .iss-f-m-t-yr div, .iss-m-n-yr div, .iss-m-single div, .iss-m-l-yr div, .iss-l-m-n-yr div, .iss-f-m-l-yr div {
		border: none;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: #209FDA;
		width: 16px;
		height: 36px;
		margin: auto;
	}

	.iss-f-m-l-yr-h, .iss-l-m-n-yr-h, .iss-m-single-h, .iss-m-triangle-left-h, .iss-m-l-yr-h {
		height: 35px;
		border-bottom: #dddddd 1px solid !important;
		border-radius: 25% !important;
		color: #FFFFFF;
		background-color: #aeaeae;
		padding: 0;
	}

	.iss-f-t-yr-h hr, .iss-m-t-yr-h hr, .iss-l-m-t-yr-h hr, .iss-f-m-t-yr-h hr, .iss-m-n-yr-h hr, .iss-m-single-h hr, .iss-m-l-yr-h hr, .iss-l-m-n-yr-h hr, .iss-f-m-l-yr-h hr {
		visibility: hidden;
		border-left: 0;
	}

	.iss-f-t-yr-h td, .iss-m-t-yr-h td, .iss-l-m-t-yr-h td, .iss-f-m-t-yr-h td, .iss-m-n-yr-h td, .iss-m-single-h td, .iss-m-l-yr-h td, .iss-l-m-n-yr-h td, .iss-f-m-l-yr-h td {
		border-left: none !important;
		border-right: none !important;
		border-bottom: #dddddd 1px solid !important;
	}

		.iss-f-t-yr-h div, .iss-m-t-yr-h div, .iss-l-m-t-yr-h div, .iss-f-m-t-yr-h div, .iss-m-n-yr-h div, .iss-m-single-h div, .iss-m-l-yr-h div, .iss-l-m-n-yr-h div, .iss-f-m-l-yr-h div {
			border: none;
			border-bottom-left-radius: 6px;
			border-bottom-right-radius: 6px;
			border-top-left-radius: 6px;
			border-top-right-radius: 6px;
			background-color: #aeaeae;
			width: 16px;
			height: 36px;
			margin: auto;
		}
	.filters-wide {
		background-color: #eeeeee;
		border-radius: 5px;
		margin-bottom: 10px;
		padding: 5px;
		padding-bottom: 10px;
		width: 100vw;
	}
	.filters-wide h2 {
		padding: 5px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.sticky-header-wide {
		border: #dddddd 1px solid;
		background: white;
	}	
	.table-sorter-hidden-filters {
		visibility: hidden;
	}
	.issue-name-col {
		width: 200px;
	}
	.issue-month {
		border: none !important;
		border-left: none;
		max-width: 12px;
	}
	.issue-month td {
		border: none !important;
	}
	.multi-options-horizontal {
		min-width: 150px !important;
		padding-top: 0 !important;
		padding-left: 0 !important;
		display: block;
		float: unset;
		margin-right: 5px;
	}
	.multi-options-horizontal ul {
		padding-left: 15px !important;
	}
	.multi-options-horizontal div {
		float: unset;
		min-width: 150px !important;
		padding-top: 0 !important;
		padding-bottom: 5px !important;
		width: 94vw;
	}
	.multi-options-horizontal h5 {
		margin: 0 0 0 0 !important;
		margin-left: 7px !important;
	}
	.button-wide-filter {
		float: right !important;
		margin-right:4vw!important;
	}
	.content-wide {
		width: 100vw !important;
		min-width: 100vw !important;
	}
	.vsb-main {
		width: 94vw;
	}
	.vsb-main button {
		min-width: 94vw !important;
	}
	.issues-table-wide {
		width: 100vw !important;
	}
	.issues-table-wide table {
		border: #dddddd 1px solid !important;
	}
	.issues-table-wide td {
		border-left: none;
		border-right: none;
		border-bottom: #dddddd 1px solid!important;
	}
	.issue-wide-header-2 {
		min-width: 38vw;
	}
	.pjmContainer, .main-content {
		width: 100vw !important;
	}
	#TopMessage {
		width: 100vw !important;
		max-width: 100vw !important;
	}
	.issue-box-base {
		float: none;
		width: 98vw;
	}
	.issue-initiated, .work-begins, .target-completion, .actual-completion {
		border-radius: 5px;
		/*max-width: 667px;*/
		max-width: 100vw;
	}
	.well-wide div {
		min-width: 98vw !important;
		min-height: 100px !important;
		margin-left: 0;
	}
	.well-wide table {
		background: white;
		min-height: 150px;
		padding-left: 0;
	}
	.well-wide header {
		background: white;
		color: #000000;
		padding: 0;
	}
	.well-wide-desc {
		min-width: 100vw !important;
	}
	.well-wide-list {
		padding: unset !important;
		max-width: 100vw;		
		min-width: 95vw !important;
	}
	.main-right-expand-to-right {
		width: 100vw !important;
	}
	.issue-details-split-left {
		float: none !important;
		border: 2px;
		width: 98vw !important;
		padding: 5px 10px;
		min-height: 200px !important;
		overflow: hidden !important;
		max-width: 100vw;
	}
	.issue-details-split-right {
		float: none !important;
		border: 2px;
		width: 98vw !important;
		padding: 5px 10px;
		margin-left: 5px !important;
		background-color: white !important;
		min-width: 100px !important;
		min-height: 200px !important;
		max-width: 100vw;
	}
	.main-content > .left-rail {
		max-width: 100vw !important;
	}
	.tabs-wide {
		max-width: 100vw;
	}
	.selector-wide, .selector-wide ul {
		font: 0.9em/1.0em Arial, "Trebuchet MS", Helvetica, sans-serif !important;
	}
	#section-nav {
		width: 98vw;
	}
}

/********** IPAD Both orientations *************/
@media only screen and (min-width:768px) and (max-width: 1024px) {
	.issues-table-wide {
		width: 98vw !important;
	}
	.pjmContainer, .main-content {
		width: 100vw !important;
	}
	.button-wide-filter {
		margin-top: 15px;
	}
	.content-wide {
		width: 100vw !important;
		min-width: 100vw !important;
	}
	.well-wide-desc {
		max-width: 100vw;
		min-width:95vw!important;
	}
	.multi-options ul, .multi-options li {
		max-width:20vw;
	}
	#section-nav {
		width: 98vw;
	}
	.main-content {
		max-width:100vw;
	}
	.main-right-expand-to-right {
		max-width: 100vw!important;
	}
	.issue-box-base {
		width: 23vw;
		min-width: 150px;
		/*min-height:62px; */
	}

	#section-nav ul {
		max-height: 0;
		overflow: hidden;
		margin: 0;
		padding: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}
}
@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation: portrait) {
	.issue-box-base {	
		
		min-height: 62px;
	}
}
