@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/
html, body {
  height: auto !important;
}
body {
  color: #000;
  line-height: 1.5;
}
/* Updated 8/26/20 for 2020 redesign */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
}
h1 span {
  background-color: #14507A;
  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: #FFFFFF !important;
  margin-bottom: 2px;
}
h1 {
  border-bottom: 2px dotted /*#D7E1E8*/ #9fc7da;
}
/*em {
	font-weight: bold;
}*/
.container dd {
  margin-bottom: .75em;
}
/* Updated 8/21/20 and 8/27/20 for 2020 redesign */
.main-content {
  background: whitesmoke;
  padding-bottom: 0;
}
main a:not(.btn) {
  color: #14507A;
  text-decoration: underline;
}
.required-label, .text-danger {
  color: #962c04 !important;
}
main a:not(.btn):hover {
  color: #14507A;
  transition: color .4s linear, color .4s linear;
  text-decoration: underline;
}
.profile-banner {
  background: #FFFFFF;
}
/*.section-primary, .card-primary {
  background: #000;
}*/
.section-primary img {
  border: none;
}
.section-understated, .card-understated {
  background: #7e8074;
}
.fixed + .main-content {
  padding-top: 0 !important;
}
.card {
  border: 1px solid #14507A !important;
  color: #000;
}
span.fillable {
  background-color: #000 !important;
  font-size: .9em;
  color: #D9E0FB !important;
  padding: .1em;
}
span.file {
  color: #000;
  font-size: 1.3em;
  vertical-align: middle;
}
.bottomright {
  position: absolute;
  bottom: 2em;
  right: 2em;
}
.bottomleft {
  position: absolute;
  bottom: 2em;
  left: 2em;
}
/********************************************
Styles Below Added by CDTFA Web Services Unit
********************************************/
/*** For Print ***/
@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: " (boe.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;
  }
}
/*** Main Content ***/
body {
  background-color: whitesmoke;
}
hr.blue {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(79, 96, 99, 0), rgba(79, 96, 99, .75), rgba(79, 96, 99, 0));
}
.section {
  background: transparent !important; /* Added for 2020 redesign */
}
.main-content {
  min-height: 300px;
  /*padding-bottom: 40px;  Added for 2020 redesign */
}
.white {
  color: #FFFFFF !important;
}
.no-border {
  border: 0 !important;
}
.row.boxes {
  margin: inherit;
}
@media (max-width:767px) {
  .table-responsive > .responsive {
    width: 800px !important;
    max-width: 800px !important;
  }
}
/*** Panel - Updated 8/26/20 for 2020 redesign ***/
.panel-standout > .panel-heading {
  color: #ffffff;
  background-color: #14507A;
  border-color: #15839e;
  border-bottom-color: #15839e;
}
.panel-standout.highlight .panel-heading .triangle {
  border-top: 12px solid #9fc7da;
}
.panel-standout {
  border-color: #15839e;
  background: #FFFFFF;
}
.row.panel-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[id^="panel"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.matching {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .panel {
  width: 100%;
}
/*** Section Panel column -- .two-thirds ***/
@media (max-width: 767px) {
  .two-thirds {
    margin-bottom: 20px;
  }
}
/*** After Hyperlink Icons ***/
[class^="ca-gov-icon-"].after-icon {
  font-size: 1.5em;
  color: #009FCF;
}
/*** Body Icons ***/
main .fa {
  color: #000;
}
/*** Table Link Icons ***/
th a:not(.close) {
  text-decoration: underline;
  color: #024767 !important;
}
a span.fa.fa-file-excel-o {
  font-size: 1.3em;
  color: green;
  text-decoration: none;
}
a span.fa.fa-file-pdf-o {
  font-size: 1.3em;
  color: red;
  text-decoration: none;
}
/* For Animated Main Content Buttons - Updated 8/25/20 and 8/26/20 for 2020 redesign */
/*a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-default, .section-impact.btn-default {
  color: #FFFFFF !important;
  background-color: #14507A !important;
  border-color: #14507A !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .section-impact.btn-default {
  color: #FFFFFF !important;
  background-color: #14507A !important;
  border-color: #14507A !important;
}
.btn-primary {
  color: #14507A !important;
  background-color: #ffc411;
  border-color: #ffc411;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #14507A !important;
  background-color: #f5aa02 !important;
  border-color: #f5aa02 !important;
}
.btn-secondary {
  color: #14507A !important;
  background-color: transparent;
  border-color: #15839e;
  border-width: 2px !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: #14507A !important;
  background-color: #e2e6ea !important;
  border-color: #15839e !important;
}
.btn-third {
  color: #ffc411 !important;
  background-color: transparent !important;
  border-color: #ffc411 !important;
  border-width: 1px !important;
}
.btn-third:hover, .btn-third:focus, .btn-third:active, .btn-third.active, .open > .dropdown-toggle.btn-third {
  color: #ffc411 !important;
  background-color: transparent !important;
  border-color: #ffc411 !important;
}
.btn-btlg {
  color: #FFFFFF !important;
  background-color: #14507A !important;
  border-color: transparent !important;
  border-top-left-radius: .15em;
  border-bottom-left-radius: .15em;
  font-size: 1.4rem;
  padding: 2px 2px;
}*/
/*main .btn-default span, main .btn-secondary span, main .btn-primary span, .btn-default span, .btn-secondary span, .btn-primary span  {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
main .btn-default span:after, main .btn-secondary span:after, main .btn-primary span:after, .btn-default span:after, .btn-secondary span:after, .btn-primary span:after {
  content: '\f101';
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -10px;
  transition: 0.5s;
}
main .btn-default:hover span, main .btn-secondary:hover span, main .btn-primary:hover span, .btn-default:hover span, .btn-secondary:hover span, .btn-primary:hover span {
  padding-right: 25px;
}
main .btn-default:hover span:after, main .btn-secondary:hover span:after, main .btn-primary:hover span:after, .btn-default:hover span:after, .btn-secondary:hover span:after, .btn-primary:hover span:after {
  opacity: 1;
  right: 0;
}*/
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px !important;
  font-size: 14px;
  font-size: .8em !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}
.banner-link .btn-secondary {
  border-width: 1px !important;
}
/*** Bullets - Updated 8/25/20 and 9/4/20 for 2020 redesign ***/
.alert-cdtfa ul {
  padding-left: 40px;
}
div.alert ul li:before, main ul li:before, ul.arrow li:before, .modal-body ul li:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  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:before {
  content: "\f30b" !important;
  color: #009FCF !important;
  font-size: 0.6em;
  padding-bottom: 1px;
}*/
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.5 !important; /* Updated for 2020 redesign */
  margin-bottom: 5px;
}
main ul li ul li {
  margin-left: .4em;
}
main ul li ul li:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  color: #555555;
  display: inline-block;
  vertical-align: inherit;
  font-size: .8em;
  padding-bottom: 5px;
}
main ol li ul li:before {
  content: "\f30b";
  width: 1.5em;
  margin-left: -1.5em;
}
main ol.small li, main ul.small li {
  font-size: 87%;
}
main ol.symbols {
  list-style-type: none;
}
ol.small.symbols {
  padding-left: 3.2em;
  margin-left: .1em;
}
main ol.symbols li:nth-child(1n):before {
  width: 2em;
  margin-left: -2em;
  list-style-type: none;
  display: inline-block;
}
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 ul ul {
  margin-top: 10px;
  padding-left: 1em;
}
.list-unstyled li:before {
  content: none;
}
li.numeric-bullets {
  list-style-type: decimal !important;
}
li.numeric-bullets:before {
  content: "" !important;
}
li ol li {
  list-style-type: inherit;
}
li ol li:before {
  display: none;
}
ul.clean {
  list-style-type: none;
  padding-left: 0;
}
ul.clean li {
  padding-bottom: 10px;
}
ul.clean li:before {
  display: none;
}
ul.clean li ul li {
  background: none;
  list-style-type: none;
  padding: 0 0 5px 18px;
}
ul.clean.inline li {
  display: inline-block;
  line-height: inherit;
  padding-right: 5px;
}
ul.clean.checkbox {
  font-size: 1.3em;
}
ul.blue li:before {
  color: #000;
}
/*** Questions/Answers Style -- Inside Tabbed Panels ***/
.tab-content > .tab-pane > ol > li > .qa {
  margin: 8px 0 24px 0;
  padding: 15px;
  background: #E8E8E8;
  border-radius: .45em;
  border: none;
}
/*** Questions/Answers Style -- In TVM, VPPF, and IAV Exams ***/
.qa {
  margin: 8px 0 24px 0;
  padding: 15px;
  background: #E8E8E8;
  border-radius: .45em;
  border: 1px solid #009FCF;
}
/*** List-Group - Updated 8/25/20 for 2020 redesign ***/
.list-group li {
  position: relative;
  padding: 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #14507A;
}
.list-group li:before {
  content: "";
}
.list-group li:last-child {
  margin-bottom: 15px;
}
@media (min-width:1280px) {
  .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;
  }
}
/*** Ordered list ***/
ol.alpha-lc {
  list-style-type: lower-alpha;
}
ol.roman-lc {
  list-style-type: lower-roman;
}
/*** Mobile List ***/
@media (max-width: 767px) {
  ul, ol {
    margin-bottom: 0;
  }
}
/* Images */
.img-right, .img-left {
  margin-bottom: 15px;
  display: table-cell !important;
}
@media (max-width: 767px) {
  .img-mobile {
    display: none;
  }
}
/*main img {
	border: 1px solid #313A3C;
}*/
figure {
  background-color: transparent;
  border: none;
}
figcaption {
  text-align: center;
}
/* Tabs - Updated 8/26/20 for 2020 redesign */
.nav-tabs > li > a {
  margin-right: 2px;
  height: 55px;
  line-height: 2em;
  border-radius: 4px 4px 0 0;
  border: 1px solid #14507A;
  background: #14507A;
  font-weight: bold !important;
  color: #FFFFFF !important;
  text-decoration: none !important; /* Added 8-8-23 */
}
.nav-tabs > li > a:hover {
  color: #000;
}
.nav-tabs {
  border-bottom: 1px solid #15839e;
}
.nav-tabs > li:before {
  content: normal !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
  color: #14507A !important;
  border: 1px solid #14507A;
  background: #FFFFFF;
  border-bottom-color: #FFFFFF;
  cursor: default;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #14507A;
}
/* MM Tab Panel focus fix Start 

old content
.tab-content {
  border: 1px solid #14507A;
  background: #FFFFFF;
  padding: 40px;
  z-index: 2;
  border-radius: 0px 0px 4px 4px;
  margin-top: -1px;
} */
.tab-content .tab-pane {
  border: 1px solid #14507A;
  background: #FFFFFF;
  padding: 40px;
  z-index: 2;
  border-radius: 0px 0px 4px 4px;
  margin-top: -1px;
}
.tab-pane.active:focus {
  outline: revert;
  outline: 1px solid #2ea3f2;
}
/* MM Tab Panel focus fix End */
.responsive-tabs-container .tab-pane {
  margin-bottom: 15px;
}
.responsive-tabs-container .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  /*background-color: #ffc411;*/
  border-radius: 3px;
  border: 2px solid #15839e;
  color: #14507A;
}
.responsive-tabs-container .accordion-link:hover {
  color: #14507A;
}
.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: ' ';
  }
}
/*** responseive tabs from v 5.0 ***/
.panel-default > .panel-heading {
  background-color: #14507A;
}
.panel-group .panel-heading .panel-title a:hover {
  background-color: #1f4e63;
}
.panel .panel-heading:hover::after {
  color: white !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-sm, .visible-md, .visible-lg {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm, .panel-group.responsive.visible-xs.visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
/*** News Release ***/
.news-info {
  text-align: left;
  margin-top: 10px;
}
.news-contact {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .news-contact {
    text-align: left;
    margin-top: 10px;
  }
}
.responsive-tabs-container.accordion-lg .nav-tabs {
  display: none;
}
.responsive-tabs-container.accordion-lg .accordion-link {
  display: block;
}
.nav > li:before {
  content: none;
}
/* Toggle - Updated 8/25/20 for 2020 redesign */
h2.toggle a, h3.toggle a, h4.toggle a, h5.toggle a {
  text-decoration: none;
} /* Added 6-8-23 */
.toggle, .toggle > a {
  display: block;
  position: relative;
  margin-left: 13px;
}
.toggle a:hover, .toggle a:focus {
  text-decoration: none !important;
}
.toggle > a:before {
  content: "\f0fe";
  font-family: 'Font Awesome 5 Pro';
  color: #009FCF;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: -25px;
}
.toggle > a[aria-expanded="true"]:before {
  content: "\f146 "; /* fa-minus-circle */
  color: #009FCF;
}
.toggle.small {
  font-size: 1.1em !important;
}
.collapse, .collapsing, .collapse.show {
  margin-left: 26px !important;
  padding-top: .05em !important;
}
.pull-text {
  padding-left: 26px;
}
p.pull-text {
  margin: 0 0 0.7rem 0;
}
.toggle {
  -webkit-margin-after: .5em !important;
  -webkit-margin-before: .5em !important;
  font-size: 1.54rem !important;
}
/*** FormsPubs ***/
.formspubs-notice {
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(to top, #fefefe 0%, #eaeaea 100%);
  background: -o-linear-gradient(to top, #fefefe 0%, #eaeaea 100%);
  background: -ms-linear-gradient(to top, #fefefe 0%, #eaeaea 100%);
  background: linear-gradient(to top, #fefefe 0%, #eaeaea 100%);
  border: 1px solid #c8c8c8;
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  margin: 1em 0 1em 0;
  overflow: hidden;
  text-align: center;
}
/*** Responsive Video ***/
.YouTubeWrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25% !important; /* 16:9 */
  margin-bottom: .75em;
  height: 0;
}
.YouTubeWrapper iframe, .YouTubeWrapper .fb-page, .YouTubeWrapper .twitter-timeline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*** News Release ***/
@media (min-width: 768px) {
  .nr-contact {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .nr-contact {
    text-align: left;
    margin-top: 10px;
  }
}
/*** Service Tiles ***/
.service-tile .teaser {
  background: #14507A;
  background: -webkit-linear-gradient(top, rgba(50, 58, 69, 0.9) 0%, rgba(50, 58, 69, 0.9) 30%, #14507A 100%);
  background: linear-gradient(to bottom, rgba(50, 58, 69, 0.9) 0%, rgba(50, 58, 69, 0.9) 30%, #14507A 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc323a45', endColorstr='#14507A', GradientType=0);
}
[data-state="open"].service-tile:after {
  border-top: 15px solid #14507A;
}
.service-tile .teaser .title a {
  color: #FFFFFF !important;
}
.service-tile .teaser .title a:hover {
  color: #FFFFFF !important;
}
.service-tile .teaser .title:hover, .service-tile:focus .teaser .title {
  color: #FFFFFF;
}
.card {
  background-color: #ffffff;
  border: 1px solid #137791;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; /* Added for 2020 redesign */
}
div.card.card-default .card-header {
  background: #137791;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}
div.card.card-default .card-header a:hover {
  text-decoration: underline;
}
div.card.card-default .card-header a {
  color: #FFFFFF;
}
img.card-img-top {
  border: 0;
}
/* border classes */
.bordtop {
  border-top: thin solid #808080;
}
.bordbot {
  border-bottom: thin solid #808080;
}
.bordbot-0 {
  border-bottom: none !important;
}
.bordleft {
  border-left: thin solid #808080;
}
.bordright {
  border-right: thin solid #808080;
}
.border {
  border: thin solid #808080;
}
/*** Accessible Footnotes ***/
article {
  counter-reset: footnotes;
}
ol.small {
  counter-reset: footnotes;
}
ol.small :target {
  background: #C9E0EB;
  border-radius: .25rem;
  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: #14507A !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: #14507A;
}
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;
}
/*** Icons ***/
.circle-icon {
  background: #1d2127;
  width: 7rem;
  height: 7rem;
  text-align: center;
  line-height: 7rem;
  padding: 1.5rem;
  border-radius: 50%;
  font-size: 3.5rem;
  text-decoration: none;
}
.block-icon {
  display: block;
  margin-bottom: .7rem;
  margin-top: 1.5rem;
}
.icon-link {
  text-decoration: none !important;
  font-size: 1.25rem;
  transition: all ease .3s;
}
.icon-link:hover, .icon-link:focus {
  color: #009FCF !important;
}
/*** Footer ***/
.section-impact, .card-impact {
  background: #14507A;
  color: #ffffff;
}
.global-footer .copyright {
  background: none !important;
  padding: 15px 0 0 !important;
  color: #14507A !important;
}
.global-footer {
  background: #14507A;
  padding-top: 0;
}
.global-footer .socialsharer-container {
  float: none !important;
}
hr.gold {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(235, 193, 161, 0), rgba(235, 193, 161, 0.75), rgba(235, 193, 161, 0));
  margin-top: 40px;
}
/*** Section-Default ***/
.section-default h1, .section-default h2, .section-default h3, .section-default h4 {
  color: inherit;
}
/*** Section-Impact ***/
.section-impact, .card-impact {
  background: #14507A;
}
.section-impact a:not(.btn), .card-impact a:not(.btn) {
  color: #FFFFFF !important;
}
.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: #FFFFFF !important;
}
/*** Profile Banners ***/
.profile-banner {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#80ffffff', GradientType=0);
  border: 1px solid #009FCF;
  margin-bottom: 15px;
  clear: both;
}
.banner-subtitle {
  color: #000;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0 30px .2em 0;
  padding: 4px 35px 2px 10px;
  background: -webkit-linear-gradient(left, rgba(210, 164, 130, 0.7) 0%, rgba(210, 164, 130, 0) 100%);
  background: linear-gradient(to right, rgba(210, 164, 130, 0.7) 0%, rgba(210, 164, 130, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#20000000', endColorStr='#00000000', GradientType='1');
}
.banner-title {
  color: #000;
}
#profile.profile-banner {
  margin-top: 1.8em;
}
img.profile-pic {
  width: 100px;
}
/*** Top Level Links ***/
.first-level-link, .first-level-link:hover, .first-level-link:focus {
  color: #000;
}
/*** Close Button ***/
.close {
  color: #14507A !important;
  opacity: 1;
  font-size: 1.5em !important;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-shadow: none;
}
.close:hover, .close:focus {
  color: #000;
  opacity: 1;
}
.featureinfo > p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.08em;
  line-height: 1.42857143;
  color: #333333;
  padding-top: 4px;
  text-align: left;
  margin-bottom: 20px;
}
.featureinfo > ul {
  text-align: left;
}
.featureinfo > ul > li > a:not(.btn) {
  color: #007BB5 !important;
}
.featureinfo > ul > li {
  color: #333333;
}
.featureinfo > ul > li > a:not(.btn):hover, .featureinfo > ul > li > a:not(.btn):focus {
  color: #34415e !important;
  text-decoration: underline;
}
.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: #ffffff;
  font-weight: normal;
}
.row.panel-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .iconbox {
  width: 100%;
}
/*** Return to Top Button ***/
.return-top {
  background: rgba(50, 58, 69, 0.7) !important;
  color: #fff !important;
}
/*** News Section ***/
.news-heading-icon {
  background-color: #ffc411;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: .83em;
  border: 8px solid #14507A;
  margin-top: -64px;
}
.news-heading-icon span {
  color: #000;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  text-align: center;
  vertical-align: middle;
}
#latest-news .container {
  border: 1px solid #ffc411;
  margin-top: 70px;
  background: #FFFFFF;
}
#latest-news .container a:not(.btn) {
  color: #007BB5 !important;
}
#latest-news .container a:not(.btn):hover {
  color: #34415e !important;
}
#latest-news .container p {
  color: #000 !important;
}
.news-item {
  padding: 0 40px;
}
@media (min-width: 1280px) {
  #latest-news .container {
    width: 1250px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  #latest-news .container {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #latest-news .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  #latest-news .container {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/*** Accordion Panel Default ***/
.panel-default > .panel-heading {
  color: #FFFFFF !important;
  background-color: #14507A !important;
  border-color: #14507A !important;
}
.panel-default {
  border-color: #14507A;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading a:not(.btn) {
  color: #FFFFFF !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: #FFFFFF;
  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 #FFFFFF;
}
.panel-collapse.collapse, .panel-collapse.collapsing, .panel-collapse.collapse.in {
  margin-left: 0 !important;
  background-color: #ffffff !important;
}
@media (max-width:991px) {
  .panel-heading .panel-title a {
    color: #FFFFFF !important;
  }
}
/*** Note - Updated 8/26/20 for 2020 redesign ***/
.label {
  color: #FFFFFF; /* Add to span tag inside p tag and before .label-info for a note */
}
.label-info {
  background-color: #14507A; /* Add to span tag inside p tag and after .label for a note */
}
.border-note {
  border: 1px solid #009FCF;
  padding: 1em; /* Add to p tag for a border around the note */
}
/*** Page Alert ***/
.alert-info {
  background-color: #FFFFFF;
  border-color: #14507A;
  color: #000;
}
.alert-severe {
  background: #ffa42f;
}
div.alert p a, div.alert p a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
/*** Table - Updated 8/25/20 to reflect redesign 
.table-responsive > .table.table-default tbody tr > th.row {
  display: table-cell;
}
.table-responsive > .table.table-default > thead > tr > th {
  background: #14507A;
  color: #FFFFFF;
}
.table-responsive > .table.table-default > tbody > tr > th {
  background: #FFFFFF;
  color: #14507A;
}
.table-responsive > .table.table-default > thead > tr > th {
  border-right: 2px solid whitesmoke !important;
	border: 2px solid #14507A;
}
.table-responsive > .table.table-default > thead > tr > th:last-child {
  background: #14507A;
  border-right: 2px solid #14507A !important;
}
.table-responsive > .table.table-default > tbody > tr > th {
  border-top: 2px solid whitesmoke !important;
}
.table-responsive > .table.table-default > thead > tr > td {
  background: #FFFFFF !important;
}
.table-responsive > .table.table-default > tbody > tr > td {
  background: #FFFFFF;
  border: 2px solid #14507A;
}
.tab-content > .tab-pane > .table-responsive > .table.table-default > thead > tr > td {
  background: whitesmoke;
  border-bottom: 2px solid #14507A;
  border-right: 2px solid #14507A;
}
.tab-content > .tab-pane > .table-responsive > .table.table-default > tbody > tr > td  {
  background: whitesmoke;
  border: 2px solid #14507A;
}
.tab-content > .tab-pane > .table-responsive > .table.table-default > tbody > tr > th  {
  background: whitesmoke;
  border: 2px solid #14507A !important;
  border-top: 2px solid #14507A !important;
}

@media (max-width:767px) {
	.table-responsive > .table.table-default tbody tr > th.row {
	  display: table-cell;
	}
	.table-responsive > .table.table-default > thead > tr > th {
	  background: #14507A;
	  color: #FFFFFF;
	}
	.table-responsive > .table.table-default > tbody > tr > th {
	  background: #FFFFFF;
	  color: #14507A;
	}
	.table-responsive > .table.table-default > thead > tr > th {
	  border-right: 2px solid whitesmoke !important;
		border: 2px solid #14507A;
	}
	.table-responsive > .table.table-default > thead > tr > th:last-child {
	  background: #14507A;
	  border-right: 2px solid #14507A !important;
	}
	.table-responsive > .table.table-default > tbody > tr > th {
	  border-top: 2px solid whitesmoke !important;
	}
	.table-responsive > .table.table-default > thead > tr > td {
	  background: #FFFFFF !important;
	}
	.table-responsive > .table.table-default > tbody > tr > td {
	  background: #FFFFFF;
	  border: 2px solid #14507A;
	}
	.panel-group.responsive.visible-xs.visible-sm > .table-responsive > .table.table-default > thead > tr > td {
	  background: whitesmoke;
	  border-bottom: 2px solid #14507A;
	  border-right: 2px solid #14507A;
	}
	.panel-group.responsive.visible-xs.visible-sm > .table-responsive > .table.table-default > tbody > tr > td  {
	  background: whitesmoke;
	  border: 2px solid #14507A;
	}
	.panel-group.responsive.visible-xs.visible-sm > .table-responsive > .table.table-default > tbody > tr > th  {
	  background: whitesmoke;
	  border: 2px solid #14507A !important;
	  border-top: 2px solid #14507A !important;
	}
}***/
/*.table.table-default > thead > tr > th, .table.table-default > thead > tr > td {
  background: #14507A;
  color: #FFFFFF;
  border: 1px solid #14507A;
  border-right: 2px solid whitesmoke !important;
}
.table.table-default > thead > tr > td {
    border-bottom: 2px solid whitesmoke !important;
    background: #ffffff;
    border: #ffffff;
}
.table.table-default > thead > tr > th:last-child {
    border-right: 2px solid #14507A !important;
}
.table.table-default > tbody > tr > th {
  background: #14507A;
  border-top: 2px solid whitesmoke !important;
  border-right: 2px solid #14507A;
  color: #FFFFFF;
}
.table.table-default > tbody {
  border-bottom: 2px solid #14507A !important;
}
.table.table-default caption {
  border-bottom: 0 !important;
}
.table.table-default > tbody > tr > td, .table.table-default > tr > td {
  background: #ffffff;
  border: 2px solid #14507A;
  color: #000000;
}
.tab-pane > .table-responsive > .table.table-default > tbody > tr > td, .tab-pane > .table-responsive > .table.table-default > tr > td {
  background: whitesmoke !important;
}*/
/*** Table - Updated 8/25/20 to reflect redesign ***/
.table tbody tr > th.row {
  display: table-cell;
}
.table.table-default > thead > tr > td {
  background: transparent;
  border: none;
}
.table.table-default > thead > tr > th, .table.table-default > tr > th, .table.table-default > tbody > tr > th, .datatable > thead > tr > th {
  background: #C9E0EB;
  border: 2px solid #14507A !important;
  color: #14507A;
}
.table-default caption {
  border-bottom: 0 !important;
}
.table.table-default > tbody > tr > td, .table.table-default > tr > td {
  background: #FFFFFF;
  border: 2px solid #14507A !important;
  color: #000;
}
table.dataTable {
  border-collapse: collapse;
}
.table.table-striped > thead > tr > th, .table.table-striped > thead {
  background: #C9E0EB;
  border: 2px solid #14507A;
  color: #14507A;
  font-weight: bold;
}
.table.table-striped > tbody > tr > td {
  background: #FFFFFF;
  border: 2px solid #14507A;
}
.table.table-striped > tbody > tr:nth-child(even) > td {
  background: #E1EEF4;
}
.table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
  color: #14507A;
}
.table.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #E1EEF4 !important;
  color: #14507A;
}
.table.table-striped > tbody > tr > th {
  font-weight: inherit;
  border: 2px solid #14507A !important;
}
.table.table-striped th {
  border: 2px solid #14507A;
  font-weight: normal;
  color: #14507A;
}
.table > thead:first-child > tr:first-child > th {
  border-top: 2px solid #14507A;
  color: #14507A;
}
.whitebk {
  background: #FFFFFF !important;
}
/*** Directory Style Tables ***/
.table-directory > thead > tr > th {
  border-right: none !important;
  border-bottom: 2px solid #14507A !important;
}
.table-directory th {
  background: #C9E0EB !important;
  color: #14507A !important;
  border: none !important;
}
.table.table-directory tbody th, .table.table-directory tbody td {
  border-bottom: 1px solid #dddddd !important;
}
/*** DataTables ***/
ul.pagination li a {
  background-image: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #14507A;
  background-color: #fff;
  border: 1px solid #14507A;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #d6d6d6;
  border: 1px solid #14507A;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff !important;
  background-color: #046B99;
  border-color: #046B99;
  cursor: default;
}
.pagination > li > a.active {
  color: #FFFFFF !important;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
ul.pagination.pagination-sm li:before {
  content: "" !important;
}
table.dataTable.no-footer {
  border-bottom: none !important;
}
div.dataTables_paginate a.previous:before {
  font-family: 'Font Awesome 5 Pro' !important;
  content: "\f104";
  font-size: 1em !important;
  padding-top: 0.11em;
}
div.dataTables_paginate a.next:after {
  font-family: 'Font Awesome 5 Pro' !important;
  content: "\f105";
  font-size: 1em !important;
  padding-top: 0.11em;
}
table.dataTable thead th.sorting:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0dc";
  color: #14507A;
  font-size: 0.8em;
  padding-top: 0.12em;
}
table.dataTable thead th.sorting_asc:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0de";
}
table.dataTable thead th.sorting_desc:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f0dd";
}
input[type="search"] {
  border: solid 1px #009FCF;
  border-radius: .25em;
  outline-offset: 0;
}
.dataTable > thead > tr > th, .dataTable > thead > tr > td {
  border: 1px solid #14507A !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 black;
}
.table-worksheet > tbody > tr > th, .table-worksheet > tbody > tr > td {
  border-top: thin solid black;
  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 black;
}
.table-worksheet tbody tr td {
  border-left: thin solid black;
}
.th {
  font-weight: bold;
  background: #ffc411;
  border: 2px solid #15839e !important;
  border-bottom: none !important;
  text-align: left;
  padding: 8px;
  color: #14507A;
}
.td {
  font-weight: normal;
  background: #FFFFFF !important;
  border: 2px solid #15839e !important;
  border-bottom: none !important;
  text-align: left;
  padding: 8px;
}
.text-center {
  text-align: center !important;
}
borderx {
  border-left: 2px solid #14507A !important;
  border-right: 2px solid #14507A !important;
  border-top: none !important;
  border-bottom: none !important;
}
/*** SERP Search ***/
#Search input[type="text"] {
  border: 1px solid #009FCF !important;
  border-radius: .25em;
}
.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: #14507A !important;
  background-image: linear-gradient(to right, #14507A 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #14507A !important;
  background-image: linear-gradient(to right, #14507A 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #aaaaaa !important;
  background-color: #FFFFFF;
  color: #aaaaaa !important;
}
/*** Form Elements - Updated 8/26/20 for 2020 redesign ***/
input[type="text"], textarea.form-control, select.form-control, input[type="email"], input[type="tel"] {
  border: 1px solid #14507A !important;
  border-radius: .25em;
}
input[type="radio"], input[type="checkbox"] {
  /*position: absolute;*/
  z-index: -1;
  opacity: 0;
}
input[type="text"] + label {
  color: #000;
}
input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  padding-left: 25px;
}
.form-check-input {
  margin-left: -.5rem;
}
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 #14507A;
}
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 #14507A;
}
input[type="radio"] + label:after {
  top: 8px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14507A;
}
input[type="radio"]:checked + label:before {
  border: 1px solid #14507A;
}
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: #FFFFFF;
  border-top: 0;
  border-left: 0;
}
input[type="checkbox"]:checked + label:before {
  border: #14507A;
  background: #14507A;
}
input[type=radio]:focus + label:before, input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
[role="tooltip"] {
  display: none;
  border-radius: 4px;
  padding: 0.25em;
  margin: 0;
  background: #FFECB5;
  border: 1px solid #15839e;
  width: 100%;
  z-index: 2;
}
input:focus + [role="tooltip"] {
  display: block;
  top: 100%;
}
.check-icon-radio {
  color: #14507A !important;
  border-color: #14507A !important;
}
input[type="checkbox"]:checked + i, input[type="radio"]:checked + i, input[type="checkbox"]:checked + * i, input[type="radio"]:checked + * i {
  color: #FFFFFF;
  background-color: #14507A;
  border-color: #14507A;
}
/*** DataTables ***/
input[type="text"]#searchCounty, input[type="text"]#searchLocation {
  padding-left: 5px;
}
/*** Industry Banners ***/
#industry-banner {
  background-size: cover;
  background-position: right;
  margin-bottom: 25px;
  height: 450px;
  position: relative;
}
#industry-banner h1 {
  color: #FFFFFF;
  background-color: rgba(4, 57, 81, .8);
  padding: 15px;
  margin-right: 15px;
  position: absolute;
  top: 22%;
  border-radius: 4px;
  font-size: 60px;
}
#industry-banner h1 span {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1em;
}
@media (max-width: 767px) {
  #industry-banner {
    display: none;
  }
  #industry-banner h1 {
    display: none;
  }
  ul.utility-links li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  h1#industry {
    display: none !important;
  }
}
/*** Page Banners ***/
#h1-banner {
  background-size: cover;
  background-position: right;
  margin-bottom: 25px;
  height: 450px;
  position: relative;
}
#h1-banner h1 {
  color: #FFFFFF;
  background-color: rgba(4, 57, 81, .8);
  padding: 15px;
  margin-right: 15px;
  position: absolute;
  top: 19%;
  border-radius: 4px;
  font-size: 60px;
}
#h1-banner h1 span {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1em;
  background-color: transparent;
}
@media (max-width: 767px) {
  #h1-banner {
    display: none;
  }
  #h1-banner h1 {
    display: none;
  }
  ul.utility-links li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  h1#h1-without-banner {
    display: none !important;
  }
  #h1-banner h1 {
    border-bottom: none;
  }
}
/*** Proptax one-off banner ***/
#h1-proptax-banner {
  background-size: cover;
  background-position: right;
  margin-bottom: 25px;
  height: 450px;
  position: relative;
  padding-top: 250px;
}
#h1-proptax-banner h1 {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 1);
  padding: 15px;
  margin: 0 auto;
  width: 500px;
  border-radius: 4px;
  font-size: 50px;
  font-size: 3em;
  border-bottom: none;
  text-align: center;
}
#h1-proptax-banner h1 span {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1em;
}
@media (max-width: 767px) {
  #h1-proptax-banner {
    display: none;
  }
  #h1-proptax-banner h1 {
    display: none;
  }
  ul.utility-links li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 768px) {
  h1#h1-without-proptax-banner {
    display: none !important;
  }
  #h1-proptax-banner h1 {
    border-bottom: none;
  }
}
/*** Alert Banner ***/
.alert-boe .alert-title {
  color: #ffffff;
  background-color: #14507A;
}
/*.alert-cdtfa {
  color: #000;
  margin-bottom: 0 !important;
  background-color: #ffc411;
}*/
.alert a:not(.close) {
  text-decoration: underline;
  color: #024767 !important;
}
/*.alert-cdtfa a:not(.close) {
  text-decoration: underline;
  color: #024767 !important;
}*/
.alert-heading {
  background: #14507A;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 70px;
}
/*.alert-cdtfa ul ~ p, .alert-cdtfa ol ~ p {
  margin-left: 40px;
}
button#more, button#less {
  display: none;
  background: #14507A;
  color: white !important;
}*/
@media (max-width:767px) {
  .alert {
    height: auto;
  }
  .alert.short {
    height: 145px;
    overflow: hidden;
  }
  /*.alert.alert-cdtfa:not(.short) {
    padding-bottom: 35px;
  }
  #read {
    width: 100%;
    position: absolute;
    top: 110px;
    padding: 5px 0;
    background-color: #ffc411;
    background-color: #ffc411cc;
  }
  .alert.alert-cdtfa:not(.short) #read {
    top: unset;
  }
  #read.hide {
    display: none !important;
  }
  .alert.alert-cdtfa.short #less {
    display: none;
  }
  .alert.alert-cdtfa:not(.short) #less {
    display: block;
  }
  .alert.alert-cdtfa.short #more {
    display: block;
  }
  .alert.alert-cdtfa:not(.short) #more {
    display: none;
  }*/
}
@media (min-width: 768px) {
  /*header .alert-cdtfa {
    padding-left: 290px;
    background-image: url("/images/AlertBlueArrow2.png");
    background-repeat: no-repeat;
    background-position: left;
    margin-left: -2px;
    min-height: 109px;
  }*/
  .alert-heading {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/* for added spacing of the list items for the BOE alert banner */
div.alert-boe ul li {
  margin-bottom: 20px !important;
}
/*** Forms and Pubs ***/
.pubdate {
  font-size: 1.5em;
}
/*** Fixing Google Search Styles ***/
/* Moved from search-results-standalone.htm to apply to all search results including other Custom Searches */
.gsc-control-cse {
  border-color: #009FCF !important; /* Updated for 2020 redesign */
  background-color: #FFFFFF !important;
  border-radius: 4px;
  padding: 20px !important;
}
.gsc-result-info {
  margin: 0 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gsst_a .gscb_a {
  line-height: 30px;
}
.cdtfa-custom-search input[type="text"] {
  border: none !important;
}
.gsc-results {
  width: 100% !important;
}
.gsc-above-wrapper-area {
  border-bottom: 5px solid #9fc7da !important; /* Updated for 2020 redesign */
}
.gsc-webResult.gsc-result {
  background-color: #ffffff; /* Updated for 2020 redesign */
  border: 1px solid #ffffff !important; /* Updated for 2020 redesign */
  border-bottom: #14507A solid 1px !important; /* Updated for 2020 redesign */
}
div.gs-visibleUrl.gs-visibleUrl-short {
  display: none !important;
}
div.gs-visibleUrl.gs-visibleUrl-long {
  display: block !important;
}
.gsc-url-top {
  display: block !important
}
.gsc-thumbnail-inside {
  display: block !important;
}
.gsc-table-result .gs-title, .gs-visibleUrl.gs-visibleUrl-long {
  display: none !important;
}
.gsc-table-result .gs-visibleUrl.gs-visibleUrl-long {
  display: none !important;
}
div#___gcse_1 {
  background-color: none !important;
}
input#gsc-i-id1 {
  border: none !important;
}
.gsc-results {
  padding-bottom: 2px;
  width: 100%;
}
/*** Law Guides ***/
.uline {
  text-decoration: underline;
}
.break {
  border-top: 1px dotted #999;
  padding-bottom: 0px;
  margin-top: 10px;
  height: 10px;
}
.index-head {
  font-size: 1.6em;
  font-weight: bold;
}
th#regulation, th#annotation {
  width: 15%;
}
table.annotations td.extra-titles {
  background-color: rgba(235, 193, 161, .1);
}
img.deletion {
  border: none !important;
}
/** Building Updates Start **/
.extendo-table .collapse, .extendo-table .collapsing, .extendo-table .collapse.in {
  /* Adjusting the spacing between tables, and removed left spacing to keep table flush with the toggle */
  padding-left: 0px;
  padding-top: 2px;
}
.extendo-table {
  margin-bottom: 6px;
}
.extendo-table .toggle {
  -webkit-margin-after: 0 !important;
  -webkit-margin-before: 2px !important;
  background: #137791;
  color: #ffffff;
  border: 2px solid #137791;
  margin-left: 0px;
  font-size: 1.125rem !important;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 4px;
}
.extendo-table .toggle > a {
  /* Matches Toggle color, adds padding, shifts text to give +/- icon room*/
  color: #ffffff !important;
  padding: 15px;
  margin-left: 18px;
}
.extendo-table .toggle > a:focus, .extendo-table .toggle > a {
  padding-left: 5px !important;
  margin-left: 25px !important;
}
.extendo-table .toggle > a:before {
  /* Makes the +/- icon match the A tag styles */
  color: #ffffff;
  padding: inherit;
}
/*  bu-button is for the SSI panel at the top right of every Building Updates page */
.bu-button-left, .bu-button-right {
  text-align: center;
  margin: 2px;
}
a.btn.btn-primary.m-b-sm.bu-button-left, a.btn.btn-primary.m-b-sm.bu-button-right {
  width: 100%;
}
/** Building Updates End **/
.global-header {
  position: relative;
  padding: 0;
  background: #FFFFFF;
}
/*a {
  color: #14507A !important;
}*/ /* CDTFA STYLE */
#header {
  position: relative;
}
#skip-to-content:focus-within {
  clip: unset;
  border: thin dashed #ffc411;
}
#skip-to-content a {
  color: black !important;
  left: 100% !important;
}
.utility-links .btn.btn-primary:focus {
  outline: thin dotted white;
  outline-offset: 2px;
}
/* Media Services asked for a new video icon start */
.video-link:before {
  background-image: url("/images/video-icon.png");
  background-size: 100%;
  display: inline-block;
  content: "";
  position: relative;
  top: 8px;
  width: 28px;
  height: 28px;
}
h2 > .video-link:before {
  width: 36px;
  height: 36px;
}
h3 > .video-link:before {
  width: 32px;
  height: 32px;
}
h4 > .video-link:before {
  width: 30px;
  height: 30px;
}
/* Media Services asked for a new video icon end */
/************ NEW FOR 2020 REDESIGN ************/
/*** Search ***/
@media (min-width: 768px) {
  .full-width-nav .featured-search {
    width: 30%;
  }
  .full-width-nav .featured-search input.search-textfield {
    border-color: #009FCF !important;
    height: 44px !important;
  }
  .color-teal {
    color: #009FCF;
  }
  .search-container.featured-search.in.fixed-hide.active.focus {
    display: none;
  }
}
.search-container.featured-search {
  background: none;
}
.full-width-nav #head-search.fixed-hide:not(.active) {
  margin-top: 0;
}
.featured-search .container #Search .gsc-search-button {
  height: 44px !important;
  top: -3px !important;
}
/*** Search Mobile ***/
.search-container.featured-search.active {
  background-color: rgba(021, 131, 158, .6)
}
@media (max-width: 767px) {
  .full-width-nav .featured-search input.search-textfield {
    border: 1px solid !important;
    border-color: #15839e !important;
    border-radius: 4px;
    margin-top: .3rem;
  }
  .featured-search.active .container #Search .gsc-search-button {
    padding-top: .5rem;
  }
  .gsc-clear-button {
    background-image: none !important;
  }
  .search-container #Search .close-search .ca-gov-icon-close-mark {
    color: #14507A;
  }
  .search-container #Search .close-search {
    padding-top: 10px !important;
  }
}
.featured-search.active .container #Search .gsc-search-button {
  color: #15839e;
}
/*** Navigation ***/
@media (min-width: 768px) {
  .dropdown .second-level-nav > li {
    height: auto;
  }
  .main-navigation.dropdown .sub-nav {
    min-width: 100%;
  }
  .second-level-nav > li {
    border-bottom: 2px solid #ffffff;
  }
  a.second-level-link {
    display: block !important;
  }
  #tax-resources.second-level-nav.flex.with-border a:first-child {
    border-left: none !important;
  }
  #tax-resources.second-level-nav.flex.with-border a {
    border-left: 1px solid #15839e;
    border-right: none !important;
    border-top: none;
    border-bottom: none;
  }
  #tax-resources > a.second-level-link:hover {
    background-color: transparent !important;
  }
  #tax-resources > a.second-level-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .second-level-nav > li {
    border-right: none;
    border-bottom: 1px solid #15839e;
  }
  .first-level-link, .first-level-btn {
    border-bottom: 1px solid #ffc411;
  }
  nav#navigation.collapse, .collapsing, .collapse.in {
    padding-left: 0 !important;
  }
  #navigation.collapse, #navigation.collapsing, #navigation.collapse.show {
    margin-left: 0 !important;
  }
}
.has-sub .rotate {
  color: #15839e;
}
.second-level-nav.flex a:hover {
  background: #fff;
  color: #14507A !important;
  transition: all 0.5s !important;
}
.top-level-nav .nav-item {
  font-size: 20px;
  font-size: 1.25rem;
}
.first-level-link, .first-level-btn {
  color: #14507A;
}
.sub-nav {
  background: whitesmoke;
}
.second-level-link [class^="fas fa-"], .second-level-link [class^="fa fa-"], .second-level-link [class^="far fa-"], .second-level-link [class^="fal fa-"], .second-level-link [class^="fad fa-"], .second-level-link [class^="fab fa-"] {
  color: #14507A !important;
  width: 1.6em;
}
a.second-level-link {
  color: #14507A !important;
}
@media (min-width: 768px) {
  .nav-item:hover, .nav-item:focus, nav-item-search:hover, nav-item-search:focus {
    background-color: whitesmoke;
  }
  .border-left-subnav {
    border-left: 4px solid #ffffff !important;
  }
  .border-bot-subnav {
    border-bottom: 4px solid #ffffff !important;
  }
  .nav-item .first-level-link.has-sub .carrot, .first-level-btn .carrot {
    font-size: 1.4rem;
    color: #15839e;
  }
  .full-width-nav .main-navigation .top-level-nav .first-level-btn.has-sub .carrot {
    bottom: 13px;
  }
  .top-level-nav .nav-item .sub-nav {
    top: 100%;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.4);
  }
  .sub-nav {
    border-top: 5px solid #9fc7da !important;
  }
  .border-right-blue {
    border-right: 1px solid #15839e !important;
  }
  .second-level-nav.flex.with-border a:first-child {
    border-left: 1px solid #15839e;
  }
}
@media (max-width: 767px) {
  #navigation {
    border-bottom: none;
  }
  #navigation.show {
    border-bottom: 5px solid #9fc7da;
  }
  #navigation.collapsing {
    border-bottom: 5px solid #9fc7da;
  }
}
/*** Mobile Controls ***/
.mobile-controls {
  border-bottom: 5px solid #9fc7da;
  background: whitesmoke;
}
/*** Info Box ***/
.bg-primary-gradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #15839e, #14507A);
}
.btn-outline-highlight, .btn-outline-highlight:focus, .btn-outline-highlight:not(:disabled):not(.disabled):active, .btn-outline-highlight:not(:disabled):not(.disabled).active {
  color: #ffc411 !important;
  background-color: transparent;
  border: 2px solid #ffc411;
}
.btn-outline-highlight:hover, .btn-outline-highlight .show > .dropdown-toggle, .open > .dropdown-toggle .btn-outline-highlight {
  color: #14507A !important;
  background-color: #f5aa02;
  border-color: #f5aa02;
}
.button-bottom {
  position: absolute !important;
  bottom: 5% !important;
  left: 50% !important;
  transform: translate(-50%, -5%) !important;
}
/*** Header ***/
@media (min-width: 768px) {
  .global-header {
    border-bottom: 5px solid #9fc7da;
  }
}
/*** Utility Header ***/
.utility-header .flex-row .social-media-links .header-cagov-logo img {
  left: 0;
  height: 45px;
}
@media (min-width: 768px) {
  .utility-header {
    background: #14507A;
    color: #ffffff;
  }
  .utility-header .social-media-links [class^="fab fa-"] {
    color: #FFFFFF !important;
    font-size: 24px;
    font-size: 2rem;
  }
  .utility-header .flex-row .social-media-links a {
    margin: 0 0 0 10px;
  }
}
.utility-header {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .utility-header .settings-links {
    margin-right: 16px;
    padding-right: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .utility-header .settings-links {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .first-level-link, .first-level-btn {
    border-bottom: 1px solid #009FCF;
  }
  .featured-search.active .container #Search .gsc-search-button {
    color: #009FCF;
  }
  .search-container.featured-search.active {
    background-color: whitesmoke;
    border-bottom: 5px solid #9fc7da;
  }
  .toggle-menu span {
    background-color: #14507A !important;
  }
  .mobile-control {
    color: #009FCF;
  }
  .utility-header {
    background: #14507A;
    color: #ffffff;
  }
  .utility-header .settings-links {
    margin-right: 20px;
  }
  .social-media-links [class^="fab fa-"] {
    display: none !important;
  }
}
/*** Branding ***/
.branding .header-organization-banner img {
  width: 100%;
  max-width: 350px;
  max-height: 70px;
  object-fit: contain !important;
  object-position: left;
}
.branding .header-organization-banner {
  line-height: 79px;
}
@media (max-width: 767px) {
  .branding .header-organization-banner {
    line-height: 93px;
  }
}
/*** Accessibility Page ***/
.dl-horizontal dt {
  width: 230px;
  white-space: normal;
  margin-bottom: 5px;
  text-align: left;
  float: left;
  width: 160px;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
/*** Accessibility Settings ***/
a.settings {
  color: #FFFFFF !important;
}
a.settings:hover {
  color: #ffc411 !important;
}
/*** Back to Top Button ***/
.return-top {
  color: #14507A;
  background: #ffc411;
}
.return-top:hover {
  background: #f5aa02;
  transition: all 0.5s;
}
/*** PowerBI/Twitter ***/
@media (max-width: 991px) {
  #powerBI {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  #powerBI {
    padding-right: 3rem;
    border-right: 1px solid #15839e;
  }
  #twitter {
    padding-left: 3rem;
  }
}
#powerBI iframe {
  border: 2px solid #eaeaea !important;
}
#twitter-widget-0 {
  border: 2px solid #eaeaea !important;
}
@media (min-width: 1200px) and (max-width: 1279px) {
  #twitter-widget-0 {
    height: 309.63px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #twitter-widget-0 {
    height: 259px !important;
  }
}
@media (max-width: 767px) {
  #twitter-widget-0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*** News List ***/
@media (max-width: 767px) {
  #news-right {
    margin-top: -25px;
  }
}
.u-floatLeft {
  display: none !important;
}
/*** Footer ***/
@media (max-width:767px) {
  #vote {
    margin-right: 0 !important;
  }
  #footer a {
    width: fit-content;
  }
}
@media (min-width:566px) and (max-width:575px) {
  #accessibility-button {
    margin-right: 0 !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  #acc-cert-button {
    margin-right: 0 !important;
  }
}
.section-impact a:not(.btn) {
  color: #FFFFFF !important;
}
.section-impact a:not(.btn), .card-impact a:not(.btn) {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}
.btn-xs.btn-outline-highlight, .btn-xs.btn-outline-highlight:focus, .btn-xs.btn-outline-highlight:active, .btn-xs.btn-outline-highlight.active {
  color: #ffc411 !important;
  background-color: transparent;
  border: 1px solid #ffc411;
}
.btn-xs.btn-outline-highlight:hover, .open > .dropdown-toggle.btn-xs.btn-outline-highlight {
  color: #14507A !important;
  background-color: #f5aa02;
  border: 1px solid #f5aa02;
}
.copyright {
  font-size: .9rem;
}
.social-media-footer a {
  background-image: none !important;
  font-size: 1.4rem !important;
}
.social-media-footer [class^="fab fa-"], .social-media-footer [class^="fas fa-"] {
  font-size: 2rem !important;
}
ul.icon-footer-list {
  margin-top: 14px;
}
ul li.contact-cdtfa:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  width: 1.5em;
  margin-left: -2.1em;
  vertical-align: top;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  list-style-type: none !important;
  padding-bottom: 5px;
}
ul li.contact-cdtfa {
  list-style-type: none;
  vertical-align: middle;
  line-height: 1.1em;
  margin-bottom: 5px;
}
ul li.contact-cdtfa span {
  display: inline-block;
}
ul li.mail:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  width: 1.5em;
  margin-left: -2.1em;
  vertical-align: top;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  list-style-type: none !important;
  padding-bottom: 5px;
}
ul li.mail {
  list-style-type: none;
  vertical-align: middle;
  line-height: 1.1em;
  margin-bottom: 5px;
}
ul li.office-loc:before {
  content: "\f041";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  width: 1.5em;
  margin-left: -2.1em;
  vertical-align: top;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  list-style-type: none !important;
  padding-bottom: 5px;
}
ul li.office-loc {
  list-style-type: none;
  vertical-align: middle;
  line-height: 1.1em;
  margin-bottom: 5px;
}
ul li.cdtfa-directory:before {
  content: "\f2c2";
  font-family: "Font Awesome 5 Pro";
  color: #FFFFFF;
  width: 1.5em;
  margin-left: -2.1em;
  vertical-align: top;
  font-size: 1em;
  font-weight: normal;
  display: inline-block;
  list-style-type: none !important;
  padding-bottom: 5px;
}
ul li.cdtfa-directory {
  list-style-type: none;
  vertical-align: middle;
  line-height: 1.1em;
  margin-bottom: 5px;
}
/*** Bootstrap Columns ***/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*** Footnotes ***/
.fixed + div :target:before {
  height: 0;
  margin: 0;
}
/*** List Group ***/
.list-group {
  display: block;
}
/*** Tabs ***/
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover {
  border: 1px solid #15839e;
  border-bottom: #FFFFFF !important;
}
/*** Caption ***/
caption {
  text-align: center;
  caption-side: top;
  color: black;
}
/*** Table Worksheet ***/
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
/*** New Buttons ***/
.btn-outline-light {
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}
.btn-outline-light:hover {
  color: #14507A !important;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
/*** Modal ***/
.modal-backdrop {
  z-index: 1;
}
.modal-footer {
  border-top: none !important;
  background-color: #14507A;
}
.modal-header {
  border-bottom: none !important;
  background-color: #14507A;
}
h3.modal-title {
  color: #ffffff;
}
.modal-header button.close {
  color: #ffffff !important;
}
.modal-body ul li {
  list-style: none !important;
}
/*** Forms ***/
legend {
  color: #14507A;
  margin-bottom: 22px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/*** Rules ***/
.light-blue-rule {
  border-top: 1px solid #9fc7da;
}
/*** Responsive Panels for Tabs ***/
.accordion .panel-heading .panel-title a:hover, .accordion .panel-heading .panel-title a:focus, .panel-group .panel-heading .panel-title a:hover, .panel-group .panel-heading .panel-title a:focus, .service-tile-content .panel-heading .panel-title a:hover, .service-tile-content .panel-heading .panel-title a:focus {
  background: #14507A;
}
.panel-group.responsive.visible-xs.visible-sm > .panel.panel-default {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
/*@media (min-width: 1280px){
.container {
    max-width: 1200px;
}
	}*/
/*** Google Custom Search ***/
td.gsc-search-button::before {
  content: none;
}
td.gsc-clear-button {
  background-image: none !important;
}
.gsc-clear-button {
  padding-top: 22px !important;
}
.gsc-search-button {
  margin-left: 5px !important;
}
.gsc-search-button-v2 {
  padding: 10px 10px !important;
  border-color: #14507A !important;
  background-color: #14507A !important;
  border-radius: 4px !important;
}
.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover {
  border-color: #035376 !important;
  background-color: #035376 !important;
  transition: all 0.5s;
}
.gsc-search-button-v2 svg {
  fill: #ffffff;
  width: 20px;
  height: 20px;
}
.gsc-input-box {
  border: 1px solid #009FCF !important;
  padding: .5rem !important;
  border-radius: 4px !important;
}
td.gsc-input {
  width: 92% !important;
}
input#gsc-i-id1 {
  background: none !important;
}
/*** Page Banners ***/
#page-banner {
  background-position: center center;
  background-size: cover;
  margin-bottom: 25px;
  height: 450px;
  position: relative;
}
#page-banner h1 {
  color: #FFFFFF;
  background-color: rgba(4, 57, 81, .8);
  padding: 15px;
  margin-right: 15px;
  position: absolute;
  top: 30%;
  border-radius: 4px;
  font-size: 60px;
}
#page-banner h1 span {
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1em;
  vertical-align: 6px;
}
@media (max-width: 767px) {
  #page-banner {
    display: none;
  }
  #page-banner h1 {
    display: none;
  }
}
@media (min-width: 768px) {
  h1#page-heading {
    display: none !important;
  }
}
/*** Social Media Page ***/
.social-media-page-icons a {
  background-image: none !important;
  font-size: 4em;
  color: #137791 !important;
}
/*** Page Alert ***/
.page-alert {
  color: #000;
  margin-bottom: 0 !important;
  background-color: #FFF1C4;
  border: 1px solid #ffc411;
  border-radius: 3px;
}
.page-alert a {
  color: #14507A !important;
}
.main-content > .page-alert a:not(.btn) {
  background-image: linear-gradient(to right, #14507A 50%, transparent 50%) !important;
}
/*** Aside ***/
.featured-narrative {
  border-bottom: 1px solid #15839e;
  border-top: 1px solid #15839e;
}
/*** Fullcalendar ***/
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background-color: #14507A !important;
  border-color: #14507A !important;
  color: #ffffff !important;
}
.main-content a:not(.btn).fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background-image: none !important;
}
span.fc-event-dot {
  background-color: #009FCF !important;
}
/*** Notice Border ***/
.notice-border {
  border: solid 1px #15839e !important;
}
/*** Apps Header ***/
img.apps-cdtfa-logo {
  margin-left: 1em !important;
  height: 60px !important;
}
/*** ADDED FROM CURRENT BOE CUSTOM ***/
/*** 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 {
  color: #14507A !important;
}
/*** Homepage Panels ***/
.section-primary, .card-primary {
  background: #14507A !important;
}
header.section-primary > h2, .section-primary h1, .section-primary h2, .section-primary h3, .section-primary h4, .section-primary h5, .section-primary h6, .section-primary.h1, .section-primary.h2, .section-primary.h3, .section-primary.h4, .section-primary.h5, .section-primary.h6, .card-primary h1, .card-primary h2, .card-primary h3, .card-primary h4, .card-primary h5, .card-primary h6, .card-primary.h1, .card-primary.h2, .card-primary.h3, .card-primary.h4, .card-primary.h5, .card-primary.h6 {
  color: #ffffff !important;
}
.section-default, .card-default {
  background-color: whitesmoke;
}
.section-default h1, .section-default h2, .section-default h3, .section-default h4, .section-default h5, .section-default h6, .section-default.h1, .section-default.h2, .section-default.h3, .section-default.h4, .section-default.h5, .section-default.h6, .card-default h1, .card-default h2, .card-default h3, .card-default h4, .card-default h5, .card-default h6, .card-default.h1, .card-default.h2, .card-default.h3, .card-default.h4, .card-default.h5, .card-default.h6 {
  color: #14507A !important;
}
/*** Footer ***/
.tra-footer-link {
  text-align: center;
}
@media (max-width: 767px) {
  .global-footer .socialsharer-container {
    width: auto;
  }
  .tra-footer-link {
    text-align: left;
  }
  #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;
}
.section-impact a:not(.btn), .card-impact a:not(.btn) {
  background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: none !important;
}
/*.section-primary a:not(.btn), .card-primary a:not(.btn) {
	background-image: none !important;
}*/
.section-primary a.fab, .section-primary a.fas {
  text-decoration: 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: #ffffff !important;
  text-decoration: underline;
}
/*** Links ***/
.section-impact a:not(.btn), .card-impact a:not(.btn) {
  color: #fff !important;
}
.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 !important;
}
/*** 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;
}
/*** 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%;
  }
}
/*** 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;
}
/*** Buttons ***/
.btn-primary {
  color: #FFFFFF;
  background-color: #14507A !important;
  border: 2px solid #14507A;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #FFFFFF;
  background-color: #043951 !important;
  border: 2px solid #043951;
  -webkit-transition: all 0.5s;
  transition: all 0.5s
}
.btn-default {
  color: #14507A;
  background-color: #FFFFFF;
  border: 2px solid #14507A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  color: #043951 !important;
  background-color: #FFFFFF !important;
  border-color: #043951 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-secondary {
  color: #14507A;
  background-color: transparent !important;
  border: 2px solid #14507A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #14507A !important;
  background-color: #C9E0EB !important;
  border: 2px solid #14507A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-light, a.btn-light {
  color: #14507A;
  background-color: #FFFFFF;
  border-color: 2px solid #FFFFFF;
}
.btn-light:hover, a.btn-light:hover, .btn-light:focus, a.btn-light:focus, .btn-light:active, a.btn-light:active {
  color: #14507A !important;
  background-color: #C9E0EB !important;
  border-color: 2px solid #C9E0EB;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-light-2, a.btn-light-2 {
  color: #14507A;
  background-color: #FFFFFF;
  border-color: 2px solid #FFFFFF;
}
.btn-light-2:hover, a.btn-light-2:hover, .btn-light-2:focus, a.btn-light-2:focus, .btn-light-2:active, a.btn-light-2:active {
  color: #14507A !important;
  background-color: #dddddd !important;
  border-color: 2px solid #dddddd;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/*** Nav ***/
@media (min-width: 768px) {
  .nav-item.active > a, .nav-item.active .first-level-btn, .nav-item.active .first-level-link, nav-item-search.active > a, nav-item-search.active .first-level-btn, nav-item-search.active .first-level-link {
    color: #043951;
    background-image: linear-gradient(to right, #043951 50%, transparent 50%) !important;
    background-repeat: repeat-x;
    background-size: 3px 1px;
    background-position: center bottom 20%;
    background-origin: padding-box;
    text-decoration: none !important;
    width: fit-content;
    margin: 0 auto;
  }
}
/*** Secondary Alert ***/
.alert-secondary {
  color: #000000;
  background-color: #C9E0EB;
  border-color: #14507A;
}
/*** Anchor Link List ***/
.anchor-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  padding-left: 0;
  background-color: transparent;
  font-size: 1.1rem;
  font-weight: bold;
}
.anchor-list li:before {
  content: "";
  border-left: 1px dotted #777777;
  margin: 0 10px;
  font-size: 10px;
  position: relative;
  top: -2px;
}
.anchor-list li:first-child:before {
  border-left: none;
  margin: 0 0;
}
.anchor-list > li + li:before {
  padding: 0;
}
/* MM accessibility fix start*/
a:not(.btn), a:not(.first-level-link), .main-content a:not(.btn):not(.paginate_button), .section-primary a:not(.btn), .card-primary a:not(.btn), a:not[class^="fas fa-"], a:not[class^="fab fa-"] {
  background-image: none;
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 4%;
  background-origin: padding-box;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-decoration-thickness: from-font !important;
  text-underline-offset: 2px !important;
}
a:not(.btn):hover, a:not(.first-level-link):hover, .main-content a:not(.btn):hover, a:not[class^="btn btn-"] {
  background-image: none;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
  text-decoration-thickness: from-font !important;
  text-underline-offset: 2px !important;
}
#proptax-banner a {
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 1) !important;
}
/* MM accessibility fix 6-9-21 end*/
/* Added to fix accessibility issue on form title missing H1 -- 6-8-23 */
.p {
  color: #000;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0.7rem;
  margin-top: 0;
}
h1.p {
  border-bottom: none;
}

/*** On this page nav - JM V6 added 4/11/24 ***/
.page-navigation {
  margin-bottom: 1.3em;
  margin-top:1.1em;
  border: 1px solid #d4d4d7;
  background-color: #E8E8E8;
  padding: 0.7em
}
.page-navigation li a {
	color: #015399 !important;
}
nav.page-navigation li {
    max-width: 400px;
}
.page-navigation .h3 {
  margin-top: 0;
  text-transform: capitalize !important;
}  
.page-navigation .label {
  color: #5e5e6a;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  padding: 0;
  margin: 0;
  padding-bottom: 0;
}
.page-navigation ul.columns-2, ul.columns-2 {
  columns: 2;
}
.page-navigation a {
	color:#0171a5 !important;
}
.main-content > .page-navigation > a:not(.btn) {
  text-decoration: underline !important;
}

/*** Side nav - JM V6 added 4/11/24 ***/
.list-navigation li {
    list-style: none;
    margin: 0;
    font-size: calc(1rem + 0.1vw);
    padding-left: 0;
}
.list-navigation li a {
    position: relative;
    display: block;
    text-decoration: none !important;
    color: #14507A;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
    padding-left: 1rem;
    border-bottom: 1px solid #d3d3d4;
}
.list-navigation li a.landing {
    font-weight: 700;
}
.list-navigation li a.landing.active {
    background-color: #DFEBF1 !important;
}
.list-navigation li a.landing.active:hover, .list-navigation li a.landing.active:focus {
    background-color: #ededef;
}
.list-navigation li a.landing.back {
    padding-left: 1.5rem;
}
.list-navigation li a.landing.back::after {
    content: "\e668";
    position: absolute;
    font-family: "CaGov";
    left: 0;
    top: 0.65rem;
}
.list-navigation li a.active {
    color: #4a4958;
    text-decoration: none;
    background-color: #DFEBF1 !important;
    font-weight: bold;
}
.list-navigation li.active {
    color: #4a4958;
    text-decoration: none;
    background-color: #DFEBF1 !important;
}
.list-navigation li a.active:hover, .list-navigation li a.active:focus {
    color: #000;
    text-decoration: none;
    background-color: #ededef;
}
.list-navigation li a.active:before {
    content: "";
    border-left: 3px solid #14507A;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 0;
}
.list-navigation li a:focus {
    outline: solid 2px #2ea3f2 !important;
}
.list-navigation li ul {
    padding-left: 0;
}
.list-navigation li ul li {
    margin: 0;
}
.list-navigation li ul li a {
    padding-left: 2.5rem;
}
.list-navigation li ul li a.active {
    color: #4a4958;
    text-decoration: none;
}
.list-navigation li ul li a.active:hover, .list-navigation li ul li a.active:focus {
    color: #000;
    text-decoration: none;
}
main ul.list-navigation li:before {
    content: none;
}
.list-navigation li a:hover, .list-navigation li a:focus {
    text-decoration: none !important;
    background-color: #DFEBF1;
}
.list-navigation li:first-child a {
    border-top: 1px solid #d3d3d4;
}

@media (min-width: 768px) {
    div.col-md-9 > h1 {
        margin-top: 0;
    }
}

/*** Last updated at the bottom of the page ***/
.last-update {
        margin-top: 3rem;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

/*** 'On this page' nav fix for screen sizes larger than mobile ***/
nav.page-navigation li {
    max-width: 400px !important;
    padding-right: 1em !important;
}

/*** Fixes mobile issue where 1st column overlaps 2nd column in 2 column "On this page" nav. This makes it 1 column for mobile. ***/
@media (max-width: 767px) {
	.page-navigation ul.columns-2, ul.columns-2 {
    columns: 1;
	}
}

/* V6 Toggle CSS Begin - Remove and only add cagov-open-indicator styles when moving to CA template version 6 */
cagov-accordion details {
    margin-bottom: 0;
    min-height: 3rem;
    margin-top: 1rem;
    overflow: visible;
    summary {
        cursor: pointer;
        padding: 0.5rem 3rem 0.5rem 3.75rem;
        background-color: var(--gray-50,#fafafa);
        position: relative;
        line-height: 2rem;
        margin: 0;
        color: #14507A;
        font-size: 1.125rem;
        font-weight: bold;
        border: 1px solid var(--gray-200,#d4d4d7);
        &::before {
            position: absolute;
            height: 100%;
            width: 2.75rem;
            border-right: 1px solid var(--gray-200,#d4d4d7);
            top: 0;
            left: 0;
            background-color: var(--gray-50,#fafafa);
            border-radius: 3px 0 0 3px;
            content: "";
        }

        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: transparent;
            height: 100%;
            width: 100%;
            border-radius: 3px;
        }

        .cagov-open-indicator {
            position: absolute !important;
            left: 0.5rem;
            top: 0.4rem;
            width: 0;
            height: 0;
            &::before {
                font-family: CaGov !important;
                content: "\50";
                position: absolute;
                font-size: 1.6rem;
				color: #009FCF;
                transition: transform 0.2s;
            }
        }

        &:hover {
            color: #14507A;
            &::before {
                background-color: var(--gray-100,#f3f3f4);
            }
        }
    }

    .accordion-body {
        padding: 1rem;
        border-radius: 0 0 4px 4px;
        border: 1px solid var(--gray-200,#d4d4d7);
        border-top: none;
    }
}

cagov-accordion:defined {
    details {
        transition: height 0.2s;
        height: 3rem;
        overflow: visible;
    }

    summary: :-webkit-details-marker {
        display:none;
    }

    details summary {
        list-style: none;
        border-radius: 4px;
        &:focus {
            &::before {
                background-color: var(--gray-100,#f3f3f4);
            }

            &::after {
                outline: 2px solid var(--outline-default-color);
                outline-offset: -2px;
            }
        }
    }

    details[open] {
        height: auto;
        > summary .cagov-open-indicator {
            position: absolute !important;
            left: 0.5rem;
            top: 0.4rem;
            width: 0;
            height: 0;
            &::before {
                font-family: CaGov !important;
                content: "\4f";
                position: absolute;
                font-size: 1.6rem;
				color: #009FCF;
                transition: transform 0.2s;
            }
        }

        summary {
            border-radius: 4px 4px 0 0;
            &::before {
                border-radius: 3px 0 0;
                background-color: var(--gray-100,#f3f3f4);
            }

            &:focus {
                &::after {
                    border-radius: 3px 3px 0 0;
                }
            }
        }
    }
}

.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion > li {
    margin: 0;
}

.accordion > li::before {
    content: "\200B";
    position: absolute;
}

.accordion__heading {
    padding: 0;
    font-size: inherit;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    font-family: var(--font-family-sans-serif);
}

.accordion__trigger {
    color: var(--link-color,#046b99);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
    font-weight: 700;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: inherit;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 2;
    &:hover {
        color: var(--link-hover-color,#005a7f);
    }
}

.accordion__trigger::before {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid #222;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
    transform: rotate(-90deg);
    width: 0;
}

.accordion__trigger[aria-expanded="true"]::before {
    transform: rotate(0deg);
}

.accordion__trigger:focus {
    outline: solid 2px var(--outline-default-color);
}

.accordion__panel {
    background-color: inherit;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

.accordion__panel--transition {
    transition: max-height 0.2s ease-in-out,padding-top 0.2s ease-in-out,padding-bottom 0.2s ease-in-out;
}

.accordion__panel > :last-child {
    margin-bottom: 0;
}

.accordion__panel[aria-hidden="false"] {
    max-height: 1000px;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1.5rem;
    overflow: auto;
    visibility: visible;
}

.accordion-list.list-group {
    .list-group-item {
        cursor: pointer;
        &:focus {
            outline: 2px solid var(--outline-default-color);
            outline-offset: -2px;
            background-color: var(--gray-50,#fafafa);
        }

        &:hover {
            background-color: var(--gray-50,#fafafa);
        }

        &.open {
            background-color: var(--gray-50,#fafafa);
            .rotate {
                transform: rotate(90deg)!important;
            }
        }

        .rotate {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 1.3rem;
            line-height: 3rem;
            text-align: center;
            width: 3rem;
            height: 3rem;
            border: none;
            display: block!important;
            transition: all 0.2s ease!important;
        }
    }
}

.side-nav {
    .accordion {
        position: relative;
        .list-group-item {
            border-radius: 0;
            &:focus {
                outline: 2px solid var(--outline-default-color);
                outline-offset: -2px;
            }
        }

        .accordion__heading {
            padding: 0!important;
            .accordion__trigger {
                padding: 0.75rem 1.25rem!important;
                text-decoration: none;
                font-weight: 500;
                color: var(--gray-800,#4a4958);
                &:hover,&:focus {
                    background-color: #f8f9fa;
                }

                &::before {
                    display: none;
                }

                &::after {
                    position: absolute;
                    font-family: CaGov!important;
                    content: "\35";
                    right: 15px;
                    transition: transform 0.2s ease-in-out;
                }

                &[aria-expanded="true"]: :after {
                    transform:rotate(90deg);
                }
            }

            &.active {
                .accordion__trigger {
                    color: var(--white,#fff)!important;
                    background-color: var(--color-p2,#046b99);
                    &:hover,&:focus {
                        background-color: var(--color-p2-darker,#214a68)!important;
                    }
                }
            }
        }
    }

    &.section-understated {
        .accordion {
            .accordion__heading {
                .accordion__trigger {
                    color: var(--gray-800,#4a4958);
                }

                &.active {
                    .accordion__trigger {
                        background-color: var(--color-p2,#046b99)!important;
                        &:hover,&:focus {
                            background-color: var(--color-p2-darker,#214a68)!important;
                        }
                    }
                }
            }
        }
    }

    &.section-standout {
        .accordion {
            .accordion__heading {
                &.active {
                    .accordion__trigger {
                        color: var(--gray-800,#4a4958)!important;
                        background-color: var(--gray-50,#fafafa)!important;
                        &:hover,&:focus {
                            color: var(--black,#000)!important;
                            background-color: var(--gray-100,#f3f3f4)!important;
                        }
                    }
                }
            }
        }
    }

    &.section-primary {
        .accordion {
            .accordion__heading {
                &.active {
                    .accordion__trigger {
                        color: var(--gray-800,#4a4958)!important;
                        background-color: var(--gray-50,#fafafa)!important;
                        &:hover,&:focus {
                            color: var(--black,#000)!important;
                            background-color: var(--gray-100,#f3f3f4)!important;
                        }
                    }
                }
            }
        }
    }
}
details {
    height: fit-content !important;
}
/* V6 Toggle CSS End */
/*** MathML styles for the /info/ pages ***/
mjx-container {
    width: 200px !important;
    margin: 0 auto !important;
}
mjx-math {
    white-space: normal !important;
    text-align: right !important;
}
mjx-math > mjx-mrow:nth-child(1n) {
    margin-top: 1.5em !important;
}
mjx-dstrut[type="d"] {
    height: .5em !important;
}
