@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,800;1,100;1,200;1,300;1,500&display=swap');
html {
  scroll-behavior: smooth;
}

.right blockquote,
.right dl,
.right dd,
.right h1,
.right h2,
.right h3,
.right h4,
.right h5,
.right h6,
.right hr,
.right figure,
.right p,
.right pre {
  margin: revert !important;
  padding: revert !important;
  font-size: revert !important;
  font-weight: revert !important;
}
.right svg {
display:none;
}
.right a {
  pointer-events: none;
}
/* Override: Allow clicking for zoneomics-attachment links */
.right a#zoneomics-attachment,  #zoneomics-attachment {
  pointer-events: auto !important;
  color: #4257a7 !important;
}
.search {
  width: auto;
  height: 100%;
  text-align: center;
}
.searchBox {
  width: 300px;

  margin: 0em auto;
  padding-top: 2em;
}

.search select::-ms-expand {
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
  /* modern browsers */
  border-radius: 0;
}

.selectBox {
  /* width:50%; */
  margin-bottom: 1em;
}

.jsx-parser div {
  font-family: Plus Jakarta Sans;
}

#search {
  margin: 1em;
}

.right .header {
  display: inline;
  padding-left: unset;
  padding-right: unset;
}

ul.select2-choices {
  padding-right: 30px !important;
}

ul.select2-choices:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.inner-header {
  margin-top: 30px !important;
  color: #000411 !important;
  font-family: Poppins !important;
  font-size: 1.5625rem !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.select2-selection__arrow b {
  padding: 0;
}

/* State list */
.stateSection {
  margin: 4em 0;
}

.stateSection .stateArea {
  background-color: #f9f9f9;
  padding: 1em 0;
}
.stateSection h1 {
  padding-bottom: 1em;
}

.stateSection .stateList {
  width: 70%;
  margin: 1em auto;
  list-style: none;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(6, 1fr);
  text-align: left;
  white-space: nowrap;
}
.stateSection .stateList li {
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  padding: 2px 4px;
}

.stateSection .stateList li:hover {
  color: #4257a7;
}

.stateSection .stateList .active {
  color: #4257a7;
  border: 1px solid #4257a7;
  transition: all 0.5s ease-in-out;
}

.stateSection .cities {
  width: 80%;
  margin: 1em auto;
  list-style: none;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(5, 1fr);
  text-align: left;
  white-space: nowrap;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
}

.stateSection h2.availableCities {
  padding-bottom: 1em;
}

.stateSection .cities li {
  margin-left: 5em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  transform-origin: left top;
}

.stateSection .cities li:hover {
  color: #4257a7;
}
/* Policies Page */

.policies {
  font-family: 'Poppins', sans-serif;
}

.policies h1 {
  font-size: 24px;
}

.policies .grid {
  display: grid;
  grid-template-columns: 15vw 85vw;
  overflow-x: hidden;
}

.policies .right h1 {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.policies .icon {
  position: fixed;
  top: 82px;
  left: -10px;
  width: 50px;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 800;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.521);
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.policies .icon:hover {
  left: 0px;
}

.policies ul {
  list-style-type: none;
  padding: 0;
}

.policies .left {
  height: auto;
  transition: all 0.2s ease-in-out;
}
.policies .left .left-topbar {
  position: fixed;
  top: 85px;
  z-index: 3000;
  width: 370px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #fff;
  background: #4257a7;
  padding: 0.5em 0;
  margin: 0;
}

.policies .search_bar {
  width: 90% !important;
  margin: 0 auto auto auto;
  padding: 1em 0;
}
.select2-container--open .select2-dropdown--below {
  text-transform: capitalize;
  z-index: 10000;
}
.policies .left .sidebar {
  background: #fff;
  position: fixed;
  top: 155px;
  padding-bottom: 10em;
  height: 100%;
  width: 370px;
  overflow-y: scroll;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  direction: ltr;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}

.policies .search_bar span {
  font-size: 14px !important;
}

.policies .left ul li {
  display: block;
  list-style-type: none;
  padding: 20px 10px;
  margin: 0 1em;
  border-bottom: 2px solid rgba(82, 80, 80, 0.753);
}
.policies .left ul li:hover {
  background: rgba(128, 128, 128, 0.212);
  transition: all 0.5s ease-in-out;
}

.policies .titles li {
  font-weight: 600 !important;
  color: #000 !important;
}

/* Left Scroll Bar */

.policies .left .sidebar::-webkit-scrollbar {
  width: 13px;
}
.policies .left .sidebar::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 80px;
}

.policies .left .sidebar::-webkit-scrollbar-thumb {
  border-radius: 0 0 80px 80px;
  border: 6px solid rgba(0, 0, 0, 0.068);
  border-left: 0;
  border-right: 0;
  background-color: #a3a4a78c;
}
.policies .left .sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #797a7cb0;
}

.policies .heading {
  padding: 0;
  margin: 0;
}
.policies .heading ul {
}

.policies .heading li {
  padding: 0;
  margin: 0;
  margin: 0 1em;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}

/* Article Styles RIGHT SIDE ******************************** Article Styles RIGHT SIDE****************/

.right {
}

.right input[type='checkbox'] {
  display: none;
}

.titleTitle {
  color: #4257a7 !important;
}

.titleTitle > span {
  color: #4257a7 !important;
}

.para {
  font-family: Plus Jakarta Sans !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
}

.para > span {
  font-family: Plus Jakarta Sans !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
}

.policies #right {
  padding: 10px;
  text-decoration: none;
  color: #000;
  /* font-weight: 800; */
  pointer-events: none;
  cursor: default;
  margin-left: 6em;
  margin-right: 1em;
  position: relative;
}

.policies .right a {
  font-weight: 500;
}

.right img {
  display: none;
}

.policies .right .titel_underline {
  display: block;
  margin: 0 auto;
  border-bottom: 13px solid #4257a7;
  border-radius: 15px;
  width: 17%;
  box-shadow: 1px 1px 10px rgba(56, 56, 56, 0.836);
}

/* JSON DATA / Article Styles */

#childContent {
  padding: 10px;
}

.sectionTitle {
  margin: 1em 0 0.5em 0;
}

.selectionLabel {
  margin-left: 1em;
  padding-top: 2em;
}

label span,
legend span {
  font-weight: 500;

  font-size: 22px !important;
  color: rgba(0, 0, 0, 0.829);
}

.para {
  font-size: 15px;
  margin-left: 2em;
  font-weight: 400;
  color: #000 !important;
}

.para .bold {
  color: #000 !important;
}
.history {
  font-weight: 200;
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 12px;
}

.level {
  margin-top: 1em;
  margin-left: 2em;
}

.level ul li span {
  color: #4257a7 !important;
  font-family: Plus Jakarta Sans !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6875rem;
}

.level .litem .litem_number {
  color: #4257a7;
}
.level .item a.litem_number {
  padding-top: 1em;
  color: red;
}

.term .termLink {
  color: #4257a7;
  margin-top: 10px;
}

.footnotes {
  background: rgba(128, 128, 128, 0.185);
}

.footnote {
  opacity: 0.8;
  font-size: 14px;
  padding: 1em;
  margin-left: 2em;
}

.ftpara {
  display: inline;
  margin-left: 5px;
  font-weight: 200;
}

/* table */
table {
  margin: 1em 0;
}
thead {
  font-size: 12px;
  font-family: 'Roboto';
  padding: 12px !important;
  white-space: normal;
  background-color: #4257a7;
  color: #fff;
}

thead td {
  font-size: 12px;
  padding: 12px !important;
  font-family: 'Roboto';
  font-weight: 600;
  white-space: normal;
  background-color: #4257a7;
  color: #fff;
}

tbody td {
  font-family: 'Plus Jakarta Sans';
  font-size: 12px;
  padding: 10px 12px;
}

table thead tr th.entry {
  background-color: #4257a7 !important;
}
table thead em {
  color: white;
}

thead tr {
  background-color: #4257a7 !important;
}
.frame th .para {
  color: #fff !important;
  padding: 5px;
}
b,
strong {
  font-weight: 800;
  padding: 5px;
}
tr {
  line-height: 30px;
  padding: 1em;
  margin: 1em;
}
tr:nth-child(even) {
  background-color: rgb(239, 242, 255);
}
tr:nth-child(odd) {
  background-color: rgb(249, 250, 255);
}
.codeTable {
  padding: 5px;
  margin-left: 2em;
  /* border: 1px solid rgba(134, 134, 134, 0.281); */
}

.definition {
  margin-left: 2em;
  margin-top: 15px;
}
.term {
  margin: 1em 0;
}
.term > span {
  margin: 1em 0;
  color: #4257a7 !important;
}
.deftext {
  font-size: 14px;
  margin-left: 1em;
  font-weight: 500;
}
/* Graphics */
.graphic {
  display: none;
}

.notes {
  margin-left: 2em;
}

.customerTitleColor {
  font-weight: 200;
  margin-left: 1em;
  margin-top: 2em;
  margin-bottom: 0;
  background: lightgrey;
  font-size: 20px;
  padding: 10px;
}

.floatThead-container {
  display: none !important;
}

/* *************MUNICODE**************** */

.sub_heading,
.right h2 {
  margin-top: 30px !important;
  margin-bottom: 1.75rem !important;
  color: #000411;
  font-family: Poppins;
  font-size: 1.5rem !important;
  font-style: normal;
  line-height: 2.1875rem; /* 145.833% */
}

.alert-warning {
  display: none !important;
}
.pull-left {
  color: black;
}
.pull-right {
  color: black;
  margin-right: 20px;
}
.footnote-content {
  display: none !important;
}
.chunk-nav {
  font-size: 20px;
  font-weight: bold;
}
.chunk-title {
  margin-top: 30px;
  color: #000411;
  font-family: Poppins;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.label-primary {
  display: none;
}

.incr0 {
  font-weight: 600;
  display: inline-block;
  margin-top: 16px !important;
}

.incr0::after {
  content: '\00a0';
}

.content1::after,
.content2::after,
.content3::after,
.content4::after {
  content: '\a';
  white-space: pre;
}

.content1,
.content2,
.content3,
.content4 {
  display: inline;
  color: #000929;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
}
.incr1,
.incr2,
.incr3,
.incr4 {
  margin-left: 1em;
  display: table-column;
}
.content2 {
  display: inline;
}
.ital {
  color: #4257a7;
  font-style: italic;
}
.table-toolbar {
  display: none;
}
.bc0 .bold {
  font-weight: 600;
}

.animate-in {
  opacity: 1 !important;
}
mcc-codes-content {
  opacity: 1 !important;
}

.bold-important {
  color: #4257a7;
}

/* *************MUNICODE**************** */

/* *************AMLEGAL**************** */

.Jump {
  color: #000;
}
.Section {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  text-align: left;
  margin-top: 9pt;
}
.Normal-Level {
  font-family: 'Poppins', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  text-align: left;
  margin-bottom: 9pt;
  /* display: none; */
}
.Chapter{
  display: none;
}
.toc-destination {
  color: #4257a7 !important;
}
.xsl-table--scroll {
  max-height: none !important;
}
.ChapAn-center {
  font-family: 'Poppins', sans-serif !important;
  font-style: italic;
  font-weight: bold;
  font-size: 12pt;
  text-align: left !important;
  margin-top: 9pt;
  margin-bottom: 9pt;
}
.ChapAn-center div {
  text-align: left !important;
}

table {
  width: 95% !important;
}

/* *************AMLEGAL**************** */

/* CODE HUB */
.section:nth-of-type(1) {
  margin-top: 2em;
}
.section strong {
  color: #000;
  font-weight: bold;
}
.section br {
  display: none;
}

#anchor--8d38ae54-71ca-49c7-ad5c-6867417d0e99 {
  margin-top: 2em !important;
  display: none;
}
.table-wrapper table tbody tr td a {
  color: #000;
}

/* *************New York**************** */

.fig-title {
  font-weight: 600;
}

.definition__applicability {
  display: none;
}

.sec-body .table-wrapper table tbody tr {
  border: 1px solid #000;
  color: #000;
}
.sec-body span strong {
  color: #000 !important;
}

strong a em {
  color: #000 !important;
}

article .node p span img {
  display: none !important;
}

.pb_after img {
  display: none !important;
}
@media (max-width: 1800px) {
  .policies .right {
    margin-left: 4em;
  }

  .policies_footer {
    margin-top: 8em;
    margin-left: 3em;
  }
}
@media only screen and (max-width: 1600px) {
  .policies #right {
    margin-right: 1em;
    margin-left: 5em;
  }
  .policies_footer {
    margin-top: 8em;
    margin-left: 5em;
  }
}
@media only screen and (max-width: 1350px) {
  .policies #right {
    margin-right: 1em;

    margin-left: 6em;
  }
  .policies_footer {
    margin-top: 8em;
    margin-left: 7em;
  }
  .stateSection .stateList {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1250px) {
  .policies #right {
    margin-left: 8em;
    margin-right: 1em;
  }
  .policies_footer {
    margin-top: 8em;
    margin-left: 8em;
  }
  .stateSection .stateList {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
  .stateSection .cities {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1100px) {
  .policies .left {
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    transform: translateX(-810px);
    transition: transform 0.5s ease-in-out !important;
  }

  .policies_footer {
    margin-top: 8em;
    margin-left: 0em;
  }

  /* 
  .policies .left .visible{
    transform: translateX(0px) !important;
    transition: transform 0.5s ease-in-out !important;
  }   */

  .policies .grid {
    grid-template-columns: 100% 100%;
  }

  .policies .right {
    margin-left: 0em;
  }
  .policies #right {
    margin-left: 0;
    padding: 1em;
    margin-right: 1em;
  }
  .policies .icon {
    display: inline-block;
    background: #fff;
  }
  .searchBox {
    width: 80%;
  }

  /* Q-Code */

  .MsoNormal {
    font-weight: 300;
  }

  p {
    font-weight: 300;
  }

  table .MsoNormal {
    font-weight: 600;
  }

  .content-fragment b {
    display: none;
  }

  /* CodeBook */

  .hovercraft {
    display: none;
  }

  .Default {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .stateSection .stateList {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .stateSection .cities {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Q-Code */

.MsoNormal {
  font-weight: 300;
}

p {
  font-weight: 300;
}

table .MsoNormal {
  font-weight: 600;
}

.content-fragment b {
  display: none;
}

/* CodeBook */

.hovercraft {
  display: none;
}

.Default {
  display: none;
}

/* Highlight Articel on Click */

#_1:target .barTitle,
#_2:target .barTitle,
#_3:target .barTitle,
#_4:target .barTitle,
#_5:target .barTitle,
#_6target .barTitle,
#_7:target .barTitle,
#_8:target .barTitle,
#_9:target .barTitle,
#_10:target .barTitle,
#_11:target .barTitle,
#_12:target .barTitle,
#_13:target .barTitle,
#_14:target .barTitle,
#_15:target .barTitle,
#_16:target .barTitle,
#_17:target .barTitle,
#_18:target .barTitle,
#_19:target .barTitle,
#_20:target .barTitle,
#_21:target .barTitle,
#_22:target .barTitle,
#_23:target .barTitle,
#_24:target .barTitle,
#_25:target .barTitle,
#_26:target .barTitle,
#_27:target .barTitle,
#_28:target .barTitle,
#_29:target .barTitle,
#_30:target .barTitle,
#_31:target .barTitle,
#_32:target .barTitle,
#_33:target .barTitle,
#_34:target .barTitle,
#_0:target .barTitle {
  transition: all 0.2s ease-in-out;
  animation-name: highlights;
  animation-duration: 2s;
  padding-bottom: 5px;
  margin-top: 5em;
}

@keyframes highlights {
  from {
    background-color: white;
  }
  to {
    background-color: yellow;
  }
}

/* Loading Spinner */

#spinner:not([hidden]) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

#spinner::after {
  content: '';
  width: 120px;
  height: 120px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #f25a41;
  border-radius: 100%;
  will-change: transform;
  animation: spin 1s infinite linear;
}

.k-link {
  color: black !important;
}

.litem{
  display:flex;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.bold-important {
  color: #4257a7;
}

.bc a {
  display: none !important;
}
.bc img {
  display: none !important;
}

.chunk-content img {
  display: none !important;
}

.chunk-content,
.p0,
.historynote0 {
  color: #000929;
  font-family: Plus Jakarta Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem; /* 168.75% */
}

/* LOS Angeles */

.xsl-table .xsl-table--header {
  display: none !important;
}

.print-btn {
  width: 60px;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #4257a7;
  position: absolute;
  top: 6em;
  border-radius: 5px;
  right: 1em;
  cursor: pointer;
}
.print-btn:hover {
  opacity: 0.9;
}
