/* --- HALYARD DISPLAY (Headings) --- */
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium */
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* SemiBold */
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* SemiBold Italic */
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_SemiBold_Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/* Bold */
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("fonts/halyard/fonnts.com-Halyard_Display_Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* --- HALYARD TEXT (Body Copy) --- */
@font-face {
  font-family: "Halyard Text";
  src: url("fonts/halyard/fonnts.com-Halyard_Text_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("fonts/halyard/fonnts.com-Halyard_Text_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("fonts/halyard/fonnts.com-Halyard_Text_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("fonts/halyard/fonnts.com-Halyard_Text_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* --- HALYARD MICRO (Small Captions/Tables) --- */
@font-face {
  font-family: "Halyard Micro";
  src: url("fonts/halyard/fonnts.com-Halyard_Micro_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("fonts/halyard/fonnts.com-Halyard_Micro_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("fonts/halyard/fonnts.com-Halyard_Micro_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.modal .modal-title {
  font-family: "Halyard Display", sans-serif;
  font-weight: 600;
}

h1 {
  font-family: "Halyard Display", sans-serif;
  font-weight: 700;
}

h2, h3 {
  font-family: "Halyard Display", sans-serif;
  font-weight: 600;
}

h3 {
  font-size: 20px;
}

.panel-heading b, .panel-heading strong {
  font-family: "Halyard Display", sans-serif;
  font-weight: 600;
}

.table > thead > tr > th {
  font-family: "Halyard Text", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.form-group label {
  font-family: "Halyard Display", sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 13px;
}

.lbl-region {
  display: none;
}

.themed .btn {
  font-family: "Halyard Text", sans-serif;
  font-weight: 400;
}
.themed .nav-tabs li a strong, .themed .nav-tabs li.active a strong {
  font-family: "Halyard Display", sans-serif;
  font-weight: 500;
  color: #333;
}
.themed .nav-tabs li.active a strong {
  color: #333;
}

.tbl-results .st-status,
.tbl-results .st-frq {
  font-family: "Halyard Display", sans-serif;
  font-weight: 700;
  letter-spacing: normal !important;
}

.table .status {
  font-family: "Halyard Display", sans-serif;
  font-weight: 700;
  padding: 5px 10px;
}

.support-summary .ss-item .ss-status {
  font-family: "Halyard Display", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}
.support-summary .ss-item .ss-total a {
  font-family: "Halyard Display", sans-serif;
  font-weight: 600;
  font-size: 18px;
}

span.st-status {
  font-family: "Halyard Display", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
}

.xloader > div > div {
  font-family: "Halyard Display", sans-serif;
  font-weight: 700;
}

.nav-top .menu-top.nav > li > a {
  font-family: "Halyard Text", sans-serif;
  font-weight: 400;
}

.cardx > .row > div > h3 {
  margin-bottom: 15px;
}/*# sourceMappingURL=style-1.css.map */