
.hide, .skip {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.nowrap,
.donotwrap {
	white-space: nowrap;
}

.clear,
.clearboth {
	clear: both;
}

.align-wrap {
	margin-bottom: 1em;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

/* structure */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 14px;
	color: #414042; /* text color */
	min-width: 100%;
}

body.font-normal { 
	font-size: 16px; 
}

body.font-small { 
	font-size: 14px; 
}

body.font-large { 
	font-size: 18px; 
}

#main {
	min-height: 500px;
	min-width: 100%;
}

.wrap-ctr {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.home #main .wrap-ctr {
	max-width: 1180px;
	padding: 0 20px;
	min-height: 620px;
}

.home #main .wrap-ctr img {
	height: 320px;
	width: 150px;
	width: 100%;
	display: block;
}

#home img {
	height: auto;
	max-width: 100%;
}

#main .content {
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: 5px solid #e6e7e8; /* gray border */
	background-color: #fff;
}

#main .content-left {
	float: left;
	max-width: 640px; /* 5 + 20 + 740 + 20 + 5 = 790 */
}

#main .content-right {
	float: right;
	width: 200px; /* 5 + 20 + 300 + 20 + 5 */
}

.home #main .content-left {
	max-width: initial;
	margin-right: 40%;
}

#main .content.noborder {
	border: 0;
	padding: 0;
}

#main .content-left.noborder {
	/*width: 690px;*/
	max-width: 690px;
}

#main .content-right.noborder {
	width: 350px;
}

#main .content .img-full {
	margin: 0 -20px;
}

#main .content .img-top {
	margin-top: -20px;
	margin-bottom: 20px;
}

#main .blue-box {
	background-color: #b1e3f0;
	border: 1px solid #2e2e2e;
	padding: 20px 0px 0px 20px;
}

#main .blue-box-caa {
	background-color: #C2DECD;
	border: 1px solid #2e2e2e;
	padding: 20px 0px 0px 20px;
}

#main .pink-box-csa {
	background-color: #DCC3E1;
	border: 1px solid #2e2e2e;
	padding: 20px 0px 0px 20px;
}

#main .yellow-box {
	border: none;
	background-color: #FFEFBA;
	border: 1px solid #2e2e2e;
	width: 99%;
	padding: 5px;
}

/* content */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body.home {

}

.home #top-nav .current > .triangle {
	background-color: #f1f2f2; /* body gray */
}
	 
.home #top-navNew .current > .triangle {
	background-color: #f1f2f2; /* body gray */
}

.home #hero-contents {
	background-color: #1E86A9;
	position: relative;
}

.home .content {
	position: relative;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	border: none !important;
}
 
.rail-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.33333333333333%;
	padding-top: 30px;
}

.rail-promo {
	padding: 25px;
	width: auto;
	max-width: 350px; /* 350 + 25 + 25 + 10 = 410 */
	background-color: #f0f1f1;
	border-left: 10px solid #294660;
	margin-bottom: 15px;
}

.rail-promo.sb {
	border-color: #2c6d9e;
}

.rail-promo.ca {
	border-color: #84c29e;
}

.rail-promo.st {
	border-color: #f89168;
}

.rail-promo p:last-child,
.rail-promo ul:last-child,
.rail-promo ol:last-child,
.rail-promo li:last-child {
	margin-bottom: 0;
}

#hero-contents .rail-right {
	top: 25px;
	padding-top: 0;
}

#hero-contents .rail-promo {
	border-left: 10px solid #D0D2D3;
	line-height: 1.2;
}

#hero-contents .rail-lead {
	font-size: 150%;
	padding-bottom: 5px;
	border-bottom: 2px solid #294660;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

header {
	/**/
	/*background-color: #58a4c7;
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	height: 130px;*/
	margin-top: 0px; /*added by vk */
	background-image: url(../images/WaterPaint.png); /**/
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover; /*2000px 95px;*/
}

#logo-caaspp {
	display: inline-block;
	padding: 10px;
}

#logo-caaspp .rwd {
	display: none;
}

#logo-caaspp img + img {
	margin-left: 20px;
}

#logo-cde {
	display: inline-block;
	float: right;
	padding: 10px 20px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/*#region top-nav, main-nav*/

#top-nav {
	background-color: #155d96; /* blue */
	color: #fff;
	height: 50px;
	position: relative;
	font-size: 14px !important;
}

#top-nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-top: 0;
}

#top-nav a {
	position: relative;
	height: 60px; /* ten more than the height of #top-nav */
	line-height: 50px; /* height of #top-nav */
	padding: 2px 10px 0;
	vertical-align: top;
	margin-top: -1px;
	font-weight: bold;
}

#top-nav ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#top-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

	#top-nav a.current {
		background-color: #ffb602 !important; /* yellow */
		color: #155d96; /* blue */
	}

	#top-nav a:focus,
	#top-nav a:hover,
	#top-nav a:focus .icon-home,
	#top-nav a:hover .icon-home {
		fill: #ffb602 !important; /* yellow */
		background-color: #2D6D9D;
		/*color: #fff !important;*/ /* vk added */
		/*color: #ffb602;*/ /* yellow */
	}

/*.testclassvk:hover {
	background-color: #ffb602 !important;
}*/

.DrpDwnBg a:hover {
	background-color: #f6efef !important;
}

.DrpDwnBg a:focus {
	background-color: #f6efef !important;
}

#top-nav a.current:focus,
#top-nav a.current:hover {
	color: #fff;
}

#top-nav a.current:focus .icon-home,
#top-nav a.current:hover .icon-home {
	fill: #155d96; /* blue */
}

#top-nav .icon-home,
#top-nav a svg  {
	fill: #fff;
	font-size: 24px;
	/*margin-top: -5px;*/ /**/
	transform: rotate(90deg);  /**/
}

#top-nav .current .icon-home {
	fill: #fff; /* blue */
}

#top-nav .current > .triangle {
	display: block;
	height: 10px;
	background-color: #fff;
	margin: 0 -10px;
	line-height: 10px;
}

#top-nav {
	position: relative;
}

#top-nav-bg,
#sub-nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	/*background-color: #294660;*/ /* dark blue */
	background-color: #032356;
}

#sub-nav-bg {
	top: auto;
	bottom: 0;
	background-color: black;
	display: none; /* For navigation */
}

#top-nav.has-sub {
	/*height: 100px;*/  /* For navigation */
}

.rotate svg {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

#main-nav > li {
	margin-left: -4px;
}

#main-nav > li > a {
	/*border: 1px solid #47667e;*/ /**/
	border-width: 0 1px 0 0;
}

#main-nav > li:first-of-type > a {
	/*border-left: 1px solid #47667e;*/ /**/
}

#top-nav a {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #fff;
	margin-top: 0;
}

#top-nav li ul a {
	font-weight: normal;
}	
		
#top-nav a.current {
	height: auto;
	color: #294660; /* dark blue */
	font-weight: bold;
}

#top-nav .current > .triangle {
	display: none;
}

#top-nav a:focus,
#top-nav a:hover,
#top-nav a:focus .icon-home,
#top-nav a:hover .icon-home {
	fill: #d0d2d3; /* gray */
	text-decoration: underline;
	/*color: #d0d2d3;*/ /* gray */
	/*background-color: #164176;*/ /**/
	/*font-weight: bold;*/
}

#top-nav a.current:focus,
#top-nav a.current:hover {
	color: #294660; /* dark blue */
}

#top-nav a:hover svg { fill: dat-gray-color; }

.has-sub ul ul {
	left: 20px;
	top: 50px;
	/* width: 100%; */
	width: 125%;
	background-color: #294660; /* dark blue */
	z-index: 3;
}

ul ul .btm-triangle {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #294660 transparent transparent transparent; /* dark blue */
}

/* - - - */
#top-nav.NavContent_sba a.current,
#top-nav.NavContent_sba a.current:focus,
#top-nav.NavContent_sba a.current:hover {
	color: #fff;
	background-color: #2c6d9e; /* sb blue */
}

.NavContent_sba ul ul,
.NavContent_sba #sub-nav-bg {
	background-color: #2c6d9e; /* sb blue */
	border-top-color: #2c6d9e; /* sb blue */
}

.NavContent_sba .btm-triangle {
	border-top-color: #2c6d9e; /* sb blue */
}
/* - - - */

/* - - - */
#top-nav.NavContent_caa a.current,
#top-nav.NavContent_caa a.current:focus,
#top-nav.NavContent_caa a.current:hover,
#top-nav.NavContent_caa ul ul a {
	color: #000;
	background-color: #85c39e; /* alt green */
}

#top-nav.NavContent_caa ul ul a:focus,
#top-nav.NavContent_caa ul ul a:hover {
	color: #fff;
}

.NavContent_caa ul ul,
.NavContent_caa #sub-nav-bg {
	background-color: #85c39e; /* alt green */
	border-top-color: #85c39e; /* alt green */
}

.NavContent_caa .btm-triangle {
	border-top-color: #85c39e; /* alt green */
}
/* - - - */

#navbar-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em 0.625em;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #294660; /* dark blue */
}

#navbar-btn span {
	display: inline-block;
	vertical-align: middle;
}

#navbar-btn .txt {
	font-size: 16px;
}

#navbar-btn:hover {
}

#navbar a:focus {
}

/* used js to insert an overview link for the rwd menu, hide it from desktop */
#top-nav .js-overview li.overview { display: none; }
.current svg { display: none; }

#font-size {
	right: 0;
}

#font-size.init { display: none; }

#font-size li {
	vertical-align: middle;
	height: 60px; /* ten more than the height of #top-nav */
	line-height: 50px; /* height of #top-nav */
}

#font-size .font-small { font-size: 12px; }

#font-size .font-normal { font-size: 16px; }

#font-size .font-large { font-size: 20px; }

#font-size .circle {
	background-image: url(../images/fontsize-inactive.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 5px;
}

#font-size a.current {
	background-image: url(../images/fontsize-active.png);
	background-color: #155d96; /* blue */
	text-decoration: underline;
}

#font-size a.current:hover,
#font-size a.current:focus {
	color: #155d96; /* blue */
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.icon {
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	width: 1em;

	/*transform:rotate(90deg);*/ /* Assessments icon*/
	/*margin-top:4px;*/
}

hr {
	border: thin;
	/*color: #155D96;*/
	font-size: 2.2em;
}

h1, h2, h3, h4, h5, h6, .rail-lead {
	margin: 0 0 15px 0;
	line-height: 1.1;
	font-family: arial, sans-serif;
	color: #294660; /* dark blue */
}

h1 {
	/* font-family: tahoma, arial, sans-serif; */
	line-height: 1.5;
	border-bottom: 3px solid #294660; /* dark blue */
}

h1 span.lead {
	display: block;
	font-size: 64%; /* about 14px */
	color: #294660; /* dark blue */
	line-height: 1;
}

.rail-lead {
	font-weight: bold;
	font-size: 110%;
}

p, ol, ul,
table,
fieldset,
.row,
.field-container,
.show-hide {
	margin: 0 0 1em 0;
	line-height: 1.3;
}

#main li {
	margin-bottom: 0.5em;
}

#main ul > li:last-of-type,
#main ol > li:last-of-type {
}

#main li > ul,
#main li > ol {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

ul.info {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#main ul.info li {
	margin-bottom: 0;
}

b { font-weight: bold; }
strong { font-weight: bold; }
.text-bold { font-weight: bold; }

em { font-style: italic; }
i { font-style: italic; }
.text-italic { font-style: italic; }

.text-uc { text-transform: uppercase; }

a {}
a:link    { color: #0a43a7; /* blue */ } /* unvisited links */
a:visited { color: #155d96; /* blue */ } /* visited links   */
a:hover   { color: #155d96; /* blue */ } /* user hovers     */
a:active  { color: #155d96; /* blue */ } /* active links    */

a img {
	border: 0;
}
	
a:link svg { fill: #0a43a7; /* blue */ } /* unvisited links */
a:visited svg { fill: #155d96; /* blue */ } /* visited links   */
a:hover svg { fill: #155d96; /* blue */ } /* user hovers     */
a:active svg { fill: #155d96; /* blue */ } /* active links    */

.quote {
	position: relative;
	padding-left: 1.5em; /* make some space for the left quote */
}

.quote h1 {
	font-family: arial, sans-serif;
	font-size: 1em;
	border-bottom: 0;
	color: #414042; /* text color */
	line-height: 1.3;
	margin-bottom: 1em;
	text-indent: 20px;
}

.quote .attribution {
	font-weight: bold;
	text-align: right;
	font-style: italic
}

.flair .icon {
	fill: #294660; /* yellow */
	font-size: 1em;
	margin-top: 0.5em;
	margin-left: 0.5em;
}

.quote-start {
	position: absolute;
	top: 0.5em;
	left: 1em;
}

.quote-end {
	position: relative;
	top: -0.7em;
	left: -0.5em;
}

.search-flair {
	position: absolute;
	font-size: 1.6em;
}

.search-flair .icon {
	margin: 0;
}

.promo-search .txt {
	padding-left: 2em;
	position: relative;
}

.promo-search .txt h2 {
	font-family: arial;
	color: #414042; /* text color */
	line-height: 1.3;
	margin: 0;
}

.promo-search a.btn {
	margin: 10px 0 0;
}

.promo {
	margin: 0 0 1.25em 0; /* 20px */
	padding: 1.25em 1.25em 0.5em 1.25em; /* 20px */
	/*background-color: #e6e7e8; /* gray border */
	/* font-size: 0.875em /* 14px on 16px base */ /* CDE wanted it to match the size of the body copy */
}

.promo.img {
	padding: 0;
	background-color: transparent;
}

.promo .heading {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.promo ul {
	margin-left: 1.5em;
	padding-left: 0;
}

.summary {
	position: relative;
	border-bottom: 1px solid #414042; /* text color */
	/*min-height: 14.5em;  13.125em; */
	margin-bottom: 1em;
}

.summary label {
	font-weight: bold;
}

.link-results {
	width: 325px;
	position: absolute;
	top: 0;
	right: 0;
}

.link-results a.btn {
	width: 190px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.subgroup {
	padding-left: 20px;
}

.subgroup h3 {
	color: #fff;
	background: #155d96; /* blue */
	margin-left: -20px;
	padding: 0.6em 20px 0.5em 20px;
	font-size: 1.1em;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.subgroupCAA {
	padding-left: 20px;
}

.subgroupCAA h3 {
	color: black;
	background: #85c39e; 
	margin-left: -20px;
	padding: 0.6em 20px 0.5em 20px;
	font-size: 1.1em;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

#intro-contents {
	padding-top: 20px;
	margin-bottom: 20px;
	/*background-color: #f0f1f1;*/ /* light gray */
	background-color: #E6E7E8;
	border-bottom: 3px solid #2c6d9e; /* dark blue 2*/
}
		
#intro-contents.sb {
	border-color: #2c6d9e; /* dark blue 2*/
}

#intro-contents.caa {
	border-color: #85c39e; /* alt green */
}

.faux-tabs { }

.faux-tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.faux-tabs li,
#main .faux-tabs li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.faux-tabs a {
	display: block;
	margin: 0;
	padding: 5px 20px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: #414042; /* text color */
	background-color: #d0d2d3; /* gray */
}

.faux-tabs a.current {
	color: #fff;
	background-color: #2c6d9e; /* sb blue */
	font-weight: 700;
}

.faux-tabs.sb a.current {
	background-color: #2c6d9e; /* sb blue */
}

.faux-tabs.caa a.current {
	color: #000;
	background-color: #85c39e; /* alt green */
}

.faux-tabs.cmp a.current {
	background-color: #ffca02; 
}
		
.faux-tabs.cmpCAA a.current {
	background-color: #6bb087; 
}

.faux-tabs.cmpsr ul {
	padding:5px;
	margin:5px;
}

.faux-tabs.cmpsrch a {
	background-color: #ffffff; 
	height: 35px;
	height: 30px;
	line-height: 30px;
	border: thin;
	padding: 2px 10px;
	min-width: 150px;
	box-shadow: 0 0 1px #000;
	text-transform:none;
	float: left;
	box-sizing: border-box;
	/* display:table;*/
}

.faux-tabs.cmpsrch li {
	text-transform: none;
	display: table-cell;
	margin: 4px;
}

.faux-tabs.srch li {
	text-transform: none !important;
	font-weight: bold;
	display: table-cell;
	margin: 4px;
}

.cdsdiv {
	width: 96.5%;
	background-color: #B3E3E4;
	display: none;
	float: left;
	padding: 20px 20px;
	margin-bottom: 10px;
}

.cdsdivtext {
	font-weight: bold;
}

.cdsdivcaa {
	width: 96.5%;
	background-color: #C9EBDE;
	display: none;
	float: left;
	padding: 20px 20px;
	margin-bottom: 10px;
}

.collapselink {
	background-color: #B3E3E4 !important;
	/* position: fixed;
	right: 100px;*/
}

.collapselink2 {
	background-color: #B3E3E4 !important;
	/* position: relative;
	right: 100px;*/
}

.compbtn {
	float: right;
	box-sizing: border-box;
}

.stickytop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
   /* background-color: transparent;*/
	z-index: 98 !important;
}

.stickytopright {
	position: fixed;
	top: 0;
	right: 100px;
	z-index: 99 !important;
}

.stickytop .cdsdiv-inner {
	max-width: 700px;
	margin: 0 auto;
	background-color: #B3E3E4;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.displayType1 {
	float: left;
	width: auto;
}

.displayType2 {
	float: right;
	width: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
	margin-bottom: 15px;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

fieldset {
	border: 0;
	padding: 0;
}

legend {
	margin: 0 0 1.3em 0;
	padding: 0;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 1.1;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	color: #294660; /* dark blue */
}

label, input, textarea, select, button {
	font-size: 1em;
}

label {
	display: block;
}

label:after {
	content: ": ";
}

label.nocolon:after {
	content: "";
}

button[disabled="disabled"] {
	opacity: 0.65;
	cursor: default;
	cursor: not-allowed;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/*.tblHeaderForMobile {
	font-weight: bold;
	font-size: 1.125em;
	color: #155d96;
	text-align: left;
	margin-bottom: .875em;
	display: none;
}*/

table {
	border-collapse: collapse;
}

table + table {
	margin-top: 60px;
	/*margin-top: 40px;*/
}

caption {
	font-weight: bold;
	font-size: 1.1em; /* match an h3?  1.125em; */
	color: #155d96; /* blue */
	text-align: left;
	margin-bottom: .875em;
}

caption span {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 0;
	width: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

th.indent {
	width: 25px;
}

th.mtcell {
	width: 275px; /* 250px; */
}

th.mtcellcompare {
	width: 100px;
}

th, td {
	padding: 0 0.3125em;
	line-height: 2.5em;
}

td {
	text-align: center;
	position: relative;
	/*min-width: 4.375em;*/
	min-width: 5.575em; /* updated by VK */
}
/* = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = - = */

thead th,
thead td {
	background-color: #bcbec0; /* th gray */
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 2em;
}

thead th {
	/*width: 90px;*/
}

tbody th {
	white-space: nowrap;
}

thead td.spacer {
	line-height: 1.2;
	background-color: #fff;
}

thead.group th {
	text-align: left;
	padding-left: .7142857143em; /* 14/10 */
	background-color: #fff;
	font-weight: bold;
	padding-top: 0.625em;
	padding-bottom: 0.1875em;
	line-height: 1.5
}

tbody tr {
	border-bottom: 1px solid darkgrey; /* #d1d2d4; */
}

tbody tr:last-of-type {
	border-bottom: 0;
}

tbody.area,
tbody.area tr td[rowspan] {
	border-bottom: 1px solid #414042; /* text color */
}

tbody.mean tr {
	border: 1px solid #414042; /* text color */
	border-width: 1px 0;
}

tbody.mean tr th,
tbody.mean tr td {
	/*font-weight: bold;*/
}

span.boxy {
	display: inline-block;
	width: 1.3125em;
	height: 1.3125em;
	vertical-align: middle;
}

span.color-exceed { background-color: #0099CE; /* #89adc9 */ border: 1px solid black; }
span.color-met    { background-color: #75C043; /* #5085af */ border: 1px solid black; }
span.color-nearly { background-color: #D7DF28; /* #155d96 */ border: 1px solid black; }
span.color-nope   { background-color: #F79868; /* #042257 */ border: 1px solid black; }

span.color-level-3 { background-color: #0099CE; /* #ADD7BD; */ border: 1px solid black; }
span.color-level-2 { background-color: #D7DF28; /* #229A61; */ border: 1px solid black; }
span.color-level-1 { background-color: #F79868; /* #024D1C; */ border: 1px solid black; }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

.show-hide {}

.dog {}

.dog+.dog {
	margin-top: 1.3em;
}

.dog button {
	border: 0;
	padding: 0;
	background: rgba(255,179,2,0.5);
	cursor: pointer;
	font-size: 1em;
	border-radius: 0;
	width: 100%;
	text-align: left;
}

.dog button .img,
.dog button .text {
	display: inline-block;
	color: #414042; /* text color */
	font-size: 1em;
	font-weight: bold;
	height: 2.3em;
	line-height: 2.3em;
}

.dog button .img {
	background: #ffb302;
	height: 2.3em;
	width: 2.3em;
	text-align: center;
}

.dog button .img svg {
	fill: #fff;
}

.dog button .text{
	padding: 0 1.25em 0 0.625em; /* 0 20px 0 10px*/
	text-decoration: underline;
}

.pony {
	padding: 0em; /* 20px at 16px base */
	/*border: 2px solid #fede72;*/ /* #fede72, #ffca02 */
	border: 4px solid #e6e7e8;
	border-top: 0;
	/*margin-top: -0.625em;*/ /* 10px */
	/*margin-bottom: 2em;*/
	margin-bottom: 20px;
	min-width: 900px;
}
		
.btnText {
	padding: 0 1.25em 0 0.625em; /* 0 20px 0 10px*/
	text-decoration: underline;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

footer {
	margin: 0 0 20px;
	padding: 20px 0 0;
	/*border-top: 5px solid #155d96;*/ /* blue */
	text-align: center;
	font-size: 14px;

	/**/
	background-color: #E6E7E8;
	height: 70px;
	margin-bottom: 0px;
}

footer address {
	font-style: normal;
	margin-bottom: 10px;

	/**/
	padding: 10px;
}

address span {
	display: inline-block;
	margin: 0 10px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* all the kendo over-writes */
/* https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling */

.k-textbox>input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
	border-color: #e6e7e8; /* gray border */
}


.k-widget.k-dropdown {
	width: 500px;
	margin-top: 0.25em;
}

.k-list-container {
	color: #414042; /* text color */
}

.k-dropdown-wrap,
.k-dropdown-wrap.k-input,
.k-dropdown-wrap.k-state-border-down {
	border-radius: 0 !important;
}

.k-dropdown-wrap.k-state-active,
.k-dropdown-wrap.k-state-border-down {
	box-shadow: none !important;
}

.k-dropdown-wrap.k-state-default {
	background-image: none;
	background: -webkit-linear-gradient(#fff, #f1f2f2); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f1f2f2);      /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f1f2f2);    /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f1f2f2);         /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f2f2');/*For IE7-8-9*/
	height: 1%;/*For IE7*/
	border-color: #d1d3d4;
}


.k-state-selected,
.k-list > .k-state-selected {
	color: #414042; /* text color */
}

.k-state-focused.k-state-selected,
.k-list>.k-state-focused.k-state-selected,
.k-state-focused.k-state-selected.k-item.k-state-hover,
.k-state-focused.k-state-selected.k-item.k-state-hover:hover,
.k-state-focused.k-state-selected.k-item.k-state-selected {
	border-radius: 0;
	background: #ffb602 !important;
	border-width: 0;
}

.k-item.k-state-hover,
.k-item.k-state-hover:hover,
.k-item.k-state-selected {
	background-image: none;
	background: rgba(255,182,2,0.5);
}

.k-dropdown-wrap .k-input {
	padding: 0;
}

.k-dropdown-wrap .k-select {
	line-height: 2em;
}

.k-list-container .k-item {
	white-space: nowrap;
	float: left;
	clear: left;
	min-width: 100%;
	box-sizing: border-box;
}

/* breadcrumbs - UL/LI Style */
#bcrumbsLI
{
	margin: 0.5em 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.8em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

#bcrumbsLI ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	border: none;
	list-style-position: inside;
}

#bcrumbsLI ul li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	display: inline;
}

#bcrumbsLI A:link, #bcrumbsLI A:visited { color: #000000; text-decoration: none; }

#bcrumbsLI A:hover, #bcrumbsLI A:active { color: #e7af21; text-decoration: underline; }

/* breadcrumbs - td Style */
td.bcrumbs {
  font-size:0.8em; font-family:Verdana, Arial, Helvetica, Sans-serif; color:#666;
}

td.bcrumbs a:link, td.bcrumbs a:visited { color:#000000; text-decoration:none; }

td.bcrumbs a:hover, td.bcrumbs a:active { color:#E7AF21; text-decoration:underline; }

/* breadcrumbs - DIV Style */
div.bcrumbs {
  font-size:0.8em; font-family:Verdana, Arial, Helvetica, Sans-serif; color:#666;
}

div.bcrumbs a:link, div.bcrumbs a:visited { color:#000000; text-decoration:none; }

div.bcrumbs a:hover, div.bcrumbs a:active { color:#E7AF21; text-decoration:underline; }

div.cotpanel-left {
	/*float:left;*/
	width: auto;
	/* width: 75%; */
	/* width: 330px; */
	padding: 20px 20px 0px 20px; 
	/*padding: 20px;*/ 
	border: 8px solid #E6E7E8;
	margin-bottom: 20px;
}

div.cotpanel-left-caa {
	/*float:left;*/
	width: auto;
	/* width: 55%; */
	/* width: 330px; */
	padding: 20px 20px 0px 20px; 
	/*padding: 20px;*/ 
	border: 8px solid #E6E7E8;
	margin-bottom: 20px;
	margin-top: 10px;
}

div.cotpanel-right {
	float: right;
	width: auto; 
	/* width: 40%; */
	padding: 20px; 
	border: 8px solid #E6E7E8;
}

.areaTable {
	border-bottom-color: white;
}

.areaTable th {
	background-color: #bcbec0; /* th gray */
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 1.5em;
	width: 200px;
	white-space: nowrap;
}

.areaTable tbody:last-of-type {
	border-bottom: none !important;
}

.areaTable td {
	padding: 0 0.3125em;
	line-height: 2.5em;
	text-align: center;
	position: relative;
	min-width: 2.375em;
	white-space: nowrap;
}

.areaGrade th {
	width: 200px;
	text-align: center;
	background-color: #BCBEC0;
	line-height: 1.5em;
}

.cotTable th {
	width: 25%;
}

.cotTableChange th {
	width: 225px;
}

.cotTableChangeCAA th {
	width: 200px;
}

.cotTableCompare th {
	width: 250px;
	min-width: 150px;
}

.cotTableCompareCAA th {
	width: 250px;
	min-width: 150px;
}

.keywordResultsTable {
	/*border-bottom-color: white;*/
	/*width: 100%;*/
}

.keywordResultsTable th {
	/*background-color: #bcbec0;*/ /* th gray */
	border-left: 1px solid #fff;
	text-align: center;
	line-height: 2em;
}

.keywordResultsTable tbody:last-of-type {
	/*border-bottom: none !important;*/
}

.keywordResultsTable td {
	padding: 0 0.3125em;
	/*line-height: 2.5em;*/
	/*text-align: center;*/
	position: relative;
	/*min-width: 2.375em;*/
}

td.bgvert {
	width: 10px;
	vertical-align: top;
}

td.bgverteng1 {
	vertical-align: top;
	/*background-color: #39A4B5;*/
	background-color: #40AAC4;
}

td.bgverteng2 {
	vertical-align:top;
	/*background-color:#A3CE39;*/
	background-color: #6BBE55;
}

td.bgverteng3 {
	vertical-align: top;
	/*background-color: #6815B2;*/
	background-color: #214196;
}

td.bgverteng4 {
	vertical-align: top;
	/*background-color: #FF6102;*/
	background-color: #EE4825;
}

td.bgvertmath1 {
	vertical-align: top;
	/*background-color: #C239A4;*/
	background-color: #68276E;
}

td.bgvertmath2 {
	vertical-align: top;
	/*background-color: #C8BA2B;*/
	background-color: #C81845;
}

td.bgvertmath3 {
	vertical-align: top;
	/*background-color: #39B573;*/
	background-color: #9EBC2E;
}

th.nobgcolor {
	background-color: white;
	width: 80px;
}

td.nobgcolor {
	background-color: white;
	width: 400px;
}

tr:last-of-type {
	border-bottom: 0;
}

.options li {
	text-transform: none !important;
}


/* custom modal window for Error/Warning Messages */
/* ********************************************************************************************************* */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0);*/ /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 400px;
  height: 210px;
  border: 4px solid #264F95;
}

/* The Close Button */
.close-modal {
  color: black; /*#aaaaaa;*/
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin-top: -20px;
  margin-right: -12px;
}

.close-modal:hover,
.close-modal:focus {
  /*color: #000;*/
  background-color: lightgray;
  text-decoration: none;
  cursor: pointer;
}
/* ********************************************************************************************************* */


.btnBlue {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#0A376E, #0A376E); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0A376E, #0A376E); /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0A376E, #0A376E); /* for firefox 3.6 to 15 */
	background: linear-gradient(#0A376E, #0A376E); /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0A376E', endColorstr='#0A376E'); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
	color: #f1f2f2;
	fill: #f1f2f2;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

/*.btnBlue:hover {
	background: -webkit-linear-gradient(#0e488f, #0e488f);
	background: -o-linear-gradient(#0e488f, #0e488f);
	background: -moz-linear-gradient(#0e488f, #0e488f);
	background: linear-gradient(#0e488f, #0e488f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0e488f', endColorstr='#0e488f');
}*/

.btnGray {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#505153, #505153); /* for safari 5.1 to 6.0 */ /*#58595b*/
	background: -o-linear-gradient(#505153, #505153); /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#505153, #505153); /* for firefox 3.6 to 15 */
	background: linear-gradient(#505153, #505153); /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#505153', endColorstr='#505153'); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
	color: #f1f2f2;
	fill: #f1f2f2;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

/*.btnGray:hover {
	background: -webkit-linear-gradient(#626366, #626366);
	background: -o-linear-gradient(#626366, #626366);
	background: -moz-linear-gradient(#626366, #626366);
	background: linear-gradient(#626366, #626366);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#626366', endColorstr='#626366');
}*/

.btnLightBlue {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#057094, #057094); /* for safari 5.1 to 6.0 */ /*#0099CE*/
	background: -o-linear-gradient(#057094, #057094); /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#057094, #057094); /* for firefox 3.6 to 15 */
	background: linear-gradient(#057094, #057094); /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#057094', endColorstr='#057094'); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
	color: #f1f2f2;
	fill: #f1f2f2;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

/*.btnLightBlue:hover {
	background: -webkit-linear-gradient(#0783ad, #0783ad);
	background: -o-linear-gradient(#0783ad, #0783ad);
	background: -moz-linear-gradient(#0783ad, #0783ad);
	background: linear-gradient(#0783ad, #0783ad);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0783ad', endColorstr='#0783ad');
}*/

.btnHome {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#2c7aac, #175e96); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(     #2c7aac, #175e96);      /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(   #2c7aac, #175e96);    /* for firefox 3.6 to 15 */
	background: linear-gradient(        #2c7aac, #175e96);         /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2c7aac', endColorstr='#175e96');/*For IE7-8-9*/
	color: #fff;
	fill: #fff;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnHome:focus {
	color: #fff;
}

.btnSB {
	display: inline-block;
	font-weight: 700;
	/*font-weight: 300;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	/*background: -webkit-linear-gradient(#fede72, #ffca02);*/ /* for safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(#58595b, #58595b); /* for safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#fede72, #ffca02);*/ /* for opera 11.1 to 12.0 */
	background: -o-linear-gradient(#58595b, #58595b); /* for opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#fede72, #ffca02);*/ /* for firefox 3.6 to 15 */
	background: -moz-linear-gradient(#58595b, #58595b); /* for firefox 3.6 to 15 */
	/*background: linear-gradient(#fede72, #ffca02);*/ /* standard syntax */
	background: linear-gradient(#58595b, #58595b); /* standard syntax */
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00732c', endColorstr='#ffca02');*/ /*For IE7-8-9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58595b', endColorstr='#58595b'); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
	/*color: #000;*/ 
	color: #f1f2f2;
	/*fill: #000;*/
	fill: #f1f2f2;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	/*border-radius: 2px;*/
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnSB:focus {
	/*color: #265e88;*/
}

button.btnSB:focus {
	/*color: #265e88;*/
}


.btnCAA {
	display: inline-block;
	font-weight: 700;
	/*font-weight: 300;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	/*background: -webkit-linear-gradient(#84c29e, #427A59);*/ /* for safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(#58595b, #58595b); /* for safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(#84c29e, #427A59);*/      /* for opera 11.1 to 12.0 */
	background: -o-linear-gradient(#58595b, #58595b);      /* for opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(#84c29e, #427A59);*/    /* for firefox 3.6 to 15 */
	background: -moz-linear-gradient(#58595b, #58595b);    /* for firefox 3.6 to 15 */
	/*background: linear-gradient(#84c29e, #427A59);*/         /* standard syntax */
	background: linear-gradient(#58595b, #58595b);         /* standard syntax */
	/*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#84c29e', endColorstr='#427A59');*/ /*For IE7-8-9*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#58595b', endColorstr='#58595b'); /*For IE7-8-9*/
	/*color: #000;*/
	color: #f1f2f2;
	/*fill: #000;*/
	fill: #f1f2f2;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	/*border-radius: 2px;*/
	border-radius: 20px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnCAA:focus {
	/*color: #FFFFFF;*/
}

button.btnCAA:focus {
	/*color: #FFFFFF;*/
}

.btnSBk {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#fede72, #ffca02); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(     #fede72, #ffca02);      /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(   #fede72, #ffca02);    /* for firefox 3.6 to 15 */
	background: linear-gradient(        #fede72, #ffca02);         /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fede72', endColorstr='#ffca02');/*For IE7-8-9*/
	color: #000;
	fill: #000;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnSBk:focus {
	color: #FFFFFF;
}

button.btnSBk:focus {
	color: #FFFFFF;
}

.radBtnSB {
	background: -webkit-linear-gradient(#fede72, #ffca02); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fede72, #ffca02); /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fede72, #ffca02); /* for firefox 3.6 to 15 */
	background: linear-gradient(#fede72, #ffca02); /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fede72', endColorstr='#ffca02'); /*For IE7-8-9*/
	color: #000;
}

input[type="button"].btnKeyword:focus { color:#000; }

.btnKeyword {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(#E0E0E0, #D6D6D6); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(     #E0E0E0, #D6D6D6);      /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(   #E0E0E0, #D6D6D6);    /* for firefox 3.6 to 15 */
	background: linear-gradient(        #E0E0E0, #D6D6D6);         /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#84c29e', endColorstr='#6bb087');/*For IE7-8-9*/
	height: 1%; /*For IE7*/
	color: #000;
	fill: #000;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnKeyword:focus {
	color: #FFFFFF;
}

.keywordresults {
	text-align: left;
	padding-left: 4em;
}

input:focus, input:active, input:focus + label, input:active + label, label[for]:focus, label[for]:active {
	background-color: #ffffff !important;
}

button:focus, submit:focus {
	background: #ffffff;
}


.padding {
	padding-left: 10px;
	padding-right: 10px;
}

.infoPanel {
	height: 250px;
	width: 33%;
	display: inline-block;
}

.infoPanelLineLeft {
	/*height: 250px;*/
	min-height: 180px; /*210px;*/
	width: 33%;
	border-left: 1px solid black;
	border-bottom: none;
	display: inline-block;
}

.orgPanelDisplay {
	background-color: #d3d3d3;
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 175px;*/
}

.rbDecorated { 
	font-weight: bold !important;
	text-decoration: underline; 
	font-size: 1em; 
	text-align: left !important; 
	text-decoration: underline; 
	border: 0; 
	white-space: initial !important; /*added by VK*/
	height: auto !important; /*added by VK*/
}

.RadButton, .RadButton_Bootstrap, .rbSkinnedButton {
	/*border: 0px !important; padding: 2px; cursor: pointer; border-radius: 0px !important; width: 100%; background: linear-gradient(#fede72, #ffca02) !important;*/
	  border: 0px !important; 
	  padding: 2px; 
	  cursor: pointer; 
	  border-radius: 0px !important; 
	  width: 100%; 
	  height: auto !important; /*added by VK*/
	  background: linear-gradient(#e6e7e8, #e6e7e8) !important;
}

/*added by VK for expand and collapse buttons on detail pages */
/*
.btnViewDataDetailsTab {
	height: auto !important;
	width: 100% !important;
}
*/

/*added by VK for expand and collapse buttons on detail pages */
/*
.rbDecorated {
	white-space: initial !important;
	height: auto !important;
}
*/

.arrangeDrpDwnCtrls {
	display: inline-block;
}


.btnPrint {
	background: linear-gradient(#0A376E, #0A376E); /*#2c6d9e*/
	padding: 5px 15px 5px 15px;
	color: #f1f2f2;
	fill: #f1f2f2;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 10px;
}

/*.btnPrint:hover {
	background: linear-gradient(#0e488f, #0e488f);
}*/

/* FOCUS OUTLINE */
/* ************************************************************************************** */

/*darkorange = #FF8C00*/

.btnBlue:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.btnLightBlue:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.btnGray:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.btnPrint:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.btnComp:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.btnSB:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.BtnViewResultMain:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

.helpButton:focus {
	outline: 2px solid #8A4C00 !important;
	outline-offset: 4px !important;
}

button:focus {
	outline: 2px solid #8A4C00 !important;
	/*outline-offset: 4px !important;*/
}

select:focus {
	outline: 2px solid #8A4C00 !important;
}

input:focus {
	outline: 2px solid #8A4C00 !important;
}

div:focus {
	outline: 2px solid #8A4C00 !important;
}

a:focus {
	outline-color: #8A4C00 !important;
	outline-width: 2px !important;
	outline-offset: 2px !important;
}

.rsbButtonSearch:focus {
	outline: 2px solid #8A4C00 !important;
}

.BtnGridItem:focus {
	outline: 2px solid #8A4C00 !important;
}

/* ************************************************************************************** */


/*---- Updated on 07/20/2016 for adding chart tool tips css and legend ----*/
#legendlist li #circle { width: 100px; height: 100px; background:#000000; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
#legendlist li #lvl1 { width: 100px; height: 100px; background: #707070; border:1px solid }
#legendlist li #lvl2 { width: 100px; height: 100px; background: #949494; border:1px solid }
#legendlist li #lvl3 { width: 100px; height: 100px; background: #B8B8B8; border:1px solid }
#legendlist li #lvl4 { width: 100px; height: 100px; background: #DBDBDB; border:1px solid }
#legendlist li #lvl5{background: url(../images/imag.jpg);background-repeat: repeat;width: 100px; height: 100px;border:1px solid }
#legendlist li {display: inline;font-family:Arial,Verdana;font-size:11px; }

.k-tooltip {
	box-shadow: none !important;
}

.k-content .k-chart-tooltip { width: 0px !important;height:0px !important;z-index:0 !important; background-image: none;background: #ffffff !important;border-color: #ffffff !important; }
.k-content .k-tooltip { min-width:0px; background-image: none;background-image: none;background: #ffffff !important;border-color: #ffffff !important; }

.k-content .open {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	white-space: nowrap;
	z-index: 12000;
	background-color: #D1D3D4;
	line-height: normal;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
	color: #000;
	/*width: 120px;
	height: 40px;
	margin-top: -10px; 
	margin-left: -10px;*/
	box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
}

.close {
	display: none;
}

#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	/*background: transparent;*/
	background: #BF1722;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skiptocontent a:focus {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #BF1722;
	outline: 0;	
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.fixfileformat table, th, td {
	border: 1px solid lightgray;
	border-collapse: collapse;

}

.fixfileformat thead {
	 color: White;
	 background-color: #155D96;
	 border: 1px solid lightgray;
	 border-collapse: collapse;
}

.fixfileformat th {
	background-color: #155D96;
	vertical-align: middle; 
	text-align: center;
	border: 1px solid lightgray;
	border-collapse: collapse;
}

html.RadForm_Black, 
html.RadForm_BlackMetroTouch {
	background-color: #fff;
}
 
.size-custom {
	height: 365px;
	width: 1208px;
}

select {
	height: 35px !important;
	border: 1px solid #ccc;
	height: 1.42857143em;
	width: 400px;
	color: #333;
	background-color: #fff;
	padding: 6px 12px !important;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	background-repeat: repeat-x;
	background-position: 0 0;
	display: block;
	position: relative;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	top: 3px;
	left: 0px;
}

select:invalid {
	 color: gray;
}

div.RadGrid .rgRow td,
div.RadGrid .rgAltRow td
{
   padding: 5px !important;
	padding-top: 1px; 
	padding-bottom: 0; 
}

ul#cdslist {
	float: left; 
	margin: 0 10px;
}
	
ul#cdslist li { 
	margin: 0 5px!important;
}

.gridlink {
	color: #2d699e !important; 
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

a.imageLink {
	text-decoration: none;
}

#compareModalOverlay {
	width: 100%;
	height: 100%;
	z-index: 4; 
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	margin: 0;
	padding: 0;
}

#compareModal {
	width: 25%;
	padding: 10px;
	border: thin #000 solid;
	background-color: #fff;
	z-index: 100; 
	position: fixed;
	top: 15%;
	left: 25%;
	display: none;
}

#compareModal h1 {
	text-align: center;
}

#home .wrap-ctr img {
	height: 320px;
	width: 100%;
	display: block;
}

img.hero-wrap {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	max-height: 320px;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* fin */

/*  New Dashboard CSS 12/6/2018*/

/*#region RegionName*/
/*#endregion RegionName*/

/*#region  New Dashboard CSS*/

/*#region Home Tiles Screen*/

* {
		box-sizing: border-box;
	}

	/*body {
		font-family: Arial, Helvetica, sans-serif;
	}*/

/* Float four columns side by side */
.column {
	float: left;
	width: 33%;
	padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {
	margin-right: -8px;
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 8px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.arrDiv {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* Style the counter cards */
.card {
	position: relative;
	padding: 15px;
	background-color: #FFFFFF;
	min-height: 210px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.card:hover {
	box-shadow: 0 6px 6px 4px dimgrey !important;
	background-color: #d2eefa; /*#B4FFF5;*/ /*#ebf7fc;*/
}

.card:active {
	box-shadow: 0 6px 6px 4px dimgrey !important;
	background-color: #d2eefa; /*#B4FFF5;*/ /*#ebf7fc;*/
}

.card:focus {
	box-shadow: 0 6px 6px 4px dimgrey !important;
	background-color: #d2eefa; /*#B4FFF5;*/ /*#ebf7fc;*/
}

/*.dummy {
	background-color: green;        
}

.dummy:focus {
	background-color: red;        
}

.dumcolumn {
	float: left;
	width: 33%;
	padding: 0 10px;
	background-color: green;
}

.dumcolumn:hover {
	background-color: blue;
}

.dumcolumn:focus {
	background-color: blue;
}*/

.colorstrip1 {
	background-color: #2D6D9D;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.colorstrip2 {
	background-color: #71C0A0;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.colorstrip3 {
	background-color: #B29CDA;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.colorstrip4 {
	background-color: #2D6D9D;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.colorstrip5 {
	background-color: #71C0A0;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.colorstrip6 {
	background-color: #612467;
	height: 14px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.hyperLink {

}

.hrLine {                    
	background-color: lightgrey;
	height: 1px; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.TileMargBtm{
	margin-bottom: 10px;
}

.liDrpDwn{
	color: #404040 !important; 
	word-wrap: break-word !important; 
	height: auto !important; 
	line-height: 20px !important; 
	padding: 10px 10px 5px 20px !important; 
	width: 100% !important;
}

.DefaultMinHt {
	/*min-height:855px;*/
}

.pgMinHt {
	min-height: 750px !important;
}

#goTopBtn {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 50px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #0A376E;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#goTopBtn:hover {
	background-color: #555;
}

.displayFauxTab {
	display: inline-table !important;
}

/*#endregion RegionName*/


/* #region Donut Graph */

.donutTileDiv     { min-height: 520px !important; }
.donutTileDivLbl0 { min-height: 520px !important; }
.donutTileDivLbl1 { min-height: 535px !important; }
.donutTileDivLbl2 { min-height: 552px !important; }
.donutTileDivLbl3 { min-height: 569px !important; }

.donutTileDivSB      { min-height: 520px !important; }
.donutTileDivLblSB0  { min-height: 520px !important; }
.donutTileDivLblSB1  { min-height: 535px !important; }
.donutTileDivLblSB2  { min-height: 552px !important; }
.donutTileDivLblSB3  { min-height: 569px !important; }

.donutTileDivCAA     { min-height: 520px !important; }
.donutTileDivLblCAA0 { min-height: 520px !important; }
.donutTileDivLblCAA1 { min-height: 535px !important; }
.donutTileDivLblCAA2 { min-height: 552px !important; }

.donutTileDivCAST     { min-height: 515px !important; }
.donutTileDivLblCAST0 { min-height: 515px !important; }
.donutTileDivLblCAST1 { min-height: 530px !important; }
.donutTileDivLblCAST2 { min-height: 546px !important; }
.donutTileDivLblCAST3 { min-height: 562px !important; }

.donutTileDivCSA     { min-height: 520px !important; } /*500px*/
.donutTileDivLblCSA0 { min-height: 520px !important; } /*490px*/
.donutTileDivLblCSA1 { min-height: 535px !important; }
.donutTileDivLblCSA2 { min-height: 552px !important; }

.donutTileDivCAAS     { min-height: 520px !important; }
.donutTileDivLblCAAS0 { min-height: 520px !important; }
.donutTileDivLblCAAS1 { min-height: 535px !important; }
.donutTileDivLblCAAS2 { min-height: 552px !important; }

.donut-wrapper {
	position: relative;
	width: 460px;
	height: 450px;
	/*margin-left: 20px;
	margin-top: -10px;*/
	/*padding: 0 20px 10px 0px;*/
}

.donut-wrapper2 {
	position: relative;
	width: 460px;
	height: 450px;
	/*margin-left: 20px;
	margin-top: -10px;*/
	/*padding: 0 20px 10px 20px;*/
}

/* Create three equal columns that floats next to each other */
.gridColumn1 {
	float: left;
	/*width: 37%;*/
	/*padding: 10px;*/
	/*display: inline-block;*/
	/*height: 300px;*/ /* Should be removed. Only for demonstration */
}

/* Create three equal columns that floats next to each other */
.gridColumn2 {
	float: left;
	/*width: 25%;*/
	/*padding: 5px;*/
	/*display: inline-block;*/
	/*height: 300px;*/ /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.gridRow:after {
	content: "";
	display: table;
	clear: both;
}

/* Clear floats after the columns */
.gridRow2:after {
	content: "";
	display: table;
	clear: both;
}

/* The width and height of the chart must be equal to the width and height of the .donut-wrapper in order to be horizontally and vertically centered  */
.donut-chart1 {
	width: 435px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chart1-caa {
	width: 435px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chart1-tmp {
	width: 450px;
	height: 450px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

/* The width and height of the chart must be equal to the width and height of the .donut-wrapper in order to be horizontally and vertically centered  */
.donut-chart2 {
	width: 435px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chart2-caa {
	width: 435px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chart2-tmp {
	width: 450px;
	height: 450px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chartCast {
	width: 870px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chartCaas {
	width: 870px;
	height: 440px;
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chartCsa {
	width: 870px;
	height: 440px; /*430*/
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.donut-chartCsa-2 {
	width: 870px;
	height: 440px; /*430*/
	background-color: white;
	/*padding: 15px 4px 10px 0px;*/
}

.sbPerfTrendBorder {
	border: 4px solid #E6E7E8; 
	padding: 10px; 
	margin-bottom: 20px;
}

.castPerfTrendBorder {
	border: 4px solid #E6E7E8;
	padding: 10px;
	margin-bottom: 20px;
}

.avoidPageBreakSB {

}

.avoidPageBreakCAST {

}

.sbPerfTrendElaTouch {
}

.sbPerfTrendMathTouch {
}

.perfTrendTouchEla-sb {
}

.perfTrendTouchMath-sb {
}

.perfTrendTouch-cast {
}

.donutTouchEla-sb {
}

.donutTouchMath-sb {
}

.donutTouch1-caa {
}

.donutTouch2-caa {
}

.donutTouch1-cast {
}

.donutTouch1-caas {
}

.donutTouch1-csa {
}

.barGraphWidth1 {
	width: 1040px;
}

.barGraphWidth1CSA {
	width: 1140px;
}

.barGraphWidth2 {
	width: 900px;
}

.barGraphWidth3 {
	width: 1000px;
}

.barGraphWidth4 {
	width: 950px; /*1050*/
}

.barGraphWidthCompCAA {
	width: 990px;
}

.barGraphWidthCompCAAS {
	width: 990px;
}

.barGraphWidthCompCAST {
	width: 950px;
}

.barGraphWidthCompSB {
	width: 950px;
}

.barGraphWidthCompCSA {
	width: 990px;
}

.barGraphWidth5 {
}

.barGraphTouch {
}

.barGraphTouch-caa {
}

.barGraphTouch-cast {
}

.barGraphTouch-cast-gc {
}

.barGraphTouch-caas {
}

.barGraphTouch-csa {
}

.inner-content1 {
	position: absolute;
	width: 100px;
	margin-top: -230px; /*245px*/
	margin-left: 170px;
	text-align: center;
	color: black;
}

.inner-content2 {
	position: absolute;
	width: 100px;
	margin-top: -230px; /*245px*/
	margin-left: 170px;
	text-align: center;
	color: black;
}

.inner_content1_nodata {
	position: absolute;
	margin-top: -235px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	width: 100%;
}

.inner_content1_nodata_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
	text-align: left;
}

.inner_content2_nodata {
	position: absolute;
	margin-top: -235px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	width: 100%;
}

.inner_content2_nodata_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
	text-align: left;
}

.inner_content2_noData_sb_msg {
	width: 350px !important;
}

.inner-content1-caa {
	position: absolute;
	width: 100px;
	margin-top: -225px; /*-235px*/
	margin-left: 170px;
	text-align: center;
	color: black;
}

.inner-content2-caa {
	position: absolute;
	width: 100px;
	margin-top: -225px; /*-235px*/
	margin-left: 170px;
	text-align: center;
	color: black;
}

.inner_content1_nodata_caa {
	position: absolute;
	margin-top: -235px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	width: 100%;
}

.inner_content1_nodata_caa_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
	text-align: left;
}

.inner_content2_nodata_caa {
	position: absolute;
	margin-top: -235px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left;
	width: 100%;
}

.inner_content2_nodata_caa_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
	text-align: left;
}

.inner-content1-csa {
	position: absolute;
	width: 100px;
	margin-top: -210px; /*-235px*/
	margin-left: 385px;
	text-align: center;
	color: black;
}

.inner-content2-csa {
	position: absolute;
	width: 100px;
	margin-top: -225px; /*-235px 220px*/
	margin-left: 385px;
	text-align: center;
	color: black;
}

.inner_content1_nodata_csa {
	position: absolute;
	margin-top: -205px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
	text-align: left;
}

.inner_content2_nodata_csa {
	position: absolute;
	margin-top: -205px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
	text-align: left;
}

.inner_content1_nodata_csa_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	text-align: left;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
}

.inner_content2_nodata_csa_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	text-align: left;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
}

.inner-content1-cast {
	position: absolute;
	width: 100px;
	margin-top: -232px; /*-248px*/
	margin-left: 385px;
	text-align: center;
	color: black;
}

.inner_content1_nodata_cast {
	position: absolute;
	margin-top: -235px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
	text-align: left;
}

.inner_content1_nodata_cast_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	text-align: left;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
}

.inner-content1-caas {
	position: absolute;
	width: 100px;
	margin-top: -222px; /*-245px*/
	margin-left: 385px;
	text-align: center;
	color: black;
}

.inner_content1_nodata_caas {
	position: absolute;
	margin-top: -235px;
	padding-left: 70px;
	padding-right: 70px;
	width: 100%;
	text-align: left;
}

.inner_content1_nodata_caas_label {
	font-weight: bold;
	color: #D20000;
	font-size: 16px;
	text-align: left;
	word-wrap: normal;
	overflow-wrap: normal;
	white-space: normal;
}

/* #endregion Donut Graph */

.note-text-1 {
	color: #D20000;
	font-size: 14px;
	font-weight: bold;
}

.note-text-2 {
	color: #D20000;
	font-size: 14px;
	font-weight: bold;
}

.embargo-text-1 {
	color: #D20000;
	font-size: 16px;
	font-weight: bold;
}

.embargo-text-2 {
	color: #D20000;
	font-size: 14px;
	font-weight: bold;
}

.btnSBDash {
	display: inline-block;
	font-weight: 700;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;
	white-space: nowrap;
	box-sizing: content-box;
	position: relative;
	background: -webkit-linear-gradient(grey, grey); /* for safari 5.1 to 6.0 */
	background: -o-linear-gradient(grey, grey); /* for opera 11.1 to 12.0 */
	background: -moz-linear-gradient(grey, grey); /* for firefox 3.6 to 15 */
	background: linear-gradient(grey, grey); /* standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='grey', endColorstr='grey'); /*For IE7-8-9*/
	height: 1%; /*For IE7*/
	color: white;
	fill: #000;
	border: 1px solid black;
	margin: 0 10px 10px 0;
	padding: 10px 30px;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}

.btnSBDash:focus {
	color: black;
}

button.btnSBDash:focus {
	/*color: #265e88;*/
}

.BtnViewResultSecIcon {
	right: 80px !important; 
	margin-top: 3px;
}

.BtnViewResult .rbText { 
	margin-top: 3px !important; 
}

.BtnViewResultMain {
	width: 400px !important; 
	height: 40px !important; 
	color: #f1f2f2 !important; 
	/*fill: #f1f2f2;*/
	font-size: 14px; 
	font-weight: bold; 
	background: linear-gradient(#0A376E, #0A376E);
	/*background: #0A376E !important; /*#032356*/
	border-radius: 20px !important; 
	margin-bottom: 16px;
	cursor: pointer;
	/*border: none;*/
	border: 1px solid black;
}

.BtnViewResultSearch {
	width: 450px !important;
}

.RadSearchBox .rsbInner{
	border-radius: 20px;
	background-color: transparent !important;
	color: #737373 !important; 
	/*color: dimgrey !important;*/ /*grey*/
	/*padding-left: 7px !important;*/
	border-color: #0A376E !important;
}

.RadSearchBox .rsbButtonSearch {
	border-radius: 0 20px 20px 0;
	background-image: url('../images/ImgSearchBtn.png');
	background-position: -3px -1px !important;
	background-size: 45px 40px !important;
}

.RadSearchBox .rsbButtonSearch .rsbIcon {
	background-image: none !important;
}

.RadSearchBox .rsbInput { height:30px !important; margin-left:10px !important; }

.RadSearchBox .rsbEmptyMessage {
	font-style: italic !important;
	opacity: 1 !important;
	color: #737373 !important; 
}

.rsbPopup .rsbListItem {
	margin: 0;
	padding: 6px 6px 6px 10px !important;
	min-height: 1em;
}

.rsbPopup .rsbListItem:hover {
	background-color: #bceff8 !important; /* #e8f0fe #d2eefa  #B4FFF5*/
}

.rsbPopup .rsbListItem:focus {
	background-color: #bceff8 !important; /* #e8f0fe #d2eefa  #B4FFF5*/
}

.rsbPopup .rsbListItem:active {
	background-color: #bceff8 !important; /* #e8f0fe #d2eefa #B4FFF5*/
}

.searchBox { left: 183px !important; top: 45px !important; width:470px !important; }
.searchBox label { display:none !important; } /*wave*/

.DivViewResult { background-color:white; text-align:center; /*margin-top:0px;*/ }
.DivViewResultCast { background-color:white; text-align:center; /*margin-top:0px;*/ }
.DivViewResultCaas { background-color:white; text-align:center; /*margin-top:0px;*/ }
.DivViewResultCsa  { background-color:white; text-align:center; /*margin-top:0px;*/ }

.ReportGreyDiv      { background-color:#E6E7E8; padding:10px 0px 10px 0px; }
.ReportGreyDiv-caa  { background-color:#E6E7E8; padding:10px 0px 10px 0px; }
.ReportGreyDiv-cast { background-color:#E6E7E8; padding:10px 0px 10px 0px; }
.ReportGreyDiv-csa  { background-color:#E6E7E8; padding:10px 0px 10px 0px; }
.ReportGreyDiv-csa-2 { background-color: #E6E7E8; padding: 10px 0px 10px 0px; }
.ReportGreyDiv-caas { background-color:#E6E7E8; padding:10px 0px 10px 0px; }

.tileDiv     { float:left; max-width:350px; margin-left:15px; }
.tileDivCaa  { float:left; max-width:350px; margin-left:15px; }
.tileDivCast { float:left; max-width:350px; margin-left:15px; }
.tileDivCsa  { float:left; max-width:350px; margin-left:15px; }
.tileDivCaas { float:left; max-width:350px; margin-left:15px; }

.donutDiv      { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }
.donutDiv-sb   { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }
.donutDiv-caa  { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }
.donutDiv-cast { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }
.donutDiv-csa  { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }
.donutDiv-caas { float:left; margin-left:10px; background-color:white; border-style:solid; border-width:1px; border-color:black; }

.ClrFltr { display: inline-grid !important; }
.borderTop { border-style:none;}
.resGlanceDiv { margin-top: 15px; margin-bottom: 0px; }
.stdGroupDrp { width: 350px !important; }
.stdGroupDrpPerfTrend { width: 450px !important; }
.cdsGroupDrp { width: 450px !important; margin-bottom: 15px; }
.rschCdsGroupDrp { width: 350px !important; }

.drpdwnYear1 { width: 130px; }
.drpdwnGrade1 { width: 130px; }
.drpdwnSchoolType1 { width: 190px; }

.drpdwnYear2 { width: 230px; }
.drpdwnGrade2 { width: 170px; }
.drpdwnSchoolType2 { width: 200px; }

.drpdwnYear3 { width: 170px; }
.drpdwnGrade3 { width: 170px; }
.drpdwnSchoolType3 { width: 200px; }

.drpdwnYear4 { width: 170px; }
.drpdwnGrade4 { width: 200px; }
.drpdwnSchoolType4 { width: 200px; }


.researchPreviewMsgColor { font-weight:bold; /*color:#D20000;*/ }

/* Create two equal columns that floats next to each other */
.CompareResCol1 {
	float: left;
	width: 55%;
	padding: 10px;
	padding-left: 20px;
	border-right: 5px solid lightgray; padding-bottom:0px; 
	/*height: 240px;*/
}
.CompareResCol2 {
	float: left;
	width: 45%;
	padding: 10px;
	padding-left: 30px;
	/*height: 500px;*/
}

.CompareResCol3 {
	/*float: left;
	width: 50%;
	padding: 10px;
	padding-left: 20px;*/
	/*height: 240px;*/
	/*margin-top: -240px;*/
	border-top: 5px solid lightgray;
	padding-top: 10px;
	margin-top: 10px;
}
				
.CompareResRow {
	margin-bottom: 20px;
}

/* Clear floats after the columns */
.CompareResRow:after {
	content: "";
	display: table;
	clear: both;
}

.rdBtnList label { display:inline; }
.rdBtnList label::after { content: " "; }

.btnCart {
	background-color: white;
	background-image: url('../images/img_x.png');
	background-repeat: no-repeat;
	background-position: right;
	background-origin: content-box;
	text-align: left;
	width: 300px;
	height: 40px; /*35px;*/
	border: 1px solid lightgray;
	margin-bottom: 10px;
	float: left;
	white-space: normal;
	margin-right: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.btnCart:hover { border:2px solid navy !important; }
.btnCart:focus { border:2px solid lightgrey; }
.btnCart:active { border:2px solid lightgrey; }

.btnComp {
	border-radius: 20px;
	background: linear-gradient(#0A376E, #0A376E); /* standard syntax #032356, #032356 */
	color: white;
	margin: 0px 10px 10px 10px;
	padding: 10px 30px;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid black;
}

.BtnGridItem{ 
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid #0A376E;
	padding: 7px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #0A376E !important;
}

.GridBoundCol1 { min-width:110px !important; line-height:1.3em !important; text-align:left !important; }
.GridBoundCol2 { min-width:140px !important; line-height:1.3em !important; text-align:left !important; }
.GridBoundCol3 { min-width:150px !important; line-height:1.3em !important; text-align:left !important; }
.GridBoundCol4 { min-width:110px !important; line-height:1.3em !important; text-align:left !important; }
.GridBoundCol5 { min-width:110px !important; line-height:1.3em !important; text-align:left !important; }
.GridBoundCol6 { min-width:110px !important; line-height:1.3em !important; text-align:left !important; }

.GridItem1 { line-height:1.3em !important; text-align:left !important; }
.GridItem2 { line-height:1.3em !important; text-align:left !important; }
.GridItem3 { line-height:1.3em !important; text-align:left !important; }
.GridItem4 { line-height:1.3em !important; text-align:left !important; }
.GridItem5 { line-height:1.3em !important; text-align:left !important; }
.GridItem6 { line-height:1.3em !important; text-align:left !important; }

.cartDivCs {
	/*background-color: #ffb602;*/ /*#E6E7E9;*/
	padding: 10px 0px 10px 20px;
	margin-bottom: 20px;
	background-color: #fcef9d; /*#ffb602;*/
	border: 1px solid grey;
}

.cartDivClrAll {
	display: initial !important; 
	text-decoration: underline !important;    
	background-color: transparent !important;
	/*color: #000 !important;*/
}

.ddlSearchResultType { margin-top: -65px; margin-left: 500px; }

.RadGrid .rgHeaderDiv { margin-bottom: -15px !important; }

.collapsibleSbDtr {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: bold;
	border: 0;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsibleCaaDtr {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: bold;
	border: 0;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsibleCastDtr {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: 700;
	/*box-sizing: content-box;*/
	border: 0;
	padding: 10px 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsibleCaasDtr {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: bold;
	border: 0;
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsibleCsaDtr {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: 700;
	/*box-sizing: content-box;*/
	border: 0;
	padding: 10px 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsible {
	width: 100% !important; /*98%*/
	text-align: left;
	font-weight: 700;
	/*box-sizing: content-box;*/
	border: 0;
	padding: 10px 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#E6E7E8, #E6E7E8);
	white-space: inherit;
}

.collapsible_perftrend {
	width: 100% !important;
	text-align: left;
	font-weight: bold;
	/* box-sizing: content-box; */
	border: 0;
	padding: 10px 10px;
	text-decoration: none;
	cursor: pointer;
	background: linear-gradient(#155D96, #155D96);
	white-space: inherit;
	color: white;
	font-size: 16px;
}


.btnDivSbDtr   { margin-bottom:20px; }

.btnDivCaaDtr  { margin-bottom:20px; }

.btnDivCastDtr { margin-bottom:20px; }

.btnDivCaasDtr { margin-bottom:20px; }

.btnDivCsaDtr { 
	margin-bottom: 20px; 
	width: 98.35%; 
	/*width: auto;*/
}

.btnDivCast { margin-bottom:20px; }

.btnDivSbDtrOut { 
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
}

.btnDivSbDtrOut-expand {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: block;
}

.btnDivCaaDtrOut { 
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
}

.btnDivCaaDtrOut-expand {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: block;
}

.btnDivCastDtrOut { 
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
}

.btnDivCastDtrOut-expand {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: block;
}

.btnDivCaasDtrOut {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
}

.btnDivcaasDtrOut-expand {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: block;
}

.btnDivCsaDtrOut { 
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: none;
}

.btnDivCsaDtrOut-expand {
	border: 4px solid #E6E7E8;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: -21px;
	display: block;
}

.lblDntLvl {
	margin-left: 20px;
	margin-bottom: 10px; 
	font-size: 13px; /*12px*/
	color: black;
	font-weight: bold;
	/*padding-bottom: 5px !important;*/ /*new*/
}

.caption001 caption { color: #294660; }

a:visited span.LinkNotation {
	color: #000000;
}

a:link span.LinkNotation {
	text-decoration: none;
	color: #000000;
	display: inline-block;
	padding-left: 5px;
}

/* Error, Warning, Info, Success Messages Styles */
/* ********************************************************************************************************* */
.alertMsg {
	/*padding: 20px;*/
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	/*margin-bottom: 15px;*/
}

.alertMsg.success {
	background-color: #04AA6D;
}

.alertMsg.info {
	background-color: #2196F3;
}

.alertMsg.warning {
	background-color: #ff9800;
}

.alertMsg.error {
	background-color: #f44336;
}

.closebtnMsg {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.closebtnMsg:hover {
	color: black;
}
/* ********************************************************************************************************* */





/* new tooltip */
/* ********************************************************************************************************* */
.tp-wrapper {
	/*position: relative;*/ /* Allow tooltips to be easily positioned relative to the triggering element */
	cursor: pointer;
	vertical-align: super;
}

[role=tooltip] { /* hide tooltips by default */
	display: none;
	position: absolute;
	border: 2px solid #032356;
	background: white;
	width: 300px;
	height: auto;
	border-radius: 5px;
	text-align: left;
	padding: 6px;
	line-height: 1.5em;
	/*margin-left: 75px;*/
	white-space: normal !important;
	z-index: 1;
	font-size: 13px;
	cursor: default;
	/*margin-top: -5px;*/
}

[role=tooltip]:after {
	content:"";
}

/* Add a downward arrow to style the tooltip */
/*
[role=tooltip]:after { 
	position: absolute;
	left: 1em;
	bottom: -0.75em;
	content: '';
	width: 0;
	height: 0;
	border-right: 0.75em solid transparent;
	border-left: 0.75em solid transparent;
	border-top: 0.75em solid #666;
	border-bottom: none;
}
*/

.tp-trigger {
	width: 13px;
	height: 13px;
	color: white;
	background-color: #264F95;
	border-radius: 10px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-left: 3px;
	font-size: 10px;
	font-family: ui-serif;
	vertical-align: super;
}

button.tp-trigger:focus {
	color: white;
	background-color: #264F95;
}

button.tp-trigger:active {
	color: white;
	background-color: #264F95;
}

.tp-trigger:hover + [role=tooltip],
.tp-trigger:focus + [role=tooltip] {
	display: block;
}
/* ********************************************************************************************************* */

/* old tooltip */
/* ********************************************************************************************************* */
.tooltipX1 {
	cursor: pointer;
	vertical-align: super;
}

.tooltiptextX1 {
	visibility: hidden;
	border: 2px solid #032356;
	background: white;
	width: 300px;
	height: auto;
	border-radius: 5px;
	text-align: left;
	padding: 6px;
	line-height: 1.5em;
	margin-left: -100px;
	white-space: normal !important;
	z-index: 1;
	font-size: 13px;
	position: absolute;
	cursor: default;
	margin-top: 25px;
}

.tooltipX1::after {
	content: "";
}

button.helpButtonX1:hover + .tooltiptextX1 {
	visibility: visible;
}

button.helpButtonX1:focus + .tooltiptextX1 {
	visibility: visible;
}

.helpButtonX1 {
	width: 13px;
	height: 13px;
	color: white;
	background-color: #264F95;
	border-radius: 10px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-left: 3px;
	font-size: 10px;
	font-family: ui-serif;
	vertical-align: super;
}

button.helpButtonX1:focus {
	color: white;
	background-color: #264F95;
}

button.helpButtonX1:active {
	color: white;
	background-color: #264F95;
}
/* ********************************************************************************************************* */

/* old tooltip */
/* ********************************************************************************************************* */
.tiptext {
	color: black;
	font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 600 !important;
	-webkit-transition: background .15s cubic-bezier(.33, .66, .66, 1);
	transition: background .15s cubic-bezier(.33, .66, .66, 1);
	text-decoration: none;
	font-size: 14px;
	line-height: 172%;
	-webkit-animation-name: link-helpoff;
	-webkit-animation-duration: 1s;
	animation-name: link-helpoff;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition-delay: 0.4s;
	cursor: pointer;
}

.tiptext::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	color: transparent;
	background-color: transparent;
	transition: background-color 0.5s linear;
}

.tiptext:focus::after, .tiptext:hover::after {
	/*background-color: rgba(255, 255, 255, 0.6);*/
}

.descriptionTipText {
	border: 1px solid #032356;
	background: white;
	width: auto;
	max-width: 275px;
	height: auto;
	padding: 6px;
	font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: 300;
	color: rgb(39, 44, 45);
	font-size: 13px;
	z-index: 500;
	position: absolute;
	margin-left: -60px;
	margin-top: 30px;
	cursor: default;
	display: inline-block;
	white-space: normal !important;
	text-align: left;
	line-height: 1.5em;
	border-radius: 5px;
}

.tiptext > .descriptionTipText {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.4s, opacity 0.4s linear;
}

.tiptext:focus > .descriptionTipText, .tiptext:hover > .descriptionTipText {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	-webkit-transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
}

.tiptext:focus, .tiptext:hover {
	color: black;
	-webkit-animation-name: link-help;
	-webkit-animation-duration: 0.6s;
	animation-name: link-help;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	transition-delay: 0s;
}
/* ********************************************************************************************************* */


/* sorting css style*/
.sorting_asc,
.sorting_desc {
	cursor: pointer;
	font-size: 0.9em;
	margin-left: 4px;
}

.sorting_no {
	display: inline-block;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-size: 0.70em;
	margin-left: 10px;
	color: lightgray;
}

.RadGrid_Bootstrap .rgSortAsc {
	background-position: 5px 5px !important;
    background-image: url('../images/sort_asc.png') !important;
	background-size: 15px 20px !important;
}

.RadGrid_Bootstrap .rgSortDesc {
	background-position: 5px 5px !important;
    background-image: url('../images/sort_desc.png') !important;
	background-size: 15px 20px !important;
}

.divCart {
	display: inline-table; 
	width: 280px; 
	background-color: white; 
	height: 55px; 
	margin-bottom: 10px; 
	padding: 10px 10px 10px 10px;
	vertical-align: middle !important;
	border: 1px solid black;
}

.divCart:hover {
	border: 2px solid navy !important;
}

.linkBtnCart {
	float: right; 
	font-size: 14px; 
	font-weight: bold; 
	text-decoration: none;
	/*padding-top: 5px;*/ 
	/*background-color: #E6E7E8;*/
	margin-top: 5px;
}

.linkBtnCart:hover {
	background-color: lightgrey;
}

.linkBtnCart:focus {
	background-color: lightgrey;
}

.linkBtnCart:active {
	background-color: lightgrey;
}

/*#region Nav Accessible New*/

.dropdown {
	position: relative;
}

.btnAcc {  
	height: 50px;
	border: 1px solid transparent;
	padding-left: 15px; /*13px*/
	margin-left: 0;
	padding-right: 15px;
	cursor: pointer;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none !important;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	background-color: rgb(255, 255, 255) !important;
	border: 2px solid lightgrey;
	margin-left: 134px !important;
	width: 300px !important;
}

.open > .dropdown-menu {
	display: inline-block !important; /*block*/
}

.btn_Access { background-color:transparent; color:white; font-weight:bold; width:100%; text-align:left; }
.btn_Access:hover, .btn_Access:focus, .btn_Access:active { background-color: #2D6D9D !important; text-decoration:underline; }
.btn_Access_Assess { background-color: #ffb602 !important; /* yellow */ color: #032356 !important; font-weight:bold; width:100%; text-align:left; }
.btn_Access_Assess:hover, .btn_Access_Assess:focus, .btn_Access_Assess:active { background-color: #2D6D9D !important; color:white !important; text-decoration:underline; }

.borderLeft {
	position: relative;
}

.borderLeft:after {
	content: ""; 
	background: lightgrey; 
	position: absolute;
	top: 2%; 
	left: 0%; 
	height: 96%;
	width: 1px;
}

/* Remove extra left and right margins, due to padding */
.DashRow {
	margin-right: -8px;
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 6px; /*8px*/
	width: 295px; /*300px;*/
}

/* Clear floats after the columns */
.DashRow:after {
	content: "";
	display: table;
	clear: both;
}

/* Remove extra left and right margins, due to padding */
.DashRowCAA {
	margin-right: -8px;
	margin-left: -4px;
	margin-top: 0px;
	margin-bottom: 6px; /*8px*/
	width: 295px; /*300px;*/
}

/* Clear floats after the columns */
.DashRowCAA:after {
	content: "";
	display: table;
	clear: both;
}


/* Style the counter cards */
.DashCard { min-height:120px; padding:10px 12px 10px 12px; background-color:#FFFFFF; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; }
.DashCard:hover { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard:active { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard:focus { box-shadow: 0 2px 4px 2px dimgrey; }

.DashCard0 {
	min-height: 105px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.DashCard0:hover { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard0:active { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard0:focus { box-shadow: 0 2px 4px 2px dimgrey; }

.DashCard1 {
	min-height: 111px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCard1:hover { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard1:active { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard1:focus { box-shadow: 0 2px 4px 2px dimgrey; }

.DashCard2 {
	min-height: 116px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCard2:hover { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard2:active { box-shadow:0 2px 4px 2px dimgrey; }
.DashCard2:focus { box-shadow: 0 2px 4px 2px dimgrey; }

/* Smarter Balanced ELA and Math */
.DashCardSB {
	min-height: 83px;
	padding: 10px 12px 10px 12px;
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardSB:hover { box-shadow:0 2px 4px 2px dimgrey; background-color:#d2eefa; }
.DashCardSB:active { box-shadow:0 2px 4px 2px dimgrey; background-color:#d2eefa; }
.DashCardSB:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardSB0 {
	min-height: 83px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardSB0:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB0:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB0:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardSB1 {
	min-height: 87px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardSB1:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB1:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB1:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardSB2 {
	min-height: 91px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardSB2:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB2:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB2:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardSB3 {
	min-height: 94px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardSB3:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB3:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardSB3:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

/* CAA ELA and Math */
.DashCardCAA {
	min-height: 108px;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAA:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAA0 {
	min-height: 108px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAA0:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA0:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA0:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAA1 {
	min-height: 113px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAA1:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA1:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA1:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAA2 {
	min-height: 118px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAA2:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA2:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAA2:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

/* CAST */
.DashCardCAST {
	min-height: 82px;
	padding: 10px 10px 5px 10px;
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAST:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAST0 {
	min-height: 82px !important;
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAST0:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST0:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST0:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAST1 {
	min-height: 86px !important;
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAST1:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST1:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST1:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAST2 {
	min-height: 90px !important;
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAST2:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST2:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST2:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAST3 {
	min-height: 93px !important;
	background-color: #FFFFFF;
	padding: 10px 10px 5px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAST3:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST3:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAST3:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }


/* CSA */
.DashCardCSA {
	min-height: 108px;
	padding: 10px 12px 10px 12px;
	background-color: #FFFFFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCSA:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCSA:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCSA:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCSA0 {
	min-height: 108px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 10px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCSA0:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCSA0:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCSA0:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

/* CAA for Science */
.DashCardCAAS {
	min-height: 106px;
	background-color: #FFFFFF;
	padding: 10px 12px 5px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAAS:hover { box-shadow:0 2px 4px 2px dimgrey; background-color:#d2eefa; }
.DashCardCAAS:active { box-shadow:0 2px 4px 2px dimgrey; background-color:#d2eefa; }
.DashCardCAAS:focus { box-shadow:0 2px 4px 2px dimgrey; background-color:#d2eefa; }

.DashCardCAAS0 {
	min-height: 106px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 5px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAAS0:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS0:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS0:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAAS1 {
	min-height: 111px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 5px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAAS1:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS1:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS1:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }

.DashCardCAAS2 {
	min-height: 116px !important;
	background-color: #FFFFFF;
	padding: 10px 12px 5px 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.DashCardCAAS2:hover { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS2:active { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }
.DashCardCAAS2:focus { box-shadow: 0 2px 4px 2px dimgrey; background-color: #d2eefa; }


.DashColorstripBlue {
	background-color: #2D6D9D;
	height: 14px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.DashColorstripCAA {
	background-color: #71C0A0;
	height: 14px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.DashColorstripCAAS {
	background-color: #71C0A0;
	height: 14px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.DashColorstripCAST {
	background-color: #2D6D9D;
	height: 14px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.DashColorstripCSA {
	background-color: #612467;
	height: 14px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

.colorBarBelowNavigationSB {
	background-color: #2D6D9D; 
	height: 6px;
}

.colorBarBelowNavigationCAA {
	background-color: #71C0A0; 
	height: 6px;
}

.colorBarBelowNavigationCAST {
	background-color: #2D6D9D; 
	height: 6px;
}

.colorBarBelowNavigationCSA {
	background-color: #612467; 
	height: 6px;
}

.ulNavAssessments {
	width: 315px !important; 
	/*display: none !important;  
	left: 78px !important;  
	background-color: #FFFFFF !important;  
	border: 3px solid lightgray !important;*/  
	margin-left: -4px !important; 
}

.navItemSelected {
	/* border: 2px solid white; */
	/* border-radius: 50px; */
	background-color: #ffb602 !important; /* yellow */
	/*color: #155d96 !important;*/   /* blue */
	/*color: #294660 !important;*/
	/*color: black !important;*/
	color: #032356 !important;
}

a.navItemSelected svg {
	fill: #032356 !important;
}

.navItemSelected:hover {
	background-color: #ffb602 !important;
}

.navItemSelected:focus {
	background-color: #ffb602 !important;
}

.stdGrpDropdownWidth {
	/*Width: 350px;*/
}

.addPaddingLRTB20 {

}

.addPaddingLRTB15 {

}

.addPaddingLRTB10 {

}

.addPaddingLRTB5 {

}

.addPaddingLR20 {
	/*padding-left: 20px !important;
	padding-right: 20px !important;*/
}

.addPaddingLR15 {
	/*padding-left: 15px !important;
	padding-right: 15px !important;*/
}

.addPaddingLR10 {
	/*padding-left: 10px !important;
	padding-right: 10px !important;*/
}

.addPaddingLR5 {
	/*padding-left: 5px !important;
	padding-right: 5px !important;*/
}

.addPaddingTB5 {

}

.addPaddingTop5 {

}

.addPaddingBottom5 {

}

.addPaddingTB10 {

}

.marginELStatementPerfTrend {
	margin-left: 125px !important;
	text-align: left !important;
}

.marginPerfTrendCAST {
	text-align: left !important;
	margin-left: 300px !important;
}

.spaceTablesResearchLayout {
	padding-bottom: 15px;
}

.homeTileRowMarginBotom {
	margin-bottom: 20px;
}

.subNavDivMainPadding {
	padding-top: 10px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.subNavDivStyle {
	display: inline-block; 
	/*padding: 10px 20px 10px 0px;*/
	/*padding: 10px 0px 10px 20px;*/
	padding: 5px 10px 5px 10px;
}

.subNavItemStyle {
	text-decoration: none;    
	font-size: 1em; 
	font-weight: bold;

	/*color: dimgrey !important;*/ 
	/*color: #294660 !important;*/
	color: #333333 !important;
}

a.subNavItemStyle:hover {
	text-decoration: underline !important;
}

a.subNavItemStyle:focus {
	text-decoration: underline !important;
}

.subNavItemSelected {
	color: #294660 !important; 
	/*padding-bottom: 3px;*/ 
	/*border-bottom: 3px solid #2D6D9D;*/
}

.subNavItemDivSelected {
	border: 2px solid #2D6D9D;
	border-radius: 25px;
	background-color: white;
}

/* vk - not working */
.navAssmntDrpDwn {
	width: 315px !important; 
	display: none !important;
	left: 78px !important;
	border: 3px solid lightgray !important;
	background-color: #FFFFFF !important;
	margin-left: -4px;
}

/* vk - new */
.AsmntDrpDwnLi {
	display: inherit !important; 
	border-bottom: 1px solid lightgrey !important; 
	width: 100% !important;
}

.OrgListTableHeader {
	text-align: center !important;
}

.h1a {
	margin: 0px 0px 0px 0px;
	/*font-family: arial, sans-serif;*/
	/*font-size: 1.8em;*/
	/*color: #294660;*/ /* dark blue */
	border-bottom: none;
	line-height: inherit;
}

.h1aSpan1 {
	margin: 0px 0px 0px 0px;
	font-family: arial, sans-serif;
	font-size: 0.6em;
	font-style: italic;
	color: #294660; /* dark blue */
	border-bottom: none;
	line-height: inherit;
	display: block;
	padding: 5px 0px 0px 0px;
}

.h2WithH1Style {
	border-bottom: none !important; 
	font-size: 2em !important; 
	line-height: 1.5 !important;
}

.h3WithH2Style {
	border-bottom: none !important; 
	font-size: 1.5em !important; 
	line-height: 1.1 !important;
}

.h4WithH3Style {
	border-bottom: none !important; 
	font-size: 1.17em !important; 
	line-height: 1.1 !important;
}

.pageTopSection1 {
	border-bottom: 1px solid grey;
	padding: 10px 0px 10px 0px; 
	/*background-color: #f0f1f1;*/
	background-color: #E6E7E8;
	/*box-shadow: 0px 2px 0px 0px lightgrey;*/
}

.SuppressionAndNAMessage {
	font-style: italic !important;
	/*font-weight: bold !important;*/
}

.SuppressionAndNAMessagePrint {
	display: none;
	font-style: italic !important;
	/*font-weight: bold !important;*/
}

.Print-Only {
	display: none;
}

.scrollable-table {
  overflow-x: auto;
  touch-action: auto;
}

.scrollable-table1 {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-graph {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-graph1 {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-graph2 {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-graph4 {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-perfgraphSB {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-perfgraphCAST {
	overflow-x: auto;
	touch-action: auto;
}

.scrollable-div-graph {
  
}

.addBottomBorderForBarGraphDiv {
	padding-bottom: 10px !important;
}

.vReportTablePara {
	/*width: 90%;*/
}

.vReportTableLink {
	/*width: 90%;*/
}

.vReportTableParaChgTime {
	/*width: 80%;*/
}

.vReportTableLinkChgTime {
	/*width: 80%;*/
}

.vReportTableParaCASTGC {
	/*width: 45%;*/
}

.vReportTableLinkCASTGC {
	/*width: 45%;*/
}

.vReportTableParaComp {
	/*width: 85%;*/
}

.vReportTableLinkComp {
	/*width: 85%;*/
}

table.vReportTable {
	page-break-inside: avoid;
	width: 90%;
}

table.vReportTblCast {
	page-break-inside: avoid;
	width: 90%;
}

table.vReportTable th {
	font-size: 14px;
	background-color: #bcbec0;
	color: black;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
	padding-top: 8px;
	padding-bottom: 8px;
}

table.vReportTblCast th {
	font-size: 14px;
	background-color: #bcbec0;
	color: black;
	line-height: 2.5em;
	text-align: center;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
}

table.vReportTable td {
	font-size: 14px;
	line-height: 2em;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
}

table.vReportTblCast td {
	font-size: 14px;
	line-height: 2em;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
}

table.vReportTable .vReportTableColCell {
	font-size: 14px;
	background-color: white;
	color: #414042;
	line-height: 2em;
	text-align: left;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
	white-space: nowrap;
	padding: 5px 5px 5px 10px;
}

table.vReportTblCast .vReportTblCastColCell {
	font-size: 14px;
	background-color: white;
	color: #414042;
	line-height: 2em;
	text-align: left;
	border: 1px solid #2e2e2e !important; /*darkgrey*/
	white-space: nowrap;
	padding: 5px 5px 5px 10px;
}

.vReportTableCellMarginBtm {
	margin-bottom: 0px;
}

.vReportTblCellMarginBtm {
	margin-bottom: 0px;
}

.vReportTblCastCellMarginBtm {
	margin-bottom: 0px;
}

/*#region Navigation Dummy*/

#main-nav1 > li {
	margin-left: -4px;
	}

#main-nav1 > li > a {
	border: 1px solid #47667e;
	border-width: 0 1px 0 0;
}

#main-nav1 > li:first-of-type > a {
	border-left: 1px solid #47667e;
}
/*---------*/

.ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #294660;
}

.li1 {
  float: left;
}

.li1 a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.li1 a:hover, .dropdown:hover .dropbtn {
  background-color: #2D6D9D;
}

.li1.dropdown {
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content1 a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content1 {
  display: block;
}

/*#endregion Navigation New*/

/*#region top-nav, main-nav New*/


#Newtop-nav {
	background-color: #155d96; /* blue */
	color: #fff;
	height: 50px;
	position: relative;
	font-size: 14px !important;
}

#Newtop-nav a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-top: 0;
}

#Newtop-nav a {
	position: relative;
	height: 60px; /* ten more than the height of #top-navNew */
	line-height: 50px; /* height of #top-navNew */
	padding: 2px 10px 0;
	vertical-align: top;
	margin-top: -1px;
	font-weight: bold;
}

#Newtop-nav ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

#Newtop-nav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#Newtop-nav a.current {
		background-color: #ffb602 !important; /* yellow */
	color: #155d96; /* blue */
}

#Newtop-nav a:focus,
#Newtop-nav a:hover,
#Newtop-nav a:focus .icon-home,
#Newtop-nav a:hover .icon-home {
		color: #ffb602 !important; /* yellow */
		fill: #ffb602 !important; /* yellow */
}

#Newtop-nav a.current:focus,
#Newtop-nav a.current:hover {
	color: #fff;
}

#Newtop-nav a.current:focus .icon-home,
#Newtop-nav a.current:hover .icon-home {
	fill: #155d96; /* blue */
}

#Newtop-nav .icon-home,
#Newtop-nav a svg  {
	fill: #fff;
	font-size: 24px;
	/*margin-top: -5px;*/ /**/
}

#Newtop-nav .current .icon-home {
	fill: #fff; /* blue */
}

#Newtop-nav .current > .triangle {
	display: block;
	height: 10px;
	background-color: #fff;
	margin: 0 -10px;
	line-height: 10px;
}

#Newtop-nav {
	position: relative;
}

#Newtop-nav-bg,
#Newsub-nav-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #294660; /* dark blue */
}

#Newsub-nav-bg {
	top: auto;
	bottom: 0;
	background-color: black;

	/*display:none;*/ /* For navigation */
}

#Newtop-nav.has-sub {
	height: 100px;  /* For navigation */
}

.rotate svg { /**/
	-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
			transform: rotate(270deg);
}

#Newmain-nav > li {
	margin-left: -4px;
}

#Newmain-nav > li > a {
	border: 1px solid #47667e;
	border-width: 0 1px 0 0;
}

#Newmain-nav > li:first-of-type > a {
	border-left: 1px solid #47667e;
}

#Newtop-nav a {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	color: #fff;
	margin-top: 0;
}

#Newtop-nav li ul a {
	font-weight: normal;
}	
		
#Newtop-nav a.current {
	height: auto;
	color: #294660; /* dark blue */
	font-weight: bold;
}

#Newtop-nav .current > .triangle {
	display: none;
}

#Newtop-nav a:focus,
#Newtop-nav a:hover,
#Newtop-nav a:focus .icon-home,
#Newtop-nav a:hover .icon-home {
	color: #d0d2d3; /* gray */
	fill: #d0d2d3; /* gray */
}

#Newtop-nav a.current:focus,
#Newtop-nav a.current:hover {
	color: #294660; /* dark blue */
}

#Newtop-nav a:hover svg { fill: dat-gray-color; }

.has-sub ul ul {
	left: 20px;
	top: 50px;
	/* width: 100%; */
	width: 125%;
	background-color: #294660; /* dark blue */
	z-index: 3;
}

ul ul .btm-triangle {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #294660 transparent transparent transparent; /* dark blue */
}

/* - - - */
#Newtop-nav.NavContent_sba a.current,
#Newtop-nav.NavContent_sba a.current:focus,
#Newtop-nav.NavContent_sba a.current:hover {
	color: #fff;
	background-color: #2c6d9e; /* sb blue */
}

.NavContent_sba ul ul,
.NavContent_sba #sub-nav-bg {
	background-color: #2c6d9e; /* sb blue */
	border-top-color: #2c6d9e; /* sb blue */
}

.NavContent_sba .btm-triangle {
	border-top-color: #2c6d9e; /* sb blue */
}
/* - - - */

/* - - - */
#Newtop-nav.NavContent_caa a.current,
#Newtop-nav.NavContent_caa a.current:focus,
#Newtop-nav.NavContent_caa a.current:hover,
#Newtop-nav.NavContent_caa ul ul a {
	color: #000;
	background-color: #85c39e; /* alt green */
}

#Newtop-nav.NavContent_caa ul ul a:focus,
#Newtop-nav.NavContent_caa ul ul a:hover {
	color: #fff;
}

.NavContent_caa ul ul,
.NavContent_caa #sub-nav-bg {
	background-color: #85c39e; /* alt green */
	border-top-color: #85c39e; /* alt green */
}

.NavContent_caa .btm-triangle {
	border-top-color: #85c39e; /* alt green */
}

#Newnavbar-btn {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5em 0.625em;
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	background-color: #294660; /* dark blue */
}

#Newnavbar-btn span {
	display: inline-block;
	vertical-align: middle;
}

#Newnavbar-btn .txt {
	font-size: 16px;
}

#Newnavbar-btn:hover {
}

#Newnavbar a:focus {
}

/* used js to insert an overview link for the rwd menu, hide it from desktop */
#Newtop-nav .js-overview li.overview { display: none; }

.current svg { display: none; }

.iconNew {
	display: inline-block;
	vertical-align: middle;
	height: 1em;
	width: 1em;
	/*transform: rotate(90deg);*/ /* Assessments icon*/
	/*margin-top: 4px;*/
}

/* ############################################################################################################################################################################# */
/* ############################################################################################################################################################################# */


/*MEDIA QUERIES STARTS HERE */

/* BEGIN - Media Query - max-width: 450px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 450px) {
header {
		/* Disable this when Login page is enabled */
		/* Enable this when Login page is disabled */
		/*margin-top: -16px;*/
	}
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 450px */



/* BEGIN - Media Query - max-width: 500px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 500px) {
	.donut-chartCast { width: 470px !important; }
	.donut-chartCaas { width: 470px !important; }
	.donut-chartCsa { width: 470px !important; }
	.donut-chartCsa-2 { width: 470px !important; }
	.donut-chartCsa-sub { margin-left: -110px !important; }
	.inner-content1-cast { margin-left: 185px !important; }
	.inner-content1-caas { margin-left: 185px !important; }
	.inner-content1-csa { margin-left: 240px !important; } /*185px*/
	.inner-content2-csa { margin-left: 185px !important; } /*240px*/
	.donutDiv-sb { width:95%; }
	.donutDiv-caa { width:95%; }
	.donutDiv-cast { width:95%; }
	.donutDiv-csa { width:95%; }
	.donutDiv-caas { width:95%; }
	.DivViewResultCast { width:85%; text-align:left; padding-left:5px; }
	.DivViewResultCaas { width:85%; text-align:left; padding-left:5px; }
	.DivViewResultCsa { width:85%; text-align:left; padding-left:5px; }
	.DashRowCAA { width:100% !important; padding-right:5px !important; }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 500px */



/* BEGIN - Media Query - max-width: 600px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 600px) {
	
	/* these rules are for the rail-promos next to the contents */
	.home #main .content-left {
		margin-right: 20px;
	}	
	
	.home .rail-right {
		position: static;
		width: auto;
	}	

	.home .rail-promo {
		max-width: 100%;
	}

	#nav-back-to {
		display: block;
		margin: -20px -20px 20px -20px;
		padding: 15px 10px;
		text-decoration: none;
		color: #fff;
		line-height: 24px;
		font-size: 16px;
		background-color: #2c6d9e; /* sb blue */
	}

	#nav-back-to svg {
		fill: #fff;
		font-size: 24px;
		margin-top: -3px;
	}

	.align-wrap .align-left,
	.align-wrap .align-right {
		float: none;
	}

	.infoPanelLineLeft {
		border-left: none !important;
		border-bottom: 2px solid black !important;
		width: 100% !important;
	}

	.stdGrpDropdownWidth {
		Width: 300px !important;
	}

	.scrollable-table {
	  overflow-x: auto !important;
	  touch-action: auto;
	}

	.scrollable-table1 {
		overflow-x: auto !important;
		touch-action: auto;
	}

	header {
		height: 50px;
		overflow: hidden;
		background-image: none;
		background-color: #bddae6;
		/*margin-top: -16px;*/
	}

	.arrangeDrpDwnCtrls {
		display: block !important;
	}

	.marginELStatementPerfTrend {
		margin-left: 5px !important;
		text-align: left !important;
	}

	.marginPerfTrendCAST {
		text-align: left !important;
		margin-left: 0px !important;
	}

	.inner_content1_nodata {
		/*max-width: 290px !important;*/
	}

	.inner_content2_nodata {
		/*max-width: 290px !important;*/
	}

	.inner_content1_nodata_caa {
		/*max-width: 290px !important;*/
	}

	.inner_content2_nodata_caa {
		/*max-width: 290px !important;*/
	}

	.inner_content1_nodata_cast {
		/*max-width: 290px !important;*/
	}

	.inner_content1_nodata_csa {
		/*max-width: 290px !important;*/
	}

	.inner_content2_nodata_csa {
		/*max-width: 290px !important;*/
	}

	.inner_content1_nodata_caas {
		/*max-width: 290px !important;*/
	}

	.OrgListTableHeader {
		text-align: left !important;
	}

}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 600px */



/* BEGIN - Media Query - max-width: 700px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 501px) and (min-width: 700px) {
	.donut-chartCast { width: 470px !important; }
	.donut-chartCsa { width: 470px !important; }
	.donut-chartCsa-2 { width: 470px !important; }
	.donut-chartCaas { width: 470px !important; }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 700px */



/* BEGIN - Media Query - max-width: 850px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 850px) {    
	.inner-content1-cast { margin-left: 185px !important; }    
	.donut-chartCast { width: 470px !important; }

	.inner-content1-caas { margin-left: 185px !important; }    
	.donut-chartCaas { width: 470px !important; }
	
	.inner-content1-csa { margin-left: 240px !important; }
	.inner-content2-csa { margin-left: 185px !important; } /*240px*/
	.donut-chartCsa { width: 470px !important; }
	.donut-chartCsa-2 { width: 470px !important; }
	.donut-chartCsa-sub { margin-left: -110px !important; }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 850px */



/* BEGIN - Media Query - min-width: 501 and max-width: 899px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (min-width: 501px) and (max-width: 899px) {
	.donutDiv-sb { width:75%; }
	.donutDiv-caa { width:70%; }
	.donutDiv-cast { width:75%; }
	.donutDiv-csa { width:70%; } /*55*/
	.donutDiv-caas { width:70%; }
	.DivViewResultCast { width:85%; text-align:center; padding-left:5px; }
	.DivViewResultCaas { width:85%; text-align:center; padding-left:5px; }
	.DivViewResultCsa  { width:95%; text-align:center; padding-left:5px; }
	.DashRowCAA { width:110% !important; padding-right:5px !important; }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - min-width: 501 and max-width: 899px */



/* BEGIN - Media Query - max-width: 900px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* changed from 800 to 900 to fix the navigation wrapping issue while resizing the window */
@media screen and (max-width: 900px) {

	header {
		height: 50px;
		overflow: hidden;
		background-image: none;
		background-color: #bddae6;
		/*margin-top: -16px;*/
	}

	#top-nav { display: none; }
	#logo-cde { display: none; }

	#navbar-btn { display: block; }
	#top-nav .js-overview li.overview { display: block; }

	#top-nav-bg,
	#sub-nav-bg {
		display: none;
	}

	#top-nav,
	#top-nav.has-sub {
		margin: 0;
		padding: 0;
		height: auto;
		background-color: #294660; /* dark blue */
	}

	#top-nav ul {
		position: static;
		display: block;
		margin: 0;
		padding: 0;
	}

	#top-nav ul li {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #47667e;
	}

	.btm-triangle {
		display: none;
	}
		
	#top-nav ul ul {
		display: none;
	}

	#top-nav ul ul {
		/* padding-left: 20px; */
	}
		
	#top-nav ul ul li a {
		margin-left: 20px;
	}

	#top-nav a {
		display: block;
		padding-left: 20px;		
		position: relative;

		/* , below 2 lines are removed for mobile*/
		/*border-left: 10px solid #294660;*/ /* dark blue */     
		/*background-color: #294660 !important;*/ /* dark blue */
	}

	#top-nav a.current,
	#top-nav a.current:hover,
	#top-nav a.current:focus {
		color: #fff !important;
		border-color: #d0d2d3; /* gray */
	}

	#top-nav a#sba.current {
		border-left: 10px solid #2c6d9e; /* sb blue */
	}
		
	#top-nav a#caa.current {
		border-left: 10px solid #85c39e; /* alt green */
	}

	.current[id] svg  {
		display: inline-block;
		fill: #fff;
		font-size: 24px;
		position: absolute;
		top: 13px;
		right: 20px;
		-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}

	.rotate svg {
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
	}

	.NavContent_sba ul ul,
	.NavContent_caa ul ul {
		background-color: transparent;
	}

	#top-nav.NavContent_caa ul ul a {
		color: #fff;
	}
		
	#top-nav.NavContent_caa ul ul a:focus,
	#top-nav.NavContent_caa ul ul a:hover {
		color: #d0d2d3; /* gray */
	}

	.addPaddingLRTB20 {
		padding: 20px 20px 20px 20px !important;
	}

	.addPaddingLRTB15 {
		padding: 15px 15px 15px 15px !important;
	}

	.addPaddingLRTB10 {
		padding: 10px 10px 10px 10px !important;
	}

	.addPaddingLRTB5 {
		padding: 5px 5px 5px 5px !important;
	}

	.addPaddingLR20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.addPaddingLR15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.addPaddingLR10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.addPaddingLR5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.addPaddingTB5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.addPaddingTop5 {
		padding-top: 5px !important;
	}

	.addPaddingBottom5 {
		padding-bottom: 5px !important;
	}

	.addPaddingTB10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.subNavDivMainPadding {
		padding-top: 10px !important;
	}

	.homeTileRowMarginBotom {
		margin-bottom: 0px !important;
	}

	.ulNavAssessments {
		width: 100% !important; 
		/*display: none; 
		left: 78px; 
		background-color: #FFFFFF; 
		border: 3px solid lightgray;*/ 
		margin-left: 0px !important;
	}

	#logo-caaspp .dsk,
	#logo-caaspp .txt {
		display: none;
	}
	
	#logo-caaspp .rwd {
		display: inline-block; /*block*/
	}
	
	#logo-caaspp {
		display: inline-block;
		padding: 0px;
	}


	#top-navNew { display: none; }
	#logo-cde { display: none; }

	#navbarNew-btn { display: block; }
	#top-navNew .js-overview li.overview { display: block; }

	#top-navNew-bg,
	#sub-nav-bg {
		display: none;
	}

	#top-navNew,
	#top-navNew.has-sub {
		margin: 0;
		padding: 0;
		height: auto;
		background-color: #294660; /* dark blue */
	}

	#top-navNew ul {
		position: static;
		display: block;
		margin: 0;
		padding: 0;
	}

	#top-navNew ul li {
		display: block;
		margin: 0;
		padding: 0;
		border-top: 1px solid #47667e;
	}

	.btm-triangle {
		display: none;
	}
		
	#top-navNew ul ul {
		display: none;
	}

	#top-navNew ul ul {
		/* padding-left: 20px; */
	}
	
	#top-navNew ul ul li a {
		margin-left: 20px;
	}

	#top-navNew a {
		display: block;
		padding-left: 20px;		
		position: relative;

		/* , below 2 lines are removed for mobile*/
		/*border-left: 10px solid #294660;*/ /* dark blue */     
		/*background-color: #294660 !important;*/ /* dark blue */
	}

	#top-navNew a.current,
	#top-navNew a.current:hover,
	#top-navNew a.current:focus{
		color: #fff !important;
		border-color: #d0d2d3; /* gray */
	}

	#top-navNew a#sba.current {
		border-left: 10px solid #2c6d9e; /* sb blue */
	}
		
	#top-navNew a#caa.current {
		border-left: 10px solid #85c39e; /* alt green */
	}

	.current[id] svg  {
		display: inline-block;
		fill: #fff;
		font-size: 24px;
		position: absolute;
		top: 13px;
		right: 20px;
		-webkit-transition: all 0.3s ease;
				transition: all 0.3s ease;
	}

	.rotate svg {
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
	}

	.NavContent_sba ul ul,
	.NavContent_caa ul ul {
		background-color: transparent;
	}

	#top-navNew.NavContent_caa ul ul a {
		color: #fff;
	}
		
	#top-navNew.NavContent_caa ul ul a:focus,
	#top-navNew.NavContent_caa ul ul a:hover {
		color: #d0d2d3; /* gray */
	}

	.column {
		width: 98%;
		display: block;
		margin-bottom: 20px;
	}
	
	.DefaultMinHt {
		min-height: 1750px;
	}

	.pony {
		min-width: initial !important;
		}

	.faux-tabs li,
	#main .faux-tabs li {
		margin-top: 5px !important;
	}

	.addBottomBorderForBarGraphDivForMobile {
		/*margin-bottom: 10px !important;*/
		/*border-bottom: 5px solid lightgrey !important;*/
	}

	.scrollable-table {
	  overflow-x: auto !important;
	  touch-action: auto;
	}

	.scrollable-table1 {
		overflow-x: auto !important;
		touch-action: auto;
	}

	.arrangeDrpDwnCtrls {
		display: block !important;
	}
}
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
/* END - Media Query - max-width: 900px */



/* BEGIN - Media Query - max-width: 900px */
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
@media screen and (max-width: 900px) {

	.displayFauxTab {
		display: block !important;
	}

	.ReportGreyDiv      { height:2100px; }
	.ReportGreyDiv-caa  { height:2100px; }
	.ReportGreyDiv-cast { height:1600px; }
	.ReportGreyDiv-csa  { height:1350px; } /*1150px*/
	.ReportGreyDiv-csa-2 { height: 1100px; }
	.ReportGreyDiv-caas { height:1470px; } /*1450px*/
	
	.DivViewResult { width:85%; text-align:left; padding-left:5px; } /*.DivViewResult{ width:435px; }*/
	/*.DivViewResultCast { width:85%; text-align:left; padding-left:5px; }*/ /*.DivViewResult{ width:435px; }*/
	/*.DivViewResultCaas { width:85%; text-align:left; padding-left:5px; }*/ /*.DivViewResult{ width:435px; }*/
	/*.DivViewResultCsa  { width:85%; text-align:left; padding-left:20px; }*/ /*.DivViewResult{ width:435px; }*/
	.BtnViewResult { width:300px !important; } /*330px*/
	.BtnViewResultSecIcon { right:45px !important; }

	.tileDiv     { padding-top:10px; max-width:initial !important; }
	.tileDivCaa  { padding-top:10px; max-width:initial !important; }
	.tileDivCast { padding-top:10px; max-width:initial !important; width:96% !important; }
	.tileDivCsa  { padding-top:10px; max-width:initial !important; } /*width:96% !important;*/
	.tileDivCaas { padding-top:10px; max-width:initial !important; width:96% !important; }

	.borderTop { border-top:3px solid lightgrey; }
	.resGlanceDiv { margin-top:5px; margin-bottom:10px; padding-left:5px; }
	.searchBox { left:183px !important; top:45px !important; width:350px !important; }
	.resEntityDiv { padding-left:10px; }
	.fauxTabsMob { display:initial !important; } /*display:grid;*/
	.stdGroupDrp { width:300px !important; }  /*width:320px*/
	.stdGroupDrpPerfTrend { width:300px !important; }  /*width:320px*/
	.cdsGroupDrp { width:300px !important; } /*320px*/
	.rschcdsGroupDrp { width:300px !important; } /*320px*/
	.brk { display:none; }

	.borderLeft:after { display:none; }
	.pageTopSection1 { padding-left:5px !important; }
	.DashRow { width:100% !important; padding-right:5px !important; }

	.CompareResCol1 {
		float: left;
		width: 100%;
		padding: 10px;
		border-right: none;
	}

	.CompareResCol2 {
		float: left;
		padding: 10px;
		border-left: none;
		margin-left: 5px;
		width: 95%;
		border-top: 5px solid lightgray;
		border-bottom: 5px solid lightgray;
	}

	.CompareResCol3 {
		float: none !important;
		width: 100%;
		/*padding: 10px;*/
		margin-top: 0 !important; /*initial*/
		border-top: 5px solid lightgray;
	}

	.CompareResDiv { min-height:700px; } /*min-height:900px;*/
	.CompareResDivCSA { min-height:600px; } /*min-height:900px;*/
	.CompareResRow { margin-bottom:0; }

	/* Clear floats after the columns */
	.CompareResRow:after {
		content: "";
		display: table;
		clear: both;
	}

	.GridItem1 { line-height:1.3em !important; text-align:left !important; }
	.GridItem2 { line-height:1.3em !important; text-align:left !important; }
	.GridItem3 { line-height:1.3em !important; text-align:left !important; }
	.GridItem4 { line-height:1.3em !important; text-align:left !important; }
	.GridItem5 { line-height:1.3em !important; text-align:left !important; }
	.GridItem6 { line-height:1.3em !important; text-align:left !important; }

	.liDrpDwn { padding-left:10px !important; margin-left:0 !important; } /*padding-left:0px !important;*/
	
	.ddlSearchResultType { margin-top:initial !important; margin-left:initial !important; padding-left:10px; }
	.searchDiv { padding-left:10px; }

	.sbPerfTrendElaTouch {
		position: absolute; 
		width: 1000px; 
		height: 500px; 
		margin-top: -500px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.sbPerfTrendMathTouch {
		position: absolute; 
		width: 1000px; 
		height: 500px; 
		margin-top: -500px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.perfTrendTouchEla-sb {
		position: absolute; 
		width: 1000px; 
		height: 500px; 
		margin-top: -500px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.perfTrendTouchMath-sb {
		position: absolute; 
		width: 1000px; 
		height: 500px; 
		margin-top: -500px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.perfTrendTouch-cast {
		position: absolute; 
		width: 1000px; 
		height: 500px; 
		margin-top: -500px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouchEla-sb {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouchMath-sb {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouch1-caa {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouch2-caa {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouch1-cast {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouch1-caas {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.donutTouch1-csa {
		position: absolute; 
		width: 410px; 
		height: 390px; 
		margin-top: -400px; 
		margin-left: 10px; 
		text-align: center; 
		background-color: transparent;
	}

	.inner_content1_noData_cast {
		padding-left: 35px;
		padding-right: 35px;
	}

	.inner_content1_nodata_caas {
		padding-left: 35px;
		padding-right: 35px;
	}

	.inner_content1_nodata_csa {
		padding-left: 35px;
		padding-right: 35px;
	}

	.inner_content2_nodata_csa {
		padding-left: 35px;
		padding-right: 35px;
	}

	/*.donut-chartCast { width: 470px !important; }*/
	/*.donut-chartCsa { width: 470px !important; }*/
	/*.donut-chartCsa-2 { width: 470px !important; }*/

	/*.inner-content1-cast { margin-left: 185px !important; }*/
	/*.inner-content1-csa { margin-left: 185px !important; }*/
	/*.inner-content2-csa { margin-left: 185px !important; }*/

	.barGraphTouch {
		width: 800px;
		height: 105%; 
		background-color: transparent; 
		margin-top: -330px; 
		margin-left: 5px; 
		position: absolute;
	}

	.barGraphTouch-caa {
		width: 1000px;
		height: 105%; 
		background-color: transparent; 
		margin-top: -330px; 
		margin-left: 5px; 
		position: absolute;
	}

	.barGraphTouch-cast {
		width: 1000px;
		height: 105%; 
		background-color: transparent; 
		margin-top: -330px; 
		margin-left: 5px; 
		position: absolute;
	}

	.barGraphTouch-cast-gc {
		width: 900px;
		height: 105%;
		background-color: transparent;
		margin-top: -330px;
		margin-left: 5px;
		position: absolute;
	}

	.barGraphTouch-caas {
		width: 1000px;
		height: 105%; 
		background-color: transparent; 
		margin-top: -330px; 
		margin-left: 5px; 
		position: absolute;
	}

	.barGraphTouch-csa {
		width: 1000px;
		height: 105%; 
		background-color: transparent; 
		margin-top: -330px; 
		margin-left: 5px; 
		position: absolute;
	}

	.NavAccNew {
		display: inline-block !important;
		width: 100%;        
	}    

	.open > .dropdown-menu {
		display: inline-block !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	 
	.NavAssessCss {
		display: inline-block !important;
		width: 100% !important;
		margin: 0 !important;        
	}

	.gridRow     { min-width:initial !important; }
	.gridColumn1 { width:100%; overflow-x:scroll; overflow-y:hidden; }
	.gridColumn2 { width:100%; overflow-x:scroll; overflow-y:hidden; }

	.donutDiv      { width:95%; }
	/*.donutDiv-sb   { width:95%; }*/
	/*.donutDiv-caa  { width:95%; }*/
	/*.donutDiv-cast { width:95%; }*/
	/*.donutDiv-csa  { width:95%; }*/
	/*.donutDiv-caas { width:95%; }*/

	/*.tblHeaderForMobile {
		font-weight: bold;
		font-size: 1.125em;
		color: #155d96;
		text-align: left;
		margin-bottom: .875em;
		display: none;
	}*/     
  
	h1 {
		line-height: initial;
	}

	.drpdwnYear1 { width: 250px; }
	.drpdwnGrade1 { width: 250px; }
	.drpdwnSchoolType1 { width: 250px; }

	.drpdwnYear2 { width: 250px; }
	.drpdwnGrade2 { width: 250px; }
	.drpdwnSchoolType2 { width: 250px; }

	.drpdwnYear3 { width: 250px; }
	.drpdwnGrade3 { width: 250px; }
	.drpdwnSchoolType3 { width: 250px; }

	.drpdwnYear4 { width: 250px; }
	.drpdwnGrade4 { width: 250px; }
	.drpdwnSchoolType4 { width: 250px; }

	.searchSchoolTypeOrder {
		display: block;
		padding-bottom:5px;
	}

}
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
/* END - Media Query - max-width: 900px */



/* BEGIN - Media Query - max-width: 950px */
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
@media screen and (max-width: 950px) {

	.scrollable-graph2 {
		overflow-x: auto !important;
		touch-action: auto;
	}

	.scrollable-perfgraphCAST {
		overflow-x: auto;
		touch-action: auto;
	}

	.vReportTablePara {
		/*width: auto;*/
	}

	.vReportTableLink {
		/*width: auto;*/
	}

	.vReportTableParaChgTime {
		/*width: auto;*/
	}

	.vReportTableLinkChgTime {
		/*width: auto;*/
	}

	.vReportTableParaCASTGC {
		/*width: auto;*/
	}

	.vReportTableLinkCASTGC {
		/*width: auto;*/
	}

	.vReportTableParaComp {
		/*width: auto;*/
	}

	.vReportTableLinkComp {
		/*width: auto;*/
	}

	.displayType1 {
		float: none !important;
	}

	.displayType2 {
		float: none !important;
	}
}
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
/* END - Media Query - max-width: 950px */



/* BEGIN - Media Query - max-width: 990px */
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
@media screen and (max-width: 990px) {

	/* these rules are specifically for the rail-promo in #hero-contents*/
	.home #hero-contents {
		max-height: 100%;
	}

	#hero-contents .rail-right {
		position: static;
		border-bottom: 10px solid #33a7c3;
		margin-top: -2px;
		width: auto;
	}

	#hero-contents .rail-promo {
		max-width: 100%;
		margin-bottom: 8px;
	}

	.scrollable-graph4 {
		overflow-x: auto !important;
		touch-action: auto;
	}

	.CompareResCol1 {
		float: left;
		width: 100%;
		padding: 10px;
		border-right: none;
	}

	.GridBoundCol1 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}

	.GridBoundCol2 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}

	.GridBoundCol3 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}

	.GridBoundCol4 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}

	.GridBoundCol5 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}

	.GridBoundCol6 {
		min-width: 150px !important;
		line-height: 1.3em !important;
		text-align: left !important;
	}
	
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 990px */



/* BEGIN - Media Query - max-width: 1080px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 1080px) {

	.scrollable-graph1 {
		overflow-x: auto !important;
		touch-action: auto;
	}

	.scrollable-perfgraphSB {
		overflow-x: auto;
		touch-action: auto;
	}

	.scrollable-perfgraphCAST {
		overflow-x: auto;
		touch-action: auto;
	}

}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 1080px */



/* BEGIN - Media Query - max-width: 1200px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 1200px) {

	.addPaddingLR20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.addPaddingLR15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.addPaddingLR10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.addPaddingLR5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 1200px */



/* BEGIN - Media Query - max-width: 1200px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (min-width: 901px) and (max-width: 1200px) {

	.ReportGreyDiv {
		height: 1400px;
	}

	.ReportGreyDiv-caa {
		height: 1400px;
	}

	.ReportGreyDiv-cast {
		height: 1400px;
	}

	.ReportGreyDiv-csa {
		height: 1160px; /*1000px*/
	}

	.ReportGreyDiv-csa-2 {
		height: 910px;
	}

	.ReportGreyDiv-caas {
		height: 1250px;
	}

	.tileDiv {
		padding-top: 10px;
		max-width: 100% !important;
	}

	.tileDivCaa {
		padding-top: 10px;
		max-width: 100% !important;
	}

	.tileDivCast {
		padding-top: 10px;
		max-width: initial !important;
		width: 96% !important;
	}

	.tileDivCsa {
		padding-top: 10px;
		max-width: 100% !important;
		width: 50% !important;
	}

	.tileDivCaas {
		padding-top: 10px;
		max-width: initial !important;
		width: 96% !important;
	}

	.NavAccNew {
		display: inline-block !important;
		/*width:100%;*/
	}

	.open > .dropdown-menu {
		display: inline-block !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.NavAssessCss {
		display: inline-block !important;
		/*width: 100% !important;*/
		margin: 0 !important;
	}

	.DashRow {
		width: 100% !important;
		padding-right: 5px !important;
	}

	.DashRowCAA {
		width: 110% !important;
		padding-right: 5px !important;
	}
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Media Query - max-width: 1200px */



/* BEGIN - Print */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media print {

	header nav, footer {
		display: none;
	}

	/*@page {size: landscape}*/
	img {
		max-width: 900px;
	}

	table {
		max-width: 900px;
	}

	div {
		max-width: initial; /*970px*/
	}

	/*.no-print, .no-print *
{
display: none !important;
}*/

	.no-print {
		display: none;
	}

	.RadDropDownList {
		background-image: none;
		background: -webkit-linear-gradient(#fff, #f1f2f2); /* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(#fff, #f1f2f2); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#fff, #f1f2f2); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#fff, #f1f2f2); /* Standard syntax */
		border-color: #d1d3d4;
	}

	/*.RadHtmlChart {
width: 900px;
min-width: 900px;
}*/

	rbSkinnedButton {
		border: 0;
		padding: 2px;
		background: rgba(255,179,2,0.5);
		cursor: pointer;
		font-size: 1em;
		border-radius: 0;
		width: 100%;
		text-align: left;
		text-decoration: underline;
		font-weight: bold;
	}

	#chart1 {
		width: 400px;
		height: 300px;
	}

	#chart2 {
		width: 400px;
		height: 300px;
	}

	div.infoPanel {
		width: 30%;
	}

	div.infoPanelLineLeft {
		width: 33%;
	}

	.scrollable-table {
		overflow-x: visible !important;
	}

	.scrollable-table1 {
		overflow-x: visible !important;
	}

	.scrollable-graph {
		overflow-x: visible !important;
	}

	.scrollable-graph1 {
		overflow-x: visible !important;
	}

	.scrollable-graph2 {
		overflow-x: visible !important;
	}

	.scrollable-graph4 {
		overflow-x: visible !important;
	}

	.tblHeaderForMobile {
		display: none !important;
	}

	.CompareResCol1 {
		float: initial !important;
		border-right: initial !important;
	}

	.rgMasterTable {
		width: auto !important;
	}

	.rgClipCells {
		width: auto !important;
	}

	.BtnGridItem {
		padding: 7px 10px !important;
	}

	.sbPerfTrendBorder {
		border-left: 4px solid white;
		border-right: 4px solid white;
		border-bottom: 4px solid white;
		border-top: 4px solid #E6E7E8;
	}

	.castPerfTrendBorder {
		border-left: 4px solid white;
		border-right: 4px solid white;
		border-bottom: 4px solid white;
		border-top: 4px solid #E6E7E8;
	}

	.avoidPageBreakSB {
		break-inside: avoid;
		page-break-inside: avoid;
		width: 1201px !important;
	}

	.avoidPageBreakCAST {
		break-inside: avoid;
		page-break-inside: avoid;
		width: 1201px !important;
	}

	.barGraphWidth1 {
		width: 900px;
	}

	.barGraphWidth1CSA {
		width: 900px;
	}

	.barGraphWidth2 {
		width: 900px;
	}

	.barGraphWidth3 {
		width: 900px;
	}

	.barGraphWidth4 {
		width: 900px;
	}

	.barGraphWidthCompCAA {
		width: 900px;
	}

	.barGraphWidthCompCAAS {
		width: 900px;
	}

	.barGraphWidthCompCAST {
		width: 900px;
	}

	.barGraphWidthCompSB {
		width: 900px;
	}

	.barGraphWidthCompCSA {
		width: 900px;
	}

	.barGraphWidth5 {
		width: 900px;
	}

	.DefaultMinHt {
		min-height: 500px;
	}

	.pgMinHt {
		min-height: 500px !important;
	}

	#goTopBtn {
		display: none !important;
	}

	@page {
		size: landscape;
		/*size: portrait;*/
		margin-bottom: 10px;
		-webkit-print-color-adjust: exact !important; /* Chrome, Safari, Edge */
	}

	@page :footer {
		display: none !important;
	}

	@page :header {
		/*display: none;*/
	}

	body {
		-webkit-print-color-adjust: exact !important;
		/*margin-top: 20px !important;
margin-bottom: 20px !important;*/
		/*padding-top: 20px;
padding-bottom: 20px;*/
	}

	/*@supports (-moz-appearance:meterbar) {
body {
	-webkit-print-color-adjust: exact;
}
}*/

	.SuppressionAndNAMessage {
	}

	.SuppressionAndNAMessagePrint {
		display: block;
		font-style: italic !important;
		/*font-weight: bold !important;*/
	}

	.Print-Only {
		display: block;
	}
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* END - Print */
