/* Typography */ 

body, p, ul, li, h1, h2, h3, h4, h5 {
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
  font-family: 'Poppins', sans-serif !important;
}

body, p {
  font-weight: 400;  
  font-size: 16px;
}

h1, .h1 {
font-size:32pt;
}

h1, h3 {
  font-weight: 600;
  letter-spacing: -0.8px;
}

h2 {
  font-weight: 700;
}

h5 {
  font-weight: 600;  
  font-size: 18px;
}

a, 
a:visited,
a:focus,
a:active,
a:hover {
  color: #FF5722;
  font-weight: 400;
  text-decoration: none;
}
.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p  {
    color: #000;
}
/* Navigation */

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:visited {
  color: #333;
  border-bottom: 3px solid #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ff5507;
  border-bottom: 3px solid #ff5507;
}

.logo {
    max-width: 135px;
    width: 100%;
    padding: 20px 0px;
}

.dropdown-menu {
  border: none;
  top: 97%;
  border-radius: 0;
}

.dropdown-item {
  color: #333333;  
}

.dropdown-menu a, 
.dropdown-menu a:visited, 
.dropdown-menu a:focus, 
.dropdown-menu a:active {
  color: #333333;      
}

.dropdown-menu a:hover {
  color: #FF5722;    
}

.dropdown-item:focus, 
.dropdown-item:hover {
  background-color: #ffffff;
}

li.nav-item.dropdown .dropdown-toggle::after {
  border: none!important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding-right: 5px;
  content: "\f107"!important; 
  vertical-align: 0; 
}

li.nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f106"!important; 
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  
  .navbar {
    position: relative;
    padding: 10px 0 0 0;
  }
  
  .navbar li {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 10px 0 10px 0;
  }
}

@media (max-width: 768px) {
  .dropdown-item {
    padding-left: 0;  
  }
}


/* Home Row */

.home-row {
  background-position: 50% 100%;
  background-image: url(https://s3-eu-central-1.amazonaws.com/com.clinchtalent.eu-central-1.uploads/public/uploads/d4ae62991bd5c324a108f969d3587953/images/files/6e9607b832b3c25411af1d070fb9a3b0/original/01_Homepage_Banner_1920x470.jpg?1589374381);
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}

.home-row h1 {
 color: #ffffff; 
}

.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
  width: 50% !important;  
  height: 40px;
}

.block-job-search-form {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

.input-group-btn button, 
.input-group input {
  height: 40px;
  padding: 5px 22px;
}

.easy-autocomplete input {
  box-shadow: none;
  border: 1px solid #fff;
  color: #ff5507;
}

.input-group .form-control {
  background-color: #ffffff;  
}

.input-group .form-control::placeholder {
    opacity: 1;
    color: #ff5507;
}

.selectize-input, 
.selectize-input.dropdown-active {
  border-radius: 25px;
}

@media (min-width: 768px) {
  .home-row .block-job-search-form {
    width: 750px;
  }
  
  .home-row {
    height: 352px;
  }
  
  .home-row .btn {
    font-size: 13px;  
  }
  
  .form-control, .label {
    border-radius: 25px;
}
  
  .form-control {
    font-size: 16px;  
  }
}
@media (min-width: 992px) {
  .home-row .block-job-search-form {
    width: 800px;
  }
}
@media (min-width: 1200px) {
   .home-row .block-job-search-form {
    width: 900px;
  }
}

@media (max-width: 765px) {
  .job-search-control .near-me-control {
      display: none;
  }
  
  .block-job-search-form {
    padding: 0;  
  }
}

/* Job search form */

.input-group-addon:first-child, 
.input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, 
.input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
.input-group .form-control:first-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.input-group .form-control {
  border-radius: 25px;
}

.job-search-control .near-me-control {
  margin-left: 20px;
}

.job-search-results input.form-control {
  border-radius: 25px;  
}

.easy-autocomplete-container ul .eac-item a, 
.easy-autocomplete-container ul .eac-item a:visited {
  color: #FF5722;
}

.easy-autocomplete-container {
  padding-left: 15px;
  padding-right: 15px;
}

/* search pills */

.job-search-results-active-filters .badge {
    background-color: #ff5507 !important;
    border-radius: 3px;
    padding: 4px 3px 3px 10px;
}

/* Header */

.header .block-image-text {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header .block-image-text {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .header .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .header .block-image-text {
    width: 1170px;
  }
}
 
/* Buttons */

a.button {
  text-transform: none;
}

.btn {
  border-radius: 25px;  
  text-transform: none;
}

.job-search-control .btn-primary,
.job-search-control .btn-primary:active,
.job-search-control .btn-primary:visited,
.job-search-control .btn-primary:focus {
  border: 1px solid #4D40CC;
  background: #4D40CC;
  color: #ffffff;
  font-weight: 700;
  border-radius: 25px;
  margin-left: 20px;
}

.job-search-control .btn-primary:hover {
  border: 1px solid #ff5b00;
  background: #ff5b00;
  color: #ffffff;
  font-weight: 700;
  border-radius: 25px;
}
.btn-success,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
  color: #ffffff;
  border: 1px solid #4D40CC;
  background: #4D40CC;
  font-weight: 700;
  border-radius: 25px;
}
.btn-success:hover {
  border: 1px solid #ff5b00;
  background: #ff5b00;
  border-radius: 25px;
}

a.button.button1,
a.button.button1:focus,
a.button.button1:active {
  border: 1px solid #FF5B00;
  background: #FF5B00;
  color: #ffffff;
  font-weight: 700;
  transition: background .25s linear;
  border-radius: 25px;
}

a.button.button1:hover {
  border: 1px solid #F7753C;
  background: #F7753C;  
  border-radius: 25px;
}

a.button.button2,
a.button.button2:focus,
a.button.button2:active {
  border: 1px solid #4D40CC;
  background: #4D40CC;
  color: #ffffff;
  font-weight: 700;
  transition: background .25s linear;
  border-radius: 25px;
}

a.button.button2:hover {
  border: 1px solid #4D40CC;
  background: #F7753C;  
  border-radius: 25px;
}

a.button.button3,
a.button.button3:focus,
a.button.button3:active {
  border: 1px solid #00CBD1;
  background: #00CBD1;
  color: #ffffff;
  font-weight: 700;
  transition: background .25s linear;
  border-radius: 25px;
}

a.button.button3:hover {
  border: 1px solid #00CBD1;
  background: #F7753C;  
  border-radius: 25px;
}

a.button.button4,
a.button.button4:focus,
a.button.button4:active {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
  font-weight: 700;
  transition: background .25s linear;
  border-radius: 25px;
}

a.button.button4:hover {
  border: 1px solid #ffffff;
  background: #ffffff;  
  border-radius: 25px;
}

.block-job-description .job-description-controls .btn,
.block-job-description .job-description-controls .btn:visited,
.block-job-description .job-description-controls .btn:focus,
.block-job-description .job-description-controls .btn:active {
  border: 1px solid #4D40CC;
  background: #4D40CC;
  color: #fff;
  font-weight: 600;
}

.block-job-description .job-description-controls .btn:hover {
  border: 1px solid #ff5b00;
  background: #ff5b00;
  color: #fff;
  font-weight: 600;  
}


.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:hover {
  border: 1px solid #ff5507;
  background: #ff5507;
  color: #fff;
  font-weight: 600;    
}

.btn-group-xs>.btn, .btn-xs {
  padding: 10px 10px;
  line-height: 1.5;
}


@media (min-width: 1200px) {
  .btn {
    padding: 8px 25px;  
    font-size: 14px;
  }
  
  a.button {
    padding: 12px 40px;
    font-size: 14px;
  }
  
  .block-job-description .job-description-controls .btn {
    padding: 13px 23px!important;
    font-size: 14px;
  }
}

/* Side panel */

.job-favourited {
  padding: 8px 8px;
  border-radius: 50px;
  float: left!important;
}

.side-panel {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #FF5722;
  border-radius: 3px;
  margin-bottom: 30px;
}

/* Consent Modal */

.consent-modal a, 
.consent-modal a:visited,
.consent-modal a:hover,
.consent-modal a:active,
.consent-modal a:focus {
  color: #ff5722;
}

.consent-modal .btn {
  font-weight: 600;
}

/* What defines us Carousel */

.what-defines-us-carousel .controls{
  overflow-x: auto;
  overflow-y: hidden;
  padding: 40px 0 0 0;
  margin:0;
  white-space: nowrap;
  text-align: center;
  position: relative;
}


.what-defines-us-carousel p {
  font-size: 16px;
  color: #45494e;
}

.what-defines-us-carousel img {
  height: 300px; 
}

.what-defines-us-carousel h2 {
  padding-top: 20px;
  margin-bottom: 20px;
}

.what-defines-us-carousel h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #770c4c;
  text-decoration: none;
}

.what-defines-us-carousel a:hover {
  text-decoration: none;
}

.what-defines-us-carousel .controls {
  display: none;  
}  

.what-defines-us-carousel .carousel-control-next, .what-defines-us-carousel .carousel-control-prev {
  left: 20px;
  top: 88%;
  transform: translateY(-50%);
  position: absolute;
  filter: invert(1);
}

.what-defines-us-carousel .carousel-control-prev {
    left: -27px;
}

.what-defines-us-carousel .nav-justified .nav-item {
  background-color: #f0f0f0;
  margin: 10px;
  padding: 15px;
  border-radius: 25px;
}

.what-defines-us-carousel .nav-justified .nav-item:hover {
  background-color: #ffd3c7;  
}

@media (min-width: 1200px) {
   .what-defines-us-carousel h2 {
    font-size: 55px;
  }
}

@media screen and (min-width: 725px) {
  .what-defines-us-carousel img {
    float: right;
  }
  
  .what-defines-us-carousel .controls {
    display: block;  
  }  
}

@media screen and (max-width: 725px) { 
  .what-defines-us-carousel .carousel-item {
    margin-right: 0;
    display: block;
  }
  
  .what-defines-us-carousel .carousel-control-next, .what-defines-us-carousel .carousel-control-prev {
    display: none;  
  }
}

/* Employee Testimonial Carousel */

.employee-testimonial .carousel {
  margin: 0;  
}

.employee-testimonial .carousel-control-next-icon,
.employee-testimonial .carousel-control-prev-icon {
  filter: invert(100%);
}

.employee-testimonial .carousel {
  margin: 1.5rem;
}

.employee-testimonial .carousel-inner {
  height: auto;
}

.employee-testimonial .carousel-control-prev {
  margin-left: -100px;
}

.employee-testimonial .carousel-control-next {
  margin-right: -100px;
}

.employee-testimonial .carousel-inner {
  width:100%; 
  height: 350px !important;
}

.employee-testimonial img.img-responsive {
  height: 310px;
}

@media screen and (max-width: 991px) {
  .employee-testimonial img.img-responsive {
    height: auto;
  }  
}

@media screen and (max-width: 725px) {
  .employee-testimonial .carousel-inner {
    height: auto !important;
  }
  
  .employee-testimonial .carousel-item {
    margin-right: 0;
    display: block;
  }
  
  .employee-testimonial .carousel-indicators li {
    display: none;  
  }
}

/* Content Block Carousel */
.faq-accordion .card-header .accordion-button.btn {
    color: #444444;
    font-size: 16px;
    font-weight: 600;
}
.faq-accordion h5 {
  margin-bottom:0px;
}
.faq-accordion .card-header {
    padding: 0.25rem 0.25rem;
}

/* Glassdoor */

.glassdoor h3 {
  color: #00a38d;
  font-size: 30px;
}

.glassdoor img {    
  vertical-align: bottom;
}

.glassdoor a {
  color: #00a48e;
  font-weight: 600;
  text-decoration: underline;
}

/* Search Page */

.badge {
  background-color: #ff5507;
}

.page-link {
  color: #ff5507;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #ff5507;
  border-color: #ff5507;
}

.page-link:hover {
  color: #ff5507;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: #ff5507;
  border-color: #ff5507;
}

@media (min-width: 768px) {
  .job-search-results .job-search-control {
    margin-bottom: 60px;
  }
  
  .job-search-results .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  
  .job-search-results .col-md-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  
  .block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
  }
  
  .block-job-search-results .job-search-results .job-search-results-location {
    width: 10em!important;
  }
}

/* Job Template */
@media (min-width: 768px) {
  .block-job-description .job-description-controls {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

/* My Settings */
.btn-info,
.btn-info:visited,
.btn-info:focus,
.btn-info:active,
.btn-info:hover {
  border: 1px solid #ff5507;
  background: #ff5507;
  color: #fff;
  font-weight: 600;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
  border: 1px solid #ff5507;
  background: #ff5507;
  color: #fff;
  font-weight: 600;  
}

/* Footer */

footer {
  background-color: #FF5B00; 
  padding: 30px;
}

.footer-logo {
  width: 120px;
  padding-bottom: 15px;
}

footer p,
footer a,
footer a:visited,
footer a:hover,
footer a:focus {
  color: #ffffff; 
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer .fa-facebook-f:before,
footer .fa-instagram:before,
footer .fa-linkedin-in:before {
  color: #ff5722;  
}

footer .fa-stack {
  margin-right: 15px;
}

footer .social li, 
footer .legal li {
  display: inline;  
}

footer .legal li {
  padding: 0 10px 0 0; 
  font-size: 12px;
}

footer .copyright-row {
  border-top: 1px solid rgba(255, 255, 255, .3);  
}

footer .copyright p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  float: right;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, .8);  
}


/* Label */

.label-info {
  background-color: rgb(120, 7, 76);
}

.label-success {
  background-color: #ff5400;
}

/* Misc */

.height-250-img .block-image-cover {
  height: 250px;
}

h3 a, 
h3 a:visited,
h3 a:focus,
h3 a:active,
h3 a:hover {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.extra-padding [class*='col-'] {
  padding: 15px 40px;
}

.legal-terms {
  display: none;  
}

.apply_url-call-to-action .legal-terms {
  display: block;  
}

@media (min-width: 780px) {
.faq a {
    font-size: 18px;
}
}

/*  FAQ */
.faq a {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: normal;
  color: #333333;
  font-weight: 700;
}

.faq .btn {
  padding: 0;  
  text-align: left;
}

.card-header {
  background-color: #f0f0f0;
}

.carousel-indicators li { 
  background: transparent;
  width: 10px!important;
  height: 10px!important;
  border-radius: 50%;
  border: 1px solid #ff5507;
}

.carousel-indicators .active {
  background-color: #FF5722;  
}

label {
  padding-left: 10px;
}

@media (max-width: 768px) {
.mobile-full-width img {
    width: 100%;
    height: auto;
  }
}

.image-hover img:hover {
  transform: scale(1.05);
  transition-duration: 1s;
  transition-timing-function: ease;
}

/* Search page sidebar */

.job-search-filter-groups ul.list-unstyled {
  padding-top: 25px;
}

.job-search-filter-groups .job-search-filter-header {
  padding-bottom: 25px;  
}

/* Replace text on search */

th.job-search-results-requisition-identifiers::after,
.jobs-list thead .job-requisition-identifier::after {
  visibility: visible;
  position: absolute;
  content: 'Job ID';
  left: 10px;
}

th.job-search-results-requisition-identifiers,
.jobs-list thead .job-requisition-identifier {
  visibility: hidden;
  position: relative;
}

/* Container width */

.blog-header .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .blog-header .block-image-text {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .blog-header .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .blog-header .block-image-text {
    width: 1170px;
  }
}

/* Blog posts */

.post-search-control .input-group .form-control:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media (max-width: 768px) {
.blog-page-title h1 {
    font-size: 1.6em;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
}
/* Blog Post Card */

.posts-cards p {
  font-size: 14px;  
}

.posts-cards a:hover {
  font-weight: 700;
}

.posts-cards .card-footer{
  background-color: inherit;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.posts-cards .posts-card{
  margin-bottom: 2rem;
}
/* Form */

.block-call-to-action form {
  max-width: 520px;
}

.area-of-expertise .form-group.check-box-inline.m-b-5 {
  width: 260px;
  float: left;
}

.area-of-expertise label {
  display: block;
}
@media (max-width: 768px) {
.hero-text h1 {
    font-size: 20px;
  }
}

/** Banner **/
.announcement-banner {
  background-color: #4d40cc; 
  padding: 10px;
  font-size: 15px;
  z-index: 1050; 
  width: 100%; 
}
.announcement-banner p {
    color: #ffffff;
    margin: 0px;
}
/*
.navbar {
  margin-top: 0px !important; 
}*/

.chatbot-footer .progress-bar {
  background-color: #ff5b00;
}