article.info {
  display: block;
  width: 100%;
  margin: 60px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  article.info {
    max-width: 1382px;
  }
}

section.search-section {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 60px auto 120px auto;
  padding: 0 15px;
}
@media (min-width: 1382px) {
  section.search-section:not(.expanded) {
    max-width: 1382px;
  }
}
section.search-section button.hint {
  display: block;
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
section.search-section button.hint:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
}
section.search-section button.hint strong,
section.search-section button.hint em {
  display: none;
  position: absolute;
  right: 35px;
  top: -3px;
  white-space: nowrap;
  background-color: var(--icc-es-green);
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: bold;
  font-style: normal;
  z-index: 3;
}
section.search-section button.hint strong:after,
section.search-section button.hint em:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent var(--icc-es-green);
  position: absolute;
  right: -5px;
  top: 8px;
}
section.search-section button.hint:hover strong, section.search-section button.hint:focus strong, section.search-section button.hint:active strong {
  display: block;
}
section.search-section button.hint:focus {
  outline: none;
}
section.search-section > aside {
  position: relative;
  background-color: var(--icc-es-gray);
  padding: 55px 30px 45px;
  margin-bottom: 45px;
}
section.search-section > aside button#stack-sidebar {
  right: 25px;
  top: 25px;
}
section.search-section > aside button#stack-sidebar:before {
  background: transparent url("../img/icons/sidebar.svg") center center/15px 15px no-repeat;
}
@media (max-width: 991px) {
  section.search-section > aside button#stack-sidebar {
    display: none;
  }
}
section.search-section > aside form#search-form {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
section.search-section > aside form#search-form > h2 {
  margin-top: 45px;
}
section.search-section > aside form#search-form > h2:first-child {
  margin-top: 0;
}
section.search-section > aside form#search-form fieldset {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 22px;
  border: 0;
  padding: 0;
  margin: 0 0 50px;
  text-align: left;
}
section.search-section > aside form#search-form fieldset label {
  align-self: end;
}
section.search-section > aside form#search-form fieldset label strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--icc-es-green);
}
section.search-section > aside form#search-form fieldset label input[type=text],
section.search-section > aside form#search-form fieldset label select {
  display: block;
  width: 100%;
  height: 52px;
  padding: 12px;
  border: 1px solid var(--icc-es-green);
  background-color: var(--icc-es-gray);
  font-size: 18px;
  color: var(--icc-es-green);
}
section.search-section > aside form#search-form fieldset label input[type=text]:hover, section.search-section > aside form#search-form fieldset label input[type=text]:focus, section.search-section > aside form#search-form fieldset label input[type=text]:active,
section.search-section > aside form#search-form fieldset label select:hover,
section.search-section > aside form#search-form fieldset label select:focus,
section.search-section > aside form#search-form fieldset label select:active {
  color: var(--icc-es-black);
  border-color: var(--icc-es-black);
}
section.search-section > aside form#search-form fieldset label input[type=text]:focus,
section.search-section > aside form#search-form fieldset label select:focus {
  outline: 2px solid var(--icc-es-black);
  outline-offset: 2px;
}
section.search-section > aside form#search-form fieldset label input[type=text]:disabled,
section.search-section > aside form#search-form fieldset label select:disabled {
  border-color: var(--icc-es-dark-gray) !important;
  color: var(--icc-es-dark-gray) !important;
  cursor: not-allowed;
  opacity: 0.7;
}
section.search-section > aside form#search-form fieldset label input[type=text]:disabled#report-type,
section.search-section > aside form#search-form fieldset label select:disabled#report-type {
  cursor: wait;
}
section.search-section > aside form#search-form fieldset label select {
  cursor: pointer;
}
section.search-section > aside form#search-form fieldset label input[type=text]::placeholder,
section.search-section > aside form#search-form fieldset label select::placeholder {
  color: var(--icc-es-teal);
}
section.search-section > aside form#search-form fieldset label input[type=text]:disabled::placeholder,
section.search-section > aside form#search-form fieldset label select:disabled::placeholder {
  color: var(--icc-es-dark-gray);
}
section.search-section > aside form#search-form fieldset label#standard, section.search-section > aside form#search-form fieldset label#design-list, section.search-section > aside form#search-form fieldset label#sasc-certificate-number {
  display: none;
}
section.search-section > aside form#search-form fieldset label#standard.active, section.search-section > aside form#search-form fieldset label#design-list.active, section.search-section > aside form#search-form fieldset label#sasc-certificate-number.active {
  display: block;
}
@media (min-width: 576px) and (max-width: 991px) {
  section.search-section > aside form#search-form fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  section.search-section > aside form#search-form fieldset {
    grid-template-columns: 1fr;
  }
}
section.search-section > aside form#search-form ul.selected-filters li:last-child {
  margin-bottom: 65px;
}
section.search-section > aside form#search-form input[type=submit] {
  display: inline-block;
  width: 232px;
  margin: 0;
  padding: 20px 40px;
  color: var(--icc-es-green);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  border: 1px solid var(--icc-es-green);
  border-radius: 29px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  cursor: pointer;
}
section.search-section > aside form#search-form input[type=submit]:hover, section.search-section > aside form#search-form input[type=submit]:focus, section.search-section > aside form#search-form input[type=submit]:active {
  background-color: var(--icc-es-black);
  border-color: var(--icc-es-black);
  color: white;
}
section.search-section > aside form#search-form input[type=submit]:focus {
  outline: 2px solid var(--icc-es-black);
  outline-offset: 2px;
}
section.search-section > aside form#search-form input[type=submit] + input[type=reset] {
  margin-top: 20px;
}
section.search-section > aside form#search-form input[type=submit]:disabled {
  border-color: var(--icc-es-dark-gray) !important;
  color: var(--icc-es-dark-gray) !important;
  cursor: not-allowed !important;
  background-color: transparent !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.search-section > aside form#search-form input[type=submit] {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  section.search-section > aside form#search-form input[type=submit],
  section.search-section > aside form#search-form input[type=reset] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
section.search-section #search-by-fields-table-container div.dt-container select.dt-input,
section.search-section #arranged-by-csi-table-results-container div.dt-container select.dt-input {
  padding: 12px 15px 12px;
  color: var(--icc-es-green);
  font-size: 18px;
  height: 55px;
  vertical-align: middle;
  background: #f3f5f2 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%230B5940FF' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 5px center/8px 10px;
  border: 1px solid #f3f5f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
section.search-section #search-by-fields-table-container [id^=dt-length-] + label,
section.search-section #arranged-by-csi-table-results-container [id^=dt-length-] + label {
  padding-left: 5px;
}
section.search-section #search-by-fields-table-container span.dtr-title,
section.search-section #arranged-by-csi-table-results-container span.dtr-title {
  display: block;
  background: #f3f4f2;
  color: var(--icc-es-green);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0;
}
section.search-section #search-by-fields-table-container span.dtr-data,
section.search-section #arranged-by-csi-table-results-container span.dtr-data {
  display: block;
  padding: 5px 15px;
  background-color: white;
  min-height: 25px;
}
section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button {
  font-size: 18px;
  color: var(--icc-es-dark-gray) !important;
  background: none;
  border: none !important;
  font-weight: bold;
  cursor: pointer;
}
section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button.current,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button.current {
  cursor: default;
}
section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button.current, section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button:hover, section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button:active, section.search-section #search-by-fields-table-container div.dt-container .dt-paging .dt-paging-button:focus,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button.current,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button:hover,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button:active,
section.search-section #arranged-by-csi-table-results-container div.dt-container .dt-paging .dt-paging-button:focus {
  text-decoration: underline !important;
  color: var(--icc-es-green) !important;
}
section.search-section table {
  width: 100%;
  border-spacing: unset;
}
section.search-section table thead tr th {
  color: white;
  text-align: center !important;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 3px;
  background-color: var(--icc-es-green);
  border-top: 23px solid var(--icc-es-green);
  border-bottom: 23px solid var(--icc-es-green);
  position: relative;
}
@media (max-width: 769px) {
  section.search-section table thead tr th {
    font-size: 16px;
  }
}
section.search-section table thead tr th:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: white;
}
section.search-section table thead tr th:first-child:before {
  display: none;
}
section.search-section table.data-table thead tr th {
  padding: 12px 30px;
}
section.search-section table.data-table thead tr th span.dt-column-order:before {
  border-width: 0 3px 6px 3px;
  border-color: transparent transparent white transparent;
  margin-bottom: 1px;
}
section.search-section table.data-table thead tr th span.dt-column-order:after {
  border-width: 6px 3px 0 3px;
  border-color: white transparent transparent transparent;
  margin-top: 1px;
}
section.search-section table.data-table thead tr th span.dt-column-order:before, section.search-section table.data-table thead tr th span.dt-column-order:after {
  content: "";
  font-size: 0;
  color: transparent;
  border-style: solid;
}
section.search-section table.data-table thead tr th:last-child {
  min-width: 33% !important;
}
section.search-section table.data-table tbody > tr.dtr-expanded td {
  border-bottom: 0;
}
section.search-section table.data-table tbody > tr:not(.dtr-expanded) td {
  border-bottom: 1px solid var(--icc-es-beige);
}
section.search-section table.data-table tbody > tr.child {
  padding: 0;
}
section.search-section table.data-table tbody > tr.child td.child {
  padding: 0;
  border-top: 1px solid var(--icc-es-beige);
}
section.search-section table.data-table tbody > tr.child td.child > ul.dtr-details {
  padding: 0;
  width: 100%;
}
section.search-section table.data-table tbody > tr.child td.child > ul.dtr-details > li {
  padding: 0;
}
section.search-section table.data-table tbody > tr > td {
  font-size: 16px;
  border-bottom: 1px solid var(--icc-es-beige);
  border-right: 1px solid var(--icc-es-beige);
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  padding: 26px 15px;
}
@media (max-width: 500px) {
  section.search-section table.data-table tbody > tr > td {
    font-size: 14px;
  }
}
section.search-section table.data-table tbody > tr > td p {
  margin-top: 0;
  margin-bottom: 0;
}
section.search-section table.data-table tbody > tr > td.dt-empty {
  text-align: center;
}
section.search-section table.data-table tbody > tr > td h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0 3px;
  padding: 0;
  text-align: left;
}
section.search-section table.data-table tbody > tr > td a {
  text-decoration: none;
}
section.search-section table.data-table tbody > tr > td a.pdf:after, section.search-section table.data-table tbody > tr > td a.web:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 25px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: baseline;
  transition: transform 0.25s ease-in-out;
}
section.search-section table.data-table tbody > tr > td a.pdf:hover:after, section.search-section table.data-table tbody > tr > td a.pdf:active:after, section.search-section table.data-table tbody > tr > td a.pdf:focus:after, section.search-section table.data-table tbody > tr > td a.web:hover:after, section.search-section table.data-table tbody > tr > td a.web:active:after, section.search-section table.data-table tbody > tr > td a.web:focus:after {
  transform: scale(1.1);
  transition: transform 0.1s ease-in-out;
}
section.search-section table.data-table tbody > tr > td a.pdf:after {
  background-image: url("../img/icons/icon-pdf.svg");
}
section.search-section table.data-table tbody > tr > td a.web {
  font-size: 0;
  color: transparent;
}
section.search-section table.data-table tbody > tr > td a.web:after {
  background-image: url("../img/icons/icon-web.svg");
}
section.search-section table.data-table tbody > tr > td a:hover, section.search-section table.data-table tbody > tr > td a:active, section.search-section table.data-table tbody > tr > td a:focus {
  text-decoration: underline;
}
section.search-section table.data-table tbody > tr > td ol.design_list,
section.search-section table.data-table tbody > tr > td ol.attachments {
  display: block;
  margin: 0;
  padding: 0;
}
section.search-section table.data-table tbody > tr > td ol.design_list li,
section.search-section table.data-table tbody > tr > td ol.attachments li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
  color: var(--icc-es-green);
  text-transform: none;
}
section.search-section table.data-table tbody > tr > td ul {
  padding: 0;
}
section.search-section table.data-table tbody > tr > td:nth-child(2n+1) {
  background-color: rgba(208, 213, 203, 0.25);
}
section.search-section table.data-table tbody > tr > td:last-child {
  min-width: 25% !important;
}
section.search-section table.data-table tbody > tr > td:first-child {
  border-left: 1px solid var(--icc-es-beige);
}
section.search-section div#search-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
section.search-section div#search-container div#search-switch {
  display: grid;
  grid-template-columns: max-content 100px max-content;
  justify-content: end;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0;
  width: max-content;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (min-width: 1382px) {
  section.search-section div#search-container div#search-switch {
    max-width: 1382px;
  }
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control {
  display: inline-block;
  grid-area: 1/2/2/3;
  width: 0;
  height: 0;
  border: 0;
  margin: 0 100px 42px 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 42px;
  border: 0;
  border-radius: 21px;
  background-color: var(--icc-es-green);
  position: relative;
  z-index: 1;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 15px;
  position: absolute;
  z-index: 2;
  left: 7px;
  top: 6px;
  transition: left 0.25s ease-in-out;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:hover:before, section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:active:before, section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:focus:before {
  background-color: var(--icc-es-black);
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:focus {
  outline: none;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:focus:before {
  outline: 2px solid var(--icc-es-green);
  outline-offset: 2px;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:checked ~ label.on {
  color: var(--icc-es-green);
  cursor: default;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:checked:after {
  left: 63px;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:not(:checked) ~ label.off {
  color: var(--icc-es-green);
  cursor: default;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:disabled {
  cursor: not-allowed !important;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:disabled:before {
  background-color: var(--icc-es-dark-gray) !important;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:disabled:after {
  background-color: var(--icc-es-gray) !important;
}
section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:disabled ~ label {
  color: var(--icc-es-dark-gray) !important;
}
section.search-section div#search-container div#search-switch label {
  display: inline-block;
  height: 42px;
  color: var(--icc-es-dark-gray);
  font-size: 18px;
  line-height: 1;
  padding: 12px 3px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
section.search-section div#search-container div#search-switch label.off {
  grid-area: 1/1/2/2;
}
section.search-section div#search-container div#search-switch label.on {
  grid-area: 1/3/2/4;
}
@media (max-width: 991px) {
  section.search-section div#search-container div#search-switch {
    position: static;
    margin: 0 auto 25px auto;
  }
}
@media (max-width: 500px) {
  section.search-section div#search-container div#search-switch {
    grid-template-columns: max-content 60px max-content;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control {
    margin: 0 60px 30px 0;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:before {
    width: 60px;
    height: 30px;
    border-radius: 15px;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:after {
    width: 20px;
    height: 20px;
    left: 6px;
    top: 5px;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:checked:after {
    left: 34px;
  }
  section.search-section div#search-container div#search-switch label {
    height: 30px;
    font-size: 16px;
    padding: 7px 3px;
  }
}
@media (max-width: 400px) {
  section.search-section div#search-container div#search-switch {
    grid-template-columns: max-content 50px max-content;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control {
    margin: 0 50px 26px 0;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:before {
    width: 50px;
    height: 26px;
    border-radius: 13px;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:after {
    width: 18px;
    height: 18px;
    left: 5px;
    top: 4px;
  }
  section.search-section div#search-container div#search-switch input[type=checkbox]#search-switch-control:checked:after {
    left: 27px;
  }
  section.search-section div#search-container div#search-switch label {
    height: 26px;
    font-size: 14px;
    padding: 6px 3px;
  }
}
section.search-section div#search-container button#maximize {
  right: 15px;
  top: 75px;
}
section.search-section div#search-container button#maximize:before {
  background: transparent url("../img/icons/maximize.svg") center center/11px 11px no-repeat;
}
@media (max-width: 1380px) {
  section.search-section div#search-container button#maximize {
    display: none;
  }
}
section.search-section div#search-container article#search-by-fields {
  position: relative;
}
section.search-section div#search-container article#search-by-fields div#search-by-fields-table-container {
  margin-top: 25px;
  text-align: left;
}
@media (max-width: 991px) {
  section.search-section div#search-container article#search-by-fields {
    text-align: center;
  }
}
section.search-section div#search-container article#arranged-by-csi {
  padding-top: 125px;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table {
  border-bottom: 1px solid var(--icc-es-beige);
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table thead tr th:nth-child(2) {
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 991px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table thead tr th:nth-child(2) {
    padding-left: 25px;
  }
}
@media (max-width: 500px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table thead tr th:nth-child(2) {
    text-align: center;
    padding-left: 3px;
  }
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr {
  display: none;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr td:nth-child(1) {
  text-align: center;
  border-left: 1px solid var(--icc-es-beige);
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr td:nth-child(2) {
  text-align: left;
  border-right: 1px solid var(--icc-es-beige);
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr.even td {
  background-color: rgba(208, 213, 203, 0.25);
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] {
  display: table-row;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td {
  border-top: 1px solid var(--icc-es-beige);
  position: relative;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td button {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  color: var(--icc-es-green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td button:focus {
  outline: none;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td button:hover, section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td button:active, section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td button:focus {
  text-decoration: underline;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button {
  text-align: left;
  padding-left: 50px;
  padding-right: 110px;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: calc(50% - 10px);
  transition: all 0.25s;
  background: var(--icc-es-green) url("../img/icons/angle-right-thin.svg") center center/12px 12px no-repeat;
  border-radius: 50%;
  right: 90px;
}
@media (max-width: 991px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button {
    padding-left: 25px;
    padding-right: 40px;
  }
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button:after {
    right: 25px;
  }
}
@media (max-width: 500px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button {
    padding-left: 3px;
    padding-right: 20px;
  }
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division] td:nth-child(2) button:after {
    right: 5px;
  }
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-division].active td:nth-child(2) button:after {
  transform: rotate(90deg);
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td {
  padding-bottom: 20px;
  margin-top: -5px;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td button {
  color: var(--icc-es-green);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  animation: fadeInFromTop 0.25s ease-in-out 0s 1 normal forwards running;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td button:hover, section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td button:focus, section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td button:active {
  text-decoration: underline;
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 991px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td:nth-child(2) {
    padding-left: 25px;
  }
}
@media (max-width: 500px) {
  section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections] td:nth-child(2) {
    padding-left: 3px;
  }
}
section.search-section div#search-container article#arranged-by-csi table#arranged-by-csi-table tbody tr[data-sections].active {
  display: table-row;
}
section.search-section div#search-container article#arranged-by-csi div#arranged-by-csi-table-results-container {
  margin-top: 120px;
}
section.search-section div#search-container.loading article#search-by-fields,
section.search-section div#search-container.loading article#arranged-by-csi {
  filter: grayscale(1);
}
section.search-section div#search-container.loading article#search-by-fields table.data-table thead tr th,
section.search-section div#search-container.loading article#arranged-by-csi table.data-table thead tr th {
  background-color: var(--icc-es-dark-gray);
  border-top-color: var(--icc-es-dark-gray);
  border-bottom-color: var(--icc-es-dark-gray);
}
section.search-section.search-by-fields {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row dense;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
}
@media (max-width: 991px) {
  section.search-section.search-by-fields {
    display: block;
  }
}
section.search-section.search-by-fields > aside {
  display: block;
}
section.search-section.search-by-fields div#search-container article#search-by-fields {
  display: block;
}
section.search-section.search-by-fields div#search-container article#arranged-by-csi {
  display: none;
}
@media (min-width: 992px) {
  section.search-section.search-by-fields.stack-sidebar {
    display: block;
  }
  section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:before {
    transform: rotate(-90deg);
  }
  section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:hover strong, section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:focus strong, section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:active strong {
    display: none;
  }
  section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:hover em, section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:focus em, section.search-section.search-by-fields.stack-sidebar > aside button#stack-sidebar:active em {
    display: block;
  }
  section.search-section.search-by-fields.stack-sidebar > aside form#search-form fieldset {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  section.search-section.search-by-fields.stack-sidebar > aside form#search-form fieldset label {
    grid-column: span 1;
  }
  section.search-section.search-by-fields.stack-sidebar > aside form#search-form input[type=submit] {
    margin-right: 25px;
  }
  section.search-section.search-by-fields.stack-sidebar.approved-criteria > aside form#search-form fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.search-section.search-by-csi > aside {
  display: none;
}
section.search-section.search-by-csi div#search-container article#search-by-fields {
  display: none;
}
section.search-section.search-by-csi div#search-container article#arranged-by-csi {
  display: block;
}
section.search-section.maximized {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 397px 1fr;
}
section.search-section.maximized div#search-container button#maximize:before {
  background-image: url("../img/icons/minimize.svg");
}
section.search-section.maximized div#search-container button#maximize:hover strong, section.search-section.maximized div#search-container button#maximize:focus strong, section.search-section.maximized div#search-container button#maximize:active strong {
  display: none;
}
section.search-section.maximized div#search-container button#maximize:hover em, section.search-section.maximized div#search-container button#maximize:focus em, section.search-section.maximized div#search-container button#maximize:active em {
  display: block;
}

button.view-legend {
  position: relative;
  padding-left: 0;
  z-index: 3;
  cursor: help;
}
button.view-legend:focus {
  outline: none;
}
@media (max-width: 991px) {
  button.view-legend {
    padding-left: 2px;
  }
}

ol#legend {
  display: none;
  width: 700px;
  max-width: 100%;
  list-style-type: none;
  margin: 0 0 0 -350px;
  padding: 17px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 0 5px 0 rgb(215, 215, 215);
  z-index: 200;
  text-align: left;
  cursor: grab;
  position: fixed;
  left: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 133px;
  max-height: calc(100vh - 133px);
}
@media (max-width: 950px) {
  ol#legend {
    top: 113px;
    max-height: calc(100vh - 113px);
  }
}
@media (max-height: 700px) {
  ol#legend {
    top: 88px;
    max-height: calc(100vh - 88px);
  }
}
ol#legend:hover:active {
  cursor: grabbing;
}
ol#legend.active {
  display: block;
  animation: fadeInFromTop 0.25s ease-in-out 0s 1 normal forwards running;
}
ol#legend > li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 0;
  margin: 0;
  border: 1px solid var(--icc-es-green);
}
ol#legend > li + li {
  margin-top: -1px;
}
ol#legend > li > ul {
  padding: 12px;
  border-right: 1px solid var(--icc-es-green);
}
ol#legend > li > p {
  padding: 12px;
  margin: 0;
}
@media (max-width: 768px) {
  ol#legend > li {
    display: block;
  }
  ol#legend > li > ul {
    border-right: 0;
    padding-bottom: 0;
  }
  ol#legend > li > p {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  ol#legend {
    width: 600px;
    margin-left: -300px;
  }
}
@media (max-width: 991px) {
  ol#legend {
    margin-left: -40vw;
    max-width: 80%;
  }
}

ol#legend > li > ul,
ul.codes {
  display: block;
  margin: 0;
  list-style-type: none;
}
ol#legend > li > ul > li,
ul.codes > li {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  margin: 5px 12px 3px 0;
  padding: 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  cursor: default;
}
ol#legend > li > ul.esicodes > li,
ul.codes.esicodes > li {
  background: #a42138;
}
ol#legend > li > ul.standicodes > li,
ul.codes.standicodes > li {
  color: #a42138;
  border: 1px solid #a42138;
}
ol#legend > li > ul.chi > li,
ul.codes.chi > li {
  background: #bdeefd;
  color: #005570;
  border: 1px solid #005570;
}
ol#legend > li > ul.pmgicodes > li,
ul.codes.pmgicodes > li {
  background: #374f8e;
}
ol#legend > li > ul.legacycode > li,
ul.codes.legacycode > li {
  background: #34677c;
}
ol#legend > li > ul.cssa > li,
ul.codes.cssa > li {
  color: #005fce;
  border: 1px solid #005fce;
}
ol#legend > li > ul.codecomp > li,
ul.codes.codecomp > li {
  background: #3651ad;
}
ol#legend > li > ul.igcc > li, ol#legend > li > ul.cgbsc > li,
ul.codes.igcc > li,
ul.codes.cgbsc > li {
  color: #6e7100;
  border: 1px solid #a1a421;
}
ol#legend > li > ul.california > li, ol#legend > li > ul.florida > li,
ul.codes.california > li,
ul.codes.florida > li {
  background: #6b6c1d;
}
ol#legend > li > ul.labc > li,
ul.codes.labc > li {
  background: #f4f5ac;
  color: #545519;
  border: 1px solid #545519;
}
ol#legend > li > ul.otherstand > li,
ul.codes.otherstand > li {
  background: #e4e828;
  color: #333333;
}

div.data-table-container > mark {
  display: none;
}
.initializing div.data-table-container > * {
  display: none;
}
.initializing div.data-table-container > mark {
  display: block;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--icc-es-green);
  padding: 25px 0;
}

ul.codes li {
  cursor: help;
}

h2.results-count {
  font-family: var(--icc-es-heading-font);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 10px;
}
h2.results-count em, h2.results-count strong, h2.results-count var {
  font-style: normal;
  font-weight: normal;
}
h2.results-count em {
  display: none;
}
h2.results-count strong, h2.results-count var {
  display: inline;
}
.initializing h2.results-count {
  color: var(--icc-es-dark-gray);
  opacity: 0.5;
}
.loading h2.results-count em {
  display: inline;
}
.loading h2.results-count strong, .loading h2.results-count var {
  display: none;
}
@media (max-width: 991px) {
  h2.results-count {
    text-align: center;
  }
}

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