/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 23 2022 | 00:05:48 */
#leadership article.post-entry {
  position: relative;
}
.corner {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 10;
}
.corner .corner_line {
  width: 35px;
  height: 2px;
  color: #224B80;
  display: inline-block;
}
.corner_tl {
  top: 0;
  left: 0;
  transform: translate3d(-33%, -33%, 0);
  border-top: 1px solid #224B80 !important;
  border-left: 1px solid #224B80 !important;
}
.corner_tr {
  top: 0;
  right: 0;
  transform: translate3d(33%, -33%, 0);
  border-top: 1px solid #224B80 !important;
  border-right: 1px solid #224B80 !important;
}
.corner_bl {
  bottom: 0;
  left: 0;
  transform: translate3d(-33%, calc(33% - 10px), 0);
  border-bottom: 1px solid #224B80 !important;
  border-left: 1px solid #224B80 !important;
}
.corner_br {
  bottom: 0;
  right: 0;
  transform: translate3d(33%, -33%, 0);
  border-bottom: 1px solid #224B80 !important;
  border-right: 1px solid #224B80 !important;
}
