@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.news-and-event {
  padding-bottom: 70px;
}

.result {
  margin-top: 40px;
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .result {
    margin-top: 32px;
  }
}
.result .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #58595B;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .result .top {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.48px;
    margin-bottom: 26px;
  }
}
.result .top .total {
  flex-shrink: 0;
}
.result .top .sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.result .top .sorting .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #ffffff !important;
  padding: 9px 52px 9px 24px !important;
}
@media screen and (max-width: 991px) {
  .result .top .sorting .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 44px 9px 16px !important;
  }
}
.result .top .sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
  top: 10px !important;
}
.result .top .sorting .select2-container {
  width: 120px !important;
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .result .top .sorting .select2-container {
    width: 85px !important;
    margin: 0 8px;
  }
}
.result .listing .subhead {
  font-size: 1.125em;
  line-height: 1.55;
  font-weight: 700;
  background-color: #58595B;
  color: #ffffff;
  padding: 16px 12px;
}
@media screen and (min-width: 992px) {
  .result .listing .subhead {
    display: none;
  }
}
.result .listing table {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
}
@media screen and (max-width: 991px) {
  .result .listing table {
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .result .listing table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 991px) {
  .result .listing table tr {
    display: block;
    padding: 12px;
  }
}
@media screen and (max-width: 991px) {
  .result .listing table td {
    display: flex;
    align-items: center;
    padding: 8px 12px !important;
    border-bottom: 1px solid #F4F4F4;
    text-align: left;
  }
  .result .listing table td:last-child {
    border-bottom: 0;
  }
  .result .listing table td > span {
    text-align: left;
    width: calc(100% - 130px);
  }
  .result .listing table td:before {
    content: attr(data-label) ":";
    float: left;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #414042 !important;
    width: 130px;
    text-align: left;
  }
}
.result .listing th {
  background-color: #58595B;
  color: #ffffff;
  padding: 16px 12px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
}
.result .listing th:first-child {
  padding-left: 24px;
}
.result .listing th:last-child {
  padding-right: 24px;
}
.result .listing th.sortable {
  cursor: pointer;
}
.result .listing th.sortable span {
  display: inline-block;
}
.result .listing th.sortable span:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon/sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
}
.result .listing td {
  padding: 16px 12px;
  line-height: 1.75;
  letter-spacing: 0.48px;
  vertical-align: middle;
}
.result .listing tbody tr:first-child td {
  padding-top: 36px;
}
.result .listing tbody tr:last-child td {
  padding-bottom: 36px;
}
.result .listing tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
.result .listing tbody tr td:first-child {
  padding-left: 24px;
}
.result .listing tbody tr td:last-child {
  padding-right: 24px;
}
.result .listing .highlight {
  color: #0C8295;
}/*# sourceMappingURL=news-and-event.css.map */