@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
@import url('https://fonts.googleapis.com/css2?family=Bentham&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap');
body {
  background-color: #f5f5f5;
font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  color: #707070;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #00935e;
  font-weight: bold;
  line-height: 1.3;
  text-transform: none;
  font-family: 'Bentham', serif;
}

h1,
.internals-titles,
.error-card h1,
#join-entire-page-content .join-form-header,
#jfi-modal-dialog .join-form-header,
.jfi-success-container .join-form-header,
#cb-legal-content-block h1,
#cb-legal-content-block #cookiesPolicy h2,
#cb-legal-content-block #cookiesList h2,
#cb-legal-content-block #cookiesPolicy h3,
#cb-legal-content-block #cookiesList h3,
#browse-by-container #browse-by-header,
#browse-by-container #browse-by-header p,
#after-apply-thank-you-header,
#subscription-title,
.search-results-title,
.jdp-title-inner-container .jdp-title-block-position .jdp-job-title {
  text-transform: uppercase;
}

p,
#cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesList p {
  color: #707070;
  line-height: 1.3;
  word-wrap: break-word;
}

a {
  color: #707070;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
  color: #707070;
  text-decoration: underline;
}

::-moz-selection {
  background: #00935e;
  color: #fff;
}

::selection {
  background: #00935e;
  color: #fff;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.text-white {
  color: #fff;
}

.full-wd {
  width: 100%;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.visible-full-hd {
  display: none !important;
}

.featured-jobs {
  padding-bottom: 50px;
}

.no-break {
  white-space: nowrap;
}

.hide-not-ready + .not-ready,
.hide-not-ready + style + .not-ready,
.hide-not-ready + footer > .not-ready,
.hide-not-ready + style + footer > .not-ready {
  display: none;
}

img {
  margin: 0 auto;
}

video {
  width: 100%;
  display: block;
}

.aligned-text {
  text-align: center;
}

ul.aligned-list {
  padding: 0px;
  list-style: none;
  text-align: center;
}

:lang(en-us) body .hidden-en {
  display: none;
}

@media (min-width: 768px) {
  .featured-jobs {
    padding-bottom: 100px;
  }
  .aligned-text {
    text-align: left;
  }
  ul.aligned-list {
    padding-left: 40px;
    list-style: disc;
    text-align: left;
  }
}

@media (min-width: 1920px) {
  .hidden-full-hd {
    background: none !important;
    height: auto !important;
  }
  .visible-full-hd {
    display: block !important;
  }
}

@-webkit-keyframes animationRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes animationRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}

header.home-header .navbar-default .navbar-toggle.search-toggle-button-mobile {
  display: none;
}

.top-social {
  background-color: #7e7e7c;
}

.top-social .top-header {
  height: 60px;
  display: table;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-social .top-header .join-top {
  padding-right: 20px;
  display: table-cell;
  vertical-align: middle;
}

.top-social .top-header .social-icons {
  display: table-cell;
  vertical-align: middle;
}

.navbar-default {
  background-color: transparent;
  border-color: inherit;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 0px;
}

.navbar-default .navbar-header {
  background-color: #7e7e7c;
  height: auto;
  position: relative;
}

@media (max-width: 768px) {
  .navbar-default .navbar-header {
    background-color: #fff;
  }
}

.navbar-default .navbar-header .navbar-brand {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 200px;
  height: auto;
  padding: 0px;
}

.navbar-default .navbar-header .navbar-brand img {
  width: 100%;
  position: relative;
  z-index: 9999;
}

@media (max-width: 768px) {
  .navbar-default .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-default .navbar-header .navbar-toggle {
    margin-left: auto;
  }
  .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

.navbar-default .navbar-toggle {
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle.hamburger {
  position: absolute;
  top: calc(50% - 13.5px);
  bottom: auto;
  right: 10px;
  left: auto;
  margin: 0px;
  padding: 5px;
}

.navbar-default .navbar-toggle.hamburger .icon-bar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #7e7e7c;
  height: 3px;
  width: 25px;
}

.navbar-default .navbar-toggle.hamburger .icon-bar.top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-default .navbar-toggle.hamburger .icon-bar.middle-bar {
  opacity: 0;
}

.navbar-default .navbar-toggle.hamburger .icon-bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-default .navbar-toggle.hamburger.collapsed {
  background-color: transparent;
}

.navbar-default .navbar-toggle.hamburger.collapsed .icon-bar.top-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-default .navbar-toggle.hamburger.collapsed .icon-bar.middle-bar {
  opacity: 1;
}

.navbar-default .navbar-toggle.hamburger.collapsed .icon-bar.bottom-bar {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.navbar-default .navbar-toggle.search-toggle-button-mobile {
  color: #00935e;
  position: absolute;
  top: calc(50% - 14px);
  bottom: auto;
  right: 55px;
  left: auto;
  z-index: 3;
  width: auto;
  margin: 0px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 0;
  border-radius: 0px;
}

.navbar-default .navbar-collapse {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default ul.navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-color: transparent;
}

.navbar-default ul.navbar-nav li.active > a {
  color: #fff;
  background-color: #b16e3e;
}

.navbar-default ul.navbar-nav li.active > a:hover,
.navbar-default ul.navbar-nav li.active > a:active,
.navbar-default ul.navbar-nav li.active > a:focus {
  color: #fff;
  background-color: shade(#b16e3e, 15%);
}

.navbar-default ul.navbar-nav li.dropdown i.fa.fa-angle-down {
  padding-left: 5px;
}

.navbar-default ul.navbar-nav li.dropdown.open > a {
  color: #fff;
  background-color: #00935e;
  border-color: transparent;
}

.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
}

.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li > a,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li > a {
  color: #fff;
}

.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li > a:hover,
.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li > a:active,
.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li > a:focus,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li > a:hover,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li > a:active,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #00935e;
}

.navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li.active > a,
.navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li.active > a {
  color: #fff;
  background-color: #b16e3e;
}

.navbar-default
  ul.navbar-nav
  li.dropdown.open
  ul.dropdown-menu
  > li.active
  > a:hover,
.navbar-default
  ul.navbar-nav
  li.dropdown.open
  ul.dropdown-menu
  > li.active
  > a:active,
.navbar-default
  ul.navbar-nav
  li.dropdown.open
  ul.dropdown-menu
  > li.active
  > a:focus,
.navbar-default
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  > li.active
  > a:hover,
.navbar-default
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  > li.active
  > a:active,
.navbar-default
  ul.navbar-nav
  li.dropdown
  ul.dropdown-menu
  > li.active
  > a:focus {
  color: #fff;
  background-color: shade(#b16e3e, 15%);
}

.navbar-default ul.navbar-nav .btn-join {
  border-radius: 0;
}

.navbar-default ul.navbar-nav .btn-join:hover,
.navbar-default ul.navbar-nav .btn-join:focus,
.navbar-default ul.navbar-nav .btn-join:active {
  background-color: #fff;
  color: #00935e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vis-md {
  display: none;
}

@media (max-width: 768px) {
  .navbar-nav .logo-menu {
    display: none !important;
  }
  .joinourtalentnetwork {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .top-navbar .navbar-brand-top {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .top-navbar .navbar-brand-top .navbar-brand-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-navbar .navbar-brand-top .navbar-brand-row .logo-top {
    text-align: left;
  }
  .top-navbar .navbar-brand-top .navbar-brand-row .logo-top img {
    margin: initial;
  }
  .top-navbar .navbar-brand-top .navbar-brand-row .join-top {
    text-align: right;
  }
  .navbar-default {
    height: auto;
    background-color: #fff;
  }
  .navbar-default .navbar-header {
    float: none;
    background-color: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    max-width: none;
    margin: 0px;
    display: none;
  }
  .navbar-default .navbar-collapse {
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
  .navbar-default ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-default ul.navbar-nav .btn-join {
    line-height: 1.9;
    background-color: #00935e;
    font-size: 14px;
  }
  .navbar-default ul.navbar-nav .btn-join:focus,
  .navbar-default ul.navbar-nav .btn-join:active {
    padding: 10px 21.24px;
  }
  .navbar-default ul.navbar-nav li a,
  .navbar-default ul.navbar-nav .open ul.dropdown-menu > li > a,
  .navbar-default ul.navbar-nav ul.dropdown-menu > li > a {
    color: #707070;
    padding: 10px 9.24px;
    word-break: normal;
    white-space: nowrap;
  }
  .navbar-default ul.navbar-nav li a:hover,
  .navbar-default ul.navbar-nav li a:active,
  .navbar-default ul.navbar-nav li a:focus,
  .navbar-default ul.navbar-nav .open ul.dropdown-menu > li > a:hover,
  .navbar-default ul.navbar-nav .open ul.dropdown-menu > li > a:active,
  .navbar-default ul.navbar-nav .open ul.dropdown-menu > li > a:focus,
  .navbar-default ul.navbar-nav ul.dropdown-menu > li > a:hover,
  .navbar-default ul.navbar-nav ul.dropdown-menu > li > a:active,
  .navbar-default ul.navbar-nav ul.dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
    text-decoration: none;
  }
  .navbar-default ul.navbar-nav li.active > a {
    color: #000;
    background-color: transparent;
  }
  .navbar-default ul.navbar-nav li.active > a:hover,
  .navbar-default ul.navbar-nav li.active > a:active,
  .navbar-default ul.navbar-nav li.active > a:focus {
    background-color: transparent;
    color: shade(#000, 15%);
  }
  .navbar-default ul.navbar-nav li.dropdown.open > a {
    color: #00935e;
    background-color: transparent;
  }

  .navbar-default ul.navbar-nav li.dropdown > a:after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #7e7e7c;
    display: block;
    -webkit-transition: width 500ms;
    transition: width 500ms;
    position: absolute;
    bottom: -2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar-default ul.navbar-nav li.dropdown.open > a:after {
    content: "";
    height: 2px;
    width: 65%;
    background-color: #00935e;
    display: block;
  }

 /* .navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu, .navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu {
    bottom: -84px; 
} */

  
  .navbar-default ul.navbar-nav li.dropdown.open
  .navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu,
  .navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu {
    text-align: left;
    width: 134%;
    border: none;
    border-radius: 0px;
    margin-top: 0px;
  }
  .navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li,
  .navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li {
    border: none;
  }
  .navbar-default ul.navbar-nav li.dropdown.open ul.dropdown-menu > li > a,
  .navbar-default ul.navbar-nav li.dropdown ul.dropdown-menu > li > a {
    color: #fff;
    display: block;
    text-align: left;
    word-break: break-word;
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .navbar-default ul.navbar-nav li a,
  .navbar-default ul.navbar-nav .open ul.dropdown-menu > li > a,
  .navbar-default ul.navbar-nav ul.dropdown-menu > li > a {
    padding: 10px 21.24px;
  }
}

@media (min-width: 1200px) {
  .navbar-default .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    position: relative;
  }
  .navbar-default .flex-container .navbar-header {
    position: absolute;
    left: 0.6em;
    top: -4em;
  }
  .navbar-default .navbar-collapse {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar-default .navbar-header {
    float: left;
  }
  .navbar-default ul.navbar-nav {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .navbar-default ul.navbar-nav {
    padding: 1em;
    padding-bottom: 2.5em;
  }
  .navbar-default ul.navbar-nav .btn.btn-join {
    border-radius: 5px;
  }
}

.navbar-default ul.navbar-nav li .btn-talent-network {
  color: #00935e;
  font-weight: bold;
}

.navbar-default ul.navbar-nav li a {
  font-weight: bold;
}

@media (max-width: 880px) and (min-width: 768px) {
  .navbar-nav .logo-menu {
    display: none !important;
  }
  .navbar-brand,
  .vis-md {
    display: block;
  }
}

.navbar-1 {
  background-color: #fff;
  visibility: hidden;
}

.navbar-1 li a {
  color: #7e7e7c !important;
  font-size: 14px !important;
  font-weight: 600;
}

@media (min-width: 768px) {
  .dropdown-full:hover .dropdown-menu,
  .dropdown-full:focus .dropdown-menu,
  .dropdown-full:active .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .full-dropdown > li.dropdown {
    position: static;
  }
  .full-dropdown > li > a {
    border-bottom: 3px solid #fff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
  }
  .full-dropdown > li > a:hover {
    border-bottom: 3px solid #00935e;
  }
  .full-dropdown > li.dropdown.open .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .dropdown-menu {
    top: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}

@media (min-width: 768px) {
  .properties-nav__column {
    padding: 20px 100px 40px 0;
  }
  .properties-nav__column .sub-nav__list {
    list-style: none;
    padding: 0;
    margin: 1.8em 0;
  }
  .tn-nav a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tn-nav a::after {
    content: "";
    height: 2px;
    width: 0;
    background-color: #7e7e7c;
    display: block;
    -webkit-transition: width 500ms;
    transition: width 500ms;
    position: absolute;
    bottom: -2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tn-nav:hover a::after {
    content: "";
    height: 2px;
    width: 65%;
    background-color: #00935e;
    display: block;
  }
  .tn-nav a:hover,
  .tn-nav a:focus,
  .tn-nav a:active {
    color: #00935e !important;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  .properties-nav__column {
    padding: 20px 50px 40px 0;
  }
  .dropdown-full:hover .dropdown-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.sub-nav__list {
  list-style: none;
  padding-left: 0;
}

.sub-nav__list .sub-nav__link {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
}

.sub-nav__list .sub-nav__link--bold {
  font-size: 14px !important;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.dropdown-menu,
.dropdown-menu.sub-nav__list {
  background-color: #707070 !important;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #707070;
}

@media (min-width: 768px) {
  .no-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-1 {
    display: none !important;
  }
}

.navbar-1 #navbar li {
  font-size: 14px !important;
}

.dropdown.open a .caret {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.btn-search {
  display: none;
  color: #7e7e7c;
  font-size: 1.3em;
  position: absolute;
  top: calc(50% - 17.5px);
  bottom: auto;
  right: 3em;
  left: auto;
  margin: 0px;
  padding: 5px;
}

@media (min-width: 767px) {
  .btn-search {
    display: none !important;
  }
}

footer {
  background-color: #707070;
}

footer .text-center p,
footer .text-center #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy footer .text-center p,
footer .text-center #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList footer .text-center p,
footer .text-center h4 {
  color: #fff;
}

footer .text-center h4 {
  font-weight: 300;
  font-size: 25px;
}

footer .text-center p,
footer .text-center #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy footer .text-center p,
footer .text-center #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList footer .text-center p {
  font-size: 14px;
  font-weight: 500;
}

footer .social-footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
  list-style: none;
}

footer .social-footer li {
  margin: 0 0.3em;
  font-size: 2.3em;
 /* background-color: #fff;*/
  width: 1.5em;
  border-radius: 50%;
  height: 1.5em;
  line-height: 1.6;
}

footer .social-footer li a {
  color: #707070;
}

footer .social-footer li:hover a {
  color: #003b4c;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

footer .nav-footer {
  background-color: #00935e;
  padding: 1em 0;
}

footer .nav-footer ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

footer .nav-footer ul li {
  margin: 0 0.5em;
  font-size: 16px;
}

footer .nav-footer ul li a {
  color: #fff;
}

footer .nav-footer ul li:after {
  content: "|";
  margin-left: 1em;
  color: #fff;
  font-weight: 500;
}

footer .nav-footer ul li:last-child:after {
  content: "";
}

@media (max-width: 768px) {
  footer .nav-footer ul {
    display: block;
  }
  footer .nav-footer ul li:after {
    content: "";
    margin-left: 1em;
    color: #fff;
    font-weight: 500;
  }
}

footer .text-footer {
  background-color: #fff;
}

footer .text-footer p,
footer .text-footer #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy footer .text-footer p,
footer .text-footer #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList footer .text-footer p {
  font-size: 11px;
  color: #707070;
  line-height: 2.4;
}

.not-ready-footer {
  padding-top: 2.5em;
  padding-bottom: 4em;
}

.not-ready-footer p,
.not-ready-footer #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .not-ready-footer p,
.not-ready-footer #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .not-ready-footer p {
  line-height: 1.7;
}

.not-ready-footer .body-text__cta {
  font-size: 14px;
  font-weight: bold;
  background: #707070;
  border: 2px solid #f5f5f5;
}

.not-ready-footer .body-text__cta:hover,
.not-ready-footer .body-text__cta:focus,
.not-ready-footer .body-text__cta:active {
  background-color: #fff !important;
  color: #707070 !important;
}

.footer-bottom {
  background-color: #707070;
}

.footer-bottom p,
.footer-bottom #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .footer-bottom p,
.footer-bottom #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .footer-bottom p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}

.footer-bottom .text-center {
  padding: 1.094em 0;
}

.btn-join,
.btn-join.active.focus,
.btn-join.active:focus,
.btn-join.active:hover,
.btn-join.focus:active,
.btn-join:active:focus,
.btn-join:active:hover {
  background-color: #b16e3e;
  color: #fff;
  padding: 6.5px 15px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  position: relative;
}

.btn-join:hover,
.btn-join.active:hover,
.btn-join:hover:active,
.btn-join:active,
.btn-join.focus:active,
.btn-join:active:focus,
.btn-join:active:hover,
.btn-join:focus,
.btn-join.active:focus,
.btn-join:focus:active {
  color: #fff;
  background-color: shade(#b16e3e, 15%);
  text-decoration: none;
}

.primary-button,
.btn-default,
.btn-general {
  background-color: #b16e3e;
  color: #fff;
  padding: 6.5px 15px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.primary-button:hover,
.primary-button:active,
.primary-button:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-general:hover,
.btn-general:active,
.btn-general:focus {
  color: #fff;
  background-color: shade(#b16e3e, 15%);
  text-decoration: none;
}

.primary-button.active.focus,
.primary-button.active:focus,
.primary-button.active:hover,
.primary-button:active.focus,
.primary-button:active:focus,
.primary-button:active:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-general.active.focus,
.btn-general.active:focus,
.btn-general.active:hover,
.btn-general:active.focus,
.btn-general:active:focus,
.btn-general:active:hover {
  background-color: #b16e3e;
  color: #fff;
  padding: 6.5px 15px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.primary-button.active.focus:hover,
.primary-button.active.focus:active,
.primary-button.active.focus:focus,
.primary-button.active:focus:hover,
.primary-button.active:focus:active,
.primary-button.active:focus:focus,
.primary-button.active:hover:hover,
.primary-button.active:hover:active,
.primary-button.active:hover:focus,
.primary-button:active.focus:hover,
.primary-button:active.focus:active,
.primary-button:active.focus:focus,
.primary-button:active:focus:hover,
.primary-button:active:focus:active,
.primary-button:active:focus:focus,
.primary-button:active:hover:hover,
.primary-button:active:hover:active,
.primary-button:active:hover:focus,
.btn-default.active.focus:hover,
.btn-default.active.focus:active,
.btn-default.active.focus:focus,
.btn-default.active:focus:hover,
.btn-default.active:focus:active,
.btn-default.active:focus:focus,
.btn-default.active:hover:hover,
.btn-default.active:hover:active,
.btn-default.active:hover:focus,
.btn-default:active.focus:hover,
.btn-default:active.focus:active,
.btn-default:active.focus:focus,
.btn-default:active:focus:hover,
.btn-default:active:focus:active,
.btn-default:active:focus:focus,
.btn-default:active:hover:hover,
.btn-default:active:hover:active,
.btn-default:active:hover:focus,
.btn-general.active.focus:hover,
.btn-general.active.focus:active,
.btn-general.active.focus:focus,
.btn-general.active:focus:hover,
.btn-general.active:focus:active,
.btn-general.active:focus:focus,
.btn-general.active:hover:hover,
.btn-general.active:hover:active,
.btn-general.active:hover:focus,
.btn-general:active.focus:hover,
.btn-general:active.focus:active,
.btn-general:active.focus:focus,
.btn-general:active:focus:hover,
.btn-general:active:focus:active,
.btn-general:active:focus:focus,
.btn-general:active:hover:hover,
.btn-general:active:hover:active,
.btn-general:active:hover:focus {
  color: #fff;
  background-color: shade(#b16e3e, 15%);
  text-decoration: none;
}

.btn-join,
.btn-join.active.focus,
.btn-join.active:focus,
.btn-join.active:hover,
.btn-join.focus:active,
.btn-join:active:focus,
.btn-join:active:hover {
  background-color: #00935e;
  color: #fff !important;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.custom-carousel {
  background-color: #f5f5f5;
}

.custom-carousel .indicators-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  top: auto;
  width: 100%;
  margin: 0 auto;
}

.custom-carousel .indicators-container .carousel-indicators {
  left: 0px;
  right: 0px;
  text-align: center;
  width: auto;
  margin: 0px 15px;
  bottom: 0px;
}

.custom-carousel .indicators-container .carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #00935e;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-carousel .indicators-container .carousel-indicators li:hover,
.custom-carousel .indicators-container .carousel-indicators li:active,
.custom-carousel .indicators-container .carousel-indicators li:focus {
  background-color: rgba(227, 114, 34, 0.5);
}

.custom-carousel .indicators-container .carousel-indicators .active,
.custom-carousel .indicators-container .carousel-indicators .active:hover,
.custom-carousel .indicators-container .carousel-indicators .active:active,
.custom-carousel .indicators-container .carousel-indicators .active:focus {
  background-color: #00935e;
  border: 1px solid #00935e;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .custom-carousel .indicators-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .custom-carousel .indicators-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .custom-carousel .indicators-container {
    width: 1170px;
  }
}

.social-items {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-items li {
  padding-left: 5px;
  padding-right: 5px;
}

.social-items li:first-child {
  padding-left: 0px;
}

.social-items li:last-child {
  padding-right: 0px;
}

.custom-social {
  font-size: 24px;
  color: #fff;
  background-color: #00935e;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  border: 1px solid #b16e3e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-social:hover,
.custom-social:active,
.custom-social:focus {
  color: #fff;
  background-color: #b16e3e;
  text-decoration: none;
}

.facebook-icon:hover,
.facebook-icon:active,
.facebook-icon:focus {
  color: #fff;
  background: #3d5b9b;
  border: 1px solid #3d5b9b;
}

.twitter-icon:hover,
.twitter-icon:active,
.twitter-icon:focus {
  color: #fff;
  background: #61a9db;
  border: 1px solid #61a9db;
}

.linkedin-icon:hover,
.linkedin-icon:active,
.linkedin-icon:focus {
  color: #fff;
  background: #0e76b5;
  border: 1px solid #0e76b5;
}

.youtube-icon:hover,
.youtube-icon:active,
.youtube-icon:focus {
  color: #fff;
  background: #e52e2a;
  border: 1px solid #e52e2a;
}

.instagram-icon:hover,
.instagram-icon:active,
.instagram-icon:focus {
  color: #fff;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border: 1px solid #fd5949;
}

.pinterest-icon:hover,
.pinterest-icon:active,
.pinterest-icon:focus {
  color: #fff;
  background: #cb2027;
  border: 1px solid #cb2027;
}

.rss-icon:hover,
.rss-icon:active,
.rss-icon:focus {
  color: #fff;
  background: linear-gradient(135deg, #ff4d03 20%, #ffb67c 40%, #ff4d03 100%);
  border: 1px solid #ff4d03;
}

.glassdoor-icon:hover,
.glassdoor-icon:active,
.glassdoor-icon:focus {
  color: #fff;
  background: #7cb229;
  border: 1px solid #7cb229;
}

.search-mobile,
.search-desktop-home,
.search-desktop,
#search-widget {
  background-color: #00935e;
}

.search-mobile h2,
.search-desktop-home h2,
.search-desktop h2,
#search-widget h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.search-mobile .search-box,
.search-desktop-home .search-box,
.search-desktop .search-box,
#search-widget .search-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-mobile #search-bar,
.search-desktop-home #search-bar,
.search-desktop #search-bar,
#search-widget #search-bar {
  max-width: 480px;
  margin: 0 auto;
}

.search-mobile #search-bar .search-bar-element,
.search-desktop-home #search-bar .search-bar-element,
.search-desktop #search-bar .search-bar-element,
#search-widget #search-bar .search-bar-element {
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}

.search-mobile #search-bar .search-bar-element input,
.search-desktop-home #search-bar .search-bar-element input,
.search-desktop #search-bar .search-bar-element input,
#search-widget #search-bar .search-bar-element input {
  font-size: 16px;
  color: #00935e;
  height: 63px;
  border: 2px solid #00935e;
  border-radius: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .search-mobile #search-bar .search-bar-element input,
  .search-desktop-home #search-bar .search-bar-element input,
  .search-desktop #search-bar .search-bar-element input,
  #search-widget #search-bar .search-bar-element input {
    max-width: 360px;
  }
}

.search-mobile #search-bar .search-bar-element input::-webkit-input-placeholder,
.search-desktop-home
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder,
.search-desktop
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder,
#search-widget
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder {
  color: #222222;
}

.search-mobile #search-bar .search-bar-element input:-moz-placeholder,
.search-desktop-home #search-bar .search-bar-element input:-moz-placeholder,
.search-desktop #search-bar .search-bar-element input:-moz-placeholder,
#search-widget #search-bar .search-bar-element input:-moz-placeholder {
  color: #222222;
}

.search-mobile #search-bar .search-bar-element input::-moz-placeholder,
.search-desktop-home #search-bar .search-bar-element input::-moz-placeholder,
.search-desktop #search-bar .search-bar-element input::-moz-placeholder,
#search-widget #search-bar .search-bar-element input::-moz-placeholder {
  color: #222222;
}

.search-mobile #search-bar .search-bar-element input:-ms-input-placeholder,
.search-desktop-home
  #search-bar
  .search-bar-element
  input:-ms-input-placeholder,
.search-desktop #search-bar .search-bar-element input:-ms-input-placeholder,
#search-widget #search-bar .search-bar-element input:-ms-input-placeholder {
  color: #222222;
}

.search-mobile #search-bar .search-bar-element input::-ms-clear,
.search-desktop-home #search-bar .search-bar-element input::-ms-clear,
.search-desktop #search-bar .search-bar-element input::-ms-clear,
#search-widget #search-bar .search-bar-element input::-ms-clear {
  display: none;
}

.search-mobile #search-bar .search-bar-element input::-webkit-input-placeholder,
.search-desktop-home
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder,
.search-desktop
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder,
#search-widget
  #search-bar
  .search-bar-element
  input::-webkit-input-placeholder {
  color: #00935e !important;
}

.search-mobile #search-bar .search-bar-element input:-ms-input-placeholder,
.search-desktop-home
  #search-bar
  .search-bar-element
  input:-ms-input-placeholder,
.search-desktop #search-bar .search-bar-element input:-ms-input-placeholder,
#search-widget #search-bar .search-bar-element input:-ms-input-placeholder {
  color: #00935e !important;
}

.search-mobile #search-bar .search-bar-element input::-ms-input-placeholder,
.search-desktop-home
  #search-bar
  .search-bar-element
  input::-ms-input-placeholder,
.search-desktop #search-bar .search-bar-element input::-ms-input-placeholder,
#search-widget #search-bar .search-bar-element input::-ms-input-placeholder {
  color: #00935e !important;
}

.search-mobile #search-bar .search-bar-element input::placeholder,
.search-desktop-home #search-bar .search-bar-element input::placeholder,
.search-desktop #search-bar .search-bar-element input::placeholder,
#search-widget #search-bar .search-bar-element input::placeholder {
  color: #00935e !important;
}

.search-mobile
  #search-bar
  .search-bar-element.search-widget-container
  .search-btn,
.search-desktop-home
  #search-bar
  .search-bar-element.search-widget-container
  .search-btn,
.search-desktop
  #search-bar
  .search-bar-element.search-widget-container
  .search-btn,
#search-widget
  #search-bar
  .search-bar-element.search-widget-container
  .search-btn {
  display: block;
  text-transform: none;
  color: #fff;
  max-width: 165px;
  border-radius: 3px;
  border-color: #fff;
}

.search-mobile #search-bar .view-all-jobs,
.search-desktop-home #search-bar .view-all-jobs,
.search-desktop #search-bar .view-all-jobs,
#search-widget #search-bar .view-all-jobs {
  font-size: 16px;
}

.search-mobile .link-center,
.search-desktop-home .link-center,
.search-desktop .link-center,
#search-widget .link-center {
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding-top: 25px !important;
}

.search-mobile .link-center .view-all-jobs,
.search-desktop-home .link-center .view-all-jobs,
.search-desktop .link-center .view-all-jobs,
#search-widget .link-center .view-all-jobs {
  font-size: 16px;
}

.search-mobile .link-center .view-all-jobs,
.search-desktop-home .link-center .view-all-jobs,
.search-desktop .link-center .view-all-jobs,
#search-widget .link-center .view-all-jobs {
  color: #fff;
}

#search-widget {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

@media (min-width: 768px) {
  .search-mobile,
  .search-desktop-home,
  .search-desktop,
  #search-widget {
    float: none;
    padding: 0px;
    background-size: cover;
  }
  .search-desktop-home h2,
  .search-desktop h2,
  #search-widget h2 {
    text-align: left;
  }
  .search-desktop-home .search-box,
  .search-desktop .search-box,
  #search-widget .search-box {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .search-desktop-home .search-box .search-box-content,
  .search-desktop .search-box .search-box-content,
  #search-widget .search-box .search-box-content {
    padding: 30px 0px;
  }
  .search-desktop-home #search-bar,
  .search-desktop #search-bar,
  #search-widget #search-bar {
    max-width: none;
    /* display: table; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-desktop-home #search-bar .search-bar-element,
  .search-desktop #search-bar .search-bar-element,
  #search-widget #search-bar .search-bar-element {
    padding: 0px;
  }
  .search-desktop-home #search-bar .search-bar-element label,
  .search-desktop #search-bar .search-bar-element label,
  #search-widget #search-bar .search-bar-element label {
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
  }
  .search-desktop-home #search-bar .search-bar-element input,
  .search-desktop #search-bar .search-bar-element input,
  #search-widget #search-bar .search-bar-element input {
    text-align: left;
  }
  .search-desktop-home #search-bar .search-bar-element.search-widget-container,
  .search-desktop #search-bar .search-bar-element.search-widget-container,
  #search-widget #search-bar .search-bar-element.search-widget-container {
    padding-right: 0px;
  }
  .search-desktop-home
    #search-bar
    .search-bar-element.search-widget-container
    .search-btn,
  .search-desktop
    #search-bar
    .search-bar-element.search-widget-container
    .search-btn,
  #search-widget
    #search-bar
    .search-bar-element.search-widget-container
    .search-btn {
    width: 170px;
  }
  .search-desktop-home .link-center,
  .search-desktop .link-center,
  #search-widget .link-center {
    padding-top: 15px;
  }
  .search-desktop,
  #search-widget {
    background-color: #fff;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .search-desktop h2,
  #search-widget h2 {
    color: #fff;
    text-align: left;
  }
  .search-desktop .search-box .container .row,
  #search-widget .search-box .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-desktop #search-bar .search-bar-element input,
  #search-widget #search-bar .search-bar-element input {
    max-width: 359px;
    border-radius: 3px;
  }
  #search-widget {
    padding: 20px 15px 30px;
  }
  #search-widget #search-bar {
    max-width: 1140px;
  }
}

.search-btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #00935e;
  padding: 0;
  line-height: 3.4;
  text-transform: uppercase !important;
  font-size: 16px;
  border-radius: 0 !important;
}

.search-btn:hover,
.search-btn:active,
.search-btn:focus {
  background-color: shade(#b16e3e, 15%);
}

.search-btn:hover,
.search-btn:focus,
.search-btn:active {
  background-color: #fff !important;
  color: #00935e !important;
  border: 1px solid #00935e !important;
  padding: 0 !important;
  line-height: 3.4 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

@media (max-width: 768px) {
  #primary-search-button.search-btn {
    max-width: 100% !important;
    width: 50%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  #search-bar {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #search-bar .search-bar-element {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #search-bar .search-bar-element .label-text {
    margin: 0 1.5em;
    font-size: 16px;
  }
  #search-bar .search-widget-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 2em;
  }
  #search-bar .search-widget-container .search-btn {
    margin: 0;
  }
  #search-bar .search-bar-element.search-bar-location-field label {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #search-bar {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .careerstabs .list-careers-content > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.search-desktop {
  background-color: #fff;
}

.home-banner {
  background: url("^media_src_banner-002.jpg^") #fff no-repeat center center;
  background-size: cover;
  height: 241px;
  position: relative;
}

@media (min-width: 768px) {
  .home-banner {
    background-image: url("^media_src_banner-002.jpg^");
    background-size: cover;
    height: 241px;
  }
}

.welcometoprofessional {
  background: url(../../img/backgroundHome.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}

.welcometoprofessional .textwelcome {
  text-align: center;
}

.welcometoprofessional .textwelcome h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.welcometoprofessional .textwelcome p,
.welcometoprofessional .textwelcome #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .welcometoprofessional .textwelcome p,
.welcometoprofessional .textwelcome #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .welcometoprofessional .textwelcome p {
  color: #05055e;
}

.employeebenefits {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .employeebenefits > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.employeebenefits h3,
.employeebenefits a,
.employeebenefits ul {
  text-align: center;
}

.employeebenefits p,
.employeebenefits #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .employeebenefits p,
.employeebenefits #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .employeebenefits p {
  color: #666666;
  font-size: 18;
  font-weight: 300;
}

.employeebenefits a {
  text-transform: capitalize;
}

.employeebenefits .primary-button {
  margin: auto;
}

.employeebenefits ul {
  padding: 0;
  list-style: none;
}

.employeebenefits .contentbutton {
  text-align: center;
}

.employeebenefits .resources {
  background-color: #00935e;
}

.employeebenefits .resources h3,
.employeebenefits .resources a {
  color: #fff;
  font-size: 18px;
}

.employeebenefits .resources h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.employeebenefits .resources a {
  font-weight: 300;
}

.employeebenefits li {
  margin: 2em 0;
}

.notready {
  background: url(../../img/NotReadyToApply.png) center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.notready h3 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 600;
}

.notready p,
.notready #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .notready p,
.notready #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .notready p {
  margin: 1em 0 1.5em;
  font-size: 18px;
  color: #05055e;
}

@media (min-width: 768px) {
  .notready .row:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .notready .joinourtalentnetwork {
    text-align: right;
  }
}

.notready #primary-search-button {
  background-color: #fff;
  text-transform: capitalize;
  display: inline-block;
}

.notready #primary-search-button:hover,
.notready #primary-search-button:focus,
.notready #primary-search-button:active {
  color: #b38c00 !important;
  border: 2px solid #b38c00;
  outline: none !important;
}

.contentbutton #primary-search-button:hover,
.contentbutton #primary-search-button:focus,
.contentbutton #primary-search-button:active {
  color: #b38c00 !important;
  border: 2px solid #b38c00;
  outline: none !important;
  background-color: transparent;
}

.footer {
  background-color: #7e7e7c;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 768px) {
  .footer .content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer ul {
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .certified ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .certified ul li {
  margin: 0 1em 0 0;
}

.footer .footer-right li {
  margin: 0 0.5em;
}

.footer .footer-right li a {
  color: #fff;
}

@media (min-width: 768px) {
  .footer .footer-right {
    text-align: right;
  }
}

.footer .footer-right li:nth-child(3) {
  margin: 0 0 0 0.5em;
}

.footer .social-list {
  font-size: 2em;
}

@media (max-width: 768px) {
  .footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .footer .certified ul {
    display: block;
  }
  .footer .certified ul li {
    margin: 1em 0;
  }
}

.careerstabs {
  padding-top: 3em;
}

.careerstabs .d-flex.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 468px) {
  .careerstabs .d-flex.align-items-center {
    display: block;
    text-align: center;
  }
  .careerstabs .d-flex.align-items-center h3 {
    margin-bottom: 1em;
  }
}

.careerstabs .tabscareers {
  list-style: none;
  padding-left: 0;
}

.careerstabs .tabscareers li {
  color: #7e7e7c;
  position: relative;
}

.careerstabs .tabscareers li a {
  display: block;
  width: 100%;
  color: #7e7e7c;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: none;
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.careerstabs .tabscareers li.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 2px;
  width: 11px;
  height: 11px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #707070 #707070;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.careerstabs h3 {
  font-weight: 400;
  color: #7e7e7c;
  font-size: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.careerstabs h3 a {
  color: #7e7e7c;
}

.careerstabs h3 a:hover,
.careerstabs h3 a:focus,
.careerstabs h3 a:active {
  text-decoration: none;
}

.careerstabs h3.title-collapses {
  font-size: 25px;
}

@media (min-width: 768px) {
  .careerstabs .list-careers-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.careerstabs .list-tabs-careers {
  background-color: #fff;
  padding: 30.5px;
  height: 100%;
}

@media (min-width: 1200px) {
  .careerstabs .list-tabs-careers {
    padding-right: 1em;
  }
}

.careerstabs .tab-content {
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 49px;
}

.careerstabs .tab-content h3 {
  margin-top: 0;
  font-size: 22px;
}

@media (max-width: 400px) {
  .careerstabs .tab-content {
    padding: 10px;
  }
}

.careerstabs .content-tabs {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .careerstabs .content-tabs {
    margin-left: 20px;
  }
}

.careerstabs .section-heading {
  margin-top: 1em;
  margin-bottom: 3em;
}

.careerstabs .section-heading h3 {
  margin: 0;
  line-height: 0.7;
}

.careerstabs .section-heading .d-flex.align-items-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.careerstabs .panel-heading {
  background-color: transparent;
}

.careerstabs .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.careerstabs .panel-group .panel + .panel {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  border-radius: 0;
  padding-top: 2em;
  padding-bottom: 1em;
}

.careerstabs .title-collapses {
  position: relative;
}

.careerstabs .title-collapses .faq__expand-cta {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.careerstabs .title-collapses .faq__expand-cta:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #707070 #707070;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-transform: rotate(-45deg);
  transform: rotate(135deg);
}

.careerstabs .title-collapses .collapsed .faq__expand-cta:after {
  top: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(-45deg);
}

.careerstabs .body-content-tabs li {
  color: #7e7e7c;
}

.careerstabs .body-content-tabs p,
.careerstabs .body-content-tabs #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .careerstabs .body-content-tabs p,
.careerstabs .body-content-tabs #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .careerstabs .body-content-tabs p {
  color: #7e7e7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.careerstabs .body-content-tabs p strong,
.careerstabs .body-content-tabs #cb-legal-content-block #cookiesPolicy p strong,
#cb-legal-content-block #cookiesPolicy .careerstabs .body-content-tabs p strong,
.careerstabs .body-content-tabs #cb-legal-content-block #cookiesList p strong,
#cb-legal-content-block #cookiesList .careerstabs .body-content-tabs p strong {
  color: #707070;
}

.section-video {
  margin-top: 3em;
  padding-bottom: 2.5em;
}

@media (min-width: 768px) {
  .content-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .content-video .video-fluid {
    min-height: 346px;
  }
}

.content-video .meetfamily {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2.1em;
}

@media (max-width: 768px) {
  .content-video .meetfamily {
    padding-bottom: 2.5em;
  }
}

.content-video .meetfamily h4 {
  font-size: 25px;
  font-weight: 400;
  color: #7e7e7c;
  margin-bottom: 1em;
}

.content-video .meetfamily p,
.content-video .meetfamily #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .content-video .meetfamily p,
.content-video .meetfamily #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .content-video .meetfamily p {
  color: #7e7e7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.content-video .meetfamily a {
  color: #00935e;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .content-video .video-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.body-text__cta {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #00935e;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  vertical-align: top;
  outline: none;
}

@media (min-width: 768px) {
  .body-text__cta {
    min-width: 211px;
  }
}

/**/
/**/
.internals-section,
.legal-page-background {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 0px;
  padding-bottom: 50px;
}

.internals-buttons,
#join-entire-page-content #join-button-mobile,
#join-entire-page-content #join-button,
#join-entire-page-content #jfi-apply,
#jfi-modal-dialog #join-button-mobile,
#jfi-modal-dialog #join-button,
#jfi-modal-dialog #jfi-apply,
.jfi-success-container #join-button-mobile,
.jfi-success-container #join-button,
.jfi-success-container #jfi-apply,
#job-results .primary-button.search-jobs-button-404,
#edit-preference-view #edit-preference-form #edit-preference-update-btn,
#subscription-save-btn,
#subscription-form #subscription-save-btn,
.jrp-pagination-row .mobile-pagination .next-mobile-page,
.jrp-pagination-row .mobile-pagination .previous-mobile-page,
#jdp-apply-button-top,
#jdp-apply-button-bottom,
#jdp-apply-button-top-mobile,
#jdp-apply-button-bottom-mobile {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  max-width: 250px;
  white-space: normal;
}

.internals-titles,
.error-card h1,
#join-entire-page-content .join-form-header,
#jfi-modal-dialog .join-form-header,
.jfi-success-container .join-form-header,
#cb-legal-content-block h1,
#cb-legal-content-block #cookiesPolicy h2,
#cb-legal-content-block #cookiesList h2,
#cb-legal-content-block #cookiesPolicy h3,
#cb-legal-content-block #cookiesList h3,
#browse-by-container #browse-by-header,
#browse-by-container #browse-by-header p,
#after-apply-thank-you-header,
#subscription-title,
.search-results-title,
.jdp-title-inner-container .jdp-title-block-position .jdp-job-title {
  text-transform: uppercase;
  color: #7e7e7c !important;
  font-size: 24px !important;
  margin-top: 0px !important;
  padding-bottom: 15px !important;
  text-align: center;
}

/**/
/**/
.search-bar-element.search-field-container.search-location-field,
.formly-field-googleAutocomplete {
  position: relative;
}

.search-bar-element.search-field-container.search-location-field #suggestions,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form,
.formly-field-googleAutocomplete #suggestions,
.formly-field-googleAutocomplete #suggestions-join-form {
  position: absolute;
  right: 0px !important;
  width: 100% !important;
  z-index: 100 !important;
  list-style: none !important;
}

@media (min-width: 768px) {
  .search-bar-element.search-field-container.search-location-field #suggestions,
  .search-bar-element.search-field-container.search-location-field
    #suggestions-join-form,
  .formly-field-googleAutocomplete #suggestions,
  .formly-field-googleAutocomplete #suggestions-join-form {
    left: 3px !important;
    top: 83px;
  }
}

@media (min-width: 992px) {
  .search-bar-element.search-field-container.search-location-field #suggestions,
  .search-bar-element.search-field-container.search-location-field
    #suggestions-join-form,
  .formly-field-googleAutocomplete #suggestions,
  .formly-field-googleAutocomplete #suggestions-join-form {
    left: 120px !important;
    top: 56px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .search-bar-element.search-field-container.search-location-field #suggestions,
  .search-bar-element.search-field-container.search-location-field
    #suggestions-join-form,
  .formly-field-googleAutocomplete #suggestions,
  .formly-field-googleAutocomplete #suggestions-join-form {
    max-width: 260px;
  }
}

@media (min-width: 1200px) {
  .search-bar-element.search-field-container.search-location-field #suggestions,
  .search-bar-element.search-field-container.search-location-field
    #suggestions-join-form,
  .formly-field-googleAutocomplete #suggestions,
  .formly-field-googleAutocomplete #suggestions-join-form {
    max-width: 360px;
  }
}

.search-bar-element.search-field-container.search-location-field
  #suggestions
  .list-group-item,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  .list-group-item,
.formly-field-googleAutocomplete #suggestions .list-group-item,
.formly-field-googleAutocomplete #suggestions-join-form .list-group-item {
  color: #222222;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.search-bar-element.search-field-container.search-location-field
  #suggestions
  .list-group-item:first-child,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  .list-group-item:first-child,
.formly-field-googleAutocomplete #suggestions .list-group-item:first-child,
.formly-field-googleAutocomplete
  #suggestions-join-form
  .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.search-bar-element.search-field-container.search-location-field
  #suggestions
  .list-group-item.active,
.search-bar-element.search-field-container.search-location-field
  #suggestions
  .list-group-item.active:focus,
.search-bar-element.search-field-container.search-location-field
  #suggestions
  .list-group-item.active:hover,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  .list-group-item.active,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  .list-group-item.active:focus,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  .list-group-item.active:hover,
.formly-field-googleAutocomplete #suggestions .list-group-item.active,
.formly-field-googleAutocomplete #suggestions .list-group-item.active:focus,
.formly-field-googleAutocomplete #suggestions .list-group-item.active:hover,
.formly-field-googleAutocomplete #suggestions-join-form .list-group-item.active,
.formly-field-googleAutocomplete
  #suggestions-join-form
  .list-group-item.active:focus,
.formly-field-googleAutocomplete
  #suggestions-join-form
  .list-group-item.active:hover {
  color: #fff;
  background-color: #707070;
  border: 1px solid #707070;
}

.search-bar-element.search-field-container.search-location-field
  #suggestions
  li.autocompletefooter,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  li.autocompletefooter,
.formly-field-googleAutocomplete #suggestions li.autocompletefooter,
.formly-field-googleAutocomplete #suggestions-join-form li.autocompletefooter {
  height: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-bar-element.search-field-container.search-location-field
  #suggestions
  li.autocompletefooter
  img,
.search-bar-element.search-field-container.search-location-field
  #suggestions-join-form
  li.autocompletefooter
  img,
.formly-field-googleAutocomplete #suggestions li.autocompletefooter img,
.formly-field-googleAutocomplete
  #suggestions-join-form
  li.autocompletefooter
  img {
  width: 120px;
  margin: 0px;
  margin-top: 5px;
  margin-right: 20px;
}

/**/
/**/
.error-card {
  background-color: #eee;
  padding: 30px;
  margin: 30px 0px;
  text-align: center;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.error-card i {
  font-size: 60px;
  color: #7e7e7c;
}

.error-card h1 {
  margin-top: 20px;
  padding-bottom: 0px !important;
}

.error-card h1,
.error-card h2 {
  color: #00935e;
}

/**/
/**/
#join-entire-page-content .row,
#jfi-modal-dialog .row,
.jfi-success-container .row {
  margin-left: 0px;
  margin-right: 0px;
}

#join-entire-page-content .formly-field-select .form-group select,
#jfi-modal-dialog .formly-field-select .form-group select,
.jfi-success-container .formly-field-select .form-group select {
  height: 34px;
}

#join-entire-page-content #join-page-content-section,
#jfi-modal-dialog #join-page-content-section,
.jfi-success-container #join-page-content-section {
  padding-bottom: 50px;
}

#join-entire-page-content strong,
#join-entire-page-content p,
#join-entire-page-content #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy #join-entire-page-content p,
#join-entire-page-content #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList #join-entire-page-content p,
#join-entire-page-content li,
#jfi-modal-dialog strong,
#jfi-modal-dialog p,
#jfi-modal-dialog #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy #jfi-modal-dialog p,
#jfi-modal-dialog #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList #jfi-modal-dialog p,
#jfi-modal-dialog li,
.jfi-success-container strong,
.jfi-success-container p,
.jfi-success-container #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .jfi-success-container p,
.jfi-success-container #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .jfi-success-container p,
.jfi-success-container li {
  color: #222222;
}

#join-entire-page-content a,
#jfi-modal-dialog a,
.jfi-success-container a {
  color: #00935e;
  font-size: 16px !important;
}

#join-entire-page-content a#desktop-upload-remove-file-btn,
#jfi-modal-dialog a#desktop-upload-remove-file-btn,
.jfi-success-container a#desktop-upload-remove-file-btn {
  color: #fff;
  background-color: #b16e3e;
  border: none;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#join-entire-page-content a#desktop-upload-remove-file-btn:hover,
#join-entire-page-content a#desktop-upload-remove-file-btn:active,
#join-entire-page-content a#desktop-upload-remove-file-btn:focus,
#jfi-modal-dialog a#desktop-upload-remove-file-btn:hover,
#jfi-modal-dialog a#desktop-upload-remove-file-btn:active,
#jfi-modal-dialog a#desktop-upload-remove-file-btn:focus,
.jfi-success-container a#desktop-upload-remove-file-btn:hover,
.jfi-success-container a#desktop-upload-remove-file-btn:active,
.jfi-success-container a#desktop-upload-remove-file-btn:focus {
  background-color: #b16e3e;
  text-decoration: none;
}

#join-entire-page-content a:hover,
#join-entire-page-content a:active,
#join-entire-page-content a:focus,
#jfi-modal-dialog a:hover,
#jfi-modal-dialog a:active,
#jfi-modal-dialog a:focus,
.jfi-success-container a:hover,
.jfi-success-container a:active,
.jfi-success-container a:focus {
  color: #b16e3e;
  text-decoration: underline;
}

#join-entire-page-content .join-is-not-apply-mobile,
#join-entire-page-content .join-is-not-apply,
#jfi-modal-dialog .join-is-not-apply-mobile,
#jfi-modal-dialog .join-is-not-apply,
.jfi-success-container .join-is-not-apply-mobile,
.jfi-success-container .join-is-not-apply {
  font-size: 16px;
  margin-top: 15px;
  padding: 0px;
}

#join-entire-page-content .join-is-not-apply,
#jfi-modal-dialog .join-is-not-apply,
.jfi-success-container .join-is-not-apply {
  display: inline-block;
  padding-right: 15px;
  margin-top: 0px;
}

#join-entire-page-content #join-button-mobile,
#join-entire-page-content #join-button,
#join-entire-page-content #jfi-apply,
#jfi-modal-dialog #join-button-mobile,
#jfi-modal-dialog #join-button,
#jfi-modal-dialog #jfi-apply,
.jfi-success-container #join-button-mobile,
.jfi-success-container #join-button,
.jfi-success-container #jfi-apply {
  margin-top: 0px;
  white-space: nowrap;
}

#join-entire-page-content
  .join-button-container
  span.btn.primary-button.text-weight-bold,
#join-entire-page-content
  .join-button-container
  span.btn.primary-button.text-weight-bold:hover,
#join-entire-page-content
  .join-button-container
  span.btn.primary-button.text-weight-bold:active,
#join-entire-page-content
  .join-button-container
  span.btn.primary-button.text-weight-bold:focus,
#join-entire-page-content
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold,
#join-entire-page-content
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:hover,
#join-entire-page-content
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:active,
#join-entire-page-content
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:focus,
#jfi-modal-dialog
  .join-button-container
  span.btn.primary-button.text-weight-bold,
#jfi-modal-dialog
  .join-button-container
  span.btn.primary-button.text-weight-bold:hover,
#jfi-modal-dialog
  .join-button-container
  span.btn.primary-button.text-weight-bold:active,
#jfi-modal-dialog
  .join-button-container
  span.btn.primary-button.text-weight-bold:focus,
#jfi-modal-dialog
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold,
#jfi-modal-dialog
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:hover,
#jfi-modal-dialog
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:active,
#jfi-modal-dialog
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:focus,
.jfi-success-container
  .join-button-container
  span.btn.primary-button.text-weight-bold,
.jfi-success-container
  .join-button-container
  span.btn.primary-button.text-weight-bold:hover,
.jfi-success-container
  .join-button-container
  span.btn.primary-button.text-weight-bold:active,
.jfi-success-container
  .join-button-container
  span.btn.primary-button.text-weight-bold:focus,
.jfi-success-container
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold,
.jfi-success-container
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:hover,
.jfi-success-container
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:active,
.jfi-success-container
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold:focus {
  background: transparent;
  display: block;
  border: none;
  outline: none;
  margin-top: 15px;
  white-space: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
}

#join-entire-page-content
  .join-button-container
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin,
#join-entire-page-content
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin,
#jfi-modal-dialog
  .join-button-container
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin,
#jfi-modal-dialog
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin,
.jfi-success-container
  .join-button-container
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin,
.jfi-success-container
  #join-apply-block-mobile
  .text-right
  span.btn.primary-button.text-weight-bold
  .fa-spinner.fa-spin {
  color: #00935e;
  margin: 0 auto;
}

/**/
/**/
#cb-legal-content-block {
  color: #222222;
  padding: 0px;
  margin: 0px;
}

#cb-legal-content-block h2,
#cb-legal-content-block p,
#cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesList p,
#cb-legal-content-block li,
#cb-legal-content-block b {
  color: #222222;
}

#cb-legal-content-block a {
  color: #00935e;
}

#cb-legal-content-block a:hover,
#cb-legal-content-block a:active,
#cb-legal-content-block a:focus {
  color: #00935e;
  text-decoration: underline;
}

#cb-legal-content-block #cookiesPolicy table,
#cb-legal-content-block #cookiesList table {
  width: 100%;
}

#cb-legal-content-block #cookiesPolicy table.listCookies tr:first-child,
#cb-legal-content-block #cookiesList table.listCookies tr:first-child {
  background-color: #ccc;
}

#cb-legal-content-block #cookiesPolicy table td,
#cb-legal-content-block #cookiesList table td {
  padding: 2px;
  width: auto;
}

#cb-legal-content-block #cookiesPolicy table td p,
#cb-legal-content-block #cookiesList table td p {
  font-size: 12px;
}

#cb-legal-content-block #cookiesPolicy h3,
#cb-legal-content-block #cookiesList h3 {
  font-size: 20px !important;
  font-weight: normal !important;
}

#cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesList p {
  font-size: 16px;
}

#cb-legal-content-block #cookiesPolicy a,
#cb-legal-content-block #cookiesList a {
  color: #00935e !important;
}

#cb-legal-content-block #cookiesPolicy a:hover,
#cb-legal-content-block #cookiesPolicy a:active,
#cb-legal-content-block #cookiesPolicy a:focus,
#cb-legal-content-block #cookiesList a:hover,
#cb-legal-content-block #cookiesList a:active,
#cb-legal-content-block #cookiesList a:focus {
  color: #00935e !important;
  text-decoration: underline;
}

/**/
/**/
#browse-by-container .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#browse-by-container #browse-by-header {
  padding-bottom: 20px;
}

#browse-by-container #browse-by-header p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#browse-by-container .browse-by-country-tab {
  color: #00935e;
  background-color: #f5f5f5;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
}

#browse-by-container .browse-by-country-tab:hover,
#browse-by-container .browse-by-country-tab:active,
#browse-by-container .browse-by-country-tab:focus {
  color: #b16e3e;
  background-color: #f5f5f5;
  font-weight: bold;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: underline;
}

#browse-by-container .browse-by-element-list .browse-by-element a {
  color: #00935e;
}

#browse-by-container .browse-by-element-list .browse-by-element a:hover,
#browse-by-container .browse-by-element-list .browse-by-element a:active,
#browse-by-container .browse-by-element-list .browse-by-element a:focus {
  color: #b16e3e;
  text-decoration: underline;
}

/**/
/**/
#job-results #after-apply-recommended-header,
#job-results #after-apply-recommended-subheader {
  color: #222222;
  text-align: center;
}

#job-results #recommendation-table {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**/
/**/
#edit-preference-view .editPrefPageContainer {
  width: 100%;
}

#edit-preference-view .editPrefPageContainer > .content-card {
  padding: 0px 15px;
  margin: 0px;
}

#edit-preference-view .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}

#edit-preference-view #edit-preference-title {
  color: #00935e;
}

#edit-preference-view #edit-preference-instructions h3 {
  color: #7e7e7c;
  text-align: center;
  text-transform: none;
}

#edit-preference-view #edit-preference-form .alert {
  text-align: center;
}

#edit-preference-view #edit-preference-form p {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}

#edit-preference-view #edit-preference-form input {
  font-size: 16px;
}

#edit-preference-view #edit-preference-form #edit-preference-update-btn {
  background-color: #00935e !important;
  margin-top: 5px;
  margin-bottom: 15px;
  height: auto;
}

#edit-preference-view #edit-preference-form #edit-preference-update-btn:hover {
  background-color: #7e7e7c !important;
}

#edit-preference-view #edit-preference-form #edit-preference-unsubscribe-link {
  padding: 6.5px 15px;
  border: none;
  border-radius: 3px;
  line-height: 1.3;
  background-color: #00935e;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 15px;
}

#edit-preference-view
  #edit-preference-form
  #edit-preference-unsubscribe-link:hover {
  background-color: #7e7e7c;
}

#subscription-save-btn {
  background-color: #00935e !important;
  margin-top: 5px;
  margin-bottom: 15px;
  height: auto;
}

#subscription-save-btn:hover {
  background-color: #7e7e7c !important;
}

/**/
/**/
#subscription-form #subscription-message-section p {
  font-weight: bold;
  text-align: center;
  margin: 0px;
}

#subscription-form #subscription-question-section h2 {
  color: #222222;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  padding-bottom: 10px;
}

#subscription-form #subscription-question-section p {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
  padding-bottom: 10px;
  margin-left: 25px;
}

#subscription-form #subscription-question-section input {
  font-size: 16px;
  margin-left: 0px;
}

#subscription-form #subscription-question-section span {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  padding-top: 10px;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .internals-section,
  .legal-page-background {
    padding-bottom: 100px;
  }
  .internals-titles,
  .error-card h1,
  #join-entire-page-content .join-form-header,
  #jfi-modal-dialog .join-form-header,
  .jfi-success-container .join-form-header,
  #cb-legal-content-block h1,
  #cb-legal-content-block #cookiesPolicy h2,
  #cb-legal-content-block #cookiesList h2,
  #cb-legal-content-block #cookiesPolicy h3,
  #cb-legal-content-block #cookiesList h3,
  #browse-by-container #browse-by-header,
  #browse-by-container #browse-by-header p,
  #after-apply-thank-you-header,
  #subscription-title,
  .search-results-title,
  .jdp-title-inner-container .jdp-title-block-position .jdp-job-title {
    font-size: 36px !important;
  }
  /**/
  /**/
  .search-bar-element.search-field-container.search-location-field
    #suggestions {
    padding-right: 8px !important;
  }
  .search-bar-element.search-field-container.search-location-field
    #suggestions
    .list-group-item {
    text-align: left;
  }
  /**/
  /**/
  #cb-legal-content-block #cookiesPolicy table td,
  #cb-legal-content-block #cookiesList table td {
    padding: 5px;
  }
  #cb-legal-content-block #cookiesPolicy table td p,
  #cb-legal-content-block #cookiesList table td p {
    font-size: 16px;
  }
  #cb-legal-content-block #cookiesPolicy h3,
  #cb-legal-content-block #cookiesList h3 {
    font-size: 28px !important;
  }
  /**/
  /**/
  #edit-preference-view .top-buffer {
    margin-top: 0px;
  }
  #edit-preference-view #edit-preference-form #edit-preference-update-btn {
    float: left;
  }
  #edit-preference-view
    #edit-preference-form
    #edit-preference-unsubscribe-link {
    float: right;
  }
  /**/
  /**/
  #join-entire-page-content .join-button-footer-container,
  #jfi-modal-dialog .join-button-footer-container,
  .jfi-success-container .join-button-footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #join-entire-page-content .join-button-container,
  #join-entire-page-content #join-apply-block-mobile .text-right,
  #jfi-modal-dialog .join-button-container,
  #jfi-modal-dialog #join-apply-block-mobile .text-right,
  .jfi-success-container .join-button-container,
  .jfi-success-container #join-apply-block-mobile .text-right {
    display: table;
  }
  #join-entire-page-content .join-button-container #join-button-mobile,
  #join-entire-page-content .join-button-container #join-button,
  #join-entire-page-content .join-button-container #jfi-apply,
  #join-entire-page-content
    #join-apply-block-mobile
    .text-right
    #join-button-mobile,
  #join-entire-page-content #join-apply-block-mobile .text-right #join-button,
  #join-entire-page-content #join-apply-block-mobile .text-right #jfi-apply,
  #jfi-modal-dialog .join-button-container #join-button-mobile,
  #jfi-modal-dialog .join-button-container #join-button,
  #jfi-modal-dialog .join-button-container #jfi-apply,
  #jfi-modal-dialog #join-apply-block-mobile .text-right #join-button-mobile,
  #jfi-modal-dialog #join-apply-block-mobile .text-right #join-button,
  #jfi-modal-dialog #join-apply-block-mobile .text-right #jfi-apply,
  .jfi-success-container .join-button-container #join-button-mobile,
  .jfi-success-container .join-button-container #join-button,
  .jfi-success-container .join-button-container #jfi-apply,
  .jfi-success-container
    #join-apply-block-mobile
    .text-right
    #join-button-mobile,
  .jfi-success-container #join-apply-block-mobile .text-right #join-button,
  .jfi-success-container #join-apply-block-mobile .text-right #jfi-apply {
    display: table-cell;
    vertical-align: middle;
  }
  #join-entire-page-content
    .join-button-container
    span.btn.primary-button.text-weight-bold,
  #join-entire-page-content
    .join-button-container
    span.btn.primary-button.text-weight-bold:hover,
  #join-entire-page-content
    .join-button-container
    span.btn.primary-button.text-weight-bold:active,
  #join-entire-page-content
    .join-button-container
    span.btn.primary-button.text-weight-bold:focus,
  #join-entire-page-content
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold,
  #join-entire-page-content
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:hover,
  #join-entire-page-content
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:active,
  #join-entire-page-content
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:focus,
  #jfi-modal-dialog
    .join-button-container
    span.btn.primary-button.text-weight-bold,
  #jfi-modal-dialog
    .join-button-container
    span.btn.primary-button.text-weight-bold:hover,
  #jfi-modal-dialog
    .join-button-container
    span.btn.primary-button.text-weight-bold:active,
  #jfi-modal-dialog
    .join-button-container
    span.btn.primary-button.text-weight-bold:focus,
  #jfi-modal-dialog
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold,
  #jfi-modal-dialog
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:hover,
  #jfi-modal-dialog
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:active,
  #jfi-modal-dialog
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:focus,
  .jfi-success-container
    .join-button-container
    span.btn.primary-button.text-weight-bold,
  .jfi-success-container
    .join-button-container
    span.btn.primary-button.text-weight-bold:hover,
  .jfi-success-container
    .join-button-container
    span.btn.primary-button.text-weight-bold:active,
  .jfi-success-container
    .join-button-container
    span.btn.primary-button.text-weight-bold:focus,
  .jfi-success-container
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold,
  .jfi-success-container
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:hover,
  .jfi-success-container
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:active,
  .jfi-success-container
    #join-apply-block-mobile
    .text-right
    span.btn.primary-button.text-weight-bold:focus {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0px 15px;
  }
}

@media (min-width: 992px) {
  #join-entire-page-content #join-page-content-section,
  #jfi-modal-dialog #join-page-content-section,
  .jfi-success-container #join-page-content-section {
    padding-bottom: 0px;
  }
}

.panel-faq {
  padding: 4em;
  background-color: #f0f0fc;
  margin-top: 3em;
}

.panel-faq h3 {
  margin: 0 0 1em;
  text-transform: uppercase;
  color: #7e7e7c;
  font-family: "Oswald", sans-serif;
}

.panel-faq .panel {
  border: none;
}

.panel-faq .panel .panel-body {
  color: #204e72;
  font-weight: 600;
}

.panel-faq #accordion > div:first-child > div.panel-heading {
  border-radius: 10px 10px 0 0;
}

.panel-faq #accordion > div:last-child > div.panel-heading {
  border-radius: 0 0 10px 10px;
}

.panel-faq .panel + .panel {
  margin-top: 0;
}

.panel-faq .panel-heading {
  background-color: #7e7e7c;
  border-top: 0.5px solid #b38c00;
  border-left: 0.5px solid #b38c00;
  border-right: 0.5px solid #b38c00;
}

.panel-faq .panel-heading a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.panel-faq .panel-heading a i {
  margin-right: 0.5em;
}

.panel-faq .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  font-weight: 300;
}

.panel-faq .panel-heading a:hover,
.panel-faq .panel-heading a:focus,
.panel-faq .panel-heading a:active {
  text-decoration: none;
}

.panel-faq .panel-heading .collapsed:after {
  font-family: "FontAwesome";
  content: "\f067";
  float: right;
  font-weight: 300;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .content-footer > .col-xs-12 {
    width: 50%;
  }
  .employeebenefits > .container > .row > .col-xs-12 {
    width: 50%;
  }
  .notready > div > div:nth-child(2) > div.col-xs-12 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #benefits-h1 {
    display: none;
  }
}

.job-details-content .content-card-header {
  color: #00935e !important;
  text-align: left !important;
}

.primary-button.join-button {
  background-color: #00935e !important;
}

#join-page-header .join-form-header {
  color: #00935e !important;
}

#join-entire-page-content {
  margin-top: 2em;
}

@media (min-width: 768px) {
  .flex-2-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex-2-columns > div:nth-child(1) {
    padding-left: 0;
  }
  .flex-2-columns img {
    margin: initial;
  }
}

.flex-2-columns p,
.flex-2-columns #cb-legal-content-block #cookiesPolicy p,
#cb-legal-content-block #cookiesPolicy .flex-2-columns p,
.flex-2-columns #cb-legal-content-block #cookiesList p,
#cb-legal-content-block #cookiesList .flex-2-columns p {
  color: #7e7e7c;
}

.salesandmarketing-content {
  padding: 1em 3em;
  background-color: #fff;
}

.salesandmarketing-content:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00935e;
  display: block;
  position: relative;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .salesandmarketing-content:after {
    top: 0;
  }
}

@media (min-width: 992px) {
  .salesandmarketing-content:after {
    top: 5em;
  }
}

@media (min-width: 1200px) {
  .salesandmarketing-content:after {
    top: 10em;
  }
}

@media (max-width: 768px) {
  .salesandmarketing-content {
    padding: 3em;
  }
}

.salesandmarketing-content h3 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 1em;
}

#jfi-apply {
  background-color: #00935e !important;
  color: #fff !important;
  padding: 12px 15px !important;
  border-radius: 0 !important;
}

.animate-show {
  margin-bottom: 50px;
  margin-top: 50px;
}

.animate-show .search-jobs-button-404 {
  background-color: #00935e;
  line-height: 40px;
}

.animate-show .search-jobs-button-404:hover {
  background-color: #7e7e7c;
}

.breadcrumb {
  border-radius: 0px;
  border: none;
  margin-bottom: 10px;
  background-color: transparent;
}

.breadcrumb > li.active,
.breadcrumb > li,
.breadcrumb > li a {
  color: #707070;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #222222;
  content: "/\00a0";
}

.pagination > li {
  text-align: center;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0px;
  color: #707070;
  background-color: transparent;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0px;
}

.pagination > li > a:hover,
.pagination > li > a:active,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:active,
.pagination > li > span:focus,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > a:active,
.pagination > li:last-child > a:focus,
.pagination > li:last-child > span:hover,
.pagination > li:last-child > span:active,
.pagination > li:last-child > span:focus,
.pagination > li:first-child > a:hover,
.pagination > li:first-child > a:active,
.pagination > li:first-child > a:focus,
.pagination > li:first-child > span:hover,
.pagination > li:first-child > span:active,
.pagination > li:first-child > span:focus {
  color: #707070;
  background-color: #f5f5f5;
}

.pagination > li.active > a {
  color: #fff;
  background-color: #00935e;
}

.pagination > li.active > a:hover {
  background-color: #00935e;
}

.pagination > li.active > a:hover,
.pagination > li.active > a:active,
.pagination > li.active > a:focus {
  background-color: shade(#b16e3e, 15%);
}

.pagination > li > a[href=""] {
  pointer-events: none;
  cursor: default;
}

.pagination > li .previous-page-caret {
  font-size: 0px;
}

.pagination > li .previous-page-caret:before {
  content: "\f0d9";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.pagination > li .next-page-caret {
  font-size: 0px;
}

.pagination > li .next-page-caret:after {
  content: "\f0da";
  font-size: 22px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

#sign-up-widget {
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

#sign-up-widget .fa-envelope-o {
  color: #fff;
  background-color: #00935e;
  font-size: 18px;
  padding: 6px;
  margin-right: 12px;
  border-radius: 100%;
}

.mobile-sort-jobs {
  padding-bottom: 20px;
}

.mobile-sort-jobs .mobile-job-count-message {
  font-size: 16px;
  text-align: center;
  display: block;
}

.mobile-sort-jobs .mobile-dropdown-sort {
  margin-top: 10px;
}

.mobile-sort-jobs .mobile-dropdown-sort #mobile-sort-title {
  color: #222222;
}

.mobile-sort-jobs .mobile-dropdown-sort ul {
  margin: 0px;
}

.mobile-sort-jobs .mobile-dropdown-sort ul li {
  padding: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-sort-jobs .mobile-dropdown-sort ul li a {
  color: #222222;
  padding: 10px;
}

.mobile-sort-jobs .mobile-dropdown-sort ul li:hover,
.mobile-sort-jobs .mobile-dropdown-sort ul li:active,
.mobile-sort-jobs .mobile-dropdown-sort ul li:focus {
  background-color: #b16e3e;
}

.mobile-sort-jobs .mobile-dropdown-sort ul li:hover a,
.mobile-sort-jobs .mobile-dropdown-sort ul li:active a,
.mobile-sort-jobs .mobile-dropdown-sort ul li:focus a {
  color: #fff;
}

.search-results-title {
  color: #00935e !important;
  text-align: left;
  padding-bottom: 0px;
}

#jrp-desktop-table,
#recommendation-table {
  padding-top: 20px;
}

#jrp-desktop-facet-col {
  background-color: transparent;
}

#jrp-desktop-facet-col #desktop-facets-container {
  background-color: transparent;
}

#jrp-desktop-facet-col #desktop-facets-container #narrow-search-header {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.22em;
  color: #fff;
  background-color: #7e7e7c;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#jrp-desktop-facet-col #desktop-facets-container #narrow-search-header:hover,
#jrp-desktop-facet-col #desktop-facets-container #narrow-search-header:active,
#jrp-desktop-facet-col #desktop-facets-container #narrow-search-header:focus {
  background-color: shade(#7e7e7c, 15%);
}

#jrp-desktop-facet-col #desktop-facets-container #desktop-facets-body {
  background-color: transparent;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets {
  padding-bottom: 0px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets:first-child
  .caret-facet-category-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets:last-child {
  padding-bottom: 15px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets:last-child
  .caret-facet-category-header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-category-header {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.22em;
  color: #fff;
  background-color: #00935e;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 10px 0px 10px 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-category-header:hover,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-category-header:active,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-category-header:focus {
  background-color: shade(#7e7e7c, 15%);
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-category-header
  .facet-arrow {
  color: #fff;
  font-size: 18px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container {
  font-weight: normal;
  font-size: 16px;
  color: #222222;
  border: 1px solid #ccc;
  border-top: none;
  padding: 8px 22px;
  width: 100%;
  background-color: transparent;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:first-child {
  border-top: 1px solid #ccc;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container
  a,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container
  span {
  text-transform: capitalize;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container
  .caret-facet-accent {
  color: #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:hover,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:active,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:focus {
  color: #707070;
  background-color: #f5f5f5;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:hover
  .caret-facet-accent,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:active
  .caret-facet-accent,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container:focus
  .caret-facet-accent {
  color: #7e7e7c;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .caret-facet-item-container
  .caret-facet-title {
  color: #707070 !important;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .desktop-facets
  .selected-caret-facet-item-container {
  color: #b16e3e;
  width: 100%;
  margin: 0px;
  background-color: transparent;
  border: 1px solid #ccc;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container {
  font-weight: normal;
  background-color: transparent;
  border: 1px solid #ccc;
  border-top: none;
  text-align: center;
  padding: 5px 0px;
  width: 100%;
  margin: 0px;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text {
  color: #707070;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text:hover,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text:active,
#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text:focus {
  text-decoration: underline;
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text.collapsed:after {
  content: " +";
}

#jrp-desktop-facet-col
  #desktop-facets-container
  #desktop-facets-body
  .view-facet-btn-container
  .view_facet_text:after {
  content: " -";
}

#job-result-table,
#recommendation-table {
  margin-bottom: 0px;
}

#job-result-table #job-result-table-header-table-row,
#job-result-table #after-apply-job-table-header,
#recommendation-table #job-result-table-header-table-row,
#recommendation-table #after-apply-job-table-header {
  border-bottom: 2px solid #00935e;
}

#job-result-table .job-result-header,
#recommendation-table .job-result-header {
  font-size: 1.22em;
  line-height: 1.3;
  padding: 8px;
  min-width: 165px;
  background-color: transparent;
}

#job-result-table .job-result-header a,
#job-result-table .job-result-header span,
#job-result-table .job-result-header .job-table-header-title,
#job-result-table .job-result-header .job-table-header-location,
#job-result-table .job-result-header .job-table-header-date-posted,
#recommendation-table .job-result-header a,
#recommendation-table .job-result-header span,
#recommendation-table .job-result-header .job-table-header-title,
#recommendation-table .job-result-header .job-table-header-location,
#recommendation-table .job-result-header .job-table-header-date-posted {
  font-weight: bold;
  text-transform: uppercase;
  color: #00935e;
  display: inline-block;
}

#job-result-table .job-result-header a:hover,
#job-result-table .job-result-header a:active,
#job-result-table .job-result-header a:focus,
#job-result-table .job-result-header span:hover,
#job-result-table .job-result-header span:active,
#job-result-table .job-result-header span:focus,
#job-result-table .job-result-header .job-table-header-title:hover,
#job-result-table .job-result-header .job-table-header-title:active,
#job-result-table .job-result-header .job-table-header-title:focus,
#job-result-table .job-result-header .job-table-header-location:hover,
#job-result-table .job-result-header .job-table-header-location:active,
#job-result-table .job-result-header .job-table-header-location:focus,
#job-result-table .job-result-header .job-table-header-date-posted:hover,
#job-result-table .job-result-header .job-table-header-date-posted:active,
#job-result-table .job-result-header .job-table-header-date-posted:focus,
#recommendation-table .job-result-header a:hover,
#recommendation-table .job-result-header a:active,
#recommendation-table .job-result-header a:focus,
#recommendation-table .job-result-header span:hover,
#recommendation-table .job-result-header span:active,
#recommendation-table .job-result-header span:focus,
#recommendation-table .job-result-header .job-table-header-title:hover,
#recommendation-table .job-result-header .job-table-header-title:active,
#recommendation-table .job-result-header .job-table-header-title:focus,
#recommendation-table .job-result-header .job-table-header-location:hover,
#recommendation-table .job-result-header .job-table-header-location:active,
#recommendation-table .job-result-header .job-table-header-location:focus,
#recommendation-table .job-result-header .job-table-header-date-posted:hover,
#recommendation-table .job-result-header .job-table-header-date-posted:active,
#recommendation-table .job-result-header .job-table-header-date-posted:focus {
  text-decoration: none;
}

#job-result-table .job-result-header #desktop-job-location-sort,
#job-result-table .job-result-header .job-table-header-location,
#recommendation-table .job-result-header #desktop-job-location-sort,
#recommendation-table .job-result-header .job-table-header-location {
  pointer-events: none;
  cursor: default;
}

#job-result-table .job-result-header .job-table-header-title,
#job-result-table .job-result-header .job-table-header-location,
#job-result-table .job-result-header .job-table-header-date-posted,
#recommendation-table .job-result-header .job-table-header-title,
#recommendation-table .job-result-header .job-table-header-location,
#recommendation-table .job-result-header .job-table-header-date-posted {
  display: table-cell;
}

#job-result-table .job-result-header .glyphicon-menu-down,
#job-result-table .job-result-header .glyphicon-menu-up,
#recommendation-table .job-result-header .glyphicon-menu-down,
#recommendation-table .job-result-header .glyphicon-menu-up {
  color: #7e7e7c;
}

#job-result-table .job-result,
#recommendation-table .job-result {
  font-size: 16px;
  border-top: solid 1px #ccc;
}

#job-result-table .job-result td .job-result-title,
#recommendation-table .job-result td .job-result-title {
  font-weight: 500;
  color: #00935e;
}

#job-result-table .job-result td .job-result-title:hover,
#job-result-table .job-result td .job-result-title:active,
#job-result-table .job-result td .job-result-title:focus,
#recommendation-table .job-result td .job-result-title:hover,
#recommendation-table .job-result td .job-result-title:active,
#recommendation-table .job-result td .job-result-title:focus {
  background-color: transparent;
  text-decoration: none;
}

#job-result-table .job-result td,
#job-result-table .job-result td .address-line,
#job-result-table .job-result td.job-result-company-cell,
#job-result-table .job-result td.job-result-company-cell .address-line,
#job-result-table .job-result td.job-result-location-cell,
#job-result-table .job-result td.job-result-location-cell .address-line,
#job-result-table .job-result td.job-result-date-posted-cell,
#job-result-table .job-result td.job-result-date-posted-cell .address-line,
#recommendation-table .job-result td,
#recommendation-table .job-result td .address-line,
#recommendation-table .job-result td.job-result-company-cell,
#recommendation-table .job-result td.job-result-company-cell .address-line,
#recommendation-table .job-result td.job-result-location-cell,
#recommendation-table .job-result td.job-result-location-cell .address-line,
#recommendation-table .job-result td.job-result-date-posted-cell,
#recommendation-table .job-result td.job-result-date-posted-cell .address-line {
  color: #707070;
}

#job-result-table .job-result td .address-line,
#job-result-table .job-result td.job-result-company-cell .address-line,
#job-result-table .job-result td.job-result-location-cell .address-line,
#job-result-table .job-result td.job-result-date-posted-cell .address-line,
#recommendation-table .job-result td .address-line,
#recommendation-table .job-result td.job-result-company-cell .address-line,
#recommendation-table .job-result td.job-result-location-cell .address-line,
#recommendation-table .job-result td.job-result-date-posted-cell .address-line {
  display: table-cell;
}

#job-result-table .job-result td.job-table-element-arrow a,
#job-result-table .job-result td.job-table-element-arrow a:hover,
#job-result-table .job-result td.job-table-element-arrow a:active,
#job-result-table .job-result td.job-table-element-arrow a:focus,
#recommendation-table .job-result td.job-table-element-arrow a,
#recommendation-table .job-result td.job-table-element-arrow a:hover,
#recommendation-table .job-result td.job-table-element-arrow a:active,
#recommendation-table .job-result td.job-table-element-arrow a:focus {
  color: #00935e;
}

#job-result-table .job-result:hover,
#job-result-table .job-result:active,
#job-result-table .job-result:focus,
#recommendation-table .job-result:hover,
#recommendation-table .job-result:active,
#recommendation-table .job-result:focus {
  background-color: #f5f5f5; 

}

#no-jobs-message {
  text-align: center;
  padding: 30px 15px;
}

.jrp-pagination-row {
  padding-bottom: 0px;
}

.jrp-pagination-row .mobile-pagination {
  text-align: center;
}

.jrp-pagination-row .mobile-pagination .next-mobile-page:hover,
.jrp-pagination-row .mobile-pagination .next-mobile-page:active,
.jrp-pagination-row .mobile-pagination .next-mobile-page:focus,
.jrp-pagination-row .mobile-pagination .previous-mobile-page:hover,
.jrp-pagination-row .mobile-pagination .previous-mobile-page:active,
.jrp-pagination-row .mobile-pagination .previous-mobile-page:focus {
  opacity: 1;
}

@media (min-width: 992px) {
  #jrp-desktop-facet-col .caret-facet-category-header,
  #job-result-table .job-result-header,
  #recommendation-table .job-result-header {
    padding: 10px 8px;
  }
  #jrp-desktop-facet-col #desktop-facets-container #narrow-search-header {
    display: none;
  }
  #jrp-desktop-facet-col #desktop-facets-container #desktop-facets-body {
    margin-top: 0px;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets {
    padding-bottom: 25px;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-category-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets:last-child {
    padding-bottom: 0px;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-category-header {
    text-align: left;
    padding: 10px 22px;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-category-header:hover,
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-category-header:active,
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-category-header:focus {
    background-color: #7e7e7c;
  }
  #jrp-desktop-facet-col
    #desktop-facets-container
    #desktop-facets-body
    .desktop-facets
    .caret-facet-item-container {
    margin: 0px;
  }
  #jrp-bottom-desktop-pagination {
    padding-top: 30px;
  }
  #job-result-table .job-result-header,
  #recommendation-table .job-result-header {
    min-width: 215px;
  }
}

@media (min-width: 1200px) {
  #jrp-desktop-facet-col .caret-facet-category-header,
  #jrp-desktop-facet-col .caret-facet-category-header a,
  #jrp-desktop-facet-col .caret-facet-category-header span,
  #jrp-desktop-facet-col .caret-facet-category-header .job-table-header-title,
  #jrp-desktop-facet-col
    .caret-facet-category-header
    .job-table-header-location,
  #jrp-desktop-facet-col
    .caret-facet-category-header
    .job-table-header-date-posted,
  #job-result-table .job-result-header,
  #job-result-table .job-result-header a,
  #job-result-table .job-result-header span,
  #job-result-table .job-result-header .job-table-header-title,
  #job-result-table .job-result-header .job-table-header-location,
  #job-result-table .job-result-header .job-table-header-date-posted,
  #recommendation-table .job-result-header,
  #recommendation-table .job-result-header a,
  #recommendation-table .job-result-header span,
  #recommendation-table .job-result-header .job-table-header-title,
  #recommendation-table .job-result-header .job-table-header-location,
  #recommendation-table .job-result-header .job-table-header-date-posted {
    font-size: 20px;
  }
  #job-result-table .job-result-header,
  #recommendation-table .job-result-header {
    min-width: 265px;
  }
}

.section-list-jobs {
  background: url(../../img/backgroundJobResult.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#job-details-page .container .container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#jdp-apply-button-top,
#jdp-apply-button-bottom,
#jdp-apply-button-top-mobile,
#jdp-apply-button-bottom-mobile {
  max-width: 187px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#jdp-not-ready-to-apply-link-top,
#jdp-not-ready-to-apply-link-bottom {
  color: #00935e;
  font-weight: normal;
  margin-top: 0px;
  text-align: center;
  text-transform: capitalize;
}

.jdp-title-inner-container {
  display: table;
  width: 100%;
  padding: 15px;
  margin-top: 0px;
  background-color: transparent;
}

.jdp-title-inner-container .jdp-title-block-position .jdp-job-title {
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 0px;
}

.jdp-title-inner-container
  .jdp-title-block-position
  .jdp-job-title
  .jdp-title-job-title {
  color: #00935e;
  font-weight: 600;
}

.jdp-title-inner-container
  .jdp-title-block-position
  .jdp-job-title
  .jdp-title-job-in {
  color: #00935e;
}

.jdp-title-inner-container
  .jdp-title-block-position
  .jdp-job-title
  .jdp-title-job-location {
  color: #00935e;
}

.jdp-title-inner-container
  .jdp-title-block-position
  .jdp-job-title
  .jdp-title-job-at {
  color: #00935e;
}

.jdp-title-inner-container .jdp-title-block-position #jdp-title-date-posted {
  color: #00935e;
  text-align: center;
  padding-top: 10px;
}

.job-details-content {
  padding-top: 0;
  background-color: transparent;
}

.job-details-content > .container:first-child > .row:before {
  height: 0.2em;
  width: 97.5%;
}

.job-details-content .content-card-header {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.job-details-content #jdp-social-sharing-section {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.job-details-content .jdp-job-snapshot-card {
  padding: 0px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.job-details-content .jdp-job-snapshot-card .content-card-header {
  margin: 0px 20px;
  padding: 20px 5px 8px;
}

.job-details-content .jdp-job-snapshot-card .snapshot-padding {
  line-height: 1.3;
  padding: 8px 20px 20px;
}

.job-details-content .jdp-job-snapshot-card .snapshot-padding li {
  padding-bottom: 5px;
}

.job-details-content .jdp-job-snapshot-card .snapshot-padding li.job-location {
  padding-bottom: 15px;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-icon.secondary-text-color {
  color: #00935e;
  font-size: 24px;
  padding-top: 6px;
  padding-right: 10px;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-icon.secondary-text-color.glyphicon-triangle-top {
  padding-top: 0px;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-icon.secondary-text-color.fa-briefcase {
  padding-top: 7px;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-icon.secondary-text-color.fa-clock-o,
.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-icon.secondary-text-color.fa-info-circle {
  padding-top: 5px;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-text {
  color: #707070;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .snapshot-text
  strong {
  font-weight: 500;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .secondary-text-color {
  color: #00935e;
  font-weight: normal;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .job-snapshot-link {
  color: #00935e;
  font-weight: normal;
}

.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .job-snapshot-link:hover,
.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .job-snapshot-link:active,
.job-details-content
  .jdp-job-snapshot-card
  .snapshot-padding
  li
  .job-snapshot-link:focus {
  color: #eb9c64;
}

.job-details-content .jdp-about-us-card {
  border-top: 3px solid #00935e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: transparent;
}

.job-details-content #jdp-job-description-section {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 0px;
}

.job-details-content #jdp-job-description-section .jdp-job-description-card {
  padding-top: 0px;
  margin-bottom: 0px;
}

.job-details-content #jdp-job-description-section .jdp-job-description-card,
.job-details-content #jdp-job-description-section .jdp-job-description-card p,
.job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  #cb-legal-content-block
  #cookiesPolicy
  p,
#cb-legal-content-block
  #cookiesPolicy
  .job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  p,
.job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  #cb-legal-content-block
  #cookiesList
  p,
#cb-legal-content-block
  #cookiesList
  .job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  p,
.job-details-content #jdp-job-description-section .jdp-job-description-card li {
  color: #707070;
}

.job-details-content #jdp-job-description-section .jdp-job-description-card a {
  color: #00935e;
}

.job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  a:hover,
.job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  a:active,
.job-details-content
  #jdp-job-description-section
  .jdp-job-description-card
  a:focus {
  color: #b16e3e;
  text-decoration: underline;
}

.job-details-content #jdp-job-requirements-section .jdp-job-requirements-card,
.job-details-content #jdp-job-requirements-section .jdp-job-requirements-card p,
.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  #cb-legal-content-block
  #cookiesPolicy
  p,
#cb-legal-content-block
  #cookiesPolicy
  .job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  p,
.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  #cb-legal-content-block
  #cookiesList
  p,
#cb-legal-content-block
  #cookiesList
  .job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  p,
.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  li {
  color: #7e7e7c;
}

.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  a {
  color: #00935e;
}

.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  a:hover,
.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  a:active,
.job-details-content
  #jdp-job-requirements-section
  .jdp-job-requirements-card
  a:focus {
  color: #b16e3e;
  text-decoration: underline;
}

.job-details-content #jdp-bottom-apply-section {
  border-top: 3px solid #00935e;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 10px;
}

.job-details-content #jdp-bottom-apply-section .jdp-bottom-apply-card {
  padding-bottom: 5px;
}

.job-details-content #jdp-bottom-apply-section #jdp-bottom-apply-button-col {
  padding-top: 20px;
}

.job-details-content #jdp-similar-jobs-row {
  padding: 10px 0px;
  margin: 0px;
  padding-top: 0;
  margin-bottom: 4em;
}

.job-details-content #jdp-similar-jobs-row h3 {
  color: #00935e;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  margin-top: 0;
}

.job-details-content #jdp-similar-jobs-row .similar-jobs {
  text-align: center;
}

.job-details-content #jdp-similar-jobs-row .similar-jobs li .similar-jobs-tag {
  color: #707070;
  text-decoration: underline;
}

.job-details-content #jdp-similar-jobs-row .similar-jobs > li + li:before {
  padding: 0px;
  content: "";
  color: #b16e3e;
}

@media (min-width: 768px) {
  .jdp-title-inner-container {
    margin-top: 0px;
  }
  .jdp-title-inner-container .jdp-title-block-position .jdp-job-title {
    text-align: left;
  }
  .jdp-title-inner-container .jdp-title-block-position #jdp-title-date-posted {
    text-align: left;
  }
  .jdp-title-inner-container .jdp-top-apply-block-position {
    width: 25%;
    padding-top: 0px;
    vertical-align: middle;
  }
  .jdp-title-inner-container
    .jdp-top-apply-block-position
    .primary-button.block-element {
    text-transform: uppercase;
    background-color: #00935e;
    padding: 12px 15px;
    border-radius: 0;
  }
  .jdp-title-inner-container .jdp-top-apply-block-position a {
    color: #fff;
  }
  .job-details-content .content-card-header {
    text-align: left;
  }
  .job-details-content
    #jdp-bottom-apply-section
    #jdp-bottom-apply-company-logo-col
    .multi-brand-image {
    text-align: left;
  }
  .job-details-content #jdp-bottom-apply-section #jdp-bottom-apply-button-col {
    padding-top: 0px;
  }
  .job-details-content #jdp-similar-jobs-row h3 {
    text-align: left;
  }
  .job-details-content #jdp-similar-jobs-row .similar-jobs {
    text-align: left;
  }
  .job-details-content #jdp-similar-jobs-row .similar-jobs > li + li:before {
    padding: 0 0.55em;
    content: "|";
  }
}

#jdp-breadcrumb-row > div > ol > li:last-child > a {
  color: #00935e !important;
}

.jdp-title-job-at,
.jdp-title-job-company {
  font-size: 18px;
  font-weight: 500;
}

.jdp-title-job-at {
  text-transform: lowercase;
  color: #636363;
}

.jdp-title-job-company {
  color: #00935e;
}

.job-date-posted {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #00935e;
}

.job-date-posted i.glyphicon.glyphicon-calendar {
  font-size: 1.5em;
  margin-right: 0.4em;
  color: #444596;
}

#jdp-job-snapshot-section .secondary-text-color.fa,
#jdp-job-snapshot-section .secondary-text-color.glyphicon {
  color: #00935e;
}

li.job-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jdp-bottom-apply-card.content-card #jdp-apply-button-bottom {
  background-color: #00935e;
  padding: 12px 15px;
  border-radius: 0;
}

.jdp-bottom-apply-card.content-card #jdp-not-ready-to-apply-link-bottom {
  color: #707070;
}

#join-button {
  padding: 6.5px 15px;
  border: none;
  border-radius: 3px;
  font-size: 18px;
}

.jdp-left-column:before {
  height: 0.2em;
  width: 97.5%;
  content: "";
  display: block;
  background-color: #00935e;
}

.jdp-right-column:before {
  height: 0.2em;
  content: "";
  display: block;
  background-color: #00935e;
}

.jdp-apply-section .primary-button,
.jdp-apply-section .btn-default,
.jdp-apply-section .btn-general {
  background-color: #00935e;
  text-transform: uppercase;
}

.inner-jrp {
  margin-top: 2em;
}

.cookies-hide-for-build-development {
  display: none;
}

#cookies-policy-bar-placeholder {
  display: none;
}

#cookies-policy-bar-section {
  background: #00935e;
  position: fixed;
  z-index: 1035;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
}

#cookies-policy-bar-section #cookies-policy-bar {
  padding: 10px;
}

#cookies-policy-bar-section #cookies-policy-bar-dismiss-button {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cookies-policy-bar-section #cookies-policy-bar-dismiss-button,
#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:hover,
#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:active,
#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:hover,
#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:active,
#cookies-policy-bar-section #cookies-policy-bar-dismiss-button:focus {
  opacity: 0.7;
}

#cookies-policy-bar-section .text-center {
  color: #fff;
  font-size: 16px;
}

#cookies-policy-bar-section .text-center #cookies-policy-link {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cookies-policy-bar-section .text-center #cookies-policy-link,
#cookies-policy-bar-section .text-center #cookies-policy-link:hover,
#cookies-policy-bar-section .text-center #cookies-policy-link:active,
#cookies-policy-bar-section .text-center #cookies-policy-link:focus {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

#cookies-policy-bar-section .text-center #cookies-policy-link:hover,
#cookies-policy-bar-section .text-center #cookies-policy-link:active,
#cookies-policy-bar-section .text-center #cookies-policy-link:focus {
  opacity: 0.7;
}

.body-text__cta:hover,
.body-text__cta:focus,
.body-text__cta:active {
  background-color: #7e7e7c !important;
  color: #fff !important;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */

#join-entire-page-content .join-is-not-apply {
  font-size: 15.4px;
}

#join-entire-page-content .join-is-not-apply {
  padding-right: 10px;
}


.temp-message{
    background: #00935e;
    padding: 30px 0;
}
.temp-message  p{
    color: white;
    font-size: 20px;
    text-align: left;
}

/*CHAT*/
.chat-overlay {
  position: fixed;
  width: 738px;
  height: 535px;
  bottom: -30px;
  right: 27px;
  z-index: 90;
}
   
.chat-overlay-closed .header-logo {
  display: none;
}
   
.chat-overlay-banner {
  display: none !important;
  height: 50px;
  background: rgb(122, 204, 200);
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 1rem 1rem 5rem rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: small;
  width: 267px;
  float: right;
  padding-right: inherit;
}
   
.chat-overlay-banner.chat-overlay-close {
   display: none;
}
   
.chat-overlay-banner-title {
   padding-bottom: 0.2rem;
   font-weight: 800;
 }
   
.chat-overlay-banner-helper {
   opacity: 0.50;
   padding-bottom: 0.8rem;
 }
   
.header-logo {
  height: 40px;
  background: rgb(247, 247, 247);
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  margin-left: 280px
}
   
.header-logo img, .header-logo svg {
  height: inherit;
}
   
.header-logo img.chat-overlay-close {
  margin-left: auto;
  align-self: center;
  height: 50%;
  padding: 0.5rem;
}
   
.header-logo svg.chat-overlay-close {
  margin-left: auto;
  align-self: center;
  height: 61%;
  width: 8%;
}
  
.chat-overlay-open {
    height: 1000px;
}
  
.chat-overlay-closed {
    height: 126px !important;
}
  
.chat-overlay-wrapper {
  width: 458px;
  height: 862px;
  float: right;
}
  
.chat-overlay-header-mobile {
    display: none;
}
  
.chat-overlay-header {
  position: relative;
  height: 56px;
  width: 56px;
  border: 1px solid #FFF;
  background: #FFF;
  margin-left: auto;
  border-radius: 50%;
  box-shadow: 1rem 1rem 5rem rgba(0, 0, 0, 0.5);
}
  
#receiver {
  transition: opacity 1s ease-in-out;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 1rem 1rem 5rem rgba(0, 0, 0, 0.5);
  border-radius: 0 0 0.5rem 0.5rem;
}
  
#receiver.chat-overlay-close {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
  
#receiver.chat-overlay-open {
  height: 100%;
  opacity: 1;
  overflow: hidden;
}
  
.chat-overlay-header-img {
  position: absolute;
  max-width: 65px;
  max-height: 55px;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  right: 0px;
  left: -0.5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
  
.chat-overlay-header-img.open {
  opacity: 0;
}
    
.absolute-cart-box {
  display: none;
}
  
@media only screen and (max-width: 768px) {
  .chat-overlay {
    width: 100%;
    position: fixed;
    height: 100%;
  }
  
  .chat-overlay .header-logo {
    display: none;
  }
  
  .chat-overlay-header-mobile {
    display: flex;
    width: inherit;
    height: 5%;
    background: rgb(247, 247, 247);
  }
  
  .chat-overlay-header-mobile img {
    height: 30%;
    padding: 1rem;
    align-self: center;
  }
   
  .chat-overlay-header-mobile svg.chat-overlay-close {
    /* padding: 0.7rem; */
    width: 28px;
    margin-left: auto;
    height: 100%;
  }
   
  .chat-overlay-header-mobile img.logo {
    height: 80%;
    padding: 1rem;
  }
  
  .chat-overlay-header-mobile.chat-overlay-close {
    display: none;
  }
  
  #receiver {
    border-radius: 0;
  }
  
  #receiver.chat-overlay-close {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  
  #receiver.chat-overlay-open {
    height: 95%;
    opacity: 1;
    overflow: hidden;
  }
  
  .chat-overlay-open {
    height: 100%;
    bottom: 0px;
    right: 0px;
  }
  
  .chat-overlay-closed {
    height: 252px;
    bottom: 24px;
    right: 24px;
    width: 88%;
  }
  
  .chat-overlay-wrapper {
    width: 100%;
    height: 100%;
  }
  
	
	.message-chat__emoticon-wrapper {
    top: -0.8rem;
    left: -2rem !important;
    margin-left: 19px !important;
}
}

/* Devices:  */
@media only screen and (max-width: 1200px) {
  .chat-overlay-open{
    height: 800px;
  }
  
  .chat-overlay-wrapper{
	  height: 600px;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%;
  }
}

/* Devices: FHD Web, HD Web, HD+ Web, Super Extended Graphics Array, Wide Ultra Extended Graphics Array Web */
@media only screen and (max-width: 1950px) {
  .chat-overlay-open{
    height: 96%;
  }
  
  .chat-overlay-wrapper{
	  height: 80%;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%
  }
  
   .chat-overlay-closed {
    height: 16% !important;
	right: 21px !important;
}
}

/* Devices: */
@media only screen and (max-width: 400px) {
  .chat-overlay-open{
    height: 100%;
  }
  
  .chat-overlay-wrapper{
	  height: 90%;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%
  }
  
   .chat-overlay-closed {
    height: 8% !important;
	right: 0px !important;
}
}

/* Devices: */
@media only screen and (max-width: 1100px) and (min-width: 1000px) {
  .chat-overlay-open{
    height: 105%;
  }
  
  .chat-overlay-wrapper{
	  height: 78%;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%
  }
  
   .chat-overlay-closed {
    height: 8% !important;
	right: 0px !important;
}
}

/* Devices: Galaxy Tab S4*/
@media only screen and (max-width: 1100px) and (max-height: 1400px) {
  .chat-overlay-open{
    height: 100%;
  }
  
  .chat-overlay-wrapper{
	  height: 73%;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%
  }
  
   .chat-overlay-closed {
    height: 25% !important;
	right: 0px !important;
}
}

/* Devices: iphone 12 Pro, Pixel 5*/
@media only screen and (max-width: 400px) and (max-height: 900px) {
  .chat-overlay-open{
    height: 100%;
  }
  
  .chat-overlay-wrapper{
	  height: 89%;
  }
  
  .chat-overlay-header-mobile{
	  height: 7%
  }
  
  .chat-overlay-closed {
    height: 8% !important;
	right: 0px !important;
}
}

/*10/28/2022*/
.accessibility{

  background-color: #fff;
}
.breaker{

  padding-bottom: 20px;
}


/*  New css added date:- 21/02/2023 : code start  */

.sm-section-1{
    padding: 20px 0px 25px;
}

.sm-section-1 h1, .ro-section-1 h1, .co-section-1 h1, .in-section-1 h1 {
    text-transform: capitalize;
 }

.sm-section-2 #sm-section-2-img{
    max-width: 100%;
}

.sm-section-2 .sm-section-2-parent-row .sm-section-2-parent-row-col-2 p{
    color: #FFF;
}


.sm-section-2 .sm-section-2-parent-row .sm-section-2-parent-row-col-2{
    background-color: #00935e;
    border-left: 15px solid #F5F5F5;
    border-right: 15px solid #F5F5F5;
}


.sm-section-2-parent-row-col-2 .sm-section-2-child-row-1 #commas{
    width: 4rem;
}



.sm-section-2-child-row-2 .sm-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 20px;
    padding-left: 0px;
}

.sm-section-2-parent-row-col-2 .sm-section-2-child-row-1 .sm-section-2-child-row-1-child-col-1 p{
    padding-top: 10px;
}   


@media(max-width: 768px){
    .sm-section-2-parent-row-col-2 .sm-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .sm-section-2-parent-row .sm-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 15px;
        border: 12px solid #f5f5f5;
    }

    .sm-section-2-child-row-2 .sm-section-2-child-row-2-child-col-2{
        line-height: 15px;
        margin-top: 20px;
        padding-left: 20px;
    }
}



@media(min-width: 768px){
    .sm-section-2-parent-row-col-2 .sm-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .sm-section-2-parent-row .sm-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 10px;
        border: 12px solid #f5f5f5;
    }
}

@media(min-width: 992px){
    .sm-section-2-parent-row-col-2 .sm-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .sm-section-2-parent-row .sm-section-2-parent-row-col-2{
        padding-top: 5px;
        padding-bottom: 0px;
        border: 0;
    }
}



@media(min-width: 1200px){
    .sm-section-2-parent-row-col-2 .sm-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .sm-section-2 .sm-section-2-parent-row .sm-section-2-child-row-2{
        padding: 15px 0px;
    }

    .sm-section-2-parent-row .sm-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 5px;
        border:0;
    }
}

#sm-section-hr{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 4em;
    border: 0;
    border-top: 10px solid #00935e;
}


/*  New css added date:- 21/02/2023 : code end  */


/*  New Resort and operation css added date:- 21/02/2023 : code start  */

.ro-section-1{
    padding: 20px 0px 25px;
}

.ro-section-2 #ro-section-2-img{
    max-width: 100%;
}

.ro-section-2 .ro-section-2-parent-row .ro-section-2-parent-row-col-2 p{
    color: #FFF;
}


.ro-section-2 .ro-section-2-parent-row .ro-section-2-parent-row-col-2{
    background-color: #00935e;
    border-left: 15px solid #F5F5F5;
    border-right: 15px solid #F5F5F5;
}


.ro-section-2-parent-row-col-2 .ro-section-2-child-row-1 #commas{
    width: 4rem;
}



.ro-section-2-child-row-2 .ro-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 30px;
    padding-left: 0px;
}

.ro-section-2-parent-row-col-2 .ro-section-2-child-row-1 .ro-section-2-child-row-1-child-col-1 p{
    padding-top: 10px;
}   


@media(max-width: 768px){
    .ro-section-2-parent-row-col-2 .ro-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .ro-section-2-parent-row .ro-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 15px;
        border: 12px solid #f5f5f5;
    }

    .ro-section-2-child-row-2 .ro-section-2-child-row-2-child-col-2{
        line-height: 15px;
        margin-top: 20px;
        padding-left: 20px;
    }
}



@media(min-width: 768px){
    .ro-section-2-parent-row-col-2 .ro-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .ro-section-2-parent-row .ro-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 10px;
        border: 12px solid #f5f5f5;
    }
}

@media(min-width: 992px){
    .ro-section-2-parent-row-col-2 .ro-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .ro-section-2 .ro-section-2-parent-row .ro-section-2-child-row-2{
        padding: 35px 0px;
    }

    .ro-section-2-parent-row .ro-section-2-parent-row-col-2{
        padding-top: 7px;
        padding-bottom: 0px;
        border: 0;
    }

    .ro-section-2-child-row-2 .ro-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 15px;
    padding-left: 0px;
    }
}



@media(min-width: 1200px){
    .ro-section-2-parent-row-col-2 .ro-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .ro-section-2 .ro-section-2-parent-row .ro-section-2-child-row-2{
        padding: 30px 0px;
    }

    .ro-section-2-parent-row .ro-section-2-parent-row-col-2{
        padding-top: 30px;
        padding-bottom: 64px;
        border:0;
    }
}

#ro-section-hr{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 4em;
    border: 0;
    border-top: 10px solid #00935e;
}


/*  New Resort and operation css added date:- 21/02/2023 : code end  */


/*  New corporate css added date:- 21/02/2023 : code start  */

.co-section-1{
    padding: 20px 0px 25px;
}

.co-section-2 #co-section-2-img{
    max-width: 100%;
}

.co-section-2 .co-section-2-parent-row .co-section-2-parent-row-col-2 p{
    color: #FFF;
}


.co-section-2 .co-section-2-parent-row .co-section-2-parent-row-col-2{
    background-color: #00935e;
    border-left: 15px solid #F5F5F5;
    border-right: 15px solid #F5F5F5;
}


.co-section-2-parent-row-col-2 .co-section-2-child-row-1 #commas{
    width: 4rem;
}



.co-section-2-child-row-2 .co-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 30px;
    padding-left: 0px;
}

.co-section-2-parent-row-col-2 .co-section-2-child-row-1 .co-section-2-child-row-1-child-col-1 p{
    padding-top: 10px;
}   


@media(max-width: 768px){
    .co-section-2-parent-row-col-2 .co-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .co-section-2-parent-row .co-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 15px;
        border: 12px solid #f5f5f5;
    }

    .co-section-2-child-row-2 .co-section-2-child-row-2-child-col-2{
        line-height: 15px;
        margin-top: 20px;
        padding-left: 20px;
    }
}



@media(min-width: 768px){
    .co-section-2-parent-row-col-2 .co-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .co-section-2-parent-row .co-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 10px;
        border: 12px solid #f5f5f5;
    }
}

@media(min-width: 992px){
    .co-section-2-parent-row-col-2 .co-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .co-section-2 .co-section-2-parent-row .co-section-2-child-row-2{
        padding: 35px 0px;
    }

   .co-section-2-child-row-2 .co-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 15px;
    padding-left: 0px;
    }

    .co-section-2-parent-row .co-section-2-parent-row-col-2{
        padding-top: 10px;
        padding-bottom: 6px;
        border: 0;
    }
}



@media(min-width: 1200px){
    .co-section-2-parent-row-col-2 .co-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .co-section-2 .co-section-2-parent-row .co-section-2-child-row-2{
        padding: 40px 0px;
    }

    .co-section-2-parent-row .co-section-2-parent-row-col-2{
        padding-top: 30px;
        padding-bottom: 20px;
        border:0;
    }
}

#co-section-hr{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 4em;
    border: 0;
    border-top: 10px solid #00935e;
}


/*  New Corporate css added date:- 21/02/2023 : code end  */

/*  New internship css added date:- 21/02/2023 : code start  */

.in-section-1{
    padding: 20px 0px 25px;
}

.in-section-2 #in-section-2-img{
    max-width: 100%;
}

.in-section-2 .in-section-2-parent-row .in-section-2-parent-row-col-2 p{
    color: #FFF;
}


.in-section-2 .in-section-2-parent-row .in-section-2-parent-row-col-2{
    background-color: #00935e;
    border-left: 15px solid #F5F5F5;
    border-right: 15px solid #F5F5F5;
}


.in-section-2-parent-row-col-2 .in-section-2-child-row-1 #commas{
    width: 4rem;
}



.in-section-2-child-row-2 .in-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 30px;
    padding-left: 0px;
}

.in-section-2-parent-row-col-2 .in-section-2-child-row-1 .in-section-2-child-row-1-child-col-1 p{
    padding-top: 10px;
}   


@media(max-width: 768px){
    .in-section-2-parent-row-col-2 .in-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .in-section-2-parent-row .in-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 5px;
        margin-top: 15px;
        border: 12px solid #f5f5f5;
    }

    .in-section-2-child-row-2 .in-section-2-child-row-2-child-col-2{
        line-height: 15px;
        margin-top: 20px;
        padding-left: 20px;
    }
}



@media(min-width: 768px){
    .in-section-2-parent-row-col-2 .in-section-2-child-row-2 img{
        max-width: 75%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 60px;
    }

    .in-section-2-parent-row .in-section-2-parent-row-col-2{
        padding-top: 15px;
        padding-bottom: 10px;
        border: 12px solid #f5f5f5;
    }
}

@media(min-width: 992px){
    .in-section-2-parent-row-col-2 .in-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .in-section-2 .in-section-2-parent-row .in-section-2-child-row-2{
        padding: 35px 0px;
    }

   .in-section-2-child-row-2 .in-section-2-child-row-2-child-col-2{
    line-height: 10px;
    margin-top: 15px;
    padding-left: 0px;
   }

    .in-section-2-parent-row .in-section-2-parent-row-col-2{
        padding-top: 10px;
        padding-bottom: 6px;
        border: 0;
    }
}



@media(min-width: 1200px){
    .in-section-2-parent-row-col-2 .in-section-2-child-row-2 img{
        max-width: 85%;
        padding: 2px;
        border: 2px solid #FFF;
        border-radius: 55px;
    }

    .in-section-2 .in-section-2-parent-row .in-section-2-child-row-2{
        padding: 50px 0px;
    }

    .in-section-2-parent-row .in-section-2-parent-row-col-2{
        padding-top: 30px;
        padding-bottom: 40px;
        border:0;
    }
}

#in-section-hr{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 4em;
    border: 0;
    border-top: 10px solid #00935e;
}


/*  New Internship css added date:- 21/02/2023 : code end  */


/*  Home page banner code date:- 22/02/2023 : code  start*/

.home-p img{
    max-width: 100%;
}
.home-p{
     padding:0;
     overflow:hidden;
}
#ho-section-hr{
    width: 100%;
    margin-top: 5em;
    margin-bottom: 4em;
    border: 0;
    border-top: 10px solid #00935e;
}
.home-pg-cont-2{
    padding-top: 20px;
    padding-bottom: 30px;
}

.home-pg-cont-3{
   margin-bottom: 40px;
}


.home-pg-cont-2 h1{
    text-transform: inherit;
}

.home-pg-cont-3 .cont-3-dis-1 > p:nth-child(2), .home-pg-cont-3 .cont-3-dis-2 > p:nth-child(2),
.home-pg-cont-4 .cont-4-dis-1  p:nth-child(2),.home-pg-cont-4 .cont-4-dis-2  p:nth-child(2){
    font-weight: bold;
}

/*  Home page code date:- 22/02/2023 : code end*/

@media(min-width: 768px){
   #career-dropdown #career-dropdown-menu{
    /* bottom: -185px; */
}
}
@media(min-width:992px){
    #career-dropdown #career-dropdown-menu{
    /* bottom: -185px; */
}
}
#job-result-table .job-result:hover{
 background-color:#f5f5f5;
}

/*#job-result-table .job-result:hover .primary-text-color,
#job-result-table .job-result:hover .job-result-location-cell,
#job-result-table .job-result:hover .job-result-date-posted-cell
{
  color:#FFF;
} */

#jrp-desktop-facet-col #desktop-facets-container #desktop-facets-body .desktop-facets .caret-facet-item-container:hover{
  background-color:#f5f5f5;
  
}

#jrp-desktop-facet-col #desktop-facets-container #desktop-facets-body .desktop-facets .caret-facet-item-container:hover .caret-facet-title {
color: #707070 !important
}
h1{
   text-transform:capitalize;
}
.internals-section{
  background-color: #FFF;
}
#custom-dimension{
  width: 60%;
  padding-top: 21px;
 box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.search-results-title{
   text-transform: capitalize; 
}
.navbar-default ul.navbar-nav li a:hover{
   color: #00935e;
}

.search-desktop-home{
  background-color: #003b4c;
}

.search-desktop-home #search-bar .search-bar-element input{
  border: 2px solid #003b4c;
  color:  #003b4c;
}
.search-desktop-home #search-bar .search-bar-element input::placeholder{
   color:  #003b4c !important;
}

.cor_custom_dimensions_add{
     padding: 0px 15px 0px 15px;
}
.sal_custom_dimensions_add{
      padding: 0px 15px 0px 15px;
}
.res_custom_dimensions_add{
     padding: 0px 15px 0px 15px;
}
.int_custom_dimensions_add{
     padding: 0px 15px 0px 15px;
}
.cont_des_3{
   padding-top: 15px;
}
.search-bar-resort{margin-bottom:30px;}
.search-bar-sale{margin-bottom:30px;}
.search-bar-corporate{margin-bottom:30px;}
.search-bar-college{margin-bottom:30px;}

.btn-success {
    color: #fff;
    background-color: #00935e;
    border-color: #00935e;
  }

.btn-success:hover {
    background-color: #00935e;
    border-color: #00935e;
  }

 div#jdp-job-requirements-section {
    display: none;
  }

footer .social-footer li img {
    width: 75%;
}