@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Basic&family=Josefin+Slab&family=Jura:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,300;1,900&display=swap);
/* CSS Document */
/* DR Access Indicator 7 Reports for LEAs -- Desired Results Access Project -- California Department of Education, Special Education Division */
/* GLOBAL CSS FOR ALL DR Access Indicator 7 Reports PAGES */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Oswald:500,600,700');
/*//////////////////////////////////////////////////////////////////[ Table ]*/
.topright {
	position: absolute;
	top: 0; right: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
	padding: 6px 15px 6px 0;
	margin: 0;
}

.star { /* required field */
	font-family: "Courier New", Courier, monospace;
	color: #ea7b23;
	font-size: 1.3em;
	font-weight: bold;
	margin: 100px 0 0 0;
}

#infoBox {
	display: inline-block;
	text-align: left;
	width: 280px;
	margin: 3px 2px;
	border: solid 1px #b3c4d7;
	padding: 2px;
	font-size: 1em;
	line-height: 1.5;
}
.infoBox {
	margin: 5px 0 3px 0;
	border: 1px solid #b3c4d7;
	padding: 12px 22px;
	background-color: #f7f8fc;
}
.infoBox p {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.bluebox {
	width: 915px;
	margin: 12px 0;
	border: 1px solid #bdabbd;
	padding: 12px 22px 8px 22px;
	background-color: #E5E0E5;
}

form {
	font-size: .93em;
}
.formSet {
	display: inline-block;
	width: 650px;
	text-align: right;
	margin: 0;
	padding: 0;
}

.logoffButton {
	width: auto;
	margin: 16px 8px 0 8px;
	border: solid 1px #5b86ab;
	padding: 2px 6px;
	background-color: #d7dfe9;
	color: #365980;
	font-weight: normal;
	font-size: .9em;
	line-height: .9em;
	*line-height: 1.2em; /* for IE */
	cursor: pointer;
}

.logoffButton:hover { background-color: #ebeff4; }

.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-table100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 33px 30px;
}

.wrap-table100 {
	width: 1420px;
	background-image: linear-gradient(to bottom right, #111111, #662364);
}
.column100 {
	width: 130px;
	padding-left: 25px;
}
.column100.column1 {
	width: 265px;
	text-align: left;
}
.table100.ver6 {
	background-color: #662364;
}
.canvas {
	width: 100px;
}

.wrapper > div {
	border-radius: 10px;
	padding: 1em;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.25);
}
.wrapper {
	display: grid;
	width: 1544px;
	margin: 10px 0px;
	border-radius: 10px;
	padding: 8px;
}
.wrapperPrint {
	width: 1434px;
}
.grid3X3 .wrapper {
	grid-template-columns: 1fr 3fr 3fr;
	gap: 5px;
	position: sticky;
}
.grid3X3 div, .resultsGrid3X3  div {
	background: #dfd6df;
}
.resultsGrid3X3 .wrapper {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
	position: sticky;
}
.resultsGrid3X3 div.resultsForms {
	width: 480px;
	background: #fff;
}
.resultsGrid3X3 table.selectTable {
	width: 100% !important;
}
.nested, .nested_p {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 1.3em;
	justify-content: space-evenly;
	justify-items: left;
	align-content: space-evenly;
	align-items: left;
}
.nested_p {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
	height: 140px;
	width: 562px;
}
.info > p, .info_p > p {
	align-content: space-evenly;
	text-align: center;
	line-height: 10px;
}
.nested > div, .nested_p > div {
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.grid3X3 .nested > div:nth-child(odd) {
	align-content: space-evenly;
	text-align: center;
	width: 230px;
	height: 180px;
}
.grid3X3 .nested_p > div:nth-child(odd){
	align-content: space-evenly;
	text-align: center;
	width: 200px;
	height: 140px;
}
.sum_stat_wrapper {
	width: 1544px;
	background: #dfd6df;
	margin: 10px 0px;
	border-radius: 10px;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.25);
	padding: 8px;
	overflow: auto;
}
.sum_stat_wrapper_p {
	width: 1434px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}
.sum_stat_wrapper div {
	float: left;
	border-radius: 10px;
	min-height: 120px;
	box-shadow: 0px 6px 10px rgba(0,0,0,0.25);
}
.sum_stat_wrapper_p div {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}
.sum_stat {
	font-size: 1.05em;
	line-height: 1.4;
	font: 'Basic';
	padding: 8px;
}
.textContentPrint #ss1 .sum_stat, .textContentPrint #ss2 .sum_stat {
	font-size: 1em;
	padding: 0;
}
.grid3X3 .sum_stat {
	padding: 8px;
}
.sum_stat_blank {
	opacity: 0%;
}
.sum_stat2 {
	width: 23.7%;
}
.sum_stat4 {
	width: 35%;
	margin-left: 2%;
}
.sum_stat_p {
	font-size: large;
	font: 'Basic';
	height: 100px;
	width: 558px;
}
.sum_stat_print_sm {
	font-size: medium;
	font: 'Basic';
	height: 140px;
	width: 200px;
}
.sum_out_col {
	font-size: 1.05em;
	line-height: 1.4;
	font: 'Basic';
	width: 200px;
	height: 190px;
}
.box-1 {
	grid-column: 1/3;
	grid-row: 1/3;
	text-align: right;
}
.box-2 {
	grid-column: 3;
	grid-row: 1/3;
}
.box-3 {
	grid-column: 2/4;
	grid-row: 3;
}
.box-4 {
	grid-column: 1;
	grid-row: 2/4;
}
.bk_sum {
	box-shadow: 2px 3px 0px 0px #899599;
	background:linear-gradient(to bottom, #bdabbd, #FFFFFF 40%);
	border-radius: 5px;
	border: 1px solid #bdabbd;
	cursor:pointer;
	color:#222;
	font-family:'Roboto';
	font-size:17px;
	font-weight: bold;
	text-align: center;
	padding:8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
	top: 220px;
	margin-right: 30px;
	float: right;
	display: block;
	margin: 5px;
}
.bk_sum:hover {
	color: transparent;
	border: 1px solid #fff;
	background: #bdabbd;
	box-shadow: none;
}

.colorBox {
	margin: 0;
	border: 0;
	padding: 0;
}
.colorBoxPrint {
	height: 140px;
	width: 220px;
	padding: 5px;
}
.bgOrange { 
	background-image: linear-gradient(to right, #fff, #DA6810) !important;
	border: #FECD8C 2px solid !important;
}
.bgBlue { 
	background-image: linear-gradient(to right, #fff, #2E759F) !important;
	border: #2E759F 2px solid !important;
}
.bgWhite { 
	background-image: linear-gradient(to right, #fff, #808080) !important;
	border: #808080 2px solid !important;
}
.colorBox p {
	margin: 0;
	padding: 10px 0;
}
.colorBoxPrint p {
	margin: 0;
	padding: 4px 0;
}
.colorBox .xxl {
	font-size: xx-large;
	font-weight: bold;
	line-height: 1.5;
}
.colorBoxPrint .xxl {
	font-size: xx-large;
	font-weight: bold;
	line-height: 1.3;
}
.colorBox .large, .colorBoxPrint .large {
	font-size: 1.2em;
	line-height: 1.5;
}
.colorBox .medium, .colorBoxPrint .medium {
	font-size: 1em;
	line-height: 1.5;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #bdabbd; /*CF 7/22/21*/
	font-size: .97em;
	line-height: 1.5;
}
#container {
	position: relative;
	background-color: #fff;
	width: 1600px;
	margin: 0 auto;
	border-top: 0px;
	border-right: 1px solid #9a759a;
	border-bottom: 1px solid #9a759a;
	border-left: 1px solid #9a759a;
	text-align: left;
	color: #000;
}
#header {
	display: block;
	position: static;
	top: 0;
	left: 0;
}
#masthead {
	top: 0;
	left: 0;
	height: 114px;
	margin: 0;
	border: 0;
	padding: 0;
}
#textContent {
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}
.textContentPrint {
	display: block;
	position: relative;
	height: 100%;
	color: #000 !important;
}
.column1 {
	width: 800px;
	position: relative;
	float: left;
}
.column2 {
	width: 500px;
	position: relative;
	float: left;
}
.column3 {
	width: 750px;
	float: right
}
.column4 {
	width: 750px;
	position: relative;
	float: left;
}
.column5 {
	width: 514px;
	position: relative;
	float: left;
	margin-right: 50px;
}

#infoBox {
	display: inline-block;
	text-align: left;
	width: 280px;
	margin: 3px 2px;
	border: solid 1px #b3c4d7;
	padding: 2px;
	font-size: 1em;
	line-height: 1.5;
}


p {
	margin: 0 !important;
	border: 0;
	padding: 0 0 12px 0;
	color: #000 !important;
}
p.noData {
	margin: 0 auto !important;
	padding-top: 58px;
	color: #a04a23 !important;
	font-size: 1.15em;
	font-weight: 600;
}
p.noData2 {
	margin: 0 auto !important;
	color: #a04a23 !important;
	font-size: 1.15em;
	font-weight: 600;
}
.highlight {
	background-color: #95C4DF;
}
.met {
	background-color: #95C4DF;
}
.notMet {
	background-color: #FECD8C;
}
ul {
	margin: 0 16px 16px 18px;
}
li {
	margin: 0 0 8px 0;
}
ul.noBullet {
	list-style: none;
	margin: 0 12px 24px 36px;
	padding: 6px 0 0 0;
}
ul.noBullet li {
	padding: 3px 0 0 0;
}
ul.lessSpace {
	margin: 0 0 16px 18px;
	padding-left: 0; /*added by cfox 2/4/2021*/
}
ul.lessSpace li {
	padding-left: 0; /*added by cfox 2/4/2021*/
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #9A759A;
	background-color: #bdabbd;
}
/* NAVIGATION */

#navbar {
	width: 100%;
	position: static;
	top: 0;
	margin-top: -6px !important;
	border-top: 1px solid #bdabbd;
	border-bottom: 1px solid #bdabbd;
	padding-top: 0 !important;
	text-align: center;
	background-color: #E5E0E5;
}
#navbar ul {
	*height: 96%; /* for IE */
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar li {
	display: inline-block;
	*display: inline; /* for IE */
	margin: 0;
}
#navbar li a, #navbar li a:link {
	border: 1px solid #bdabbd;
	background-color: #ccc0cd;
	display: block;
	*display: inline; /* for IE */
	text-decoration: none;
	margin: 7px 2px;
	border-radius: 5px;
	padding: 4px 8px;
	color: #222;
	font-size: 1.05em;
	line-height: 1.05em;
}
#navbar li a.helpLink {
	background: url("../images/helpIcon.png") no-repeat 3px center;
	background-color: #ccc0cd;
	padding-left: 22px;
}
#navbar a:hover, #navbar li a:hover, #navbar li a.helpLink:hover {
	background-color: #ebe8eb;
	color: #a04a23;
	border: 1px solid #bdabbd;
}

/* TAB NAVIGATION */
#tabnav, #tabnavgroup {
	clear: both;
	display: block;
	width: 100%;
}
#tabnav ul, #tabnavgroup ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}
#tabnav ul li, #tabnavgroup ul li {
	float: left;
	margin: 0 5px -1px 0;
	border: 0;
	padding: 0;
	font-size: .95em;
	text-align: center;
}
#tabnav ul li a, #tabnav ul li a:link, #tabnavgroup ul li a, #tabnavgroup ul li a:link {
	display: inline-block;
	margin: 0;
	border: 1px solid #bdabbd;
	padding: 6px 15px;
	background-color: #ccc0cd;
	line-height: 1.1em;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #bdabbd;
	border-radius: 5px 5px 0 0;
}
#tabnav ul li a:hover, #tabnavgroup ul li a:hover { 
	background-color: #ebe8eb;
	color: #a04a23;
	border: 1px solid #bdabbd;
}
#tabnav ul li a#onlink, #tabnav ul li a.onlink, #tabnavgroup ul li a#onlink, #tabnavgroup ul li a.onlink { 
	background: linear-gradient(to bottom, #bdabbd, #fff 40%);
	color: #222;
	border-top: 1px solid #bdabbd;
	border-right: 1px solid #bdabbd;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #bdabbd;
	border-radius: 5px 5px 0 0;
}
#tabnav ul li a#onlink:hover, #tabnavgroup ul li a#onlink:hover, #tabnav ul li a.onlink:hover, #tabnavgroup ul li a.onlink:hover {
	background-color: #fff;
	background-color: #ccc0cd;
	color: #222;
	cursor: default;
}
.tab2_p {
	margin-left: 100px !important;
}
.tab3_p {
	margin-left: 200px !important;
}
.outcomes { /* line below the tabnav */
	clear: both;
	border-top: 1px solid #bdabbd;
	font-size: 1em;
}


/* HEADERS */

h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.5;
	margin-left: 0;
	margin-right: 0;
	color: #a04a23;	
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 1.7em;
	margin-top: 38px;
	margin-bottom: 8px;
}
.textContentPrint h1 {
	margin-top: 28px;
}
h1:after { /* this creates a horizonal rule below the h1 headers */
	content: ' ';
	display: block;
	clear: both;
	margin: 0 0 16px 0;
	border-top: 1px solid #a04a23;
}
h2 {
	font-size: 1.4em;
	margin-top: 12px;
	margin-bottom: 4px;
}
.textContentPrint h2 {
	margin-top: 10px;
	margin-bottom: 2px;
}
h3 {
	font-size: 1.25em;
	margin-top: 12px;
	margin-bottom: 4px;
}
.textContentPrint h3 {
	margin-top: 8px;
	margin-bottom: 2px;
}
h4 {
	font-size: 1.15em;
	margin-top: 12px;
	margin-bottom: 4px;
}
h5 {
	font-size: 1.1em;
	margin-top: 7px;
	margin-bottom: 4px;
}
h6 {
	font-size: 1em;
	margin-top: 7px;
	margin-bottom: 4px;
}


/* LINKS */

a:link, a:visited { 
	color: #365980;
	text-decoration: none;
}
a:hover, a:active { 
	color: #DD6F26;
	text-decoration: none;
}
a:hover img, a:active img { 
	border: 1px solid #DD6F26;	
}
table a:link img, a:visited img { 
	border: none !important;
}
.underlineLink a, a.underlineLink, #textContent p a:link, #textContent p a:visited {
	border-bottom: 1px dotted #32749E;
}
#textContent table a:link, #textContent table a:visited { 
	border-bottom: 0;
}
a.mainlinks, p.mainlinks {
	font-weight: bold;
}
/* REMINDERS, NOTES, AND ERROR MESSAGES */

.note {
	font-size: .85em;
}
.tip { /* logoff reminder */
	color: #ea7b23;
	font-size: .9em;
	font-weight: bold;
	margin: 100px 0 0 0;
}
.star { /* required field */
	font-family: "Courier New", Courier, monospace;
	color: #a04a23;
	font-size: 1.15em;
	font-weight: bold;
}
.alert { 
	/* background: url("images/alertIcon.gif") no-repeat 0px 0px;  */
	padding-left: 22px;
	padding-bottom: 0px;
}
.errorOops {
	color: #ea7b23;
	font-weight: bold;
	width: 820px;
	margin: 30px 0;
	border: 1px solid #ea7b23;
	padding: 10px 22px;
	background-color: #fff2da;
}
.error {
	color: #ea7b23;
	font-weight: bold;
	background: #fff2da;
}
.error + label {
	background-color: #fff2da;
}
.errorFieldNames {
	color: #ea7b23;
	font-weight: bold;
}
.errorMeasure {
	background-color: #ffe9bf;
}

ul.errorList {
	color: #ea7b23;
	font-weight: bold;
	font-size: .9em;
}
ul.errorList li {
	margin-bottom: 5px;
}

.smalltext { font-size: .9em; }
.smallertext { font-size: .85em; }
.tinytext { font-size: .75em; }
.bigtext { font-size: 1.1em; }
.biggertext { font-size: 1.2em; }
.normaltext { font-weight: normal; }
.smaller { font-size: .8em; color: #666; } /* using this for PDF details */
.grey { color: #666; }
.brown { color: #A74A00; }
.brown-tabbed { 
	color: #A74A00; 
	padding-left: 20px;
}
.red { color:#D42222; }
.clear { clear: both; }
p.tabbed {
	margin-left: 20px !important;
}  

.specialNote {
	width: 915;
	margin: 30px 0;
	border: 1px solid #ea7b23;
	font-size: .85em;	
	padding: 10px 22px;
	background-color: #fff2da;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #ecf4f0;
	border: 1px solid #a0cab3;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#tooltip h3 {
	font-size: .9em;
	color: #333;
	margin: 0;
	padding: 10px;
}

.hidden {
	display: none;
}


/* TABLES */

#out table {
	width: 100%;
	/* margin: 5px 0 5px 0; */
	/* opacity: 85%;  */
	/* position: sticky; */
}
table {
	border-bottom: 1px solid #9A759A !important;
	border-top: 1px solid #9A759A !important;
	margin-bottom: 20px;
}
table.full {
	width: 100%;
}
table.half {
	width: 700px;
	margin-top: 4px;
	margin-bottom: 20px;
}
.tableBig {
	width: 100%;
	margin: 6px 0 16px 0;
	border: 1px solid #b3c4d7;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: .9em;
}
tr:nth-child(odd) { 
	background: #dedede;
}
th	{
	background-color: #662364;
	color: #ccc;
	text-align: center;
	vertical-align: bottom;
	border: 0;
	padding: 2px 2px 4px 2px;
	width: 120px;
	top: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2;
}
th.nobottomborder { 
	border-bottom: 0;
	font-weight: normal;
}
th.weaker {
	font-weight: normal;
	font-size: .8em;
}
td {
	padding: 3px;
	text-align: center;
	width: 118.5px;
	font-size: .95em;
	line-height: 1.2;
	word-wrap:break-word;
}
.textContentPrint table.half td {
	font-size: .85em;
}
tr.total td {
	font-size: 1.1em;
	text-align: middle;
	background-color: #fff !important;
	border-color: #fff !important;
	border-bottom: 1px solid #9A759A !important;
	border-top: 1px solid #9A759A !important;
	padding: 3px;
}
.table-col-spacer {
	width: 2%;
}
.col20 {
	width: 20%;
}
.col4 {
	width: 4%;
}
.col7 {
	width: 7.2%;
}
.col9 {
	width: 9%;
}
th.alignLeft {
	text-align: left;
	padding-left: 6px;
}
td.alignLeft {
	text-align: left;
	padding: 7px 3px 7px 6px;
}
.noBorder {
	border: 0;
}

table.selectTable {
	width: 420px;
	table-layout: auto;
	background-color: #ebe8eb;
	color: #111;
	text-align: right;
	vertical-align: center;
	margin-top: 0;
	border: 1px solid #bdabbd;
	border-spacing: 0px;
	border-radius: 8px;
	padding: 6px;
	*padding: 4px; /* for IE */
}
table.selectTable tr:nth-child(even) { 	
	background-color: #ebe8eb;
}
table.selectTable tr:nth-child(odd) { 	
	background-color: #ebe8eb;
}
table.selectTable td {
	text-align: right;
	font-size: 1em;
	font-weight: 500;
}
table.selectTable td[colspan="2"] {
	text-align: center;
}


/* FORMS and BUTTONS */

input[type=password], select {
	width: 300px;
	border-radius: 5px;
}
input[type=text] {
  width: 300px;
  border-radius: 5px;
  border: 1px solid #bdabbd;
  background-color: #fff;
}
input, select {
	margin: 6px 2px;
	border: 1px solid #bdabbd;
	padding: 2px;
	background-color: #fff;
	color: #333;
	font-size: 1em;
	line-height: 1em;
	*line-height: 1.3em; /* for IE */	
	border-radius: 5px;
}
select.smallInput {
	width: 100px;
	border-radius: 5px;
}
input.rating {
	width: 2em;
	font-weight: bold;
	text-align: center;
}
input.submitButton, a.submitButton {
	width: auto;
	margin: 8px auto 2px auto;
	padding: 5px 9px;
	border: 1px solid #bdabbd;
	background-color: #ccc0cd;
	color: #333;
	font-size: .95em;
	line-height: .95em;
	*line-height: 1.3em; /* for IE */
	font-weight: bold;
	cursor: pointer;
	clear: both;
	border-radius: 5px;
}
a.button, input.button {
	width: auto;
	margin: 16px 0 0 0;
	border: solid 1px #a0cab3;
	padding: 3px 8px;
	background-color: #ccc0cd;
	color: #DA6810;
	font-size: .9em;
	line-height: .9em;
	*line-height: 1.2em; /* for IE */
	cursor: pointer;
	border-radius: 5px;
}
input.submitButton:hover, a.submitButton:hover, a.button:hover, input.button:hover { 
	background-color: #ebe8eb;
	color: #a04a23;
	border: 1px solid #bdabbd;
	border-radius: 5px;
}
input.radioButton { 
	text-align: center;
	width: 18px;
	border: 0;
}


/* DETAIL BUTTON IMAGE ROLLOVER */
.card {
	position: relative;
	top: 0;
	left: 0;
	width: 48px;
	height: 38px;
	background-color: transparent !important;
	margin: 3px auto -7px auto;
}
.card .img-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	margin: 0px auto -7px auto;
	opacity: 0;
}
.card:hover .img-top {
	opacity: 1;
}
.card:hover .img-bottom {
	opacity: 0;
}


/* FOOTER */

#footer {
	clear: both;
	padding: 60px 0 10px 0;
	margin: 0;
	text-align: left;
	background-color: #fff;
}
#footer p {
	font-size: 86%;
	line-height: 1.5;
	color: #666;
}
#footer img.logo {
	float: right;
}


/* GRAPHS */

.chart_grid {
	display: inline-block;
	text-align: left;
	width: 350px;
	height: 170px;
	padding: 5px;
	border: #BFBFBF 2px solid;
	border-radius: 10px;
	background-color: #fff;
}
.chart_grid_p {
	display: inline-block;
	text-align: left;
	width: 320px;
	height: 140px;
	padding: 5px;
	border: #BFBFBF 2px solid;
	border-radius: 10px;
	background-color: #fff !important;
}
.chart {
	display: inline-block;
	text-align: left;
	width: 800px;
	height: 300px;
	color: #BFBFBF;
	margin: 0px !important;
	padding-top: 10px;
}
.chart_p {
	display: inline-block;
	text-align: left;
	width: 700px;
	height: 270px;
	color: #BFBFBF;
	margin: 0px !important;
	padding-top: 0px;
}


.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.right, .alignright {
	text-align: right;
}
.left {
	text-align: left;
}
.left-float {
	float: left;
	padding-right: 6px;
}
.right-float { /*added by cfox 2/1/2021*/
	float: right;
	padding-left: 6px;
}
.right-float-center { /*added by cfox 2/1/2021*/
	float: right;
	width: 250px;
	display: flex;
	align-content: center;
	justify-content: center;
	padding-left: 16px;
}
img.right-float {
	padding-left: 30px;
}
.videoBlock {
	float: right;
	margin: 0;
}
.column3 .videoBlock {
	margin: 30px 0 0 0;
}
.videoBlock .right-float {
	float: right;
	width: 342px;
	margin-top: 16px;
	padding-left: 18px;
}
.videoBlock iframe {
	float: left;
	width: 390px;
	height: 219px;
	margin: 6px 0 0 0 !important;
	padding: 0 !important;
}
.smalltext { font-size: .9em; }
.smallertext { font-size: .85em; }
.tinytext { font-size: .75em; }
.bigtext { font-size: 1.1em; }
.normaltext { font-weight: normal; }
.smaller { font-size: .8em; color: #666; } /* using this for PDF details */
.brown { 
	color: #A74A00 !important; 
}
.clear { clear: both; }
p.tabbed, .tabbed {
	margin-left: 20px !important;
}
span.indent {
padding-left: 30px;
}
p.indent {
padding-left: 50px;
}
span.indentBullet {
padding-left: 0;
}
span.indentBullet::before {
content: "\00BB \0020";
}
ol.lowerAlpha { 
list-style-type: lower-alpha;
}
ol.lowerAlpha li { 
padding-bottom: 9px;
}

.chartWithOverlay {
position: relative;
width: 700px;
}
.overlay {
width: 200px;
height: 200px;
position: absolute;
top: 60px;  /* chartArea top  */
left: 180px; /* chartArea left */
}

.leaflet-label {
background: none;
border: none;
font-size: 12px;
font-weight: bold;
text-shadow: 0 0 4px #ccc;
color: #666;
}
.leaflet-label-right::before,
.leaflet-label-left::after {
content: none;
}
.leaflet-label-right {
right: 0;
}
#smallmap {
width: 320px;
height: 300px;
background: rgba(0, 0, 0, 0);
}
#largemap {
margin: 0 auto;
width: 670px;
height: 900px;
background: rgba(0, 0, 0, 0);
}


.page {
	size: legal landscape;
	max-width: 1450px;
	height: 1028px; /*was 1028*/
	background: white;
	margin: 16px auto; /* 3D print and center */
	padding: 20px;
	box-shadow: 0 0 3px #666, 0 15px 12px -10px #666;
	page-break-after: always;
}
.pageFooter { /* page number and copyright footer for all print pages */
	clear: both;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: .9em;
	margin-top: 20px;
}
.pageFooter p {
	margin: 0;
	padding: 0;
	max-width: 1450px;
}
#printFooter { /* project footer for last page of print */
	max-width: 1450px;
	text-align: left;
	background-color: #fff;
}
#printFooter p {
	font-size: 95%;
	line-height: 1.3;
	color: #333;
	margin: 0;
	padding: 0;
}
#printFooter hr {
	margin: 2px 0 3px 0;
	padding: 0;
}
#printFooter img.logo {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.page:last-of-type {
	page-break-after: avoid;
}
.page .row {
	padding-top: 15px;
}
.page .row:first-of-type {
	padding-top: 0;
}
.page-front .logo-image {
width: 765px;
}
.page-front .hero {
height: 120px;
}
.page-front .subhero {
position: absolute;
top: 55px;
left: 105px;
right: 20px;
}
.page-front h1 {
text-shadow: 1px 1px 1px #ccc;
}
.page-front h4 {
margin-top: 5px;
font-size: 1em;
}
.page-front .metric-box {
width: 100%;
border-collapse: collapse;
border-style: hidden;
}
.page-front .metric-box td {
border: 2px solid #dddddd;
}
.page-front .metric-box td h2 {
font-size: 1.2em;
text-transform: uppercase;
}
.page-front .metric-box td h3 {
font-size: 2.5em;
text-shadow: 1px 1px 1px #ccc;
}
.page-front .metric-box td h4 {
font-size: 0.9em;
}
.page-category h1 {
margin: 0;
text-shadow: 1px 1px 1px #ccc;
}
.page-category .table td {
white-space: nowrap;
}
.page-category .table td:first-of-type {
white-space: normal;
}
.page-category .report-column-selected {
background: #dce6f0;
}
.page-category .report-column-county {
background: #ecf0df;
}
.vis {
font-family: sans-serif;
}
.vis h4 {
font-size: 1em;
font-weight: normal;
text-align: center;
}
.vis .title {
display: block;
margin: 0.5em;
border-style: solid;
border-width: 0 0 0 1em;
padding: 0 0.3em;
font-size: 0.8em;
}
.vis.vis-horizontal .title {
display: inline-block;
}

@media print {
	html, body {
		margin: 0 0 0 0;
		max-height: 99% !important;
		max-width: 99% !important;
		-moz-transform:scale(.99);
	}
	.page {
		box-shadow: none;
		margin: 0 !important;
		padding: 0 !important;
	}
	.page:header, .page:footer {
		display: none;
	}
	.subtitle {
		outline: 0 !important;
		border: 0px solid !important;
	}
	button {
		display: none !important;
	}
	.bk_sum button {
		display: none !important;
	}
	.highlight {
		border: #95C4DF 2px solid !important;
	}
	.met {
		border: #2E759F 2px solid !important;
	}
	.notMet {
		border: #FECD8C 2px solid !important;
	}	
}
.pdf {
	/* padding: 5px 20px 5px 0; */
	position: relative;
	bottom: 0;
	padding-top: 9px;
}
/* ICONIZE */

/*a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}*/
/* a[href$='.avi'] { 
padding: 5px 20px 5px 0;
background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href$='.mp4'] { 
padding: 5px 20px 5px 0;
background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href$='.mov'] { 
padding: 5px 20px 5px 0;
background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href*='videolibrary'] { 
padding: 5px 20px 5px 0;
background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a[href*='vimeo'] { 
padding: 5px 20px 5px 0;
background: transparent url(images/videoIcon.gif) no-repeat center right;
}
a.dontIconize { background: none; padding: 0; }
 */
