:root {
    --primary: #1769a2;
    --secondary: #28a5cf;
    --light-orange: #F1B434;
    --orange: #E87722;
    --green: #a0ce4e;
    --text-color: #75787B;
    --light-text-color: #787777;
    --dark-text-color: #333;
    --light-button: #d8deea;
    --button-gray: #c9ced8;
    --white: #fff;
    --light-gray: #D0D0CE;
    --dark-gray: #B1B3B3;
    --light-bgr: #eaeced;
    --v-light-bgr: #f9f9f9;
    --transparent-background: #3e3e3e99;
    --light-header-font: #eee;
    --standard-font: freight-sans-pro, sans-serif;
    --light-font: freight-sans-pro, sans-serif;
    --bold-font: freight-sans-pro, sans-serif;
    --corner-radius: 4px;
  }
  
  
  /* Fonts */
  
  @font-face {
    font-family: "facetselecticon";
    src: url("../system/production/assets/377/original/facetselecticon.eot");
    src: url("../system/production/assets/380/original/facetselecticon.woff") format("woff"), url("../system/production/assets/378/original/facetselecticon.ttf") format("truetype"), url("../system/production/assets/379/original/facetselecticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: Avenir;
    src: url("../system/production/assets/384/original/AvenirLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../system/production/assets/381/original/AvenirLTStd-Roman.woff") format("woff"), url("../system/production/assets/382/original/AvenirLTStd-Roman.ttf") format("truetype"), url("../system/production/assets/383/original/AvenirLTStd-Roman.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Avenir Light";
    src: url("../system/production/assets/388/original/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../system/production/assets/385/original/AvenirLTStd-Light.woff") format("woff"), url("../system/production/assets/386/original/AvenirLTStd-Light.ttf") format("truetype"), url("../system/production/assets/387/original/AvenirLTStd-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: SSCommunity;
    src: url(https://assets.coxhealth.com/static/fonts/ss-community.eot?0a3d3ee7445f850387d13e091e86b978);
    src: url(https://assets.coxhealth.com/static/fonts/ss-community.eot?0a3d3ee7445f850387d13e091e86b978) format("embedded-opentype"), url(https://assets.coxhealth.com/static/fonts/ss-community.woff?6b0dd1691b5a72218ae00722c1d953bc) format("woff"), url(https://assets.coxhealth.com/static/fonts/ss-community.ttf?d867e10633d396c8a62618f937579b82) format("truetype"), url(https://assets.coxhealth.com/static/images/ss-community.svg?ed25293e6cfe836511410a91fb5acc04) format("svg");
    font-weight: 400;
    font-style: normal
  }
  
  @font-face {
    font-family: SSSocial;
    src: url(https://assets.coxhealth.com/static/fonts/ss-social-regular.eot?d971baa07e576247a294acfaf54f283a);
    src: url(https://assets.coxhealth.com/static/fonts/ss-social-regular.eot?d971baa07e576247a294acfaf54f283a) format("embedded-opentype"), url(https://assets.coxhealth.com/static/fonts/ss-social-regular.woff?4cb090f8d58d277174996a30a0dd0295) format("woff"), url(https://assets.coxhealth.com/static/fonts/ss-social-regular.ttf?0dd10cfebc2367ce122a0e6a20dc23b1) format("truetype"), url(https://assets.coxhealth.com/static/images/ss-social-regular.svg?e604274fe8503fd283cbea302f9f9320) format("svg");
    font-weight: 400;
    font-style: normal
  }
  
  .ss-community,
  .ss-community:before {
    font-family: SSCommunity;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga";
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .ss-social:before {
    color: var(--primary);
    position: absolute;
    z-index: 1000;
    margin: 3px -9px;
  }
  
  .ss-social:hover:before {
    color: var(--white);
  }
  
  .ss-social.facebook:before {
    content: 'facebook';
  }
  
  .ss-social.twitter:before {
    content: 'twitter';
  }
  
  .ss-social.youtube:before {
    content: 'youtube';
  }
  
  .ss-community.hospital:before {
    content: 'hospital';
  }
  
  .ss-community.clock:before {
    content: 'clock';
  }
  
  .ss-community.tag:before {
    content: 'tag';
  }
  
  .ss-community.calendar:before {
    content: 'calendar';
  }
  
  .ss-community.location:before {
    content: 'location';
  }
  
  .ss-community.star:before {
    content: 'star';
    color: var(--warning);
  }
  
  .ss-community.flag:before {
    content: 'flag';
    color: var(--red);
  }
  
  .ss-community,
  .ss-community:before,
  .ss-social,
  .ss-social:before {
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap
  }
  
  .ss-social,
  .ss-social:before {
    font-family: SSSocial;
    -ms-font-feature-settings: "liga";
    -o-font-feature-settings: "liga";
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
  }
  
  @media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .ss-community:before,
    .ss-social:before {
        margin: 3px 0px 0px 11px !important;
    }
  }
  
  
  /* end Fonts */
  
  
  /* Custom Animations */
  
  @keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
  }
  
  @keyframes fadebgin {
    0% {
        background: transparent;
    }
    100% {
        background: rgba(255, 255, 255, 1);
    }
  }
  
  @-webkit-keyframes fadebgin {
    0% {
        background: transparent;
    }
    100% {
        background: rgba(255, 255, 255, 1);
    }
  }
  
  @keyframes fadebgout {
    0% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: transparent;
    }
  }
  
  @-webkit-keyframes fadebgout {
    0% {
        background: rgba(255, 255, 255, 1);
    }
    100% {
        background: transparent;
    }
  }
  
  @keyframes slideleft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-80%);
    }
  }
  
  @-webkit-keyframes slideleft {
    0% {
        -webkit-transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-80%);
    }
  }
  
  @-moz-eyframes slideleft {
    0% {
        -moz-transform: translateX(0%);
    }
    100% {
        -moz-transform: translateX(-80%);
    }
  }
  
  @keyframes slideright {
    0% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
  }
  
  @-webkit-keyframes slideright {
    0% {
        -webkit-transform: translateX(-80%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
  }
  
  @-moz-keyframes slideright {
    0% {
        -moz-transform: translateX(-80%);
    }
    100% {
        -moz-transform: translateX(0%);
    }
  }
  
  @keyframes rotate {
    0% {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
  }
  
  
  /* end Custom Animations */
  
  html {
    height: 100%;
    width: 100%;
  }
  
  body {
    min-height: 100%;
    width: 100%;
    color: var(--text-color);
    font-family: var(--light-font), sans-serif;
    display: flex;
    flex-direction: column;
  }
  
  .content {
    flex: 1 0 auto;
  }
  
  a {
    color: var(--primary);
  }
  
  .main-footer {
    flex-shrink: 0;
  }
  
  
  /* General Classes */
  
  .gray-bg {
    background-color: var(--light-bgr);
  }
  
  .white-bg {
    background-color: var(--white);
  }
  
  .dark-bg {
    background-color: var(--primary) !important;
  }
  
  .text-muted {
    color: var(--light-text-color) !important;
  }
  
  .has-shadow {
    box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(34, 34, 34, 0.2);
    position: relative;
    z-index: 1;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-position: center;
    background-size: cover;
  }
  
  .sticky {
    position: sticky;
  }
  
  .sticky-top {
    z-index: 999;
    width: 100%;
  }
  
  .scrollable {
    width: 100%;
  }
  
  .dropdown-menu {
    border: none;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);
  }
  
  .dropdown-item {
    color: white !important;
    overflow-wrap: inherit;
    white-space: normal;
    background-color: #28a5cf;
    padding: 3rem;
    margin: 10px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    min-height: 120px;
    height: 100px;
    font-size: 1.25rem;
  }
  
  
  /* .droplink {
  background-color: #28a5cf;
  padding: 3em;
  margin: 1em;
  justify-content: center;
  text-align: center;
  color: white;
  text-transform: uppercase;
  min-height: 120px;
  height: 100px;
  font-size: inherit;
  } */
  
  .view-cta {
    color: #28a5cf;
    font-weight: 600;
    margin: 0;
    font-size: 1.2rem;
    padding: 15px;
    display: block;
    background-color: #eaeced;
  }
  
  .link-list {
    font-size: 1.3em;
    margin-top: 10px;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  .dropdown-item:hover {
    background-color: var(--primary);
    opacity: 1;
  }
  
  .helpful-list:hover {
    color: var(--secondary);
    opacity: 1;
  }
  
  
  /* .dropdown-menu:hover {
  pointer-events: none;
  } */
  
  .dropdown {
    position: initial;
  }
  
  .btn .dropdown .nav-link {
    border-bottom: 6px solid #1769a2;
  }
  
  .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 6px solid #ffffff;
    background-color: #1c5b90;
  }
  
  .preloader {
    animation: rotate 0.8s infinite linear;
    border: 6px solid #999;
    border-right-color: #ccc;
    border-radius: 50%;
    height: 28px;
    left: 50%;
    margin: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 28px;
  }
  
  .btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  
  .btn-primary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    opacity: 1;
  }
  
  .btn-primary a {
    color: var(--white);
  }
  
  .btn-outline-primary {
    border-color: var(--primary);
  }
  
  .btn-secondary {
    background-color: var(--primary);
    border-color: var(--primary);
  }
  
  .btn-outline-secondary {
    border-color: var(--primary);
    color: var(--primary);
    background-color: var(--light-background);
  }
  
  .btn-outline-secondary:hover {
    border-color: var(--primary);
    color: var(--primary);
    background-color: var(--light-button);
  }
  
  .btn-secondary:hover {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
    opacity: 1;
  }
  
  .btn-success {
    background-color: var(--green);
    border-color: var(--green);
  }
  
  .btn-success:hover {
    background-color: var(--green);
    border-color: var(--green);
    opacity: .75;
  }
  
  .btn-link {
    color: var(--dark-text-color);
    font-size: 18px;
  }
  
  .btn-light {
    background-color: var(--light-button);
    border-color: var(--button-gray);
  }
  
  .btn a:hover {
    text-decoration: none;
  }
  
  .btn-responsive {
    width: 100%;
    overflow: hidden;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
  }
  
  .light-font {
    color: var(--light-header-font);
  }
  
  
  /* end General Classes */
  
  
  /* Effects */
  
  .slideright {
    animation-name: slideright;
    -webkit-animation-name: slideright;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  .slideleft {
    animation-name: slideleft;
    -webkit-animation-name: slideleft;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  .fadebgout {
    animation-name: fadebgout;
    -webkit-animation-name: fadebgout;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  .fadebgin {
    animation-name: fadebgin;
    -webkit-animation-name: fadebgin;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  .fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  
  
  /* end Effects */
  
  .hero-images {
    position: relative;
    z-index: 1;
    padding: 200px 0;
    box-shadow: inset 0 -12px 24px -12px rgba(34, 34, 34, 0.4);
    border-bottom: 5px solid var(--dark-gray);
  }
  
  .page__image {
    opacity: .8;
    width: 100%;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .job-search__form-field input {
    border-color: var(--primary);
    border: none;
  }
  
  .search-form input,
  #jobs-sort-by {
    border-color: var(--primary);
  }
  
  .form-row .form-control {
    background-color: var(--white);
  }
  
  .cs_share_container {
    float: left;
  }
  
  .cs_share_container {
    float: left;
  }
  
  .inner-search h1,
  .inner-search h4 {
    color: var(--white);
    font: var(--light-font);
    font-weight: 600;
    text-shadow: 2px 2px 2px black;
  }
  
  .inner-search h4 {
    font-weight: 300;
    font-family: var(--light-font);
  }
  
  .top-content {
    padding-bottom: 30px;
    color: var(--dark-text-color);
  }
  
  #accordion .card {
    border: solid thin #000;
    border-top: none;
    border-radius: 0;
    background-color: var(--white);
    color: var(--primary);
  }
  
  #accordion .card:first-child {
    border: solid thin #000;
    border-radius: 0;
    background-color: var(--white);
    color: var(--primary);
  }
  
  #accordion .card-header,
  #accordion .card-header:hover {
    background-color: var(--white);
  }
  
  #accordion .facet-item__option-item-count.badge {
    background: var(--white);
    color: var(--dark-text-color);
    border: solid thin var(--dark-text-color);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  #accordion .card:hover .facet-item__option-item-count.badge {
    background: var(--primary);
    color: var(--white);
  }
  
  .facet-item__options .facet-item__option-item-count.badge-light {
    background: var(--primary) !important;
    color: var(--white) !important;
    font-size: 10px;
    padding: 5px 7px;
  }
  
  .facet-item__options .facet-item__option-item-count.badge-light.it-pill{
    padding: 5px 4px;
  }
  
  .highlight:hover {
    background-color: var(--light-bgr);
  }
  
  .jobs-card-list:first-child,
  .jobs-card-list:last-child {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
  
  .no-decoration-link {
    color: var(--primary);
  }
  
  .no-decoration-link:hover {
    text-decoration: none;
  }
  
  .form-control,
  .btn {
    border-radius: var(--corner-radius);
  }
  
  .round-border-top .card:first-child,
  .round-border-top .card:first-child .card-header {
    border-top-left-radius: var(--corner-radius)!important;
    border-top-right-radius: var(--corner-radius)!important;
  }
  
  .round-border-bottom .card:last-child,
  .round-border-bottom .card:last-child .card-header {
    border-bottom-left-radius: var(--corner-radius)!important;
    border-bottom-right-radius: var(--corner-radius)!important;
  }
  
  .rounded-border {
    border-radius: var(--corner-radius);
  }
  
  .first {
    background-color: var(--white);
  }
  
  .second {
    background-color: var(--light-bgr);
  }
  
  
  /* Pre Footer */
  
  .pre-footer {
    background-color: var(--light-bgr);
    color: var(--white);
    border-top: 5px solid var(--primary);
  }
  
  .pre-footer .fa-circle,
  .pre-footer h3,
  .pre-footer a,
  .pre-footer h4 {
    color: var(--text-color);
  }
  
  .pre-footer a.btn {
    color: var(--white);
  }
  
  .pre-footer .fa-inverse {
    color: var(--primary);
  }
  
  .pre-footer .fa-stack i {
    background: var(--white);
    border-radius: var(--corner-radius);
  }
  
  .pre-footer .fa-stack i:hover {
    background: var(--light-orange);
    color: var(--white);
  }
  
  .pre-footer .fa-stack {
    margin: 0px 5px 0px 0px;
  }
  
  
  /*.pre-footer .fa-inverse::before {
  margin-left: 5px;
  }*/
  
  
  /* end Pre Footer */
  
  .social-footer .social-link {
    background-color: #004b87;
    margin: 0.5em 0;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    padding: 0.5em 0.5em 0.25em;
    margin-right: 5px;
    text-align: center!important;
  }
  
  .social-footer .social-link.facebook:hover {
    background-color: #1877f2;
    border-radius: 4px;
  }
  
  .social-footer .social-link.twitter:hover {
    background-color: #00a9f1;
    border-radius: 4px;
  }
  
  .social-footer .social-link.youtube:hover {
    background-color: red;
    border-radius: 4px;
  }
  
  .social-footer a i:before {
    color: var(--white);
    font-size: 30px;
  }
  
  .social-footer .contact-info h3 {
    line-height: .9;
  }
  
  
  /* Footer */
  
  .footer {
    padding: 30px 15px;
    color: #505257;
    text-align: right;
    font-size: .875rem;
  }
  
  .footer a,
  .footer a:link,
  .footer a:visited,
  .footer a:active {
    margin: 0 5px;
  }
  
  .footer a:hover {
    color: var(--primary);
    text-decoration: none;
    border-bottom: 2px solid #00a3e1;
  }
  
  .footer-tn {
    font-family: var(--standard-font);
    color: var(--text-color);
    /*box-shadow: 0px 0px 20px 2px rgba(34, 34, 34, 0.2);*/
    background-color: var(--light-bgr);
    border: none;
  }
  
  
  /* end Footer */
  
  
  /* Pages */
  
  .benefits .top-section {
    padding: .5rem;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
  }
  
  .page-title {
    border-bottom: 1px solid #d6d6d6;
    padding: 1rem 0;
  }
  
  .collapse-benefit {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin: 0 0 .5em;
  }
  
  .benefits-section button {
    border: 1px solid #28a5cf;
    color: #28a5cf;
    background-color: var(--white);
  }
  
  .benefits-section button:hover {
    border: 1px solid #28a5cf;
    color: var(--white);
    background-color: #28a5cf;
  }
  
  button span.viewall,
  button.collapsed span.collapseall {
    display: none;
  }
  
  button.collapsed span.viewall,
  button span.collapseall {
    display: block;
  }
  
  .collapse-benefit-title {
    color: #282b2d;
    padding: 18px 84px 18px 24px;
    position: relative;
    margin-bottom: 0;
    line-height: 25px;
    border-bottom: 1px solid #d6d6d6;
  }
  
  .collapsed>.collapse-benefit-title {
    border-bottom: none;
  }
  
  .collapse-benefit span {
    width: 60px;
    height: 100%;
    color: #282b2d;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border-left: 1px solid #d6d6d6;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .collapse-benefit:hover span {
    background: var(--light-bgr);
  }
  
  .collapse-benefit .collapsed span:after {
    content: "+";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.55em 0 0;
  }
  
  .collapse-benefit span:after {
    content: "-";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -.55em 0 0;
  }
  
  .collapse-benefit-content {
    padding: 1.25em;
  }
  
  .page-details__sidebar-item {
    background-color: #efefef;
    border: none;
    display: block;
    margin: 1rem 1rem 2rem;
    border-radius: 5px;
    position: relative;
  }
  
  .page-details__sidebar-item .social-badge {
    z-index: 20;
    position: absolute;
    background: #28a5cf;
    height: 60px;
    width: 60px;
    padding: 14px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .social-badge i {
    font-size: 1.75rem;
  }
  
  .page-details__sidebar-item .header {
    padding: .3125rem 1.875rem .3125rem 5rem;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .social-card {
    padding: 1.5rem .9375rem 1rem;
  }
  
  .social-card-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding: .35em .5em;
    border-radius: 4px;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    margin-bottom: .5em;
  }
  
  .social-card-content a.facebook {
    background-color: #365397
  }
  
  .social-card-content a.facebook:hover {
    background-color: #4468bc;
    text-decoration: none;
  }
  
  .social-card-content a.twitter {
    background-color: #00a9f1
  }
  
  .social-card-content a.twitter:hover {
    background-color: #25beff;
    text-decoration: none;
  }
  
  .social-card-content a.youtube {
    background-color: #f33;
  }
  
  .social-card-content a.youtube:hover {
    background-color: #f66;
    text-decoration: none;
  }
  
  .social-card-content i {
    font-size: 1rem;
    position: relative;
    top: 3px;
    line-height: 1em;
    vertical-align: middle;
    margin: 0 .5em 0 0;
  }
  
  .video-container {
    padding: .5rem;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
  }
  
  .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .page-section {
    margin: 0 0 30px 0;
  }
  
  .page__image {
    margin: 0 0 30px 0;
  }
  
  .page__image img {
    width: 100%;
  }
  
  
  /* end Pages */
  
  
  /* Home Page */
  
  .location a,
  .location-section .image-bg {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    color: var(--text-dark-color);
    opacity: .9;
  }
  
  .location-card,
  .location-card .background-image {
    opacity: .9;
  }
  
  .location-card:hover,
  .location-card a:hover {
    text-decoration: none;
    opacity: .8;
  }
  
  .working-at {
    width: 100%;
    height: 215px;
    background-position: center;
    /* Make the background image cover the area of the <div>, and clip the excess */
    background-size: cover;
  }
  
  .working-at a,
  .working-at-section .image-bg {
    width: 100%;
    min-height: 215px;
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    color: var(--text-dark-color);
    opacity: .8;
  }
  
  .working-at-sidebar:before {
    content: "";
    box-shadow: 0px 6px 12px rgba(23, 26, 27, .3);
    height: 90%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    border-radius: 9px 9px 75% 75%;
  }
  
  .working-at-sidebar-inner {
    z-index: 8;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  
  .working-at a:hover {
    text-decoration: none;
  }
  
  .job-category {
    min-height: 300px;
    position: relative;
    cursor: pointer;
  }
  
  .job-category h3,
  .job-category i {
    color: #fff;
  }
  
  .job-category i {
    content: "";
  }
  
  .job-category.with-image-bg h3,
  .job-category.with-image-bg i {
    color: #333;
  }
  
  .job-category:hover {
    text-decoration: none;
  }
  
  .job-category:after {
    background-color: #1769a2;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
  }
  
  .job-category:hover:after {
    opacity: 0.75;
  }
  
  .job-category.with-image-bg.first:after {
    background-color: var(--primary);
    opacity: 0.1;
  }
  
  .job-category.with-image-bg.second:after {
    background-color: var(--primary);
    opacity: 0.2;
  }
  
  .job-category.with-image-bg.third:after {
    background-color: var(--primary);
    opacity: 0.1;
  }
  
  .job-category.with-image-bg.fourth:after {
    background-color: var(--primary);
    opacity: 0.2;
  }
  
  .job-category.with-image-bg.first:hover:after {
    opacity: 0.2;
  }
  
  .job-category.with-image-bg.second:hover:after {
    opacity: 0.3;
  }
  
  .job-category.with-image-bg.third:hover:after {
    opacity: 0.4;
  }
  
  .job-category.with-image-bg.fourth:hover:after {
    opacity: 0.4;
  }
  
  .talent-network-block {
    background-color: var(--light-gray);
    border-radius: 5px
  }
  
  .job-categories .job-category {
    height: 300px;
  }
  
  .facet-section-wrapper .nursing-opportunities img {
    border-radius: 5px;
  }
  
  
  /* Home Page */
  
  .filter {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .80;
    background-color: #fff;
  }
  
  .job-search.page-section {
    background-color: var(--light-gray);
    padding: 15px;
  }
  
  
  /* Job Details */
  
  .job__details-apply .btn {
    display: block;
    margin-bottom: 10px;
  }
  
  .jobs-section__category-info {
    background-position: center center;
    background-size: cover;
    border-radius: var(--corner-radius);
  }
  
  .jobs-section__category-info-desc {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    padding: 24px;
  }
  
  
  /* end Job Details */
  
  
  /* Job Details : Saved Job Overlay */
  
  .saved-jobs-alert-wrapper {
    background: rgba(34, 34, 34, 0.5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  
  .saved-jobs-alert {
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 280px;
  }
  
  .saved-jobs-alert__check {
    background: #222;
    color: #fff;
    font-size: 120px;
    line-height: 120px;
    padding: 24px;
  }
  
  .saved-jobs-alert__check.removed {
    background: #8fd400;
  }
  
  .saved-jobs-alert__message {
    background: #fff;
    padding: 24px;
  }
  
  
  /* Job Details : Saved Job Overlay */
  
  
  /* Pagination */
  
  .pagination {
    display: inline-flex !important;
  }
  
  .pagination a,
  .pagination span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .pagination a.disabled,
  .pagination span.disabled {
    color: var(--text-color);
    pointer-events: none;
    cursor: auto;
  }
  
  .pagination .prev_page {
    margin-left: 0;
    border-top-left-radius: var(--corner-radius);
    border-bottom-left-radius: var(--corner-radius);
  }
  
  .pagination .next_page,
  .pagination a:last-child {
    border-top-right-radius: var(--corner-radius);
    border-bottom-right-radius: var(--corner-radius);
  }
  
  .pagination span.current {
    color: var(--text-color);
    font-weight: 700;
  }
  
  
  /* end Pagination */
  
  
  /* Jobs Search */
  
  .jobs-section__item {
    border-top: 1px solid rgba(0, 0, 0, .12);
    box-shadow: none;
    width: 100%;
    background-color: var(--light-bgr);
  }
  
  .jobs-section__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
    /* 0px 11px 8px -10px #CCC, 0px -11px 8px -10px #CCC */
    transition: 100ms;
    z-index: 5;
  }
  
  .jobs-section__item:hover+.jobs-section__item {
    border-top-color: transparent;
  }
  
  .job-item-title {
    border-top-left-radius: var(--corner-radius) !important;
    border-top-right-radius: var(--corner-radius) !important;
  }
  
  .fa-star {
    color: var(--warning);
  }
  
  .tooltip>.tooltip-inner {
    background-color: var(--primary);
  }
  
  .tooltip>.arrow::before {
    border-top-color: var(--primary);
  }
  
  .fa.fa-flag {
    color: var(--red);
  }
  
  
  /* end Jobs Search */
  
  
  /* Facets */
  
  .facet-loading {
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-repeat: no-repeat;
    display: none;
    height: 60px;
    margin: 20px auto;
    padding: 20px 0;
    width: 60px;
  }
  
  .facet-loading--dark {
    background-image: url('/system/production/assets/43/original/facet-loading-bg--dark.gif');
  }
  
  .facet-loading--light {
    background-image: url('/system/production/assets/44/original/facet-loading-bg--light.gif');
  }
  
  .facet-section h2 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 12px 0;
    padding: 0 0 10px 0;
    position: relative;
  }
  
  .facet-item {
    margin: 0 0 10px 0;
  }
  
  .facet-item--collapsed {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
  }
  
  .facet-item__heading h3 {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    position: relative;
  }
  
  .facet-item--expanded .facet-item__heading h3 {
    margin: 0 0 10px 0;
  }
  
  .facet-item--expanded .facet-item__options {
    display: block;
  }
  
  .facet-item--collapsed .facet-item__options {
    display: none;
  }
  
  a.facet-item__show-more {
    display: inline-block;
    margin: 10px 0;
  }
  
  span.facet-item__heading-expand-collapse {
    bottom: 0;
    font-family: 'facetselecticon';
    font-size: 12px;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 10%;
    padding-left: 10px;
  }
  
  .facet-item--expanded span.facet-item__heading-expand-collapse:after {
    content: "s";
  }
  
  .facet-item--collapsed span.facet-item__heading-expand-collapse:after {
    content: "p";
  }
  
  .facet-item__options-item {
    border-bottom: 1px solid #ddd;
    margin: 0 0 4px 0;
    padding: 0 0 4px 0;
    position: relative;
  }
  
  .facet-item__heading div {
    padding: 0 10px;
    text-align: right;
  }
  
  span.facet-item__options-item-type {
    font-family: 'facetselecticon';
  }
  
  .facet-item__options-item-type--multi:after {
    content: "b";
  }
  
  .facet-item__options-item-type--selected.facet-item__options-item-type--multi:after {
    content: "o";
  }
  
  .facet-item__options-item-type--single:after {
    content: "f";
  }
  
  .facet-item__options-item-type--selected.facet-item__options-item-type--single:after {
    content: "g";
  }
  
  
  /* end Facets */
  
  
  /* Job Alerts Popup */
  
  #fancybox-wrap #fancybox-outer {
    padding: 15px;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content {
    padding: 0;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput br {
    display: none;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .g-recaptcha {
    margin: 0;
  }
  
  @media only screen and (min-width: 480px) {
    #fancybox-wrap {
        min-width: 344px;
        width: auto !important;
    }
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput {
    padding-left: 0;
    margin-bottom: 0;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification .fInput .fLabel {
    color: var(--light-text-color);
    font-size: smaller;
    margin-bottom: .2rem;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button {
    /* have to emulate the bootstrap button here due to Talemetry defaults */
    background-color: var(--primary);
    border-color: var(--primary);
    text-transform: none;
    font-size: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
    padding: .375rem .75rem;
    box-shadow: none;
    margin-bottom: 0;
    right: 0;
  }
  
  #fancybox-wrap #fancybox-outer #fancybox-content #candidateJobNotification button:hover {
    opacity: .75;
  }
  
  
  /* Job Alerts Popup */
  
  
  /* default (xs-screens) */
  
  html,
  body {
    font-size: 16px !important;
  }
  
  h1 {
    font-size: 1.602em;
  }
  
  h2 {
    font-size: 1.424em;
  }
  
  h3 {
    font-size: 1.266em;
  }
  
  h4 {
    font-size: 1.125em;
  }
  
  h5 {
    font-size: 0.889em;
  }
  
  h6 {
    font-size: 0.79em;
  }
  
  .display-1 {
    font-size: 3.906rem;
  }
  
  .display-2 {
    font-size: 3.125rem;
  }
  
  .display-3 {
    font-size: 2.5rem;
  }
  
  .display-4 {
    font-size: 2rem;
  }
  
  
  /* Navbar */
  
  .navbar {
    -webkit-backface-visbility: hidden;
    z-index: 12;
    width: 100%;
    background-color: #efefef;
    padding: 0 1rem;
  }
  
  .navbar.scrolled-nav {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .scrolled-nav {
    box-shadow: 0px 0px 20px 2px rgba(34, 34, 34, 0.2);
  }
  
  .navbar .navbar-brand img.logo {
    height: 50px;
  }
  
  .container.container-large {
    max-width: 90%;
  }
  
  .navbar .nav-link {
    padding: .75rem .5rem;
  }
  
  .navbar li a,
  .navbar li.nav-item .fa-star {
    color: var(--light-text-color);
    font-weight: normal;
  }
  
  .navbar li.nav-item a.express-portal {
    background-color: #28a5cf;
    padding: .75rem 1.5rem;
    color: var(--white);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .navbar li.nav-item a.express-portal:hover {
    background-color: var(--primary);
    color: var(--white);
  }
  
  .navbar-toggler {
    margin-left: auto;
    border: 0px solid transparent !important;
  }
  
  .jobs-search .navbar,
  .jobs.search .navbar {
    box-shadow: none;
  }
  
  .jobs-search .search,
  .jobs.search .search {
    z-index: 11;
  }
  
  .jobs-search .search.sticky,
  .jobs.search .search.sticky {
    box-shadow: 0px 0px 20px 2px rgba(34, 34, 34, 0.2);
    background-color: var(--light-bgr);
  }
  
  .mobile-subnav {
    box-shadow: none;
    position: unset !important;
  }
  
  .mobile-subnav.scrolled-nav {
    box-shadow: 0px 0px 23px 2px rgba(34, 34, 34, 0.2);
  }
  
  
  /* end Navbar */
  
  .facet-section {
    background: #fff;
    display: block;
    font-size: 12px;
  }
  
  .location-section {
    visibility: hidden;
  }
  
  
  /* Small devices (landscape phones, 576px and up) */
  
  @media (min-width: 576px) {
    .hero-title {
        font-size: 6.0em !important;
    }
    .location-section {
        visibility: visible;
    }
    .facet-section {
        display: block;
        height: auto;
        margin: 0 0 30px 0;
        position: relative;
        z-index: 0;
    }
    .facet-section h2 span {
        font-size: .8rem;
    }
  }
  
  @media (max-width: 576px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -100%;
        padding: 0 20px 0 20px;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -100%;
        padding: 0 20px 0 20px;
        width: 100%;
    }
    .row-offcanvas-right.active {
        right: 110%;
        overflow: unset;
    }
    .row-offcanvas-left.active {
        left: 110%;
        overflow: unset;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 100%;
    }
  }
  
  
  /* Medium devices (tablets, 768px and up) */
  
  @media (min-width: 768px) {
    h1 {
        font-size: 2.441rem;
    }
    h2 {
        font-size: 1.953em;
    }
    h3 {
        font-size: 1.563em;
    }
    h4 {
        font-size: 1.25em;
    }
    .display-1 {
        font-size: 5.25rem;
    }
    .display-2 {
        font-size: 5.5rem;
    }
    .display-3 {
        font-size: 4.5rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .navbar .navbar-brand img.logo {
        height: 75px;
        transition-property: height;
        transition-duration: 200ms;
        transition-timing-function: linear;
        transition-delay: 0s;
    }
    .navbar.scrolled-nav .navbar-brand img.logo {
        height: 50px;
        transition-property: height;
        transition-duration: 200ms;
        transition-timing-function: linear;
        transition-delay: 0s;
    }
  }
  
  
  /* Large devices (desktops, 992px and up) */
  
  @media (min-width: 992px) {
    html,
    body {
        font-size: 16px !important;
    }
  }
  
  
  /* Extra large devices (large desktops, 1200px and up) */
  
  @media (min-width: 1200px) {}
  
  .mobile-facet-label {
    background: var(--primary);
    color: var(--white);
    padding: 7px 10px;
    float: left;
    margin-right: 7px;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 7px;
    border-radius: var(--corner-radius);
  }
  
  .mobile-facet-label i,
  .mobile-facet-label a {
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
  }
  
  
  /* Chat Bot Mobile Fixes */
  
  .wrapper {
    z-index: 99999;
  }
  
  @media(max-width:576px) {
    .wrapper {
        width: 100%;
        height: 8vh !important;
        bottom: 0 !important;
        top: auto !important;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .wrapper.opened {
        width: 100%;
        height: 100%;
        height: 100vh !important;
        top: 0 !important;
        bottom: auto !important;
        left: 0;
        -webkit-transform: translate(0%, 0px) !important;
        transform: translate(0%, 0px) !important;
    }
  }
  
  
  /* END Chat Bot Mobile Fixes */
  
  
  /* Job Search Autofill */
  
  .cs_jsearchform .ui-widget-content {
    font-family: din-condensed, sans-serif;
    border-bottom: 2px solid #eee !important;
  }
  
  .cs_jsearchform .ui-corner-all {
    border: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
  }
  
  .cs_jsearchform .ui-autocomplete-head {
    border-bottom: 2px solid #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
  }
  
  .cs_jsearchform .cs_srchresults_count {
    float: none;
  }
  
  .cs_jsearchform .cs_srchresults_close {
    float: none;
    position: absolute;
    right: 8px;
    top: 6px;
  }
  
  .ui-menu .ui-menu-item a.ui-state-focus,
  .ui-menu .ui-menu-item a.ui-state-active {
    background: #eee;
    border: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
  }
  
  .cs_jsearchform a.cs_mtitle,
  .cs_jsearchform a.cs_mtitle.ui-state-focus,
  .cs_jsearchform a.cs_mtitle.ui-state-active {
    border: medium none;
    font-family: din-condensed, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }
  
  .cs_jsearchform .cs_mtitle .cs_mjob_title {
    position: relative;
  }
  
  .cs_jsearchform .cs_mtitle .ui-icon {
    margin: 0;
    position: absolute;
    top: 0;
  }
  
  .cs_jsearchform .cs_mtitle .cs_mjob_titletext {
    width: 100%;
  }
  
  .cs_jsearchform .cs_mtitle .cs_mjob_location {
    padding-left: 18px;
  }
  
  .cs_jsearchform .ui-autocomplete-foot a,
  .cs_jsearchform .ui-autocomplete-foot a.ui-state-focus,
  .cs_jsearchform .ui-autocomplete-foot a.ui-state-active {
    font-size: 12px;
    line-height: 18px;
  }
  
  .cs_jsearchform .ui-autocomplete-notfound {
    font-size: 12px;
    line-height: 18px;
    padding: 4px;
    width: 100%;
  }
  
  .jobs-search .cs_jsearchform .ui-autocomplete {
    z-index: 9999 !important;
  }
  
  
  /* Job Search Autofill End */
  
  @media(max-width:767px) {
    #jobs-search {
        overflow-x: hidden;
    }
  
  .d-sm-none{
      display: none !important;
      }
  }
  
  .jobs-section__sort-select{
      margin-left: .6rem;
      margin-right: 0.6rem;
      width: 92%;
  }
  
  
  /* Pagination */
  
  .pagination {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px 15px;
  }
  
  .pagination a,
  .pagination span {
    position: relative;
    display: none;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: var(--white);
    border: none;
  }
  
  .pagination a.disabled,
  .pagination span.disabled {
    color: var(--text-color);
    pointer-events: none;
    cursor: auto;
  }
  
  .pagination:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .pagination span.current {
    color: var(--dark-text-color);
    font-weight: 700;
  }
  
  .pagination span:first-child,
  .pagination span:last-child,
  .pagination a:last-child,
  .pagination a:first-child {
    font-weight: 600;
    font-size: 25px;
    padding: 3px 1rem 5px 1rem;
    display: block !important;
  }
  
  .pagination span:first-child,
  .pagination a:first-child {
    background: var(--secondary) !important;
    color: var(--white) !important;
  }
  
  .pagination span:last-child,
  .pagination a:last-child {
    background: var(--primary) !important;
    color: var(--white) !important;
  }
  
  .pagination a:last-child:hover {
    background: var(--secondary) !important;
    text-decoration: none !important;
  }
  
  .pagination a:first-child:hover {
    background: var(--primary) !important;
    text-decoration: none !important;
  }
  
  .pagination-pages {
    position: absolute;
    right: 13%;
    bottom: 20%;
    color: var(--dark-text-color);
    margin-right: 20px;
    top: 10px;
  }
  
  @media(max-width:576px) {
    .pagination-pages {
        right: 33%;
    }
  }
  
  @media(min-width:577px) and (max-width:767px) {
    .pagination-pages {
        right: 20%;
    }
  }
  
  @media(min-width:768px) and (max-width:1200px) {
    .pagination-pages {
        right: 22%;
    }
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
  }
  
  .pageNumber {
    max-width: 35px;
    text-align: center;
  }
  
  .pagination-pages span,
  .pagination-pages .pageNumberForm {
    float: left;
  }
  
  .pagination-pages span {
    padding: 0px 13px 0px 10px;
  }
  
  
  /* end Pagination */
  
  .job-categories .row {
    margin-bottom: 30px;
  }
  
  .job-category {
    min-height: 300px;
    position: relative;
    cursor: pointer;
  }
  
  .job-category h3,
  .job-category i {
    color: var(--white);
    font-weight: bold;
  }
  
  .job-category i {
    content: "";
  }
  
  .job-category.with-image-bg h3,
  .job-category.with-image-bg i {
    color: var(--dark-text-color);
  }
  
  .job-category:hover {
    text-decoration: none;
  }
  
  .job-category:after {
    background-color: var(--primary);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    border-radius: var(--corner-radius);
  }
  
  .job-category:hover:after {
    opacity: 0.75;
  }
  
  .job-category.with-image-bg.even:after {
    background-color: var(--primary);
    opacity: 0.1;
  }
  
  .job-category.with-image-bg.odd:after {
    background-color: var(--secondary);
    opacity: 0.2;
  }
  
  .job-category.with-image-bg.even:hover:after {
    opacity: 0.2;
  }
  
  .job-category.with-image-bg.odd:hover:after {
    opacity: 0.3;
  }
  
  
  /*Nav Bar Changes */
  
  #nav-sticky li {
    display: flex;
    padding-left: 1rem;
    align-items: center;
  }
  
  #nav-sticky i {
    margin-top: 10px;
    color: #004b87;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  
  #nav-sticky a {
    display: inline-block;
    font: normal 400 1.125rem agenda,Helvetica,Arial,sans-serif;
    padding: .25em 0 0;
    color: #505257;
    font-size: 1.125rem;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: 2px solid transparent
  }
  
  #nav-sticky a:focus,
  #nav-sticky a:hover {
    color: #262626;
    border-bottom: 2px solid #00a3e1
  }
  
  
  /* Sub Nav Changes */
  
  #nav-dd .nav-children,
  #nav-dd .nav-link-list .links,
  .nav-pagination,
  .nav-site>.nav-container,
  .nav-sitemap,
  .page-content-full .module-grid-container,
  .page-content .module-grid-container,
  .page .content-wrapper {
    display: flex;
    align-content: flex-start;
    font-family: agenda, Helvetica, Arial, sans-serif;
    text-rendering: optimizespeed;
    flex-flow: row wrap
  }
  
  .header-main.has-alert .nav-head {
    padding: calc(4rem + 63px) 2rem 0
  }
  
  @media (max-width: 992px) {
    .header-main.has-alert .nav-head {
        padding: 75px 0 0
    }
  }
  
  .header-main.has-alert.hide-mobile .nav-head {
    padding: calc(4rem + 75px) 0 0
  }
  
  @media (max-width: 992px) {
    .header-main.has-alert.hide-mobile .nav-head {
        padding: 0
    }
  }
  
  .nav-head {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff
  }
  
  @media (max-width: 992px) {
    .nav-head {
        position: relative;
        z-index: 999;
        padding: 0;
        background: #fff
    }
  }
  
  .nav-head .nav-site {
    height: 100%;
    background-color: white;
  }
  
  @media (max-width: 992px) {
    .nav-head .nav-site {
        height: auto
    }
  }
  
  .nav-container {
    display: flex;
    width: 100%;
    height: 100px;
    min-height: 85px;
    max-width: 1320px;
    flex-wrap: nowrap!important;
    margin: 0 auto;
    font-family: agenda, Helvetica, Arial, sans-serif;
    text-rendering: optimizespeed;
    justify-content: space-around
  }
  
  @media (max-width: 992px) {
    .nav-container {
        flex-flow: column wrap;
        padding: 0;
        height: auto;
        min-height: auto
    }
  }
  
  .nav-container .scrollable {
    height: 100%;
    font-size: 1.125rem;
  }
  
  .nav-container .nav-children {
    flex-wrap: nowrap
  }
  
  @media (max-width: 992px) {
    .nav-container .nav-children {
        flex-flow: column
    }
  }
  
  .nav-container .nav-dd-container {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-around
  }
  
  @media (max-width: 992px) {
    .nav-container .nav-dd-container {
        flex-direction: column;
        justify-content: flex-start
    }
  }
  
  @media (max-width: 992px) {
    .nav-site>.nav-container {
        border-right: none;
        flex-direction: column
    }
  }
  
  .nav-site>.nav-container .open-search {
    background: #efefef;
    font-size: 1rem;
    color: #004b87;
    min-width: 50px;
    min-height: 50px;
    margin-top: 2px;
    padding-top: 5px;
    border-radius: 50px;
    transition: all .3s linear;
    align-self: center
  }
  
  .nav-site>.nav-container .open-search:focus,
  .nav-site>.nav-container .open-search:hover {
    cursor: pointer;
    background: #00a3e1;
    color: #fff;
    transition: all .3s linear
  }
  
  @media (max-width: 992px) {
    .nav-site>.nav-container .open-search {
        display: none
    }
  }
  
  .nav-site>.nav-container a.open-search {
    padding-top: 17px;
    text-align: center
  }
  
  .nav-site .nav-item {
    padding: 0 1rem;
    align-self: center
  }
  
  @media (max-width: 992px) {
    .nav-site .nav-item {
        text-align: center;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block;
        padding: 0;
        background: #004b87
    }
    .nav-site .nav-item:focus,
    .nav-site .nav-item:hover {
        background: #00a3e1;
        transition: background .3s linear
    }
  }
  
  .nav-site .nav-item .nav-item-link {
    display: block;
    font: normal 400 1.125rem/1.3rem agenda, Helvetica, Arial, sans-serif;
    color: #004b87;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    padding: 4px 0;
    white-space: nowrap;
    font-size: 18px!important;
  }
  
  @media (max-width: 992px) {
    .nav-site .nav-item .nav-item-link {
        white-space: normal;
        padding: 1em .5em;
        border-left: none;
        color: #004b87;
        background: #fff;
        border-bottom: none
    }
  }
  
  .nav-site .nav-item .nav-item-link:focus,
  .nav-site .nav-item .nav-item-link:hover {
    border-bottom: 3px solid #00a3e1
  }
  
  @media (max-width: 992px) {
    .nav-site .nav-item .nav-item-link:focus,
    .nav-site .nav-item .nav-item-link:hover {
        border-bottom: none;
        background: #00a3e1;
        color: #fff
    }
  }
  
  .nav-site .nav-item .nav-item-link[aria-expanded=true] {
    border-bottom: 3px solid #00a3e1
  }
  
  @media (max-width: 992px) {
    .nav-site .nav-item .nav-item-link[aria-expanded=true] {
        border-bottom: 1px solid #1c5b90;
        background: #1c5b90
    }
  }
  
  @media (max-width:960px) {
    .nav-site #nav-item-5 .lists__flex .col-1-2:last-of-type {
        padding-top: 2rem
    }
  }
  
  .nav-head .logo {
    position: relative;
    top: -.3rem;
    background: #fff;
    padding-right: 1rem;
    width: 20%;
    align-self: center
  }
  
  .nav-head .logo a:focus img {
    -webkit-filter: opacity(75%);
    filter: opacity(75%)
  }
  
  @media (max-width: 992px) {
    .nav-head .logo {
        top: 0;
        padding: .5rem 1rem .25rem;
        z-index: 999;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  .nav-head .logo a {
    display: inline-block
  }
  
  .nav-head .logo img {
    display: block;
    max-width: 12rem;
    min-width: 8rem;
    width: 100%;
    height: auto
  }
  
  @media (max-width: 992px) {
    .nav-head .logo img {
        width: auto;
        height: 3em
    }
  }
  
  @media (max-width: 992px) {
    .header-main.has-alert #mobile-menu .nav-item-back {
        top: 105px
    }
  }
  
  @media (max-width: 992px) {
    .header-main.has-alert.hide-mobile #mobile-menu .nav-item-back {
        top: 2rem
    }
  }
  
  .header-main {
    z-index: 999;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 11px rgba(0, 75, 135, .4)
  }
  
  @media (max-width: 992px) {
    .header-main {
        top: 0;
        left: 0;
        background: #fff
    }
  }
  
  .header-main #mobile-menu .mobile-btns.open,
  .header-main #mobile-menu:target .mobile-btns.open {
    display: none
  }
  
  @media (max-width: 992px) {
    .header-main #mobile-menu:target .mobile-btns.close,
    .header-main .mobile-btns.open[aria-expanded=true]+#mobile-menu .mobile-btns.close {
        display: block
    }
  }
  
  .header-main #mobile-menu {
    width: 100%
  }
  
  @media (max-width: 992px) {
    .header-main #mobile-menu {
        position: relative;
        z-index: 1000;
        display: block
    }
    .header-main #mobile-menu .scrollable {
        position: absolute;
        width: 100%;
        height: 0;
        background: #fff;
        transition: height .3s ease-out;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        top: 40px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5)
    }
    .header-main #mobile-menu .scrollable::-webkit-scrollbar {
        width: 0!important
    }
  }
  
  @media (max-width: 992px) and (max-width:1025px) {
    .header-main #mobile-menu .scrollable {
        top: 43px
    }
  }
  
  .header-main #mobile-menu .nav-item-back {
    display: none
  }
  
  @media (max-width: 992px) {
    .header-main #mobile-menu .nav-item-back {
        position: fixed;
        top: 2rem;
        right: 6em;
        z-index: 2001;
        display: none;
        padding: .25em .5em;
        font: normal 600 .75em/1.5em agenda, Helvetica, Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        background: #004b87;
        cursor: pointer;
        text-decoration: none;
        transition: all .25s linear;
        transform: translateY(-50%)
    }
    .header-main #mobile-menu .nav-item-back:after {
        content: "";
        position: absolute;
        top: 0;
        left: -1em;
        display: block;
        border-color: transparent #004b87 transparent transparent;
        border-style: solid;
        border-width: 1em 1em 1em 0;
        transition: all .25s linear
    }
    .header-main #mobile-menu .nav-item-back:focus,
    .header-main #mobile-menu .nav-item-back:hover {
        background: #00a3e1
    }
    .header-main #mobile-menu .nav-item-back:focus:after,
    .header-main #mobile-menu .nav-item-back:hover:after {
        border-color: transparent #00a3e1 transparent transparent
    }
  }
  
  .header-main #mobile-menu:target .scrollable,
  .header-main .mobile-btns.open[aria-expanded=true]+#mobile-menu .scrollable {
    height: calc(100vh - 175px)
  }
  
  .header-main #mobile-menu:target+.modal-overlay.menu,
  .header-main .mobile-btns.open[aria-expanded=true]+#mobile-menu+.modal-overlay.menu {
    z-index: 998;
    display: block
  }
  
  .nav-container .nav-dd-container {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-around
  }
  
  @media (max-width: 992px) {
    .nav-container .nav-dd-container {
        flex-direction: column;
        justify-content: flex-start
    }
  }
  
  .featured-link {
    display: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all .25s linear;
    padding: 0 1rem;
    align-self: center;
  }
  
  @media (max-width: 992px) {
    .featured-link {
        position: static;
        display: inline-block;
        width: 100%;
        padding: 0px;
        vertical-align: middle
    }
  }
  
  .featured-link>a {
    display: flex;
    padding: 0 1.125rem;
    background: #004b87;
    color: #fff!important;
    font-weight: 600!important;
    font-size: 1.125rem;
    white-space: nowrap;
    border-radius: 4px;
    height: 50px;
    align-items: center
  }
  
  .featured-link>a:focus,
  .featured-link>a:hover {
    background: #00a3e1
  }
  
  @media (max-width: 992px) {
    .featured-link>a {
        height: auto;
        padding: 1em;
        justify-content: center;
        font-size: 1.125rem;
        font-weight: 400
    }
  }
  
  .featured-link.open {
    background: #f9f9f9
  }
  
  .featured-link.open>a {
    color: #262626
  }
  
  @media (max-width: 992px) {
    .nav-dd:target .mobile-btns.close,
    .nav-dd[aria-expanded=true] .mobile-btns.close {
        top: .77rem;
        display: block;
        background: #fff
    }
  }
  
  #nav-dd {
    position: absolute;
    margin: 0 auto;
    padding: 4rem;
    top: 100%;
    width: 100%;
    max-width: 1024px;
    min-width: 950px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: inset 0 7px 11px -7px rgba(0, 75, 135, .4);
    filter: drop-shadow(0 3px 3px #0000003e);
    -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .24));
    z-index: -1
  }
  
  @media (max-width:960px) {
    #nav-dd {
        padding: 1.275rem
    }
  }
  
  @media (max-width: 992px) {
    #nav-dd {
        position: absolute;
        top: 9%;
        left: 0;
        min-width: 100%;
        height: calc(85vh - 175px);
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .5);
        overflow-x: hidden;
        overflow-y: scroll;
        z-index: 2000
    }
    .nav-dd:target {
        display: block
    }
    .nav-dd:target+.modal-overlay.menu {
        z-index: 998;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-1-5 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 20%;
    margin: 0;
    padding: 1em
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-1-5 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 50%;
        margin: 0;
        width: 100%;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-1-4 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 25%;
    margin: 0;
    padding: 0 1.35rem
  }
  
  #nav-dd .nav-children .col-1-4:first-of-type {
    padding-left: 0
  }
  
  #nav-dd .nav-children .col-1-4:last-of-type {
    padding-right: 0
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-1-4 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-3-4 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 75%;
    margin: 0;
    padding: 1em
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-3-4 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-1-3 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 33.3333333333%;
    margin: 0
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-1-3 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-2-3 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 66.6666666667%;
    margin: 0
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-2-3 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-1-2 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 50%;
    margin: 0
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-children .col-1-2 {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block
    }
  }
  
  #nav-dd .nav-children .col-1-2:not(:last-of-type) {
    margin-right: .5rem
  }
  
  #nav-dd .nav-children .col-1 {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 100%;
    margin: 0;
    display: block
  }
  
  #nav-dd .view-cta {
    display: block;
    padding: 15px;
    width: 50%;
    margin: 0;
    font-size: 1.2rem;
    color: #004b87;
    font-weight: 600;
    text-align: right;
    background-color: transparent;
  }
  
  #nav-dd .view-cta .arrow {
    font-size: .875rem;
    font-weight: 900;
    display: inline-block;
    margin-top: 4px
  }
  
  #nav-dd .view-cta:focus,
  #nav-dd .view-cta:hover {
    border: none;
    color: #00a3e1
  }
  
  #nav-dd h4 {
    position: relative;
    padding: 0 0 .5em;
    margin: 0 0 .5em
  }
  
  #nav-dd a:not(.btn):not(.nav-item-back) {
    padding: 0 0 .25em;
    color: #262626
  }
  
  #nav-dd a:not(.btn):not(.nav-item-back):not(:first-of-type) {
    padding: .25em 0
  }
  
  #nav-dd a:not(.btn):not(.nav-item-back):focus,
  #nav-dd a:not(.btn):not(.nav-item-back):hover {
    color: #00a3e1
  }
  
  #nav-dd .nav-link-list.col-1-2:not(:last-of-type) {
    margin-right: 2rem
  }
  
  #nav-dd .nav-link-list .menu-heading {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #d6d6d6
  }
  
  #nav-dd .nav-link-list .menu-heading h3 {
    text-transform: none;
    width: 50%;
    padding: 0;
    margin-bottom: 1rem
  }
  
  @media (max-width:960px) {
    #nav-dd .nav-link-list .menu-heading {
        justify-content: space-between;
        padding-bottom: 1rem;
        text-align: right
    }
    #nav-dd .nav-link-list .menu-heading h3 {
        margin-bottom: 0;
        width: auto
    }
  }
  
  @media (max-width:640px) {
    #nav-dd .nav-link-list .menu-heading {
        flex-direction: column;
        text-align: left
    }
    #nav-dd .nav-link-list .menu-heading .view-cta {
        text-align: left;
        padding-top: 1rem;
        margin-bottom: -1rem;
        white-space: nowrap
    }
  }
  
  #nav-dd .nav-link-list .lists__flex {
    display: flex;
    padding: 1.688rem 0 0
  }
  
  @media (max-width:960px) {
    #nav-dd .nav-link-list .lists__flex {
        padding: 1.688rem 0 2rem;
        display: flex;
        flex-direction: column;
        text-align: left
    }
    #nav-dd .nav-link-list .lists__flex [class^=col-] {
        padding: 0
    }
    #nav-dd .nav-link-list .lists__flex [class^=col-]:last-of-type {
        padding-bottom: 1rem
    }
  }
  
  #nav-dd .nav-link-list .lists__flex.padding-bottom {
    padding: 0 0 1.168rem
  }
  
  #nav-dd .nav-link-list a {
    display: block;
    font-size: 1.2rem;
    padding: 2px 0;
    text-decoration: none
  }
  
  #nav-dd .nav-link-list .shepherd-element .shepherd-content footer .shepherd-buttons li a.shepherd-button,
  #nav-dd .nav-link-list a.btn01,
  .shepherd-element .shepherd-content footer .shepherd-buttons li #nav-dd .nav-link-list a.shepherd-button {
    text-align: center;
    padding: 1rem
  }
  
  @media (max-width: 992px) {
    #nav-dd .nav-link-list {
        text-align: left
    }
  }
  
  .btn.btn01 {
    background: #004b87;
    color: #fff!important;
    border: 1px solid transparent;
    margin-bottom: .5em;
    border-radius: 4px;
    font: normal 600 1.125rem/1.5 agenda, Helvetica, Arial, sans-serif;
    cursor: pointer;
  }
  
  .nav-search-container {
    position: absolute;
    display: flex;
    top: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 1.313rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    visibility: collapse;
    box-shadow: inset 0 7px 11px -7px #d0d0ce;
    transition: all .1s linear
  }
  
  .nav-search-container.view {
    opacity: 1;
    visibility: visible;
    transition: all .1s linear
  }
  
  @media (max-width: 992px) {
    .nav-search-container {
        position: static;
        top: 59px;
        background: transparent;
        padding: 0;
        opacity: 1;
        visibility: visible;
        z-index: 999
    }
  }
  
  .nav-search-container .nav-search-content {
    display: inherit;
    max-width: 1440px;
    width: 100%;
    padding: 0 13rem
  }
  
  @media (max-width:1440px) {
    .nav-search-container .nav-search-content {
        padding: 0 9rem
    }
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search-content {
        padding: 0
    }
  }
  
  .nav-search-container h2 {
    width: 50%;
    padding-right: 5rem;
    margin-bottom: 0;
    white-space: nowrap;
    color: #323035;
    font-weight: 400;
    font-size: 2.125rem;
    line-height: 2.438rem;
  }
  
  @media (max-width: 992px) {
    .nav-search-container h2 {
        display: none
    }
  }
  
  .nav-search-container .nav-search {
    position: relative;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    width: 50%
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search {
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block;
        top: 0;
        padding: 0;
        max-width: auto;
        min-width: auto
    }
    .nav-search-container .nav-search.physicians-listing {
        display: none
    }
  }
  
  .nav-search-container .nav-search .searchbar {
    position: relative
  }
  
  .nav-search-container .nav-search .searchbar input {
    position: relative;
    display: block;
    width: 100%;
    padding: .625rem 4em .625rem 1em;
    background: #efefef;
    font: normal 400 1.3em/1.3em agenda, Helvetica, Arial, sans-serif;
    border-radius: 4px;
    border: 1px solid transparent
  }
  
  .nav-search-container .nav-search .searchbar input::-webkit-input-placeholder {
    color: #505257
  }
  
  .nav-search-container .nav-search .searchbar input:-moz-placeholder {
    color: #505257
  }
  
  .nav-search-container .nav-search .searchbar input:-ms-input-placeholder {
    color: #505257
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search .searchbar input {
        color: #fff;
        border: 1px solid transparent;
        background: #004b87;
        border-radius: 0;
        border-color: transparent;
        width: 100vw;
    }
    .nav-search-container .nav-search .searchbar input::-webkit-input-placeholder {
        color: #fff
    }
    .nav-search-container .nav-search .searchbar input:-moz-placeholder {
        color: #fff
    }
    .nav-search-container .nav-search .searchbar input:-ms-input-placeholder {
        color: #fff
    }
  }
  
  .nav-search-container .nav-search .searchbar input:focus,
  .nav-search-container .nav-search .searchbar input button:focus {
    border: 1px solid #00a3e1
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search .searchbar input:focus,
    .nav-search-container .nav-search .searchbar input button:focus {
        border-bottom: 1px solid #1769a2
    }
  }
  
  .nav-search-container .nav-search .searchbar .btn-search,
  .nav-search-container .nav-search .searchbar input:focus+.btn-search {
    padding: 0 .25em;
    color: #004b87;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent;
    font-size: inherit;
    cursor: pointer;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 2.5rem;
    line-height: 2.05em;
    cursor: pointer;
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search .searchbar .btn-search,
    .nav-search-container .nav-search .searchbar input:focus+.btn-search {
        color: #fff;
        border-radius: 0;
        margin-left: -41px;
    }
  }
  
  .nav-search-container .nav-search .searchbar .btn-search i,
  .nav-search-container .nav-search .searchbar input:focus+.btn-search i {
    display: block;
    font-size: 1.9rem;
    line-height: 2em
  }
  
  @media (max-width: 992px) {
    .nav-search-container .nav-search .searchbar .btn-search i,
    .nav-search-container .nav-search .searchbar input:focus+.btn-search i {
        font-size: 1.75rem
    }
  }
  
  .nav-search-container .nav-search .searchbar .btn-search:hover,
  .nav-search-container .nav-search .searchbar input:focus+.btn-search:hover {
    color: #00a3e1
  }
  
  #mobilelogo {
    /* top: 0; */
    padding: .25rem 1rem .5rem;
    z-index: 999;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    /* width: 100%; */
    margin: 0;
    display: block;
  }
  
  #searchwindow {
    width: 100vw!important;
    left: -23.7%;
  }
  
  @media (min-width: 1800px) {
    #searchwindow {
        width: 100vw!important;
        left: -53.7%;
    }
  }
  
  .navbar-collapse {
    padding: 10px!important;
  }
  
  #primary-navlink {
    padding: .3em!important;
    color: #505257!important;
    text-align: center!important;
    margin: .25em .25em 0!important;
    color: #505257!important;
    font-size: 1.125rem!important;
  }
  
  #primary-navlink:hover {
    color: #262626!important;
    border-bottom: 2px solid #00a3e1!important;
    background: none!important;
  }
  
  @media (max-width: 992px) {
    #mobnav {
        background-color: white;
    }
    .navbar {
        padding: 0px 0px 0 0rem!important
    }
    .btn-search {
        color: none;
        border-radius: 0;
        margin-left: 28px;
    }
    #nav-sticky li {
        padding-left: 0rem;
    }
    .navbar-collapse {
        padding: 0px!important;
    }
    #mobile-nav-item {
        text-align: center;
        display: inline-block!important;
        vertical-align: top;
        letter-spacing: normal;
        text-rendering: auto;
        font-style: normal;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
        font-family: agenda, Helvetica, Arial, sans-serif;
        width: 100%;
        margin: 0;
        display: block;
        padding: 0;
    }
    #nav-sticky a {
        white-space: normal;
        padding: 1em .5em;
        border-left: none;
        color: #004b87;
        display: block;
        font: normal 400 1.125rem/1.3rem agenda, Helvetica, Arial, sans-serif;
        color: #004b87;
        text-decoration: none;
        /* background: #fff; */
        border-bottom: none;
        display: inline-block;
        /* padding: .25em 0 0; */
        /* color: #505257; */
        font-size: 1.125rem;
        vertical-align: middle;
        text-decoration: none;
        border-bottom: 2px solid transparent;
        width: 100%;
    }
    #nav-sticky a:focus,
    #nav-sticky a:hover {
        border-bottom: none;
        background: #00a3e1;
        color: #fff;
    }
    #nav-sticky {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
  }
  
  
  /*footer */
  
  #footer {
    background-color: #fff;
    padding: 6rem 5.5rem;
    font-size: 1.125rem;
    font-family: agenda, Helvetica, Arial, sans-serif;
  }
  
  #footer_col {
    padding-right: 1rem;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda, Helvetica, Arial, sans-serif;
    width: 25%;
    margin: 0;
  }
  
  .section-title {
    margin-bottom: 1.5rem!important;
    display: block;
    width: fit-content;
    margin: .5em 0;
    color: #505257!important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.125rem;
    border-bottom: 2px solid transparent;
    []
  }
  
  #footer_col li {
    width: fit-content;
    margin: 0.5em 0;
    color: #505257;
    text-decoration: none;
    font-size: 1.125rem;
    border-bottom: 2px solid transparent
  }
  
  #footer_col a {
    width: fit-content;
    margin: 0.5em 0;
    color: #505257;
    text-decoration: none;
    font-size: 1.125rem;
    border-bottom: 2px solid transparent
  }
  
  #footer_col a:hover {
    border-bottom: 2px solid #00a3e1;
  }
  
  #footer_second {
    padding: .5rem 5.5rem;
    background: #efefef;
    display: block;
    font-family: agenda, Helvetica, Arial, sans-serif;
  }
  
  .contact-info h3 {
    font: normal 352 2.125rem/2.438rem agenda, Helvetica, Arial, sans-serif;
    color: #004b87;
    margin-bottom: 0px;
  }
  
  a#phone {
    display: block;
    font: normal 400 2.125rem/2.438rem agenda, Helvetica, Arial, sans-serif;
    color: #004b87;
  }
  
  a#phone:hover {
    color: #00a3e1;
  }
  
  a#locations {
    color: #004b87;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
  }
  
  a#locations:hover {
    color: #00a3e1;
  }
  
  #contact a {
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #00a3e1;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #004b87;
    letter-spacing: .2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: -6px;
    font: normal 600 1.125rem/2.438rem agenda, Helvetica, Arial, sans-serif;
  }
  
  #contact a:hover {
    border-bottom: 2px solid #004b87!important
  }
  
  
  @media (max-width: 992px) {
    #footer {
        padding: 1rem 1.5rem;
    }
    #footer_col {
        padding-right: 1rem!important;
    padding: 1rem 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: agenda,Helvetica,Arial,sans-serif;
    width: 50%;
    margin: 0;
    }
    .footer{
        padding: 1.5rem;
        text-align: center!important;
        /* text-md-right*/
    }
    #footer_second{
        padding: 2rem 1.5rem .5rem;
    }
    #foot{
        justify-content: center;
    }
    #contact{
        justify-content: center!important;
    }
    .job-details__heading-logo{
      margin-top: 1rem;
      margin-left: -2.5rem;
      margin-bottom: -.5rem;
  }
  }
  
  .tips-header__secondary{
    background-color:var(--primary);
    border: none;
    text-align: left;
    white-space: normal !important;
    display: block;
    padding: 1em;
  }
  .tips-header__secondary:hover{
    background-color: #0062cc;
  }
  
  .nursing-w-btn img {
      height: 80px;
      margin: 0rem 2.5rem -.25rem 2.5rem;
  }

@media (max-width: 767px){
.hero-images {
    padding: 250px 0;
}}

@media (min-width: 1200px){
.col-xl-3 {
    max-width: 24%;
}}
