/* 
DO NOT EDIT THIS!
UPDATE THE CORRESPONDING THEME INSTEAD!
THEME CAN BE FOUND AT Career Sites > Theme Manager > HCA 2020 THEME

ONCE THEME HAS BEEN UPDATE, RE-APPLY IT TO ALL APPLICABLE SITES
*/



/* Brand-specific */
/* Brand colors */


 /* hca-navy */
 /* denim */
 /* cerulean */
 /* cerulean-25 */


 /* hca-orange-plus */
 /* hca-orange */
 /* hca-digital-orange */
 /* tangerine */
 /* tangerine-25 */


 /* asphalt */
 /* slate */
 /* chrome-dark */
 /* chrome-light */
 /* chrome-ultra-light */
 /* calcite */
 /* white */



 /* deep-marine */
 /* dusty-green */
 /* lime */
 /* lime-25 */


 /* crimson */
 /* american-rose */
 /* blush */
 /* blush-25 */


 /* mocha */
 /* hazelnut */
 /* goldenrod */
 /* goldenrod-25 */


 /* pale-aqua */
 /* light-teal */
 /* sky-blue */

/* from Bootstrap */
.sr-only,
.show-for-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;

  height: 100%;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-dialog {
    max-width: 75%;
    margin: 60px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:-30px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.card-img,
.card-img-top,
.card-img-bottom,
.card img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
/*@media (min-width: 576px) {*/
@media (min-width: 992px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-deck .card {
    /*-ms-flex: 1 0 0%;
    flex: 1 0 0%;*/
  }
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;

  display: block;
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  display: block;

  height: auto;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.modal-header { border-bottom: medium none; }
.modal-dialog { max-width: 728px; }
.modal-footer {
    border-top: medium none;
    justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

/* Neutron fixes! */
h2,
.neu-text--h2,
h3,
.neu-text--h3 {
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
}
.not-bold {
    font-family: "HCA-Mark-Medium", "Arial", sans-serif !important;
}
img { max-width: 100% }
i { cursor: auto; }
.ti-button {
    box-sizing: border-box;
    height: auto;
}
.ti-button-white-outline {
    border-color: #fff;
    color: #fff;
}
.ti-button-white-outline:hover,
.ti-button-white-outline:focus {
    background: #fff;
    color: #005589;
}
.neu-button {
    /*height: auto;*/
    white-space: normal;
    word-break: break-word;
}
.just-a-link {
    /*line-height: 1.5rem;*/
    min-width: 0;
    /*padding: 0;*/
    text-align: left;
    white-space: normal;
    word-break: break-word;
}
.just-a-link:hover,
.just-a-link:focus {
    /*background: transparent;
    opacity: 0.5;*/
}
.neu-pagination__set .neu-pagination ul li a {
    transition: none;
}
.neu-pagination__set .neu-pagination ul li span {
    background-color: transparent;
    border-radius: 50%;
    color: #1F2532;
    display: inline-block;
    height: 2.125rem;
    line-height: 2rem;
    margin: 0rem 0.313rem;
    text-align: center;
    text-decoration: none;
    width: 2.125rem;
}
.neu-pagination__set .neu-pagination ul li span i {
    cursor: auto;
    line-height: 2.125rem;
    vertical-align: bottom;
}
.neu-pagination__set .neu-pagination ul li span.current {
    background-color: #005589;
    color: #fff;
}
.material-icons.inherit {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 1rem;
    vertical-align: bottom;
}
.neu-input__select-icon {
    top: 0.50rem;
}
.neu-input__text-field {
  color: #1F2532 !important;
}
.neu-text--regular {
    font-family: "HCA-Mark", "Arial", sans-serif;
}
.neu-checkbox__label.checked::after,
.neu-radio__label.checked::after {
    opacity: 1;
}
.neu-checkbox input,
.neu-checkbox label,
.neu-radio input,
.neu-radio label {
    float: left;
}

/* Brand styles */
.background-pattern-navy,
.background-pattern-blue,
.background-pattern-orange {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-pattern-navy {
    background-image: url('/system/production/assets/218528/original/brand-pattern_navy.png');
}
.background-pattern-blue {
    background-image: url('/system/production/assets/218529/original/brand-pattern_blue.png');
}
.background-pattern-orange {
    background-image: url('/system/production/assets/218530/original/brand-pattern_orange.png');
}
.orange-border-bottom {
    border-bottom: 6px solid #BE552E;
}
.orange-border-bottom--60 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
.orange-border-bottom--60::after {
    background: #BE552E;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 60%;
    z-index: 1;
}
.orange-border-top {
    border-top: 6px solid #BE552E;
}
.orange-border-top--small {
    display: inline-block;
    padding-top: 10px;
    position: relative;
    z-index: 1;
}
.orange-border-top--small::after {
    background: #BE552E;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 1;
}
.image-overlay {
    padding: 25% 0 0 0;
    position: relative;
    z-index: 1;
}
.image-overlay img:first-child {
    border: none;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 1;
}
.image-overlay img {
    border: 5px solid #fff;
    position: relative;
    width: 45%;
    z-index: 2;
}
.back-to-top {
    display: inline-block;
    height: 3.125rem;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
}
.back-to-top i {
    position: relative;
    top: -4px;
}
.back-to-top .neu-text--caption {
    line-height: 1;
    position: relative;
    top: -40px;
}
.background-diamond {
    background-image: url('/system/production/assets/219298/original/diamonds_pattern-square.png?v=4');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs--big {
    border-bottom: 1px solid #BCBCBC;
}
.nav-tabs .nav-link {
    border: 0;
    color: #898B8E;
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0.625em 1.25em !important;
    transition: 0.5s ease-in-out;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.nav-tabs--small .nav-link {
    border-bottom: 2px solid transparent;
    width: auto;
}
.nav-tabs--big .nav-link {
    border-bottom: 2px solid transparent;
    font-size: 1.125rem;
    line-height: 1.688rem;
    padding: 1.25em !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    background: transparent;
    border-bottom: 4px solid #0085CA;
    color: #005589;
}
.nav-tabs--small .nav-link:hover,
.nav-tabs--small .nav-link:focus,
.nav-tabs--small .nav-link.active {
    border-bottom: 2px solid #0085CA;
}
.tal-tooltip {
    font-size: 10px;
    line-height: 1.5rem;
    overflow: hidden;
    vertical-align: bottom;
}
.tal-tooltip .tal-toolip__message {
    background: #1F2532;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    display: none;
    left: 50%;
    line-height: 15px;
    overflow: hidden;
    max-width: 320px;
    padding: 20px;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .1s;
    width: 90%;
    z-index: 2;
}
.tal-tooltip:hover .tal-toolip__message,
.tal-tooltip:focus .tal-toolip__message {
    display: block;
}

/* Legacy elements */
body {
    word-break: break-word;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.625em;
}
.heading-1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
}
.heading-1 h1 {
    display: inline;
}
p, ul, ol {
    margin-bottom: 1.875em;
}
ul, ol {
    margin-left: 1.875em;   
}
p:last-child,
ul:last-child,
ol:last-child {
    /*margin-bottom: 0;*/
}
a {
    color: #005589;
}
a * {
    cursor: pointer;
}
a:hover,
a:focus {
    /*background-color: rgba(191, 224, 242, 0.5);*/
}
.regular-content-outer a:not(.neu-button) {
    border-bottom: 0.125rem solid #005589;
    color: #005589;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.regular-content-outer a:not(.neu-button):hover,
.regular-content-outer a:not(.neu-button):focus {
    background-color: rgba(191, 224, 242, 0.5);
}
b, strong {
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
}
.page-button,
.call-to-action a,
.regular-content-outer .page-button,
.regular-content-outer .call-to-action a {
    background-color: transparent;
    border: none !important;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 40px;
    min-height: 40px;
    min-width: 95px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    white-space: normal;
    word-break: break-word;
}
.page-button {
  color: #005589;
}
.page-button:hover,
.regular-content-outer .page-button:hover,
.page-button:focus,
.regular-content-outer .page-button:focus {
    background-color: #BFE0F2;
}
.call-to-action a,
.regular-content-outer .call-to-action a {
    background-color: #BE552E;
    color: #ffffff;
    line-height: 55px;
    min-height: 55px;
    padding: 0 25px;
}
.call-to-action a:hover,
.regular-content-outer  .call-to-action a:hover,
.call-to-action a:focus,
.regular-content-outer  .call-to-action a:focus {
    background-color: #bb451b;
    color: #ffffff;
}

/* Utilities */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
a.skip-main {
    height: 1px;
    left: -999px;
    overflow: hidden;
    position: absolute;
    top: auto;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    width: 1px;
    z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
    background-color: #005589;
    color: #fff;
    display: block;
    height: auto;
    left: 0;
    overflow: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#main {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}
.relative-container {
    position: relative;
    z-index: 1;
}
.layer-1 {
    z-index: 1;
}
.layer-2 {
    z-index: 2;
}
.layer-3 {
    z-index: 3;
}
.layer-4 {
    z-index: 4;
}
.layer-5 {
    z-index: 5;
}
.background-dark *:not(.neu-button) {
    color: #fff;
}
.borders-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
.rounded {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.shadowed {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
.space-none { margin-bottom: 0 !important; }
body.no-scroll { overflow: hidden; }

/* Saved Jobs Alert */
.saved-jobs-alert-wrapper {
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.saved-jobs-alert {
    left: 50%;
    max-width: 35.938rem;
    min-width: 18.125rem;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.save-job-link {
    border: 1px solid transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 0 4px 0;
    transition: 0.5s ease-in-out;

    display: inline-block;
}
.save-job-link:focus {
    border: 1px dashed #0085CA;
}
.save-job-link:hover {
    background: #FAE2BF;
}
.save-job-link .material-icons {
    margin: 0;
}

/* Top / Emergency Message section */
.top-message__copy {
    height: 50px;
    overflow: hidden;
}
.top-message__copy.active {
    height: auto;
}

/* Header section */
.top-wrapper { z-index: 3; }
.header-outer.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.header-top a {
    text-decoration: none;
}
.header-top a:hover,
.header-top a:focus {
    text-decoration: underline;
}
.header-top ul,
.header-top ol {
  margin: 0;
}
.header {
    background: #fff;
    padding: 10px 0;

    position: relative;
    z-index: 1;
}
.header::before {
    bottom: -1px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.header__menu-mobile {
    font-family: "HCA-Mark-Medium", "Arial", sans-serif;
    font-size: 14px;
    line-height: 14px;
}
.header__menu-mobile-button {
    display: inline-block;
    text-align: center;
}
.header__menu-mobile a {
    color: #1F2532;
    text-decoration: none;
}
.header__menu-outer {
    background-color: #F5F5F5;
    display: none;
    height: 100vh;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 68px;
    width: 100%;
    z-index: 2;
}
.has-top-message .header__menu-outer { top: 202px; }
.header__menu-outer.active {
    display: block;
}
.header__menu ul {
    margin: 0;
}
.header__menu ul li {
    list-style: none;
}
.header__menu ul li a {
    border-bottom: 1px solid #BCBCBC;
    color: #005589;
    display: block;
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
    font-size: 22px;
    line-height: 32px;
    padding: 25px 0;
    text-decoration: none;
}
.header__menu-outer.child-item-active .header__menu ul li a {
    display: none;
}
.header__menu ul li .child-item {
    display: none;
}
.header__menu-outer.child-item-active .header__menu ul li .child-item.active,
.header__menu-outer.child-item-active .header__menu ul li .child-item.active * {
    display: block;
    /*overflow: hidden;*/
}
.header__menu ul li a.child-item__back-link {
    border: none;
    font-size: 16px;
    line-height: 26px;
}
.header__menu ul li ul li a {
    border-bottom: none;
    border-top: 1px solid #BCBCBC;
    font-size: 18px;
    line-height: 27px;
}
.header__menu-outer.child-item-active .header__quick-links {
    display: none;
}
.header__quick-links { margin-bottom: 68px; }
.has-top-message .header__quick-links { margin-bottom: 202px; }
.header__quick-links ul {
    margin: 0;
}
.header__quick-links ul li {
    list-style: none;
}
.header__quick-links ul li a {
    color: #1F2532;
    display: block;
    font-family: "HCA-Mark", "Arial", sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 35px;
    text-decoration: none;
}
.header__logo {
    line-height: 48px;
    text-align: center;
}
.header__logo a {
    color: #1F2532;
    text-decoration: none;
}
.header__logo img {
    height: 20px;
    line-height: 48px;
    vertical-align: middle;
}
.header__logo span {
    font-family: "HCA-Mark-Bold", "Arial", sans-serif;
    font-size: 16px;
    line-height: 48px;
}
.header__all-jobs-link {
    display: inline-block;
    line-height: 17px;
    padding: 16px 0;
    text-decoration: none;
}

/* Search form */
.search-form .neu-input__feedback-icon {
    color: #005589;
    left: 0.938rem;
    right: auto;
}
.header__search-button-outer {
    font-family: "HCA-Mark-Medium", "Arial", sans-serif;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}
.header__search-button {
    display: inline-block;
    text-align: center;
}
.header__search-button a {
    color: #1F2532;
    text-decoration: none;
}
.header__search-button a .material-icons.no-text {
    line-height: 40px;
}
#search-form--header-js,
#careers-home-page #search-form--header-js {
    display: none;
}
#search-form--header-js.active,
#careers-home-page #search-form--header-js.active {
    background-color: #F5F5F5;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    display: block;
    /*height: 100vh;*/
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 68px;
    width: 100%;
    z-index: 2;
}
.has-top-message #search-form--header-js.active,
#careers-home-page.has-top-message #search-form--header-js.active {
    top: 202px;
}

/* Template Content section */
.template-content.fixed {
    padding-top: 70px;
}

/* Footer section */
.footer__logo img {
    height: 60px;
}
.footer_menu h2 {
    font-family: "HCA-Mark-Bold";
    font-size: 18px;
    line-height: 27px;
}
.footer_menu ul {
    margin: 0;
}
.footer_menu ul li {
    list-style: none;
}
.footer__social-media a {
    display: inline-block;
}
.footer-copyright ul {
    margin: 0;
}
.footer-copyright ul li {
    display: inline-block;
    list-style: none;
}
.footer-copyright ul li a {
    font-size: 13px;
    line-height: 26px;
}

/* Stack contents */
.page-stack-item {
    background: #fff;
    background: #F5F5F5;
}
.page-stack-item:nth-child(even) {
    background: #F5F5F5;
    background: #fff;
}
.job-list {
  display: none;
}
.stack-outer.page-has-patterned-header .page-stack-item:first-child {
    background: transparent;
    position: relative;
    z-index: 1;
}
.stack-outer.page-has-patterned-header .page-stack-item:first-child::before {
    background: #F5F5F5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 1;
}
/* Stack contents: Header */
.banner.stack-patterned-header {
    background-image: url('/system/production/assets/218528/original/brand-pattern_navy.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -140px;
    padding-bottom: 140px;
}
.banner-inner::before {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.85;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.banner.stack-patterned-header .banner-inner::before,
.banner--campaign-page .banner-inner::before {
    display: none;
}
.banner__image {
    background-position: right center;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.banner--campaign-page .banner__image {
    background-position: center center;
    width: 100%;
}
.banner__copy-outer,
.banner__copy {
    position: relative;
    z-index: 3;
}
/*.banner--campaign-page .banner__copy-outer {
    background-image: url('/system/production/assets/220837/original/campaign-page__copy-bg.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}*/
.banner--campaign-page .banner__copy-outer::before {
    background: #005589;
    content: '';
    height: 50%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    width: 100%;
}
.banner--campaign-page .banner__copy-outer::after {
    background-image: url('/system/production/assets/220837/original/campaign-page__copy-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.banner.stack-patterned-header .banner__copy h1 {
    color: #fff !important;
}
/* Stack contents: Header (for Location pages) */
.banner__copy-location-logo img {
    max-height: 45px;
    max-height: 75px;
}
.banner__copy-location h1 {
    margin-bottom: 10px;
}
.banner__copy-location-social-media a {
    background: #005589;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 4px 0 0;
    text-align: center;
    width: 28px;
}
.banner__copy-location-social-media a:hover,
.banner__copy-location-social-media a:focus {
    color: #ffffff;
    background-color: #003556;
    box-shadow: 0px 10px 16px 0px rgba(31, 37, 50, 0.15);
    -moz-box-shadow: 0px 10px 16px 0px rgba(31, 37, 50, 0.15);
    -webkit-box-shadow: 0px 10px 16px 0px rgba(31, 37, 50, 0.15);
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transition: 0.5s ease-in-out;
}
/* Stack Contents: Action Bar */
.stack-action-bar h2 {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-bottom: 1.25em !important;
}
.stack-action-bar p {
    font-size: 1.125rem;
    line-height: 1.688rem;
}
/* Stack contents: State Cards */
.stack-state-cards__item {
  cursor: pointer;
  border: 2px solid transparent; 
}
.stack-state-cards__item:hover,
.stack-state-cards__item:focus {
  border: 2px solid #0085CA; 
}
.stack-state-cards__item img {
    max-height: 80px;
    max-width: 120px;
    width: 100%;
}
/* Stack contents: Facility Cards */
.stack-facility-cards__item a {
    font-size: 1.125rem;
    font-family: "HCA-Mark-Bold";
    line-height: 1.688rem;
}
/* Stack contents: CTA Cards */
.stack-cta-card__item img {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.stack-cta-card__item .card-body {
    background: #fff;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
}
.stack-cta-card__item.no-footer .card-body {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
}
.stack-cta-card__item h3 {
    font-size: 1.625rem;
    line-height: 2rem;
}
.stack-cta-card__item .card-footer {
    background: #fff;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
/* Stack contents: Information Cards */
.stack-information-cards__item .card-body,
.stack-information-cards__item .card-footer {
    background: #fff;
}
.stack-information-cards__item.no-footer .card-body,
.stack-information-cards__item .card-footer {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.stack-information-cards__item .card-body {
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
}
.stack-information-cards__item.no-footer .card-body,
.stack-information-cards__item .card-footer {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
.stack-information-cards h2,
.stack-information-cards-small h2 {
    font-family: "HCA-Mark-Bold";
    font-size: 2.125rem;
    line-height: 2.5rem;
}
.stack-information-cards__item h3 {
    font-size: 1.375rem;
    line-height: 2rem;

    font-size: 1.125rem;
    font-family: "HCA-Mark-Bold";
    line-height: 1.688rem;
}
.stack-information-cards-small .card-body {
    font-family: "HCA-Mark-Bold";
    font-size: 1em;
    line-height: 1.625rem;
}
.stack-information-cards__item p {
    color: #54575A;
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.stack-information-cards__item .card-footer p {
    margin-bottom: 0;
}
/* Stack Category Cards */
.stack-category-cards__item img {
    margin-bottom: 0.625em !important
}
.stack-category-cards__item h3 {
    font-size: 1.625rem;
    line-height: 2rem;
}
.stack-category-cards__item p {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
/* Stack contents: Icon Rows Spaced */
.stack-icon-row-spaced .icons-list__item,
.stack-icon-row-close .icons-list__item {
    display: inline-block;
    margin: 0 2%;
    vertical-align: top;
}
.stack-icon-row-close .icons-list__item {
    text-align: left;
}
.stack-icon-row-spaced h2,
.stack-icon-row-spaced h3,
.stack-icon-row-close h2,
.stack-icon-row-close h3 {
    font-family: "HCA-Mark-Heavy";
}
.icons-list__item img {
    margin-bottom: 0.625em;
    max-height: 78px;
}
.stack-icon-row-close .icons-list__item img {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}
.icons-list__item h3 {
    font-family: "HCA-Mark-Heavy";
    font-size: 1.625rem;
    line-height: 2rem;
}
/* Stack contents: FAQ accordion */
a.faq-item__question {
    background: #fff;
    border-bottom: none !important;
    border-top: 1px solid #BCBCBC;
    color: #1F2532 !important;
    display: block;
    font-family: "HCA-Mark-Medium", "Arial", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 18px 40px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.faq-list:first-child .faq-item:first-child a.faq-item__question:first-child {
    border: 0;
}
a.faq-item__question:hover,
a.faq-item__question:focus {
    text-decoration: none;
}
a.faq-item__question::before {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 40px;
    top: 20px;
    z-index: 1;
}
.faq-item.active a.faq-item__question::before { content: '\f077'; }
.faq-item__answer {
    background: #F5F5F5;
    height: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0 40px;
    transition: 1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
    -webkit-transition: .1s;
    visibility: visible;
}
.faq-item.active .faq-item__answer {
    height: auto;
    padding: 20px 40px 40px 40px;
}
.faq-item__answer ul { list-style-type: disc; }
.faq-item__answer ol { list-style-type: decimal; }
/* Stack contents: Quote Blocks Video/Image */
.testimonials-list-inner .slick-track {
    min-width: 100%;
}
.testimonials-item::after {
    background-color: transparent;
    background-image: url('/system/production/assets/218527/original/overlay-curved-blue.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 100%;
    left: 40%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}
.stack-quote-block-image .testimonials-item::after {
    left: 60%;
}
.testimonials__video {
    background-position: left center;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60%;
    z-index: 1;
}
.stack-quote-block-image .testimonials__video {
    width: 40%;
}
.testimonials__video-play {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 3;
}
.testimonials__copy {
    position: relative;
    z-index: 3;
}
.testimonials__copy-1 *,
.testimonials__copy-2 p:first-child {
    display: none;
}
.testimonials__copy-1 p:first-child,
.testimonials__copy-2 .testimonials__copy-quote * {
    display: block !important;
}
.testimonials__copy-quote {
    position: relative;
    z-index: 1;
}
.testimonials__copy-quote::before,
.testimonials__copy-quote::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 20px;
    position: absolute;
    width: 28px;
    z-index: 1;
}
.testimonials__copy-quote::before {
    background-image: url('/system/production/assets/218671/original/start-quote.svg');
    left: 0;
    top: 0;
}
.testimonials__copy-quote::after {
    background-image: url('/system/production/assets/218672/original/end-quote.svg');
    bottom: 0;
    right: 0;
}
.testimonials-list__item-outer {
    cursor: pointer;
}
.testimonials-list__item h2 {
    border-bottom: 0.125rem solid transparent;
}
.testimonials-list__item:hover h2 {
    background-color: rgba(191, 224, 242, 0.5);
    border-bottom: 0.125rem solid #005589;
}
/* Stack contents: Quote Block blue pattern background */
.stack-quote-block-blue-25,
.stack-quote-block-blue-50,
.stack-quote-block-blue-75 {
    position: relative;
    z-index: 1;
}
.stack-quote-block-blue-25::before,
.stack-quote-block-blue-50::before,
.stack-quote-block-blue-75::before {
    background-image: url('/system/production/assets/218529/original/brand-pattern_blue.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.stack-quote-block-blue-25::before {
    height: 25%;
}
.stack-quote-block-blue-50::before {
    height: 50%;
}
.stack-quote-block-blue-75::before {
    height: 75%;
}
.stack-quote-block-blue-inner {
    position: relative;
    z-index: 2;
}
/* Stack contents: Two-Column Row */
.page-copy.has-video iframe,
.page-copy.has-video video,
.video-outer-legacy *,
.working-here__copy iframe,
.working-here__copy video {
    display: none;
}
.video-outer-legacy .video__item,
.video-outer-legacy .video__item *,
.video-outer-legacy .embed-responsive,
.video-outer-legacy .embed-responsive::before {
    display: block;
}
.page-copy__job-list .pagination--job-search,
.pagination--content-page {
    display: none;
}
.page-copy__job-list .pagination--content-page {
    display: block;
}
/* Stack contents: Two-Column Row with Side Nav */
.stack-two-column h2 {
    font-family: "HCA-Mark-Bold";
    font-size: 2.125rem;
    line-height: 2.5rem;
}
.page-sidebar__menu nav h2 {
    background: #fff;
    color: #1F2532;
    display: block;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    padding: 19px 23px;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    z-index: 1;
}
.page-sidebar__menu-item {
    color: #1F2532;
}
.page-sidebar__menu-item:hover,
.page-sidebar__menu-item:focus {
    color: #005589;
}
.page-sidebar__menu-item .closed,
.page-sidebar__menu-item.collapsed .opened {
    display: none;
}
.page-sidebar__menu-item.collapsed .closed,
.page-sidebar__menu-item .opened {
    display: block;
}
.page-sidebar__menu ul {
    margin-left: 0;
    margin-top: 0;
}
.page-sidebar__menu ul li {
    list-style: none;
}
.page-sidebar__menu ul li a {
    background: #fff;
    color: #1F2532;
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 13px 23px;
    position: relative;
    text-decoration: none;
    transition: 0.5s;
    z-index: 1;
}
.page-sidebar__menu ul li a:hover,
.page-sidebar__menu ul li a:focus,
.page-sidebar__menu ul li a.active {
    background: #BFE0F2;
}
.page-sidebar__helpful-links ul {
    margin: 0;
}
.page-sidebar__helpful-links ul li {
    list-style: none;
}
/* Stack contents: Quad Row */
.stack-quad-row h2 {
    font-family: "HCA-Mark-Bold";
    font-size: 2.125rem;
    line-height: 2.5rem;
}
.stack-quad-row h3 {
    font-family: "HCA-Mark-Bold";
    font-size: 1.625rem;
    line-height: 2rem;
}
.stack-quad-row__copy-small p {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
/* Stack contents: Unique Stacks Orange Statistics Bar */
.stats-list__item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.stats-list__item h3 {
    font-family: "HCA-Mark-Heavy";
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 15px;
}
.stats-list__item h4 {
    font-family: "HCA-Mark";
}
/* Stack contents: Image Carousel */
.stack-image-carousel .slick-next,
.stack-image-carousel .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}
.stack-image-carousel .slick-next {
    right: 10%;
}
.stack-image-carousel .slick-prev {
    left: 10%;
}
.stack-image-carousel__list::before,
.stack-image-carousel__list::after {
    background: #fff;
    content: '';
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 25%;
}
.stack-image-carousel__list::before,
.page-stack-item:nth-child(even) .stack-image-carousel__list::before {
    background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
    left: 0;
}
.page-stack-item .stack-image-carousel__list::before {
    background-image: linear-gradient(to left, rgba(245,245,245,0), rgba(245,245,245,1));
}
.stack-image-carousel__list::after,
.page-stack-item:nth-child(even) .stack-image-carousel__list::after {
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
    right: 0;
}
.page-stack-item .stack-image-carousel__list::after {
    background-image: linear-gradient(to right, rgba(245,245,245,0), rgba(245,245,245,1));
}
/* Stack contents: Event FAQs */
.event-faqs h2 {
    font-family: "HCA-Mark", "Arial", sans-serif;
    font-size: 2.125rem;
    line-height: 2.5rem;
}
.event-faqs__item h3 {
    font-size: 1.125rem;
    font-family: "HCA-Mark-Bold";
    line-height: 1.688rem;
}

/* Home page */
.banner--home .banner-inner::before {
    background: #005589;
    opacity: 0.8;
}
.banner--home .banner-inner::after {
    background-image: url('/system/production/assets/219243/original/overlay-curved-denim.png?v=2');
    opacity: 0.8;
}
.banner--home .banner__image {
    background-position: right center;
    width: 100%;
}
#careers-home-page .page-stack-item,
#careers-home-page--events .page-stack-item {
    background: #fff;
}

/* Job Search Results page */
/* Job Search Results page: Facet section */
.facet-section-overlay {
    background: #1F2532;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.facet-section-overlay.active {
    display: block;
}
.facet-section {
    background: #F5F5F5;
    display: none;
    height: 100%;
    max-width: 264px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: 80%;
}
.facet-section.active {
    display: block;
    z-index: 3;
}
.filters-outer {
    display: block;
    padding: 40px 12px 15px 12px;
}
.filters-outer a {
    text-decoration: none;
}
.facet-section.ds_tm_ff_wait .facet-section-inner {
    opacity: 0.5;
}
.facet-item {
    border-bottom: 1px solid #BCBCBC;
    margin: 0 12px;
    padding: 12px 0 0 0;
}
a.facet-item__heading {
    color: #1F2532;
    display: block;
    padding: 0 0 12px 0;
    text-decoration: none;
}
a.facet-item__heading .material-icons {
    float: right;
}
a.facet-item__heading.active .material-icons.facet-item__close,
a.facet-item__heading .material-icons.facet-item__open {
    display: none;
}
a.facet-item__heading .material-icons.facet-item__close,
a.facet-item__heading.active .material-icons.facet-item__open {
    display: block;
}
.facet-item__heading-count {
    background: #005589;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    margin: 0 0 0 4px;
    text-align: center;
    width: 17px;
}
.facet-item__options-outer {
    display: none;
}
.facet-item__options-outer.active {
    display: block;
}
.facet-item__options {
    height: auto;
    margin: 0;
    max-height: 160px;
    overflow-y: auto;
}
.facet-item__options-item {
    display: block;
    list-style: none;
}
.facet-item__option-link {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 4px 0;
    text-decoration: none;
}
.facet-item__option-link--selected {
   display: inline-block;
   padding: 0;
}
.facet-item__options-item-type,
.facet-item__option-item-label {
    float: left;
}
.facet-item__options-item-type {
    width: 20%;
}
.facet-item__options-item-type .material-icons {
    vertical-align: middle;
}
.facet-item__option-item-label {
    width: 80%;
}
.facet-section__bottom {
    bottom: 0;
    max-width: 264px;
    position: fixed;
    right: 0;
    width: 80%;
    z-index: 1;
}
.clear-all-outer {
    padding: 10px;
}
/* Candidate Notification new UI */
.MuiPaper-root {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 1.875em;
}
.MuiPaper-root * {
    font-family: "HCA-Mark", "Arial", sans-serif !important;
    font-size: 1em;
}
.MuiPaper-root h2 {
    font-size: 2.813rem;
    line-height: 3.75rem;
}
.MuiPaper-root .MuiDialogTitle-root { padding: 0; }
.MuiPaper-root .MuiDialogContent-root { padding: 0; }
.MuiPaper-root .CJN-Form > div { padding: 0; }
.MuiPaper-root .MuiFormControl-marginDense { margin: 0.625em 0; }
.MuiPaper-root .CJN-Form input[type="text"],
.MuiPaper-root .CJN-Form input[type="email"],
.MuiPaper-root .CJN-Form select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.MuiPaper-root .CJN-Form input[type="text"],
.MuiPaper-root .CJN-Form input[type="email"] {
    border: none;
    box-shadow: none;
}
.MuiPaper-root .CJN-Form select:focus { background-color: #fff; }
.MuiPaper-root .CJN-Form fieldset {
    border-radius: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.MuiPaper-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline { border-color: #d9d9d6; }
.MuiPaper-root .MuiDialogActions-root {
    display: block;
    padding: 0;
    text-align: right;
}
.MuiPaper-root button.MuiButton-containedPrimary,
.MuiPaper-root button.MuiButton-containedPrimary:hover,
.MuiPaper-root button.MuiButton-containedPrimary:focus,
.MuiPaper-root button,
.MuiPaper-root button:hover,
.MuiPaper-root button:focus {
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "HCA-Mark-Bold", "Arial", sans-serif !important;
    font-size: 1rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    min-width: 95px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: none;    
    transition: 0.5s ease-in-out;
    white-space: nowrap;
}
.MuiPaper-root button.MuiButton-containedPrimary {
    background-color: #005589;
    color: #fff;
}
.MuiPaper-root button.MuiButton-containedPrimary:hover,
.MuiPaper-root button.MuiButton-containedPrimary:focus {
    background-color: #03173E;
}
.MuiPaper-root button {
    background-color: transparent;
    color: #005589;
}
.MuiPaper-root button:hover,
.MuiPaper-root button:focus {
    background-color: #BFE0F2;
}
.jobs-section__item h2 a,
.similar-jobs-item h3 a {
    border-bottom: 2px solid transparent;
    color: #1F2532;
}
.jobs-section__item h2 a:hover,
.jobs-section__item h2 a:focus {
    text-decoration: none;
}

/* Job Details page */
.job-title * { vertical-align: top; }
#back-to-search-js .material-icons {
    line-height: 1.3rem
}
.job-details__share-list {
    position: absolute;
    text-align: left;
    right: 0;
    width: 180px;
    z-index: 1;
}
.job-details__share-item a:hover,
.job-details__share-item a:focus {
    background: #F5F5F5;
}
.job-details__share-item .fa {
    border: 1px solid #005589;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #005589;
    display: inline-block;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin: 0 4px 0 0;
    text-align: center;
    width: 26px;
}
.job-details__description .nav-tabs {
    border-bottom: 0;
}
.job-details__description .nav-tabs .nav-link {
    color: #54575A;
}
.job-details__videos--aside ul.slick-dots {
    margin: 5px 0 0 0;
    text-align: center;
}
.job-details__videos--aside ul.slick-dots li {
    background: #BCBCBC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    list-style: none;
    text-indent: -99999px;
    width: 15px;
}
.job-details__videos--aside ul.slick-dots li.slick-active {
    background: #005589;
}
.similar-jobs-item,
.similar-jobs-container--job .jobs-section__item-outer {
    display: none;
}
.similar-jobs-container--job .similar-jobs-item {
    display: block;
}

/* Event Details page */
.hero,
.logos,
.when,
.where,
.subheader {
    display: none;
}

/* Location pages */
.location-site,
.location-contact,
.location-social-media {
    display: none;
}

/* Nurse Residency page */
/*.step-number {
    position: relative;
    z-index: 1;
}
.step-number::before {
    background: #BCBCBC;
    content: '';
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 400%;
    z-index: 1;
}*/

/* Campaign pages */
/* Legacy */
.legacy__campaign-page__heading-copy *,
.subheader,
.call-to-action {
    display: none;
}
.legacy__campaign-page__heading-copy .subheader,
.legacy__campaign-page__heading-copy .call-to-action {
    display: block;
}
.legacy__campaign-page__heading-copy .subheader *,
.legacy__campaign-page__heading-copy .call-to-action * {
    display: inline-block;
}

/* Saved Jobs / Saved Facilities page */
.saved-jobs-length,
.saved-facilities-length {
    background: #898B8E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    height: 1.375rem;
    line-height: 1.375rem;
    margin-left: 1.25em !important;
    padding: 0 6px;
    min-width: 1.375rem;
}
.nav-link.active .saved-jobs-length,
.nav-link.active .saved-facilities-length,
.nav-link:hover .saved-jobs-length,
.nav-link:hover .saved-facilities-length,
.nav-link:focus .saved-jobs-length,
.nav-link:focus .saved-facilities-length {
    background: #005589;
}

@media only screen and (min-width: 320px) {
    /* 320 Brand styles */
    .tal-tooltip .tal-toolip__message {
        top: 80px;
    }
}
@media only screen and (min-width: 480px) {
    .width-detector {
        width: 480px;
    }

    /* 480 Brand styles */
    .tal-tooltip {
        position: relative;
        z-index: 2;
    }
    .tal-tooltip .tal-toolip__message {
        top: 15px;
        width: 320px;
    }

    /* Header section */
    .header__logo img {
        height: 30px;
    }
}
@media (min-width: 576px) { /* sm */
    .width-detector {
        width: 576px;
    }

    /* 576 Stack Contents */
    .banner--campaign-page .banner__copy-outer::before {
        height: 100%;
        left: -100%;
        top: 0;
    }
    .banner--campaign-page .banner__copy-outer::after {
        height: 100%;
    }
}
@media (min-width: 768px) { /* md */
    .width-detector {
        width: 768px;
    }

    /* 768 Brand Styles */
    .nav-tabs--big .nav-link {
        width: 30%;
    }

    /* 768 Header section */
    .has-top-message .header__menu-outer { top: 160px; }
    .has-top-message .header__quick-links { margin-bottom: 160px; }
    .has-top-message #search-form--header-js.active,
    #careers-home-page.has-top-message #search-form--header-js.active {
        top: 160px;
    }

    /* 768 Home page */
    .stats-list__item {
        margin-left: 30px;
        margin-right: 30px;
    }

    /* 768 Stack Contents */
    .stack-icon-row-spaced .icons-list__item,
    .stack-icon-row-close .icons-list__item {
        width: 40%;
    }
}
@media (min-width: 992px) { /* lg */
    .width-detector {
        width: 992px;
    }
    body {
        overflow-y: visible !important;
    }

    /* 992 Header section */
    .has-top-message .header__menu-outer { top: 226px; }
    .has-top-message .header__quick-links { margin-bottom: 226px; }
    .has-top-message #search-form--header-js.active,
    #careers-home-page.has-top-message #search-form--header-js.active {
        top: 226px;
    }

    /* Template Content section */
    .template-content.fixed {
        padding-top: 150px;
    }

    /* 992 Stack contents */
    .banner--campaign-page .banner__copy-outer {
        background-size: 50%;
    }
    .page-sidebar__menu ul li a {
        border-top: 1px solid #BCBCBC;
    }
    .page-sidebar__menu ul li a:hover::before,
    .page-sidebar__menu ul li a:focus::before,
    .page-sidebar__menu ul li a.active::before {
        background: #BE552E;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 8px;
    }
    .page-sidebar__menu ul li a:hover,
    .page-sidebar__menu ul li a:focus,
    .page-sidebar__menu ul li a.active {
        font-family: "HCA-Mark-Bold";
    }
    .stack-icon-row-spaced .icons-list__item,
    .stack-icon-row-close .icons-list__item {
        width: 20%;
    }

    /* 992 Home page */
    .testimonial-main__video-inner::before {
        display: block;
    }

    /* 992 Job Search Results page */
    .facet-section-overlay {
        display: none !important;
    }
    .facet-section {
        background: transparent;
        display: block !important;
        height: auto !important;
        max-width: none;
        overflow: visible;
        position: relative;
        width: 100%;
        z-index: 1 !important;
    }
    .filters-outer {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 0;
    }
    .facet-item {
        border-bottom: none;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    a.facet-item__heading {
        border: 1px solid #D9D9D6;
        border-radius: 0.313rem;
        -moz-border-radius: 0.313rem;
        -webkit-border-radius: 0.313rem;
        line-height: 40px;
        padding: 0 15px;
        transition: 0.5s ease-in-out;
    }
    a.facet-item__heading:hover,
    a.facet-item__heading:focus,
    a.facet-item__heading:active {
        background: #BFE0F2;
        color: #005589;
    }
    a.facet-item__heading .material-icons {
        line-height: 40px;
    }
    .facet-item__options-outer {
        background: #fff;
        display: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        height: auto;
        left: 0;
        max-height: 200px;
        overflow: hidden;
        padding: 10px 0;
        position: absolute;
        top: 2.6rem;
        width: 240px;
        z-index: 1;
    }
    .facet-item__option-link {
        display: block;
        padding: 4px 10px;
    }
    .facet-item__option-link--selected:first-child {
        padding-left: 0 !important;
    }
    .facet-item__option-link:hover,
    .facet-item__option-link:focus {
        background: #F5F5F5;
    }
}
@media (min-width: 1200px) { /* xl */
    .width-detector {
        width: 1200px;
    }

    /* 1200 */
    .col-xl-20p {
        max-width: 20%;
    }

    /* 1200 Header section */
    .header {
        padding: 15px 0;
    }
    .header::before {
        display: none;
    }
    .header__logo {
        text-align: left;
    }
    .header__logo img {
        height: auto;
        line-height: 50px;
        max-height: 50px;
    }
    .header__menu-outer {
        background: #fff;
        display: block;
        height: auto;
        left: 0;
        overflow: visible;
        position: relative;
        top: 0 !important;
        width: 75%;
    }
    .header__menu ul li {
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    .header__menu ul li.active {
        z-index: 2;
    }
    .header__menu ul li a {
        border-bottom: none;
        color: #54575A;
        font-size: 18px;
        line-height: 27px;
        padding: 11px 8px;
        transition: 0.5s;
    }
    .header__menu ul li a:hover,
    .header__menu ul li a:focus,
    .header__menu ul li a.active,
    .header__menu ul li a.active-page {
        color: #005589;
        position: relative;
        z-index: 1;
    }
    .header__menu ul li a::after {
        background: transparent;
        bottom: -17px;
        content: '';
        height: 0.25rem;
        left: 0;
        position: absolute;
        transition: 0.5s;
        width: 100%;
        z-index: 1;
    }
    .header__menu ul li a:hover::after,
    .header__menu ul li a:focus::after,
    .header__menu ul li a.active::after,
    .header__menu ul li a.active-page::after {
        background: #0085CA;
    }
    .header__menu ul li a i {
        transition: 0s;
    }
    .header__menu-outer.child-item-active .header__menu ul li a {
        display: block;
    }

    .header__menu ul li a.child-item__back-link {
        display: none !important;
    }
    .header__menu ul li .child-item__parent-name {
        display: none !important;
    }
    .header__menu ul li ul {
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
        padding: 0;
        position: absolute;
        width: 265px;
        z-index: 3;
    }
    .header__menu ul li ul li {
        margin: 0;
        overflow: hidden;
    }
    .header__menu ul li ul li:last-child {
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
    }
    .header__menu ul li ul li a {
        border-top: none;
        font-family: "HCA-Mark";
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
    }
    .header__menu ul li ul li a::after {
        display: none;
    }
    .header__menu ul li ul li a:hover,
    .header__menu ul li ul li a:focus,
    .header__menu ul li ul li a:active,
    .header__menu ul li ul li a.active-page {
        background: #F5F5F5;
        color: #54575A;
    }

    /* 992 Search form */
    #search-form--header-js {
        display: block !important;
    }
    #careers-home-page #search-form--header-js {
      display: none !important;
    }
    #search-form--header-js.active {
        background-color: #F5F5F5;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        display: block;
        left: 0;
        overflow: visible;
        position: relative;
        top: 0 !important;
    }

    /* 1200 Banner section */
    .banner-inner {
        overflow: hidden;
    }
    .banner-inner::before {
        opacity: 1;
        width: 50%;
    }
    .banner-inner::after {
        background-color: transparent;
        background-image: url('/system/production/assets/219227/original/overlay-curved-white.png?v=2');
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 101%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 2;
    }
    .banner.no-image .banner-inner::after,
    .banner--campaign-page .banner-inner::after {
        display: none;
    }
    .banner__image {
        width: 50%;
    }

    /* 1200 Job Search Results page */
    .facet-item {
        margin: 0 10px 0 0;
    }

    /* 1200 Stack Contents */
    .banner--campaign-page .banner__copy-outer::after {
        width: 60%;
    }
}