@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

.main-content {
	padding-top:0 !important;
}

/*** Proptax Assessor Lessons ***/
.exhead {
    background-color: #f2f2f2;
    padding: 7px 10px;
}
.exbod {
    border: 1px solid #D7E1E8;
    padding: 15px;
}
.bluesubtitle {
    color: #175E90;
}
.demo {
    color: #175E90;
    font-style: italic;
    border-top: 1px solid #D7E1E8;
}
.yellow {
    background-color: yellow !important;
}
.outline {
    border: 1px solid #175E90;
    padding: 2px;
}
table.table.table-default tr.white td {
    background-color: white;
}
div.table {
    display: table !important;
    margin-left: 20px;
    padding-bottom: 20px!important;
	table-layout:fixed;
}
div.table div div {
    display: table-cell;
    vertical-align: bottom;
}
.underline {
    border-bottom: thin solid #1E1E1E;
}
span.grey {
    background-color: #f2f2f2 !important;
}
ul.iav-equations li {
	line-height:1.9em !important;
}
.boxhead {
	text-align: center;
}
.rbox {
    width: 150px;
}
@media (max-width: 767px) {
	.rbox {
    	margin: 0 auto !important;
    	float: inherit !important;
		padding-left:0 !important;
	}
}
.blue:before {
    font-size: 1.5rem;
}
.table {
    margin-left: 0 !important;
}
.table > thead > tr > th {
    vertical-align: middle !important;
}
/*** Questions/Answer Lists ***/
.qa {
	margin:8px 0 24px 0;
	padding:15px;
	background:#f2f2f2;
	border-radius: .45em;
}

/*** Alert ***/
.alert-boe {
	color: #000;
	background: linear-gradient(to bottom, #f4ffe5 0%, #dbfdaa 100%);
	text-align: center;
}
.alert-banner .close {
	right: -10px;
	opacity: 1;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}
#box-important {
border: 1px solid #175E90;
border-radius: .45rem;
}

/*** Formspubs MacOS Alert ***/
.alert-secondary {
    background-color: #fff !important;
    border-color: #175E90 !important;
    color: #1E1E1E;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert.alert-warning.alert-boe.alert-dismissible.alert-banner {
	margin-bottom:0;
}

/*** Button ***/
.btn-primary {
	color: #fff;
	background-color: #175E90;
	border-color: #175E90;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .btn-primary {
	color: #fff;
	background-color: #035376;
	border-color: #035376;
}
/*** Tabs ***/
.nav-tabs > li > a {
	margin-right: 2px;
	height: 55px;
	line-height: 2em;
	border-radius: 4px 4px 0 0;
	border: 1px solid #175E90;
	background: #175E90;
	/*font-weight:bold !important;*/
	color: #FFF !important;
}
.nav-tabs > li > a:hover {
	color: #000;
}
.nav-tabs {
	border-bottom: 1px solid #175E90;
}
.nav-tabs > li:before {
	content: normal !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 1px solid #175E90;
	background: #fff;
	border-bottom-color: #fff;
	cursor: default;
	color: #175E90 !important;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #175E90;
}
.tab-content {
	border: 1px solid #175E90;
	background: #fff;
	padding : 40px;
	z-index: 2;
	border-radius: 0px 0px 4px 4px;
	margin-top: -1px;
}
.responsive-tabs-container .tab-pane {
	margin-bottom: 15px;
}
.responsive-tabs-container .accordion-link {
	display: none;
	margin-bottom: 10px;
	padding: 10px 15px;
	background-color: #175E90;
	border-radius: 3px;
	border: 1px solid #175E90;
	color: #EBC1A1;
}
.responsive-tabs-container .accordion-link:hover {
	color: #EBC1A1;
}
.responsive-tabs-container .accordion-link:focus {
	text-decoration: none;
}

@media (max-width: 767px) {
.responsive-tabs-container.accordion-xs .nav-tabs {
	display: none;
}
.responsive-tabs-container.accordion-xs .accordion-link {
	display: block;
}
}

@media (max-width: 991px) {
	.tab-content {
		border-radius: 4px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.responsive-tabs-container.accordion-sm .nav-tabs {
		display: none;
	}
	.responsive-tabs-container.accordion-sm .accordion-link {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.responsive-tabs-container.accordion-md .nav-tabs {
		display: none;
	}
	.responsive-tabs-container.accordion-md .accordion-link {
		display: block;
	}
}
div.active:focus {
	outline: none;
}
/*** Multiline Tabs ***/
.multiline > li {
	width: 145px;
}
.multiline > li > a {
	height: 90px;
	line-height: 1.3em;
}
.multiline > li.active > a, .multiline > li.active > a:hover, .multiline > li.active > a:focus {
	height: 90px;
}

@media (max-width:991px) {
.panel-title a br {
	content: ' ';
	display: none;
}
.panel-title a br:after {
	content: ' ';
}
}

/*** Accordion Panel Default ***/
.panel-default > .panel-heading {
	color: #FFF;
	background-color: #175E90;
	border-color: #175E90;
}
.panel-default {
	border-color: #175E90;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-default > .panel-heading a:not(.btn) {
	color: #FFF !important;
}
.accordion .panel-heading .panel-title a.collapsed:after, .panel-group .panel-heading .panel-title a.collapsed:after, .service-tile-content .panel-heading .panel-title a.collapsed:after {
	content: "\59";
}
.accordion .panel-heading .panel-title a:after, .panel-group .panel-heading .panel-title a:after, .service-tile-content .panel-heading .panel-title a:after {
	content: "\58";
	font-family: 'CaGov';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	color: #FFF;
	font-size: 1.5em !important;
}
.accordion .panel-heading .panel-title a:hover, .panel-group .panel-heading .panel-title a:hover, .service-tile-content .panel-heading .panel-title a:hover, .accordion .panel-heading .panel-title a:focus, .panel-group .panel-heading .panel-title a:focus, .service-tile-content .panel-heading .panel-title a:focus {
	outline: dotted 1px #fff;
}
.panel-collapse.collapse, .panel-collapse.collapsing, .panel-collapse.collapse.in {
	padding-left: 0;
}

@media (max-width:991px) {
.panel-heading .panel-title a {
	color: #ffffff !important;
}
}

/*** Toggle ***/
.toggle, .toggle > a {
	display: block;
	position: relative;
	margin-left: 15px;
}
.toggle a:hover, .toggle a:focus {
	text-decoration: none !important;
}
.toggle > a:before {
	content: "\f196";
	font-family: 'FontAwesome';
	color: #009FCF;
	margin-top: 1px;
	position: absolute;
	top: 0;
	left: -28px;
}
.toggle > a[aria-expanded="true"]:before {
	content: "\f147 ";
	color: #009FCF;
}
.toggle.small {
	font-size: 1.1em !important;
}
.collapse, .collapsing, .collapse.in {
	padding-left: 30px;
	padding-top: 10px;
}
.pull-text {
	padding-left: 32px;
}
p.pull-text {
	margin: 0;
}
.toggle {
	-webkit-margin-after: .5em !important;
	-webkit-margin-before: .75em !important;
	font-size: 1.54rem !important;
}

/*** Members ***/
.circle-icon {
	background: #FFF !important;
	padding: .3rem;
	border-radius: 5px;
	width: 50%;
	height: 50%;
	text-align: center;
	line-height: 7rem;
	font-size: 3.5rem;
	text-decoration: none;
}
.section-primary#members {
	border-top: 5px solid #9fc7da;
	border-bottom: 5px solid #9fc7da;
}
.block-icon {
	display: block;
	margin-bottom: 0.7rem;
	margin-top: 1.5rem;
}
.icon-link {
	text-decoration: none !important;
	font-size: 1.25rem;
	transition: all ease 0.3s;
	color: #fff !important;
}
.transform-scale-1_05--hover:hover {
	transform: scale3d(1.05, 1.05, 1.05);
}
.transition-0_3, .transition-0_3:before, .transition-0_3:after, .transition-0_3 path, .transition-0_3 polygon {
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: ease;
	transition-delay: 0s;
}

/* 5 Columns Evenly Spaced */
.fifth {
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	min-height: 1px;
}

@media (min-width: 768px) {
.fifth {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.fifth {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.fifth {
	width: 20%;
	float: left;
}
}
.section-transparent {
	opacity: 0.9;
}

/*** Container ***/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}

@media (min-width: 992px) {
.container {
	max-width: 960px;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

/*** Headings ***/
h1 span {
	background-color: #175E90;
	background-origin: padding-box;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto auto;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 5px;
	display: inline-block;
	border-top-right-radius: .25em;
	border-top-left-radius: .25em;
	color: #FFF;
	margin-bottom: 2px;
}
h1 {
	border-bottom: 2px dotted #D7E1E8;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}
h3 {
	font-size: 1.35rem;
}
h4 {
	font-size: 1.15rem;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #555555;
}
/*** Body ***/
body {
	font-family: 'Roboto', sans-serif;
	color: #1E1E1E;
	font-size: 1rem;
}

/*** Homepage Panels ***/
.section-primary, .card-primary {
	background: #175E90;
	color: #ffffff;
}

/*** News ***/
.news-info {
	text-align: left;
}
.news-contact {
	text-align: right;
}
@media (max-width: 767px) {
	.news-contact {
		text-align: left;
		margin-top: 1em;
	}
}

/*** Panels ***/
.panel-standout > .panel-heading {
	color: #d9b295;
	background-color: #175E90;
	border-color: #d9b295;
}
.panel .panel-heading h2 {
	font-size: 1.8em;
}
.panel-standout .panel-body {
	background: #fafcfa;
}
.panel-standout {
	border-color: #175E90;
}
.panel {
	background: #fafcfa;
}
.panel-standout.highlight .panel-heading .triangle {
	border-top: 12px solid #d9b295;
}
.panel-standout .panel-heading h2 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h3 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h4 span[class^="ca-gov-icon-"], .panel-standout .panel-heading h5 span[class^="ca-gov-icon-"] {
	color: #81cfe0;
}
main .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#poptopics, #howdoi, #buscenter, #boardmembers, #boardmeetings {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.panel {
	width: 100%;
}

/*** Buttons ***/
.section-primary .btn-primary, .card-primary .btn-primary {
	color: #fff;
	background-color: #046B99;
	border-color: #ffffff;
}
.section-primary .btn-primary:hover, .section-primary .btn-primary:focus, .section-primary .btn-primary:not(:disabled):not(.disabled):active, .section-primary .btn-primary:not(:disabled):not(.disabled).active, .section-primary .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .section-primary .btn-primary, .card-primary .btn-primary:hover, .card-primary .btn-primary:focus, .card-primary .btn-primary:not(:disabled):not(.disabled):active, .card-primary .btn-primary:not(:disabled):not(.disabled).active, .card-primary .btn-primary .show > .dropdown-toggle, .open > .dropdown-toggle .card-primary .btn-primary {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-color: #ffffff;
}
.btn-default {
	color: #00779B;
	background-color: #FFF;
	border-color: #00779B;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
	color: #035376 !important;
	background-color: #FFF !important;
	border-color: #035376 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-secondary {
	color: #175E90;
	background-color: #f2f2f2;
	border-color: #175E90;
	border-width: 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-secondary:hover, .btn-secondary:focus {
	color: #175E90 !important;
	background-color: #f2f2f2 !important;
	border-color: #175E90 !important;
	border-width: 1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/*** Body Links ***/
a:hover, a:focus {
	color: #175E90;
	transition: color .4s linear, color .4s linear;
}
a {
	color: #0171A5;
}

/*** Tables ***/
.table.table-default > thead > tr > th, .table.table-default > thead > tr > td {
	background: #175E90 !important;
	color: #FFF !important;
	border: 2px solid #fff !important;
}
.table.table-default > thead > tr > th, .table.table-default > tbody > tr > th {
	text-align: center;
}

/*** DataTables ***/
table.dataTable.no-footer {
    border-bottom: none !important;
}
table.dataTable thead th.sorting:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
    content: "\f0dd";
}
input[type="search"] {
	border: solid 1px #009FCF;
	border-radius: .25em;
	outline-offset: 0;
}
.table.table-default > thead > tr > th, .table.table-default > thead > tr > td, .table.table-default > tbody > tr > th, .table.table-default > tbody > tr > td, .table.table-default > tfoot > tr > th, .table.table-default > tfoot > tr > td {
	border: 1px solid #fff !important;
}
.table.table-default > thead > tr > th, .table.table-default > thead > tr > td {
	border: 1px solid #fff !important;
}
.dataTable td{
   vertical-align: middle !important;
}
/*.dataTable th.text-center.sorting, .dataTable th.text-center.sorting_asc, .dataTable th.text-center.sorting_desc {
	padding-left:3em !important;
}*/
.dataTable thead tr th:hover {
	cursor: pointer !important;
}
.dataTables_filter input {
	margin-left: 8px !important;
	padding-left: 5px !important;
	margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
.dataTables_filter {
	float: right !important;
}
}

@media screen and (max-width: 767px) {
	.dataTables_filter {
		text-align: center !important;
	}
	.dataTables_wrapper {
		width: 100% !important;
		margin-bottom: 16.5px !important;
		overflow-y: hidden !important;
		overflow-x: auto !important;
		-ms-overflow-style: -ms-autohiding-scrollbar !important;
		border: 1px solid #ddd !important;
		-webkit-overflow-scrolling: touch !important;
	}
	.dataTables_wrapper {
		padding-top: 10px;
	}
	.dataTables_wrapper > .dataTable {
		margin-bottom: 0 !important;
	}
	.dataTables_wrapper > .dataTable > thead > tr > th,  .dataTables_wrapper > .dataTable > tbody > tr > th,  .dataTables_wrapper > .dataTable > tfoot > tr > th,  .dataTables_wrapper > .dataTable > thead > tr > td,  .dataTables_wrapper > .dataTable > tbody > tr > td,  .dataTables_wrapper > .dataTable > tfoot > tr > td {
		white-space: nowrap !important;
	}
}

/*** Worksheet Tables ***/
.table-worksheet > thead > tr > th {
	border-bottom: thin solid #ddd;
}
.table-worksheet > tbody > tr > th, .table-worksheet > tbody > tr > td {
	border-top: thin solid #ddd;
	vertical-align: bottom;
	font-weight: normal;
}
.table-worksheet tr th:first-child, .table-worksheet tr td:first-child {
	border-left: none;
}
.table-worksheet tbody {
	border-bottom: thin solid #ddd;
}
.table-worksheet tbody tr td {
	border-left: thin solid #ddd;
}

/*** Responsive Video ***/ 
.YouTubeWrapper {
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25% !important;
	margin-bottom: .75em;
	height: 0;
}
.YouTubeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

/*** Form Elements ***/
.required-label {
    color: #B40303;
}
input[type="text"], textarea.form-control, select.form-control, input[type="email"] {
	border: 1px solid #009FCF !important;
	border-radius: 4px;
}
input[type="radio"], input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
input[type="text"] + label {
	color: #000;
}
input[type="checkbox"] + label {
	position: relative;
	display: block;
	padding-left: 25px;
	cursor: pointer;
	vertical-align: middle;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	cursor: pointer;
	vertical-align: middle;
}
input[type="checkbox"] + label:before {
	position: absolute;
	top: 5px;
	left: 6px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	border: 1px solid #009FCF;
}
input[type="radio"] + label:after,  input[type="checkbox"] + label:after {
	position: absolute;
	display: none;
	content: '';
}
input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before {
	animation-name: none;
}
input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
	display: block;
}
input[type="radio"] + label:before {
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	content: '';
	border: 1px solid #009FCF;
}
input[type="radio"] + label:after {
	top: 8px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #009FCF;
}
input[type="radio"]:checked + label:before {
	border: 1px solid #009FCF;
}
input[type="checkbox"] + label:before {
	border-radius: 3px;
}
input[type="checkbox"] + label:after {
	top: 6px;
	left: 11px;
	box-sizing: border-box;
	width: 5px;
	height: 11px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}
input[type="checkbox"]:checked + label:before {
	border: #009FCF;
	background: #009FCF;
}
input[type=radio]:focus + label:before, input[type=checkbox]:focus + label:before {
	box-shadow: 0 0 10px 2px #ddd;
}
[role="tooltip"] {
	display: none;
	border-radius: 4px;
	padding: 0.25em;
	margin: 0;
	color: #FFF;
	background: #175E90;
	width: 100%;
	z-index: 2;/*border: 1px solid #175E90;*/
}
input:focus + [role="tooltip"] {
	display: block;
	top: 100%;
}

/*** Utility Header ***/
@media (max-width: 767px) {
	.utility-header .settings-links {
		text-align: right;
		position: absolute;
		right: 5px !important;
	}
}
.utility-header .btn-xs {
	padding: 0.17rem 0.35rem;
	font-size: 0.85rem;
}
.utility-header .btn-primary {
	color: #fff;
	background-color: #175E90;
	border-color: #fff;
}
.utility-header .btn-primary:hover, .utility-header .btn-primary:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4) !important;
	border-color: #FFF;
	text-decoration: none;
}
.utility-header a {
	position: relative;
	top: 10px;
}
@media (min-width: 1200px) {
	.branding {
		width: 1200px;
	}
}
.branding .header-cagov-logo img {
	top: -45px;
	height: 40px;
}
.branding .header-organization-banner {
	line-height: 120px;
}
@media only screen and (max-width: 767px) {
	.branding .header-organization-banner {
		line-height: 95px;
	}
}
@media (max-width: 992px) and (min-width: 768px){
	.branding .header-organization-banner img {
		max-width: 215px !important;
	}
}
.utility-header {
	background: #175E90;
	color: #ffffff;
}
@media (max-width: 767px) {
	.utility-header a {
		color: #fff;
	}
	.utility-header .container {
		background: #175E90;
	}
	.utility-header a:hover, .utility-header a:focus, .utility-header a.hovered {
		color: #fff;
	}
}
.utility-header {
	min-height: 50px;
}
/*** Search ***/
/*.boe-custom-search input[type="text"] {border: none !important;}
.boe-custom-search td.gsc-search-button::before {
	content:"";
}
.boe-custom-search .gsc-search-box-tools .gsc-clear-button {
    display: none !important;
}
.boe-custom-search input {
	height:2em !important;
}
.boe-custom-search .gsc-search-button-v2 {
    padding:9px 20px !important;
}
.boe-custom-search .gsc-search-button-v2, .boe-custom-search .gsc-search-button-v2:hover, .boe-custom-search .gsc-search-button-v2:focus {
    border-color: transparent !important;
    background-color: #175E90 !important;
}*/
.search-container.active {
	border-bottom: none !important;
}
.search-container.active {
	background: rgba(50, 58, 69, 0.7) !important;
}

@media (max-width: 767px) {
.search-container.active {
	padding: 30px;
}
}

@media (min-width: 768px) {
.search-container {
	position: absolute;
	top: 119px;
}
}
.gsc-control-searchbox-only input.gsc-input {
	border-radius: 5px;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
	display: none !important;
}
/* -----------------------------------------
   SITE SEARCH - /source/less/cagov/search.less
----------------------------------------- */
.search-container, .featured-search.active {
	overflow: hidden;
	z-index: 5;
	position: relative;
	display: block;
	top: 0;
	left: 0;
	padding: 0 15%;
	width: 100%;
	max-height: 0;
	border: none;
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.search-container:before, .featured-search.active:before, .search-container:after, .featured-search.active:after {
	content: " ";
	display: table;
}
.search-container:after, .featured-search.active:after {
	clear: both;
}
.search-container:before, .featured-search.active:before, .search-container:after, .featured-search.active:after {
	content: " ";
	display: table;
}
.search-container:after, .featured-search.active:after {
	clear: both;
}
.search-container .search-textfield, .featured-search.active .search-textfield {
	font-size: 17.6px;
	font-size: 1.1rem;
	height: 40px;
	width: 100%;
	border-radius: .45em;
	border: 3px solid transparent;
	padding: 0 10px;
	-webkit-transition: border 0.4s;
	transition: border 0.4s;
	outline: none;
}
.search-container .submit-container, .featured-search.active .submit-container {
	float: left;
	height: auto;
	height: 40px;
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}
.search-container .submit-container:before, .featured-search.active .submit-container:before, .search-container .submit-container:after, .featured-search.active .submit-container:after {
	content: " ";
	display: table;
}
.search-container .submit-container:after, .featured-search.active .submit-container:after {
	clear: both;
}
.search-container .submit-container:before, .featured-search.active .submit-container:before, .search-container .submit-container:after, .featured-search.active .submit-container:after {
	content: " ";
	display: table;
}
.search-container .submit-container:after, .featured-search.active .submit-container:after {
	clear: both;
}
.search-container .submit-container button, .featured-search.active .submit-container button {
	float: left;
	-webkit-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
	background: none;
	border-color: white;
	border-width: 3px 3px 3px 0px;
	border-style: solid;
	width: 46px;
	height: 100%;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 15px;
	padding: 0;
	-webkit-appearance: none;
}
.search-container .submit-container button:before, .featured-search.active .submit-container button:before, .search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	content: " ";
	display: table;
}
.search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	clear: both;
}
.search-container .submit-container button:before, .featured-search.active .submit-container button:before, .search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	content: " ";
	display: table;
}
.search-container .submit-container button:after, .featured-search.active .submit-container button:after {
	clear: both;
}
.search-container .submit-container button > span, .featured-search.active .submit-container button > span {
	position: relative;
	top: 0;
	font-size: 29.92px;
	font-size: 1.87rem;
	line-height: 30px;
}

@media (max-width: 767px) {
.search-container .submit-container button,  .featured-search.active .submit-container button {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1em;
	padding-top: 0;
}
}
.search-container .textfield-container, .featured-search.active .textfield-container {
	float: left;
	width: 100%;
}
.search-container .close-search, .featured-search.active .close-search {
	display: none;
	font-size: 48px;
	font-size: 3rem;
	position: absolute;
	right: -10px;
	line-height: 44px;
	cursor: pointer;
	color: #777777;
	opacity: .8;
	border: 0;
}

@media (max-width: 767px) {
.search-container .close-search,  .featured-search.active .close-search {
	right: 0;
	display: none;
}
}
.search-textfield {
	padding-left: 10px;
}
.search-container.active {
	max-height: 300px;
	padding: 20px 15%;/* Active on mobile */
}

@media (max-width: 767px) {
.search-container.active {
	padding: 10px;
}
}
.search-container.active .close-search {
	display: block;
}

@media (max-width: 767px) {
.search-container.active .close-search {
	display: none;
}
}
#local_form {
	position: relative;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

/* Large Search Animation and Styling */
@media (min-width: 768px) {
.featured-search {
	display: block;
	position: absolute;
	top: 240px;
	padding: 10px;
	max-height: 100%;
	border-radius: 0;
	min-height: 75px;
	width: 60%;
	left: 20%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.flexbox .featured-search {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	width: 60%;
	max-width: 630px;
}
.featured-search.play-animation {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.featured-search .search-textfield {
	padding: 14px;
	font-size: 17.6px;
	font-size: 1.1rem;
	height: 55px;
}
.featured-search .submit-container {
	height: 55px;
	width: 55px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.featured-search .submit-container button {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 40px;
	font-size: 2.5rem;
	width: 60px;
	-webkit-appearance: none;
}
.featured-search .submit-container button > span {
	font-size: 45px;
	line-height: 45px;
}
.featured-search.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	-webkit-transition: top 0.4s, left 0.2s 0.4s, width 0.2s 0.4s, background-color 0.6s, border 0.4s, padding 0.2s 0.4s;
	transition: top 0.4s, left 0.2s 0.4s, width 0.2s 0.4s, background-color 0.6s, border 0.4s, padding 0.2s 0.4s;
	top: 96px;
	left: 0;
	padding: 20px 0;
	border-radius: 0;
	padding-right: 15%;
	padding-left: 15%;
	border-bottom: none;
	width: 100%;
	max-width: 100%;
}
.featured-search.active .close-search {
	display: none;
}
.featured-search.active .search-textfield {
	font-size: 17.6px;
	font-size: 1.1rem;
	height: 40px;
	width: 100%;
	border-radius: 0;
	border: 3px solid transparent;
	padding: 0 4px;
	-webkit-transition: border 0.4s;
	transition: border 0.4s;
	outline: none;
}
}

@media (min-width: 768px) and (min-width: 768px) {
.featured-search.active {
	position: absolute;
}
}

@media (max-width: 767px) {
.search-container.featured-search {
	padding-right: 10px;
	padding-left: 10px;
}
}

/* Resize search bar to look better on tablet size screens */
@media (min-width: 768px) and (max-width: 992px) {
.featured-search {
	left: 10%;
	width: 80%;
}
.flexbox .featured-search {
	left: 0;
	width: 80%;
}
.featured-search.active {
	width: 100%;
}
}
.agency-form {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}
.agency-form:before, .agency-form:after {
	content: " ";
	display: table;
}
.agency-form:after {
	clear: both;
}
.agency-form:before, .agency-form:after {
	content: " ";
	display: table;
}
.agency-form:after {
	clear: both;
}
.agency-form .textfield-container {
	float: left;
	padding-right: 44px;
	margin-right: -44px;
	width: 100%;
}
.agency-form .search-textfield {
	width: 100%;
}
.agency-form .submit-container {
	float: left;
	height: 40px;
}
.agency-form .submit-container:before, .agency-form .submit-container:after {
	content: " ";
	display: table;
}
.agency-form .submit-container:after {
	clear: both;
}
.agency-form .submit-container:before, .agency-form .submit-container:after {
	content: " ";
	display: table;
}
.agency-form .submit-container:after {
	clear: both;
}
.agency-form .submit-container button {
	color: #fff;
	border: none;
	width: 44px;
	height: 100%;
	float: left;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 15px;
	padding: 0;
	-webkit-appearance: none;
}
.agency-form .submit-container button > span {
	position: relative;
	top: 0;
	font-size: 29.92px;
	font-size: 1.87rem;
	line-height: 30px;
}

@media (max-width: 767px) {
.agency-form .submit-container button {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1em;
	padding-top: 0;
}
}
.agency-form input, .agency-form button {
	height: 40px;
	line-height: 40px;
}
.agency-form button {
	background: #777777;
}
.agency-form button > span {
	top: 0;
	font-size: 28.8px;
	font-size: 1.8rem;
}
.search-container .textfield-container, .search-container.featured-search.active .textfield-container {
	/* Desktop Search Button Padding */
	margin-right: -80px;
	padding-right: 80px;/* Mobile Search button padding */
}

@media (max-width: 767px) {
.search-container .textfield-container,  .search-container.featured-search.active .textfield-container {
	margin-right: -48px;
	padding-right: 44px;
}
}
.search-container .submit-container, .search-container.featured-search.active .submit-container {
	width: auto;
}
.search-container .search-locator, .search-container.featured-search.active .search-locator {
	color: #333333;
	float: left;
	text-align: center;
	width: 100px;
	position: relative;
	display: none;
	line-height: inherit !important;
	cursor: pointer;/* Active on mobile */
}
.search-container .search-locator [class^="ca-gov-icon-"], .search-container.featured-search.active .search-locator [class^="ca-gov-icon-"] {
	font-size: 22.4px;
	font-size: 1.4rem;
	padding: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.search-container .search-locator small, .search-container.featured-search.active .search-locator small {
	position: absolute;
	top: 1.7em;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
.search-container .search-locator,  .search-container.featured-search.active .search-locator {
	width: 75px;
	margin-left: 5px;
}
}
.search-container.active .search-locator, .search-container.featured-search.active.active .search-locator {
	display: block;
}
.featured-search .textfield-container {
	padding-right: 60px;
	margin-right: -60px;
}
.featured-search.active .search-locator {
	display: block;
}
.search-results-container {
	position: relative;
	z-index: 5;
	top: 0;
	visibility: collapse;
	-webkit-transition: opacity .5s .7s;
	transition: opacity .5s .7s;
	opacity: 0;
}

@media (min-width: 768px) {
.search-results-container {
	/* position results container below search box */
	top: 82px;
}
}
.search-results-container.visible {
	visibility: visible;
	opacity: 1;
}
.search-results-container .container {
	position: relative;
}
.search-results-container .container .close {
	font-size: 59px;
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 16px;
}
.search-results-container .search-results {
	position: absolute;
	right: 0;
	left: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
.search-results-container .search-results .search-results-header {
	padding-top: 30px;
}
.search-results-container .search-results .search-tabs .btn {
	margin: 0 10px;
}
.search-results-container .search-results .tab-content .button-list .btn {
	margin: 0 5px;
}
.search-results-container .results-list {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}
/*** Serp Results Search ***/
input#gsc-i-id2 {
	border: 1px solid #175E90 !important;
}
.gsc-control-searchbox-only div.gsc-clear-button:before {
	color: #175E90;
}
.gsc-control-cse .gsc-table-result {
	font-family: arial, sans-serif;
	border-bottom: 1px solid #cccccc;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	border-color: #fff !important;
	background-color: #fff !important;
}
div#serp-background {
	background: #fff;
}
.gsc-control-cse {
	border-color: #fff !important;
	background-color: #fff !important;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #175E90 !important;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #175E90 !important;
}
/*** Navigation ***/
.first-level-link > span[class^="fas fa"], .first-level-link > span[class^="far fa"], .first-level-link > span[class^="ca-gov-icon"] {
	display: block;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 4px;
	color: #9fc7da;
}
.first-level-link {
	font-family: "Roboto", sans-serif;
}
.nav-item.active > a > span[class^="ca-gov-icon"], .nav-item.active > a > span[class^="fas fa"], .nav-item.active > a > span[class^="far fa"], .nav-item:hover > a > span[class^="ca-gov-icon"], .nav-item:hover > a > span[class^="fas fa"], .nav-item:hover > a > span[class^="far fa"] {
	color: #175E90;
}

@media (min-width: 768px) {
.fixed.compact .first-level-link > span[class^="fas fa"], .fixed.compact .first-level-link > span[class^="far fa"], .fixed.compact .first-level-link > span[class^="ca-gov-icon"] {
	display: none;
}
.responsive.tab-group .card-body .collapse {
	display: none;
}
.responsive.tab-group .card-body .collapse.show {
	display: block;
}
}

@media (max-width: 767px) {
.first-level-link span[class^="fas fa"], .first-level-link span[class^="far fa"], .first-level-link span[class^="ca-gov-icon"] {
	font-size: 24px;
	font-size: 1.5rem;
	display: inline-block;
	vertical-align: -2px;
	padding-right: 5px;
}
.first-level-link br {
	display: none;
}
}

@media (min-width: 768px) {
.nav-item:hover, .nav-item:focus {
	background-color: #F5F9FB;
}
}
.navigation-search {
	border-bottom-color: #9fc7da !important;
	border-bottom: 5px solid;
}
.sub-nav {
	border-top: 5px solid #175E90;
	border-bottom: 5px solid #175E90;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #f5f9fb;
}
.nav-arrow-down {
	background: #d9b295;
}
.nav-item.active > a > span[class^="ca-gov-icon"], .nav-item:hover > a > span[class^="ca-gov-icon"] {
	color: #175E90;
}
/*** Back to Top ***/
.return-top {
	background: rgba(50, 58, 69, 0.7) !important;
	color: #fff;
}
/*** Main Content ***/
.main-content {
	background: #fff;
	padding-top: 20px;
}
body {
	background: #fff;
}

/*** Footer ***/
@media (max-width: 767px) {
.global-footer .socialsharer-container {
	width: auto;
}
#BOE-Resources {
	margin-top: 20px;
}
.global-footer ul li {
	box-sizing: content-box;
}
}
#footer .section-primary, .card-primary {
	border-top: 5px solid #9fc7da;
}
.global-footer .section-primary ul > li {
	display: inline-block;
}
.global-footer .section-primary #main-links ul > li {
	display: inherit;
}
.global-footer .section-primary #main-links ul > li a, .global-footer .section-primary #main-links h2 a, .disclaimer a {
	text-decoration: underline !important;
}
.section-primary a:not(.btn), .card-primary a:not(.btn) {
	background-image: none !important;
}
.section-impact a:not(.btn):hover, .section-impact a:not(.btn), .card-impact a:not(.btn):hover, .card-impact a:not(.btn) {
	background-image: none !important;
	color: #fff !important;
	text-decoration: underline !important;
}
.footer-links, .socialsharer-container, .copyright, .disclaimer {
	margin: 0 auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media only screen and (max-width: 991px) {
.disclaimer {
	margin: 0 auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	text-align: center;
}
}
/*.global-footer .footer-links li a:not(.btn):hover, .global-footer .disclaimer a:not(.btn):hover {
	text-decoration: underline !important;
}*/

/* Footer Accessibility */
.ca-gov-icon-certificate:before {
    content: "\e910";
	font-size:1.4em;
}
.ca-gov-icon-certificate {
	vertical-align:middle;
}
.accessibility {
	border:1px solid #9fc7da;
	background:#fff;
	color:#000000;
	border-radius:3px;
}


.socialsharer-container a {
	font-size: 2.2rem;
}
.socialsharer-container li a:hover {
	text-decoration: none !important;
}
.copyright {
	background: none !important;
}
.footer-img {
	border-radius: .25rem;
}

@media only screen and (max-width: 767px) {
.footer-links span {
	display: none;
}
}
.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: #fff;
	text-decoration: underline;
}

/*** Links ***/
.section-impact a:not(.btn), .card-impact a:not(.btn) {
	color: #fff;
}
.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: #fff;
}

/*** Mobile Controls ***/
.mobile-controls {
	top: 4px;
	border-bottom: #9fc7da 5px solid;
	z-index: 1;
}
/*** Note ***/
.label-primary {
	color: #fff;
	background-color: #175E90;
}
/*** Accessible Footnotes ***/
article {
	counter-reset: footnotes;
}
ol.small {
	counter-reset: footnotes;
}
ol.small :target {
	background: #f2f2f2;
	border-radius: .45rem;
	padding: 5px;
	margin-left: -.4em;
}
a[aria-describedby^="note"]::after {
	counter-increment: footnotes;
	content: '[' counter(footnotes) ']';
	vertical-align: super;
	font-size: 0.75em;
	margin-left: 2px;
	color: #175E90 !important;
	pointer-events: auto;
}
a[aria-describedby^="note"]:hover {
/* breaks accessibility
	text-decoration:none !important; */
}
a[aria-describedby^="note"]:hover::after {
	text-decoration: underline !important;
}
a[aria-describedby^="note"].asterisk::after, a[aria-describedby^="note"].asterisk2::after, a[aria-describedby^="note"].asterisk3::after, a[aria-describedby^="note"].dagger::after, a[aria-describedby^="note"].dagger2::after, a[aria-describedby^="note"].dagger3::after, a[aria-describedby^="note"].plus::after, a[aria-describedby^="note"].plus2::after, a[aria-describedby^="note"].plus3::after, a[aria-describedby^="note"].pound::after, a[aria-describedby^="note"].pound2::after, a[aria-describedby^="note"].pound3::after {
	counter-increment: none !important;
}
a[aria-describedby^="note"]:focus::after {
	outline: thin dotted;
	outline-offset: 2px;
}
a[aria-describedby^="note"].asterisk:after {
	content: '\002A' !important;
}
a[aria-describedby^="note"].asterisk2:after {
	content: '\002A\002A' !important;
}
a[aria-describedby^="note"].asterisk3:after {
	content: '\002A\002A\002A' !important;
}
a[aria-describedby^="note"].dagger:after {
	content: '\2020' !important;
}
a[aria-describedby^="note"].dagger2:after {
	content: '\2020\2020' !important;
}
a[aria-describedby^="note"].dagger3:after {
	content: '\2020\2020\2020' !important;
}
a[aria-describedby^="note"].plus:after {
	content: '+' !important;
}
a[aria-describedby^="note"].plus2:after {
	content: '++' !important;
}
a[aria-describedby^="note"].plus3:after {
	content: '+++' !important;
}
a[aria-describedby^="note"].pound:after {
	content: '#' !important;
}
a[aria-describedby^="note"].pound2:after {
	content: '##' !important;
}
a[aria-describedby^="note"].pound3:after {
	content: '###' !important;
}
main ol.small li, main ul.small li {
	font-size: 87%;
}
main ol.symbols {
	list-style-type: none;
}
main ol.symbols li:nth-child(1n):before {
	width: 1.9em;
	margin-left: -1.9em;
	list-style-type: none;
	display: inline-block;
	color:#0171A5;
}
main ol.symbols li:nth-child(1):before {
	content: '\002A';
}
main ol.symbols li:nth-child(2):before {
	content: '\002A\002A';
}
main ol.symbols li:nth-child(3):before {
	content: '\002A\002A\002A';
}
main ol.symbols li:nth-child(4):before {
	content: '\2020';
}
main ol.symbols li:nth-child(5):before {
	content: '\2020\2020';
}
main ol.symbols li:nth-child(6):before {
	content: '\2020\2020\2020';
}
main ol.symbols li:nth-child(7):before {
	content: '+';
}
main ol.symbols li:nth-child(8):before {
	content: '++';
}
main ol.symbols li:nth-child(9):before {
	content: '+++';
}
main ol.symbols li:nth-child(10):before {
	content: '#';
}
main ol.symbols li:nth-child(11):before {
	content: '##';
}
main ol.symbols li:nth-child(12):before {
	content: '###';
}
ol.small.symbols li:before {
    height: auto;
}

/*** Bottom Border ***/
.bordbot {
	border-bottom: thin solid #808080;
}
/*** List Group ***/
.list-group li {
	position: relative;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #175E90;
}
.list-group li:before {
	content: "";
}
.list-group li:last-child {
	margin-bottom: 15px;
}

@media (min-width:1200px) {
.list-group li.col-lg-6:nth-child(even) {
	border-left: none;
}
.list-group li.col-lg-4:nth-child(3n),  .list-group li.col-lg-4:nth-child(3n-1) {
	border-left: none;
}
.list-group li.col-lg-3:nth-child(4n),  .list-group li.col-lg-3:nth-child(4n-1),  .list-group li.col-lg-3:nth-child(4n-2) {
	border-left: none;
}
}

@media (min-width:992px) {
.list-group li.col-md-6:nth-child(even) {
	border-left: none;
}
.list-group li.col-md-4:nth-child(3n),  .list-group li.col-md-4:nth-child(3n-1) {
	border-left: none;
}
.list-group li.col-md-3:nth-child(4n),  .list-group li.col-md-3:nth-child(4n-1),  .list-group li.col-md-3:nth-child(4n-2) {
	border-left: none;
}
}

@media (min-width:768px) {
.list-group li.col-sm-6:nth-child(even) {
	border-left: none;
}
.list-group li.col-sm-4:nth-child(3n),  .list-group li.col-sm-4:nth-child(3n-1) {
	border-left: none;
}
.list-group li.col-sm-3:nth-child(4n),  .list-group li.col-sm-3:nth-child(4n-1),  .list-group li.col-sm-3:nth-child(4n-2) {
	border-left: none;
}
}
.list-group li:before {
	content: "";
}
/*** List Items ***/
ol.alpha-lc {
	list-style-type: lower-alpha;
}
ol.alpha-uc {
	list-style-type: upper-alpha;
}
ol.roman-lc {
	list-style-type: lower-roman;
}
ol.roman-uc {
	list-style-type: upper-roman;
}
main ol li, main ol li ol li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
div.alert ul li, main ul li, main ul li ul li, ul.arrow li {
	list-style-type: none;
	vertical-align: middle;
	line-height: 1.2em;
	margin-bottom: 5px;
}
div.alert ul li:before, main ul li:before, ul.arrow li:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	color: #009FCF;
	width: 1.5em;
	margin-left: -1.5em;
	vertical-align: inherit;
	font-size: 1.2em;
	font-weight: 900;
	display: inline-block;
	list-style-type: none !important;
	padding-bottom: 5px;
}
div.alert ul li ul li:before, main ul li ul li:before, ul.arrow li ul li:before {
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	color: #555555;
	display: inline-block;
	vertical-align: inherit;
	font-size: .8em;
	padding-bottom: 5px;
	margin-left: -38px;
}
div.alert ul li ul, main ul li ul, ul.arrow li ul {
	margin-top: 5px;
}
/*** Note ***/
.label-info {
	background-color: #175E90;
	color: #fafcfa;
}
/*** Featured Narrative ***/
.featured-narrative {
	border-bottom: 1px solid #d9b295;
	border-top: 1px solid #d9b295;
	padding: 10px 10px 0 10px;
	margin-bottom: 11px;
	margin-left: 20px;
}
/*** Images ***/
.img-right {
	margin-bottom: 20px;
	border: 1px solid #d9b295;
}
/*** Body Icons ***/
main .fa {
	color: #175E90;
}
[class^="ca-gov-icon-"].video {
	font-size: 1.5em;
	color: #175E90;
}
span.file {
	color: #000;
	font-size: 1.3em;
	vertical-align: middle;
}
a span.fa.fa-file-pdf-o {
	font-size: 1.3em;
	color: red;
	text-decoration: none;
}
a span.fa.fa-file-excel-o {
	font-size: 1.3em;
	color: green;
	text-decoration: none;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*** Homepage Info Boxes ***/
header#board-meetings, header#tax-programs, header#how, header#business-center {
	border-bottom: 5px solid #9fc7da !important;
	min-height: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
header#board-meetings, header#tax-programs, header#how, header#business-center {
	height: 130px;
}
}
#panel article {
	border: 1px solid #9fc7da;
}
/*** Matching Height Panels ***/
.matching {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.matching article {
	border: 1px solid #9fc7da;
}
/*** Misc. ***/
.rounded-15 {
	border-radius: 15px;
}
.overflow-hidden {
	overflow: hidden;
}
.bg-white {
	background-color: #fff !important;
}
article {
	width: 100%;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
*, *::before, *::after {
	box-sizing: border-box;
}
/*** Columns ***/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-first {
	order: -1;
}
.order-last {
	order: 13;
}
.order-0 {
	order: 0;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-4 {
	order: 4;
}
.order-5 {
	order: 5;
}
.order-6 {
	order: 6;
}
.order-7 {
	order: 7;
}
.order-8 {
	order: 8;
}
.order-9 {
	order: 9;
}
.order-10 {
	order: 10;
}
.order-11 {
	order: 11;
}
.order-12 {
	order: 12;
}
.offset-1 {
	margin-left: 8.33333%;
}
.offset-2 {
	margin-left: 16.66667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.33333%;
}
.offset-5 {
	margin-left: 41.66667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.33333%;
}
.offset-8 {
	margin-left: 66.66667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.33333%;
}
.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-sm-first {
	order: -1;
}
.order-sm-last {
	order: 13;
}
.order-sm-0 {
	order: 0;
}
.order-sm-1 {
	order: 1;
}
.order-sm-2 {
	order: 2;
}
.order-sm-3 {
	order: 3;
}
.order-sm-4 {
	order: 4;
}
.order-sm-5 {
	order: 5;
}
.order-sm-6 {
	order: 6;
}
.order-sm-7 {
	order: 7;
}
.order-sm-8 {
	order: 8;
}
.order-sm-9 {
	order: 9;
}
.order-sm-10 {
	order: 10;
}
.order-sm-11 {
	order: 11;
}
.order-sm-12 {
	order: 12;
}
.offset-sm-0 {
	margin-left: 0;
}
.offset-sm-1 {
	margin-left: 8.33333%;
}
.offset-sm-2 {
	margin-left: 16.66667%;
}
.offset-sm-3 {
	margin-left: 25%;
}
.offset-sm-4 {
	margin-left: 33.33333%;
}
.offset-sm-5 {
	margin-left: 41.66667%;
}
.offset-sm-6 {
	margin-left: 50%;
}
.offset-sm-7 {
	margin-left: 58.33333%;
}
.offset-sm-8 {
	margin-left: 66.66667%;
}
.offset-sm-9 {
	margin-left: 75%;
}
.offset-sm-10 {
	margin-left: 83.33333%;
}
.offset-sm-11 {
	margin-left: 91.66667%;
}
}

@media (min-width: 768px) {
.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-md-first {
	order: -1;
}
.order-md-last {
	order: 13;
}
.order-md-0 {
	order: 0;
}
.order-md-1 {
	order: 1;
}
.order-md-2 {
	order: 2;
}
.order-md-3 {
	order: 3;
}
.order-md-4 {
	order: 4;
}
.order-md-5 {
	order: 5;
}
.order-md-6 {
	order: 6;
}
.order-md-7 {
	order: 7;
}
.order-md-8 {
	order: 8;
}
.order-md-9 {
	order: 9;
}
.order-md-10 {
	order: 10;
}
.order-md-11 {
	order: 11;
}
.order-md-12 {
	order: 12;
}
.offset-md-0 {
	margin-left: 0;
}
.offset-md-1 {
	margin-left: 8.33333%;
}
.offset-md-2 {
	margin-left: 16.66667%;
}
.offset-md-3 {
	margin-left: 25%;
}
.offset-md-4 {
	margin-left: 33.33333%;
}
.offset-md-5 {
	margin-left: 41.66667%;
}
.offset-md-6 {
	margin-left: 50%;
}
.offset-md-7 {
	margin-left: 58.33333%;
}
.offset-md-8 {
	margin-left: 66.66667%;
}
.offset-md-9 {
	margin-left: 75%;
}
.offset-md-10 {
	margin-left: 83.33333%;
}
.offset-md-11 {
	margin-left: 91.66667%;
}
}

@media (min-width: 992px) {
.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-lg-first {
	order: -1;
}
.order-lg-last {
	order: 13;
}
.order-lg-0 {
	order: 0;
}
.order-lg-1 {
	order: 1;
}
.order-lg-2 {
	order: 2;
}
.order-lg-3 {
	order: 3;
}
.order-lg-4 {
	order: 4;
}
.order-lg-5 {
	order: 5;
}
.order-lg-6 {
	order: 6;
}
.order-lg-7 {
	order: 7;
}
.order-lg-8 {
	order: 8;
}
.order-lg-9 {
	order: 9;
}
.order-lg-10 {
	order: 10;
}
.order-lg-11 {
	order: 11;
}
.order-lg-12 {
	order: 12;
}
.offset-lg-0 {
	margin-left: 0;
}
.offset-lg-1 {
	margin-left: 8.33333%;
}
.offset-lg-2 {
	margin-left: 16.66667%;
}
.offset-lg-3 {
	margin-left: 25%;
}
.offset-lg-4 {
	margin-left: 33.33333%;
}
.offset-lg-5 {
	margin-left: 41.66667%;
}
.offset-lg-6 {
	margin-left: 50%;
}
.offset-lg-7 {
	margin-left: 58.33333%;
}
.offset-lg-8 {
	margin-left: 66.66667%;
}
.offset-lg-9 {
	margin-left: 75%;
}
.offset-lg-10 {
	margin-left: 83.33333%;
}
.offset-lg-11 {
	margin-left: 91.66667%;
}
}

@media (min-width: 1200px) {
.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.col-xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.order-xl-first {
	order: -1;
}
.order-xl-last {
	order: 13;
}
.order-xl-0 {
	order: 0;
}
.order-xl-1 {
	order: 1;
}
.order-xl-2 {
	order: 2;
}
.order-xl-3 {
	order: 3;
}
.order-xl-4 {
	order: 4;
}
.order-xl-5 {
	order: 5;
}
.order-xl-6 {
	order: 6;
}
.order-xl-7 {
	order: 7;
}
.order-xl-8 {
	order: 8;
}
.order-xl-9 {
	order: 9;
}
.order-xl-10 {
	order: 10;
}
.order-xl-11 {
	order: 11;
}
.order-xl-12 {
	order: 12;
}
.offset-xl-0 {
	margin-left: 0;
}
.offset-xl-1 {
	margin-left: 8.33333%;
}
.offset-xl-2 {
	margin-left: 16.66667%;
}
.offset-xl-3 {
	margin-left: 25%;
}
.offset-xl-4 {
	margin-left: 33.33333%;
}
.offset-xl-5 {
	margin-left: 41.66667%;
}
.offset-xl-6 {
	margin-left: 50%;
}
.offset-xl-7 {
	margin-left: 58.33333%;
}
.offset-xl-8 {
	margin-left: 66.66667%;
}
.offset-xl-9 {
	margin-left: 75%;
}
.offset-xl-10 {
	margin-left: 83.33333%;
}
.offset-xl-11 {
	margin-left: 91.66667%;
}
}
/* -----------------------------------------
   GLOBALS - /source/scss/cagov/globals.scss
----------------------------------------- */
.overflow-hidden {
	overflow: hidden;
}
.overflow-visible {
	overflow: visible;
}
.overflow-auto {
	overflow: auto;
}
.no-underline {
	text-decoration: none !important;
}
.w-100 {
	width: 100%;
}
.w-95 {
	width: 95%;
}
.width-1 {
	width: 1px !important;
}
.width-5 {
	width: 5px !important;
}
.width-10 {
	width: 10px !important;
}
.width-15 {
	width: 15px !important;
}
.width-20 {
	width: 20px !important;
}
.width-30 {
	width: 30px !important;
}
.width-40 {
	width: 40px !important;
}
.width-50 {
	width: 50px !important;
}
.width-60 {
	width: 60px !important;
}
.width-70 {
	width: 70px !important;
}
.width-80 {
	width: 80px !important;
}
.width-100 {
	width: 100px !important;
}
.width-150 {
	width: 150px !important;
}
.width-200 {
	width: 200px !important;
}
.h-auto {
	height: auto;
}
.h-100 {
	height: 100%;
}
.height-1 {
	height: 1px !important;
}
.height-5 {
	height: 5px !important;
}
.height-10 {
	height: 10px !important;
}
.height-15 {
	height: 15px !important;
}
.height-20 {
	height: 20px !important;
}
.height-30 {
	height: 30px !important;
}
.height-40 {
	height: 40px !important;
}
.height-50 {
	height: 50px !important;
}
.height-60 {
	height: 60px !important;
}
.height-70 {
	height: 70px !important;
}
.height-80 {
	height: 80px !important;
}
.height-100 {
	height: 100px !important;
}
.height-150 {
	height: 150px !important;
}
.height-200 {
	height: 200px !important;
}
.height-250 {
	height: 250px !important;
}
.height-300 {
	height: 300px !important;
}
.height-400 {
	height: 400px !important;
}
.height-500 {
	height: 500px !important;
}
.height-600 {
	height: 600px !important;
}
.right-0 {
	right: 0 !important;
}
.left-0 {
	left: 0 !important;
}
.top-0 {
	top: 0 !important;
}
.bottom-0 {
	top: 0 !important;
}
/*------------------------------------
  Positions
------------------------------------*/
.pos-rel {
	position: relative !important;
}
.pos-abs {
	position: absolute !important;
}
.pos-stc {
	position: static !important;
}
.pos-fix {
	position: fixed !important;
}
/* Relative (Position, X, Y) */
.relative-centered {
	position: relative;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
}
.relative-centered-x {
	position: relative;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
}
.relative-centered-y {
	position: relative;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
}
/* Absolute (Position, X, Y) */
.absolute-centered {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
}
.absolute-centered-x {
	position: absolute !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-backface-visibility: hidden;
}
.absolute-centered-y {
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-backface-visibility: hidden;
}
/* ------------- Custom search box (not google) --------------*/
.search-container #Search {
	display: flex;
}
.search-container #Search .gsc-search-button {
	right: 50px;
	border: 0;
}
.search-container #Search .close-search-btn {
	display: block;
}
.search-container #Search .close-search {
	font-size: 2rem;
	display: block;
	right: 0;
}
.search-container #Search .close-search .ca-gov-icon-close-mark {
	color: #FFF;
}

@media (max-width: 767px) {
.search-container #Search .close-search {
	display: block;
}
}
.bg-transparent {
	background-color: transparent !important;
}
/*------------------------------------
  colors and backgrounds
------------------------------------*/
.color-primary-hover:hover {
	color: #046B99;
}
.color-gray-dark {
	color: #333333;
}
.color-gray {
	color: #555555;
}
.bg-primary-hover:hover {
	background-color: #046B99;
}
.text-primary {
	color: #006CE0 !important;
}
.text-success {
	color: #1F7F35 !important;
}
.text-info {
	color: #117888 !important;
}
.text-muted {
	color: #687178 !important;
}
.bg-grey-light {
	background-color: #d6d6d6 !important;
}
.bg-primary-light {
	background-color: #9bc4d6 !important;
}
.bg-highlight-light {
	background-color: #fedc8f !important;
}
.bg-standout-light {
	background-color: #fee3a5 !important;
}
.bg-secondary-light {
	background-color: #96ceef !important;
}
.bg-alpha-40 {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
.bg-alpha-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-alpha-70 {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-alpha-60 {
	background-color: rgba(0, 0, 0, 0.6) !important;
}
.bg-alpha-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-alpha-90 {
	background-color: rgba(0, 0, 0, 0.9) !important;
}
.bg-secondary-before::before, .bg-secondary-after::after {
	background-color: #50aee4 !important;
}
.bg-highlight-before::before, .bg-highlight-after::after {
	background-color: #FDB81E !important;
}
.bg-standout-before::before, .bg-standout-after::after {
	background-color: #323A45 !important;
}
.bg-primary-before::before, .bg-primary-after::after {
	background-color: #046B99 !important;
}
/*------------------------------------
  borders colors and styles
------------------------------------*/
.brd-gray-light {
	border-color: whitesmoke !important;
}
.brd-gray-light-before::before, .brd-gray-light-after::after {
	border-color: whitesmoke !important;
}
.brd-transparent-before::before, .brd-transparent-after::after {
	border-color: transparent !important;
}
.brd-primary-light {
	border-color: #9bc4d6 !important;
}
.brd-primary-light-before::before, .brd-primary-light-after::after {
	border-color: #9bc4d6 !important;
}
.brd-highlight-light-before::before, .brd-highlight-light-after::after {
	border-color: #fedc8f !important;
}
.brd-standout-light-before::before, .brd-standout-light-after::after {
	border-color: #adb0b5 !important;
}
.brd-secondary-light-before::before, .brd-secondary-light-after::after {
	border-color: #96ceef !important;
}
.brd-solid-1 {
	border-width: 1px;
	border-style: solid;
}
.brd-solid-2 {
	border-width: 2px;
	border-style: solid;
}
.brd-solid-3 {
	border-width: 3px;
	border-style: solid;
}
.brd-solid-4 {
	border-width: 4px;
	border-style: solid;
}
.brd-solid-5 {
	border-width: 5px;
	border-style: solid;
}
/*------------------------------------
  Font Sizes
------------------------------------*/
.text-huge {
	font-size: 6em;
}
.font-size-sm {
	font-size: 0.75rem;
}
.font-size-70x {
	font-size: 70% !important;
}
.font-size-75x {
	font-size: 75% !important;
}
.font-size-80x {
	font-size: 80% !important;
}
.font-size-85x {
	font-size: 85% !important;
}
.font-size-90x {
	font-size: 90% !important;
}
.font-size-95x {
	font-size: 95% !important;
}
.font-size-11 {
	font-size: 0.78571rem !important;
}
.font-size-12 {
	font-size: 0.85714rem !important;
}
.font-size-13 {
	font-size: 0.92857rem !important;
}
.font-size-14 {
	font-size: 1rem !important;
}
.font-size-15 {
	font-size: 1.07143rem !important;
}
.font-size-16 {
	font-size: 1.14286rem !important;
}
.font-size-20 {
	font-size: 1.42857rem !important;
}
.font-size-25 {
	font-size: 1.78571rem !important;
}
.font-size-30 {
	font-size: 2.14286rem !important;
}
.font-size-40 {
	font-size: 2.85714rem !important;
}
/*** Borders ***/
.border {
	border: 1px solid #dee2e6 !important;
}
.border-top {
	border-top: 1px solid #dee2e6 !important;
}
.border-right {
	border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
	border-left: 1px solid #dee2e6 !important;
}
.border-0 {
	border: 0 !important;
}
.border-top-0 {
	border-top: 0 !important;
}
.border-right-0 {
	border-right: 0 !important;
}
.border-bottom-0 {
	border-bottom: 0 !important;
}
.border-left-0 {
	border-left: 0 !important;
}
.border-primary {
	border-color: #007bff !important;
}
.border-secondary {
	border-color: #6c757d !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-info {
	border-color: #17a2b8 !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-light {
	border-color: #f8f9fa !important;
}
.border-dark {
	border-color: #343a40 !important;
}
.border-white {
	border-color: #fff !important;
}
.rounded-sm {
	border-radius: 0.2rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.3rem !important;
}
.rounded-circle {
	border-radius: 50% !important;
}
.rounded-pill {
	border-radius: 50rem !important;
}
.rounded-0 {
	border-radius: 0 !important;
}
@media print {
	.noPrint {
		display:none;
	}
	em {
		font-weight: normal;		
	}
	.alert, .alert-cdtfa .alert-dismissable{
		display:none;}

	#main-content {
		padding-top:0 !important;
	}
		div.toggle_container, div.tabs , div.tabs1 { display:block !important; } /* expands accordion div's so full text prints see /info/outreach.htm/info/outreach.htm */
		a:link:after,
		a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}/* Prints urls with text links */
		a[href^="/"]:after {
		content: " (www.cdtfa.ca.gov" attr(href) ") ";
		}/* Prints absolute urls for relative paths */

	div[id^="collapse"].collapse {
		display:block;
		height:auto;
		color:black;
	}/* Prints all collapsible contents */

	.panel-group.responsive {
		/*display: none !important;*/
	}/* Hide panels */
	.tab-content.responsive, .tab-content.responsive > .tab-pane {
		display: block !important;
	}/* Show tab content */
	.tab-content > .tab-pane:not(:nth-of-type(1)) {
		border-top: 1px dashed black;
	}/* Show border to distinguish between tab content */
	body {
		overflow: visible !important;
	}
}
