.job-description--link {
  text-decoration: underline;
  color: #ab192d;

}

.job-description a {
  word-break: break-word;
}

.job-description-grid a {
  text-decoration: underline;
  color: #ab192d;
  font-style: normal;
}

.job-container {
  max-width: 83.4rem;
  margin: 0 auto;
  width: 100%;
  position: relative
}

.job-header {
  position: relative;
  -webkit-print-color-adjust: exact;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media screen and (min-width: 768px) {
  .job-header {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    gap: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 420px
  }
}

@media print {
  .job-header {
    min-height: 320px
  }
}

.job-header .job-header-background {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-print-color-adjust: exact
}

.job-header .job-header-background .job-header-background__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.job-header .job-header-title {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 20px 0 40px;
  line-height: normal
}

@media screen and (min-width: 768px) {
  .job-header .job-header-title {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-title {
    text-align: left
  }
}

@media screen and (min-width: 1600px) {
  .job-header .job-header-title {
    max-width: 1300px;
  }
}

@media screen and (min-width: 768px) {
  .job-header .job-header-banner {
    flex: 1;
    width: 30%;
    align-self: stretch;
  }

  .job-header .job-header-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-banner {
    width: 100%;
  }

  .job-header .job-header-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.job-header .job-header-title__eyebrow {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.job-header .job-header-title__main {
  /* margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
  max-width: 100%;
  font-family: "belarius-sans-narrow", sans-serif */
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0rem;
  text-transform: uppercase;

  @media (min-width: 834px) {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .job-header .job-header-title__main {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 767px) {
  .job-header .job-header-title__main {}
}

.job-header .job-header-toolbar {
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    left: 0;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: end;
    -ms-flex-pack: justify;
    justify-content: end;
  }
}

.job-header .job-header-info--wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.2rem;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  .job-header .job-header-info--wrap {
    padding: 0 4rem 0 0;
    align-items: start;
    flex: 1.5;
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-info--wrap {
    flex: 1;
    width: 100%;
  }
}

.job-header .job-header-actions {
  display: flex;
  gap: 2rem;
}

.job-header .job-header-info {
  margin: 5px 0;
  display: block;
  text-align: center;
  text-transform: capitalize
}

.job-header .job-header-info .job-header-logo {
  height: 15px;
  margin-bottom: 15px;
  display: inline-block
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-info .job-header-logo {
    margin-bottom: 0
  }
}

@media screen and (min-width: 1024px) {
  .job-header .job-header-info {
    display: inline-block;
    text-align: left;
    margin: 0
  }

  .job-header .job-header-info:not(:last-of-type):after {
    content: "|";
    margin: 0 15px;
    opacity: .5
  }
}

.apply-button,
.share-button {
  font-family: "nunito", sans-serif;
  border-radius: 99px;
  color: #fff;
  background-color: #ab192d;
  padding: 1.4rem 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out all;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  max-height: 5rem;
}

.job-action .apply-button {
  width: fit-content;
  margin: 4rem auto 4rem;
}

.apply-button:hover,
.share-button:hover {
  background-color: #740E1D;
}

.dropdown-menu-show {
  display: block !important
}

@media screen and (min-width: 1024px) {
  .dropdown-wrapper .dropdown-menu {
    width: auto;
    text-align: left
  }
}

.job-body {
  -webkit-print-color-adjust: exact;
  overflow: hidden
}

.job-body .job-content {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .job-body .job-content {
    /* padding-bottom: 50px */
  }
}

@media screen and (min-width: 1024px) {
  .job-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

.job-description-grid {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 40px;

  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .job-description-grid {
    padding-left: 40px !important;
    padding-right: 40px !important
  }
}

@media screen and (min-width: 1024px) {
  .job-description-grid {
    padding-left: 60px !important;
    padding-right: 60px !important
  }
}

@media print {
  .job-description-grid p.paragraph {
    margin: 0;
    width: 100%;
    display: block
  }
}

@media print {
  .job-description-grid {
    margin-top: 40px;
    width: 100%
  }
}

.job-post-summary {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-left: 1px solid #e7e7e7
}

@media screen and (min-width: 1024px) {
  .job-post-summary {
    overflow: auto;
    width: 33.3333%
  }
}

@media print {
  .job-post-summary {
    page-break-inside: avoid
  }
}

.job-post-summary .job-summary-container {
  width: 100%
}

.job-post-summary .summary-position-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 20px;
  padding-bottom: 50px
}

@media screen and (min-width: 768px) {
  .job-post-summary .summary-position-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
}

@media screen and (min-width: 1024px) {
  .job-post-summary .summary-position-wrapper {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 50px;
    background-color: #fff
  }
}

.job-post-summary .summary-title {
  margin-bottom: 40px;
  font-weight: 800;
}

.summary-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  flex-wrap: wrap;
  max-width: 96rem;
}

.summary-list-item {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-family: 'nunito', sans-serif;
}

.summary-list-item .summary-value {
  margin: 0;
}

.summary-list-item:has(.summary-value:empty) {
  display: none;
}

@media screen and (min-width: 768px) {
  .summary-list {
    justify-content: start;
  }
}

.job-post-summary .summary-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  font-weight: 600;
  vertical-align: top;
  padding-right: .7rem
}

.summary-list-divider {
  height: 1px;
  margin: 0 0 25px;
  background-color: #e7e7e7
}

.job-description-grid p {
  display: block;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}

/* Remove default list styles */
.job-description-grid ul,
.job-description-grid ol {
  list-style: initial;
  padding-left: 20px;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.summary-value ul li,
.summary-value ol li {
  margin-bottom: 10px;
}

.description a[href*="hrd-paycalculator"]:before {
  content: '*** PAY CALCULATOR *** ';
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #ab192d;

}

.job-pay-calculator {
  background: #000;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 2rem;
  flex-flow: wrap;
}

.dropdown-wrapper {
  display: inline-block;
  position: relative
}

.dropdown-wrapper .dropdown-button {
  display: flex;
  outline: none !important;
  justify-content: center;
  width: 100%;
}

.dropdown-wrapper .dropdown-menu {
  width: 100%;
  padding: 5px 0;
  min-width: 180px;
  position: absolute;
  z-index: 800;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: none;
}

@media screen and (min-width: 1024px) {
  .dropdown-wrapper .dropdown-menu:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent
  }

  .dropdown-wrapper .dropdown-menu:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    border: 9px solid transparent
  }

  .dropdown-wrapper .dropdown-menu.top {
    bottom: 100%;
    left: 50%;
    margin: 0 0 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 3rem;
  }

  .dropdown-wrapper .dropdown-menu.top:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top-color: #e7e7e7
  }

  .dropdown-wrapper .dropdown-menu.top:after {
    border-top-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%
  }

  .dropdown-wrapper .dropdown-menu.bottom {
    top: 100%;
    margin: 15px 0 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }

  .dropdown-wrapper .dropdown-menu.bottom:before {
    border-bottom-color: #e7e7e7;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .dropdown-wrapper .dropdown-menu.bottom:after {
    border-bottom-color: #fff;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .dropdown-wrapper .dropdown-menu.left {
    top: 50%;
    right: 100%;
    margin: 0 15px 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .dropdown-wrapper .dropdown-menu.left:before {
    border-left-color: #e7e7e7
  }

  .dropdown-wrapper .dropdown-menu.left:after,
  .dropdown-wrapper .dropdown-menu.left:before {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-color: transparent
  }

  .dropdown-wrapper .dropdown-menu.left:after {
    border-left-color: #fff
  }

  .dropdown-wrapper .dropdown-menu.right {
    top: 50%;
    left: 100%;
    margin: 0 0 0 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .dropdown-wrapper .dropdown-menu.right:before {
    border-right-color: #e7e7e7
  }

  .dropdown-wrapper .dropdown-menu.right:after,
  .dropdown-wrapper .dropdown-menu.right:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-color: transparent
  }

  .dropdown-wrapper .dropdown-menu.right:after {
    border-right-color: #fff
  }
}

@media screen and (max-width: 1023px) {
  .dropdown-wrapper .dropdown-menu {
    left: 0;
    bottom: 0;
    position: fixed
  }
}

.dropdown-wrapper .dropdown-menu-item a,
.dropdown-wrapper .dropdown-menu-item button {
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #191919;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .1s ease;
  transition: all .1s ease
}

.dropdown-wrapper .dropdown-menu-item a:focus,
.dropdown-wrapper .dropdown-menu-item button:focus {
  outline: none
}

@media screen and (min-width: 1024px) {

  .dropdown-wrapper .dropdown-menu-item a,
  .dropdown-wrapper .dropdown-menu-item button {
    height: 35px
  }
}

.dropdown-wrapper .dropdown-menu-item a .icon,
.dropdown-wrapper .dropdown-menu-item button .icon {
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease
}

.dropdown-wrapper .dropdown-menu-item a span,
.dropdown-wrapper .dropdown-menu-item button span {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px
}

@media screen and (min-width: 1024px) {

  .dropdown-wrapper .dropdown-menu-item a span,
  .dropdown-wrapper .dropdown-menu-item button span {
    font-size: 12px
  }
}

.dropdown-wrapper .dropdown-menu-item a.facebook .icon,
.dropdown-wrapper .dropdown-menu-item a.facebook:focus,
.dropdown-wrapper .dropdown-menu-item a.facebook:hover,
.dropdown-wrapper .dropdown-menu-item button.facebook .icon,
.dropdown-wrapper .dropdown-menu-item button.facebook:focus,
.dropdown-wrapper .dropdown-menu-item button.facebook:hover {
  color: #ffffff;
}

.dropdown-wrapper .dropdown-menu-item a.twitter .icon,
.dropdown-wrapper .dropdown-menu-item a.twitter:focus,
.dropdown-wrapper .dropdown-menu-item a.twitter:hover,
.dropdown-wrapper .dropdown-menu-item button.twitter .icon,
.dropdown-wrapper .dropdown-menu-item button.twitter:focus,
.dropdown-wrapper .dropdown-menu-item button.twitter:hover {
  color: #ffffff
}

.dropdown-wrapper .dropdown-menu-item a.linkedin .icon,
.dropdown-wrapper .dropdown-menu-item a.linkedin:focus,
.dropdown-wrapper .dropdown-menu-item a.linkedin:hover,
.dropdown-wrapper .dropdown-menu-item button.linkedin .icon,
.dropdown-wrapper .dropdown-menu-item button.linkedin:focus,
.dropdown-wrapper .dropdown-menu-item button.linkedin:hover {
  color: #ffffff
}

.dropdown-wrapper .dropdown-menu-item a.xing .icon,
.dropdown-wrapper .dropdown-menu-item a.xing:focus,
.dropdown-wrapper .dropdown-menu-item a.xing:hover,
.dropdown-wrapper .dropdown-menu-item button.xing .icon,
.dropdown-wrapper .dropdown-menu-item button.xing:focus,
.dropdown-wrapper .dropdown-menu-item button.xing:hover {
  color: #1a7576
}

.dropdown-wrapper .dropdown-menu-item a.wechat .icon,
.dropdown-wrapper .dropdown-menu-item a.wechat:focus,
.dropdown-wrapper .dropdown-menu-item a.wechat:hover,
.dropdown-wrapper .dropdown-menu-item button.wechat .icon,
.dropdown-wrapper .dropdown-menu-item button.wechat:focus,
.dropdown-wrapper .dropdown-menu-item button.wechat:hover {
  color: #2dc100
}

.dropdown-wrapper .dropdown-menu-item a.line .icon,
.dropdown-wrapper .dropdown-menu-item a.line:focus,
.dropdown-wrapper .dropdown-menu-item a.line:hover,
.dropdown-wrapper .dropdown-menu-item button.line .icon,
.dropdown-wrapper .dropdown-menu-item button.line:focus,
.dropdown-wrapper .dropdown-menu-item button.line:hover {
  color: #00b833
}

.dropdown-wrapper .dropdown-menu-item a:focus,
.dropdown-wrapper .dropdown-menu-item a:hover,
.dropdown-wrapper .dropdown-menu-item button:focus,
.dropdown-wrapper .dropdown-menu-item button:hover {
  background-color: #AB192D;
  color: #ffffff;
}

.dropdown-wrapper .dropdown-menu-item a:active,
.dropdown-wrapper .dropdown-menu-item button:active {
  -webkit-transition: none;
  transition: none;
  background-color: #AB192D;
  color: #ffffff;
}

.dropdown-wrapper .dropdown-menu-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #e7e7e7
}

.dropdown-wrapper .dropdown-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.dropdown-wrapper .dropdown-menu-divider {
  height: 1px;
  margin: 5px 0;
  background-color: #e7e7e7
}

.dropdown-wrapper .share-label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%
}

.dropdown-wrapper .share-label-inner {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%
}

.back-to-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}