:root {
  --sec-primary: #041b45;
  --sec-secondary: #ffffff;
  --sec-tertiary: #01295d;
  --sec-quaternary: #c4cbd8;
  --sec-quinary: #78fac3;
  --sec-senary: #e9f8ff;
}
table#irSECTable tr th{
  border-bottom:2px solid #EB6928 !important;
}
table#irSECTable tr td{
  border-bottom:1px solid #EB6928B3 !important;
}
table#irSECTable .dt-hasChild td{
  border-bottom:none !important;
}
/* mobile + and - cirlces */
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    top:14px !important;
    height: 18px !important;
    width: 18px !important;
    font-size:23px !important;
    line-height:17px !important;
    color: #002531 !important;
    border: 2px solid #002531 !important;
    background-color: #EB6928 !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.dt-hasChild>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.dt-hasChild>th:first-child:before {
    font-size:26px !important;
    line-height:13px !important;
}
#irSECTable svg {
  width: 25px;
  margin: 0 2px;
}
#irSECTable_length {
  display: flex;
  justify-content: start;
}
div#irSECTable_length {
  margin: 10px auto;
}
#irSECTable_wrapper .ui .row:last-of-type {
  display: flex;
  justify-content: space-between;
}
#irSECTable .shortDescription a:link {
  text-decoration: none;
}
#irSECTable .shortDescription a:link {
  text-decoration: none;
}
#irSECTable .shortDescription a {
  font-size: 0;
}
/* updated styles to match site */
#irSECTable_length select, #irSECTable_length input{
    color: #fff !important;
    background-color: #002531 !important;
    border-radius: 30px !important;
    min-width: 200px !important;
    min-height: 50px !important;
    line-height: 1.5rem !important;
    padding: 0.75em !important;
    height: auto !important;
    font-size: 1.0rem !important;
    border: 2px solid #06CEEB !important;
    margin-top:10px;
}
#irSECTable_length label {
    position: relative !important;
    display: block !important;
    width: 22%;
    height: auto !important;
    clip: unset !important;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
    top: unset !important;
    margin: 0 0.5em 0.5em !important;
    padding: 0 0 0.5em 0 !important;
    color: #fff !important;
    font-family: 'Red Hat Text',sans-serif !important;
    font-size: 1.22rem /* 22 */ !important;
}
#irSECTable_wrapper label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#irSECTable_wrapper label {
  position: relative;
}
#irSECTable_wrapper label select:focus,
#irSECTable_wrapper label input:focus {
  border: 1px solid var(--sec-tertiary);
  outline: 1px solid var(--sec-tertiary);
}
#irSECTable_wrapper label:not(:first-child):after {
  content: "";
  background: url("/wp-content/themes/lsc-wp-theme/img/down-arrow.svg")
    center center no-repeat;
  background-size: contain;
  color: #000;
  right: 15px;
  bottom: 30px;
  padding: 0;
  position: absolute;
  pointer-events: none;
  display: block;
  width: 15px;
  height: 15px;
}
/* end updated styles */
select#yearsFilter,
label [aria-controls="irSECTable"] {
  height: auto;
  box-sizing: border-box;
  width: 100%;
}
select#categoryFilter,
label [aria-controls="irSECTable"] {
  height: auto;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 860px) {
  select#categoryFilter,
  label [aria-controls="irSECTable"] {
    color: var(--ast-global-color-1);
    height: auto;
    border: none;
    border-radius: 30px;
    background: var(--sec-senary);
    box-shadow: none;
    box-sizing: border-box;
    width: 400px;
    margin: 4px 0;
    transition: all 0.2s linear;
  }
}
a {
  color: var(--sec-primary);
}
a:hover,
a:focus {
  color: var(--sec-primary);
}
/*
::selection {
  background-color: var(--sec-primary);
  color: #ffffff;
}
*/
table#irSECTable {
  width: 100%;
}
a[href*=".xml"]:last-of-type {
  display: none;
}
#irSECTable_wrapper #irSECTable_length input[type="search"]::placeholder {
  color: var(--ast-global-color-1);
}
@media (max-width: 1024px) {
  div#irSECTable_length {
    flex-wrap: wrap;
  }
  div#irSECTable_length > label {
    width: 100%;
  }
  div#irSECTable_length input,
  div#irSECTable_length select {
    width: 100%;
  }
}
#irSECTable_wrapper td,
th {
  border: none;
}
#irSECTable_wrapper table {
  border: none;
}
#irSECTable_wrapper #background,
#irSECTable_wrapper #tab {
  fill: var(--sec-primary);
  stroke: var(--sec-primary);
}
div#irSECTable_previous.disabled {
  color: var(--ast-global-color-1);
}
#irSECTable thead tr {
  text-align: left;
}
#irSECTable thead tr th:last-of-type {
  text-align: right;
}
#irSECTable_paginate .disabled {
  display: none;
}
#categoryFilter,
.category-filter,
#irSECTable,
[type="search"] {
  /* opacity: 0; */
  transition: all 1s;
}
#irSECTable_wrapper .category-filter.transitionSECTable,
#irSECTable.transitionSECTable,
#categoryFilter.transitionSECTable,
[type="search"].transitionSECTable {
  opacity: 1;
}
input.transitionSECTable[type="search"] {
  padding: 10px !important;
}
.spinner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ast-global-color-0);
  margin: -4px 0 0 -4px;
  margin: 0 auto;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#irSECTable .shortDescription a {
  position: relative;
  display: inline-block;
  padding-top: 2px;
}
#irSECTable .shortDescription a:focus:before,
#irSECTable .shortDescription a:hover:before {
  content: "";
  display: block;
  position: absolute;
  background: #08CEEA;
  color: #002531;
  width: 50px;
  height: 22px;
  top: -27px;
  left: -10px;
  font-size: 0.5rem;
  line-height: 1.15rem;
  text-align: center;
}
#irSECTable .shortDescription a.html-icon:before {
  content: "HTML";
}
#irSECTable .shortDescription a.pdf-icon:before {
  content: "PDF";
}
#irSECTable .shortDescription a.xbrl-icon:before {
  content: "XBRL";
}
#irSECTable .shortDescription a.xls-icon:before {
  content: "XLS";
}
#irSECTable .shortDescription a.zip-icon:before {
  content: "ZIP";
}           
#secTableContainer svg #text{
    fill: #fff !important;
}
#secTableContainer svg #background, #secTableContainer svg #tab{
  fill: #002531 !important;
  stroke:#08CEEA !important;
}                
/*pagination*/
.dataTables_paginate.paging_simple{
  text-align:right;
}
.dataTables_paginate.paging_simple a.paginate_button{
   color:#fff;
    border: 2px solid #EB6928 !important;
    background-color: transparent;
    text-decoration: none;
    font-weight: 300 !important;
    font-size: 1rem;
    line-height: 1em;
    text-transform: uppercase;
    border-radius: 8px !important;
    padding: 14px 17px;
    transform: scale(1);
    transition: all 0.2s linear;
    margin-left: 10px;
}
.dataTables_paginate.paging_simple a.paginate_button:hover {
    transform: scale(1);
    box-shadow: 0 0 1.25rem 5px #06CEEB66;
}