#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: 33.33%;
	display: block;
	background: #213463; 
/*	background: #046b99;*/
	border: 1px solid #eee;
	line-height: 68px;
	float: left;
}
#tabsSelector a:first-child, #tabsSelector .content {
	width: 33.33%;
}
#tabsSelector a.sel {
	border-top: 2px solid #555;
	background: white;
	color: #213463;
/*	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;
}
.card-primary {
	background: #E1F2F7;
	color: #333333 !important;
}
.careers {
	background: #E1F2F7;
	color: #333333 !important;
}
.careers a:not(.btn) {
	/*color: #333333 !important;*/
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.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;
}
}
.conConnection {
	background-color: #b91f37;
	color: white;
	padding: .5em;
	border-radius: 15px;
	border: 2px solid black;
	box-shadow: 5px 5px 2.5px #888888;
	margin-bottom: 1em;
}
.section-primary a:not(.btn), .card-primary a:not(.btn) {
	color: #428bca;
}
.third {
	min-width: 400px;
}
.section-impact h1, .card-impact h1, .section-impact h2, .card-impact h2, .section-impact h3, .card-impact h3, .section-impact h4, .card-impact h4, .section-impact h5, .card-impact h5, .section-impact h6, .card-impact h6 {
	color: #213463;
/*	color: #046b99;*/
}
.section-impact-footer {
	background-color: #213463 !important;
/*	background-color: #046b99 !important;*/
	color: #ffffff !important;
}
.section-impact-footer h4 {
	color: #ffffff !important;
	font-weight: 900 !important;
}
.section-impact-footer a {
	color: #ffffff !important;
}
.section-impact-footer a:not(.btn):hover, .section-impact-footer a:not(.btn):focus {
	color: #FDB81E !important;
	text-decoration: underline !important;
}
.section-impact .btn-default [class^="ca-gov-icon-"], .card-impact .btn-default [class^="ca-gov-icon-"] {
	color: #213463;
/*	color: #046b99;*/
}
.navigation-search {
	border-bottom: 5px solid #af8727;
}
/* 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: white;
	color: black;
	border-radius: .4em;
}
.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;
}
.noPadding {
	padding-left: 0 !important;
}
}
.rwd-table th, .rwd-table td:before {
	color: black;
	background-color: whitesmoke;
}

@media (max-width: 720px) {
.rwd-table th, .rwd-table td:before {
	background-color: white;
}
}

@media (max-width: 401px) {
.third {
	min-width: 100%;
}
.section-primary a:not(.btn), .card-primary a:not(.btn) {
	word-wrap: break-word;
}
}
.underline {
	text-decoration-line: underline;
}
.center {
	text-align: center;
}
.cleaner {
	clear: both;
	height: 2px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
}
.nolist {
	list-style-type: none;
}
.indent {
	margin-left: 1.25em;
}
.style1 {
	color: #bf0000;
}
#main-content {
	min-height: calc(40vh);
}
.header-cagov-logo img {
	top: -36px;
}

@media(max-width:767px) {
/*@media all and (max-width:767px)*/
.careercol {
	width: 100%;
	margin-bottom: 15px;
	background: #E1F2F7;
	flex: 1;
	margin: 15px;
}
}

@media (min-width: 768px) {
.careercol {
	float: left;
	background: #E1F2F7;
	margin: 15px;
}
}
.careergroup {
	display: flex;
}

@media(max-width:767px) {
/*@media all and (max-width:767px)*/
.careergroup {
	display: block;
}
}

@media (min-width: 768px) {
.utility-header .settings-links {
	float: left;
	width: 60%;
}
.utility-header .half:first-child {
	width: 40%;
}
}

@media (max-width: 767px) {
.utility-header .half:first-child {
	padding-left: 70px;
	padding-right: 0 !important;
	width: 60%;
}
.utility-header .half:nth-child(2) {
	padding-left: 0 !important;
	width: 40%;
}
}

@media (min-width: 768px) {
.featured-search {
	padding: 10px;
}
}

/*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;
}


/*misc ada fixes*/


a:hover {
    color: #02374e;
}

.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: #213463;*/
    color: #046b99;
}

.section-primary, .card-primary {
    background: white;
    color: #000000 !important;
}


.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;
}


.goog-te-menu-value:hover,
.goog-te-menu-value:focus {
  color: #736725 !important;  	
}

body{
	color:#000000;
}

@font-face {
  font-family: 'CaGov-new';
  src: url("../fonts/CaGov-new.eot?ocljyw");
  src: url("../fonts/CaGov-new.eot?ocljyw#iefix") format("embedded-opentype"), url("../fonts/CaGov-new.ttf?ocljyw") format("truetype"), url("../fonts/CaGov-new.woff?ocljyw") format("woff"), url("../fonts/CaGov-new.svg??ocljyw#CaGov") format("svg");
  font-weight: normal;
  font-style: normal;
}
 
.et_font_icon li[class^="ca-gov-icon-new-"]:before,
.et_font_icon li[class*=" ca-gov-icon-new-"]:before,
[class^="ca-gov-icon-new-"],
[class*=" ca-gov-icon-new-"] {
  font-family: 'CaGov-new' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ca-gov-icon-new-users:before {
  content: "\e950";
}

.footer-img-buttons {
  max-height: 250px;
  white-space: nowrap;
  text-align: center;
  margin: 1em 0;
}
.footer-img-buttons img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-radius: 0.5rem !important;	
}
.footer-img-buttons .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.footer-img-buttons a {
  background-image: none !important;
}
@media (min-width: 992px) {
.footer-img-buttons {
	display: flex;
}
}
.main-primary p a {
    font-weight: bold;
}


.utility-header {
    background: #213463 !important;
/*    background: #046b99 !important;*/
}

.branding .header-organization-banner img {
 max-height: 79px;

}
.compact .branding .header-organization-banner img {
 max-height: 60px;

}

.home-entities, .home-social {
background-color: #213463 !important;
/*background-color:  #046b99 !important;*/
}

.stay-connected {
          border-bottom: 1px solid #d6d6d6;
          padding: 10px 10px 0 10px;
          margin-bottom: 50px;
          margin-left: 20px;
}

.social-facebook iframe,
  .social-twitter iframe {
    border: none;
    border-radius: 10px;
  }
  .social > div {
    margin: 0 auto;
  }

.primary-bg-color {
background-color: #213463 !important;
/* background-color:  #046b99 !important;*/
}

