.main-navigation.dropdown .sub-nav {
    max-width: none;
}
.header-single-banner {
    max-height: 500px !important;
}
#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: #fbad23 ;
}
.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; 
	}
}

.navigation-search {
    border-bottom: 5px solid #FDB81E;
    position: relative;
}

.first-level-link > span[class^="ca-gov-icon"] {
    color: #FDB81E;
}

.first-level-link {
    color: #046B99;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;	
}
p {
    color: #000000;	
}
ul{
	color: #000000;	
}
.explore-invite {
	padding: 5em;
}

.panel-body{
	color: #000000 !important;	
}
.collapsed{
	color: #fff !important;	
}


@media (min-width: 768px){
.sixth {
    float: left;
    width: 16.66666667%;
	}
}
.sixth {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.site-settings .btn-primary {
	color: white;
	background-color: #046b9a;
}



/* ************************** Connect with Us ******************** */

.section-primary a:not(.btn), .card-primary a:not(.btn) {
    color: #046b99;
	
}



/* ************************** Meetings *************************** */

.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: #536043;
	font-weight: bold;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border: solid #536043;
	border: 0px 5px 0px 5px;
	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: #b77b01;
	color: white;
	text-align: center;
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border: solid #b77b01;
	border: 0px 5px 0px 5px;
	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-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;

}

/*==========================*/
/*LEADERSHIP SECTION CLEANUP*/
/*==========================*/


.leaderContainer {
	width: 23%;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	padding : 15px;
	border-radius: 15px;
	transition: all 0.25s ease-in-out;
}

@media (min-width: 1281px) {
article.news-detail.m-t-md.m-b-lg .group {
	display: flex;
}
.leaderContainer.quarter:hover {
	transition: all 0.25s ease-in-out;
	transform: scale(1.1);
	box-shadow: 0px 0px 15px #fff;
	background: #428bca;
	color: #fff;
}
}

@media (max-width: 1280px) {
.leaderContainer {
	margin-top: 12px;
	display: block;
	width: 100%;
}
}
.leaderContainer a {
	text-decoration: none !important;
	color: #fff;
}
.leaderdesc {
	text-align: center;
	
}
.leaderimg {
	width: 100%;
	display: flex;
	justify-content: center;
}
.leaderimg img {
	align-self: center;
}
.leaderdesc p {
	margin: 5px 0 0 0;
	
}


/* ************************** Accordion button toggle *************************** */

.ca-gov-icon-triangle-down-bio:before 
{
font-size: .9em;
content: "\47";
}

.active .ca-gov-icon-triangle-down-bio:before 
{
content: "\46";
}

.moreless:before 
{
font-size: .9em;
content: "More Details";
}

.active .moreless:before 
{
content: "Less Details";
}



.limitlines1, .limitlines2, .limitlines3, .limitlines4, .limitlines5, .limitlines6, .limitlines7, .limitlines8, .limitlines9, .limitlines10, .limitlines11, .limitlines12, .limitlines13, .limitlines14, .limitlines15, .limitlines16, .limitlines17, .limitlines18, .limitlines19, .limitlines20, .limitlines21, .limitlines22 {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
/*line-height: 16px;*/     /* fallback */
max-height: 45px;      /* fallback */
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}

.unlimitlines {
overflow: visible;
text-overflow: inherit;
display: -webkit-box;
/*line-height: 16px;*/     /* fallback */
/*max-height: 42px;      /* fallback */
/*-webkit-line-clamp: 2;  number of lines to show */
/*-webkit-box-orient: vertical;*/
}

.thumbnail img {
	width: 50px !important;
}

#bio1, #bio2, #bio3, #bio4, #bio5, #bio6, #bio7, #bio8, #bio9, #bio10, #bio11, #bio12, #bio13, #bio14, #bio15, #bio16, #bio17, #bio18, #bio19, #bio20, #bio21, #bio22 {
	margin-top: 18px !important;
}


@media (max-width: 768px)
 {#nav-item-search {
	 display: none;}
}



/* *************** Custom styles *************** */


.btn-primary {
  color: #333333;
  background-color: #046B99;
  border-color: #035a80;
}
.btn-primary2 {
  color: #FDB81E;
  background-color: rgba(0,0,0,0);
	background:#000000;
	}
.btn-primary2:hover, .btn-primary2:focus{
  	color: white;
  
	}
	
.center {
	text-align:center;
}

.italic {
	font-style:italic;
}

.nolist {list-style-type:none;}

.right {text-align:right;}

.underline
  {text-decoration:underline}

.floatr
{float: right;
}

.floatl
{float: left;
}

/*the following three items are to set column layout for two, three and four column layouts in the content area of the page*/
.content_twocolumn 
{
	float:left;
	left: 10px; 		
	width: 40%; 
	padding: 8px; 
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*changed width from original, used on page ../consmers/actions.shtml*/
.content_twocolumn2 
{
	float:left;
	left: 10px; 		
	width: 18%; 
	padding: 8px; 
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*changed width from original, used on page ../laws_regs/art6.shtml*/
.content_twocolumn3 
{
	float:left;
	left: 10px;
	right: -55px;		
	width: 50%; 
	padding: 8px; 
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.content_threecolumn 
{
	float:left;
	left: 10px; 		
	width: 28%; 
	padding: 8px; 
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.content_fourcolumn 
{
	float:left;
	left: 10px; 		
	width: 20%; 
	padding: 8px; 
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}	

/* the following two classes (datelist and subjectlist) are for using on pages where like press releases and whats new they are to be used in conjunction with each other */

.datelist
 {
    float:left;
	text-align:right;
	right: 10px; 		
	width: 25%; 
	padding: 8px;
	margin-left: 0;
	padding-top: 0;
	}

.subjectlist
 {
    float:left;
	left: 10px; 		
	width: 65%; 
	padding: 8px;
	margin-left: 0;
	padding-top: 0;
}

/*add Grey box around your text */
.greyshadedbox {
border:double #000000; 
background-color: #ECECE7;
margin: auto 10% auto 10%;
padding: 2em;
}

/*add Grey box around your text not shaded*/
.greybox {
border:ridge 2px #ccc; 
padding: 2px 10px 5px 2px;
}

/* used in div to clear non-wrapping em or italic in pages \*/
* html #clear_em {
	margin-left: 0;
	overflow: hidden;
	overflow: visible;
	width: 100%;
	width: auto;
	height: 1%;
}

/* used in p tag to clear non-wrapping em or italic in pages \*/
* html .clear_em {
	margin-left: 0;
	overflow: hidden;
	overflow: visible;
	width: 100%;
	width: auto;
	height: 1%;
}

/*table formatting*/
table {border-collapse: collapse;
border: 1.5px solid #bcc5d0;
}

td, th {border: 1px dotted #bcc5d0;
padding: .2em;}

thead th, tfoot th {border: 1.5px solid #bcc5d0;
text-align: left;
font-weight: bold;
background: #ecece7;}

tfoot td {border: 2px solid #bcc5d0;}

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

#citation-table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#citation-table > thead > tr > th, #citation-table > tbody > tr > th, #citation-table > tfoot > tr > th, #citation-table > thead > tr > td, #citation-table > tbody > tr > td, #citation-table > tfoot > tr > td {
    border: 1px solid #000;
}

.indent-p {
	padding-left: 5em;
	padding-right: 5em;
	}
	
.indent-text{
		text-indent: 1em;
	}

sup a {vertical-align:text-top;
font-size:10px}

sub a {vertical-align:text-bottom;
font-size:10px}

/* OVERRIDES*/

.profile-banner {
    background: #fff;
}
.banner-link {
    font-size: 1rem;
}
.banner-link a:hover {
	color: #c9942b !important;
}
.banner-subtitle{
	color:black;
}


#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;
}

.list-understated ul li {
    background: url(../images/template2014/bullet-blue-disc-open.png) no-repeat 0 3px transparent;
    padding: 0 0 14px 18px;
    list-style-type: none;
}

.list-understated ul li ul li {
    background: none;
/*    padding: 0 0 10px 18px;*/
}

li ul {
    padding-top: 10px;
}

.toggle {
	font-weight: bold;
}
td, th {
	padding: 5px;
}
table {
	table-layout: auto;
	width: 100%;
}

/* Responsive Table */

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
}
@media (min-width: 720px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: #f5f5f5;
  color: #000;
  border-radius: .4em;
  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
    color: #c9942b;
    background-color: #00457c;
}


/*BOARD MEMBER BIO TABLE*/

ul.bios-list li .description {
    border: #ababab 2px solid;
    padding: 10px 15px;
    min-height: 300px;
}

div.space-three {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

div.space-three p {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border-top: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
    border-left: 2px solid #ababab;
}

div.space-three p.position {
    border-right: #ababab 2px solid;
}

img.board-member-bio {
    max-width: 150px;
    margin-right: 15px;
	float: left;
}
.btn-default-index {
    width: 100%;
    color: hsla(208, 56%, 33%, 1);
    font-size: 1.25em;
    border-width: 1px;
    border-color: #035b80;
	transition: all 0.25s;
}

.btn-default-index:hover {
    background-color: #00457c;
    color: #fff;
}

.card-header h1 {
    text-align: center;
    color: #fff  /*#fdb81f;*/
	background-color: #00457c;
}

.pad15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pad30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pad160 {
    padding-left: 90px;
    padding-right: 90px;
}
.pad45 {
    padding-left: 45px;
    padding-right: 45px;
}



.allC{
	display: block !important;
	height: auto !important;
}

.toggle {
	font-weight: bold;
}
	/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slide-text .title {
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 1px 2px #000;
}
	
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00457c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #00457c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.card-block {
    background-color: #f5f5f5;
}

.center-font {
    text-align: center;
    font-size: 1.2em;
    color: #000;
}

h1 {
	line-height: 1.5;
}

.card {
    border: 1px solid #046b99;
}

.main-content {
    min-height: 75vh;
}

/*=====================*/
/*MATCH BLUE FROM LOGO*/
/*=====================*/


.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active, 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus, 
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.panel-primary > .panel-heading,
.panel-overstated > .panel-heading,
.progress-bar-primary,
.card-primary {
	background-color: #00457c;
}

.nav-arrow-down,
.section-primary,
.card-primary,
.testimonial-primary,
.utility-header,
.service-tile,
.service-tile-empty,
.utility-header {
	background: #00457c;
}

.text-primary,
.btn-primary .badge,
.panel-primary > .panel-heading .badge,
h1 span[class^="ca-gov-icon-"]:first-child,
.nav-item.active > a,
.nav-item:hover > a,
.nav-item.active > a > span[class^="ca-gov-icon"],
.nav-item:hover > a > span[class^="ca-gov-icon"],
.second-level-link,
.second-level-link [class^="ca-gov-icon-"],
.panel-overstated > .panel-heading .badge,
.progress-bar-primary,
.text-accent-p2 {
	color: #00457c;
}

.card-primary2 .card-header2 {
    border-bottom: 1px solid #00457c;
    background-color: #00457c;
}



a.toggle:hover, a:hover, h4.panel-title a:hover {
    color: #c9942b;
    text-decoration: none;
}

h4.panel-title a {
    color: #00457c;
}

.navigation-search {
    border-bottom: 5px solid #c9942b;
    position: relative;
}

.sub-nav {
  border-top: 5px solid #c9942b;
  border-bottom: 5px solid #00457c;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #f5f9fb;
}

.search-results-container.visible {
    visibility: visible;
    display: none;
}

/* -----------------------------------------
   ALERT BANNER
   /source/less/cagov/alert-banner.less
----------------------------------------- */
.alert-banner {
  margin-bottom: 0;
  padding: 5px 0;
  border-radius: 0;
  -webkit-column-rule: rgba(255, 255, 255, 0.8);
     -moz-column-rule: rgba(255, 255, 255, 0.8);
          column-rule: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.alert-banner .close {
  right: -10px;
  opacity: 1;
}
.alert-level {
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 13.92px;
  font-size: 0.87rem;
}
.alert-level [class^="ca-gov-icon-"] {
  margin-right: 3px;
}
.alert-link {
  line-height: 1.2em;
  float: right !important;
}
.alert-severe {
  background: #FDB81E;
}
.alert-severe .close {
  color: #FDB81E;
  text-shadow: 0 1px #f8ba91;
}
.alert-severe .alert-level {
  color: #000000;
  background: rgba(255, 255, 255, 0.15);
}
.alert-severe .alert-text {
  color: #000000;
}
.global-header.compact .alert-banner {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0;
}
	
	/* -----------------------------------------
   BREADCRUMB - /source/less/bootstrap/breadcrumbs.less
----------------------------------------- */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #333333;
}

ol.breadcrumb {
                text-transform: capitalize;
}
	
	
.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;
}
.search-container .submit-container, .search-container.featured-search.active .submit-container {    
    background-color: rgba(0, 0, 0, 0.65);
}
.news-item .published {
    color: #6b6a6a;
}
.utility-header a:hover,
.utility-header a:focus,
.utility-header a.hovered {
  color: #00415f;
}

.section-impact a:not(.btn):hover,
.card-impact a:not(.btn):hover,
.section-impact a:not(.btn):focus,
.card-impact a:not(.btn):focus {
  color: #00415f;
}
body {
    color: black;
}
a {
    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;
}

tem
#recaptchaContainer .button:focus {
	border: thin #E6FC07;
}

.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: #000000;
    text-decoration: underline;
}

.utility-header .social-media-links {
  position: initial !important;
  height: initial !important;
	width: auto !important;
}

.utility-header ul li {
    padding: 0 3px;
}

.list-understated ul li {
     background: none !important;
}

.list-overstated li.open, .list-understated li.open {
     background: none !important;
}

.list-overstated li, .list-understated li {
     background: none !important;
}

.list-understated ul 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::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.open::before, .list-understated li.open::before {
    content: "\e66b";
    font-family: "CaGov";
    background: none !important;
    /* position: absolute; */
    font-size: 0.7em;
    top: 3px;
    left: 0;
    padding-right: 4px;
    margin-left: -15px;
    color: #528ac7;
}

.btn-default-index {
    overflow: auto;
}

.text-light {
    color: #f8f9fa!important;
}
.text-dark {
    color: #343a40!important;
}
/*
.section-primary a:not(.btn), .card-primary a:not(.btn) {
    color: #f5f5f5!important;
}
*/
abbr[title] {
    border-bottom-style: none;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.border {
    border: 1px solid #dee2e6;
}
.border-dark {
    border-color: #343a40!important;
}
.d-inline {
    display: inline!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.ml-4 {
    margin-left: 1.5em;
}
.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.p-3 {
    padding: 1em;
}
.text-small-caps {
    font-variant: small-caps;
}
.group {
    margin-left: 0;
    margin-right: 0;
}
.media {
    padding: 15px;
}


/* -----------------------------------------
   ICON FONTS - /source/scss/cagov/icon-font.scss
----------------------------------------- */
@font-face {
  font-family: 'CaGov';
  src: url("../fonts/CaGov.eot?ocljyw");
  src: url("../fonts/CaGov.eot?ocljyw#iefix") format("embedded-opentype"), url("../fonts/CaGov.ttf?ocljyw") format("truetype"), url("../fonts/CaGov.woff?ocljyw") format("woff"), url("../fonts/CaGov.svg??ocljyw#CaGov") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ca-gov-icon-"], [class*=" ca-gov-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CaGov' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.ca-gov-icon-pdf-text:before {
  content: "\ea20";
}

.ca-gov-icon-mask-light:before {
  content: "\e9fb";
}

.ca-gov-icon-mask-dark:before {
  content: "\e9fc";
}

.ca-gov-icon-vaccine-check:before {
  content: "\e9fe";
}

.ca-gov-icon-teams:before {
  content: "\ea0c";
}

.ca-gov-icon-pharmacy:before {
  content: "\ea12";
}

.ca-gov-icon-cart-delivered:before {
  content: "\ea15";
}

.ca-gov-icon-medical-shipped:before {
  content: "\ea16";
}

.ca-gov-icon-vaccine:before {
  content: "\ea17";
}

.ca-gov-icon-team:before {
  content: "\ea18";
}

.ca-gov-icon-vaccine-patient:before {
  content: "\ea19";
}

.ca-gov-icon-improvements:before {
  content: "\ea1a";
}

.ca-gov-icon-cloud-network:before {
  content: "\ea1b";
}

.ca-gov-icon-technology-reuse:before {
  content: "\ea1c";
}

.ca-gov-icon-accessibility:before {
  content: "\e992";
}

.ca-gov-icon-agriculture:before {
  content: "\e973";
}

.ca-gov-icon-air:before {
  content: "\e9de";
}

.ca-gov-icon-air-polution:before {
  content: "\e9df";
}

.ca-gov-icon-air-quality:before {
  content: "\e9e0";
}

.ca-gov-icon-albums:before {
  content: "\e90e";
}

.ca-gov-icon-amexcard:before {
  content: "\e979";
}

.ca-gov-icon-amusement:before {
  content: "\e9ab";
}

.ca-gov-icon-anchor:before {
  content: "\e9e1";
}

.ca-gov-icon-android:before {
  content: "\e620";
}

.ca-gov-icon-angry:before {
  content: "\e975";
}

.ca-gov-icon-apple:before {
  content: "\e61f";
}

.ca-gov-icon-apple-pay:before {
  content: "\e97a";
}

.ca-gov-icon-apps:before {
  content: "\e603";
}

.ca-gov-icon-archive:before {
  content: "\e088";
}

.ca-gov-icon-arrow-down:before {
  content: "\e04c";
}

.ca-gov-icon-arrow-fill-down:before {
  content: "\e03a";
}

.ca-gov-icon-arrow-fill-left:before {
  content: "\e03b";
}

.ca-gov-icon-arrow-fill-left-down:before {
  content: "\e040";
}

.ca-gov-icon-arrow-fill-left-up:before {
  content: "\e03d";
}

.ca-gov-icon-arrow-fill-right:before {
  content: "\e03c";
}

.ca-gov-icon-arrow-fill-right-down:before {
  content: "\e03f";
}

.ca-gov-icon-arrow-fill-right-up:before {
  content: "\e03e";
}

.ca-gov-icon-arrow-fill-up:before {
  content: "\e039";
}

.ca-gov-icon-arrow-left:before {
  content: "\e04d";
}

.ca-gov-icon-arrow-next:before {
  content: "\e669";
}

.ca-gov-icon-arrow-prev:before {
  content: "\e668";
}

.ca-gov-icon-arrow-right:before {
  content: "\e04e";
}

.ca-gov-icon-arrow-up:before {
  content: "\e04b";
}

.ca-gov-icon-at-sign:before {
  content: "\e60e";
}

.ca-gov-icon-attachment:before {
  content: "\e60f";
}

.ca-gov-icon-audience:before {
  content: "\e9fa";
}

.ca-gov-icon-audio:before {
  content: "\e63a";
}

.ca-gov-icon-baloons:before {
  content: "\e9ac";
}

.ca-gov-icon-bambinton:before {
  content: "\e9e2";
}

.ca-gov-icon-bar-chart:before {
  content: "\e629";
}

.ca-gov-icon-barge-ship:before {
  content: "\e9ad";
}

.ca-gov-icon-bars-up:before {
  content: "\e9fd";
}

.ca-gov-icon-bars-upward:before {
  content: "\ea1d";
}

.ca-gov-icon-baseballl:before {
  content: "\e9e3";
}

.ca-gov-icon-basketball:before {
  content: "\e9e4";
}

.ca-gov-icon-bath:before {
  content: "\e9e5";
}

.ca-gov-icon-bear:before {
  content: "\e60b";
}

.ca-gov-icon-bell:before {
  content: "\e982";
}

.ca-gov-icon-bike:before {
  content: "\e9ae";
}

.ca-gov-icon-billiards:before {
  content: "\e9e6";
}

.ca-gov-icon-binoculars:before {
  content: "\e632";
}

.ca-gov-icon-biohazard:before {
  content: "\e918";
}

.ca-gov-icon-boat:before {
  content: "\e9af";
}

.ca-gov-icon-book:before {
  content: "\e086";
}

.ca-gov-icon-bookmark:before {
  content: "\e983";
}

.ca-gov-icon-books:before {
  content: "\e984";
}

.ca-gov-icon-bowling:before {
  content: "\e9e7";
}

.ca-gov-icon-brain:before {
  content: "\e90f";
}

.ca-gov-icon-bridge:before {
  content: "\e9b0";
}

.ca-gov-icon-bridge-alt:before {
  content: "\e9b1";
}

.ca-gov-icon-briefcase:before {
  content: "\e901";
}

.ca-gov-icon-building:before {
  content: "\e0fd";
}

.ca-gov-icon-bus:before {
  content: "\e9b2";
}

.ca-gov-icon-bus-alt:before {
  content: "\e9b3";
}

.ca-gov-icon-ca-capitol:before {
  content: "\e657";
}

.ca-gov-icon-ca-state:before {
  content: "\e658";
}

.ca-gov-icon-cal:before {
  content: "\e650";
}

.ca-gov-icon-cal-bear:before {
  content: "\e90b";
}

.ca-gov-icon-calculator:before {
  content: "\e0e7";
}

.ca-gov-icon-calendar:before {
  content: "\e60a";
}

.ca-gov-icon-call:before {
  content: "\e641";
}

.ca-gov-icon-camera:before {
  content: "\e637";
}

.ca-gov-icon-campfire:before {
  content: "\e96a";
}

.ca-gov-icon-cannabis:before {
  content: "\e974";
}

.ca-gov-icon-capitol:before {
  content: "\e606";
}

.ca-gov-icon-car:before {
  content: "\e9b4";
}

.ca-gov-icon-car-alt:before {
  content: "\e9b5";
}

.ca-gov-icon-care-tweezers:before {
  content: "\e9e8";
}

.ca-gov-icon-caret-down:before {
  content: "\33";
}

.ca-gov-icon-caret-fill-down:before {
  content: "\e044";
}

.ca-gov-icon-caret-fill-left:before {
  content: "\e045";
}

.ca-gov-icon-caret-fill-right:before {
  content: "\e046";
}

.ca-gov-icon-caret-fill-two-down:before {
  content: "\e048";
}

.ca-gov-icon-caret-fill-two-left:before {
  content: "\e049";
}

.ca-gov-icon-caret-fill-two-right:before {
  content: "\e04a";
}

.ca-gov-icon-caret-fill-two-up:before {
  content: "\e047";
}

.ca-gov-icon-caret-fill-up:before {
  content: "\e043";
}

.ca-gov-icon-caret-left:before {
  content: "\34";
}

.ca-gov-icon-caret-line-down:before {
  content: "\3b";
}

.ca-gov-icon-caret-line-left:before {
  content: "\3c";
}

.ca-gov-icon-caret-line-right:before {
  content: "\3d";
}

.ca-gov-icon-caret-line-two-down:before {
  content: "\3f";
}

.ca-gov-icon-caret-line-two-left:before {
  content: "\40";
}

.ca-gov-icon-caret-line-two-right:before {
  content: "\41";
}

.ca-gov-icon-caret-line-two-up:before {
  content: "\3e";
}

.ca-gov-icon-caret-line-up:before {
  content: "\3a";
}

.ca-gov-icon-caret-right:before {
  content: "\35";
}

.ca-gov-icon-caret-two-down:before {
  content: "\37";
}

.ca-gov-icon-caret-two-left:before {
  content: "\38";
}

.ca-gov-icon-caret-two-right:before {
  content: "\39";
}

.ca-gov-icon-caret-two-up:before {
  content: "\36";
}

.ca-gov-icon-caret-up:before {
  content: "\32";
}

.ca-gov-icon-carousel-next:before {
  content: "\e667";
}

.ca-gov-icon-carousel-pause:before {
  content: "\e66c";
}

.ca-gov-icon-carousel-play:before {
  content: "\e907";
}

.ca-gov-icon-carousel-prev:before {
  content: "\e666";
}

.ca-gov-icon-casino:before {
  content: "\e9b6";
}

.ca-gov-icon-cc-copyright:before {
  content: "\e656";
}

.ca-gov-icon-cellphone-touch:before {
  content: "\ea08";
}

.ca-gov-icon-certificate:before {
  content: "\e910";
}

.ca-gov-icon-certificate-check:before {
  content: "\e911";
}

.ca-gov-icon-certificate-click:before {
  content: "\ea03";
}

.ca-gov-icon-charge:before {
  content: "\e912";
}

.ca-gov-icon-charge-cycle:before {
  content: "\e913";
}

.ca-gov-icon-charge-units:before {
  content: "\e914";
}

.ca-gov-icon-chat:before {
  content: "\e605";
}

.ca-gov-icon-chat-bubble:before {
  content: "\e66f";
}

.ca-gov-icon-chat-bubbles:before {
  content: "\e640";
}

.ca-gov-icon-check-fill:before {
  content: "\e052";
}

.ca-gov-icon-check-line:before {
  content: "\52";
}

.ca-gov-icon-check-list:before {
  content: "\e651";
}

.ca-gov-icon-check-mark:before {
  content: "\4e";
}

.ca-gov-icon-chemical-hazard:before {
  content: "\e956";
}

.ca-gov-icon-chrome:before {
  content: "\e97d";
}

.ca-gov-icon-church:before {
  content: "\e9e9";
}

.ca-gov-icon-city:before {
  content: "\e915";
}

.ca-gov-icon-clipboard:before {
  content: "\e653";
}

.ca-gov-icon-clock:before {
  content: "\e916";
}

.ca-gov-icon-close-fill:before {
  content: "\e051";
}

.ca-gov-icon-close-line:before {
  content: "\51";
}

.ca-gov-icon-close-mark:before {
  content: "\4d";
}

.ca-gov-icon-cloud-download:before {
  content: "\e62e";
}

.ca-gov-icon-cloud-gear:before {
  content: "\e917";
}

.ca-gov-icon-cloud-services:before {
  content: "\e91a";
}

.ca-gov-icon-cloud-sync:before {
  content: "\e91b";
}

.ca-gov-icon-cloud-upload:before {
  content: "\e62f";
}

.ca-gov-icon-code:before {
  content: "\e91c";
}

.ca-gov-icon-cofee:before {
  content: "\e9b7";
}

.ca-gov-icon-collapse-all:before {
  content: "\e970";
}

.ca-gov-icon-collapse:before {
  content: "\58";
}

.ca-gov-icon-compass:before {
  content: "\e633";
}

.ca-gov-icon-computer:before {
  content: "\e621";
}

.ca-gov-icon-construction:before {
  content: "\e628";
}

.ca-gov-icon-contact-us:before {
  content: "\e66e";
}

.ca-gov-icon-contacts:before {
  content: "\e087";
}

.ca-gov-icon-coronavirus:before {
  content: "\e996";
}

.ca-gov-icon-coughing:before {
  content: "\e997";
}

.ca-gov-icon-cover:before {
  content: "\e998";
}

.ca-gov-icon-cruise-ship:before {
  content: "\e9b8";
}

.ca-gov-icon-cubes:before {
  content: "\e999";
}

.ca-gov-icon-currency:before {
  content: "\e0f3";
}

.ca-gov-icon-dam:before {
  content: "\e96b";
}

.ca-gov-icon-danger:before {
  content: "\e957";
}

.ca-gov-icon-desktop-checklist:before {
  content: "\ea05";
}

.ca-gov-icon-desktop-video-module:before {
  content: "\ea10";
}

.ca-gov-icon-dices:before {
  content: "\e9b9";
}

.ca-gov-icon-digging:before {
  content: "\e989";
}

.ca-gov-icon-directions:before {
  content: "\e9ba";
}

.ca-gov-icon-discovercard:before {
  content: "\e97b";
}

.ca-gov-icon-distance:before {
  content: "\e995";
}

.ca-gov-icon-do-not-sign:before {
  content: "\e958";
}

.ca-gov-icon-document:before {
  content: "\e652";
}

.ca-gov-icon-down:before {
  content: "\e9ea";
}

.ca-gov-icon-down-left:before {
  content: "\e9eb";
}

.ca-gov-icon-down-right:before {
  content: "\e9ec";
}

.ca-gov-icon-download:before {
  content: "\e62d";
}

.ca-gov-icon-download-cloud:before {
  content: "\e96c";
}

.ca-gov-icon-drag:before {
  content: "\e972";
}

.ca-gov-icon-drawer:before {
  content: "\e084";
}

.ca-gov-icon-drive:before {
  content: "\e0e5";
}

.ca-gov-icon-ear:before {
  content: "\e91d";
}

.ca-gov-icon-ear-slash:before {
  content: "\e91e";
}

.ca-gov-icon-earthquake:before {
  content: "\e959";
}

.ca-gov-icon-electricity-hazard:before {
  content: "\e95c";
}

.ca-gov-icon-email:before {
  content: "\e609";
}

.ca-gov-icon-entertainment:before {
  content: "\e9bb";
}

.ca-gov-icon-envelope-checklist:before {
  content: "\ea13";
}

.ca-gov-icon-excel:before {
  content: "\e612";
}

.ca-gov-icon-expand-all:before {
  content: "\e991";
}

.ca-gov-icon-expand:before {
  content: "\59";
}

.ca-gov-icon-external-link:before {
  content: "\e9ed";
}

.ca-gov-icon-eye:before {
  content: "\e91f";
}

.ca-gov-icon-eye-slash:before {
  content: "\e920";
}

.ca-gov-icon-facebook:before {
  content: "\e616";
}

.ca-gov-icon-family:before {
  content: "\e9bc";
}

.ca-gov-icon-family-alt:before {
  content: "\e9bd";
}

.ca-gov-icon-fastfood:before {
  content: "\e9be";
}

.ca-gov-icon-favorite:before {
  content: "\e659";
}

.ca-gov-icon-features:before {
  content: "\e993";
}

.ca-gov-icon-ferry:before {
  content: "\e9bf";
}

.ca-gov-icon-file:before {
  content: "\e921";
}

.ca-gov-icon-file-audio:before {
  content: "\e922";
}

.ca-gov-icon-file-certificate:before {
  content: "\e923";
}

.ca-gov-icon-file-check:before {
  content: "\e924";
}

.ca-gov-icon-file-code:before {
  content: "\e925";
}

.ca-gov-icon-file-csv:before {
  content: "\e926";
}

.ca-gov-icon-file-download:before {
  content: "\e927";
}

.ca-gov-icon-file-excel:before {
  content: "\e928";
}

.ca-gov-icon-file-export:before {
  content: "\e929";
}

.ca-gov-icon-file-import:before {
  content: "\e92a";
}

.ca-gov-icon-file-invoice:before {
  content: "\e92b";
}

.ca-gov-icon-file-medical:before {
  content: "\e92c";
}

.ca-gov-icon-file-medical-alt:before {
  content: "\e92d";
}

.ca-gov-icon-file-pdf:before {
  content: "\e92e";
}

.ca-gov-icon-file-powerpoint:before {
  content: "\e92f";
}

.ca-gov-icon-file-prescription:before {
  content: "\e930";
}

.ca-gov-icon-file-upload:before {
  content: "\e931";
}

.ca-gov-icon-file-video:before {
  content: "\e932";
}

.ca-gov-icon-file-word:before {
  content: "\e933";
}

.ca-gov-icon-file-zip:before {
  content: "\e934";
}

.ca-gov-icon-film:before {
  content: "\e024";
}

.ca-gov-icon-filter:before {
  content: "\e90a";
}

.ca-gov-icon-filter-solid:before {
  content: "\e935";
}

.ca-gov-icon-fingerprint:before {
  content: "\e936";
}

.ca-gov-icon-fingerprint-check:before {
  content: "\e937";
}

.ca-gov-icon-fire:before {
  content: "\e631";
}

.ca-gov-icon-firefox:before {
  content: "\e97e";
}

.ca-gov-icon-fitness:before {
  content: "\e9c0";
}

.ca-gov-icon-fitness-alt:before {
  content: "\e9c1";
}

.ca-gov-icon-flickr:before {
  content: "\e61d";
}

.ca-gov-icon-flood:before {
  content: "\e95d";
}

.ca-gov-icon-flowchart:before {
  content: "\e0df";
}

.ca-gov-icon-folder:before {
  content: "\e05c";
}

.ca-gov-icon-football:before {
  content: "\e9ee";
}

.ca-gov-icon-gas-pump:before {
  content: "\e98a";
}

.ca-gov-icon-gear:before {
  content: "\e64d";
}

.ca-gov-icon-gears:before {
  content: "\e900";
}

.ca-gov-icon-glass:before {
  content: "\e987";
}

.ca-gov-icon-globe:before {
  content: "\e0e3";
}

.ca-gov-icon-golf:before {
  content: "\e9ef";
}

.ca-gov-icon-google:before {
  content: "\ea0e";
}

.ca-gov-icon-google-plus:before {
  content: "\e66d";
}

.ca-gov-icon-graduate:before {
  content: "\e903";
}

.ca-gov-icon-graduate-pointer:before {
  content: "\ea0f";
}

.ca-gov-icon-graph:before {
  content: "\e62b";
}

.ca-gov-icon-green:before {
  content: "\e638";
}

.ca-gov-icon-grid:before {
  content: "\e08c";
}

.ca-gov-icon-hair:before {
  content: "\e9c2";
}

.ca-gov-icon-hair-salon:before {
  content: "\e9c3";
}

.ca-gov-icon-hand:before {
  content: "\e938";
}

.ca-gov-icon-hand-heart:before {
  content: "\e99a";
}

.ca-gov-icon-hand-money:before {
  content: "\e939";
}

.ca-gov-icon-hand-watter:before {
  content: "\e99b";
}

.ca-gov-icon-handshake:before {
  content: "\e93a";
}

.ca-gov-icon-happy:before {
  content: "\e976";
}

.ca-gov-icon-hazard:before {
  content: "\e95e";
}

.ca-gov-icon-heart:before {
  content: "\e988";
}

.ca-gov-icon-highway:before {
  content: "\e9c4";
}

.ca-gov-icon-home:before {
  content: "\e601";
}

.ca-gov-icon-home-education:before {
  content: "\ea07";
}

.ca-gov-icon-home-graduate:before {
  content: "\ea09";
}

.ca-gov-icon-hourglass:before {
  content: "\e0e1";
}

.ca-gov-icon-hours:before {
  content: "\e90c";
}

.ca-gov-icon-hours-security:before {
  content: "\e90d";
}

.ca-gov-icon-house:before {
  content: "\e64c";
}

.ca-gov-icon-hurricane:before {
  content: "\e95f";
}

.ca-gov-icon-idea:before {
  content: "\e902";
}

.ca-gov-icon-idea-alt:before {
  content: "\e98b";
}

.ca-gov-icon-ie:before {
  content: "\e97f";
}

.ca-gov-icon-image:before {
  content: "\e64b";
}

.ca-gov-icon-images:before {
  content: "\e904";
}

.ca-gov-icon-important:before {
  content: "\e63f";
}

.ca-gov-icon-important-line:before {
  content: "\e906";
}

.ca-gov-icon-info:before {
  content: "\e661";
}

.ca-gov-icon-info-bubble:before {
  content: "\e670";
}

.ca-gov-icon-info-line:before {
  content: "\e905";
}

.ca-gov-icon-instagram:before {
  content: "\e9dd";
}

.ca-gov-icon-institute:before {
  content: "\e93b";
}

.ca-gov-icon-justice-legal:before {
  content: "\e60d";
}

.ca-gov-icon-key:before {
  content: "\e65f";
}

.ca-gov-icon-lab-tests:before {
  content: "\e99c";
}

.ca-gov-icon-law-enforcement:before {
  content: "\e60c";
}

.ca-gov-icon-left:before {
  content: "\e9f0";
}

.ca-gov-icon-lightbulb:before {
  content: "\e072";
}

.ca-gov-icon-link:before {
  content: "\e65d";
}

.ca-gov-icon-linkedin:before {
  content: "\e617";
}

.ca-gov-icon-location:before {
  content: "\e081";
}

.ca-gov-icon-lock:before {
  content: "\e660";
}

.ca-gov-icon-logo:before {
  content: "\e600";
}

.ca-gov-icon-loud-speaker:before {
  content: "\e639";
}

.ca-gov-icon-magnify-glass:before {
  content: "\e65e";
}

.ca-gov-icon-mail:before {
  content: "\e64a";
}

.ca-gov-icon-malware:before {
  content: "\e919";
}

.ca-gov-icon-map:before {
  content: "\e083";
}

.ca-gov-icon-mask:before {
  content: "\e99d";
}

.ca-gov-icon-mastercard:before {
  content: "\e978";
}

.ca-gov-icon-medal:before {
  content: "\e98c";
}

.ca-gov-icon-medical:before {
  content: "\e63c";
}

.ca-gov-icon-medical-bubble:before {
  content: "\e93c";
}

.ca-gov-icon-medical-care:before {
  content: "\e93d";
}

.ca-gov-icon-medical-case:before {
  content: "\e93e";
}

.ca-gov-icon-medical-clinic:before {
  content: "\e93f";
}

.ca-gov-icon-medical-cross:before {
  content: "\e940";
}

.ca-gov-icon-medical-doctor:before {
  content: "\e941";
}

.ca-gov-icon-medical-heart:before {
  content: "\e942";
}

.ca-gov-icon-medical-pills:before {
  content: "\e943";
}

.ca-gov-icon-menu:before {
  content: "\e602";
}

.ca-gov-icon-menu-toggle-closed:before {
  content: "\e66a";
}

.ca-gov-icon-menu-toggle-open:before {
  content: "\e66b";
}

.ca-gov-icon-mic:before {
  content: "\e07f";
}

.ca-gov-icon-microsoft:before {
  content: "\e61e";
}

.ca-gov-icon-minus-fill:before {
  content: "\e04f";
}

.ca-gov-icon-minus-line:before {
  content: "\4f";
}

.ca-gov-icon-minus-mark:before {
  content: "\4b";
}

.ca-gov-icon-mobile:before {
  content: "\e944";
}

.ca-gov-icon-mobile-graduate:before {
  content: "\ea11";
}

.ca-gov-icon-mobile-textbook:before {
  content: "\ea0a";
}

.ca-gov-icon-museum:before {
  content: "\e9c5";
}

.ca-gov-icon-museum-alt:before {
  content: "\e9c6";
}

.ca-gov-icon-music:before {
  content: "\e08e";
}

.ca-gov-icon-nail-polish:before {
  content: "\e9f1";
}

.ca-gov-icon-no-coughing:before {
  content: "\e99e";
}

.ca-gov-icon-no-handshake:before {
  content: "\e99f";
}

.ca-gov-icon-no-smoking:before {
  content: "\e98e";
}

.ca-gov-icon-no-travel:before {
  content: "\e9c7";
}

.ca-gov-icon-no-virus:before {
  content: "\e9a0";
}

.ca-gov-icon-online-education:before {
  content: "\ea01";
}

.ca-gov-icon-online-graduate:before {
  content: "\e9ff";
}

.ca-gov-icon-online-help:before {
  content: "\ea1e";
}

.ca-gov-icon-online-module:before {
  content: "\ea0b";
}

.ca-gov-icon-online-services:before {
  content: "\e65c";
}

.ca-gov-icon-opera:before {
  content: "\e980";
}

.ca-gov-icon-paddle-boat:before {
  content: "\e9c8";
}

.ca-gov-icon-page:before {
  content: "\e654";
}

.ca-gov-icon-palette:before {
  content: "\e986";
}

.ca-gov-icon-party:before {
  content: "\e9c9";
}

.ca-gov-icon-pause:before {
  content: "\e648";
}

.ca-gov-icon-payment-card:before {
  content: "\e645";
}

.ca-gov-icon-paypal:before {
  content: "\e97c";
}

.ca-gov-icon-pdf:before {
  content: "\e614";
}

.ca-gov-icon-pencil:before {
  content: "\6a";
}

.ca-gov-icon-pencil-edit:before {
  content: "\6c";
}

.ca-gov-icon-people:before {
  content: "\e642";
}

.ca-gov-icon-person:before {
  content: "\e643";
}

.ca-gov-icon-personal-care:before {
  content: "\e9f2";
}

.ca-gov-icon-phone:before {
  content: "\e608";
}

.ca-gov-icon-pie-chart:before {
  content: "\e62a";
}

.ca-gov-icon-pinterest:before {
  content: "\e61a";
}

.ca-gov-icon-places:before {
  content: "\e9ca";
}

.ca-gov-icon-play:before {
  content: "\e647";
}

.ca-gov-icon-plus-fill:before {
  content: "\e050";
}

.ca-gov-icon-plus-line:before {
  content: "\50";
}

.ca-gov-icon-plus-mark:before {
  content: "\4c";
}

.ca-gov-icon-powerpoint:before {
  content: "\e611";
}

.ca-gov-icon-print:before {
  content: "\e63b";
}

.ca-gov-icon-pro-services:before {
  content: "\e945";
}

.ca-gov-icon-procurement:before {
  content: "\e9a1";
}

.ca-gov-icon-project:before {
  content: "\e9a2";
}

.ca-gov-icon-pushpin:before {
  content: "\e082";
}

.ca-gov-icon-puzzle:before {
  content: "\e946";
}

.ca-gov-icon-puzzle-piece:before {
  content: "\e947";
}

.ca-gov-icon-quake-hazard:before {
  content: "\e95b";
}

.ca-gov-icon-quake-house:before {
  content: "\e95a";
}

.ca-gov-icon-question:before {
  content: "\e909";
}

.ca-gov-icon-question-fill:before {
  content: "\e064";
}

.ca-gov-icon-question-line:before {
  content: "\e908";
}

.ca-gov-icon-quote-fill:before {
  content: "\e06a";
}

.ca-gov-icon-radiation:before {
  content: "\e955";
}

.ca-gov-icon-rail:before {
  content: "\e9cb";
}

.ca-gov-icon-read-book:before {
  content: "\e655";
}

.ca-gov-icon-reader:before {
  content: "\e985";
}

.ca-gov-icon-recycle:before {
  content: "\e948";
}

.ca-gov-icon-responsive:before {
  content: "\e949";
}

.ca-gov-icon-responsive-alt:before {
  content: "\e94a";
}

.ca-gov-icon-restaurant:before {
  content: "\e9cc";
}

.ca-gov-icon-right:before {
  content: "\e9f3";
}

.ca-gov-icon-road:before {
  content: "\e9cd";
}

.ca-gov-icon-road-pin:before {
  content: "\e65b";
}

.ca-gov-icon-roadways:before {
  content: "\e624";
}

.ca-gov-icon-rss:before {
  content: "\e65a";
}

.ca-gov-icon-rv:before {
  content: "\e9ce";
}

.ca-gov-icon-safari:before {
  content: "\e981";
}

.ca-gov-icon-sail-ship:before {
  content: "\e9cf";
}

.ca-gov-icon-science:before {
  content: "\e00a";
}

.ca-gov-icon-scooter:before {
  content: "\e9d0";
}

.ca-gov-icon-sea-level-rise:before {
  content: "\e960";
}

.ca-gov-icon-sea-level-rise-alt:before {
  content: "\e96e";
}

.ca-gov-icon-search:before {
  content: "\e604";
}

.ca-gov-icon-search-right:before {
  content: "\55";
}

.ca-gov-icon-searching:before {
  content: "\e0f7";
}

.ca-gov-icon-security-network:before {
  content: "\e94b";
}

.ca-gov-icon-security-system:before {
  content: "\e94c";
}

.ca-gov-icon-server:before {
  content: "\e62c";
}

.ca-gov-icon-severe-weather:before {
  content: "\e961";
}

.ca-gov-icon-share:before {
  content: "\e615";
}

.ca-gov-icon-share-Instagram:before {
  content: "\e9f9";
}

.ca-gov-icon-share-button:before {
  content: "\e671";
}

.ca-gov-icon-share-email:before {
  content: "\e673";
}

.ca-gov-icon-share-facebook:before {
  content: "\e672";
}

.ca-gov-icon-share-flickr:before {
  content: "\e674";
}

.ca-gov-icon-share-googleplus:before {
  content: "\e677";
}

.ca-gov-icon-share-linkedin:before {
  content: "\e676";
}

.ca-gov-icon-share-pinterest:before {
  content: "\e679";
}

.ca-gov-icon-share-snapchat:before {
  content: "\e98f";
}

.ca-gov-icon-share-twitter:before {
  content: "\e675";
}

.ca-gov-icon-share-vimeo:before {
  content: "\e67a";
}

.ca-gov-icon-share-youtube:before {
  content: "\e67b";
}

.ca-gov-icon-shield:before {
  content: "\e630";
}

.ca-gov-icon-shield-check:before {
  content: "\e94d";
}

.ca-gov-icon-ship:before {
  content: "\e9d1";
}

.ca-gov-icon-shopping-cart:before {
  content: "\e635";
}

.ca-gov-icon-sign-language:before {
  content: "\e971";
}

.ca-gov-icon-skip-backwards:before {
  content: "\e646";
}

.ca-gov-icon-skip-forward:before {
  content: "\e649";
}

.ca-gov-icon-smartphone:before {
  content: "\e623";
}

.ca-gov-icon-smoking:before {
  content: "\e98d";
}

.ca-gov-icon-snapchat:before {
  content: "\e990";
}

.ca-gov-icon-soap:before {
  content: "\e9a3";
}

.ca-gov-icon-soccer:before {
  content: "\e9f4";
}

.ca-gov-icon-sos:before {
  content: "\e634";
}

.ca-gov-icon-spartan-helmet:before {
  content: "\ea14";
}

.ca-gov-icon-speech-dialog:before {
  content: "\ea1f";
}

.ca-gov-icon-speedtrain:before {
  content: "\e9d2";
}

.ca-gov-icon-state:before {
  content: "\e607";
}

.ca-gov-icon-stay-home:before {
  content: "\e9a4";
}

.ca-gov-icon-stop-fire:before {
  content: "\e962";
}

.ca-gov-icon-stop-hand:before {
  content: "\e963";
}

.ca-gov-icon-suv:before {
  content: "\e9d3";
}

.ca-gov-icon-table:before {
  content: "\e025";
}

.ca-gov-icon-tablet:before {
  content: "\e622";
}

.ca-gov-icon-tags:before {
  content: "\e07c";
}

.ca-gov-icon-teleworking:before {
  content: "\e9a5";
}

.ca-gov-icon-temple:before {
  content: "\e9d4";
}

.ca-gov-icon-tennis:before {
  content: "\e9f5";
}

.ca-gov-icon-tent:before {
  content: "\e969";
}

.ca-gov-icon-testing:before {
  content: "\e9a6";
}

.ca-gov-icon-testing-alt:before {
  content: "\e9a7";
}

.ca-gov-icon-textbook:before {
  content: "\ea00";
}

.ca-gov-icon-thumb-up:before {
  content: "\e94e";
}

.ca-gov-icon-time:before {
  content: "\e64f";
}

.ca-gov-icon-tool:before {
  content: "\e64e";
}

.ca-gov-icon-tools:before {
  content: "\e035";
}

.ca-gov-icon-tornado:before {
  content: "\e964";
}

.ca-gov-icon-train:before {
  content: "\e9d5";
}

.ca-gov-icon-travel-air:before {
  content: "\e626";
}

.ca-gov-icon-travel-car:before {
  content: "\e625";
}

.ca-gov-icon-triangle-down:before {
  content: "\43";
}

.ca-gov-icon-triangle-left:before {
  content: "\44";
}

.ca-gov-icon-triangle-line-down:before {
  content: "\47";
}

.ca-gov-icon-triangle-line-left:before {
  content: "\48";
}

.ca-gov-icon-triangle-line-right:before {
  content: "\49";
}

.ca-gov-icon-triangle-line-up:before {
  content: "\46";
}

.ca-gov-icon-triangle-right:before {
  content: "\45";
}

.ca-gov-icon-triangle-up:before {
  content: "\42";
}

.ca-gov-icon-trolleybus:before {
  content: "\e9d6";
}

.ca-gov-icon-trophy:before {
  content: "\e94f";
}

.ca-gov-icon-truck:before {
  content: "\e9d7";
}

.ca-gov-icon-truck-alt:before {
  content: "\e9d8";
}

.ca-gov-icon-truck-delivery:before {
  content: "\e627";
}

.ca-gov-icon-tsunami:before {
  content: "\e965";
}

.ca-gov-icon-tsunami-alt:before {
  content: "\e96f";
}

.ca-gov-icon-twitter:before {
  content: "\e619";
}

.ca-gov-icon-up:before {
  content: "\e9f6";
}

.ca-gov-icon-up-left:before {
  content: "\e9f7";
}

.ca-gov-icon-up-right:before {
  content: "\e9f8";
}

.ca-gov-icon-update:before {
  content: "\e994";
}

.ca-gov-icon-upload-cloud:before {
  content: "\e96d";
}

.ca-gov-icon-user-desk:before {
  content: "\ea0d";
}

.ca-gov-icon-user-desktop-instructor:before {
  content: "\ea02";
}

.ca-gov-icon-user-headphone:before {
  content: "\ea06";
}

.ca-gov-icon-user-id:before {
  content: "\e644";
}

.ca-gov-icon-user-laptop:before {
  content: "\ea04";
}

.ca-gov-icon-users:before {
  content: "\e950";
}

.ca-gov-icon-users-alt:before {
  content: "\e951";
}

.ca-gov-icon-users-check-mark:before {
  content: "\ea27";
}

.ca-gov-icon-users-dialog:before {
  content: "\e952";
}

.ca-gov-icon-users-interaction:before {
  content: "\e953";
}

.ca-gov-icon-users-huddle:before {
  content: "\ea28";
}

.ca-gov-icon-van:before {
  content: "\e9d9";
}

.ca-gov-icon-video:before {
  content: "\e954";
}

.ca-gov-icon-video-camera:before {
  content: "\e636";
}

.ca-gov-icon-vimeo:before {
  content: "\e61b";
}

.ca-gov-icon-virus:before {
  content: "\e9a8";
}

.ca-gov-icon-viruses:before {
  content: "\e9a9";
}

.ca-gov-icon-visa:before {
  content: "\e977";
}

.ca-gov-icon-volcano:before {
  content: "\e966";
}

.ca-gov-icon-volume:before {
  content: "\e069";
}

.ca-gov-icon-wallet:before {
  content: "\e0d8";
}

.ca-gov-icon-warning-circle:before {
  content: "\e967";
}

.ca-gov-icon-warning-fill:before {
  content: "\e062";
}

.ca-gov-icon-warning-square:before {
  content: "\e968";
}

.ca-gov-icon-warning-triangle:before {
  content: "\e063";
}

.ca-gov-icon-wash:before {
  content: "\e9aa";
}

.ca-gov-icon-word:before {
  content: "\e613";
}

.ca-gov-icon-yacht:before {
  content: "\e9da";
}

.ca-gov-icon-youtube:before {
  content: "\e618";
}

.ca-gov-icon-zipped-file:before {
  content: "\e610";
}

.ca-gov-icon-zoo:before {
  content: "\e9db";
}

.ca-gov-icon-zoo-alt:before {
  content: "\e9dc";
}

.ca-gov-icon-zoom-in:before {
  content: "\e63e";
}

.ca-gov-icon-zoom-out:before {
  content: "\e63d";
}
