@font-face {
    font-family: 'Omnes Cond';
    src: url('https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/Fonts/Fonts/OmnesCond-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes Cond';
    src: url('https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/Fonts/Fonts/OmnesCond-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Omnes Cond';
    src: url('https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/Fonts/Fonts/OmnesCond-Regular%201.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Omnes Cond', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
}

h1 {
  line-height: 90%;
}

h2,
h3,
h4,
h5 {
  color: #278403;
  line-height: normal;
}

p, body {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #343332;
}

a, 
a:visited {
  color: #144700;
}

strong a {
  font-weight: 700;
}

 h1 {
  font-size: 40px;
 }

h2 {
  font-size: 35px; 
 }

 h3 {
  font-size: 26px; 
 }

h2 a, 
h2 a:visited {
  font-weight: 700;
}

a:hover {
   text-decoration: none; 
}

p a {
  font-weight: 800;
}

main {
  padding-top: 70px;
}

@media (max-width: 768px) {
  main {
    padding-top: 120px;
  }
}

@media (min-width: 768px) {
 h1 {
  font-size: 104px;
  line-height: 104px;
 }

h2 {
  font-size: 72px; 
 }

 h3 {
  font-size: 26px; 
 }

  .header p {
    font-size: 24px;
  }

  .hiring-steps h2 {
      font-size: 31px;
  }
}

.logo {
  width: 132px;
}

.nav-link {
  font-weight: normal;
  color: #343332;
}

.navbar .bg-light {
  background-color: #fff;
}

.navbar a,
.navbar a:visited {
  color: #343332;
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Cat search */

@media (max-width: 768px) {
  .cat-search {
    display: none;
  }
}

.cat-search {
  position: fixed;
  z-index: 100;
  background-image: url("https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/06_Clinging.png");
  width: 126px;
  top: 52px;
  height: 236px;
  right: 34px;
  background-size: cover;
}

.cat-search a {
  top: 123px;
  right: 43px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 50px;
  text-align: center;
}

/* Cat Button */

.cat-button {
  padding-top: 77px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: -4px;
}

.cat-button a.button.button1,
.cat-button a.button.button1:hover,
.cat-button a.button.button1:focus,
.cat-button a.button.button1:active,
.cat-button a.button.button1:visited {
  width: 100%;
  text-align: center;
  padding: 13px 60px !important;
  border: none;
  border-radius: 0;
}

@media (min-width: 768px) {
  .cat-button {
    display: none;
  }
}

/* Header */
@media (max-width: 768px) {
  .header .block-image-cover {
    height: 130px;
  }

  .header h1 {
    margin-bottom: 5px;
    font-size: 38px;
  }
}

.header img {
  border-radius: 0;
}

.header .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  right: 0;
}
@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: 1320px;
  }

  .header .block-image-cover {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .header .block-image-cover {
    height: 500px;
  }
}

/* Buttons */

a.button, .btn {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 60px!important;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 50px;
}

.input-group input, 
.input-group-btn button,
.easy-autocomplete {
  border-radius: 50px!important;  
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 1px solid #fff;
  background: #278403;
  color: #ffffff;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited,
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light:visited {
  border: 1px solid #fff;
  background: #278403;
  color: #ffffff;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 1px solid #FFD633;
  background: #FFD633;
  color: #343332;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 3px solid #000000;
  background: #ffffff;
  color: #000000;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 3px solid #f397a6;
  background-color: #f397a6;
  color: #343332;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 1px solid #FFD633;
  background: #FFD633;
  color: #343332;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:visited {
  border: 1px solid #fff;
  background: #278403;
  color: #ffffff;  
}

.card-columns.posts-cards-cols .posts-card-link,
.card-columns.posts-cards-cols .posts-card-link:hover,
.card-columns.posts-cards-cols .posts-card-link:active,
.card-columns.posts-cards-cols .posts-card-link:focus,
.card-columns.posts-cards-cols .posts-card-link:visited {
  color: #278403;
  font-weight: 900;
  font-size: 16px;
  padding: 12px 15px !important;
}

.posts-card-link .fa-chevron-right {
  font-size: 12px;
}

.posts-cards .author-metadata .post-publish-date {
  font-weight: 700;
}

.input-group input, .input-group-btn button {
  height: 60px;
}

.fix-autocomplete {
  margin-right: 25px!important;
}

/* Carousel People */

.carousel-caption {
  position: inherit;
}

.block-carousel .carousel-item .carousel-item-block.col-12 h2 {
  color: #278403;
  text-shadow: none;
  font-weight: bold;
}

.block-carousel .carousel-item .carousel-item-block.col-12 p {
  color: #343332;
  text-shadow: none;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23278403'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23278403'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/
}

.carousel-control-prev, 
.carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* 1. Define the Circle Shape and Size (Keep this large enough, e.g., 3rem) */
  width: 3rem; 
  height: 3rem; 
  border-radius: 50%;
  /* 2. Set the Background Color to White */
  background-color: #fff;
  /* 3. Add a slight shadow/border (optional) */
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  /* 4. Make the arrow background-image smaller than the container (the circle).
     The default is 100%, so use a smaller percentage like 50% or 60%. */
  background-size: 55% 55%; /* Make the arrow 55% of the circle's size */
}

.carousel-control-prev-icon:hover , 
.carousel-control-next-icon:hover {
background-color: #144700;
}

.carousel-control-prev-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/
}

.carousel-control-next-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/
}

.carousel-block h2 {
  font-size: 36px;
  text-align: center;
}

img.carousel-item-block-image {
  border-radius: 20px;
}

.col-6 img.carousel-item-block-image {
  border-radius: 20px;
}

@media (max-width: 768px) {
  .carousel-item-block {
      width: 100%;
  }

    img.carousel-item-block-image {
        height: 326px;
        width:100%;
        object-fit: cover;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 0 80px;
  }

  .working-at-zooplus .carousel-control-prev, 
  .working-at-zooplus .carousel-control-next {
    width: 4%;
  }

  .carousel-caption p {
        font-size: 18px;
    }
}

/* Jobs list */

.block-jobs .job {
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}

.block-jobs .job:first-child {
  margin-left: 0;
}

.block-jobs .job:last-child {
  margin-right: 0;
}

.block-jobs .job h3.job-title, 
.block-jobs .job .job-title.h3 {
  margin-bottom: 15px;
  color: #278403;
  min-height: 90px;
}

.block-jobs .job span.job-field {
  color: #278403;
  display: block;
  margin-bottom: 10px;
}

.block-jobs .job span.job-location::before {
  content: "\f3c5";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 17px;
}

.block-jobs .job span.job-employment-type::before {
  content: "\f017";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .block-jobs .job {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .jobs-list {
    display: inline-flex;
  }

  .block-jobs .job {
    margin: 15px;
  }
}

/* Footer */

footer {
  background-color: #faf8f5;
  padding: 60px 0;
}

.footer-logo {
  width: 190px;
  margin-left: -16px;
  margin-top: -12px;
}

.social .fa-stack-1x {
  color: #fff;
}

.social .fa-circle {
  color: #278402;
}

footer .social li {
  display: inline;
}

footer a.button {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px !important;
}

footer h4 {
  font-size: 20px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer a, 
footer a:visited {
  color: #343332;
  font-weight: 400;
}

.center-text div[class*=col-] {
  align-self: center !important;
}

.footer-animal-img {
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -36px;
  z-index: 100;
  position: relative;
}

@media (max-width: 768px) {
  footer li,
  footer h3,
  footer h4 {
    text-align: center;
  }

  footer a.button {
    text-align: center;
    justify-content: center !important;
    display: flex;
  }
}

/* Color Number Blocks */


.number-cards .card {
  border: none;
  padding: 34px 0;
}

.number-cards .row:first-child {
  margin-bottom: 24px;  
}

.number-cards h2,
.number-cards p {
  color: #144700;
  text-align: center;
}

.number-cards h2 {
  margin-bottom: 0;
}

.number-cards p {
  font-weight: bold;
}

.card.yellow {
  background-color: #F7D058;
}

.card.green {
  background-color: #AFDD87;
}

.card.pink {
  background-color: #F397A6;
}

.card.blue {
  background-color: #A2D5E0;
}

.header.bottom-position .block-image-cover {
  background-position: 50% 20%!important;
}

/* Row anywhere, with class mascot-dog-cat-rabbit */
body:has(.mascot-rabbit2) .footer-animal-img {
  background-image: url("https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/OwnBrands_IllustrationsPets-48.png");
}

/* Custom mascot with standard CSS (one-size-fits-all); image added to row as normal 
.mascot-custom {
padding-bottom: 0 !important;
img {
max-width: 300px;
margin: 0 auto;
}

&.img-600 img {
max-width: 600px;
}
}*/

.page-body.page.not-editing .mascot-footer .col-md-2 {
    flex: 0 0 auto;
    width: 98px;
}

.page-body.page.not-editing .mascot.mascot-footer .col-md-2:first-child .image-uncropped-full-width {
  width: 50px;
}

.page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(2) .image-uncropped-full-width {
  width: 131px;
  position: absolute;
  left: -48px;
  bottom: -79px;
}

.page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(3) .image-uncropped-full-width {
  width: 49px;
  position: absolute;
  left: -54px;
  bottom: 7px;
}

.page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(4) .image-uncropped-full-width {
  width: 60px;
  position: absolute;
  left: 202px;
  bottom: 7px;
}

@media (min-width: 500px) and (max-width: 768px){ 
  .page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(4) .image-uncropped-full-width {
    width: 60px;
    position: absolute;
    left: -92px;
    bottom: -46px;
 }
}

@media (min-width: 768px) {
    .page-body.page.not-editing .mascot-footer .col-md-2 {
        flex: 0 0 auto;
        width: 140px;
    }

    .page-body.page.not-editing .mascot.mascot-footer .col-md-2:first-child .image-uncropped-full-width {
      width: 55px;
      position: absolute;
    }

    .page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(2) .image-uncropped-full-width {
      width: 160px;
      position: absolute;
      left: -62px;
      bottom: -87px;
    }

    .page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(3) .image-uncropped-full-width {
      width: 50px;
      position: absolute;
      left: -34px;
      bottom: 7px;
    }

    .page-body.page.not-editing .mascot.mascot-footer .col-md-2:nth-child(4) .image-uncropped-full-width {
      width: 72px;
      position: absolute;
      left: -106px;
      bottom: -73px;
    }
}

.counter {
  display: inline;
}

/* Mascot */

.mascot .image-uncropped-full-width {
  width: 165px;
}

.mascot.mascot-long .image-uncropped-full-width {
  width: 220px;
}

.mascot.mascot-flip img {
   -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.mascot.mascot-right .image-uncropped-full-width {
  float: right;
}

.mascot.mascot-center .image-uncropped-full-width {
  margin: 0 auto;
}

.page-body.page.not-editing .mascot.mascot-center.mascot-running {
  top: -111px;
}

.mascot.mascot-running .image-uncropped-full-width {
  left: calc(50% - 140px);
  position: relative;
}

.mascot.mascot-running.dog-back .image-uncropped-full-width {
    left: calc(50% - 120px);
    position: relative;
}

.mascot.mascot-center.mascot-running.dog-back .block-image-uncropped-full-width {
    top: 20px;
    position: relative;
}

.mascot .image-uncropped-full-width {
  position: relative;
  top: 3px;
}

@media (max-width: 768px) {
  .mascot .image-uncropped-full-width {
    width: 120px;
  }

  .mascot.mascot-long .image-uncropped-full-width {
    width: 160px;
  }

  .mascot.mascot-running .image-uncropped-full-width {
  left: calc(50% - 85px);
  position: relative;
  }

  .dog-back .image-uncropped-full-width {
    top: -8px;
  }
}

@media (min-width: 768px) {
  .cat-search {
      right: 20px;
  }
}
@media (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 120px!important;
  }
  
  .p-t-60 {
    padding-top: 120px!important;
  }
}

/*.carousel-people .carousel-caption::after {
  content: url("https://d8yy0r0qfxgnb.cloudfront.net/public/uploads/df88e8832ecbba055653adaf22db49bf/images/files/dd222db5c21d38b07e5c2bc4d93ffc8c/medium/OwnBrands_IllustrationsPets-48.png?1761142744");  
  position: absolute;
  top: 43px;
  left: 151px;
  transform: scale(.25);
}*/

.video-player-wrapper .vjs-poster img {
  border-radius: 25px;
}

.video-player-wrapper iframe {
  border-radius: 25px;  
}

.clinch-video-player.video-js {
  border-radius: 25px;
}

.col-md-6 .block-image-cover, 
.col-md-4 .block-image-cover, 
.col-md-8 .block-image-cover {
  border-radius: 25px;
}


/* Cards */

.card {
  padding: 15px;
  border: none;
}

.blue-card {
  background-color: #A2D5E0;
}

.green-card  {
  background-color: #AFDD87;
}

.purple-card  {
  background-color: #CDB3DF;
}

.pink-card {
  background-color: #F397A6;
}

.yellow-card  {
  background-color: #F7D058;
}

.light-blue-card  {
  background-color: #D1DBE3;
}

.work-treats .card {
  height: 300px;
  border: 0;
  border-radius: 25px;
}

.work-treats h3 {
 color: #144700;
}

.work-treats a {
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
  text-decoration: none;
}

.work-treats a:before {
  content: "\f056";
  font-family: "Font Awesome 7 Free";  
  font-weight: 900;
  color: #fff;
  font-size: 27px;
}

.work-treats a.collapsed {
  position: absolute;
  bottom: 25px;
  right: 25px;
  height: 25px;
  width: 25px;
}

.work-treats a.collapsed:before {
  content: "\f055";
  font-family: "Font Awesome 7 Free";  
  font-weight: 900;
  color: #fff;
  font-size: 27px;
}

.work-treats .card img {
  height: 25px;
}

img.work-treats-img {
  object-fit: cover;
  border-radius: 25px;
}

@media (min-width: 768px) {
  img.work-treats-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
  }
}

a.link-text {
  position: relative;
  bottom: initial;
  right: initial;
  text-decoration: underline;
  font-weight: 800;
}

a.link-text::before {
  display: none;
}

@media (max-width: 768px) {
  .mobile-100 div[class*=col-] {
    width: 100%;
  }

  .work-treats .card {
    height: auto;
    margin-bottom: 15px;
  }

  img.work-treats-img {
   margin-bottom: 15px; 
  }

  .work-treats .card .show {
    padding-bottom: 30px;
  }

  .work-treats h3 {
    color: #144700;
    max-width: 60%;
  }
}

.posts-cards .card {
  padding: 0;
}

.posts-cards .card-body {
  padding: 15px 0;
}

.posts-cards .card-title {
  font-size: 22px;  
  color: #278403;
}

.posts-cards .card-footer {
  background-color: #fff;
}

/* Subnav */

@media (max-width: 768px) {
  .subnav a,
  .subnav a:visited,
  .subnav a:hover,
  .subnav a:focus,
  .subnav a:active {
    background: #278403;
    color: #ffffff!important;
    font-weight: 700;
    width: 100%;
    display: grid;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.subnav {
  border-bottom: 1px solid #E5E5E5;
}

.subnav p {
  margin: 0;
}

.subnav a, 
.subnav a:visited {
  font-weight: 700;
  color: #252525;
}

.subnav a:hover {
  color: #288303;
}

/* Block Image Background Position */
.background-50-15 .block-image-cover {
  background-position: 50% 15%!important;
}

/* Call to action */

.call-to-action h2 {
  font-size: 34px;
}

/* Accordion */

.accordion-item {
  border: none;
}

.accordion-item .accordion-button {
  padding: 30px 0;
  border-bottom: 1px solid #9DAFBD;
  color: #278403;
  font-size: 36px;
  font-family: 'Omnes Cond', sans-serif;
  font-weight: 700;
  background: transparent!important;
}

.faq-accordion {
    .accordion-button.icon-plus::before, 
    .accordion-button.icon-plus::after {
        content: "+";
        font-size: 23px;
    }
}


.block-jobs .job {
  background-color: #ffffff;
}

/* Background jobs yellow */

.job-background-yellow .block-jobs .job {
  background-color: #ffffff;
}

.accordion-item {
  background: transparent!important;
}

/* Search page */

.job-search-results .btn {
  padding: 20px 30px !important;
}

.job-search-results .form-control {
  margin-right: 30px;
}


.job-search-results-title a, 
.job-search-results-title a:visited {
  color: #278403;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.locations .card {
  border: none;
  padding: 34px;
}

.locations .card h2 {
  color: #144700;
}

.locations p {
  font-weight: 700;
  color: #144700;
}

.locations strong {
  font-weight: 700;
  font-size: 29px;
  font-family: 'Omnes Cond', sans-serif;
}

.sidebar {
  background-color: #FAF8F5;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 30px;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
  background-color: #278404;
  border-color: #278404;
}

.page-link {
  color: #278404;
}

.page-link:hover {
  color: #278404;
}

/* Editor */

.page-body.page.editing div#page_row_0 {
  z-index: 100;
  position: relative;
}

@media (max-width: 768px) {
  .job-search-results .form-control {
    margin-right: 0;
  }
  
  .job-search-control .input-group-btn {
    width: 100%;
    margin-top: 10px;
  }

  .job-search-control .input-group .btn {
    width: 100%;
  }

  .job-search-control .near-me-control {
    margin-left: 0;
  }

  .job-search-control .fix-autocomplete {
    margin-right: 0 !important;
  }
}

/* Cookie Pop Up */

#consent_reject.btn-info,
#consent_reject.btn-info:hover,
#consent_reject.btn-info:active,
#consent_reject.btn-info:visited,
#consent_reject.btn-info:focus {
  border: 1px solid #e5e2dc;
  background: #e5e2dc;
  color: #343332;  
}

#consent_agree.btn-success,
#consent_agree.btn-success:hover,
#consent_agree.btn-success:active,
#consent_agree.btn-success:visited,
#consent_agree.btn-success:focus {
  border: 1px solid #fff;
  background: #278403;
  color: #ffffff;
}

#manage_cookie_preferences.btn-light,
#manage_cookie_preferences.btn-light:hover,
#manage_cookie_preferences.btn-light:active,
#manage_cookie_preferences.btn-light:focus,
#manage_cookie_preferences.btn-light:visited {
  border: 1px solid #e5e2dc;
  background: #e5e2dc;
  color: #343332;  
}

#consent_reject span {
    display: none;
}

#consent_reject:after {
    content: "Only Necessary Cookies";
}

#consent_agree span {
    display: none;
}

#consent_agree:after {
    content: "Agree and Continue";
}


.consent-modal .btn {
  margin-bottom: 10px;
}

.consent-modal .modal-footer>* {
  margin: 0;
}

/* CTA Input */

.form-call-to-action input[type=file].form-control {
  padding: 6px;
}

.job-search-results input.form-control {
  border-radius: 60px;
}

.block-job-search-results .job-search-filter-groups .search-filter {
  padding-left: 8px;
}

.form-control,
.selectize-input {
  border-radius: 60px;
  font-size: 18px;
  padding: 10px;
}

.selectize-control.multi .selectize-input>div {
  background-color: #278403;
}

.selectize-dropdown .active {
  color: #fff;
  background-color: #278403;
}

.easy-autocomplete-container ul .eac-item a, .easy-autocomplete-container ul .eac-item a:visited {
   color: #278403;
}

.block-job-description h3 {
  font-size: 34px;
}

@media (min-width: 768px) {
  .number-cards h2 {
    font-size: 62px;
  }

  .anchor a::before {
    content: '';
    display: block;
    visibility: hidden;
    height: 77px;      /* this is the height of your header */
    margin-top: -77px; /* this is the height of your header, negated */
 }
}

.carousel-control-prev, .carousel-control-next {
  width: 15%;
}

@media (min-width: 768px) {
  .sidebar h2 {
    font-size: 34px;
  }

  .padding-10-carousel .carousel {
    padding: 0 10%;
  }

  .carousel-control-prev, .carousel-control-next {
    width: 15%;
  }

  .block-job-description h3 {
    font-size: 40px;
  }

  .height-img-600 .col-md-6 .block-image-cover, 
  .height-img-600 .col-md-4 .block-image-cover, 
  .height-img-600 .col-md-8 .block-image-cover {
    height: 600px; 
  }

  .carousel-item-caption-detail {
    max-width: 500px;
    margin: 0 auto;
  }
}

blockquote {
  border-left: none;
  padding: 15px;
  margin: 15px;
  font-size: 24px;
  color: #278403;
  font-family: 'Omnes Cond', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.no-padding .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.quote-block img {
  border-radius: 50%;
}

/* Blog Cards */

.posts-cards .card {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.posts-cards .card-title,
.posts-cards .card-text {
  margin: 15px;
}

.posts-cards .card-footer {
  background-color: #faf8f5;
  padding: 15px;
}

.author-metadata {
  flex-direction: row-reverse!important;  
}

.posts-card-link, 
.posts-card-link:hover, 
.posts-card-link:active, 
.posts-card-link:focus, 
.posts-card-link:visited {
  margin: 0 auto;
}

.job-search-filter-groups {
  width: 100%;
}

.block-blog-search-results .form-control {
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cat-search {
    top: 61px;
  }
}

@media (min-width: 991px) and (max-width: 1400px) {
  .cat-search {
    top: 84px;
  }
}

@media (min-width: 768px) {
  .links-main-footer h4 {
    padding-left: 100px;
  }
}

@media (max-width: 768px) {
  .links-main-footer h4 {
    padding-top:20px;
    padding-left:0;
  } 

  .links-main-footer .col-md-6 {
    padding-left: 0px;
  }

  .posts-cards .card-columns {
    grid-template-columns: none!important;
 }
}

.bg-primary {
  background-color: #FFD633!important;
  color: #343332;
}

.badge.post-tag {
  margin: 0 15px;
}

.carousel-dig-deeper img.carousel-item-block-image {
width: 100%;
}

@media (max-width: 768px) {
  img.carousel-item-block-image {
    height: 326px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  img.carousel-item-block-image {
    height: auto;
    width: 100%;
  }
}

.pink-text h2 {
  color: #f397a6;
}

.sidebar.green-bg {
  background-color: #d7eec3;
}


/* Carousel */

.carousel-indicators [data-bs-target] {
	background-color: #f397a6;
}

.carousel-control-prev,
.carousel-control-next {
	opacity: 1;
	width: 10%;
}

.carousel {
	position: relative;
	padding-bottom: 3rem; /* Add space for indicators */
}

img.carousel-item-block-image {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 768px) {
  .carousel .carousel-item-block {
    width: 100%;
    padding-bottom: 15px;
  }
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.carousel-caption {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 768px) {
  .carousel-control-prev, .carousel-control-next {
      opacity: 1;
      width: 15%;
  }

  .card {
    margin-bottom: 15px;
 }

  .padding-mobile-bottom-0 {
     padding-bottom: 0!important; 
  }
}

@media (min-width: 768px) {
	.carousel-block .carousel-inner {
		padding: 0 100px;
	}
}

img {
  border-radius: 25px;
}

.card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.posts-cards .card-columns {
  grid-template-columns: repeat(3, 1fr);
}

.carousel-inner>.item{
   /*disables white flash*/
   -webkit-transition: -webkit-transform .5s ease-in-out;
   -o-transition: -o-transform .5s ease-in-out;
   transition: transform .5s ease-in-out;
}

.carousel { 
  overflow: hidden; 
}

@media (min-width: 768px) {
  .carousel-item {
      overflow: hidden;
      padding: 0 20px;
  }
}

.center-carousel .carousel div[class*=col-] {
  align-self: center !important;
}

/* Icons */

.check h2:before {
  content: "\f15b";
  font-family: "Font Awesome 7 Free";
  display: block;
}

.phone h2:before {
  content: "\f03d";
  font-family: "Font Awesome 7 Free";
  display: block;
}

.two-people h2:before {
  content: "\f086";
  font-family: "Font Awesome 7 Free";
  display: block;
}

.group-chat h2:before {
  content: "\e533";
  font-family: "Font Awesome 7 Free";
  display: block;
}

.badge-icon h2:before {
  content: "\f508";
  font-family: "Font Awesome 7 Free";
  display: block;
}

.handshake h2:before {
  content: "\f2b5";
  font-family: "Font Awesome 7 Free";
  display: block;
}

/*video container */

.video-container-new .row {
    margin-right: 0;
}
.video-container-new .row .col-md-12 {
    padding-right: 0;
}

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  
  
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

header * {
  color: #fff;  
}

.video-text-block {
  width: 800px;
  margin: 0 auto;  
}

.video-text-block .input-group-btn button, 
.video-text-block .input-group input {
  height: 45px;
}

/*--
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://d36rd0l160k43h.cloudfront.net/d30721330728a16db3baf36b59358776/cbca43680122c2c8dde0d40b0b7b3644/Video-Img.png') black no-repeat center center scroll;
    background-size: contain;
  }
  header video {
    display: none;
  }
}
--*/

.no-gutters .container-fluid {
  padding: 0;
}

@media (max-width: 768px) {
  header {
    position: relative;
    background-color: black;
    height: 10vh;
    min-height: 10rem;
  }

  header video {
    height: 10vh;
  }
}

p.warning-blurb:after {
    content: "Click the download button to request an email containing all of  your 'My account' data ";
    font-size: 16px;
    line-height: normal;
    display: block;
}
p.warning-blurb {
    font-size: 0;
    line-height: 0;
    min-height: 20px;
}

@media (min-width: 768px) {
  .block-jobs .job {
    width: 25%;
  }
}

/* Hiring Steps */

@media (min-width: 768px) and (max-width: 1200px) {
  .hiring-steps .card {
    min-height: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .hiring-steps .card {
    min-height: 250px;
  }
}

/* Life at Zooplus carousel */

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-block h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .carousel-caption p {
    font-size: 14px;
    margin: 0; 
  }
}

/* Header background position change */

.culture.header .block-image-cover {
  background-position: 90% 50%!important;
}

@media (max-width: 768px)
  .header .block-image-cover {
    background-position: 90% 50%!important;
  }
}