  .t-store__card a, #allrecords .t-store__card a:focus-visible {
    outline: none;
    width: 100%;
}



.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .t-container {
        max-width: 1600px;
    }
}



  .button *{
      transition: all 0.2s ease;
  }
  
  .button-shape *{
    transition: all 0.2s ease !important;
  }
  
  .button:hover .button-shape .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
    color: #fff !important;
  }

  .button:hover .button-circle .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
  }

  .button:hover .button-arrow .tn-atom svg path{
    stroke: #fff !important;
  }
 











.t897__container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1600px;
    padding: 0;
    display: flex;
    flex-direction: row;
}

.t897__container .t-col_3 {
    max-width: 100%;
}

.t897__container .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}