/************************ Sitewide & Common Styling ************************/
:root {
  font-size: 16px;
}
body *:focus {
  outline: 2px solid #000 !important;
}
/**
 ::-webkit-input-placeholder {font-size: 1rem; color: #4b4b45;}
 ::-moz-placeholder {font-size: 1rem; color: #4b4b45;}
 :-ms-input-placeholder {font-size: 1rem;color: #4b4b45;}
 :-moz-placeholder {font-size: 1rem;color: #4b4b45;}
 input::placeholder {font-size: 1rem;color: #4b4b45;}
 input::placeholder-shown {font-size: 1rem;color: #4b4b45;} **/
/********** Universal Fixes ***********/
/*===Added to fix IE spacing issue on flex columns===*/
.ua-ie-11 .fusion-flex-column > div > div:not([class]) {
  display: flex;
  flex-shrink: 0;
}
.ua-ie-11 .fusion-flex-container .fusion-row {
  flex: none;
}
/*===Added to fix the empty regtangle icon for breaks on IE===*/
br {
  font-family: serif;
}
p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}
p.learn-link:after {
  content: " › ";
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  right: 0;
  top: 3px;
  color: #0087cc;
}
.ng-scope .header-universal {
  padding: 0 30px !important;
}
.ng-scope .post-content {
  z-index: 500 !important;
}
body.fusion-button_size-large .fusion-button-default-size {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
a:not(.fusion-button):hover {
  color: #0087cc;
}
/********** Universal elements ***********/
.mw1240 {
  max-width: 1240px;
  margin: 0 auto;
}
.flexwrap {
  display: flex;
}
@media (min-width: 770px) {
  .mobile-show {
    display: none;
  }
}
@media (max-width: 769px) {
  .flexwrap {
    flex-direction: column;
  }
  .desktop-show {
    display: none;
  }
  .mobile-show.fusion-imageframe {
    display: inherit;
  }
}
/********** Alert - Banner ***********/
.alert-banner a {
  color: #000;
}
.alert-heading {
  color: #000;
  font-size: 27px;
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
}
.alert-text {
  color: #000;
}
.alert-text:after {
  content: "\f30b ";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000;
  padding-left: 5px;
  position: relative;
  top: 3px;
}
/********** Menus - Universal - Header ***********/
.ltr .fusion-menu-element-wrapper .fusion-open-nav-submenu {
  padding-left: 7px;
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px !important;
}
.ltr .fusion-menu-element-wrapper.expand-method-click li.menu-item-has-children:not(.fusion-menu-item-button) > a {
  padding-right: 0px;
}
.ltr .fusion-menu-element-wrapper li.menu-item-has-children .sub-menu {
  padding: 20px;
  background-color: #fff;
}
.ltr .fusion-menu-element-wrapper li.menu-item-has-children .sub-menu a:hover {
  text-decoration: underline;
}
.ltr .fusion-menu-element-wrapper li.fusion-dropdown-menu.expanded button.fusion-open-nav-submenu:before {
  content: "\f106" !important;
}
.ltr .fusion-menu-element-wrapper .fusion-menu-element-list ul:not(.fusion-megamenu) > li {
  border-bottom: 0px;
  line-height: 1rem;
  padding: 3.5px 0;
}
/*** mobile nav - combined ****/
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all {
  padding: 10px 15px 20px;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li.mob-sub {
  border-bottom: 0;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item a {
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item a:hover, .fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item a:active, .fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item a:focus {
  color: #fff !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li.current-menu-parent > a {
  color: #fff !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all > li:not(.mob-sub) > a {
  font-weight: 700;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li.current-menu-ancestor > .fusion-open-nav-submenu-on-click:before, .fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li button.fusion-open-nav-submenu:active, .fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li:hover button.fusion-open-nav-submenu:before {
  color: #fff !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all button.fusion-open-nav-submenu:before {
  font-size: 28px;
  font-weight: 400;
  padding: 0 5px 0 0 !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all li.mob-main.why-join {
  border-top: 1px solid #fff;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item .sub-menu {
  padding-left: 15px !important;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item .sub-menu li {
  padding: 0 0;
  background: transparent;
  min-height: 30px;
}
.fusion-body .fusion-menu-element-wrapper[data-count="1"].collapse-enabled ul#menu-mobile-menu-all .menu-item .sub-menu li a {
  font-size: 1.15rem;
  line-height: 1;
  min-height: 30px;
}
/********** Header Row 1 specific - Logo & Sub Menu***********/
.header-logo .has-fusion-standard-logo img {
  min-width: 150px;
}
.header-logo > .fusion-column-wrapper {
  min-height: 60px !important;
  align-items: center;
}
.fusion-body .logo-divide {
  margin: 0 12px 0 12px !important;
}
.fusion-body .logo-divide > div.fusion-separator-border {
  height: 60px;
  border-left-width: 1px;
}
.header-logo .sitettl, .home-hdr1 {
  opacity: 0;
  position: absolute;
  left: -4000px;
}
.header-row1 {
  z-index: 100;
}
.header-row1 > div > .fusion-builder-row {
  min-height: 60px;
  align-items: center;
}
/********** Header Row 2 specific - Main Menu & Search***********/
.header-row2 .main-menu-wrapper {
  min-height: 60px !important;
  align-items: center;
}
body .header-row2 .header-main li button.fusion-open-nav-submenu:before {
  color: #0087cc;
}
body .header-search {
  width: 100%;
}
body .header-search .w-form-row-label {
  visibility: hidden;
  position: absolute;
  left: 3000px;
}
body .header-search .fusion-layout-column:not(.fusion-flex-column).quicksearch-field, body .header-search .fusion-layout-column:not(.fusion-flex-column).quicksearch-btn {
  width: auto !important;
  margin-bottom: 0;
}
body .header-search input[type="text"] {
  font-family: 'News Cycle', sans-serif;
  color: #4c4c47;
  font-weight: 700;
  padding: 0 10px;
  border: 3px solid #00843d;
  border-radius: 6px 0 0 6px !important;
  height: 40px;
}
body .header-search input[type="text"]::placeholder {
  font-family: 'News Cycle', sans-serif;
  color: #4c4c47;
  font-weight: 700;
}
body .header-search input[type="text"]:focus, body .header-search input[type="text"]:focus-visible {
  outline-color: #333 !important;
  outline-offset: -4px;
  outline-width: 2px !important;
  outline-style: solid !important;
}
/***** iOS DEVICES -  There is an on page duplicate of the below css because that is the only way it would work on iOS devices ****/
body .header-search .quicksearch-submit, body .header-search .quicksearch-submit:hover, body .header-search .quicksearch-submit:active, body .header-search .quicksearch-submit:focus-visible, body .header-search .quicksearch-submit:focus {
  background: url('https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/02004329/magglass-wht.png');
  background-position: center center;
  background-size: 38% auto;
  background-repeat: no-repeat;
  margin-left: 6px;
  background-color: #00843d;
  border-radius: 0px 5px 5px 0px;
  color: #00843d;
  min-height: 40px;
  height: 40px;
  width: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/***** iOS DEVICES end *******/
@media (min-width: 1025px) {
  .fusion-body .header-search {
    max-width: 260px;
  }
  .fusion-body .header-search input[type="text"] {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .fusion-menu-element-wrapper > .avada-menu-mobile-menu-trigger {
    padding: 18px 0px 12px 20px !important;
  }
  button.avada-menu-mobile-menu-trigger .collapsed-nav-text {
    position: absolute;
    top: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
  }
  #menu-mobile-menu-all {
    min-height: 100vw;
    max-height: none;
  }
  .header-search form {
    display: flex;
    margin-top: 10px;
  }
  .header-search form > div.quicksearch-field {
    flex-grow: 1;
  }
}
@media (max-width: 769px) {
  .fusion-body .header-search input[type="text"] {
    font-size: 16px;
  }
  .fusion-body .header-search input[type="text"], .fusion-body .header-search .quicksearch-submit {
    height: 50px !important;
  }
  .fusion-body .header-search .quicksearch-field, .fusion-body .header-search .quicksearch-btn {
    margin-bottom: 0;
    margin-right: 0;
  }
}
/********** Tabs - Universal ***********/
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .nav {
  border-bottom-width: 0;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs {
  border: 0;
  background-color: transparent;
  margin-bottom: 0;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0px;
  width: 1px;
  height: 60%;
  background: #0087cc;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:first-child a {
  border-top-left-radius: 15px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:last-child a {
  border-top-right-radius: 15px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:first-child:after {
  display: none;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li.active + li:after /*, & li:hover + li:after*/ {
  display: none;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:not(.active) .tab-link .fusion-tab-heading {
  color: #0087cc;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:not(.active) .tab-link:hover {
  border-top-color: #eeeeed;
  background-color: #eeeeed;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li.active a:before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  bottom: 0px;
  content: "";
  position: absolute;
  transform: rotate(180deg);
  margin-left: -7px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs > li.active > .tab-link {
  border-color: #0087cc;
  border-bottom: 0;
  margin-bottom: 0;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs > li.active > .tab-link:hover .fusion-tab-heading {
  font-weight: 700;
  font-size: 1.5rem;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs > li.active > .tab-link .fusion-tab-heading {
  color: #fff !important;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs .tab-link {
  padding: 15px 0;
  line-height: 2rem;
  margin-right: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-left: 0 !important;
  border-right: 0 !important;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs .tab-link .fusion-tab-heading {
  font-weight: 700;
  font-size: 1.5rem;
  text-rendering: geometricPrecision;
  /*&:hover .fusion-tab-heading {color:#fff !important;}*/
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane {
  border: 0;
  background-color: transparent;
  padding: 0px 0px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane .tabpad {
  padding: 50px 50px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane .flexwrap > div {
  margin-left: 20px;
  margin-right: 20px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane .flexwrap > div:first-child {
  margin-left: 0px;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane .flexwrap > div:last-child {
  margin-right: 0;
}
body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-content {
  box-shadow: 0px 0px 7px 0px rgba(67, 71, 85, 0.15);
  position: relative;
  background-color: transparent;
}
@media (max-width: 769px) {
  body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs .tab-pane .tabpad {
    padding: 25px 20px;
  }
  body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:last-child a {
    border-top-right-radius: 0px;
    border-radius: 0;
  }
  body #wrapper .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li:first-child a {
    border-top-left-radius: 0px;
    border-radius: 0;
  }
   .tab-content .fusion-mobile-tab-nav .nav-tabs li:not(.active) {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ddd !important;
  }
}
/********** Footer - Universal ***********/
body .fusion-footer {
  background-color: #f0f0ee;
}
body .fusion-footer > div > .fullwidth-box {
  max-width: 1560px;
  margin: 0 auto;
}
body:not(.home):not(.culture-page) .fusion-footer {
  margin-top: 40px;
}
.footer-pdf-menu ul li {
  border-right-width: 1px;
  border-color: #4b4b45;
}
.footer-pdf-menu ul li a {
  line-height: 1;
}
.footer-pdf-menu ul li:last-child > span {
  display: none;
}
.footer-pdf-menu ul li:first-child a {
  padding-left: 0 !important;
}
.footer-pdf-menu ul li:last-child a {
  padding-right: 0 !important;
}
@media (max-width: 1024px) {
  .footer-socials .fusion-social-networks a.fusion-social-network-icon {
    font-size: 1.15rem !important;
    line-height: 1.35rem;
    margin: 5px;
  }
  .fusion-menu-element-wrapper.footer-main-menu .fusion-menu-element-list {
    flex-wrap: nowrap;
  }
  .fusion-menu-element-wrapper.footer-main-menu .fusion-menu-element-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  .fusion-menu-element-wrapper.footer-main-menu .fusion-menu-element-list .menu-item > a {
    justify-content: left;
  }
  .footer-pdf-menu ul li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 770px) {
  .fusion-menu-element-wrapper.footer-main-menu .fusion-menu-element-list {
    flex-direction: column;
  }
}
/********* Jobs Lists - Universal **********/
.fusion-content-widget-area:not(.ejd-related-jobs) .widget-joblist {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.widget-joblist .widget_joblist_row {
  margin-bottom: 10px;
  padding-right: 30px;
}
.widget-joblist .widget_joblist_row:last-child {
  padding-right: 0px;
}
.widget-joblist a {
  font-weight: 600;
}
@media (max-width: 769px) {
  .fusion-content-widget-area:not(.ejd-related-jobs) .widget-joblist {
    flex-direction: column;
  }
}
/********* Static Image Heroes - Universal **********/
.static-hero img {
  width: 100%;
}
.static-hero .hidden-title {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -3000px;
}
/********* Toggles - Universal **********/
body .fusion-accordian.simple .panel-group .fusion-panel {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
  border: 2px solid #ddd;
}
body .fusion-accordian.simple .panel-group .panel-title.toggle a {
  font-weight: 700;
  color: #0087cc;
  padding: 20px 40px;
}
body .fusion-accordian.simple .panel-group .panel-title.toggle a.active {
  background: #e4f0f8;
}
body .fusion-accordian.simple .panel-group .panel-title a .fa-fusion-box {
  border: 2px solid #0087cc !important;
  border-radius: 5px;
}
body .fusion-accordian.simple .panel-group#accordion-1444-1 .panel-title a:hover .fa-fusion-box, body .fusion-accordian.simple .panel-group#accordion-1444-1 .panel-title .active .fa-fusion-box {
  background: #fff !important;
  background-color: #fff !important;
}
body .fusion-accordian.simple .panel-group .panel-title a .fa-fusion-box:before {
  font-size: 1rem !important;
  width: 16px !important;
}
body .fusion-accordian.simple .panel-group .panel-body.toggle-content {
  padding: 40px;
  cursor: auto;
}
@media (max-width: 769px) {
  body .fusion-accordian.simple .panel-group .panel-body.toggle-content {
    padding: 15px;
  }
  body .fusion-accordian.simple .panel-group .panel-title.toggle a {
    padding: 20px 15px;
  }
}
/********** Home Image Carousel ***********/
body.home .hero-home .ls-nav-prev, body.home .hero-home .ls-nav-next {
  width: 40px;
  height: 140px;
  background-color: #0078bf;
  border-radius: 0;
  top: 40%;
  margin-top: -70px;
}
body.home .hero-home .ls-nav-prev {
  left: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
body.home .hero-home .ls-nav-next {
  right: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
body.home .hero-home .ls-nav-prev:after, body.home .hero-home .ls-nav-next:after {
  border-top: 4px solid white;
  margin-top: -10px;
  width: 22px;
  height: 22px;
}
body.home .hero-home .ls-nav-prev:after {
  left: 15px;
  border-left: 4px solid white;
}
body.home .hero-home .ls-nav-next:after {
  right: 15px;
  border-right: 4px solid white;
}
body.home .hero-home .ls-nav-prev:hover, body.home .hero-home .ls-nav-next:hover {
  transform: none;
}
body.home .hero-home .ls-nav-prev:focus, body.home .hero-home .ls-nav-next:focus {
  outline: 1px solid #fff !important;
  border: 1px solid #000 !important;
}
body.home .hero-home .ls-bottom-nav-wrapper {
  top: -10px;
}
body.home .hero-home .ls-bottom-slidebuttons a {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #0087cc !important;
  background: rgba(0, 135, 204, 0.15);
}
body.home .hero-home .ls-bottom-slidebuttons a.ls-nav-active {
  background: #0087cc;
}
body.home .hero-home .ls-bottom-slidebuttons a:focus {
  outline: 1px solid #000 !important;
  outline-offset: 2px;
}
@media (max-width: 767px) {
  body.home .hero-home .ls-nav-prev, body.home .hero-home .ls-nav-next {
    top: 25%;
  }
}
/********** Home hot Jobs Tabs ***********/
body .home-jobs-tabs.fusion-tabs {
  margin-bottom: 0;
}
body .home-jobs-tabs.fusion-tabs .tab-content {
  margin-top: 0 !important;
}
body .home-jobs-tabs.fusion-tabs .tab-content .tab-pane {
  animation: fadeEffect 1s;
  padding: 70px 10% 30px;
  box-shadow: inset 0px 10px 50px -20px #d1d1d1;
}
body .home-jobs-tabs.fusion-tabs .nav-tabs a.tab-link {
  padding: 18px 15px;
}
body .home-jobs-tabs.fusion-tabs .nav-tabs a.tab-link .fusion-tab-heading {
  color: #4b4b45;
  font-family: 'News Cycle', sans-serif, sans-serif;
  font-size: 1.35em;
  line-height: 24px;
  font-weight: 700;
}
body .home-jobs-tabs.fusion-tabs .nav-tabs li.active a.tab-link .fusion-tab-heading {
  color: #0087cc;
}
body .home-jobs-tabs.fusion-tabs .nav-tabs li.active a.tab-link:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 10px;
  width: 42.5%;
  border-bottom: 5px solid #0087cc;
  transition: 0.3s;
  /*** saved jobs ****/
}
body .home-jobs-tabs.fusion-tabs .jobcart {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body .home-jobs-tabs.fusion-tabs .jobcart .jobcart-row {
  padding: 0 20px;
}
body .home-jobs-tabs.fusion-tabs .jobcart .jobcart-row a {
  font-weight: 700;
}
body .home-jobs-tabs.fusion-tabs .jobcart .jobcart-row .first, body .home-jobs-tabs.fusion-tabs .jobcart .jobcart-row .last {
  display: none;
}
body .home-jobs-tabs.fusion-tabs .jobcart .jobcart-row .av_two_fifth p {
  display: none;
  /*** recently viewed ****/
}
body .home-jobs-tabs.fusion-tabs .recently-viewed-jobs {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
body .home-jobs-tabs.fusion-tabs .recently-viewed-jobs .job-row {
  padding: 0 20px;
}
body .home-jobs-tabs.fusion-tabs .recently-viewed-jobs .job-row a {
  font-weight: 700;
}
@media (max-width: 769px) {
  body .home-jobs-tabs.fusion-tabs.clean {
    border-top: 1px solid #999;
  }
  body .home-jobs-tabs.fusion-tabs.clean .nav-tabs li {
    margin-bottom: 0px;
  }
  body .home-jobs-tabs.fusion-tabs.clean #widget_recently_viewed_jobs-2, body .home-jobs-tabs.fusion-tabs.clean #widget_job_list_v2-4 {
    margin-bottom: 0;
  }
  body .home-jobs-tabs.fusion-tabs.clean .recently-viewed-jobs .job-row, body .home-jobs-tabs.fusion-tabs.clean .jobcart .jobcart-row {
    padding: 7px 20px 7px;
  }
  body .home-jobs-tabs.fusion-tabs.clean .jobcart, body .home-jobs-tabs.fusion-tabs.clean .recently-viewed-jobs {
    flex-direction: column;
    margin-bottom: 0;
  }
  body .home-jobs-tabs.fusion-tabs.clean .tab-content .tab-pane {
    padding: 40px 5% 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/********** Home Large Job Category Tabs ***********/
.home-img-tabs.fusion-tabs {
  margin-bottom: 0;
}
.home-img-tabs.fusion-tabs .nav-tabs {
  box-shadow: 0px 0px 25px #999999;
  border: 0;
}
.home-img-tabs.fusion-tabs .nav-tabs li {
  vertical-align: top;
  border: 1px solid #d4d4d2;
  border-color: #d4d4d2;
  border-left: 0;
  border-top: 0;
}
.home-img-tabs.fusion-tabs .nav-tabs li.active, .home-img-tabs.fusion-tabs .nav-tabs li.active a.tab-link {
  background-color: #0087cc !important;
}
.home-img-tabs.fusion-tabs .nav-tabs li a.tab-link {
  border-top-width: 0px !important;
  line-height: 0.95;
  border: 0 !important;
  padding: 0px;
  transition: 0.3s;
  border-radius: 0;
}
.home-img-tabs.fusion-tabs .nav-tabs li a.tab-link .fusion-tab-heading {
  padding: 10px;
  color: #0087cc;
  font-family: 'News Cycle', sans-serif, sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  min-height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-img-tabs.fusion-tabs .nav-tabs li.active a .fusion-tab-heading {
  color: #fff;
}
.home-img-tabs.fusion-tabs .tab-content .tab-pane {
  padding: 0;
  border-top: 0;
}
.category-image-wrap {
  margin: 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.keyword-highlight-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  width: 275px;
  padding: 25px 25px 28px 25px;
  box-shadow: 0px 10px 100px #999;
}
.keyword-highlight-box .learn-link-box {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
}
.keyword-highlight-box .learn-link-box:after {
  content: " \f054 ";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  right: 0;
  top: 2px;
  color: #0087cc;
}
.keyword-highlight-box .keyword {
  font-size: 30px;
  font-family: 'News Cycle', sans-serif, sans-serif;
  line-height: 1;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 25px 0;
}
.keyword-highlight-box .keyword:before, .keyword-highlight-box .keyword:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.keyword-highlight-box .keyword:before {
  background-image: url("https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/04172854/keyword-brackets.svg");
  background-position: left;
}
.keyword-highlight-box .keyword:after {
  background-image: url("https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/04172856/keyword-brackets-2.svg");
  background-position: right;
}
.keyword-highlight-box .keytext {
  margin: 21px 0 8px 0;
}
@media (min-width: 1025px) {
  .keyword-highlight-box {
    position: absolute;
    /** positions for keywords in home highlight tabs ***/
  }
  .nursing-kh-mentor {
    top: auto;
    bottom: 15%;
    left: 2.5%;
  }
  .nursing-kh-learn {
    top: 2%;
    right: 10%;
    left: auto;
  }
  .nursing-kh-dev {
    top: auto;
    right: 2.5%;
    bottom: 3%;
  }
  .phy-kh-exp {
    top: 2%;
    bottom: auto;
    left: 1%;
  }
  .phy-kh-exc {
    top: 15%;
    bottom: auto;
    left: 35%;
  }
  .phy-kh-bal {
    left: 8%;
    bottom: 6%;
  }
  .ah-kh-bre {
    bottom: 15%;
    left: 2.5%;
  }
  .ah-kh-emp {
    top: 2%;
    right: 10%;
  }
  .ah-kh-col {
    right: 2.5%;
    bottom: 2%;
  }
  .lab-kh-inv {
    bottom: 45%;
    left: 5%;
  }
  .lab-kh-rea {
    top: 2%;
    right: 10%;
  }
  .lab-kh-inn {
    right: 2.5%;
    bottom: 2%;
  }
  .cs-kh-tru {
    bottom: 45%;
    left: 3%;
  }
  .cs-kh-pas {
    top: 3%;
    right: 3%;
  }
  .cs-kh-opp {
    right: 10%;
    bottom: 3%;
  }
  .it-kh-inf {
    bottom: 35%;
    left: 3%;
  }
  .it-kh-pur {
    top: 3%;
    right: 2%;
  }
  .it-kh-exp {
    right: 20%;
    bottom: 4%;
  }
}
@media (max-width: 1024px) {
  .keymob {
    display: flex;
    padding: 15px 0;
    justify-content: space-evenly;
  }
  .keyword-highlight-box {
    position: relative;
    /*width: calc(90%) !important; top: auto; bottom: auto;*/
    display: block !important;
    box-shadow: 0px 3px 10px #999;
    /*padding: 15px 15px 18px 15px;*/
  }
  .keymob > div {
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  html .fusion-body .fusion-flex-container.home-tabs-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .home-img-tabs.fusion-tabs .nav-tabs a.tab-link .fusion-tab-heading {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  .keymob > div {
    max-width: 31%;
    margin: 1%;
  }
}
@media (max-width: 767px) {
  .keymob {
    flex-wrap: wrap;
  }
  body .home-img-tabs.fusion-tabs .nav-tabs li a.tab-link {
    background-color: #0087cc;
  }
  body .home-img-tabs.fusion-tabs .nav-tabs li a.tab-link:after {
    content: " \f078 ";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 2.5rem;
    font-weight: 700;
    right: 5%;
    top: 50%;
    margin-top: -15px;
    color: #fff;
  }
  body .home-img-tabs.fusion-tabs .nav-tabs li.active a.tab-link:after {
    content: " \f077 ";
  }
  body .home-img-tabs.fusion-tabs .nav-tabs a.tab-link .fusion-tab-heading {
    color: #fff;
  }
}
@media (max-width: 767px) and (min-width: 421px) {
  .keymob > div {
    max-width: 48%;
    margin: 1%;
  }
}
@media (max-width: 420px) {
  .keymob > div {
    max-width: 90%;
    margin: 1% 5% 5% 5% !important;
  }
}
/********** Caregiver ***********/
body.caredev-page .imgMH img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 375px;
}
/********** Tabs - Culture ***********/
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs {
  margin: 0 auto 0 auto;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable {
  /*** mission tab ***/
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
  padding: 20px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable > div {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  display: flex;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable > div > *:first-child {
  margin-right: 10px;
  margin-bottom: 0;
  padding: 0 3%;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable > div img {
  min-width: 45px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind {
  position: relative;
  background-size: cover;
  padding-top: 17%;
  background-repeat: no-repeat;
  width: 31%;
  margin-bottom: 30px;
  cursor: pointer;
  list-style-type: none;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind .tc-ttl {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  padding: 18px 10px;
  font-size: 1.25em;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin: 0;
  width: 100%;
  background: #0087cc;
  box-shadow: 1px -8px 9px -5px #333;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind .tc-content {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.saftey {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23183012/safety2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.empathy {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23215217/empathy2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.teamwork {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23215239/teamwork2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.integrity {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23215233/integrity2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.inclusion {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23215223/inclusion2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.innovation {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/23215228/innovation2-bg.jpg);
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active {
  background-image: none !important;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  border-left: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 8px 0 0 0;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  top: 0;
  border-right: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 0 8px 0 0;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-ttl {
  visibility: hidden;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content {
  display: flex;
  align-items: center;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 0;
  border-left: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 0 8px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 0;
  border-right: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 8px 0;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content p:not(.innerh4) {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.2;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content .innerh4 {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #55544c;
  margin-bottom: 5px;
  /*** culture tab ***/
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-imgttl {
  width: 25%;
  flex: 1 1 25%;
  position: relative;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap {
  justify-content: stretch;
  margin: 40px 0 20px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap > div {
  background: #0087cc;
  min-width: 31%;
  margin-right: 3.5% !important;
  margin-left: 0 !important;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap > div:last-child {
  margin-right: 0;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap > div img {
  width: 100%;
  height: 350px;
  object-position: center;
  object-fit: cover;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap > div > div {
  padding: 20px 15px 30px;
  color: #fff;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-caring-wrap > div > div h4 {
  color: #fff;
  margin-bottom: 10px;
  /*** div & inclusion tab ***/
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid {
  min-height: 325px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid.shadow {
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid .photowrap {
  flex: 1 1 27%;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid .photowrap img {
  max-width: 300px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid .copywrap {
  flex: 1 1 73%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4% 7% 4% 4%;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item {
  width: 50%;
  list-style-type: none;
  padding: 20px 40px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item:nth-child(1) {
  border-bottom: 1px solid #bfe1f2;
  border-right: 1px solid #bfe1f2;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item:nth-child(2) {
  border-bottom: 1px solid #bfe1f2;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item:nth-child(3) {
  border-right: 1px solid #bfe1f2;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-img {
  margin-right: 25px;
}
body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-copy {
  width: calc(100% - 105px);
}
@media (min-width: 1200px) {
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs {
    max-width: 1200px;
  }
}
@media (max-width: 821px) {
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards {
    padding: 0 0 0 0;
  }
}
@media (max-width: 769px) {
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs {
    /*max-width:500px;*/
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-content {
    box-shadow: 0px 0px 0px 0px rgba(67, 71, 85, 0);
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .misstab-img {
    margin-top: 20px;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards {
    padding-left: 0;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind {
    padding-top: 25%;
    width: 49%;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable {
    flex-wrap: wrap;
    flex-direction: row;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .missionmidtable > div {
    width: 49%;
    margin-bottom: 10px;
    margin-top: 10px;
    /*& .owl-stage-outer {max-width:500px;}
     & #post-grid-2104 {max-width: calc(100% - 60px);}*/
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-slide-full {
    flex-direction: column;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .cult-imgttl {
    width: 100%;
    flex: 1 1 100%;
    position: relative;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid.shadow {
    box-shadow: none;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid .photowrap {
    text-align: center !important;
    margin-left: 0;
    margin-right: 0;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .div-grid .copywrap {
    margin-left: 0;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid {
    padding-left: 0;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item {
    padding: 20px 10px 20px 10px;
    flex-direction: column;
    justify-content: center;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-item > div {
    width: 100%;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .awards-grid .awards-img {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 450px) {
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind .tc-content {
    padding: 10px 5px;
  }
  body.culture-page #wrapper .post-content .fusion-tabs.horizontal-tabs.culture-tabs .tab-cards .tab-cards-ind.active .tc-content p:not(.innerh4) {
    font-size: 12px;
  }
}
/********** Community page ******/
.community-page .invest-section {
  background: linear-gradient(180deg, #f2f7ff 0%, #f2f7ff 70%, white 70.1%, white 100%) !important;
}
.community-page .diff-icon {
  text-align: center;
  width: 77px;
  height: 77px;
  border-radius: 8px;
  background: #e4f0f8;
  margin: 0 auto;
}
.community-page .diff-icon img {
  width: 60px;
  height: 60px;
  margin: 8.5px 8.5px;
}
.community-page .altru-widget-container {
  margin: 0 auto 75px !important;
  width: fit-content !important;
  max-width: 1000px;
}
.community-page .diff-icon-txt p {
  color: #000;
}
.community-page .diff-icon-txt p span {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 769px) {
  .diff-comm-icons .fusion-builder-row .fusion_builder_column_1_5 {
    max-width: 50%;
  }
}
/********** Toggles Benefits ******/
.innertoggle-ben > div:first-child {
  width: 55%;
  margin-right: 5%;
}
.innertoggle-ben > div:last-child {
  width: 40%;
}
.innertoggle-ben div > ul {
  margin-top: 20px;
}
.innertoggle-ben ul > li {
  margin-bottom: 10px;
}
.innertoggle-ben ul > li > ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
}
.innertoggle-ben ul > li > ul > li {
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
  margin-left: 10px;
}
.innertoggle-ben ul > li > ul > li:before {
  content: "–";
  position: absolute;
  left: -10px;
}
.innertoggle-ben ul li a {
  color: #4b4b45;
  text-decoration: underline;
}
.innertoggle-ben ul li a:hover {
  text-decoration: none;
}
@media (max-width: 769px) {
  .innertoggle-ben > div {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
/********* Career Expo **********/
.cexpo-title {
  background: #f4f8fc;
  padding: 40px;
}
.cexpo-txt {
  padding: 40px 40px 0px 40px;
}
.cexpo-txt.fusion-social-links {
  padding-top: 30px;
  padding-bottom: 40px;
}
/********* Nursing **********/
body.nursing-page #main .nursing-photo2 img, body.page-id-4086 #main .nursing-photo2 img {
  width: 100%;
  max-width: 600px;
  /*margin:0 auto;*/
}
body.nursing-page #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane, body.page-id-4086 #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane {
  padding: 40px 50px 10px;
}
body.nursing-page #main .further-grid, body.page-id-4086 #main .further-grid {
  max-width: 830px;
  margin: 0 auto;
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
}
body.nursing-page #main .hover-card .hover-cards-ind, body.page-id-4086 #main .hover-card .hover-cards-ind {
  position: relative;
  background-size: cover;
  padding-top: 29%;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
  min-height: 205px;
}
body.nursing-page #main .hover-card .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind .hc-ttl {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin: 0;
  width: 100%;
  /*box-shadow: 1px -8px 9px -5px #333;*/
}
body.nursing-page #main .hover-card .hover-cards-ind .hc-content, body.page-id-4086 #main .hover-card .hover-cards-ind .hc-content {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
}
body.nursing-page #main .hover-card .hover-cards-ind.lead, body.page-id-4086 #main .hover-card .hover-cards-ind.lead {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/25205330/leadership-track-bg.jpg);
}
body.nursing-page #main .hover-card .hover-cards-ind.lead .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.lead .hc-ttl {
  background: #0087cc;
}
body.nursing-page #main .hover-card .hover-cards-ind.clinical, body.page-id-4086 #main .hover-card .hover-cards-ind.clinical {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/25205327/clinical-expert-bg.jpg);
}
body.nursing-page #main .hover-card .hover-cards-ind.clinical .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.clinical .hc-ttl {
  background: #008752;
}
body.nursing-page #main .hover-card .hover-cards-ind.apn, body.page-id-4086 #main .hover-card .hover-cards-ind.apn {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/25205324/apn-bg.jpg);
}
body.nursing-page #main .hover-card .hover-cards-ind.apn .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.apn .hc-ttl {
  background: #5c2161;
}
body.nursing-page #main .hover-card .hover-cards-ind.specialty, body.page-id-4086 #main .hover-card .hover-cards-ind.specialty {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/25205333/specialty-bg.jpg);
}
body.nursing-page #main .hover-card .hover-cards-ind.specialty .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.specialty .hc-ttl {
  background: #a61f56;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind, body.page-id-4086 #main .hover-card:hover .hover-cards-ind, body.nursing-page #main .hover-card:focus .hover-cards-ind, body.page-id-4086 #main .hover-card:focus .hover-cards-ind {
  background-image: none !important;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind:before, body.page-id-4086 #main .hover-card:hover .hover-cards-ind:before, body.nursing-page #main .hover-card:focus .hover-cards-ind:before, body.page-id-4086 #main .hover-card:focus .hover-cards-ind:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  border-left: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 8px 0 0 0;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind:after, body.page-id-4086 #main .hover-card:hover .hover-cards-ind:after, body.nursing-page #main .hover-card:focus .hover-cards-ind:after, body.page-id-4086 #main .hover-card:focus .hover-cards-ind:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  top: 0;
  border-right: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 0 8px 0 0;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-ttl, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-ttl {
  visibility: hidden;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content {
  display: flex;
  align-items: center;
  font-family: 'News Cycle', sans-serif;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content:before, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content:before, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content:before, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 0;
  border-left: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 0 8px;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content:after, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content:after, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content:after, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 0;
  border-right: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 8px 0;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content p:not(.innerh4), body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content p:not(.innerh4), body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content p:not(.innerh4), body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content p:not(.innerh4) {
  font-family: 'News Cycle', sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content p, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content p, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content p, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content p {
  margin-bottom: 10px !important;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content .innerh4, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content .innerh4, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content .innerh4, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content .innerh4 {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #55544c;
}
body.nursing-page #main .hover-card:hover .hover-cards-ind .hc-content a, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-content a, body.nursing-page #main .hover-card:focus .hover-cards-ind .hc-content a, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-content a {
  font-weight: 700;
  line-height: 22px;
  font-family: 'News Cycle', sans-serif;
}
@media (max-width: 769px) {
  body.nursing-page #main .further-grid, body.page-id-4086 #main .further-grid, body.page-id-4125 #main .further-grid, body.page-id-1624 #main .further-grid {
    box-shadow: none;
  }
  body.nursing-page #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane {
    padding: 30px 25px 10px;
  }
  body.nursing-page #main .fusion-tabs.horizontal-tabs.nursing-tabs .flexwrap > div {
    width: 100%;
  }
  body.nursing-page #main .fusion-tabs.horizontal-tabs.nursing-tabs .flexwrap > div:last-child {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}
/********** Tabs - Locations ***********/
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs li.active a:before {
  display: none;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .tab-content {
  border: 30px solid #e4f0f8;
  border-color: #e4f0f8 !important;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .tab-pane {
  padding: 30px 50px;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable {
  width: calc(100% + 100px);
  position: relative;
  background: linear-gradient(90deg, #0087cc 0%, #0087cc 50%, white 50.1%, white 100%);
  left: -50px;
  justify-content: center;
  align-items: center;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  width: calc(50% + 50px);
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:first-child {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:last-child {
  padding: 20px 30px;
}
body.locations-page #main .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:last-child > div {
  justify-content: space-evenly;
}
@media (max-width: 769px) {
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .tab-content {
    border: 0px;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .tab-pane {
    padding: 20px 20px;
    border: 15px solid #e4f0f8;
    border-color: #e4f0f8 !important;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .flexwrap.loc-intro > div:first-child {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .flexwrap.loc-intro > div:last-child {
    margin-left: 0;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs img:not(.loclogo) {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable {
    width: calc(100% + 40px);
    background: none;
    left: -20px;
    margin-bottom: 10px;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div {
    width: 100%;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:first-child {
    background: #0087cc;
    padding: 20px 0;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:last-child {
    padding: 20px 15px;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .ohiomidtable > div:last-child .flexwrap {
    flex-direction: row;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .subcontent {
    margin-top: 0 !important;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .subcontent > div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.locations-page #wrapper .post-content .fusion-tabs.horizontal-tabs.location-tabs .subcontent > div:lasst-child {
    margin-bottom: 0px;
  }
}
/********* Job Search Results Featured Jobs **********/
.jsr-featjobs .widget-joblist {
  flex-wrap: wrap;
  padding: 0 5%;
}
.jsr-featjobs .widget-joblist .widgettitle {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
.jsr-featjobs .widget-joblist .widget_joblist_row a {
  font-size: 1.125rem;
}
@media (min-width: 770px) {
  .jsr-featjobs .widget-joblist .widget_joblist_row {
    max-width: 20%;
  }
}
@media (max-width: 769px) {
  .jsr-featjobs .widget-joblist .widget_joblist_row {
    margin-bottom: 0px;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #999;
  }
  .jsr-featjobs .widget-joblist .widget_joblist_row:last-child {
    border-bottom: 0px;
  }
  .jsr-featjobs .widget-joblist .widgettitle {
    margin-top: 0px;
  }
}
/********* Job Search Results Table ***********/
#toggleAdvSearch, #toggleAdvSearch.close {
  opacity: 1;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3rem;
  padding: 10px 10px 15px 10px;
}
#main .widget-jobsearch-results #search-filters {
  margin-top: 10px;
}
#main .widget-jobsearch-results .search-results-table > div:not(.entry-content-wrapper) {
  display: none;
}
#main .widget-jobsearch-results #live-results {
  float: left;
  font-family: 'News Cycle', sans-serif;
  font-size: 1.4em;
  color: #0087cc;
}
#main .widget-jobsearch-results #widget-jobsearch-results-list .job {
  padding: 20px;
  border-bottom: 1px solid rgba(75, 75, 69, 0.55);
}
#main .widget-jobsearch-results #widget-jobsearch-results-list .job.alt {
  background: transparent;
}
#main .widget-jobsearch-results #widget-jobsearch-results-list .job .jobTitle a {
  font-family: 'News Cycle', sans-serif;
  font-size: 1.2em;
}
#main .widget-jobsearch-results #widget-jobsearch-results-pages li a:not(.inactive) {
  background: #00843d;
  color: #fff;
}
#main .widget-jobsearch-results #widget-jobsearch-results-pages li a:not(.inactive):hover {
  background: #005125;
}
@media (max-width: 769px) {
  body .widget-jobsearch-results .job .joblist-location, body .widget-jobsearch-results .job .joblist-posdate {
    padding-left: 0px !important;
  }
  body .fusion-content-widget-area #widget-jobsearch-results-pages .button {
    margin-left: 3px;
    padding: 3px 8px;
  }
}
/********* Job Search Filters ***********/
body #main .widget-jobsearch-full #cws-search-form > .w-form-row-label {
  display: none;
}
body #main .widget-jobsearch-full .search-checkbox-item:not(.checkbox-remote-location) {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 5px;
}
body #main .widget-jobsearch-full .search-checkbox-item:not(.checkbox-remote-location) label {
  font-size: 1rem;
  /* the below class was a fix to accommodate for there not being a custom class assigned tot he remote wrapper */
}
body #main .widget-jobsearch-full .search-checkbox-container.container-multi-select1:nth-child(11) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
body #main .widget-jobsearch-full .search-checkbox-label {
  flex-grow: 1;
}
body #main .widget-jobsearch-full .search-checkbox-title, body #main .widget-jobsearch-full .w-form-row-label label {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 16px 0;
  font-weight: 700;
}
body #main .widget-jobsearch-full .search-checkbox-title, body #main .widget-jobsearch-full .commute-header-label {
  cursor: pointer;
  position: relative;
}
body #main .widget-jobsearch-full .search-checkbox-title:after, body #main .widget-jobsearch-full .commute-header-label:after {
  position: absolute;
  right: 2%;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.3rem;
  top: 18px;
}
body #main .widget-jobsearch-full .search-checkbox-title.closed:after, body #main .widget-jobsearch-full .commute-header-label.closed:after {
  content: " \f067 ";
}
body #main .widget-jobsearch-full .search-checkbox-title.open:after, body #main .widget-jobsearch-full .commute-header-label.open:after {
  content: " \f068 ";
}
body #main .widget-jobsearch-full label[for="cws_jobsearch_keywords"] {
  padding: 0;
  opacity: 0;
  height: 1px;
  width: 1px;
}
body #main .widget-jobsearch-full .container-multi-select1 {
  border-top: 1px solid #ddd;
  max-width: 330px;
}
body #main .widget-jobsearch-full .search-checkbox-container {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
body #main .widget-jobsearch-full .search-checkbox-container.container-primary-category {
  border-bottom: 0px;
}
body #main .widget-jobsearch-full .search-checkbox-container.container-schedule {
  border-top: 0px;
}
body #main .widget-jobsearch-full .location-wrapper {
  border-top: 0px;
  padding-top: 0;
}
body #main .widget-jobsearch-full input[type="checkbox"] {
  margin-left: 10px;
  margin-right: 10px;
}
body #main .widget-jobsearch-full input[type="text"], body #main .widget-jobsearch-full select {
  font-size: 1rem;
  color: #4c4c47;
  padding: 0 10px;
  border: 0px;
  height: 40px;
}
body #main .widget-jobsearch-full input[type="text"]::placeholder, body #main .widget-jobsearch-full select::placeholder {
  color: #4c4c47;
}
body #main .widget-jobsearch-full input[type="text"] :focus, body #main .widget-jobsearch-full select :focus, body #main .widget-jobsearch-full input[type="text"]:focus-visible, body #main .widget-jobsearch-full select:focus-visible {
  outline-color: #333 !important;
  outline-offset: 0px;
  outline-width: 3px !important;
  outline-style: solid !important;
  border-radius: 3px !important;
}
body #main .widget-jobsearch-full .container-multi-select1 .select2-container, body #main .widget-jobsearch-full .container-multi-select1 .select2-search__field, body #main .widget-jobsearch-full .container-multi-select1 .select2-selection--multiple {
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  color: #4c4c47;
}
body #main .widget-jobsearch-full .container-multi-select1 .select2-search__field {
  margin-top: 9px;
}
body #main .widget-jobsearch-full .container-multi-select1 .select2-selection--multiple {
  min-height: 40px;
}
body #main .widget-jobsearch-full .filter-wrap {
  margin-bottom: 10px;
  border: 0;
}
body #main .widget-jobsearch-full div.location-radius-control {
  border-bottom: 0px;
  padding-bottom: 0px;
}
body #main .widget-jobsearch-full .location-search-type label {
  margin-bottom: 0;
}
body #main .widget-jobsearch-full .location-search-type input[type="radio"] {
  margin-top: 0;
  margin-bottom: 5px;
}
body #main .widget-jobsearch-full .location-search-type span {
  font-size: 1rem;
}
body #main .widget-jobsearch-full .search-submit-btn {
  clear: both;
  max-width: 350px;
  margin: 20px auto 0px;
}
body #main .widget-jobsearch-full .search-submit-btn a {
  border-radius: 10px;
  min-height: 60px;
  padding: 16px 30px;
  width: 100%;
  text-transform: none;
  background: #00843d;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  font-family: 'News Cycle', sans-serif, sans-serif;
}
body #main .widget-jobsearch-full .search-submit-btn a:hover {
  background-color: #005125;
}
/**** Job Alerts Box with links ****/
.jsr-ja-image img {
  object-fit: cover;
  object-position: center;
  max-height: 300px;
}
.jsr-ja-link {
  min-height: 100%;
}
@media (max-width: 769px) {
  .jsr-ja-link {
    min-height: auto;
  }
}
/********* Job Details ***********/
/*.tooltip {background:#000 !important; font-size:1rem !important;}*/
.jobdetails-page #main .ejd-newgrad {
  display: none;
}
.jobdetails-page #main .jd-rightrail {
  justify-content: center;
}
.jobdetails-page #main .jd-rightrail > .fusion-column-wrapper {
  margin: 0 0;
  max-width: 302px;
}
.jobdetails-page #main .jd-jobdescrsum a {
  color: #0087cc;
}
.jobdetails-page #main.ejd-ngr .title-bar.fusion-container-stuck {
  box-shadow: none !important;
}
.jobdetails-page #main.ejd-ngr .ngr-menu.fusion-container-stuck {
  top: 115px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 25px 8px;
}
.jobdetails-page #main.ejd-ngr #menu-ejd-new-grad-menu {
  min-height: 50px;
  align-items: center;
  justify-content: space-around;
}
.jobdetails-page #main.ejd-ngr #menu-ejd-new-grad-menu li a {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.jobdetails-page #main.ejd-ngr #menu-ejd-new-grad-menu li:not(.current-menu-item) a {
  color: #0078bf !important;
}
.jobdetails-page #main.ejd-ngr #menu-ejd-new-grad-menu li.current-menu-item a {
  color: #008752 !important;
}
.jobdetails-page #main.ejd-ngr .ft-icon {
  margin-right: 20px;
}
.jobdetails-page #main.ejd-ngr .nr-icon {
  margin-left: 20px;
}
.jobdetails-page #main.ejd-ngr .ft-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  content: " \f017 ";
  font-weight: 300;
  margin-right: 10px;
}
.jobdetails-page #main.ejd-ngr .nr-icon:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  content: " \f013 ";
  font-weight: 300;
  margin-right: 10px;
}
.jobdetails-page #main.ejd-ngr .success-chart {
  position: relative;
  z-index: 2;
}
.jobdetails-page #main.ejd-ngr .chart-photo {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  max-width: 170px;
  margin-left: -85px;
  margin-top: 103px;
}
.jobdetails-page #main.ejd-ngr .fusion-chart-legend-wrap ul {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
}
.jobdetails-page #main.ejd-ngr .fusion-chart-legend-wrap ul li {
  width: 31%;
  margin: 0 1%;
}
.jobdetails-page #main.ejd-ngr .fusion-chart-legend-wrap ul li span {
  width: 100%;
}
.jobdetails-page #main.ejd-ngr .ngr-social {
  margin-left: 40px;
}
.jobdetails-page #main.ejd-ngr .ejd-ng-people > .fusion-builder-row, .jobdetails-page #main.ejd-ngr .ejd-ng-benefits > .fusion-builder-row, .jobdetails-page #main.ejd-ngr .ejd-ng-map > .fusion-builder-row, .jobdetails-page #main.ejd-ngr .ejd-ng-desc > .fusion-builder-row {
  margin-right: auto !important;
  margin-left: auto !important;
}
.jobdetails-page #main.ejd-ngr .h2mock {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.jobdetails-page #main.ejd-ngr .ejd-ng-map a span:not(.h2mock) {
  color: #4b4b45;
  /** job title bar **/
}
.jobdetails-page #main .title-bar {
  min-height: 115px;
  overflow: hidden;
}
.jobdetails-page #main .title-bar.fusion-container-stuck {
  z-index: 10011;
}
.jobdetails-page #main .title-bar h1 {
  font-size: 2rem;
  color: #0078bf;
  /** detailed line items **/
}
.jobdetails-page #main .jd-item {
  margin-bottom: 12px;
  /** description **/
}
.jobdetails-page #main .jd-desc {
  margin-top: 30px;
  /** share **/
}
.jobdetails-page #main .ejd-share .tagline {
  font-size: 1.3rem !important;
  color: #4b4b45;
  /*** sidebar location link ***/
}
.jobdetails-page #main .ejdloclink {
  padding: 20px;
  background: #0087cc;
}
.jobdetails-page #main .ejdloclink h2 {
  margin-bottom: 0;
  background-color: #fff;
  font-size: 1.3em;
  line-height: 1.4;
  background-image: url("https://cdn-static.findly.com/wp-content/uploads/sites/2113/2022/02/07213858/map-marker.svg");
  background-size: auto 55px;
  background-position: center left 10px;
  background-repeat: no-repeat;
  padding: 15px 10px 15px 60px;
  width: 100%;
  display: block;
}
.jobdetails-page #main .ejdloclink a {
  color: #4b4b45;
  /*** sidebar related jobs ***/
}
.jobdetails-page #main .ejd-related-jobs h2 {
  color: #4b4b45;
  font-size: 1.3rem !important;
}
.jobdetails-page #main .ejd-related-jobs li {
  margin-bottom: 10px;
}
.jobdetails-page #main .ejd-related-jobs li a {
  color: #0087cc !important;
  font-family: 'News Cycle', sans-serif;
  font-size: 1.2em;
  /*** buttons ***/
}
.jobdetails-page #main .afterhero {
  justify-content: flex-end;
}
.jobdetails-page #main .afterhero #gtm-jobdetail-cart-page {
  width: 100%;
  text-align: right;
  padding-top: 5px;
  padding-right: 30px;
}
.jobdetails-page #main .afterhero #gtm-jobdetail-cart-page a {
  font-size: 0.875rem;
}
.jobdetails-page #main .afterdesc {
  margin-top: 30px;
}
.jobdetails-page #main .afterdesc #gtm-jobdetail-cart-page {
  padding-top: 8px;
}
.jobdetails-page #main .afterdesc #gtm-jobdetail-cart-page a {
  color: #0078bf !important;
}
.jobdetails-page #main .jdbtnrow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}
.jobdetails-page #main #gtm-apply {
  line-height: normal;
  text-align: center;
  margin-right: 20px;
  background: #00843d;
  font-size: 1.4rem;
  width: auto;
  padding: 8px 20px 12px;
  border-radius: 6px;
  min-width: 140px;
}
.jobdetails-page #main #gtm-apply:hover {
  background: #005125;
}
.jobdetails-page #main #gtm-apply a {
  color: #fff;
  text-transform: none;
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
}
.jobdetails-page #main #gtm-jobdetail-cart {
  margin-right: 20px;
}
.jobdetails-page #main #gtm-jobdetail-cart a {
  color: #0078bf;
}
.jobdetails-page #main .jobcart-btn {
  background: #f6f6f6;
  color: #4b4b45;
  border-color: #f6f6f6;
  font-family: 'News Cycle', sans-serif;
  font-size: 1.4rem;
  width: auto;
  text-transform: none;
  font-weight: 700;
  line-height: 1;
  padding: 8px 20px 12px;
  border-radius: 6px;
  min-width: 140px;
}
.jobdetails-page #main .jobcart-btn .cartbtn-text {
  color: #4b4b45;
}
.jobdetails-page #main .fa-shopping-cart {
  margin-top: 6px;
  margin-right: 5px;
}
.jobdetails-page #main .jobcart-btn[aria-pressed="true"] .fa-shopping-cart:before {
  font-weight: 900;
}
.jobdetails-page #main .fa-shopping-cart:before {
  content: "\f005";
  font-weight: 400;
  color: #0078bf;
}
@media (max-width: 1000px) {
  .jobdetails-page #main .title-bar {
    max-height: none;
  }
  .jobdetails-page #main .title-bar h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .jobdetails-page #main .afterhero {
    justify-content: space-between;
    margin-top: 20px;
  }
  .jobdetails-page #main .afterhero #gtm-jobdetail-cart-page {
    text-align: center;
  }
  .jobdetails-page #main .chart-wrap > .fusion-column-wrapper {
    padding: 0 0 !important;
  }
  .jobdetails-page #main.ejd-ngr .chart-photo {
    margin-top: 50px;
    /*.jobdetails-page #main .ngr-menu.ejd-newgrad {display:none;}*/
  }
  .jobdetails-page #main .jd-cont.not-ngr > .fusion-builder-row {
    justify-content: center;
  }
  .jobdetails-page #main .jd-rightrail {
    margin-top: 30px;
  }
  .jobdetails-page .ejd-share.fusion-sharing-box {
    flex-direction: row !important;
  }
  .jobdetails-page .ejd-share.fusion-sharing-box .sharingbox-shortcode-icon-wrapper {
    justify-content: flex-start !important;
  }
  .jobdetails-page .ejd-share .tagline {
    margin-bottom: 0 !important;
  }
}
/*********Saved Jobs (Job Cart) ***********/
.saved-jobs .jobcart-row {
  display: flex;
  justify-content: space-between;
}
#gtm-jobcart-apply a.avia-button {
  background-color: #00843d;
  padding: 5px 20px 8px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-family: "News Cycle";
  font-weight: 700;
}
/******* Sign Up ********/
body #socialSiteProvider {
  margin: 20px 0 !important;
  width: auto !important;
}
body #socialLoginProvider {
  padding-left: 0px !important;
}
body #socialSiteProvider, body #socialLoginProvider, body #socialLoginProvider_uiContainer, body .gigya-login-providers {
  position: relative !important;
  height: auto !important;
}
/*** XCSI - 35292 - SW ***/
.form-group.has-error .control-label, .input-group.has-error .control-label, .form-group.has-error .help-block, .input-group.has-error .help-block, .form-group.has-error .help-inline, .input-group.has-error .help-inline, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: red !important;
}
.has-success.checkbox label {
  color: #4B4B45 !important;
}
.help-block {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
}
.form-control-feedback {
  line-height: 42px !important;
}
/*CWSM-10107*/
.lcp-pages .schema-form-section p.required-fields {
  margin-bottom: 15px !important;
}
.lcp-pages .schema-form-section .resume-wrapper.ng-scope {
  margin-bottom: 15px;
}
body.lcp-pages #socialSiteProvider {
  margin: 20px -15px !important;
}
/*CWSM-10107*/
/*CWSM-10129*/
.tab-content-container-preference.mt2 .bg-whitesmoke div.ml2 {
  margin-left: 0px !important;
}
.tab-content-container-preference.mt2 .bg-whitesmoke div.ml2 label input {
  margin-top: -1px !important;
}
.tab-content-container-preference.mt2 .bg-whitesmoke label div > input {
  margin-top: -1px !important;
}
div#profileDownloadMainContent .modal-popup-small a.ng-binding {
  margin-left: 5px;
}
/* Style by Rahid CWSM-10451 
 .checkbox-remote-location {
 float: left;
 padding-top: 17px;
 }*/
#title-multi_select1 {
  display: inline-block;
}
#title-multi_select1:after, .checkbox-remote-location label {
  display: none;
}
/* End Style by Rahid CWSM-10451 */
@media (max-width: 767px) {
  .apply-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hide-loc {
  display: none;
}
/*CWSM-11626*/
.jd-item.jd-dept span:last-child {
  display: none;
}
/* CWSM-11584 start */
.admin-banner, .advance-banner, .allied-banner, .corporate-banner, .customer-banner, .facilities-banner, .finance-banner, .human-banner, .laboratory-banner, .marketing-banner, .nlead-banner, .ncare-banner, .nsupportbanner, .nexperience-banner, .ngrade-banner, .occupational-banner, .pharmacy-banner, .physician-banner, .quality-banner, .research-banner, .student-banner, .supply-banner, .switchboard-banner {
  display: none;
}
@media (max-width: 769px) {
  .mobile-show.fusion-imageframe {
    display: inherit;
  }
}
/* CWSM-11584 end */
.finance-page .finance-div p {
  margin-bottom: 10px;
}
body.finance-page .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs > li.active > .tab-link:hover .fusion-tab-heading {
  font-weight: 700;
  font-size: 1.2rem !important;
}
body.finance-page .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs .tab-link .fusion-tab-heading {
  font-weight: 700;
  font-size: 1.2rem !important;
}
body.finance-page #main .fusion-tabs.horizontal-tabs.finance-tab .tab-pane {
  padding: 30px 50px;
}
body.finance-page .post-content .fusion-tabs.horizontal-tabs.universal-tabs ul.nav-tabs li.active a:before {
  border-width: 0px !important;
}
.finance-page .flexcontent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.fin-slides .fusion-content-layout-column {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.employee_slick_slide .slick-initialized.slick-slider {
  border: 1px solid #7B7D83;
  max-width: 1200px !important;
}
.slick-prev:before, .slick-next:before {
  color: #fff !important;
  background-color: #00843D;
  padding: 5px 8px 5px 8px;
}
.slick-prev, .slick-next {
  width: 31px !important;
}
.slick-dots {
  bottom: 0 !important;
  margin: 20px 0px !important;
}
@media (max-width: 769px) {
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab .tab-pane {
    padding: 20px 20px;
  }
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab .flexwrap {
    flex-direction: column-reverse;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab .flexwrap > div:first-child {
    text-align: center;
    margin-right: 0;
  }
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab .flexwrap > div:last-child {
    margin-left: 0;
    margin-bottom: 25px;
  }
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab ul.nav-tabs .tab-link {
    padding: 15px 15px;
  }
  body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab ul.nav-tabs .tab-link .fusion-tab-heading {
    font-weight: 700;
    font-size: 1.2rem !important;
    text-rendering: geometricPrecision;
  }
}
body.finance-page #wrapper .post-content .fusion-tabs.horizontal-tabs.finance-tab ul.nav-tabs .tab-link {
  padding: 11px;
}
@media only screen and (min-width: 767px) {
  .fusion-tabs.finance-tab .nav-tabs.nav-justified > li {
    white-space: nowrap;
  }
}
.employee_slick_slide .slick-current.slick-active:focus {
  outline: 1px dashed #000;
  outline-offset: -2px;
}
.employee_slick_slide .slick-dots li.slick-active button .slick-dot-icon {
  color: #4B4B45 !important;
  opacity: 1;
}
.employee_slick_slide .slick-dots li button .slick-dot-icon {
  color: #4B4B45 !important;
  opacity: 1;
}
.employee_slick_slide .slick-dots li.slick-active button:focus .slick-dot-icon {
  color: #4B4B45 !important;
  opacity: 1;
}
.employee_slick_slide .slick-dots li button:focus .slick-dot-icon:before {
  color: #4B4B45;
}
.employee_slick_slide .slick-dots li button {
  display: block;
  height: 26px;
  width: 68px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  border: 0;
  background: 0 0;
  cursor: pointer;
}
.employee_slick_slide .slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: 0px;
  margin-left: 0px;
  font-size: 60px;
  color: #0087cc;
}
.employee_slick_slide .slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "\2014";
  font-family: slick;
  font-size: 17px;
  line-height: 0;
  text-align: center;
  transition: all 0.05s linear;
  font-size: 60px;
  color: #4B4B45;
}
.employee_slick_slide .slick-next .slick-next-icon, .employee_slick_slide .slick-next .slick-prev-icon, .employee_slick_slide .slick-prev .slick-next-icon, .employee_slick_slide .slick-prev .slick-prev-icon {
  display: block;
  opacity: 1;
  font-family: FontAwesome;
  font-weight: 300;
  font-size: 45px;
}
.employee_slick_slide .slick-prev .slick-prev-icon:before {
  content: "\f104";
  color: #fff;
}
.employee_slick_slide .slick-next .slick-next-icon:before {
  content: "\f105";
  color: #fff;
}
.employee_slick_slide .slick-next {
  right: 0px !important;
}
.employee_slick_slide .slick-next, .employee_slick_slide .slick-prev {
  height: 80px;
  width: 45px !important;
  background-color: #00843D;
}
.employee_slick_slide .slick-prev {
  left: 0px !important;
  z-index: 9999;
}
.fusion-tabs .tab-link:focus {
  outline: 2px solid #000 !important;
  outline-offset: -5px;
}
.fusion-tabs .tab-pane:focus {
  outline: 2px solid #000 !important;
}
.employee_slick_slide .slick-initialized .slick-slide {
  min-height: 330px;
}
.employee_slick_slide .slick-next:focus .slick-next-icon, .employee_slick_slide .slick-next:focus .slick-prev-icon, .employee_slick_slide .slick-prev:focus .slick-next-icon, .employee_slick_slide .slick-prev:focus .slick-prev-icon {
  color: white;
  font-size: 45px !important;
  margin-left: 0px !important;
}
.employee_slick_slide .slick-next:focus, .employee_slick_slide .slick-prev:focus {
  top: 50%;
}
ul.sublist li {
  list-style-type: disc;
}
/*Physicians page new revisions CWSM-11963  --junnie--  */
.Physicians_page #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane {
  padding: 40px 50px 10px !important;
}
/** ZD Junnie */
/* advanced practice 4-grid  -- junnie */
body.advanced-practice #main .nursing-photo2 img, body.page-id-4086 #main .nursing-photo2 img, body.page-id-4125 #main .nursing-photo2 img, body.page-id-1624 #main .nursing-photo2 img {
  width: 100%;
  max-width: 600px;
  /*margin:0 auto;*/
}
body.advanced-practice #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane, body.page-id-4086 #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane, body.page-id-4125 #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane, body.page-id-1624 #main .fusion-tabs.horizontal-tabs.nursing-tabs .tab-pane {
  padding: 40px 50px 10px;
}
body.advanced-practice #main .further-grid, body.page-id-4086 #main .further-grid, body.page-id-4125 #main .further-grid, body.page-id-1624 #main .further-grid {
  max-width: 830px;
  margin: 0 auto;
  box-shadow: rgba(67, 71, 85, 0.27) 0 0 0.25em, rgba(90, 125, 188, 0.05) 0 0.25em 1em;
}
body.advanced-practice #main .hover-card .hover-cards-ind, body.page-id-4086 #main .hover-card .hover-cards-ind, body.page-id-4125 #main .hover-card .hover-cards-ind, body.page-id-1624 #main .hover-card .hover-cards-ind {
  position: relative;
  background-size: cover;
  padding-top: 29%;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 30px;
  cursor: pointer;
  /* min-height:205px;*/
  height: 480px;
}
body.advanced-practice #main .hover-card .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind .hc-ttl, body.page-id-4125 #main .hover-card .hover-cards-ind .hc-ttl, body.page-id-1624 #main .hover-card .hover-cards-ind .hc-ttl {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin: 0;
  width: 100%;
  /*box-shadow: 1px -8px 9px -5px #333;*/
}
body.advanced-practice #main .hover-card .hover-cards-ind .card-content, body.page-id-4086 #main .hover-card .hover-cards-ind .card-content, body.page-id-4125 #main .hover-card .hover-cards-ind .card-content, body.page-id-1624 #main .hover-card .hover-cards-ind .card-content {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px;
  height: 100%;
}
body.advanced-practice #main .hover-card .hover-cards-ind.career-ad, body.page-id-4086 #main .hover-card .hover-cards-ind.career-ad, body.page-id-4125 #main .hover-card .hover-cards-ind.career-ad, body.page-id-1624 #main .hover-card .hover-cards-ind.career-ad {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2023/03/09064625/Career-Advancement_v2.jpg);
}
body.advanced-practice #main .hover-card .hover-cards-ind.career-ad .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.career-ad .hc-ttl, body.page-id-4125 #main .hover-card .hover-cards-ind.career-ad .hc-ttl, body.page-id-1624 #main .hover-card .hover-cards-ind.career-ad .hc-ttl {
  background: #0087cc;
}
body.advanced-practice #main .hover-card .hover-cards-ind.clinical-card, body.page-id-4086 #main .hover-card .hover-cards-ind.clinical-card, body.page-id-4125 #main .hover-card .hover-cards-ind.clinical-card, body.page-id-1624 #main .hover-card .hover-cards-ind.clinical-card {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2023/03/09064633/APP-Transition.jpg);
}
body.advanced-practice #main .hover-card .hover-cards-ind.clinical-card .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.clinical-card .hc-ttl, body.page-id-4125 #main .hover-card .hover-cards-ind.clinical-card .hc-ttl, body.page-id-1624 #main .hover-card .hover-cards-ind.clinical-card .hc-ttl {
  background: #008752;
}
body.advanced-practice #main .hover-card .hover-cards-ind.learn, body.page-id-4086 #main .hover-card .hover-cards-ind.learn, body.page-id-4125 #main .hover-card .hover-cards-ind.learn, body.page-id-1624 #main .hover-card .hover-cards-ind.learn {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2023/03/09064640/More-Ways-To-Learn.jpg);
}
body.advanced-practice #main .hover-card .hover-cards-ind.learn .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.learn .hc-ttl, body.page-id-4125 #main .hover-card .hover-cards-ind.learn .hc-ttl, body.page-id-1624 #main .hover-card .hover-cards-ind.learn .hc-ttl {
  background: #5c2161;
}
body.advanced-practice #main .hover-card .hover-cards-ind.culture, body.page-id-4086 #main .hover-card .hover-cards-ind.culture, body.page-id-4125 #main .hover-card .hover-cards-ind.culture, body.page-id-1624 #main .hover-card .hover-cards-ind.culture {
  background-image: url(https://cdn-static.findly.com/wp-content/uploads/sites/2113/2023/03/09064648/culture.jpg);
}
body.advanced-practice #main .hover-card .hover-cards-ind.culture .hc-ttl, body.page-id-4086 #main .hover-card .hover-cards-ind.culture .hc-ttl, body.page-id-4125 #main .hover-card .hover-cards-ind.culture .hc-ttl, body.page-id-1624 #main .hover-card .hover-cards-ind.culture .hc-ttl {
  background: #a61f56;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind, body.page-id-4086 #main .hover-card:hover .hover-cards-ind, body.page-id-4125 #main .hover-card:hover .hover-cards-ind, body.page-id-1624 #main .hover-card:hover .hover-cards-ind, body.advanced-practice #main .hover-card:focus .hover-cards-ind, body.page-id-4086 #main .hover-card:focus .hover-cards-ind, body.page-id-4125 #main .hover-card:focus .hover-cards-ind, body.page-id-1624 #main .hover-card:focus .hover-cards-ind {
  background-image: none !important;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind:before, body.page-id-4086 #main .hover-card:hover .hover-cards-ind:before, body.page-id-4125 #main .hover-card:hover .hover-cards-ind:before, body.page-id-1624 #main .hover-card:hover .hover-cards-ind:before, body.advanced-practice #main .hover-card:focus .hover-cards-ind:before, body.page-id-4086 #main .hover-card:focus .hover-cards-ind:before, body.page-id-4125 #main .hover-card:focus .hover-cards-ind:before, body.page-id-1624 #main .hover-card:focus .hover-cards-ind:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  border-left: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 8px 0 0 0;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind:after, body.page-id-4086 #main .hover-card:hover .hover-cards-ind:after, body.page-id-4125 #main .hover-card:hover .hover-cards-ind:after, body.page-id-1624 #main .hover-card:hover .hover-cards-ind:after, body.advanced-practice #main .hover-card:focus .hover-cards-ind:after, body.page-id-4086 #main .hover-card:focus .hover-cards-ind:after, body.page-id-4125 #main .hover-card:focus .hover-cards-ind:after, body.page-id-1624 #main .hover-card:focus .hover-cards-ind:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  top: 0;
  border-right: 3px solid #0087cc;
  border-top: 3px solid #0087cc;
  border-radius: 0 8px 0 0;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .hc-ttl, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .hc-ttl, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .hc-ttl, body.advanced-practice #main .hover-card:focus .hover-cards-ind .hc-ttl, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .hc-ttl, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .hc-ttl, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .hc-ttl {
  visibility: hidden;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content {
  display: flex;
  align-items: center;
  font-family: 'News Cycle', sans-serif;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content:before, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content:before, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content:before, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content:before, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content:before, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content:before, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content:before, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content:before {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 0;
  border-left: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 0 8px;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content:after, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content:after, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content:after, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content:after, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content:after, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content:after, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content:after, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 18px;
  right: 0;
  bottom: 0;
  border-right: 3px solid #008752;
  border-bottom: 3px solid #008752;
  border-radius: 0 0 8px 0;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content p:not(.innerh4), body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content p:not(.innerh4), body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content p:not(.innerh4), body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content p:not(.innerh4), body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content p:not(.innerh4), body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content p:not(.innerh4), body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content p:not(.innerh4), body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content p:not(.innerh4) {
  font-family: 'News Cycle', sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content p, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content p, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content p, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content p, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content p, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content p, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content p, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content p {
  margin-bottom: 10px !important;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content .innerh4, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content .innerh4, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content .innerh4, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content .innerh4, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content .innerh4, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content .innerh4, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content .innerh4, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content .innerh4 {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: #55544c;
}
body.advanced-practice #main .hover-card:hover .hover-cards-ind .card-content a, body.page-id-4086 #main .hover-card:hover .hover-cards-ind .card-content a, body.page-id-4125 #main .hover-card:hover .hover-cards-ind .card-content a, body.page-id-1624 #main .hover-card:hover .hover-cards-ind .card-content a, body.advanced-practice #main .hover-card:focus .hover-cards-ind .card-content a, body.page-id-4086 #main .hover-card:focus .hover-cards-ind .card-content a, body.page-id-4125 #main .hover-card:focus .hover-cards-ind .card-content a, body.page-id-1624 #main .hover-card:focus .hover-cards-ind .card-content a {
  font-weight: 700;
  line-height: 22px;
  font-family: 'News Cycle', sans-serif;
}
/* advanced practice 4-grid  -- junnie */
/*cwsm-11765*/
.ejdrecruiter {
  padding: 20px 20px 0px 20px;
}
.contact-rec {
  margin-bottom: 10px;
}
.storeid {
  font-family: "News Cycle";
  font-size: 22px;
  color: #000000 !important;
}
.recruiterbtn {
  margin-top: 28px;
  margin-bottom: 28px;
}
.recruiterbtn a {
  border: 1px solid #00843d;
  color: #ffffff !important;
  background-color: #00843d;
  font-family: "News Cycle";
  font-size: 22px;
  padding: 6px 26px 10px 26px;
  border-radius: 7px;
}
.recruiterschedulebtn {
  margin-bottom: 20px;
  border: 2px solid #00843d;
  padding: 10px 5px 10px 7px;
  border-radius: 5px;
  text-align: center;
}
.recruiterschedulebtn a {
  color: #00843d !important;
  font-family: "News Cycle";
  font-size: 21px;
  font-weight: 600;
}
.recruiterschedulebtn a:focus {
  outline: none !important;
}
.fusion-modal-text-link.modal_button_location_page, .fusion-modal-text-link.modal_button_search_page {
  display: none;
}
.events_modal_location_page .modal-body, .events_modal_search_page .modal-body {
  padding: 0px;
}
.events_modal_location_page .modal-footer, .events_modal_search_page .modal-footer {
  display: none;
}
.events_modal_location_page .modal-body a img, .events_modal_search_page .modal-body a img {
  width: 100%;
}
/* ********** this hides the top blue alert banner used in Job Search Results page *** -j- ********** */
/* ********** alert located in layouts --> header *** -j- ********** */
.job-alert-purple {
  display: block;
}
.job-alert-blue {
  display: none;
}
/* TOB ---j-- */
.homepage-takeover .modal-dialog {
  margin-top: -100px !important;
  /* Adjust if necessary j */
}
.homepage-takeover .modal-dialog .homepage-takeover-modal {
  text-align: center;
}
.homepage-takeover .modal-content {
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
}
.homepage-takeover .close {
  opacity: 1;
  color: #b0b0b0;
  margin: 70px 80px 0 0 !important;
}
.modal-dialog {
  /* check to see if this is already existing */
  margin-top: 40px !important;
}
.modal-header {
  background-color: rgba(246, 246, 246, 0);
}
.homepage-takeover a:link, .homepage-takeover a:hover {
  cursor: pointer !important;
}
/*.homepage-takeover .close{
 margin: 130px 0px 0 0 !important;}*/
@media (max-width: 767px) {
  .homepage-takeover .close {
    margin: 130px 0px 0 0 !important;
  }
}
