:root {
  --sec-primary: #041b45;
  --sec-secondary: #ffffff;
  --sec-tertiary: #01295d;
  --sec-quaternary: #c4cbd8;
  --sec-quinary: #78fac3;
  --sec-senary: #e9f8ff;
}
#irSECTable svg {
  width: 25px;
  margin: 0 2px;
}
#irSECTable_length {
  display: flex;
  justify-content: space-between;
}
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 */
div#irSECTable_length > label {
  width: 24%;
  color: var(--sec-tertiary);
    font-weight: 400;
    font-family: 'Changeling-Neo',changeling-neo,sans-serif;
    line-height: 1.3em;
    text-transform: uppercase;
  font-size: 0.9em !important;
}
#irSECTable_wrapper label input,
#irSECTable_wrapper label select {
  padding: 0 1rem;
  line-height: 1rem;
  height: 50px;
  font-size: 18px !important;
      color: #163F9F;
    border: 1px solid #163F9F;
    border-radius: 0 !important;
    background: transparent;
}
#irSECTable_wrapper label input::placeholder{
 color: #375A84 !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: 10px;
  bottom: 16px;
  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: 1200px) {
  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);
}
#irSECTable_wrapper .ui.pagination {
  display: flex;
}
.dataTables_paginate.paging_simple {
    text-align: right;
}
/*
#irSECTable_wrapper .paginate_button {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-left: 10px;
    border: 2px solid #375A84;
    color: #fff;
    background-color: #375A84;
    border-radius: 90px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    text-decoration-line: none;
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
}
#irSECTable_wrapper .paginate_button:hover{
   color:#375A84;
  background-color:#fff;
}
*/
/* button next and previous */
#irSECTable_wrapper .paginate_button{
  position:relative;
  display:inline-block;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 15px;
  padding-right: 45px;
  padding-bottom: 15px;
  padding-left: 45px;
  margin-left: 10px;  
  font-family: 'Kallisto',kallisto,sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1em;
  text-decoration-line: none;  
  clip-path: polygon(
      25px 0,
      calc(100% - 25px) 0,
      100% 25px,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      25px 100%,
      0 calc(100% - 25px),
      0 25px
    );
  transition: all 0.2s linear;
  overflow:visible;
  cursor:pointer;
}
#irSECTable_wrapper .paginate_button:before {
    content: "";
    background: #F63F00;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
  transition: all 0.2s linear;
}
#irSECTable_wrapper .paginate_button:after {
    content: "";
    background: #fff;
    width: calc(100%);
    height: calc(100%);
    position: absolute;
    top: 2px;
    left: 2px;
    clip-path: polygon(
        24px 0,
        calc(100% - 28px) 0,
        100% 28px,
        100% calc(100% - 32px),
        calc(100% - 28px) calc(100% - 4px),
        24px calc(100% - 4px),
        0 calc(100% - 28px),
        0 24px
    );
    z-index: -1;
  transition: all 0.2s linear;
}
#irSECTable_wrapper .paginate_button:hover{
  color:#ffffff !important;
  opacity:1;
}
#irSECTable_wrapper .paginate_button:hover:before, #irSECTable_wrapper .paginate_button:hover:after {
    background: #163F9F;
}
/* end buttons */
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;
    width: 60px;
    height: 25px;
    top: -30px;
    left: -15px;
    font-weight: 500;
    text-align: center;
    font-size: 0.8rem;
    line-height:1.6;
    color: #fff;
   --b: 1.25em;
    --h: 0.75em;
    --p: 50%;
    border-image: fill 0 // var(--h)
    conic-gradient(#163F9F 0 0);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%,
      calc(var(--p) + var(--b) / 2) 100%,
      var(--p) calc(100% + var(--h)),
      calc(var(--p) - var(--b) / 2) 100%);
}
#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";
}