
#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;
	 background-position: left !important;
	 
	 }
	
}



}
*/


@media (max-width: 767px) {
  .bannermobile {
	  display: block !important;
	
	 
	 }
	
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	    .header-single-banner {
	  
	 background-position: left !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;
}
.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;
}


.explore-invite2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.explore-invite2 .explore-title2 {
  font-size: 27.2px;
  font-size: 1.7rem;
}
.explore-invite2 [class^="ca-gov-icon-"] {
  display: block;
  font-size: 48px;
  font-size: 3rem;
}
.explore-invite2 a {
  color: #fff;
  cursor: pointer;
  display: block;
}
.explore-invite2 a:hover {
  text-decoration: none;
}

.lead {
	padding: 5px;
}

span[itemprop="email"] a {
	font-weight: bold;
}

.main-primary p a {
    font-weight: bold;
}

.btn {
	overflow:auto;
}

p, p.h4, p.slide-text {
	line-height: 1.5;
	}

.lead{
	font-size:1.5em !important;
	line-height: 1.5 !important;
}

.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;
}

.header-slideshow-banner .banner-control {
  background-color: #000000;  
}

.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: 1200px) {
  .fifth {
    width: 20%;
    float: left;
  }
}
.justify-content-center {
  justify-content: center !important;
}
.footer-img {
    display: block; 
    margin-left: auto;
    margin-right: auto; 
    max-height: 60px; 
    max-width: 315px;
}