body {
  background-color: #f8f8f8;
  margin: 0px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
}
@media (min-width: 601px) and (max-width: 850px) {
  body {
    font-size: 0.7rem;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 0.6rem;
  }
}

h1, h2, h3, h4 {
  color: #44546E;
}

#header {
  min-height: 234px;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media print {
  #header {
    min-height: 0px;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  #header {
    min-height: 180px;
  }
}
@media (max-width: 600px) {
  #header {
    min-height: 150px;
  }
}
#header .header-logo {
  background: rgba(255, 255, 255, 0.85);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5%;
  border-bottom: 2px solid #908e8e;
}
@media print {
  #header .header-logo {
    border-style: none;
  }
}
@media (max-width: 600px) {
  #header .header-logo {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  #header .header-logo img {
    width: 180px;
  }
}
@media (max-width: 600px) {
  #header .header-logo img {
    width: 80%;
  }
}
#header .header-background {
  position: absolute;
  min-height: 234px;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -999999;
}
@media print {
  #header .header-background {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 850px) {
  #header .header-background {
    min-height: 180px;
  }
}
@media (max-width: 600px) {
  #header .header-background {
    min-height: 150px;
  }
}
#header .header-background img {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -1100px;
}
@media (min-width: 601px) and (max-width: 850px) {
  #header .header-background img {
    margin: -54px 0 0 -1100px;
  }
}
@media (max-width: 600px) {
  #header .header-background img {
    margin: -84px 0 0 -1100px;
  }
}

.topbox {
  font-size: 0.9rem;
  line-height: 1.5;
}

#footer {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 5px 0 0 0;
  font-family: arial;
  font-size: 0.75rem;
}
#footer h3 {
  margin-top: 5px;
  font-size: 1rem;
}
#footer a {
  color: #00738f;
}

.container {
  max-width: 900px;
  margin: auto;
  background-color: #ffffff;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 1px;
  -webkit-box-shadow: 0 0 25px #e8e8e8;
  -moz-box-shadow: 0 0 25px #e8e8e8;
  box-shadow: 0 0 25px #e8e8e8;
}
@media print {
  .container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 601px) {
  .container {
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.section {
  position: relative;
  border-width: 2px 0px;
  border-style: solid;
  border-color: #5a6f8f;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (min-width: 601px) {
  .section {
    border-width: 2px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
@media (max-width: 600px) {
  .section {
    margin-bottom: -2.5px;
  }
}

.attention {
  text-align: left;
  font-size: 1.21em;
  color: #cc0000;
  padding: 5px 20px;
  line-height: 1.5;
}

@media (min-width: 601px) {
  .small-only {
    display: none !important;
  }
}
.error {
  background-color: mistyrose;
  color: #cc0000;
  border-color: red;
  border-style: solid;
}

.red {
  color: #cc0000;
  font-weight: 1000;
}

input[type=button] {
  color: white;
  background-color: #5a6f8f;
  border-color: #88A8DC #44546E #44546E #88A8DC;
  font-weight: 700;
  font-size: 1.2em;
  padding: 2px 8px;
}
input[type=button]:hover {
  background-color: #88A8DC;
  border-color: #5a6f8f;
}

.Taxpayment-Modal {
  background-color: white;
  border-color: #5a6f8f;
  border-style: solid;
  border-width: 2px;
  margin: 100px 20px auto;
  padding: 10px;
  padding-top: 0;
  text-align: center;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (min-width: 601px) and (max-width: 850px) {
  .Taxpayment-Modal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 851px) {
  .Taxpayment-Modal {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.Taxpayment-Modal input {
  margin: 2px 5px;
}
.Taxpayment-Modal.LookupWidget-Modals-PayHub img, .Taxpayment-Modal.ShoppingCartWidget.Modals.PayHub img {
  width: 100px;
  vertical-align: middle;
  padding-bottom: 4px;
  margin-left: -10px;
}

@media (max-width: 600px) {
  .title-section {
    padding-bottom: 46px;
  }
}

.GSGLOGO {
  position: absolute;
  padding: 5px;
  font-size: 10px;
}
@media (min-width: 601px) {
  .GSGLOGO {
    top: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .GSGLOGO {
    bottom: 0;
    left: 0;
  }
}
.GSGLOGO img {
  width: 100px;
  margin-top: -8px;
}

#ViewCartWidget {
  position: absolute;
  padding: 5px;
  bottom: 0;
  right: 0;
}
@media print {
  #ViewCartWidget {
    display: none;
  }
}

@media print {
  #LockWidget {
    display: none;
  }
}
#LockWidget div.LockWidget {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: mistyrose;
  color: red;
  border-bottom-style: solid;
  border-bottom-color: red;
  padding: 5px;
}
#LockWidget div.LockWidget input[type=button] {
  margin-left: 5px;
  background-color: red;
  color: mistyrose;
  border-style: none;
}
#LockWidget div.LockWidget input[type=button]:hover {
  background-color: rgb(255, 109, 109);
}

#EventMessagesWidget > div {
  margin-bottom: 50px;
}
#EventMessagesWidget div.message {
  border-width: 2px;
  border-style: solid;
  margin: 5px 15px;
  padding-top: 15px;
  color: #44546E;
  background-color: #fbfbfb;
  border-color: #5a6f8f;
  color: red;
  background-color: MistyRose;
  border-color: red;
  padding-bottom: 15px;
}

.LookupWidget .searching {
  padding: 10px;
}
.LookupWidget .message {
  -moz-border-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
}
.LookupWidget .LookupWidget-DisplayStates-Open {
  border-color: #5a6f8f;
  border-bottom-style: solid;
}
.LookupWidget .details {
  margin: 10px;
  background-color: #fbfbfb;
  border-color: #5a6f8f;
  border-style: solid;
}
.LookupWidget .tabs {
  margin-top: 10px;
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  white-space: nowrap;
  color: #5a6f8f;
  text-decoration: none;
}
.LookupWidget .tabs > div {
  display: table-row;
}
.LookupWidget .tabs > div > div {
  display: table-cell;
  width: 16.66%;
  min-width: 20px;
  padding: 10px 0px;
  white-space: normal;
}
@media (max-width: 600px) {
  .LookupWidget .tabs > div > div span {
    display: none;
  }
}
.LookupWidget .tabs > div > div:not(.selected) {
  cursor: pointer;
}
.LookupWidget .tabs > div > div.selected {
  background-color: #5a6f8f;
  color: #fbfbfb;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.LookupWidget .tabs > div > div.selected.first {
  border-top-left-radius: 0px;
}
.LookupWidget .tabs > div > div.selected.last {
  border-top-right-radius: 0px;
}
.LookupWidget .tabs > div > div.selected svg .icon {
  fill: #fbfbfb;
}
.LookupWidget .tabs > div > div .svg {
  padding-top: 10%;
}
@media screen and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .LookupWidget .tabs > div > div .svg {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .LookupWidget .tabs > div > div .svg {
    position: relative;
    padding-top: 60%;
  }
  .LookupWidget .tabs > div > div .svg > div {
    position: absolute;
    top: -30%;
    left: 0px;
    width: 100%;
  }
}
.LookupWidget .tabs > div > div svg {
  display: block;
  width: 50%;
  height: 50%;
  margin: auto;
}
.LookupWidget .tabs > div > div svg .icon {
  fill: #5a6f8f;
}
.LookupWidget .tabs > div > div.disabled {
  color: gray;
}
.LookupWidget .tabs > div > div.disabled svg .icon {
  fill: gray;
}
.LookupWidget .tabContent {
  margin: 10px;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment {
  width: 80%;
  margin: auto;
  font-size: 1.5em;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table {
  width: 100%;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table tr:nth-of-type(1) {
  font-size: 1.2em;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table tr td {
  padding: 3px 0px;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table tr td:nth-of-type(1) {
  text-align: left;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table tr td:nth-of-type(2) {
  font-weight: bold;
}
.LookupWidget .LookupWidget-ResultsTabs-Assessment table tr td:nth-of-type(3) {
  text-align: right;
  font-weight: bold;
}
.LookupWidget .LookupWidget-ResultsTabs-PropertyMap {
  width: 100%;
  height: 100%;
}
.LookupWidget .LookupWidget-ResultsTabs-Contact {
  padding-bottom: 20px;
}
@media (min-width: 601px) {
  .LookupWidget .LookupWidget-ResultsTabs-Contact {
    display: table;
    width: 100%;
  }
  .LookupWidget .LookupWidget-ResultsTabs-Contact > div {
    display: table-row;
  }
  .LookupWidget .LookupWidget-ResultsTabs-Contact > div > div {
    display: table-cell;
  }
}
.LookupWidget .SelectionSummary {
  padding-top: 5px;
}
@media (min-width: 601px) {
  .LookupWidget .SelectionSummary .SummaryButtons, .LookupWidget .SelectionSummary .SummaryTotals {
    display: table;
    width: 100%;
  }
  .LookupWidget .SelectionSummary .SummaryButtons > div, .LookupWidget .SelectionSummary .SummaryTotals > div {
    display: table-row;
  }
  .LookupWidget .SelectionSummary .SummaryButtons > div > div, .LookupWidget .SelectionSummary .SummaryTotals > div > div {
    display: table-cell;
  }
}
@media (min-width: 601px) {
  .LookupWidget .SelectionSummary .SummaryButtons div:nth-of-type(1), .LookupWidget .SelectionSummary .SummaryButtons div:nth-of-type(3) {
    width: 10%;
  }
}
@media (max-width: 600px) {
  .LookupWidget .SelectionSummary .SummaryButtons div:nth-of-type(3) {
    padding: 3px;
  }
}
.LookupWidget .REVQLINK {
  font-size: 2em;
}
@media (max-width: 600px) {
  .LookupWidget .REVQLINK {
    border-style: none;
    font-size: 1.5em;
  }
}
.LookupWidget .REVQLINK .ResponsiveTitle {
  display: none;
}
.LookupWidget .REVQLINK .ResponsiveContent {
  width: 100%;
  padding: 14px 0px 20px 0px;
  text-align: center;
}
@media (max-width: 600px) {
  .LookupWidget .REVQLINK .ResponsiveContent {
    padding: 4px 0px 10px 0px;
  }
}

.LookupBarWidget {
  width: 100%;
}
@media print {
  .LookupBarWidget {
    display: none;
  }
}
.LookupBarWidget div select,
.LookupBarWidget div input {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #574a4a;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
}
.LookupBarWidget div select.expand {
  width: 100%;
}
.LookupBarWidget div.go input {
  background-color: #5a6f8f;
  color: white;
  border-width: 0px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
}
.LookupBarWidget div.go input:hover {
  background-color: #88A8DC;
}
@media (min-width: 601px) {
  .LookupBarWidget {
    border-bottom-style: none;
    background-color: #5a6f8f;
    color: white;
    display: table;
  }
  .LookupBarWidget div {
    display: table-row;
  }
  .LookupBarWidget div div {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    width: auto;
  }
  .LookupBarWidget div div input,
  .LookupBarWidget div div select {
    width: auto;
  }
  .LookupBarWidget div div.expand {
    white-space: normal;
    width: 100%;
  }
  .LookupBarWidget div div.expand input {
    width: 100%;
  }
  .LookupBarWidget div div.searchby {
    padding: 0px 12px;
  }
  .LookupBarWidget div div.select {
    padding: 0px;
  }
  .LookupBarWidget div div.select select {
    display: inline;
  }
  .LookupBarWidget div div.go input {
    width: 60px;
    padding: 0px, 10px;
  }
}
@media (max-width: 600px) {
  .LookupBarWidget div div {
    display: block;
    margin-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .LookupBarWidget div div select,
  .LookupBarWidget div div input {
    width: 100%;
  }
}

.ResultsTableWidget {
  width: 100%;
  border-width: 2px;
  border-color: #5a6f8f;
  border-collapse: collapse;
}
.ResultsTableWidget th {
  color: #44546E;
  font-weight: 700;
  font-size: 1rem;
  border-color: inherit;
  border-bottom-style: solid;
}
.ResultsTableWidget tbody tr:first-of-type td {
  padding-top: 6px;
}
.ResultsTableWidget tbody tr:nth-of-type(2n) {
  background-color: #f8f8f8;
}
.ResultsTableWidget td {
  padding: 3px 0px;
}
@media (min-width: 601px) {
  .ResultsTableWidget td .ResponsiveTitle {
    display: none;
  }
}
@media (max-width: 600px) {
  .ResultsTableWidget {
    display: block;
  }
  .ResultsTableWidget thead {
    display: none;
  }
  .ResultsTableWidget tbody {
    display: block;
    width: 100%;
  }
  .ResultsTableWidget tbody tr {
    display: block;
    border: 1px solid #5a6f8f;
    border-bottom-width: 0;
    padding: 6px;
  }
  .ResultsTableWidget tbody tr:last-of-type {
    border-bottom-width: 1px;
  }
  .ResultsTableWidget tbody tr td {
    display: block;
    text-align: left;
    padding: 0;
  }
  .ResultsTableWidget tbody tr td div {
    display: inline-block;
    width: 50%;
  }
  .ResultsTableWidget tbody tr:first-of-type td {
    padding: 0;
  }
}

.SelectableResultsTableWidget .selected {
  background-color: #dde3ee;
}
.SelectableResultsTableWidget tbody tr.selected:nth-of-type(2n) {
  background-color: #b0bed9;
}

.GoogleMapsWidget {
  width: 100%;
  height: 100%;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
  min-height: 44px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  left: auto;
  overflow: visible;
  padding: 0.5rem 1rem;
  background: #111;
  color: #fff;
  text-decoration: none;
  outline: 2px solid #fff;
  outline-offset: 2px;
}

#convenience-fee-info {
  border-style: solid;
  border-color: darkred;
  border-width: 2px;
  padding: 12px;
  margin: 5px 15px;
  line-height: 1.5;
}
#convenience-fee-info h2 {
  margin-top: 0;
}
#convenience-fee-info p {
  text-align: justify;
  font-size: 1.06em;
}

/*# sourceMappingURL=lookup.css.map */
