<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.counties-list .city-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .counties-list .city-title h1 {
    margin: 20px 0;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.6875rem;
color: #F59300	}

.counties-list .counties-tabs.nav-pills {
  margin: -61px 14px 20px 40px;
  border: 1px solid #EEEEEE; }
  .counties-list .counties-tabs.nav-pills .nav-link {
    background-color: transparent;
    color: #D7D7D7;
    font-weight: 400;
    font-size: 0.875rem;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-radius: 0; }
    .counties-list .counties-tabs.nav-pills .nav-link.active {
      background-color: transparent;
      color: #000000;
      border-bottom: 2px solid #F59300; }

.counties-list #govmap {
  min-height: 430px; }

.counties-list .governorship-contact-container {
  overflow-x: auto;
  margin-left: 40px;
  max-height: 540px; }
  .counties-list .governorship-contact-container .county-title {
    display: none !important; }

.counties-list .city-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px; }
  .counties-list .city-info-container .city-info table {
    margin-bottom: 0; }
    .counties-list .city-info-container .city-info table tr td {
      padding: 0;
      font-size: 0.875rem;
      line-height: 1.75rem;
      color: #525252; }
      .counties-list .city-info-container .city-info table tr td:first-of-type {
        font-weight: 500; }
      .counties-list .city-info-container .city-info table tr td:last-of-type {
        font-weight: 400; }
      .counties-list .city-info-container .city-info table tr td span {
        font-weight: 900;
        display: inline-block;
        margin: 0 15px;
        color: #F59300; }

.counties-list .city-card {
  text-align: center;
  border: 1px solid #000000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
  overflow: hidden;
  display: block;
  opacity: 0.8; }
  .counties-list .city-card h3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #000000;
    text-align: center;
    font-size: 1.375rem;
    z-index: 2;
    margin: 36px 0 22px; }
  .counties-list .city-card img {
    position: relative;
    z-index: 1; }
  .counties-list .city-card:hover, .counties-list .city-card.hover {
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.counties-list .governorship-contact-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D7D7D7;
  max-width: 290px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0 10px 10px 0; }
  .counties-list .governorship-contact-cart .division-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 26px; }
    .counties-list .governorship-contact-cart .division-header .label {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #F59300;
      color: #FFFFFF;
      line-height: 1.75rem;
      text-align: center;
      font-weight: 700;
      font-size: 1rem;
      margin: 15px 6px 0 15px;
      padding-left: 2px;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    .counties-list .governorship-contact-cart .division-header h5 {
      font-size: 1.125rem;
      line-height: 1.75rem;
      margin: 15px 0 0 0;
color: #F59300	  }
  .counties-list .governorship-contact-cart .item-row {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 15px; }
    .counties-list .governorship-contact-cart .item-row .item-row-header {
      font-weight: 500;
      color: #525252;
      min-width: 80px;
      line-height: 1.75rem; }
    .counties-list .governorship-contact-cart .item-row .item-row-text {
      font-weight: 400;
      color: #525252;
      line-height: 1.75rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .counties-list .governorship-contact-cart .item-row .item-row-text:before {
        content: ' : ';
        color: #F59300;
        font-size: 0.875rem;
        line-height: 1.75rem;
        font-weight: 400;
        margin-right: 13px; }
      .counties-list .governorship-contact-cart .item-row .item-row-text a {
        color: #525252; }
  .counties-list .governorship-contact-cart:hover, .counties-list .governorship-contact-cart.hover {
    border: 1px solid #000000; }
    .counties-list .governorship-contact-cart:hover .division-header .label, .counties-list .governorship-contact-cart.hover .division-header .label {
      background-color: #000000; }
  .counties-list .governorship-contact-cart .item-links {
    margin-left: 15px;
    margin-bottom: 15px; }

@media (max-width: 1334.98px) {
  .counties-list .city-card h3 {
    margin: 26px 0 22px; } }

@media (max-width: 991.98px) {
  .counties-list .counties-tabs.nav-pills {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .counties-list .city-card h3 {
    margin: 36px 0 22px; }
  .counties-list .governorship-contact-cart {
    max-width: 100%;
    height: 94%; }
  .counties-list #govmap {
    min-height: 370px; }
  .counties-list .city-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0; }
    .counties-list .city-info-container .city-info table tr:nth-of-type(n+1) td:first-of-type {
      width: 110px; }
    .counties-list .city-info-container .city-info table tr:nth-of-type(n+1) td:last-of-type {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

@media (max-width: 767.98px) {
  .counties-list .counties-tabs.nav-pills {
    margin: 30px -15px 20px;
    border-left: 0;
    border-right: 0; }
  .counties-list .city-card h3 {
    margin: 12px 0 16px;
    font-size: 1rem;
    top: 0; }
  .counties-list .governorship-contact-cart {
    max-width: 100%; }
  .counties-list .city-title h1 {
    font-size: 1.375rem;
    line-height: normal;
    margin: 20px 0 13px; }
  .counties-list .city-title .btn-external-link {
    display: none; }
  .counties-list #govmap {
    display: none; }
  .counties-list .governorship-contact-container {
    margin-left: 0;
    max-height: 100%; }
    .counties-list .governorship-contact-container .county-title {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-left: 0;
      margin-bottom: 15px; }
      .counties-list .governorship-contact-container .county-title h2 {
        font-size: 1rem;
        font-weight: 500;
        margin: 0; }
    .counties-list .governorship-contact-container .governorship-contact-cart {
      margin-right: 0; }
  .counties-list .city-info-container .city-info table tr:nth-of-type(n+1) td:first-of-type {
    color: #F59300;
    font-weight: 400; }
  .counties-list .city-info-container .city-info table tr:nth-of-type(n+1) td:last-of-type {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .counties-list .city-info-container .city-info table tr:nth-of-type(n+1) td:last-of-type sup {
      top: 0;
      line-height: 1; } }

.counties-list .map-marker-icon {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  background-color: #F59300;
  color: #FFFFFF;
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.875rem; }

.counties-list .btn-external-link {
  font-weight: 400;
  font-size: 0.875rem;
  color: #525252;
  border-bottom: 1px solid #EEEEEE;
  padding: 0;
  line-height: 1.75rem;
  display: inline-block; }
  .counties-list .btn-external-link:after {
    font-family: "ib-icon";
    font-size: 0.6875rem;
    color: #F59300;
    margin-left: 18px;
    content: '\e907';
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .counties-list .btn-external-link:hover, .counties-list .btn-external-link.hover {
    border-bottom-color: #F59300;
    text-decoration: none; }

.nicescroll-cursors {
  background-color: #F59300 }

.counties-list td.bold{
    font-weight:bold;
}
</pre></body></html>