
/* 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-empty.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: #f7bf50;
    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: #fdb81f;
}

.pad15 {
    padding-left: 15px;
    padding-right: 15px;
}

.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 */
.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-primary .card-header {
    border-bottom: 1px solid #00457c;
    background-color: #00457c;
}

a {
    color: darkblue;
    text-decoration: none;
}

a.toggle:hover, a:hover, h4.panel-title a:hover {
    color: darkblue;
    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;
}

body{
	color: #000000 !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: #FFFFFF !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;
}

.section-overstated, .card-overstated {
    background: #e1e7ee !important;
    color: #000000;
}

.section-overstated a{
	color:#03567c !important;
	text-decoration: underline !important;
	
}

.section-overstated a:hover{
	color:#03567c !important;
	text-decoration: none !important;
}

section-impact-footer {
	background-color: #046B99 !important;
    color: #ffffff !important;
	
}

.section-impact, .card-impact {
    background: #046B99;
    color: #ffffff;
}

.section-impact h4{
    color: #ffffff !important;
    font-weight: 900 !important;
}

.alert-severe {
    background: #b70707;
}

.display-all{
	position: absolute;
	width: 75px;
    top: 6px;
	right: 70px;
	font-weight:600;
}

.display-all-acknowledge{
	position: absolute;
	width: 75px;
    top: 6px;
	right: 154px;
	font-weight:600;
}

.global-header.compact .alert { display: none  !important;}

.main-primary p a {
    font-weight: bold;
}

.main-content a:not(.btn) {
  text-decoration: underline !important;
  background-image: none !important;
}

p {
line-height: 1.5;
}

.btn{
	overflow:auto;
}

.ask-button > span {
    font-size: 1.2rem!important;
}

.bottom-space {
    margin-bottom: 100px;
}


.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;
}
.banner-link a {
    color: #0071AE !important;
}


