@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftWyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKeg7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtGyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPsmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
body {
  font-family: Ubuntu, sans-serif;
  font-weight: 500;
  margin: 0;
  color: #000;
  overflow-wrap: break-word;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}
header img {
  max-height: 120px;
  margin: 10px auto 20px;
}
.custom-width {
  --bs-modal-width: 800px;
  font-weight: 400;
}
form {
  max-width: var(--bs-modal-width);
}
.form-text {
  font-weight: 400;
  color: var(--bs-tertiary-color);
}
.datepicker {
  font-family: Arial;
}
.datepicker table {
  min-width: 280px;
}
#FormResult {
  padding: 20px;
  text-align: center;
}
#FormResult button {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #FormResult {
    padding: 20px 6px;
  }
}
label.required:after {
  content: "*";
  color: red;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b83b26;
  --bs-btn-border-color: #b83b26;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc452c;
  --bs-btn-hover-border-color: #dc452c;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc452c;
  --bs-btn-active-border-color: #dc452c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b83b26;
  --bs-btn-disabled-border-color: #b83b26;
}
h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #b83b26;
  text-transform: uppercase;
}
.regtext {
  color: #000;
  font-weight: 400;
  margin-bottom: 1rem;
}
.card {
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .card.p-5 {
    padding: 1.5rem!important;
  }
}
.text-align-center {
  text-align: center;
}
.small-text {
  font-size: .875rem;
}
footer {
  min-height: 390px;
}
footer h6 {
  font-weight: 400;
}
footer a {
  color: #b4b4b6;
  text-decoration: none;
  background-color: transparent;
}
footer a:hover {
  text-decoration: underline;
}
footer.bg-dark-black {
  background-color: #58585a;
}
footer #block-bnhcp-us-footerlogo {
  padding-top: 30px;
  padding-bottom: 20px;
}
footer .menu--footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  list-style: unset;
}
footer .menu--footer-social .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 13px;
}
footer .menu--footer-social .icon a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
footer .menu--footer-social .icon__linkedin {
  background-image: url(/img/ficon-linkedin.svg);
}
footer .menu--footer-social .icon__facebook {
  max-width: 11px;
  background-image: url(/img/ficon-facebook.svg);
}
footer .menu--footer-social .icon__youtube {
  background-image: url(/img/ficon-youtube.svg);
}
footer .menu--footer-social .icon__instagram {
  background-image: url(/img/ficon-instagram.svg);
}
footer .menu--footer-utility-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer .menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
footer .menu--footer .menu--footer__separator {
  padding-left: .3125rem;
  padding-right: .3125rem;
  color: #b4b4b6;
}
footer #block-bnhcp-us-jobcodeanddate {
  padding: 3em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  padding: .375rem 2.25rem .375rem .75rem;
  font-weight: 400;
  color: inherit;
}
.select2-container--default .select2-selection--single {
  border: var(--bs-border-width) solid var(--bs-border-color);
  height: auto;
}
.select2-container--default .sel_eprints_drop .select2-results > .select2-results__options {
  max-height: 60vh;
}
@media screen and (min-width: 768px) {
  .select2-container--default .sel_eprints_drop .select2-results > .select2-results__options {
    max-height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .select2-container--default .sel_eprints_drop .select2-results > .select2-results__options {
    max-height: 282px;
  }
}
.select2-results__option--selectable {
  font-weight: 400;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  outline: 0;
}
.select2-results__options .eprint-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.select2-results__options .eprint-option img.img-cover {
  max-width: 96px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.select2-results__options .eprint-option .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.select2-results__options .eprint-option .right-part .eprint-caption {
  font-style: italic;
  font-weight: 100;
}
.select2-results__options .eprint-option .right-part .eprint-title {
  font-size: smaller;
  font-weight: 300;
}
.select2-results__options .eprint-option .right-part .eprint-price {
  color: #FF5722;
  right: 10px;
  font-size: smaller;
}
.select2-results__options .select2-results__option--disabled .eprint-option {
  opacity: 0.2;
}
.eprint-result {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.eprint-result img.img-cover {
  max-width: 192px;
}
.eprint-result img.img-qr {
  max-width: 192px;
  margin-top: 44px;
  height: 100%;
}
.eprint-result .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eprint-result .right-part .eprint-caption {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  font-size: 20px;
}
.eprint-result .right-part table {
  text-align: initial;
  font-weight: 400;
}
.eprint-result .right-part table tr {
  border-bottom: 1px solid #ddd;
}
.eprint-result .right-part table tr td {
  padding: 6px 10px;
}
.eprint-result .right-part table tr td:first-child {
  font-weight: 700;
  padding-right: 12px;
}
.eprint-result .right-part .eprint-title {
  font-weight: 700;
}
.eprint-result .right-part .eprint-reference {
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .eprint-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .eprint-result table {
    width: 100%;
  }
  .eprint-result table tr td:nth-child(2) {
    word-break: break-word;
  }
}
