
.breadcrumb {
    padding-left: 0;
	text-transform: capitalize !important;
}

.breadcrumb li:not(:nth-child(2)) {
	text-transform: uppercase !important;
}

/*Card Feature Home page*/
.card.card-featured
	{
	padding-top: 200px;
	background-position: -500px -500px;
	background-repeat: no-repeat;
	background-size: 1% 1%;
	position: relative;
	}
.card.card-featured::before
	{
	content: " ";
	display: block;
	position: absolute;
	height: 200px;
	width: 100%;
	top: 0px;
	background: inherit;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	z-index: 2;
	}
.card.card-featured .card-header
	{
	background-image: url(/images/IconBarGreySGC-LandscapeBar.jpg);
	background-position: -25% 50%;
	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 0.5rem 1.5rem 2rem 1.5rem;
	}
.card.card-featured .card-header h2
	{
	margin-top: 0.5rem;
	}
.card.card-featured .card-header p
	{
	font-weight: 500;
	}
.card.card-featured .card-header h2 a,
.card.card-featured .card-header h3 a
	{
	color: inherit;
	}

.card.card-featured .card-header.icon-orange,
.card.card-featured .card-header.icon-blue
	{
	color: #FFFFFF;
	}
.card.card-featured .card-header.icon-orange
	{
	
	}
.card.card-featured .card-header.icon-blue
	{
		
	}
.card.card-featured-read-more .card-header
	{
	position: relative;
	padding-bottom: 4.6rem;
	}
.card.card-featured-read-more .card-header .read-more
	{
	position: absolute;
	bottom: 1.5rem;
	}

.list-overstated li ul,
.list-understated li ul
	{
	list-style: none;
	padding-left:0px;
	margin-top: 0.5rem;
	}

/*
.list-overstated li ul li::before,
.list-understated li ul li::before
	{
	font-family: Font Awesome\ 5 Free;
	font-size: 0.8rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	line-height: 1;
	font-weight: 800;
	vertical-align: 5%;
	color: #AAAAAA;
	}
*/


/*----------------*/
/* Medium devices */
/*----------------*/
@media (min-width: 992px) { 
	
	/* CARD-FEATURED */
	.card.card-featured.feature-side,
	.card.card-featured.feature-side-right,
	.card.card-featured.feature-side-left
		{
		padding: 0px;
		padding-left: 50%;
		}
	.card.card-featured.feature-side-left
		{
		padding: 0px;
		padding-right: 50%;
		}
	.card.card-featured.feature-side::before,
	.card.card-featured.feature-side-right::before,
	.card.card-featured.feature-side-left::before
		{
		height: 100%;
		width: 50.1%;
		}
	.card.card-featured.feature-side::before,
	.card.card-featured.feature-side-right::before
		{
		left: 0px;
		}
	.card.card-featured.feature-side-left::before
		{
		right: 0px;
		}
	.card.card-featured[class*="feature-side"] .card-header
		{
		padding: 2.5rem 4rem;
		}
	.card.card-featured[class*="feature-side"].card-featured-read-more .card-header
		{
		padding-bottom: 4.8rem;
		}

}
/*End of Card Feature Home page*/

#tabsSelector  {
   min-height: 600px;
}

#tabsSelector #tabs {
        display: block;
    width: 400px;
    background-color: White;   
    z-index: 10;
    height: 70px;
    margin: 0 auto;
}

#tabsSelector a {
    color: white;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
      width: 50%;
    display: block;
	background: #046b99;

    border: 1px solid #eee; 
    line-height: 68px;
	float:left;

}

#tabsSelector a:first-child, #tabsSelector .content {     width: 50%;}

#tabsSelector a.sel {
    border-top: 2px solid #555; 
    background: white; 
    color:#046b99;
	
}
#tabsSelector a.sel:hover {
    border-top: 2px solid #555; 
    background: white; 
    color:#555;
}
#tabsSelector a:hover {
    background-color:#ccc;
    border-top: 2px solid #ccc; 


}
#tabsSelector .content {
    display: none;
    opacity: 0;
    

}

#tabsSelector .content.sel {
    display:block;
    opacity:1;
	   text-align: center;
    margin: 0 auto;
	width:400px;
}

.centerContent{
	
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}



/*Updates to template CSS*/
.list-understated {
    margin: 11px;
  
}

.section-primary, .card-primary {
    background: white;
   color:#323a45 !important;

}

.section-impact, .card-impact {
    background: #e1e7ee !important;
    color: #323a45 ;
}
.section-impact a:not(.btn), .card-impact a:not(.btn) {
     color: #323a45 ;
}
    
.section-impact .btn-default, .card-impact .btn-default {
    color: #323a45 ;
}

.section-impact .btn-default, .card-impact .btn-default {
 
     border-color: transparent !important;
	font-size: 1em;
	font-weight: 400;
  
}

.section-impact a:not(.btn), .card-impact a:not(.btn) {
    color: #323a45 ;
	font-size: 1em;
	font-weight: 400;
}

.leaderContainer
{
	width: 23%; display: inline-block; margin: 0 auto; text-align: left;
}

@media (max-width: 1280px){
	.leaderContainer
	{
		margin-top: 12px;
		display: block; 
	}
}




/*   staff page      */

.read-more-state 
		{
			display: none;
		}

		.read-more-target 
		{
			opacity: 0;
			max-height: 0;
			font-size: 0;
			transition: .25s ease;
		}

		.read-more-state:checked ~ .read-more-wrap .read-more-target 
		{
			opacity: 1;
			font-size: inherit;
			max-height: 999em;
		}

		.read-more-state ~ .read-more-trigger:before 
		{
			content: 'Show more';
		}

		.read-more-state:checked ~ .read-more-trigger:before 
		{
			content: 'Show less';
		}

		.read-more-trigger 
		{
			cursor: pointer;
			display: inline-block;
		 /* padding: 0 .5em;
			color: #666;
			font-size: .9em;
			line-height: 2;
			border: 1px solid #ddd;
			border-radius: .25em;*/
		}

		.council-member img 
			{ 
			width: 100%;
			}

		.council-photo 
		{
			margin-top: .2em;
		}

		.heading-margin 
		{
			margin-bottom: 2em;
			margin-top: 1em;
		}

		.intro 
		{
			margin-bottom: 3em;
			margin-top: 1em;
		}

		.names 
		{
			font-size: 1.5em;
			margin-top: .5em;
		}
		.par_spacing 
		{
			margin-bottom: 4rem;
		}

		.img-bio 
		{
			margin-top: 2em;
			margin-right: 2em;
			margin-left: 2em;
		}

		.council-title 
		{
			font-size: 1em;
			margin-top: .5em;
			color: dimgray;
		}

@media only screen and (min-width: 768px) 
		{
		.council-member 
		{
			margin-top: 0rem; 
		}
		}
		.council-member h2 
		{
		border: none;
		}
		.bio
		{
			color: #999999;
	
	
	}

.email-icon::after
	{
	content: "\00a0\00a0\f0e0\00a0";
	color: #888888;
	font-family: Font Awesome\ 5 Free;
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	}


/* POPUP */
.popup 
	{
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index: 9999 !important;
	}
 
/* Inner */
.popup-inner 
	{
	max-width:700px;
	width:90%;
	left:50%;
	padding-top: 25px;
	position:absolute;
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
	max-height: 98vh;
	
	top: 20px;
	transform: translate(-50%,0%);
	-webkit-transform:translate(-50%, 0%);
	}
/* Popup Content */
.popup-content
	{
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 92vh;
	padding: 15px 40px;
	}
/* Close Button */
.popup-close 
	{
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
	}
.popup-close:hover 
	{
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
	}



.header-single-banner{
	
	background-position: top !important;
}


@media (max-width: 767px) {
  .header-single-banner {
	  display: block;
	 }
	
}

/*************Meeting List**************/
.event
{
	background-color: #efefef;
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 2.325581395348837209302325581395%;
	margin-bottom: 10px;
	position: relative;
	min-height: 90px;
  	border: 1px solid #c5dae7;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;
}

.event .address
{
	font-style: italic;
	color: #888888;
	font-weight: normal;
	font-size: 0.7em; 
}
.event .meeting-materials
{
	margin-left: 1.785714285714285714285714285714% ;
}

.event h6 { /*Bold title - no margins/padding */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#333;
	font-size:1.2em;
	margin: 0px;
}

ul.date-list
{	
	list-style: outside none none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
	/*list with date as list-style
	shifts first div over to bullet position */
}
ul.date-list > li
{
	background-image: none;
	position: relative;
	margin-left: 100px;
	padding: 0px 0px 16px 8px;
}
ul.date-list > li > div:first-child
{
	color:#666;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	/*top:3px;*/
	left: -135px;
	text-align: right;
	width: 135px;
}

.calendar-date
{
	/*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 5px solid #39a9f9;*/
	
  	/*border: 0px;
	float: left;*/
	width: 55px;
	margin-right:2px;
	background: transparent;
	-moz-box-shadow:    1px 1px 2px 0px #aaaaaa;
  	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
  	box-shadow:         1px 1px 2px 0px #aaaaaa;
  	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	position: absolute;
	/* left:-3.325581395348837209302325581395%; */
	left: -15px;
	top:15px;
}


.calendar-date div:first-child /*Month*/
{
	background-color: #046B99;
	font-weight: bold;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 

}
.calendar-date div:last-child /*Date*/
{
	background-color: white;
	color: #9e700a;
	text-align: center;
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px;
	
}
.calendar-date div.multi-date
{
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.expand-link-menu a
{
	cursor:pointer;
}

a.materials-list-expand
{
	text-decoration: none;
}
div.materials-list-expanded
{
	padding-top: 20px; 
	/*background-image: url('/images/meeting_materials_triangle.png');*/
    background-position: 60px 5px; 
    background-repeat: no-repeat;
}

.materials-triangle
{
	margin: 5px 0px 0px 70px;
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
div.materials-list-wrapper, .collapsed-div-content
{
	background-color: #c5dae7;
	position: relative;
	margin-top: 20px;
}
div.materials-list-wrapper:before, .collapsed-div-content:before
{
	position:absolute;
	content: "";
	bottom: 100%;
	left: 70px;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
.collapsed-div-content ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.materials-list
{
	margin-top: 0px;
	padding-left: 6.622516556291390728476821192053%;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
	}


ul.materials-list li
{
	margin: 0px;
}
.event-cancelled
{
	color: #999;
}
.red-text
{
	color: red !important;
}

a.more-link
{
	float:right;
	background-color: #39a9f9;
	color: white;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	text-decoration: none;
	margin: 7px 0 0 0;
	padding: 3px;

}
div.blue-link-button
{
	width: auto;

}
div.blue-link-button a
{
	text-decoration: none;
	color: white;
	font-size: 1em;
	text-align: center;
	background-color: #189bf8;


	padding: 15px 30px 15px 30px;
	margin: 15px;

	display: block;
	-moz-box-shadow: 1px 1px 2px 0px #aaaaaa;
	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
	box-shadow: 1px 1px 2px 0px #aaaaaa;

	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;

}

/*
@media (min-width: 992px) {
  
  .col-md-2 {
    width: 20%;
  }
 
}
*/


#google_translate_element a span{
	
	color:black !important;
}

.utility-links li a{
	color:white !important;
	
}

.section-primary a:not(.btn):hover,
.card-primary a:not(.btn):hover,
.section-primary a:not(.btn):focus,
.card-primary a:not(.btn):focus {
  color: #02374e;
  text-decoration: underline;
}

.section-impact-footer a:not(.btn):hover, .section-impact-footer a:not(.btn):focus {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
    color: #046b99;
}


.service-tile:focus {
  outline: solid 2px #2ea3f2;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-default:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.service-tile-panel {
  /*Selectivly show when requested by user*/
  visibility: hidden;
  position: absolute;
}

.quarter h4{
	
	color: #29557b !important;
}

.quarter ul.list-standout li a{
	
	color: #000000 !important;
}
.quarter ul.list-standout li a:hover{
	
	color: #8a6004 !important;
}

.published time {
	color: #212121;
}

.published{
	color:#212121 !important;
}
#google_translate_element a span{
	
	color:black !important;
}

.utility-links li a{
	color:white !important;
	
}

.section-primary a:not(.btn):hover,
.card-primary a:not(.btn):hover,
.section-primary a:not(.btn):focus,
.card-primary a:not(.btn):focus {
  color: #02374e;
  text-decoration: underline;
}

.section-impact-footer a:not(.btn):hover, .section-impact-footer a:not(.btn):focus {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.section-primary a:not(.btn), .card-primary a:not(.btn) {
    color: #046b99;
}


.service-tile:focus {
  outline: solid 2px #2ea3f2;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-default:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.service-tile-panel {
  /*Selectivly show when requested by user*/
  visibility: hidden;
  position: absolute;
}

.quarter h4{
	
	color: #29557b !important;
}

.quarter ul.list-standout li a{
	
	color: #000000 !important;
	text-decoration:underline !important;
}
.quarter ul.list-standout li a:hover{
	
	color: #8a6004 !important;
}

.published time {
	color: #212121;
}

.published{
	color:#212121 !important;
}


/*fixes for accessible search*/

.height-50 {
  height: 50px !important;
}

.w-100 {
    width: 100% !important;
}


.search-container.featured-search {
  background: none;

}
.search-container.featured-search:hover,
.search-container.featured-search:focus {
   background: none;
}

.featured-search .container #Search .gsc-search-button {
  right: 0;
}

.featured-search .container {
    padding: 0 !important;
}

.search-container #Search {
    display: flex;
}

.search-container .container{
	width: 100%;
}

.container .search-results-header {
	width: 100%;
}

.font-size-30 {
  font-size: 2.14286rem !important;
}

.search-container #Search .gsc-search-button {
    right: 50px;
}

.right-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.pos-rel {
  position: relative !important;
}
.pos-abs {
  position: absolute !important;
}


@media (min-width: 768px){
.fifth {
    float: left;
    width: 20%;
	}
}
.fifth {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
  .offset-fifth {
    margin-left: 12.5%;
  }
}

.sub-nav .sixth {
  padding: 0;
}

.sixth {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sixth {
    float: left;
    width: 16.66666666666667%;
  }
}

/* -----------------------------------------
   ICON BLOCKS - /source/less/cagov/icon-blocks.less
----------------------------------------- */
.shadow2 {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
  border: 1px solid #f9f9f9;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-blue-gradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1f89db, #046B99);
}
.icon-block {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
  color: #fff;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  font-size: 1.57143rem;
  height: 3.92857rem;
  width: 3.92857rem;
}
.icon-block:hover {
  text-decoration: none;
}
.icon-block::before {
  display: block;
}
.icon-block > i,
.icon-block span > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.image-icon {
  width: 7.14286rem;
}
/* 5 Columns Evenly Spaced */
.fifth {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .fifth {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .fifth {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1280px) {
  .fifth {
    width: 20%;
    float: left;
  }
}

/* 6 Columns Evenly Spaced */
.sixth {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .sixth {
    width: 16.66666666666667%;
    float: left;
  }
}
@media (min-width: 992px) {
  .sixth {
    width: 16.66666666666667%;
    float: left;
  }
}
@media (min-width: 1280px) {
  .sixth {
    width: 16.66666666666667%;
    float: left;
  }
}

.section-transparent {
  opacity: 0.9;
}
.circle-icon {
  background: #1d2127;
  width: 7rem;
  height: 7rem;
  text-align: center;
  line-height: 7rem;
  padding: 1.5rem;
  border-radius: 50%;
  font-size: 3.5rem;
  text-decoration: none;
}
.block-icon {
  display: block;
  margin-bottom: .7rem;
  margin-top: 1.5rem;
}
.icon-link {
  text-decoration: none !important;
  font-size: 1.25rem;
  transition: all ease .3s;
}
.icon-link:hover,
.icon-link:focus {
  color: #FDB81E !important;
}

/* Rounded Around */
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-50x {
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 9999;
/*    background-color: #C5CAD1;*/
    background-color: white;
    padding-top: 15px;
    border-bottom: 5px solid #FDB81E;
    border-top: 5px solid #FDB81E;
  }

	.sticky p {
	padding-left: 30px;
}
}

#sticky_header a {
	color: #024e88 !important;
}

@media (max-width: 1280px) {
#hdis_logo {top:5% !important;right: 5% !important;}}


@media (max-width: 500px) {
#hdis_logo {top:5% !important;right: 5% !important;min-width: 115px!important;}
	.header-single-banner, .hdis-banner{max-height: 300px!important;}
	.breadcrumb{font-size: .85rem!important;}
}


.learn-morebtn {
	position: absolute;bottom: 0;left:0;padding: 0 0 5% 10%;
}

@media  (max-width: 960px) {
  .hdis-banner {
  font-size: 3.5vw !important;
  }
  }

@media  (max-width: 768px) {
  #hdis_index_mobile {
  display: block !important;
  width: 60% !important;	  
  }
  #hdis_index {
  display: none !important;
  }
  .mobile-image {
  width: 99% !important;
  }
  }

/*.breadcrumb > .active {
  white-space: nowrap;

} */

.slide-text {

background-color: rgba(255,255,255,0.8) !important;
}

.main-primary p a {
	font-weight: bold;
}

.btn {
	overflow:auto;
}

p, p.h4, p.slide-text {
	line-height: 1.5;
	}
p.btn-sm{
	font-size: 0.8750em;
}

.main-content a:not(.btn) {
    color: #1f65a2;
    text-decoration: underline; 
}

.alert-banner a {
    color: #1f65a2;
    text-decoration: underline; 
}

.list-overstated li::before, .list-understated li::before {
    content: "\e66a";
    font-family: "CaGov";
    background: none !important;
    /* position: absolute; */
    font-size: 0.7em;
    top: 3px;
    left: 0;
    padding-right: 4px;
    margin-left: -15px;
    color: #528ac7;
}

.list-overstated li, .list-understated li {
    background: none !important;
}

.list-overstated2 li::before, .list-understated2 li::before {
    content: "\e66a";
    font-family: "CaGov";
    background: none !important;
    /* position: absolute; */
    font-size: 0.7em;
    top: 3px;
    left: 0;
    padding-right: 4px;
    margin-left: -15px;
    color: #528ac7;
}

.list-overstated2 ul li::before, .list-understated2 ul li::before {
    display: none;
}

.list-overstated2 li, .list-understated2 li {
    background: none !important;
}

.header-slideshow-banner .banner-control {
  background-color: #000000;  
}
@font-face {
  font-family: "CaGov";
  src: url("../fonts/CaGov.ttf?ocljyw") format("truetype"), url("fonts/ca-gov-icon.woff?t3czrh") format("woff"), url("../fonts/CaGov.woff2?ocljyw") format("woff2"), url("../fonts/CaGov.svg??ocljyw#CaGov") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ca-gov-icon-envelope-checklist:before {
  content: "\ea13";
}
