/*This is a custom overide css file.  In this file, ONLY change the styles that you wish to override.   */
/* You may copy styles in from the main /styles/styles.css stylesheet, place them here, and modify*/
/* Do NOT make changes to styles.css itself as changes there will be lost when patches are applied*/

/* public-sans-latin-wght-normal */
@font-face {
  font-family: "Public Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/public-sans:vf@latest/latin-wght-normal.woff2)
    format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --darkblue: #00435e;
}

.hidden {
  display: none;
}

/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* BEGINNING OF STYLES.CSS */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */

/* Sketch styles*/

#sketchframe {
  width: 1200px;
  height: 600px;
}

/*Other styles that shouldn't need customization follow */

/***Map Panels***********/
.MapPanel {
  font-size: 11px;
  color: #000000 !important;
  font-weight: normal;
  background-color: transparent;
}

/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* END OF STYLES.CSS */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */

h1 {
  font-size: 11pt;
}

h2 {
  font-size: 1.15rem;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

a {
  border: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Public Sans Variable", sans-serif;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  background-color: #f8f7f2;
  background-repeat: no-repeat;
  background-position: center top;
}

body.normalpage {
  /*background-image: url("../../images/custom/MatsuAK/background.jpeg"); */
  /* background-size: 350%; */
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pagewrapper {
  /* background-size: 350%; */
  background-color: #fff;
  background-position: center;
  /* background-image: url("../../images/custom/MatsuAK/Butte-Fall-jumbo2.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}

#logoImage {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
}

.HeaderSiteTitle {
  color: transparent;
  font-size: 18px;
  font-family: "Public Sans Variable", sans-serif;
  position: fixed;
  top: 5px;
  left: 5px;
}

#outerheader {
  display: block;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: var(--darkblue);
  opacity: 0.95;
  z-index: 100 !important;
}

#header {
  margin-left: 0px;
  position: relative !important;
  height: 48px;
  background-color: #ffffff;
  width: 100%;
}

/* .HeaderSiteTitle {
      position: absolute; 
      left: 450px; 
      top: 23px;
      font-weight: bold;
      font-size: 16px;
      color:#6f7b07;
      text-align: center;
      text-decoration: none;
      z-index:100;
  } */

.HeaderLinks {
  font-weight: bold;
  font-size: 11px;
  font-family: "Public Sans Variable", sans-serif;
  color: #ffffff;
  width: 100%;
}

#topmenu {
  display: flex;
  box-sizing: border-box;
  background-color: #ffffff;
  font-family: "Public Sans Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 0;
  height: 70px;
  line-height: normal;
  color: #000000;
  width: 100%;
  border-bottom: 1px solid darkgrey;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#topmenu a {
  border-right: none;
  border-left: none;
  font-weight: bold;
  font-family: "Public Sans Variable", sans-serif;
  top: 0 !important;
  display: inline-block;
  height: 40px;
  padding: 20px 45px;
  box-sizing: border-box;
  transition: color 0.25s ease, background-color 0.25s ease;
}

#topmenu .unsel a {
  color: #000000;
  background-color: transparent;
  font-family: "Public Sans Variable", sans-serif;
}

#topmenu .sel a {
  color: #0050d8;
  font-family: "Public Sans Variable", sans-serif;
  background: transparent;
  border-bottom-color: red !important;
  border-left: none;
  border-right: none;
}

#topmenu a:hover {
  background: white;
  font-family: "Public Sans Variable", sans-serif;
  color: #0050d8;
  text-decoration: none;
  border-bottom: 4px solid #0050d8 !important;
}

#topmenu ul {
  position: absolute;
  margin: 0;
  font-family: "Public Sans Variable", sans-serif;
  left: unset;
  right: 0;
  padding: 15px 0 0 0;
  height: 60px;
}

#topmenu ul li {
  display: block;
  float: left;
  right: 0;
  height: 49px;
  font-family: "Public Sans Variable", sans-serif;
}

#secondarytopmenu {
  background-color: #2a5baa;
  /*  background-image: url("../../images/custom/MatsuAK/header1.png"); */
  background-size: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 710px 34px;

  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Public Sans Variable", sans-serif;
  position: absolute;
  height: 0px;
  top: 78px;
  line-height: normal;
  width: 100%;
  text-align: center;
}

#secondarytopmenu .unsel a {
  color: #ffffff;
  background-color: transparent;
  font-family: "Public Sans Variable", sans-serif;
}

#secondarytopmenu .sel a {
  /* background-color: #F2F4E9;
       color: #0F4656; */
  background-color: transparent;
  color: #0050d8;
  font-family: "Public Sans Variable", sans-serif;
}

#secondarytopmenu a {
  display: block;
  box-sizing: border-box;
  transition: color 0.25s ease, background-color 0.25s ease;
  padding: 25px 17.5px;
  height: 100%;
}

#secondarytopmenu a:hover {
  background-color: #f2f4e9;
  color: #0f4656;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Public Sans Variable", sans-serif;
}

#secondarytopmenu ul {
  clear: left;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  height: 100%;
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
  font-family: "Public Sans Variable", sans-serif;
}

#secondarytopmenu ul li {
  position: relative;
  display: block;
  float: left;
  right: 0;
  margin-left: auto;
  height: 100%;
}

.sitelogocontainer {
  position: absolute;
  top: 2px;
  left: 0;
  height: 67px;
  width: max(500px, 18vw);
  background-color: #ffffff !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  z-index: 2;
}

.sitelogo {
  /*Adjust site logo by changing URL below.  Width/height following must match.*/
  width: calc(100% - 50px);
  height: 100%;
  background-image: url("../../images/custom/MatsuAK/Logo1.png") !important;
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: center;
  margin-left: 10px;
  background-color: #ffffff !important;
}

#rightsection {
  /* display:inline-block; */
  /* overflow:hidden;  */
  display: none;
  /* float: left; */
  /* position: absolute; */
  /* text-align: right; */
  /* height: 30px;  */
  /* width: 100%; */
  /* font-size: 12px; */
  /* background-color: transparent; */
  /* top: 5px; */
}

/* .Help {
      display:inline-block;
      position: relative;
      top: 5px; 
  } */

.SideBar {
  border-color: #ffffff;
  background-color: transparent;
}

.SideBarHeading {
  border: #3d6599;
  background-position: center 49%;
  font-weight: bolder;
  font-size: 9pt;
  font-family: "Public Sans Variable", sans-serif;
  vertical-align: middle;
  color: #3d6599;
  background-color: transparent;
  text-align: center;
}

.SideBarTabs {
  font-size: 9pt;
  font-weight: 500;
  font-family: "Public Sans Variable", sans-serif;
  color: #1a2a3b;
  background-color: transparent;
  text-indent: 6px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  border-width: 0px;
}

/* .SideBarTabsSelected {
      font-size: 8pt;
      border: solid #ffffff;
      vertical-align: middle;
      color: #1a2a3b;
      text-indent: 3px;
      text-align: left;
      text-decoration: none;
  } */

.BannerSubTabs {
  color: #1a2a3b;
}

#content {
  width: 100% !important;
  position: static !important;
  font-family: "Public Sans Variable", sans-serif;
  margin-bottom: 0 !important;
}

#content p {
  margin: 20px;
  font-size: 11pt;
  font-family: "Public Sans Variable", sans-serif;
  line-height: 1.4;
  text-align: left;
}

#content a {
  font-size: 18px;
  margin: 20px 0 20px 10px;
  display: block;
}

#content h1 {
  font-weight: 400;
  color: #0f4656;
  font-size: 18pt;
  font-family: "Public Sans Variable", sans-serif;
  text-transform: uppercase;
  margin: 20px;
  padding-top: 30px;
}

#content h2 {
  font-weight: 400;
  color: #0f4656;
  font-size: 18pt;
  font-family: "Public Sans Variable", sans-serif;
  text-transform: uppercase;
  margin: 20px;
  padding-top: 30px;
}

#content h3 {
  color: #48648a;
  font-size: 14pt;
  font-weight: 500;
  font-family: "Public Sans Variable", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin: 20px;
  padding-top: 10px;
}

.contentpanel {
  border: 0px;
  /* background: green; */
  box-shadow: 0 0 1px 1px lightgray;
  -webkit-box-shadow: 0 0 1px 1px lightgray;
  margin: 5px 5px 5px 5px;
  padding: 10px 10px 10px 10px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: auto;
  /* border-radius: 4px; */
}

/* #wideimage{
      width: 1903px;
      margin: auto;
  } */

#panelx {
  position: static;
  height: 450px;
  width: 100%;
}

.SearchText {
  font-size: 1.15rem;
  font-family: "Public Sans Variable", sans-serif;
  color: #1a2a3b;
  background-color: transparent;
  font-weight: bolder;
  text-align: left;
}

/* .SearchTextCenter {
      font-weight: bolder;
      font-size: 16px;
      color: #3d6599;
      background-color: #ffffff;
      text-align: center;
  } */

.SearchExamples {
  color: #48648a;
  background-color: #e9f2f9;
  font-size: 12pt;
  font-family: "Public Sans Variable", sans-serif;
  text-decoration: underline;
}

#selSortDir,
#selSortBy,
#selPageSize {
  font-family: inherit !important;
}

.ResultListTitleColor {
  font-size: 11px;
  color: #000000;
  background-color: #ececee;
  border: 1px solid #999;
}

.IndexLink {
  font-weight: 500;
  font-size: 0.85rem;
  color: #000000;
  background-color: transparent;
}

/* ----------------------------------------------------
  -------------------MAPS------------------------
  ------------------------------------------------------- */

.claro. dijitTitlePaneTextNote {
  color: #000000 !important;
  font-weight: bold !important;
}

.claro. dijitFieldsetLegendNode {
  color: #000000 !important;
  font-weight: bold !important;
}

.claro. dijitTitlePaneTitleOpen {
  color: #000000 !important;
  font-weight: bold !important;
}

.claro. dijitTitlePaneTitleFixedOpen {
  color: #000000 !important;
  font-weight: bold !important;
}

.claro .dijitTitlePaneTitleOpen,
.claro .dijitTitlePaneTitleFixedOpen {
  color: #000000 !important;
  font-weight: bold !important;
}

dijitTab .tabLabel {
  color: #000000 !important;
  font-weight: bold !important;
}

.claro .dijitTabContainerTop-tabs .dijitTab {
  color: #000000 !important;
  font-weight: bold !important;
}

.esriLayerList .esriHasTabContent .esriLabel,
.esriLayerList .esriHasButton .esriLabel {
  color: #000000 !important;
  font-weight: normal !important;
}

/* ----------------------------------------------------
  -------------------TABLE STYLES------------------------
  ------------------------------------------------------- */

table[width="855"] {
  width: 100% !important;
}

#Table1 {
  width: 100% !important;
}

table tbody tr td font b {
  font-family: "Public Sans Variable", sans-serif;
}

table tbody tr td font {
  font-family: "Public Sans Variable", sans-serif;
}

table tbody tr td div div table tbody tr td table tbody tr td center table {
  padding-top: 5px;
}

#messageBanner {
  width: 100%;
  background-color: #3d6599;
  height: 30px;
}

/* ----------------------------------------------------
  ---------------- MAP TABLE STYLES------------------------
  ------------------------------------------------------- */

table#Maps {
  display: unset;
}

table#Maps tbody {
  display: unset;
}

table#Maps tr {
  display: unset;
}

table#Maps td.DataletSideHeading {
  display: unset;
}

table#Maps td.DataletData {
  display: unset;
}

table#Maps {
  display: flex;
  gap: 3%;
}

table#Maps td.DataletSideHeading {
  display: none;
}

table#Maps td.DataletData {
  width: unset;
  flex: 1;
  flex-basis: 30%;
}

/* ----------------------------------------------------
  -------------------PAGE CONTAINER STYLES---------------
  ------------------------------------------------------- */

#wrapper {
  display: table;
  background-color: white;
  width: 100% !important;
  /* height: 500px; */
  margin-left: auto;
  margin-top: 2%;
  margin-right: auto;
  z-index: 1 !important;
}

#wrapper.center {
  min-width: 1024px;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}

.columns {
  display: table-cell;
  vertical-align: top;
}

/* ----------------------------------------------------
  ----------------------FOOTER---------------------------
  ------------------------------------------------------- */

footer {
  margin-top: 0px;
}

#footerContainer {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Public Sans Variable", sans-serif;
}

#footercontent {
  margin-top: 0em;
  margin-right: auto;
  margin-left: auto;
  background-color: #dfe1e2;
  color: white;
  width: 100% !important;
  height: 0px;
}

#footercontent a {
  color: white;
  font-size: 0.94rem;
}

#footercontent a:hover {
  text-decoration: none;
}

#footerFlex {
  display: flex;
  flex-flow: row wrap;
  padding: 2em 0;
  justify-content: space-between;
  text-align: left;
}

#footerSpace {
  width: 10%;
}

.footerCard {
  padding: 0 2em 0 2em;
  line-height: 2rem;
}

.footerContent {
  padding-bottom: 2em;
  background-color: black;
}

.footerCard img {
  width: 100%;
  max-width: 378px;
}

#footerLinks {
  line-height: 2rem;
  padding-right: 50px;
}

.socialLink {
  margin: 65px 0 0 2px;
}

#fullWidthSeparator {
  width: 100%;
  height: 1px;
  background: rgba(25, 131, 209, 0.5);
}

#footerCopyright {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 26px 0;
  font-size: 0.94rem;
}

#copyrightLeft {
  text-align: left;
  padding: 0 15px;
  width: calc(50% - 30px);
}

#copyrightRight {
  text-align: right;
  padding: 0 15px;
  width: calc(50% - 30px);
}

/*Flyout (left side) menu styles*/
.FlyoutMenuLayer {
  border: 2px solid lightgray;
  background-color: #9cafc1;
}

.FlyoutMenuItem {
  color: #1a2a3b !important;
}

.PullDownMenuLayer {
  background-color: #4e6a38 !important;
  opacity: 0.97;
  color: white !important;
  font-size: 9pt !important;
  font-family: "Public Sans Variable", sans-serif;
  /* background-image: url("../../images/custom/pdlist.jpg"); */
  border: none !important;
  font-weight: bold !important;
  /* text-transform: uppercase;*/
  /*color:#4f84ca !important;
      top: 0px !important;
         font-weight:normal !important;*/
  visibility: hidden;
  z-index: 100 !important;
  display: block !important;
  /*	text-decoration:none !important;
      text-align: left !important;
      background-image: url("../../images/custom/pdlist.jpg"); 
      background-repeat: repeat-x;
      border-top: none!important;*/
}

.PullDownMenuItem {
  background-image: none !important;
  text-decoration: none !important;
  cursor: default !important;
  text-align: left !important;
  padding: 15px 0px 15px 0px !important;
  background-color: #4e6a38;
  color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.PullDownMenuItem a:hover {
  text-decoration: underline !important;
  color: white !important;
  background-color: #4e6a38 !important;
  padding: 15px 0px 15px 0px !important;
  cursor: pointer !important;
  font-size: 9pt !important;
  /* font-weight:normal !important; */
  font-family: "Public Sans Variable", sans-serif;
  text-align: left !important;
  font-weight: bold !important;
}

#pd_2 {
  /* Top:176px !important; */
  top: 88px !important;
  left: 375px !important;
  /* Width:186px !important; */
  color: #4e6a38 !important;
  background-color: #4e6a38;
  font-family: "Public Sans Variable", sans-serif;
}

#pd_861 {
  /* Top:176px !important; */
  top: 88px !important;
  left: 545px !important;
  width: 266px !important;
  color: #557db1 !important;
  background-color: #4e6a38;
  font-family: "Public Sans Variable", sans-serif;
}

#DTLNavigator_txtFromTo {
  color: black !important;
  font-family: "Public Sans Variable", sans-serif;
}

.WidgetBar {
  border: none;
  font-family: "Public Sans Variable", sans-serif;
}

/* .WidgetBarSelected {
      font-weight: bold;
      font-size: 10px;
      color: white;
      border: none;
      background-color: #E4E7D0;
  } */

/* .WidgetBarHL {
      font-weight: bold;
      font-size: 10px;
      color: #3d6599;
      background-color: #E4E7D0;
  } */

.RecordWidget {
  font-weight: bold;
  font-size: 12px;
  color: #3d6599;
  background-color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.RecordWidgetLight {
  font-size: 12px;
  color: #3d6599;
  background-color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.ListWidget {
  font-weight: bold;
  font-size: 12px;
  color: #3d6599;
  background-color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.DataletHeaderTop {
  background-color: white;
  color: black;
  font-size: 11pt;
  font-weight: normal;
  color: #48648a;
  font-family: "Public Sans Variable", sans-serif;
}

.DataletHeaderBottom {
  color: black;
  background-color: white;
  font-size: 11pt;
  color: #48648a;
  font-family: "Public Sans Variable", sans-serif;
}

.DataletTitleColor {
  background-color: #efefef;
  color: #48648a;
  font-weight: bold;
  height: 20px;
  font-family: "Public Sans Variable", sans-serif;
}

/* .DataletTitleColorText {
      font-weight: bold;
      font-size: 12px;
      color: #6F7B07;
      background-color: #E4E7D0;
  } */

.DataletTopHeading {
  background-color: #efefef;
  font-weight: 400;
  font-family: "Public Sans Variable", sans-serif;
}

.DataletSideHeading {
  font-size: 14px;
  color: black;
  background-color: #ffffff;
  font-family: "Public Sans Variable", sans-serif;
}

/* .DataletMatrixTitleColor {
      font-weight: bold;
      font-size: smaller;
      color: #6f7b07;
      background-color: #ffffff;
  } */

.DataletData {
  font-size: 11px;
  color: #000000;
  font-family: "Public Sans Variable", sans-serif;
}

.Btn {
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid lightgray;
  color: white;
  height: 30px;
  padding: 0px 6px 0px 6px;
  background-color: var(--darkblue);
  font-family: inherit;
  font-weight: bold;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  min-width: 50px;
  font-family: "Public Sans Variable", sans-serif;
}

.BtnBlue {
  color: white;
  /* background-color:rgb(8,44,80); */
  background-color: #0050d8;
  font-family: "Public Sans Variable", sans-serif;
}

.btnTaxPay {
  display: block;
  height: 20px;
  font-size: 12px;
  width: 70%;
  margin-left: 0;
  text-align: center;
  font-family: "Public Sans Variable", sans-serif;
}

.FormText {
  font-size: 14px;
  width: auto;
  font-family: "Public Sans Variable", sans-serif;
}

.AkandaCopyright {
  color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.Banner {
  border-left-color: #ffffff;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  background-color: #ffffff;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerLinks {
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  color: #b4b97c;
  font-family: "Public Sans Variable", sans-serif;
}

.Banner h1 {
  font-weight: 400;
  color: #0f4656;
  font-size: 18pt;
  text-transform: uppercase;
  margin: 20px;
  padding-top: 30px;
  font-family: "Public Sans Variable", sans-serif;
}

.Banner p {
  margin: 20px;
  font-size: 11pt;
  line-height: 1.4;
  padding-bottom: 10px;
  font-family: "Public Sans Variable", sans-serif;
}

/* .BannerTabs {
      border-right: #dddddd 0px solid;
      border-top: #dddddd 3px solid;
      font-weight: bold;
      font-size: 11px;
      border-left: #dddddd 1px solid;
      color: #dddddd;
      border-bottom: #dddddd 1px solid;
      text-align: center;
      text-decoration: none
  } */

/* .BannerTabsDark {
      font-weight: bold;
      font-size: 11px;
      color: #ffffff;
      background-color: #3d6599;
      text-decoration: none
  } */

/* .BannerTabsLeft {
      border-right: #ffffff 0px solid;
      border-top: #ffffff 1px solid;
      font-weight: bold;
      font-size: 11px;
      border-left: #ffffff 1px solid;
      color: #ffffff;
      border-bottom: #ffffff 1px solid;
      background-color: #3d6599;
      text-align: left;
      text-decoration: none
  } */

/* .BannerTabsRight {
      border-right: #ffffff 0px solid;
      border-top: #ffffff 1px solid;
      font-weight: bold;
      font-size: 11px;
      border-left: #ffffff 1px solid;
      color: #ffffff;
      border-bottom: #ffffff 1px solid;
      background-color: #3d6599;
      text-align: right;
      text-decoration: none;
  } */

/* .BannerTabsSelected {
      border-right: #3d6599 1px solid;
      border-top: #3d6599 3px solid;
      font-weight: bold;
      font-size: 11px;
      vertical-align: middle;
      border-left: #3d6599 1px solid;
      color: #3d6599;
      border-bottom: #e4e7d0 1px solid;
      background-color: #e4e7d0;
      text-align: center;
      text-decoration: none;
  } */

.BannerTabsT {
  background-color: #dddddd;
  border: 3px solid #dddddd;
  font-family: "Public Sans Variable", sans-serif;
}

/* .BannerTabsText {
      font-weight: bold;
      font-size: 11px;
      color: #ffffff;
  } */

/* .BannerTabsTextSelected {
      font-weight: bold;
      font-size: 11px;
      color: #6f7b07;
  } */

/* .BannerTabsBlank {
      border-right: #ffffff 0px solid;
      border-top: #3d6599 0px solid;
      font-weight: bold;
      font-size: 11px;
      vertical-align: middle;
      border-left: #ffffff 0px solid;
      color: #ffffff;
      border-bottom: #ffffff 0px solid;
      background-color: #3d6599;
      text-align: center;
      text-decoration: none;
  } */

/* .ListLables {
      background-position: center 50%;
      font-weight:lighter;
      font-size: 11px;
      vertical-align: middle;
      color:black;
      background-color:transparent;
      text-align: center;
  } */

.BannerSubTabs {
  background-position: center 50%;
  font-weight: lighter;
  vertical-align: middle;
  color: black;
  text-align: center;
  background-color: #ffffff !important;
  font-size: 14px;
  padding: 5px;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerSubTabs h1 {
  color: #48648a !important;
  font-size: 14pt !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 20px !important;
  padding-top: 10px !important;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerSubTabs h2 {
  color: #48648a !important;
  font-size: 12pt !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 20px !important;
  padding-top: 10px !important;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerSubTabs p {
  margin: 0 20px 20px 20px !important;
  font-size: 11pt !important;
  line-height: 1.4 !important;
  padding: 5px 0 5px 0 !important;
  text-align: left !important;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerSubTabs a {
  font-size: 20px !important;
  font-family: "Public Sans Variable", sans-serif;
}

.BannerSubTabsBlank {
  background-color: #ffffff !important;
  border: none;
  font-weight: bold;
  font-size: 11px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "Public Sans Variable", sans-serif;
}

/* .BannerSubTabsSelected {
      border-right: #ffffff 1px solid;
      background-position: center 50%;
      border-top: #e4e7d0 1px solid;
      font-weight: bold;
      font-size: 11px;
      vertical-align: middle;
      border-left: #ffffff 1px solid;
      color: #3d6599;
      border-bottom: #ffffff 1px solid;
      background-color: #ffffff;
      text-align: center;
  } */

.auto-style9 {
  font-size: 9pt;
  font-family: "Public Sans Variable", sans-serif;
  letter-spacing: 0px;
  color: #f6f6f0;
}

.auto-style9 a {
  /* color: #99D9EA; */
  color: #c9e3ea;
  font-family: "Public Sans Variable", sans-serif;
}

.auto-style12 {
  text-align: left;
  font-size: 9pt;
  font-family: "Public Sans Variable", sans-serif;
  color: #f6f6f0;
}

.auto-style13 {
  text-align: left;
  font-size: 9pt;
  font-family: "Public Sans Variable", sans-serif;
  color: #f6f6f0;
}

.auto-style50 {
  text-align: left;
  font-size: 9pt;
  font-family: "Public Sans Variable", sans-serif;
  color: #f6f6f0;
}

/* .SearchResults {
      font-size: 16px;
  } */

/* #searchResults{
      font-family: Verdana, Geneva, Tahoma, sans-serif;
  } */

/* .SearchResultsSelected {
      font-size: 11px;
      color: #3d6599;
      background-color: #ffffc9;
  } */

/* .SearchResultsHighlighted {
      font-size: 11px;
      border-left-color: #e4e7d0;
      border-bottom-color: #ffffff;
      vertical-align: middle;
      color: #000000;
      border-top-style: solid;
      border-top-color: #ffffff;
      text-indent: 3px;
      border-right-style: solid;
      border-left-style: solid;
      background-color: #fffacd;
      text-align: left;
      text-decoration: none;
      border-right-color: #e4e7d0;
      border-bottom-style: solid;
  } */

#ContentPanel1 {
  width: 400px;
  background-color: #ffffff !important;
  font-family: "Public Sans Variable", sans-serif;
}

#loginform {
  margin-left: 0px !important;
  font-family: "Public Sans Variable", sans-serif;
}

#login_adj {
  width: 400px !important;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu {
  width: 250px !important;
  line-height: normal;
  font-size: 15px;
  font-weight: normal;
  background-color: transparent !important;
  color: #f1f1f1;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu ul .sel a {
  padding: 6px 2px 4px 20px;
  margin-left: 0px;
  display: inline-block;
  color: #1b1b1b !important;
  font-weight: bold;
  background-color: #f1f1f1;
  border-left: #0050d8 !important;
  border-left-width: 10px !important;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu {
  border: 0;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu ul .unsel a {
  display: inline-block;
  color: #1b1b1b;
  font-weight: normal;
  font-size: 15px;
  padding: 6px 2px 4px 20px;
  margin-right: 2px;
  background-color: #fff !important;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu .unsel:hover {
  background-color: #fff;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu a:hover {
  text-decoration: underline;
  color: #000000 !important;
  background-color: #f1f1f1 !important;
  cursor: pointer;
  font-weight: bold !important;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu a:hover ul li {
  font-family: "Public Sans Variable", sans-serif;
  background-color: transparent !important;
}

#sidemenu ul li {
  border-bottom: 1px solid #f6f6f0;
  background-color: #fff;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu .contentpanel {
  background-color: #fff !important;
  border-radius: 4px !important;
  /* border: none; */
  box-shadow: none;
  opacity: 1;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu li {
  border-bottom: none;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu li.sel {
  background-color: #f1f1f1;
  border-left: 5px solid #0050d8 !important;
  font-family: "Public Sans Variable", sans-serif;
}

#sidemenu ul .sel a {
  background: none;
  font-family: "Public Sans Variable", sans-serif;
}

#dvDataPanel {
  z-index: 90 !important;
  font-family: "Public Sans Variable", sans-serif;
}

.sketchbody {
  background-image: none;
  background-color: #ffffff;
}

.disclaimer {
  margin: 20px auto;
  padding: 50px;
  text-align: justify;
  font-family: "Public Sans Variable", sans-serif;
}

#disclaimerLinks {
  font-size: 11pt !important;
  display: inline !important;
  margin: 0 0 0 0 !important;
  font-family: "Public Sans Variable", sans-serif;
}

.HelpTOC {
  font-size: 10pt;
  font-family: "Public Sans Variable", sans-serif;
}

.white {
  color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.auto-style14 {
  color: white;
  font-family: "Public Sans Variable", sans-serif;
}

.Input {
  font-size: 14px !important;
  font-family: "Public Sans Variable", sans-serif;
}

.SearchResults {
  font-size: 13px;
  font-family: "Public Sans Variable", sans-serif;
}

.MenuRowHL {
  font-family: "Public Sans Variable", sans-serif;
  font-size: 9pt;
  color: White;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  background-color: #424142;
  border-bottom: none;
  z-index: 300;
}

.MenuRowClicked {
  font-family: "Public Sans Variable", sans-serif;
  font-size: 9pt !important;
  color: White;
  font-weight: normal !important;
  text-decoration: none;
  cursor: pointer;
  background-color: #424142;
  border-bottom: none;
  border-right: none;
  border-top: none;
  border-left: none;
}

.fancyButton.fancyButton33 .text {
  color: #fff;
  font-size: 1.3em;
  font-family: "Public Sans Variable", sans-serif;
  text-align: left;
  padding-left: 66px;
  font-style: regular;
  text-decoration: none;
  padding-left: 66px;
  background-repeat: no-repeat;
  background-position: left top;
  height: 47px;
}

.DataletData {
  font-size: 14px;
  font-family: "Public Sans Variable", sans-serif;
}

#btAgree.Btn.BtnBlue {
  font-family: "Public Sans Variable", sans-serif;
  width: 80px;
}

#btDisagree.Btn.BtnBlue {
  width: 80px;
  font-family: "Public Sans Variable", sans-serif;
}

#ReportListButton.Btn.BtnGreen {
  background-color: #0050d8;
  font-family: "Public Sans Variable", sans-serif;
}

#ReportListButton.Btn.BtnGreen:hover {
  background-color: #1a4480 !important;
  font-family: "Public Sans Variable", sans-serif;
}

div#dm-photocontrol {
  margin-left: 30px !important;
  font-family: "Public Sans Variable", sans-serif;
}

div#head {
  margin-left: 250px !important;
  width: auto;
  font-family: "Public Sans Variable", sans-serif;
}

div#dataletHeader {
  margin-left: 0px !important;
  width: 75% !important;
  font-family: "Public Sans Variable", sans-serif;
}

#recnavigator {
  left: 80% !important;
  right: 0 !important;
  height: auto;
  font-family: "Public Sans Variable", sans-serif;
}

#map_gc {
  height: 800px !important;
  font-family: "Public Sans Variable", sans-serif;
}

#map_container {
  height: 800px !important;
  font-family: "Public Sans Variable", sans-serif;
}

/* ----------------------------------------------------------------------------*/
/*-------------------- Document Viewer ----------------------------------------*/
/*-----------------------------------------------------------------------------*/
.contentHolder {
  width: auto !important;
  margin-left: 260px !important;
  margin-right: 10px !important;
}

.x-body {
  font-family: "Public Sans Variable", sans-serif;
}

#recnavigator.navcolumns .contentpanel {
  height: 100%;
}

.headersection {
  height: auto !important;
  max-height: none !important;
}

#documentTypesContainer.doctype {
  font-weight: normal !important;
}

/* ----------------------------------------------------------------------------*/
/*------------------------FAQ Accordion styles---------------------------------*/
/*-----------------------------------------------------------------------------*/
#faq {
  max-width: 900px;
  margin: auto;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  font-family: "Public Sans Variable", sans-serif;
}

section.faq {
  padding-bottom: 3em;
  padding-top: 2em;
}

#faq ul {
  text-align: left;
}

.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s;
}

#faq .no-select,
#faq h2 {
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#faq h1 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  margin-bottom: 30px;
  margin-top: 15px;
}

#faq h2 {
  color: #cc071e;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}

#faq p {
  color: #333;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 600px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: none;
  z-index: 2;
}

.faq-subhead {
  font-size: 1.25rem !important;
  font-weight: bold;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}

#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}

#faq ul li + li {
  margin-top: 15px;
}

#faq ul li:last-of-type {
  padding-bottom: 0;
}

#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}

#faq ul li i:before,
ul li i:after {
  content: "";
  position: absolute;
  background-color: #8cba4d;
  width: 3px;
  height: 9px;
}

#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

#faq ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}

#faq ul li input[type="checkbox"]:checked ~ h2 {
  color: #000;
}

#faq ul li input[type="checkbox"]:checked ~ p {
  /*margin-top: 0;*/
  display: none;
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type="checkbox"]:checked ~ table {
  /*margin-top: 0;*/
  display: none;
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}

#faq ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}

#faq ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

.faqimg {
  border: 1px black solid;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------*/
/*-------------------- Taxes Due and Cart Styles ------------------------------*/
/*-----------------------------------------------------------------------------*/
#payableChargesContainer tr,
div[style="float:right;margin-top:10px;font-size:0.7em;background-color:rgb(234, 234, 234);padding:10px;width:280px;"] {
  font-size: 1em !important;
}

#payableChargesContainer td {
  text-align: left;
}

table.cart-view__table {
  font-weight: normal !important;
}

.taxes-due-alert {
  padding: 10px;
  margin-top: 15px;
  border-radius: 10px;
  background: seashell;
}

.partial-payment-alert {
  max-width: 500px;
  padding-left: 2em;
  background-color: white;
  color: red;
  font-weight: bold;
}

.edit-payment-notif {
  padding-left: 2em;
}

.pymt-logos {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.img-pymt-logo {
  width: 50px;
}

.toast {
  font-size: 40px !important;
  padding: 20px !important;
  bottom: 250px !important;
  background-color: #006400 !important;
}

#ShoppingCartCount {
  color: red;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------*/
/*-------------Media Queries for different screen sizes------------------------*/
/*-----------------------------------------------------------------------------*/

@media screen and (min-width: 1250px) {
  #topmenu a {
    height: 50px;
    padding: 20px calc(2px + 1.5vw);
  }
  #wrapper.center {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 1249px) {
  #topmenu {
    position: static;
  }

  #topmenu ul {
    position: static;
    margin: 0 auto;
  }

  #topmenu a {
    padding: 20px calc(2px + 0.5vw);
  }

  #wrapper.center {
    background-color: #fff !important;
  }

  #secondarytopmenu {
    position: static;
    background-color: #0050d8;
  }

  #secondarytopmenu ul {
    position: static;
    margin: 0 auto;
  }

  #header {
    height: 48px;
  }

  #outerheader {
    background-color: transparent;
  }

  .sitelogocontainer {
    width: 100%;
  }

  .sitelogo {
    background: #2a2a2a;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    border-bottom: 0;
  }

  body.normalpage {
    min-width: 0 !important;
    width: 100%;
  }

  #wrapper.center {
    min-width: 0;
    width: 100%;
    background-color: #fff !important;
  }
}

@media screen and (max-width: 775px) {
  #topmenu {
    display: none;
  }

  .sitelogo {
    border: none;
  }

  nav {
    padding-top: 10px;
  }

  #secondarytopmenu {
    height: auto;
  }

  #secondarytopmenu ul li {
    height: unset;
    float: none;
    border-top: white 1px solid;
  }

  #secondarytopmenu ul {
    font-size: 0.95em;
    display: block;
  }

  #secondarytopmenu a {
    padding: 7px 17.5px;
  }

  #wrapper.center {
    background-color: #fff !important;
  }
}

@media screen and (min-width: 0) and (max-width: 478px) {
  #wrapper.center {
    display: flex;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    background-color: #fff !important;
  }

  #mobileAlert {
    display: block;
    padding: 5px;
    background: rgba(133, 133, 133, 0.5);
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
  }

  body.normalpage {
    min-width: 0 !important;
    width: 100%;
  }

  #ContentPanel1 {
    width: 100% !important;
  }

  form[name="Form1"] {
    width: 100% !important;
  }

  button#btSearch,
  #btDisagree.Btn.BtnBlue,
  #btAgree.Btn.BtnBlue {
    width: 100%;
    font-size: 18px;
    height: 60px;
    border-radius: 25px;
    margin: 10px 0;
  }

  #inpDir {
    display: none;
  }

  input.FormText {
    margin-bottom: 10px;
  }

  .BannerTabsT {
    display: none;
  }

  #topmenu {
    display: none !important;
  }

  /* #topmenu ul {
          display: block;
          float: left;
          height: auto;
      }
  
      #topmenu ul li {
          width: 100%;
      } */

  #secondarytopmenu {
    height: auto;
  }

  #secondarytopmenu > ul {
    text-align: center;
    display: block;
  }

  #secondarytopmenu ul li {
    float: none;
    height: unset;
  }

  #rightsection {
    visibility: hidden;
  }

  /* Reordering search fields on mobile */
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table {
    display: flex;
    flex-direction: column;
  }

  #inpLegal1,
  #inpLegal2,
  #inpLegal3,
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(1)
    > td:nth-child(3),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(1)
    > td:nth-child(4),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(1)
    > td:nth-child(5),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(1)
    > td:nth-child(3),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(2)
    > td:nth-child(1),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(2)
    > td:nth-child(2),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(2)
    > td:nth-child(3),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(2)
    > td:nth-child(4),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(2)
    > td:nth-child(5),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(3)
    > td:nth-child(3),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(3)
    > td:nth-child(4),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(3)
    > td:nth-child(5),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(4)
    > td:nth-child(3),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(4)
    > td:nth-child(4),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(4)
    > td:nth-child(5),
  #frmMain
    > table
    > tbody
    > tr
    > td
    > div
    > div
    > table:nth-child(1)
    > tbody
    > tr:nth-child(6)
    > td
    > table
    > tbody
    > tr:nth-child(4)
    > td:nth-child(6) {
    display: none;
  }

  /* Remove Advanced Search on mobile */
  /* #secondarytopmenu>ul>li:nth-child(2) {
          display: none;
      } */

  .BannerSubTabs {
    padding: 0;
  }

  table {
    border-spacing: 0;
  }

  table,
  tbody,
  tr,
  td,
  th {
    display: block;
    text-align: left;
    width: 100% !important;
    height: auto;
  }

  #searchResults::before {
    content: "Sort Results:";
    margin-left: 5px;
    font-weight: bold;
  }

  #searchResults > thead {
    display: block;
    margin-bottom: 10px;
  }

  #searchResults > tbody > tr {
    margin-bottom: 10px;
  }

  #searchResults tr.SearchResults > td:nth-child(1) {
    background-color: #0f4656;
    color: white;
  }

  tr.SearchResults > td {
    border: none !important;
  }

  tr.SearchResults {
    border: 1px black solid !important;
  }

  .FormText {
    width: 90%;
    padding-bottom: 3px;
  }

  #trTaxYear {
    display: none;
  }

  #wrapper > #sidemenu::before {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    content: "More parcel info:";
  }

  #sidemenu {
    width: 100% !important;
    display: block;
    order: 2;
  }

  #sidemenu ul {
    display: block;
    padding: 0;
  }

  #sidemenu ul .sel a {
    display: block;
  }

  #sidemenu .sel a,
  #sidemenu .unsel a {
    width: 100%;
    display: block;
  }

  /* Hide GIS from mobile */
  #sidemenu > ul > li:nth-child(10),
  #sidemenu > ul > li:nth-child(17) {
    display: none;
  }

  .columns {
    display: block;
    width: 100%;
  }

  .PullDownMenuLayer {
    display: none;
  }

  #datalet_header_row {
    margin-bottom: 10px;
  }

  tr.BannerTabs {
    display: none;
  }

  td.DataletSideHeading {
    background-color: #0f4656;
    color: white;
  }

  .contentpanel
    div[style="min-width:500px; min-height:450px;max-width:1600px;   vertical-align:top;"] {
    min-width: 0 !important;
    min-height: 0 !important;
  }

  table[width="600px"] {
    width: 100% !important;
  }

  .DataletData {
    padding-bottom: 10px;
    min-height: 29px;
  }

  /****************************** DATALET RESTYLING SECTION *****************************/

  /******** Only need to restyle vertical datalets ********/

  /***********************************************/
  /***************  Real Property  ***************/
  /***********************************************/

  /* Restyle the All Owners datalet for mobile */
  table[id="All Owners"] .DataletTopHeading {
    display: none;
  }

  table[id="All Owners"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="All Owners"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="All Owners"] td.DataletData:nth-of-type(1)::before {
    content: "Name";
  }

  table[id="All Owners"] td.DataletData:nth-of-type(2)::before {
    content: "Type(s)";
  }

  table[id="All Owners"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="All Owners"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Sales datalet for mobile */
  table[id="Sales"] .DataletTopHeading {
    display: none;
  }

  table[id="Sales"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Sales"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Sales"] td.DataletData:nth-of-type(1)::before {
    content: "Sale Date";
  }

  table[id="Sales"] td.DataletData:nth-of-type(2)::before {
    content: "Type";
  }

  table[id="Sales"] td.DataletData:nth-of-type(3)::before {
    content: "V/I";
  }

  table[id="Sales"] td.DataletData:nth-of-type(4)::before {
    content: "Instr No";
  }

  table[id="Sales"] td.DataletData:nth-of-type(5)::before {
    content: "Sale Amt";
  }

  table[id="Sales"] td.DataletData:nth-of-type(6)::before {
    content: "Seller(s)";
  }

  table[id="Sales"] td.DataletData:nth-of-type(7)::before {
    content: "Buyer(s)";
  }

  table[id="Sales"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Sales"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Exemptions datalet for mobile */
  table[id="Exemptions"] .DataletTopHeading {
    display: none;
  }

  table[id="Exemptions"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Exemptions"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(1)::before {
    content: "Ex Code";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(2)::before {
    content: "Description";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(3)::before {
    content: "CAP Year";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(4)::before {
    content: "Port Flag";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(5)::before {
    content: "Ex Amt";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(6)::before {
    content: "Ovr";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(7)::before {
    content: "E.Ovr Val";
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(8)::before {
    content: "Status";
  }

  table[id="Exemptions"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Exemptions"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Appraised Dates datalet for mobile */
  table[id="Appraised Dates"] .DataletTopHeading {
    display: none;
  }

  table[id="Appraised Dates"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Appraised Dates"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Appraised Dates"] td.DataletData:nth-of-type(1)::before {
    content: "Date";
  }

  table[id="Appraised Dates"] td.DataletData:nth-of-type(2)::before {
    content: "Type";
  }

  table[id="Appraised Dates"] td.DataletData:nth-of-type(3)::before {
    content: "Appraiser";
  }

  table[id="Appraised Dates"] td.DataletData:nth-of-type(4)::before {
    content: "Notes";
  }

  table[id="Appraised Dates"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Appraised Dates"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Special Assessments (Non Ad-Valorem) datalet for mobile */
  table[id="Special Assessments (Non Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Special Assessments (Non Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Special Assessments (Non Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(1)::before {
    content: "Code";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(2)::before {
    content: "Description";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(3)::before {
    content: "Units";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(4)::before {
    content: "Rate";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(5)::before {
    content: "Amt";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(6)::before {
    content: "Stop Year";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(7)::before {
    content: "Ovr";
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Special Assessments (Non Ad-Valorem)"]
    td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Proposed Taxes (Ad-Valorem) datalet for mobile */
  table[id="Proposed Taxes (Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Proposed Taxes (Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Proposed Taxes (Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(1)::before {
    content: "Code";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(2)::before {
    content: "Authority";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(3)::before {
    content: "Fund";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(4)::before {
    content: "Just/Mkt";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(5)::before {
    content: "Assessed";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(6)::before {
    content: "Taxable";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(7)::before {
    content: "Rate";
  }

  table[id="Proposed Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(8)::before {
    content: "Proposed Taxes";
  }

  table[id="Proposed Taxes (Ad-Valorem)"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Proposed Taxes (Ad-Valorem)"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Estimated Taxes (Ad-Valorem) datalet for mobile */
  table[id="Estimated Taxes (Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Estimated Taxes (Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Estimated Taxes (Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(1)::before {
    content: "Code";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(2)::before {
    content: "Authority";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(3)::before {
    content: "Fund";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(4)::before {
    content: "Just/Mkt";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(5)::before {
    content: "Assessed";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(6)::before {
    content: "Taxable";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(7)::before {
    content: "Rate";
  }

  table[id="Estimated Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(8)::before {
    content: "Proposed Taxes";
  }

  table[id="Estimated Taxes (Ad-Valorem)"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Estimated Taxes (Ad-Valorem)"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Land datalet for mobile */
  table[id="Land"] .DataletTopHeading {
    display: none;
  }

  table[id="Land"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Land"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Land"] td.DataletData:nth-of-type(1)::before {
    content: "Line#";
  }

  table[id="Land"] td.DataletData:nth-of-type(2)::before {
    content: "CODE";
  }

  table[id="Land"] td.DataletData:nth-of-type(3)::before {
    content: "Qty Code";
  }

  table[id="Land"] td.DataletData:nth-of-type(4)::before {
    content: "Qty";
  }

  table[id="Land"] td.DataletData:nth-of-type(5)::before {
    content: "Rate";
  }

  table[id="Land"] td.DataletData:nth-of-type(6)::before {
    content: "Value";
  }

  table[id="Land"] td.DataletData:nth-of-type(7)::before {
    content: "AG";
  }

  table[id="Land"] td.DataletData:nth-of-type(8)::before {
    content: "AG Value";
  }

  table[id="Land"] td.DataletData:nth-of-type(9)::before {
    content: "Mod";
  }

  table[id="Land"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Land"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Subareas datalet for mobile */
  table[id="Subareas"] .DataletTopHeading {
    display: none;
  }

  table[id="Subareas"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Subareas"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Subareas"] td.DataletData:nth-of-type(1)::before {
    content: "Bldg/Card #";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(2)::before {
    content: "Line";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(3)::before {
    content: "Code";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(4)::before {
    content: "Total Gross Area";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(5)::before {
    content: "% Adj.";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(6)::before {
    content: "Total Adj. Area";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(7)::before {
    content: "Year";
  }

  table[id="Subareas"] td.DataletData:nth-of-type(8)::before {
    content: "Chg";
  }

  table[id="Subareas"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Subareas"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Extra Features datalet for mobile */
  table[id="Extra Features"] .DataletTopHeading {
    display: none;
  }

  table[id="Extra Features"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Extra Features"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(1)::before {
    content: "Bldg #";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(2)::before {
    content: "Line";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(3)::before {
    content: "Code";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(4)::before {
    content: "Yr Blt";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(5)::before {
    content: "L";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(6)::before {
    content: "W";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(7)::before {
    content: "Area/Qty";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(8)::before {
    content: "Unit Rate";
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(9)::before {
    content: "Qual %";
  }

  table[id="Extra Features"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Extra Features"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Historic Values datalet for mobile */
  table[id="OCPA Historic Values"] .DataletTopHeading {
    display: none;
  }

  table[id="OCPA Historic Values"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="OCPA Historic Values"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(2)::before {
    content: "Ag Value";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(3)::before {
    content: "Land";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(4)::before {
    content: "Building";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(5)::before {
    content: "Xfob";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(6)::before {
    content: "Market/Just";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(7)::before {
    content: "Mkt Pct Chg";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(8)::before {
    content: "Condo Value";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(9)::before {
    content: "Income Value";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(10)::before {
    content: "New Const";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(11)::before {
    content: "Additions";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(12)::before {
    content: "Demolition";
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="OCPA Historic Values"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the County Values datalet for mobile */
  table[id="County Values"] .DataletTopHeading {
    display: none;
  }

  table[id="County Values"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="County Values"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="County Values"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="County Values"] td.DataletData:nth-of-type(2)::before {
    content: "Assd County";
  }

  table[id="County Values"] td.DataletData:nth-of-type(3)::before {
    content: "Assd Pct Chg";
  }

  table[id="County Values"] td.DataletData:nth-of-type(4)::before {
    content: "Exemptions";
  }

  table[id="County Values"] td.DataletData:nth-of-type(5)::before {
    content: "Addl Homestead";
  }

  table[id="County Values"] td.DataletData:nth-of-type(6)::before {
    content: "Senior Exemption";
  }

  table[id="County Values"] td.DataletData:nth-of-type(7)::before {
    content: "Total County Exem";
  }

  table[id="County Values"] td.DataletData:nth-of-type(8)::before {
    content: "Taxable County";
  }

  table[id="County Values"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="County Values"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the City Values datalet for mobile */
  table[id="City Values"] .DataletTopHeading {
    display: none;
  }

  table[id="City Values"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="City Values"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="City Values"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="City Values"] td.DataletData:nth-of-type(2)::before {
    content: "Assd";
  }

  table[id="City Values"] td.DataletData:nth-of-type(3)::before {
    content: "Assd Pct Chg";
  }

  table[id="City Values"] td.DataletData:nth-of-type(4)::before {
    content: "Exemptions";
  }

  table[id="City Values"] td.DataletData:nth-of-type(5)::before {
    content: "Addl Homestead";
  }

  table[id="City Values"] td.DataletData:nth-of-type(6)::before {
    content: "Senior Exemption";
  }

  table[id="City Values"] td.DataletData:nth-of-type(7)::before {
    content: "Total City Exem";
  }

  table[id="City Values"] td.DataletData:nth-of-type(8)::before {
    content: "Taxable City";
  }

  table[id="City Values"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="City Values"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Other Values datalet for mobile */
  table[id="Other Values"] .DataletTopHeading {
    display: none;
  }

  table[id="Other Values"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Other Values"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Other Values"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(2)::before {
    content: "Assd";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(3)::before {
    content: "Assd Pct Chg";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(4)::before {
    content: "Exemptions";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(5)::before {
    content: "Addl Homestead";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(6)::before {
    content: "Total Other Exem";
  }

  table[id="Other Values"] td.DataletData:nth-of-type(7)::before {
    content: "Taxable Other";
  }

  table[id="Other Values"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Other Values"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the School Values datalet for mobile */
  table[id="School Values"] .DataletTopHeading {
    display: none;
  }

  table[id="School Values"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="School Values"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="School Values"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="School Values"] td.DataletData:nth-of-type(2)::before {
    content: "Assd School";
  }

  table[id="School Values"] td.DataletData:nth-of-type(3)::before {
    content: "Assd Pct Chg";
  }

  table[id="School Values"] td.DataletData:nth-of-type(4)::before {
    content: "Exemptions";
  }

  table[id="School Values"] td.DataletData:nth-of-type(5)::before {
    content: "Total School Exem";
  }

  table[id="School Values"] td.DataletData:nth-of-type(6)::before {
    content: "Total School";
  }

  table[id="School Values"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="School Values"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Proposed Tax (Ad-Valorem) datalet for mobile */
  table[id="Proposed Tax (Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Proposed Tax (Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(2)::before {
    content: "Authority";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(3)::before {
    content: "Fund";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(4)::before {
    content: "Just/Mkt";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(5)::before {
    content: "Assessed";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(6)::before {
    content: "Taxable";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(7)::before {
    content: "Rate";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(8)::before {
    content: "Proposed Taxes";
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Proposed Tax (Ad-Valorem)"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Estimated Tax (Ad-Valorem) datalet for mobile */
  table[id="Estimated Tax (Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Estimated Tax (Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(2)::before {
    content: "Authority";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(3)::before {
    content: "Fund";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(4)::before {
    content: "Just/Mkt";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(5)::before {
    content: "Assessed";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(6)::before {
    content: "Taxable";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(7)::before {
    content: "Rate";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(8)::before {
    content: "Estimated Taxes";
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Estimated Tax (Ad-Valorem)"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Prior Year Taxes (Ad-Valorem) datalet for mobile */
  table[id="Prior Year Taxes (Ad-Valorem)"] .DataletTopHeading {
    display: none;
  }

  table[id="Prior Year Taxes (Ad-Valorem)"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Prior Year Taxes (Ad-Valorem)"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(2)::before {
    content: "Authority";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(3)::before {
    content: "Fund";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(4)::before {
    content: "Just/Mkt";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(5)::before {
    content: "Assessed";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(6)::before {
    content: "Taxable";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(7)::before {
    content: "Rate";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"]
    td.DataletData:nth-of-type(8)::before {
    content: "Estimated Taxes";
  }

  table[id="Prior Year Taxes (Ad-Valorem)"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Prior Year Taxes (Ad-Valorem)"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Exemptions History datalet for mobile */
  table[id="Exemptions History"] .DataletTopHeading {
    display: none;
  }

  table[id="Exemptions History"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Exemptions History"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(1)::before {
    content: "Tax Year";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(2)::before {
    content: "Ex Code";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(3)::before {
    content: "Description";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(4)::before {
    content: "Start Year";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(5)::before {
    content: "Port Flag";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(6)::before {
    content: "Ex Amt";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(7)::before {
    content: "Ovr";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(8)::before {
    content: "Ovr Val";
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(9)::before {
    content: "Status";
  }

  table[id="Exemptions History"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Exemptions History"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Owner History datalet for mobile */
  table[id="Owner History"] .DataletTopHeading {
    display: none;
  }

  table[id="Owner History"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Owner History"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Owner History"] td.DataletData:nth-of-type(1)::before {
    content: "Seq#";
  }

  table[id="Owner History"] td.DataletData:nth-of-type(2)::before {
    content: "Tax Year";
  }

  table[id="Owner History"] td.DataletData:nth-of-type(3)::before {
    content: "Owner";
  }

  table[id="Owner History"] td.DataletData:nth-of-type(4)::before {
    content: " ";
  }

  table[id="Owner History"] td.DataletData:nth-of-type(5)::before {
    content: "Owner Type(s)";
  }

  table[id="Owner History"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Owner History"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /***********************************************/
  /***********  Personal Property  ***************/
  /***********************************************/

  /* Restyle the Alternate Owner Info datalet for mobile */
  table[id="Alternate Owner Info"] .DataletTopHeading {
    display: none;
  }

  table[id="Alternate Owner Info"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Alternate Owner Info"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Alternate Owner Info"] td.DataletData:nth-of-type(1)::before {
    content: "Alt Owner Type";
  }

  table[id="Alternate Owner Info"] td.DataletData:nth-of-type(2)::before {
    content: "Alt Owner Name";
  }

  table[id="Alternate Owner Info"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Alternate Owner Info"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Asmt History datalet for mobile */
  table[id="Asmt History"] .DataletTopHeading {
    display: none;
  }

  table[id="Asmt History"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Asmt History"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(1)::before {
    content: "Line #";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(2)::before {
    content: "Description";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(3)::before {
    content: "Current";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(4)::before {
    content: "History1";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(5)::before {
    content: "History2";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(6)::before {
    content: "History3";
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(7)::before {
    content: "History4";
  }

  table[id="Asmt History"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Asmt History"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the Asmt  History datalet for mobile */
  table[id="Asmt  History"] .DataletTopHeading {
    display: none;
  }

  table[id="Asmt  History"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="Asmt  History"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(1)::before {
    content: "Line #";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(2)::before {
    content: "Description";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(3)::before {
    content: "Current";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(4)::before {
    content: "History1";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(5)::before {
    content: "History2";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(6)::before {
    content: "History3";
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(7)::before {
    content: "History4";
  }

  table[id="Asmt  History"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="Asmt  History"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }

  /* Restyle the PP Exemptions datalet for mobile */
  table[id="PP Exemptions"] .DataletTopHeading {
    display: none;
  }

  table[id="PP Exemptions"] td {
    border: none;
    position: relative;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
  }

  table[id="PP Exemptions"] td.DataletData::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10%;
    white-space: nowrap;
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(1)::before {
    content: "Ex Code";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(2)::before {
    content: "Year Begin";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(3)::before {
    content: "Applied Value";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(4)::before {
    content: "Exempt %";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(5)::before {
    content: "Override";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(6)::before {
    content: "Reason Code";
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(7)::before {
    content: "Status Flag";
  }

  table[id="PP Exemptions"] td.DataletData:nth-last-of-type(1) {
    margin-bottom: 15px;
  }

  table[id="PP Exemptions"] td.DataletData:nth-of-type(1) {
    background-color: #0f4656;
    color: white;
  }
}
