<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  - v0.0.1 - Jun-28-2019 */
/* STYLES COMPILED FROM SOURCE (LESS) DO NOT MODIFY */
/* --------------------------------
    MIXINS
    /_mixins.less
-------------------------------- */
/* HIDE THE 'Enable Visual Builder' Button*/
#wp-admin-bar-et-use-visual-builder {
  display: none !important;
}
.mobile-controls {
  cursor: auto;
}
.mobile-controls span {
  cursor: pointer;
}
.page-title.et_pb_row {
  padding-bottom: 0;
}
/* Makes TablePress Tables Responsive */
.dataTables_wrapper {
  overflow-x: auto;
}
#main-content {
  background-color: #fff !important;
}
#main-content .ca_wp_container {
  padding-top: 0;
}
ol.breadcrumb {
  text-transform: capitalize;
  margin-bottom: 0;
}
/* Remove extra padding when ul is nested inside another ul */
ul ul {
  padding-bottom: 0px !important;
}
ul,
ol {
  list-style-position: outside !important;
}
/* Allows for the Navigation Top Level Links to wrap */
.first-level-link {
  white-space: normal;
}
/* Header Slideshow Banner */
.slide-text {
  max-width: 50%;
  padding-bottom: 15px !important;
}
/* WordPress Specific Overrides */
#wpadminbar {
  position: fixed;
}
/* Divi Specific Overrides */
#page-container {
  padding-top: 0px;
}
.et_section_regular {
  padding: 0 !important;
}
/*.et_pb_row{
  	width: auto;
    max-width: 100%;
  	margin: 0;
}*/
/* Location Banner Thumbnail Image Fix*/
.location.banner .thumbnail img {
  width: 100%;
  height: 75px;
}
@media print {
  body {
    background: white !important;
  }
  header {
    position: relative !important;
  }
  #main-content.main-content {
    padding-top: 0px !important;
  }
  .utility-header {
    height: 45px;
  }
  .mobile-control.cagov-logo {
    padding-left: 0px;
  }
  .header-organization-banner {
    margin-left: -59px;
  }
  .navigation-search {
    border: none;
  }
  .main-content {
    background: transparent !important;
  }
}
.et_pb_ca_panel .panel-body ul,
.et_pb_ca_panel .panel-body ol {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
p {
  padding-bottom: 0;
}
.search-results .et_pb_post {
  margin-bottom: 30px;
}
/* --------------------------------
    LAYOUT OVERRIDES
    /layout.less
-------------------------------- */
/* Overrides cagov theme dimensions of 1080px */
.ca_wp_container {
  max-width: 1200px !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  html {
    background: #f7f7f7;
  }
  body {
    max-width: 1600px;
    margin: auto;
  }
  .branding .header-cagov-logo img {
    max-width: 375px !important;
  }
}
@media (min-width: 1280px) {
  .branding .header-cagov-logo img {
    padding-left: 0 !important;
  }
}
@media (max-width: 1279px) {
  .branding .header-cagov-logo img {
    padding-left: 7px !important;
  }
}
/* --------------------------------
    HERO BANNER
    /hero-banner.less
-------------------------------- */
.et_pb_slide_description {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.et_pb_slider .et_pb_container {
  width: 100% !important;
}
.et_pb_slide {
  padding-left: 0;
  padding-right: 0;
}
.et_pb_slide_title {
  padding: 0.5rem 2rem;
  background: #035073;
  display: inline-block;
  line-height: 1.4;
}
/* -----------------------------------------
	Utility Header
----------------------------------------- */
.utility-header .utility-links li.hidden-xs {
  display: none;
}
.utility-header .utility-links img {
  height: 24px !important;
}
/* --------------------------------
    TRUST AND INOVATION BANNER
    /trust-banner.less
-------------------------------- */
.trust-banner {
  position: relative;
  top: -50px;
}
.trust-banner .trust-banner-body {
  background-color: #fbad23;
  height: 50px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  text-align: right;
  padding-right: 30px;
  width: 85%;
}
@media (min-width: 768px) {
  .trust-banner .trust-banner-body {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .trust-banner .trust-banner-body {
    width: 60%;
  }
}
.trust-banner .trust-banner-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-banner .trust-banner-body li {
  display: inline-block;
  line-height: 50px;
}
.trust-banner .trust-banner-body li:before {
  content: "\2014";
  padding: 0 5px;
}
.trust-banner .trust-banner-body li:first-child:before {
  display: none;
}
.trust-banner .trust-banner-body span {
  position: absolute;
}
.trust-banner .trust-banner-body .ribbon-bend {
  border-color: #a16803 transparent transparent #a16803;
  bottom: -20px;
  right: 0;
  border-style: solid;
  border-width: 10px 20px;
  z-index: -1;
}
.trust-banner .trust-banner-body .ribbon-bottom {
  border-color: #dd8f04 #dd8f04 #dd8f04 #dd8f04;
  right: -40px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  top: 20px;
  border-style: solid;
  border-width: 25px 40px;
  z-index: -2;
}
@media (max-width: 660px) {
  .trust-banner {
    display: none;
  }
}
/* --------------------------------
    LISTING OF SERVICES
    /service-listing.less
-------------------------------- */
.service-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-listing li {
  margin-top: 18px;
}
.service-listing li a:link,
.service-listing li a:visited {
  color: #333333;
}
.service-listing li a:hover,
.service-listing li a:focus {
  color: #2a6496;
}
/* --------------------------------
    CUSTOM DIVIDERS
    /dividers.less
-------------------------------- */
.blurb-divider-34 {
  position: relative;
  height: 34px;
}
.blurb-divider-34:before,
.blurb-divider-34:after {
  content: "";
  position: absolute;
  top: 49%;
  background: rgba(4, 107, 153, 0.5);
  width: 47%;
  height: 1px;
}
.blurb-divider-34:before {
  left: 0;
}
.blurb-divider-34:after {
  right: 0;
}
.blurb-divider-24 {
  position: relative;
  height: 24px;
}
.blurb-divider-24:before,
.blurb-divider-24:after {
  content: "";
  position: absolute;
  top: 49%;
  background: rgba(0, 0, 0, 0.1);
  width: 47%;
  height: 1px;
}
.blurb-divider-24:before {
  left: 0;
}
.blurb-divider-24:after {
  right: 0;
}
.divider-title h2,
.divider-title h3 {
  display: table;
  white-space: nowrap;
}
.divider-title h2:before,
.divider-title h3:before,
.divider-title h2:after,
.divider-title h3:after {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.divider-title h2:before,
.divider-title h3:before {
  right: 1.5%;
}
.divider-title h2:after,
.divider-title h3:after {
  left: 1.5%;
}
.divider-title-inverted h2,
.divider-title-inverted h3 {
  display: table;
  white-space: nowrap;
}
.divider-title-inverted h2:before,
.divider-title-inverted h3:before,
.divider-title-inverted h2:after,
.divider-title-inverted h3:after {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 45%;
}
.divider-title-inverted h2:before,
.divider-title-inverted h3:before {
  right: 1.5%;
}
.divider-title-inverted h2:after,
.divider-title-inverted h3:after {
  left: 1.5%;
}
/* --------------------------------
    PROFILE BANNER
    /profile-banner.less
-------------------------------- */
.profile-banner {
  background: none;
}
.profile-banner .banner-subtitle {
  background: none;
  margin: 0;
  padding-left: 92px;
}
.profile-banner .profile-banner-img-wrapper {
  float: left;
  margin-right: 20px;
  border: 2px solid #ffffff;
  box-shadow: 0 3px 0 rgba(34, 34, 34, 0.3);
  border-radius: 50%;
  height: 76px;
}
.profile-banner .banner-title {
  font-family: inherit;
  padding-left: 92px;
}
.profile-banner .banner-link {
  color: #222222;
  font-size: 1rem;
  padding-top: 0;
  padding-left: 92px;
}
/* --------------------------------
    GLOBAL FOOTER
    /global-footer.less
-------------------------------- */
.global-mega-footer ul {
  padding: 0;
  margin: 0;
}
.global-mega-footer ul &gt; li {
  display: block;
}
.global-mega-footer a:not(.btn) {
  color: #e5e5e5;
  text-decoration: none;
  transition: all 0.25s;
}
.global-mega-footer a:not(.btn):hover,
.global-mega-footer a:not(.btn):focus {
  color: #fbad23;
  text-decoration: underline;
}
/* --------------------------------
    BLOG GRID MODIFICATIONS
    CUZ DIVI IS BROKEN
    /blog-grid.less
-------------------------------- */
.blog-grid .et_pb_post {
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
}
/* --------------------------------
   CUSTOM DIVI BUTONS
    /buttons.less
-------------------------------- */
body #page-container #main-content .split-button.et_pb_button,
body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button {
  padding-left: 3em !important;
}
body #page-container #main-content .split-button.et_pb_button.et_pb_button:before,
body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button.et_pb_button:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 0 !important;
  text-align: center;
  line-height: 41px !important;
  width: 40px;
  background: #02354c;
}
body #page-container #main-content .split-button.et_pb_button.split-button-inverted.et_pb_button:before,
body #page-container #main-content .et_pb_fullwidth_slider_0.et_pb_slider.slide-split-button .et_pb_button.split-button-inverted.et_pb_button:before {
  background: #fbad23 !important;
  color: #000;
}
body #page-container #main-content .button-wide {
  width: 100%;
  text-align: center;
}
body #page-container #main-content .button-wide.split-button-inverted {
  text-align: left;
}
/* --------------------------------
    CUSTOM FORMS
    /forms.less
-------------------------------- */
.license-lookup-form input,
.license-lookup-form button,
.license-lookup-form .btn {
  border-radius: 0;
}
.license-lookup-form .btn-default {
  background: #fbad23;
  border: 1px solid #fbad23;
  text-transform: uppercase;
  font-weight: bold;
  height: 46px;
  padding: 0 30px;
}
.license-lookup-form .input-group {
  display: table;
}
.license-lookup-form .input-group .form-control,
.license-lookup-form .input-group-addon,
.license-lookup-form .input-group-btn {
  display: table-cell;
  height: 46px;
}
.license-lookup-form .input-group-addon,
.license-lookup-form .input-group-btn {
  width: 1%;
  vertical-align: middle;
}
.license-lookup-form input[type=text] {
  padding-left: 10px;
}
.et-pb-contact-message p {
  background: #fff7e9;
  border: 1px solid #fdd691;
  padding: 11px !important;
}
/* --------------------------------
    SIDEBAR
    /sidebar.less
-------------------------------- */
.local-sidebar {
  background: #e5e5e5;
  border-top: 5px solid #fbad23;
  padding-top: 18px;
  padding-bottom: 7px;
  padding-left: 30px;
}
.local-sidebar &gt; div {
  margin-bottom: 0 !important;
}
.local-sidebar ul li {
  margin: .75em 0 !important;
  line-height: 1.2;
}
.local-sidebar ul .current_page_item {
  position: relative;
}
.local-sidebar ul .current_page_item &gt; a {
  color: #046b99;
}
.local-sidebar ul .current_page_item:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a2a2a2;
  position: absolute;
  left: -18px;
  top: 6px;
}
.local-sidebar .child-of-current-page {
  margin-left: 18px;
}
.local-sidebar .child-of-current-page li:before {
  content: "\21B3";
  position: relative;
  left: -8px;
  color: #9b9b9b;
}
/* --------------------------------
    SEARCH RESULTS
    /search-results.less
-------------------------------- */
.search-results article {
  clear: both;
}
.search-results h2.entry-title {
  font-size: 22px;
}
.search-results .sform {
  padding-bottom: 5px;
}
table.gsc-resultsHeader {
  display: none;
}
td.gsc-result-info-container {
  padding: 0 0 0 5px !important;
}
.entry-content table {
  margin-bottom: 0;
}
.gsc-above-wrapper-area {
  border-bottom: none !important;
}
td.gsc-search-button {
  border-top: none !important;
  padding: 0 0 0 10px !important;
}
/* --------------------------------
    SEARCH
    /search.less
    Overrides the bar look of cagov template and moves the
    search back up above menu and shows it all the time.
-------------------------------- */
@media (min-width: 768px) {
  .navigation-search #head-search {
    display: block;
  }
  .navigation-search #head-search.search-container {
    width: 100%;
    height: 88px;
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-height: none;
    top: 0;
  }
  .navigation-search #head-search.search-container form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .navigation-search #head-search.search-container .search-textfield {
    background: #f2f2f2;
  }
  .navigation-search #head-search.search-container button {
    color: #999;
    background: #f2f2f2;
    border-color: #f2f2f2;
  }
  .navigation-search #head-search.search-container .textfield-container {
    margin-right: -48px;
    padding-right: 48px;
  }
  .navigation-search #head-search.search-container.active {
    background: none;
    border-bottom: none;
  }
  .navigation-search #head-search.search-container .close-search {
    display: none;
  }
}
/* --------------------------------
    Global Navigation
    /navigation.less
    Overwrites to make navigation appear below branding area.
-------------------------------- */
@media (min-width: 768px) {
  .first-level-link {
    color: #046b99 !important;
    font-weight: 600;
  }
  .first-level-link:hover,
  .first-level-link:focus {
    color: #004b6c !important;
  }
  .first-level-link &gt; span {
    display: none !important;
  }
  .navigation-search {
    border-bottom: 0;
    margin-top: -88px;
  }
  .main-navigation {
    background: #e5e5e5;
    border-top: 5px solid #cecece;
    border-bottom: 5px solid #fbad23;
    width: 100%;
    margin-top: 0;
    max-width: 100% !important;
    min-height: auto;
  }
  .main-navigation .sub-nav {
    border-top: 5px solid #fbad23;
    max-width: 300px !important;
    min-width: 300px !important;
    left: -8px !important;
    right: initial;
  }
  .main-navigation .nav-item {
    -ms-flex: none;
        flex: none;
    position: relative;
  }
  .main-navigation .nav-item .first-level-link {
    color: #046b99 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .main-navigation .nav-item .first-level-link:hover,
  .main-navigation .nav-item .first-level-link:focus {
    color: #004b6c !important;
  }
  .main-navigation .nav-item .first-level-link &gt; span {
    display: none !important;
  }
  .main-navigation .nav-item:hover .first-level-link,
  .main-navigation .nav-item.active .first-level-link {
    color: #004b6c !important;
    background: rgba(255, 255, 255, 0.3);
  }
  .main-navigation .nav-item:last-child .sub-nav {
    left: auto !important;
    right: -8px !important;
  }
  .top-level-nav {
    float: none !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1200px;
    padding-left: 0 !important;
  }
  .second-level-nav li {
    height: auto;
    width: 100% !important;
    border: none;
  }
  a.second-level-link {
    padding: 7px 15px;
  }
}
#nav_list {
  margin-left: auto !important;
  margin-right: auto !important;
}
.first-level-link span[class^="ca-gov-icon"] {
  vertical-align: middle;
}
.second-level-link {
  height: auto !important;
}
.mobile-control {
  background: none;
  border: 0;
}
.mobile-control .ca-gov-icon-arrow-next.down {
  transform: rotate(90deg);
}
.mobile-control .ca-gov-icon-arrow-next:before {
  content: "\e66a";
}
@media (max-width: 767px) {
  .sub-nav {
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .sub-nav .second-level-nav li {
    border-right: 0;
  }
}
.sub-nav.open {
  display: block;
}
@media (max-width: 767px) {
  .top-level-nav .nav-item .sub-nav {
    display: block;
    transition: max-height 0.15s ease-in-out;
    border-left: none;
    border-right: none;
  }
  #navigation {
    overflow: hidden;
    transition: max-height 0.15s ease-in-out;
  }
  .subnav-closed {
    max-height: 0;
  }
  .sub-nav {
    height: auto;
    overflow: hidden !important;
    border: none;
  }
}
/* --------------------------------
    BREADCRUMBS
    /breadcrumb.less
-------------------------------- */
ol.breadcrumb {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .breadcrumb-container {
    padding-bottom: 0;
  }
}
/* --------------------------------
    TYPOGRAPHY
    /typography.less
-------------------------------- */
.main-primary h1,
.main-primary .h1 {
  font-size: 4.031rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-primary h1,
  .main-primary .h1 {
    font-size: 3.359rem;
  }
}
@media (max-width: 767px) {
  .main-primary h1,
  .main-primary .h1 {
    font-size: 2.799rem;
  }
}
.main-primary h2,
.main-primary .h2 {
  font-size: 2.333rem;
}
.main-primary h3,
.main-primary .h3 {
  font-size: 1.944rem;
}
.main-primary h4,
.main-primary .h4 {
  font-size: 1.62rem;
}
.main-primary h5,
.main-primary .h5 {
  font-size: 1.35rem;
}
.main-primary h6,
.main-primary .h6 {
  font-size: 1.125rem;
}
.main-primary p + h2,
.main-primary p + h3,
.main-primary p + h4,
.main-primary p + h5 {
  margin-top: 20px;
}
body {
  font-weight: 400;
  color: #171717;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    font-weight: normal;
    text-align: left;
    width: 180px;
  }
  .dl-horizontal dd {
    margin-left: 200px;
  }
}
.dl-horizontal dd {
  margin-bottom: 11px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.published {
  color: #757575;
}
/* --------------------------------
    Sibling Pages Widget
    /sibling-pages.less
-------------------------------- */
.widget_sibling_pages .widgettitle,
.widget_nav_menu .widgettitle,
.widget_sibling_pages .title,
.widget_nav_menu .title {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
/* --------------------------------
    Datatables - https://datatables.net
    /datatables.less
-------------------------------- */
.dt-bootstrap .row {
  margin: 0;
}
.dt-bootstrap [class^="col-"] {
  padding: 0;
}
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child::before {
  box-shadow: none !important;
  font-weight: bold !important;
  background: transparent !important;
  color: #cecece !important;
  font-size: 26px !important;
  border: none !important;
  top: 14px !important;
}
/* --------------------------------
    Select2 - https://select2.org
    /select2.less
-------------------------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container .select2-selection--single {
  height: 38px;
}
.select2-search--dropdown:before {
  content: "\e604";
  font-family: "CaGov";
  color: #cecece;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 0;
  top: 10px;
}
.select2-search__field {
  padding-right: 25px;
}
/* --------------------------------
    LICENSE LOOKUP AKA. LQS
    /license-lookup.less
-------------------------------- */
.lqs h2,
.lqs h3 {
  margin-top: 22px;
  font-weight: bold;
  letter-spacing: .02em;
}
</pre></body></html>