
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/* helpers */

.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-left-link {
	float: left;
}

.align-right {
	float: right;
}

.align-right-link {
	float: right;
}

/* structure */
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

body {
	margin: 0;
	padding: 0;
	font-family: arial, serif;
	font-size: 14px;
	color: #414042; /* text color */
	min-width: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px !important;*/
    /*padding-right: 15px !important;*/
}

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:#B3E3E4;*/ 
    background-color: #b1e3f0;
    border: none;
    padding: 20px 0px 0px 20px;
}

#main .blue-box-caa {
    background-color: #C2DECD; /*#C9EBDE*/
    border: none;
    padding: 20px 0px 0px 20px;
}

#main .pink-box-csa {
    background-color: #DCC3E1;
    border: none;
    padding: 20px 0px 0px 20px;
}

#main .yellow-box {
    border: none;
    background-color: #FFEFBA; 
    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; /* yellow */
	color: #155d96; /* blue */
}

#top-nav a:focus,
#top-nav a:hover,
#top-nav a:focus .icon-home,
#top-nav a:hover .icon-home {
	/*color: #ffb602;*/ /* yellow */  /**/        
	fill: #ffb602; /* yellow */
    background-color:#2D6D9D;
    /*color:#fff !important;*/ /* vk added */
}

/*.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;
}

/* -- */
/* dhj */

#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 {
	/*color: #d0d2d3;*/ /* gray */
	fill: #d0d2d3; /* gray */
	
	/*background-color:#164176;*/ /**/
	text-decoration:underline;
	/*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 */
    color: #2F7E61; /* green */
}

h1 {
	/* font-family: tahoma, arial, sans-serif; */
	line-height: 1.5;
	/*border-bottom: 3px solid #294660;*/ /* dark blue */
    border-bottom: 3px solid #2F7E61; /* green */
}

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;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */


/* FOCUS OUTLINE */
/* ************************************************************************************** */

.btnISAAPblue:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnISAAPWhite:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnISAAPgrey:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnBlue:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnLightBlue:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnGray:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnPrint:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnComp:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.btnSB:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

.BtnViewResultMain:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

button:focus {
    outline: 2px solid darkorange !important;
    outline-offset: 4px !important;
}

select:focus {
    outline: 2px solid darkorange !important;
}

input:focus {
    outline: 2px solid darkorange !important;
}

div:focus {
    outline: 2px solid darkorange !important;
}

a:focus {
    outline-color: darkorange !important;
    outline-width: 2px !important;
    outline-offset: 2px !important;
}

input[type=text]:focus {
    outline: 2px solid darkorange !important;
}

textarea:focus {
    outline: 2px solid darkorange !important;
}

.rsbButtonSearch:focus {
    outline: 2px solid darkorange !important;
}

.BtnGridItem:focus {
    outline: 2px solid darkorange !important;
}

/* ************************************************************************************** */


#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.ca {
	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;
}

.homeLeftDivSize {
    width: 600px;
}

.hideDivForMobile {
    display: block;
}

.hideHomeImageMainDiv {
    display: block;
}

.divFileSelection {
    border: 1px solid darkgray;
    border-radius: 5px;
    padding: 15px;
    width: 660px;
    margin-bottom: 20px;
    display: inline-block !important;
}

.txtboxFileUpload {
    width: 360px; 
    height: 35px; 
    margin-right: 10px; 
    margin-bottom: 10px;
}

.drpdwnStyleSmall {
    width:200px;
    height:35px;
    border-radius:5px;
}

.drpdwnStyleMedium {
    width:300px;
    height:35px;
    border-radius:5px;
}

.drpdwnStyleLarge {
    width:450px;
    height:35px;
    border-radius:5px;
}

.fieldLabelSmall {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
}

.fieldLabelMedium {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.fieldLabelLarge {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.divStdNeedStyle {
    width: 560px;
    /*height: 470px;*/
    padding: 20px;
    /*background-color: aqua;*/
}

.divIdOfStdNeedStyle {
    width: 560px;
    /*height: 260px;*/
    padding: 20px;
    /*background-color: aqua;*/
}

.divDesigSupportStyle {
    width: 600px;
    height: 540px;
    padding: 20px;
    border-radius: 5px;
    /*background-color: aquamarine;*/
}

.divDesigSupportSubStyle {
    background-color: #EEEEEE;
    padding: 20px 30px 20px 20px;
    border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 550px;
    height: 410px;
    border: 1px solid darkgrey;
}

.divAccomStyle {
    width: 600px;
    height: 540px;
    padding: 20px;
    border-radius: 5px;
    /*background-color: aquamarine;*/
}

.divAccomSubStyle {
    background-color: #EEEEEE;
    padding: 20px 30px 20px 20px;
    border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 550px;
    height: 410px;
    border: 1px solid darkgrey;
}

.divCntFilterPart1 {
    width: 530px;
}

.divCntFilterPart2 {
    width: 580px;
}

.curStylePoint {
    cursor: default;
    /*display: contents !important;*/
    /*display: inline-block;*/
    display: block;
    position: relative;
}

.displayFauxTabMB0 {
    display: inline-table !important;
    margin-right: 20px;
    margin-bottom: 0px;
}

.h2Detail {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #294660;
}

.h3Detail {
    font-size: 16px;
    /*font-weight: bold;*/
    color: #294660;
}
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

input[type=text] {
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: arial, sans-serif;
}

textarea {
    padding: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: arial, sans-serif;
    width: 750px;
}

input[type=text]:focus {
    /*border: 2px solid #3072BE !important;*//*#4290D5*/
}

input[type=checkbox] {
    height: 16px;
    width: 16px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: middle;
}

input[type="checkbox"] + label
{
    display: inline-block;
    vertical-align: middle;
}

.txtboxStyleSmall {
    width:150px;
    height:35px;
}

.txtboxStyleMedium {
    width:250px;
    height:35px;
}

.txtboxStyleLarge {
    width:350px;
    height:35px;
}

.chkboxLblBold {
    /*position: absolute;*/
    font-size: 16px;
    font-weight: bold;
    /*margin-top: 3px;*/
}

.chkboxLblNormal1 {
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

.chkboxLblNormal2 {
    /*position: absolute;*/
    font-size: 14px;
    font-weight: normal;
    /*margin-top: 3px;*/
}

.requiredFieldInd {
    color: darkred; /*#C54052*/
    font-weight: bold;
}

.imgInformation {
    height: 14px;
    width: 14px;
    vertical-align: text-top;
    margin-left: 5px;
    /*margin-bottom: 10px;*/
}

.imgInformation1 {
    height: 14px;
    width: 14px;
    vertical-align: text-top;
    margin-left: 10px;
    /*margin-bottom: 10px;*/
}

.drpdwnAccessibilities {
    margin-bottom: 20px;
    display: none;
}


/* Custom Tooltip */
/* ********************************************************************************************************* */
.tooltip {
    cursor: pointer;
}

.tooltip .tooltiptext {
    display: none;
    width: 500px;
    background-color: #fff;
    border: 2px solid #032356;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-left: -5px !important;
    font-size: 14px;
    font-weight: normal;
}

.tooltip .tooltiptext::after {
    content: "";
}

button.helpButton:hover + .tooltiptext {
    display: block !important;
}

button.helpButton:focus + .tooltiptext {
    display: block !important;
}

.tooltiptextHeader {
    padding-bottom: 5px;
    border-bottom: 1px solid dimgrey;
    margin-bottom: 10px;
    display: block;
}



.tooltipX1 {
    position: relative;
    cursor: pointer;
}

.tooltipX1 .tooltiptextX1 {
    display: none;
    width: 320px;
    background-color: #fff;
    border: 2px solid #032356;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 120%;
    margin-left: -5px !important;
    font-size: 14px;
    font-weight: normal;
}

.tooltipX1 .tooltiptextX1::after {
    content: "";
}

button.helpButton1:hover + .tooltiptextX1 {
    display: block !important;
}

button.helpButton1:focus + .tooltiptextX1 {
    display: block !important;
}
/* ********************************************************************************************************* */


.helpButton {
    width: 16px; 
    height: 16px; 
    color: white; 
    background-color: #264F95; 
    border-radius: 10px; 
    padding: 0; 
    border: none; 
    font-weight: bold; 
    cursor: pointer;
    margin-left: 10px;
}

.helpButton:focus {
    color: white; 
    background-color: #264F95; 
}

.helpButton:active {
    color: white; 
    background-color: #264F95; 
}


.helpButton1 {
    width: 16px; 
    height: 16px; 
    color: white; 
    background-color: #264F95; 
    border-radius: 10px; 
    padding: 0; 
    border: none; 
    font-weight: bold; 
    cursor: pointer;
    margin-left: 10px;
}

.helpButton1:focus {
    color: white; 
    background-color: #264F95; 
}

.helpButton1:active {
    color: white; 
    background-color: #264F95; 
}



/*.tltpText {
    display: none;
    width: 600px;
    background-color: #fff;
    border: 2px solid #032356;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position:absolute;
    font-size: 14px;
    font-weight: normal;
}

.tltpTextx1 {
    display: none;
    width: 320px;
    background-color: #fff;
    border: 2px solid #032356;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
}*/






/* custom modal window */
/* ********************************************************************************************************* */
/* 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;
  width: 400px;
  height: 200px;
  border: 2px solid #264F95;
}

/* Modal Content */
.modal-content-dupssid {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 600px;
  height: 430px;
  border: 2px solid #264F95;
}

/* The Close Button */
.close-modal {
  color: black; /*#aaaaaa;*/
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -20px;
  margin-right: -10px;
}

.close-modal:hover,
.close-modal:focus {
  /*color: #000;*/
  background-color: lightgray;
  text-decoration: none;
  cursor: pointer;
}
/* ********************************************************************************************************* */


/* custom modal window for Session */
/* ********************************************************************************************************* */
/* The Modal (background) */
.modal-session {
  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-session {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 500px;
  height: 215px;
  border: 2px solid #264F95;
}

/* The Close Button */
.close-session {
  color: black; /*#aaaaaa;*/
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-session:hover,
.close-session:focus {
  /*color: #000;*/
  background-color: lightgray;
  text-decoration: none;
  cursor: pointer;
}
/* ********************************************************************************************************* */



/* custom modal window for Loader */
/* ********************************************************************************************************* */
/* The Modal (background) */
.modal-loader {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 300px; /* 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-loader {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 400px;
  height: 400px;
  border: 1px solid #264F95;
}

/* The Close Button */
.close-loader {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-loader:hover,
.close-loader:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* ********************************************************************************************************* */

	fieldset {
		border: none;
		padding: 0 0 0 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;*/

        margin: 0 0 15px 0;
        padding: 0 0 0 0;
        font-family: arial, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #294660;
        border: 0;
	}

	label, input, textarea, select, button {
		font-size: 1em;
	}

	label {
		display: block;
	}

	label:after {
		/*content: ": ";*/
        content: "";
	}

	label.nocolon:after {
		content: "";
	}

	button[disabled="disabled"] {
		opacity: 0.65;
		cursor: default;
		cursor: not-allowed;
		}



/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

	table {
		border-collapse: collapse;
		}

	table + table {
		margin-top: 60px;
        /*margin-top: 40px;*/
		}

	caption {
		font-weight: bold;
		font-size: 1.125em; /* match an h3? */
		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: left; /*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 #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 */ }
	span.color-met    { background-color: #75C043; /* #5085af */ }
	span.color-nearly { background-color: #D7DF28; /* #155d96 */ }
	span.color-nope   { background-color: #F79868; /* #042257 */ }

	span.color-level-3 { background-color: #0099CE; /* #ADD7BD; */ }
	span.color-level-2 { background-color: #D7DF28; /* #229A61; */ }
	span.color-level-1 { background-color: #F79868; /* #024D1C; */ }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

	.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;
		padding: 20px 0 10px 0;
		text-align: center;
		font-size: 12px;
        background-color: #E6E7E8;
    }

	footer address {
		font-style: normal;
		margin-bottom: 10px;
        padding:10px
	}

	address span {
		display: inline-block;
		margin: 0 10px;
		}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

/* all the kendo over-writes */
/* http://docs.telerik.com/kendo-ui/web/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;
	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;
}

.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: 0;
    margin: 0 10px 10px 0;
    padding: 10px 30px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

.btnHome:focus {
    color: #fff;
}

.btnISAAPblue {
    display: inline-block;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    white-space: initial; /*white-space: nowrap;*/
    box-sizing: content-box;
    position: relative;
    background: -webkit-linear-gradient(#264F95, #264F95); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#264F95, #264F95); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#264F95, #264F95); /* for firefox 3.6 to 15 */
    background: linear-gradient(#264F95, #264F95); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#264F95', endColorstr='#264F95'); /*For IE7-8-9*/
    /*height: 1%;*/ /*For IE7*/
    color: #ffffff;
    fill: #ffffff;
    border: 1px solid #0A376E;
    /*padding: 10px;*/
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.btnISAAPblue:hover {
    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*/
}

.btnISAAPblue:focus {
    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*/
}

.btnISAAPwhite {
    display: inline-block;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    white-space: nowrap;
    box-sizing: content-box;
    position: relative;
    background: -webkit-linear-gradient(#E7EDF4, #E7EDF4); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#E7EDF4, #E7EDF4); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E7EDF4, #E7EDF4); /* for firefox 3.6 to 15 */
    background: linear-gradient(#E7EDF4, #E7EDF4); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E7EDF4', endColorstr='#E7EDF4'); /*For IE7-8-9*/
    /*height: 1%;*/ /*For IE7*/
    color: #0A376E;
    fill: #0A376E;
    border: 1px solid #0A376E;
    /*padding: 10px;*/
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.btnISAAPwhite:hover {
    background: -webkit-linear-gradient(#cad7e6, #cad7e6); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cad7e6, #cad7e6); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cad7e6, #cad7e6); /* for firefox 3.6 to 15 */
    background: linear-gradient(#cad7e6, #cad7e6); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cad7e6', endColorstr='#cad7e6'); /*For IE7-8-9*/
}

.btnISAAPwhite:focus {
    background: -webkit-linear-gradient(#cad7e6, #cad7e6); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cad7e6, #cad7e6); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cad7e6, #cad7e6); /* for firefox 3.6 to 15 */
    background: linear-gradient(#cad7e6, #cad7e6); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cad7e6', endColorstr='#cad7e6'); /*For IE7-8-9*/
}

.btnISAAPgrey {
    display: inline-block;
    font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    white-space: nowrap;
    box-sizing: content-box;
    position: relative;
    background: -webkit-linear-gradient(#d1d1d1, #d1d1d1); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d1d1d1, #d1d1d1); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d1d1d1, #d1d1d1); /* for firefox 3.6 to 15 */
    background: linear-gradient(#d1d1d1, #d1d1d1); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d1d1d1', endColorstr='#d1d1d1'); /*For IE7-8-9*/
    /*height: 1%;*/ /*For IE7*/
    color: #0A376E;
    fill: #0A376E;
    border: 1px solid #0A376E;
    /*padding: 10px;*/
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.btnISAAPgrey:hover {
    background: -webkit-linear-gradient(#bab8b8, #bab8b8); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bab8b8, #bab8b8); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bab8b8, #bab8b8); /* for firefox 3.6 to 15 */
    background: linear-gradient(#bab8b8, #bab8b8); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bab8b8', endColorstr='#bab8b8'); /*For IE7-8-9*/
}

.btnISAAPgrey:focus {
    background: -webkit-linear-gradient(#bab8b8, #bab8b8); /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(#bab8b8, #bab8b8); /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#bab8b8, #bab8b8); /* for firefox 3.6 to 15 */
    background: linear-gradient(#bab8b8, #bab8b8); /* standard syntax */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bab8b8', endColorstr='#bab8b8'); /*For IE7-8-9*/
}

.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: 0;
    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: 0;
    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: 0;
    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: 0;
    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;
}

/*---- 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 {
    padding-left: 12px;
    padding-right: 0px;
    font-size: 14px;
    font-family: arial, sans-serif;
}

select:focus {
    /*border: 2px solid #3072BE !important;*/ /*#4290D5*/
}


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 {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
    padding: 15px;
    background-color: #FFFFFF;
    min-height:210px;
    position:relative;
}

.card:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 6px 6px 4px dimgrey !important;
    padding: 15px;
    background-color: #FFFFFF;
    min-height:210px;
} 

.card:active {
    box-shadow: 0 6px 6px 4px dimgrey !important;
}

.card:focus {
    box-shadow: 0 6px 6px 4px dimgrey !important;
}

/*.card:focus {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    background-color: #FFFFFF;
    min-height:210px;
}*/

/*a.dummy:hover, a.dummy:active {background-color: red;}*/

.dumcolumn {
    float: left;
    width: 33%;
    padding: 0 10px;
    background-color:green;
}

.dummy {
    background-color: green;        
}

.dummy:focus {
    background-color: red;        
}

    .dumcolumn:hover {
    background-color: blue;
}

.dumcolumn:focus {
    background-color: blue;
}

.colorstrip1{
    background-color:#2D6D9D; height:14px; 
}

.colorstrip2{
    background-color:#71C0A0; height:14px; 
}

.colorstrip3{
    /*background-color:#E8A401; height:14px;*/ 
    background-color:#B29CDA; height:14px;
}

.colorstrip4{
    background-color:#2D6D9D; height:14px; 
}

.colorstrip5{
    background-color:#71C0A0; height:14px; 
}

.colorstrip6{
    background-color:#612467; height:14px; 
}

.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;
}

.displayFauxTab {
    display: inline-table !important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.displayFauxTabMB0 {
    display: inline-table !important;
    margin-right: 20px;
    margin-bottom: 0px;
}

/*#endregion RegionName*/


/* #region Donut Graph */

.donutTileDiv { min-height: 560px !important; /*500px;*/ }
.donutTileDivLbl0 { min-height: 510px !important; }
.donutTileDivLbl1 { min-height: 525px !important; }
.donutTileDivLbl2 { min-height: 542px !important; }

.donutTileDivCAA { min-height: 540px !important; }
.donutTileDivCAALbl0 { min-height: 510px !important; }
.donutTileDivCAALbl1 { min-height: 525px !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-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-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-chartCsa {
    width: 870px;
    height: 440px;
    background-color:white;
    /*padding:15px 4px 10px 0px;*/
}

.donutTouch1 {
}

.donutTouch1-caa {
}

.donutTouch2 {
}

.donutTouch2-caa {
}

.barGraphTouch {
}

.barGraphTouch-caa {
}

.inner-content1 {
    position: absolute;
    width: 100px;
    margin-top: -235px;
    margin-left: 170px;
    text-align: center;
    color:black;
}

.inner-content1-caa {
    position: absolute;
    width: 100px;
    margin-top: -225px; /*-230px*/
    margin-left: 170px;
    text-align: center;
    color:black;
}

.inner-content2 {
    position: absolute;
    width: 100px;
    margin-top: -235px; /*-245px*/
    margin-left: 170px; /*165px*/
    text-align: center;
    color:black;
}

.inner-content2-caa {
    position: absolute;
    width: 100px;
    margin-top: -225px; /*-230px;*/
    margin-left: 170px; /*165px*/
    text-align: center;
    color:black;
}

.inner_content1_noData {
    position: absolute;
    margin-top: -235px;
    padding-left: 35px; /*50px*/
    max-width: 400px;
}

.inner_content1_noData_cast {
    position: absolute;
    margin-top: -235px;
    padding-left: 150px; /*50px*/
    max-width: 750px;
}

.inner_content1_noData_csa {
    position: absolute;
    margin-top: -235px;
    padding-left: 150px; /*50px*/
    max-width: 750px;
}

.inner-content1-cast {
    position: absolute;
    width: 100px;
    margin-top: -235px;
    margin-left: 385px;
    text-align: center;
    color:black;
}

.inner-content1-csa {
    position: absolute;
    width: 100px;
    margin-top: -235px;
    margin-left: 385px;
    text-align: center;
    color:black;
}

/* #endregion Donut Graph */

.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: 0;
            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;*/
}

.BtnViewResult .rbText{margin-top:3px !important;}
.BtnViewResultSecIcon{right:80px !important; margin-top:3px;}
.BtnViewResultMain{
    width:400px !important; height:40px !important; 
    color:#fff !important; font-size:14px; font-weight:bold; 
    /*background:linear-gradient(#0A376E, #0A376E) !important;*/ 
    background:#0A376E !important; /*#032356*/
    border-radius:20px !important; margin-bottom:16px;
}
.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; 
}

.searchBox { left: 183px !important; top: 45px !important; width:470px !important;}
.searchBox label{ display:none !important;} /*wave*/

.ReportGreyDiv { 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; }
.DivViewResult { background-color:white; text-align:center; /*margin-top: 0px;*/}
.tileDiv { 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; }
.donutDiv { float: left; margin-left: 10px; background-color: white;}
.borderTop { border-style:none;}
.resGlanceDiv { margin-top: 15px; margin-bottom: 0px; }
.stdGroupDrp { width:350px !important;}
.ClrFltr { display:inline-grid !important; }
.cdsGroupDrp{width:450px !important; margin-bottom:15px;}
/* Create two equal columns that floats next to each other */
.CompareResCol1 {
    float: left;
    width: 50%;
    padding: 10px;

    padding-left:20px;
    border-right:5px solid lightgray; padding-bottom:0px; 
    /*height:240px;*/
}
.CompareResCol2 {
    float: left;
    width: 50%;
    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:0 10px 10px 0;
    padding:10px 30px;
    border:0;
    font-weight:bold;
    cursor: pointer;
}

.BtnGridItem{ 
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid #0A376E;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: bold;
    color:#0A376E !important;
}

.GridBoundCol{ min-width:120px !important; }
.GridItem{ text-align:left; line-height:1.3em; }
.GridBoundCol4{ min-width:120px !important; line-height:1.3em; }
.GridItem4{ text-align:left; }

.cartDivCs{
    /*background-color:#ffb602;*/ /*#E6E7E9;*/ 
    padding:15px 0px 15px 20px; 
    margin-bottom:20px;

    background-color:#ffb602;    
}

.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; }

.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;
}

.btnDivCast{ margin-bottom:20px;}

.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 ;}

.tiptext {
          /*cursor: help;*/
          color: black;
          font-family: 'ProximaNova', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
          font-weight: 600 !important;
          /*border-bottom: 1px solid #ebebeb;
          box-shadow: inset 0 -5px 0 #ebebeb;*/
          -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;
        }
.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 black; /*#e3e3e3*/
    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: 50px;*/
    margin-top: 20px;
    cursor: default;
    display: inline-block;
    white-space: initial;
    text-align:left;
    line-height:1.5em;
}
.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;
}

.divCart {
    display: block;  /*inline-block*/
    /*width: 300px;*/
    /*height: 55px;*/
    background-color: #dfeee9;
    margin-bottom: 20px; 
    padding: 10px 15px 10px 15px !important;
    vertical-align: middle !important;
    border: 1px solid black;
    border-radius: 5px;
}

.divCart:hover {
    border: 2px solid black !important;
}

.linkBtnCart { 
    font-size: 14px; 
    font-weight: bold; 
    text-decoration: none;
    background-color: #E6E7E8;
}

.linkBtnUndo {
    display: none;
    margin-left: 5px;
    margin-right: 20px;
}

/*#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; }

/*#endregion*/
/*Mobile Queries*/
/* ***************************************************************************************************************************************** */
@media screen and (max-width: 900px) { /*and (min-width: 601px)*/
    .ReportGreyDiv { height:2100px; }
    .ReportGreyDiv-cast { height:1400px; }
    .ReportGreyDiv-csa { height:1100px; }
    
    .DivViewResult { width:85%; text-align:left; padding-left:5px; } /*.DivViewResult{ width:435px; }*/
    .BtnViewResult { width:330px !important; }
    .BtnViewResultSecIcon { right:45px !important; }

    .tileDiv { 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; }
    .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:grid;}
    .stdGroupDrp{width:320px !important; }
    .cdsGroupDrp{width:320px !important;}
    .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;*/
    .CompareResRow { margin-bottom:0; }
    /* Clear floats after the columns */
    .CompareResRow:after {
        content: "";
        display: table;
        clear: both;
    }

    .GridBoundCol{ min-width:300px !important; }
    .GridItem{ min-width:300px !important; }
    .GridBoundCol4{ min-width:150px !important; }
    .GridItem4{ min-width:150px !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;}

    .donutTouch1 {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    .donutTouch1-caa {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    .donutTouch1-cast {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    .donutTouch1-csa {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    .inner_content1_noData_cast {
        position: absolute;
        margin-top: -235px;
        padding-left: 35px; /*50px*/
        max-width: 400px;
    }

    .inner_content1_noData_csa {
        position: absolute;
        margin-top: -235px;
        padding-left: 35px; /*50px*/
        max-width: 400px;
    }

    .donutTouch2 {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    .donutTouch2-caa {
        position: absolute; 
        width: 410px; 
        height: 390px; 
        margin-top: -400px; 
        margin-left: 10px; 
        text-align: center; 
        color: black; 
        background-color: transparent;
    }

    /*.donut-chartCast { width: 470px !important; }*/
    /*.donut-chartCsa { width: 470px !important; }*/

    /*.inner-content1-cast { margin-left: 185px !important; }*/
    /*.inner-content1-csa { margin-left: 185px !important; }*/

    .barGraphTouch {
        width: 900px;
        height: 105%; 
        background-color: transparent; 
        margin-top: -330px; 
        margin-left: 5px; 
        position: absolute;
    }

    .barGraphTouch-caa {
        width: 900px;
        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;        
    }

    .gridColumn1 { width: 100%; overflow-x:scroll; overflow-y:hidden; }
    .gridColumn2 { width: 100%; overflow-x:scroll; overflow-y:hidden; }
    .donutDiv{ width:95%; }
    .gridRow{ min-width:initial !important; }
     
     /*.donutTileDiv{ width:356px; }*/     
     /*.ReportGreyDiv { width: fit-content; }*/
     
    .homeLeftDivSize {
        width: auto; /*450px;*/
    }

    .hideHomeImageMainDiv {
        display: none;
    }
 
    textarea {
        width: 350px !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;
    }

    .align-right-link {
	    float: right;
    }

    .divStdNeedStyle {
        width: 600px;
    }

    .divIdOfStdNeedStyle {
        width: 600px;
    }

}
/* ********************************************************************************************************************************** */


/*Tablet Queries*/
/* ********************************************************************************************************************************** */
@media screen and (max-width: 1200px) { /*and (min-width: 901px)*/
    .ReportGreyDiv { height:1400px; }
    .ReportGreyDiv-cast { height:1200px; }
    .ReportGreyDiv-csa { height:1200px; }
    .tileDiv{ padding-top:10px; }
    .tileDivCast { padding-top:10px; max-width: initial !important; width: 96% !important; }
    .tileDivCsa { 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;        
    }

    .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;
    }

    .displayFauxTabMB0 {
        display: inline-table !important;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .hideHomeImageMainDiv {
        display: none;
    }

    .align-right-link {
	    float: right;
    }

    .divStdNeedStyle {
        width: 600px;
    }

    .divIdOfStdNeedStyle {
        width: 600px;
    }

}
/* ********************************************************************************************************************************** */

/* ********************************************************************************************************************************** */
/*@media screen and (max-width: 700px) and (min-width: 501px) {
    .donut-chartCast { width: 470px !important; }
    .donut-chartCsa { width: 470px !important; }
}*/
/* ********************************************************************************************************************************** */

/* ********************************************************************************************************************************** */
/*@media screen and (max-width: 500px) {
    .donut-chartCast { width: 470px !important; }
    .donut-chartCsa { width: 470px !important; }
    .donut-chartCsa-sub { margin-left:-100px !important; }
    .inner-content1-cast { margin-left: 185px !important; }
    .inner-content1-csa { margin-left: 135px !important; }
}*/
/* ********************************************************************************************************************************** */

/* ********************************************************************************************************************************** */
/*@media screen and (max-width: 850px) {    
    .inner-content1-cast { margin-left: 185px !important; }    
    .donut-chartCast { width: 470px !important; }
    
    .inner-content1-csa { margin-left: 135px !important; }    
    .donut-chartCsa { width: 470px !important; }
    .donut-chartCsa-sub { margin-left:-100px !important; }   
}*/
/* ********************************************************************************************************************************** */

.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:300px;
}

/* Clear floats after the columns */
.DashRow:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the counter cards */
.DashCard { min-height:120px; padding: 10px 12px 10px 12px; background-color: #FFFFFF; }
.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;}
.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;}
.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;}
.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;}

.DashCardCAA { min-height:115px; padding: 10px 12px 10px 12px; background-color: #FFFFFF; }
.DashCardCAA:hover { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA:active { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA:focus { box-shadow: 0 2px 4px 2px dimgrey;}

.DashCardCAA0 { min-height: 105px !important; background-color: #FFFFFF; padding: 10px 12px 10px 12px;}
.DashCardCAA0:hover { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA0:active { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA0:focus { box-shadow: 0 2px 4px 2px dimgrey;}

.DashCardCAA1 { min-height: 110px !important; background-color: #FFFFFF; padding: 10px 12px 10px 12px;}
.DashCardCAA1:hover { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA1:active { box-shadow: 0 2px 4px 2px dimgrey;}
.DashCardCAA1:focus { box-shadow: 0 2px 4px 2px dimgrey;}


.DashColorstripBlue{
    /*background-color:#2B6A95; height:14px;*/ 
    background-color:#2D6D9D; height:14px; 
}

.DashColorstripCAA{
    background-color:#71C0A0; height:14px; 
}

.DashColorstripCAST{
    background-color:#2D6D9D; height:14px; 
}

.DashColorstripCSA{
    background-color:#612467; height:14px; 
}

.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; /* 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 {
    /*padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;*/
}

.addPaddingLRTB15 {
    /*padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;*/
}

.addPaddingLRTB10 {
    /*padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;*/
}

.addPaddingLRTB5 {
    /*padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 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 {

}

.addPaddingTop5 {

}

.addPaddingBottom5 {

}

.addPaddingTB10 {

}

.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;
}

.footerLink {
    text-decoration: none;
    color: #666 !important;
}

a.footerLink:hover {
    text-decoration:underline !important;
}

a.footerLink:focus {
    text-decoration:underline !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;
}

.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;
}

.scrollable-table {
  overflow-x: auto;
  touch-action: auto;
}

.scrollable-div-graph {
  
}

.addBottomBorderForBarGraphDiv {
    padding-bottom: 10px !important;
}

table.vReportTblCast {
    page-break-inside: avoid;
    width:90%;
}

table.vReportTblCast td {
    font-size: 14px;
    line-height: 2em; /*18px*/
    border: 1px solid lightgray;
    /*border-color: gray;*/
}

table.vReportTblCast th {
    font-size: 14px;
    background-color: #bcbec0;
    color: black;
    line-height: 2.5em; /*24px;*/
    text-align: center;
    border: 1px solid lightgray;
    /*border-color: gray;*/
}
    
table.vReportTblCast .vReportTblCastColCell {
    font-size: 14px;
    background-color: white;
    color: #414042;
    line-height: 2em; /*16px;*/
    text-align: left;
    border: 1px solid lightgray;
    /*border-color: gray;*/
    white-space: nowrap;
    padding:5px 5px 5px 10px;
}

.vReportTblCastCellMarginBtm {
    margin-bottom: 0px;
}

@media print {

    .scrollable-table {
        overflow-x: visible !important;
    }

    table.vReportTblCast td {
        font-size: 14px;
        line-height: 2em; /*10px;*/
        /*border-color: gray;*/
        border: 1px solid lightgray;
    }
}

/*#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; /* 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; /* yellow */
		fill: #ffb602; /* 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;
		}

/* -- */
/* dhj */

	#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;*/
		}


/* BEGIN - max-width: 600px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (max-width: 450px) {
    header {
            /* Disable this when Login page is enabled */
            /* Enable this when Login page is disabled */
            /*margin-top: -16px;*/
	    }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */


/* Mobile Devices */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

@media screen and (min-width:601px) and (max-width: 700px) {
    .divFileSelection {
        border: 1px solid darkgray;
        border-radius: 5px;
        padding: 15px;
        width: 400px;
        margin-bottom: 20px;
        display: inline-block !important;
    }
}


/* BEGIN - 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: left;
	}

    .align-right {
		float: left;
	}

    .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;
    }

	header {
		height: 50px;
		overflow: hidden;
		background-image: none;
		background-color: #bddae6;
        /*margin-top: -16px;*/
	}

    .arrangeDrpDwnCtrls {
        display:block !important;
    }

    .homeLeftDivSize {
        width: auto; /*320px;*/
    }

    .hideDivForMobile {
        display: none;
    }

    .hideHomeImageMainDiv {
        display: none;
    }

    textarea {
        width: 250px !important;
    }

    .displayFauxTabMB0 {
        display: inline-table !important;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    h1 {
        line-height: 1.1;
    }

    .divFileSelection {
        border: 1px solid darkgray;
        border-radius: 5px;
        padding: 15px;
        width: 320px;
        margin-bottom: 20px;
        display: inline-block !important;
    }

    .txtboxFileUpload {
        width: 280px; 
        height: 35px; 
        margin-right: 10px; 
        margin-bottom: 10px;
    }

    .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;
    }

    .align-right-link {
	    float: right;
    }

    .divStdNeedStyle {
        width: 600px;
    }

    .divIdOfStdNeedStyle {
        width: 600px;
    }

}
/* END - max-width: 600px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */


/* Tablets */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* BEGIN - max-width: 800px */
/* changed from 800 to 900 to fix the navigation wrapping issue while resizing the window */
/*@media screen and (max-width: 900px) {*/
@media screen and (max-width: 900px) { /*and (min-width: 601px)*/
	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: 100%;
		display: block;
		margin-bottom: 20px;
	}
	
	/*.card {                  
		min-height:initial;
	}*/

	.DefaultMinHt {
		min-height:1600px;
	}

	/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
    /*.gridColumn1 {
        width: 100%;
    }*/

	.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;
    }

    .arrangeDrpDwnCtrls {
        display:block !important;
    }

	.align-wrap .align-left,
	.align-wrap .align-right {
		float: left;
	}

    .align-right {
        float: left;
    }

    .displayFauxTabMB0 {
        display: inline-table !important;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .divCntFilterPart1 {
        width: 450px;
    }

    .divCntFilterPart2 {
        width: 450px;
    }

    textarea {
        width: 350px;
    }

}
/* END - max-width: 800px */
/* ************************************************************************************************************** */
/* ************************************************************************************************************** */

/* ************************************************************************************************************** */
/* ************************************************************************************************************** */
/* BEGIN - 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;
	}

}
/* END - max-width: 990px */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */


/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/*@media screen and (max-width: 1200px) {*/
@media screen and (max-width: 1200px) { /*and (min-width: 901px)*/

    .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;
    }

    .align-right {
        float: left;
    }

    .divCntFilterPart1 {
        width: 450px;
    }

    .divCntFilterPart2 {
        width: 450px;
    }

    textarea {
        width: 550px;
    }

    .homeLeftDivSize {
        width: auto;
    }
}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */

/* for Navigation Resize */
/* Added by VK on 8/20/2020 to handle navigation issue while page resizing */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
@media screen and (min-width: 901px) {

	#top-nav { display: block !important; }
	#logo-cde { display: block !important; }

	#navbar-btn { display: none !important; }
	#top-nav .js-overview li.overview { display: none !important; }

	#top-nav-bg,
	#sub-nav-bg {
		display: block !important;
	}

}
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */


/* Print */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
/* BEGIN - Print */
@media print {
 
	header nav, footer {
		display: none;
	}
 
	/*@page {size: landscape}*/
	img {
		max-width: 900px;
	}
 
	table {
		max-width:900px;
	}
 
	div {
		max-width:900px;
	}

	.no-print, .no-print *
    {
        /*display: none !important;*/
    }

	.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%;
	}

}
/* END - Print */
/* *************************************************************************************************************************************** */
/* *************************************************************************************************************************************** */
		
/*#endregion RegionName*/  

/*#endregion  New Dashboard CSSRegionName*/
