body {
  font-weight: 400;
  font-size: 1rem;
  color: #222222;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5rem;
}

p {
  margin-bottom: .9rem;
}

h1 {
  font-size: 30px;
}

.container-lg {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container-lg {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1140px;
  }
}

a {
  color: #4460a0;
}

.btn {
  border-radius: 3px;
}

.btn.rounded-pill {
  padding: 2px 12px;
}

.btn-link {
  text-decoration: none;
}

.btn-primary {
  background-color: #4460a0;
  border-color: #4460a0;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #354b7c;
  border-color: #354b7c;
  color: #fff;
}

.btn-outline-primary {
  color: #4460a0;
  border-color: #4460a0;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff;
  background-color: #4460a0;
  border-color: #4460a0;
}

.btn-link, a {
  color: #4460a0;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, a:hover, a:focus, a:active {
  color: #354b7c;
}

.dropdown-menu {
  min-width: 8rem;
}

.dropdown-menu .active a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f00c";
  color: #198754;
  padding-left: 12px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.input-group.rounded .form-control {
  border-radius: 50rem 0 0 50rem;
  /* top left, top right, bottom right, bottom left */
}

.input-group.rounded button {
  border-radius: 0 50rem 50rem 0;
  padding-left: .6rem;
}

.required-field-label::before {
  content: ' *';
  color: #dc3545;
}

.page-heading-container.default-color-bg {
  background-color: #4460a0;
}

.page-heading-container.default-color-bg h1 {
  color: #fff;
}

.page-heading-container.default-color-bg .btn {
  color: #fff;
}

.hero-container {
  background: -webkit-gradient(linear, right top, left top, from(#4460a0), to(#263558));
  background: linear-gradient(right, #4460a0, #263558);
  color: #fff;
  background-size: cover;
}

.hero-container .lead {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

h3.job-title {
  font-size: 22px;
  font-weight: 400;
}

h3.job-title a {
  text-decoration: none;
}

.department-title {
  color: #767676;
}

.job-location {
  color: #767676;
  font-size: .9rem;
}

.job-listing:last-child {
  border-bottom: 0 !important;
}

@media (max-width: 768px) {
  #job-filters.show, #job-filters.collapse, #job-filters.collapsing {
    width: 100%;
  }
}

@media (max-width: 369px) {
  #search-col {
    max-width: 196px;
  }
}

#lblJobDescription #JobDetail {
  padding-bottom: 6px;
  line-height: 1.6rem !important;
}

#lblJobDescription #JobDetail b {
  padding-top: 6px;
  display: block;
  font-weight: 600;
}

#lblJobDescription #JobDetail b:first-child {
  padding-top: 0;
}

@media (min-width: 576px) {
  #lblJobDescription #JobDetail b {
    display: inline-block;
  }
}

#lblJobDescription h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: .4rem;
}

#lblJobDescription h3:first-child {
  margin-top: 0rem;
}

#lblJobDescription table {
  font-family: 'Open Sans', sans-serif !important;
  font-size: inherit !important;
  line-height: 1.6rem !important;
}

#lblJobDescription table td {
  font-size: inherit !important;
  line-height: 1.6rem !important;
  padding-bottom: 6px;
}

#lblJobDescription table td span {
  font-family: 'Open Sans', sans-serif !important;
  font-size: inherit !important;
  line-height: 1.6rem !important;
}

.page-header {
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 768px) {
  .apply-btn-bar a.btn.btn-sm {
    padding: 0.375rem 0.75rem;
  }
}

#share-job-container .btn-link.btn i {
  vertical-align: middle;
}

@media (max-width: 768px) {
  #share-job-container .btn-link.btn {
    padding: 0.5rem .75rem;
  }
}

@media (max-width: 768px) {
  .job-details {
    border-left: 0 !important;
  }
}

.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}

.screenreader-text:focus {
  color: #e4e6eb;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
}

.hide {
  display: none !important;
}
/*# sourceMappingURL=styles.css.map */


.loading {
    background: #ffffff;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99998;
}

.loading-text {
    width: 400px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    z-index: 99999;
}

.validationMessage {
    display: none;
}