@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap);
/* New Careers Global Styling */

/* Font Styling  */

#careers * {
  font-family: 'Lato', sans-serif !important;
}

#careers h1 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

#careers h2 {
  font-size: 40px;
  letter-spacing: 6px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}

#careers h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 10px 0;
}

#careers h4 {
  color: #646363;
}

#careers p {
  color: #646363;
  font-size: 18px;
  line-height: initial;
  font-weight: 300;
}

#careers .charcoal-bg p {
  color: white;
}

#careers strong {
  font-weight: 700;
}

/* Img */

#careers img {
  width: 100%;
}

/* Text Colors */

#careers .gold-text {
  color: #B88E00;
}
#careers .charcoal-text {
  color: #646363;
}
#careers .red-text {
  color: #8D2D43;
}
#careers .grey-text {
  color: #EFEEEE;
}

/* Background Colors */

#careers .gold-bg {
  background-color: #B88E00;
}
#careers .charcoal-bg {
  color: white;
  background-color: #646363;
}
#careers .red-bg {
  background-color: #8D2D43;
}
#careers .grey-bg {
  background-color: #EFEEEE;
}

/* Img */

#careers img {
  width: 100%;
}

/* Video */
#careers .video {
  position: relative;
  z-index: 2;
}

/* Careers Hero Image */
.careers-hero {
  max-height: 75vh;
  overflow: hidden;
}


/* Flower */

img.flower {
  position: absolute;
  max-width: 500px;
  height: auto;
  z-index: 1;
  opacity: .03;
}

.flower-tl {
  left: -150px;
  top: -150px;
}

.flower-tr {
  right: -160px;
  top: -250px;
}


/* Buttons */

#careers .btn {
  padding: 10px;
  border-radius: 20px;
  display: block;
  color: white;
  font-weight: 300;
  text-align: center;
}

/* Careers Header Search */

header.careers form {
  position: relative;
}

header.careers input[type=search] {
  border: 2px solid #EFEEEE;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  padding: 8px;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  margin-left: 20px;
  background: white;
  text-indent: 10px;
}

header.careers ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646363;
  opacity: 1; /* Firefox */
}

header.careers ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #646363;
  opacity: 1; /* Firefox */
}

header.careers :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #646363;
}

header.careers ::-ms-input-placeholder { /* Microsoft Edge */
  color: #646363;
}

/* Framework */
#careers section {
  position: relative;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Header */

header.careers {
  border-bottom: 5px solid #B88E00;
}

.careers .header_main {
  font-family: 'Lato', sans-serif;
  height: 100%;
  padding: 14px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.careers img.logo {
  top:0;
}

.careers .header_main__right ul li {
  margin: 10px;
}

@media (max-width: 1100px) {
  .header_main__right ul li {
      margin: 0 4px;
  }
}

.careers .header_main__right ul li a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #646363;
  letter-spacing: 3px;
}

.careers .header_main__right .mobileMenu ul li a {
  letter-spacing: 1px;
  font-size: 21px;
}

.careers .header_main__right ul li a:hover {
  color: #8D2D43;
  font-weight: 500;
}

.careers .header_main__right ul li a:after {
  background: #8D2D43;
}


/* Footer */

.menu-footer-careers-container {
  display: inline-block;
  margin-bottom: 35px;
}

.menu-footer-careers-container ul li {
  display: inline-block;
  padding-left: 15px;
  font-weight: 300;
}

.careers .copyright {
  text-align: right;
}

footer .footer_inner .copyright-careers p {
  font-size: 12px;
  font-weight: 300;
  padding-top: 25px;
}

footer.careers .footer_inner .copyright p {
  text-align: right;
}

.careers .footer_inner {
  /* text-align: center; */
}

.careers .company-add-foot a {
  margin-bottom: 10px;
  display: inline-block;
}

footer.careers {
  padding: 30px 0px 20px 0px;
}

footer.careers .footer_inner .copyright p {
  margin:0;
  line-height: initial;
}

.footer.careers .social {
  margin-left: 50px;
  float: right;
}

.footer_inner .social img {
  height: 16px;
  float: left;
  margin-right: 10px;
  transition: all .2s;
  color: #fff;
  width: auto;
}

.footer .footer_inner a.yellow {
  color: #fff;
  text-decoration: none;
}

.footer_inner .trustpilot-widget {
  margin: 10px auto;
}

#careers.landing .hero::before,
#careers.vacancies .hero::before {
  bottom: 90px;
}

#careers.vacancies .text-block p  {
  color:white;
}

#careers .hero::before {
  content: 'V';
  padding: 8px 14px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  color: white;
  background: rgba(0,0,0,.3);
  text-align: center;
  transform: translateX(-50%);
  border: 3px solid white;
  border-radius: 30px;
}

#careers.vacancy-single ul li {
  color: #646363;
  font-size: 16px;
  line-height: initial;
  font-weight: 300;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}

#careers.vacancy-single ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #8D2D43;
  left: -16px;
  top: 6px;
}

#careers .how-to {
  text-align: center;
}

#careers .how-to p {
  font-weight: 400;
  color: #646363;
}

#careers .apply-now {
  width: 160px;
  z-index: 2;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(10, 165, 31);
  box-shadow: 0 0 0 0 rgba(10, 165, 31, 1);
  font-weight: 400;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(10, 165, 31, 0.7);
  }
  
  70% {
    box-shadow: 0 0 0 10px rgba(10, 165, 31, 0);
  }
  
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 31, 0);
  }
}
#careers .search {
  border-top: 5px solid #B88E00;
  position: relative;
  transform: translateY(-25%);
  text-align: left;
  padding: 30px 20px;
  color: #646363;
  z-index: 2;
  box-shadow: 0px 0px 5px 0px #b2b2b2;
}

#careers .select-dropdown::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #b2b2b2;
}

#careers .search h3 {
  text-align: center;
  margin-bottom: 35px;
}

#careers .search label {
  display: block;
  padding-left: 8px;
  font-size: 20px;
}

#careers .search select {
  color: #b2b2b2;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 20px;
  margin-top: 8px;
  border: 1px solid #b2b2b2;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#careers .search span {
  position: relative;
}

#careers .all-about {
  color: #646363;
}

#careers .all-about span {
  position: relative;
}

#careers .all-about span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 5px;
  left: -10px;
  background: #EFEEEE;
  z-index: -1;
  padding: 10px;
}

#careers .circle {
  position: relative;
  top: 5px;
  left: 5px;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: white;
  background-color: #646363;
  display: block;
  line-height: 100px;
  font-size: 42px;
}

#careers .circle-border {
  position: relative;
  text-align: center;
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 100%;
  background: linear-gradient(270deg, #B88E00 50%, transparent 50%), linear-gradient(0deg, #B88E00 80%, lightgray 50%);
  display: block;
}

#careers .vision-text {
  text-align: right;
}

#careers .vision-text h1 {
  position: relative;
}

#careers .vision-text h1::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #8D2D43;
  bottom: 12px;
  right: -12px;
}

#careers .values p {
  text-align: center;
  padding: 10px 30px;
}

#careers .employee-text {
  position: relative;
  top: -230px;
  text-align: right;
  margin: 20px 0;
}

#careers .right-image-1{
  position: absolute;
  right: 0;
  top: 40px;
  width: 50%;
}

#careers .slider-text{
  position: absolute;
  top: 80%;
  left: 15%;
  color: white;
}

#careers .slider-text .gold-bg {
  background-color: rgba(184,142,0,.8);
  padding: 50px;
  height: 300px;
  width: 500px;
}

#careers .slider-text .gold-bg .inner {
  position: relative;
}

#careers .slider-text .gold-bg .inner img {
  height: 90px;
  position: absolute;
  left: -160px;
  top: -100px;
}

#careers .slider-text .gold-bg h2 {
  margin-bottom: 20px;
  margin-top: 80px;
}

#careers .slider-text .gold-bg a {
  color: white;
  font-weight: 300;
}

#careers .slider-text .gold-bg span {
  background: #8D2D43;
  margin-right: 3px;
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 20px;
  font-size: 15px;
}

#careers .carousel-wrapper {
  top:-200px;
  position: relative;
}
#careers .carousel-wrapper .image img {
  width: 95%; 
  height: 900px;
}

.a-center {
  align-items: center;
}

.categories {
  position: relative;
  top: -150px;
}

.category-block {
  position: relative;
  border-top: 5px solid #8D2D43;
  transition: all .4s ease-in-out;
  margin: 10px;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.category-block a {
  width: 100%; 
  height:100%; 
  position: absolute; 
  left:0; 
  top:0; 
  z-index: 2;
}

.category-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 1;
  left: 0;
  transition: all .4s ease-in-out;
}

.category-block:hover::before {
  background: #8D2D43;
  opacity: .9;
}

.category-block:hover {
  cursor: pointer;
  border-top: 5px solid #B88E00;
}

.text-block {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: white;
  padding: 20px;
  width: 50%;
}

#careers .hero iframe {
  width: 100%;
  height: 700px;
}

#careers .progress {
  position: relative;
}
#careers .progress .percent {
  position: absolute;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: white;
  display: block;
  line-height: 100px;
  font-size: 42px;
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
}
#careers .progressbar {
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  transform: rotate(-90deg);
}

#careers .progressbar__svg {
  position: relative;
  width: 100%;
  height: 100%;
}

#careers .progressbar__svg-circle.circle-grey {
  stroke: #d3d3d3;
  stroke-dashoffset: 0;
}
#careers .progressbar__svg-circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 6;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke: #b88e00;
  stroke-linecap: round;
  transform: translate(5px, 5px);
  transition: stroke-dashoffset 1s ease-in-out;
}
#careers .progressbar__text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.25em 0.5em;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0.25em;
  transform: translate(-50%, -50%) rotate(90deg);
}

.careers-2022-intro iframe {
  position: relative;
  z-index: 1;
}

/* #careers .circle-animate {
  -webkit-animation: anim_circle 1s ease-in-out forwards;
          animation: anim_circle 1s ease-in-out forwards;
} */

@keyframes anim_circle {
  to {
    stroke-dashoffset: 22;
  }
}
/* Generic */
.homepage .btn {
  padding: 10px 35px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}

.homepage .bg-red {
  background-color: #8d2d43;
  color: white;
}

.homepage .bg-blue {
  background-color: #2e4676;
}

.homepage .bg-mustard {
  background-color: rgb(184, 142, 0);
  color: white;
}

.homepage .bg-dgrey {
  background-color: #646363;
}

.homepage .bg-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Homepage */

.homepage .homepage-video-banner video {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage .search-box {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  overflow: visible;
}

.homepage .hero {
  position: relative;
}

.homepage .heading {
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1rem;
}

.homepage .search-box {
  bottom: 80px;
}

.homepage .form-wrapper {
  background: transparent;
  height: 100%;
  padding: 0;
}

.homepage .form-wrapper .flex-row {
  display: flex;
  flex-direction: row;
  border-radius: 30px;
  box-shadow: 0px 0px 3px #c4c4c4;
}

.homepage .form-block {
  width: 50%;
}

.homepage .form-dropdown {
  width: 30%;
  background: white;
  position: relative;
}

.homepage .form-dropdown .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 2;
  top: 60px;
}

.homepage .form-dropdown .dropdown.active {
  display: block;
}

.homepage .form-dropdown .dropdown-option {
  padding: 20px 15px;
  font-size: 18px;
  cursor: pointer;
}

.homepage .form-dropdown .dropdown-option:hover {
  cursor: pointer;
  background-color: #f3f4f6;
}

.homepage .text-input {
  font-size: 13px;
  padding: 22px;
  border-radius: 30px 0px 0 30px;
  text-indent: 20px;
  font-weight: 400;
}

.homepage .search-box label {
  font-size: 16px;
}

.homepage .hero_search__submit {
  width: 20%;
}

.homepage .hero_search__submit .submit {
  position: relative;
}

.homepage .hero_search__submit input {
  padding: 18px !important;
}

.homepage .hero_search__submit .submit svg {
  position: absolute;
  z-index: 1;
  width: 26px;
  left: 0;
  top: 18px;
}

.homepage .hero_search__submit .submit-btn {
  width: calc(100% + 30px);
  left: -30px;
  margin-top: 0;
  font-size: 20px;
  border-radius: 40px;
  position: relative;
  color: white;
  background-color: #b88e00;
}

.homepage .form_row {
  position: relative;
  padding: 17px;
  font-size: 18px;
  cursor: pointer;
}

.homepage .form_row .chevron {
  width: 10px;
  position: absolute;
  right: 60px;
  top: 20px;
  transform: rotate(90deg);
  color: #646363;
  transition: all 0.3s ease-in-out;
  top: 22px;
}

.homepage .form_row .chevron.active {
  transform: rotate(-90deg);
}

.homepage .two-column-container {
  display: flex;
  width: 100%;
  background-color: #646363;
}

.homepage .large-font .content-block .title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}

.homepage .large-font .content-block img {
  padding: 20px 0;
  max-width: 300px;
}

.homepage .large-font .content-block .message {
  font-size: 24px;
  font-weight: bold;
}

.homepage .column-block {
  width: 50%;
  position: relative;
}

.homepage .content-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.homepage .column-block-inner {
  height: 100%;
}

.homepage .column-block-inner video {
  display: block;
}

.homepage .fullw-banner img {
  width: 100%;
  display: block;
}

.homepage .content-block .title {
  font-size: 40px;
  color: white;
}

.homepage .content-block .message {
  max-width: 500px;
  color: white;
  font-size: 19px;
}

.homepage .content-block .btn {
  margin-top: 30px;
}

.homepage .banner-container {
  text-align: center;
}

.homepage .banner-container .inner {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0.9) 100%
  );
  background-position: 50% 50%;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-size: auto auto;
  color: #8d2d43;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

.homepage .banner-container .inner .title {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-top: 20px;
  text-transform: uppercase;
}

.homepage .banner-container .inner .title .large-text {
  display: block;
  font-weight: bold;
  font-size: 160px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.homepage .banner-container .inner .message {
  font-size: 22px;
}

.homepage .three-block-row {
  display: flex;
  flex-direction: row;
  background-color: rgb(100 99 99 / 0.9);
  align-items: center;
}

.homepage .three-block-row .three-block-single {
  width: 33.33333%;
}

.homepage .three-block-row .three-block-single .text.inner {
  padding: 0 50px;
}

.homepage .three-block-row .three-block-single .title {
  color: white;
  font-weight: bold;
}

.homepage .three-block-row .three-block-single .message {
  color: white;
  max-width: 500px;
}

.homepage .three-block-row .three-block-single .btn {
  margin: unset;
  margin-bottom: 30px;
}

.homepage .three-block-row .three-block-single img {
  display: block;
  width: 100%;
}

.homepage .latest-news-inner {
  padding-top: 60px;
  padding-bottom: 100px;
}
.homepage .latest-news-inner .heading {
  font-size: 40px;
  margin: 15px 0;
  color: white;
  font-weight: 400;
  color: #fff;
}
.homepage .latest-news-inner .columns {
  display: grid;
}
.homepage .latest-news-inner .three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.homepage .latest-news-inner .two-col {
  grid-column: span 2 / span 2;
}
.homepage .latest-news-inner .latest-news-block {
  background-size: cover !important;
}
.homepage .latest-news-inner .latest-news-block .inner {
  padding: 20px 80px 20px 20px;
  width: 50%;
  background-color: rgba(100, 99, 99, 0.8);
}
.homepage .latest-news-inner .latest-news-block .inner .heading {
  font-size: 28px;
  margin-top: 0;
  padding-bottom: 8px;
  color: white;
  border-bottom: 2px dotted rgb(184 142 0);
  font-weight: 400;
}
.homepage .latest-news-inner .latest-news-block .inner .text-content {
  font-size: 19px;
  font-weight: 300;
  color: white;
  margin: 20px 0 16px;
}
.homepage .latest-news-inner .latest-news-block .inner .link {
  font-size: 18px;
  font-weight: 300;
  color: rgb(184 142 0);
  text-decoration: underline;
}
.homepage .latest-news-inner .other-news {
  position: relative;
}
.homepage .latest-news-inner .other-news .heading {
  font-size: 32px;
  margin-top: 0;
  padding-bottom: 2px;
  font-weight: 400;
  color: white;
}
.homepage .latest-news-inner .other-news .news-block {
  margin-bottom: 10px;
}
.homepage .latest-news-inner .other-news .news-block .heading {
  font-size: 26px;
  margin: 8px 0;
  padding-bottom: 8px;
  font-weight: 400;
  color: white;
  border-bottom: 2px dotted rgb(184 142 0);
  font-weight: 300;
}
.homepage .latest-news-inner .other-news .news-block .link {
  font-size: 18px;
  font-weight: 300;
  color: rgb(184 142 0);
  text-decoration: underline;
}
.homepage .latest-news-inner .other-news .archive-link {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: white;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  color: rgb(255 255 255);
  background-color: rgb(184 142 0);
}

#rate-reducer {
  .content {
    color: #646466;
  }
  h2 {
    font-weight: 600;
  }
  .row {
    display: flex;
    .banner,
    .banner img {
      width: 100%;
      display:block;
      margin-bottom: 10px;
    }
    .blue-box {
      background-color: #2d4675;
      color: #FFF;
    }
    .col {
      padding: 20px;
      font-size: 26px;
      span {
        font-weight: 600;
      }
      h2 {
        margin: 4px 0;
        font-weight: 600;
        span {
          font-weight: 600;
        }
      }
      h4 {
        margin: 10px 0;
      }
    }
    .video {
      width: 100%;
      text-align: center;
      margin-bottom: 60px;
      margin-top: 20px;
      position: relative;
      img {
        width: 100%;
        height: 352px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
      }
      .video-hidden video {
        width: 100%;
        height: 352px;
      }
    }
    .map {
      position: relative;
      img {
        width: 100%;
        height: 352px;
        -o-object-fit: cover;
           object-fit: cover;
        margin-top: 20px;
      }
      span {
        width: 45%;
        text-align: center;
        background-color: #8D2D43;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 0px;
        color: #FFF;
        font-weight: normal;
        border: 1px solid white;
        font-size: 20px;
        img {
          height: 15px;
          width: 15px;
          -o-object-fit: fill;
             object-fit: fill;
          margin: 0px;
          position: absolute;
          right: 15px;
          top: 17px;
          transform: rotate(-90deg);
        }
      }
    }
    .col.col-two {
      width: 50%;
      .list-item {
        color: #646466;
        ul {
          list-style: none;
          li {
            font-size: 16px;
            display: flex;
            flex-direction: row;
            align-items: center;
            font-weight: 400;
            img {
              width: 60px;
              min-width: 60px;
              padding: 4px;
              margin-right: 20px;
            }
          }
        }

      }
    }
  }
}


@media (max-width: 768px) {
  #rate-reducer {
    .row {
      display: flex;
      flex-direction: column;
      margin: 0;
      .content {
        padding: 0;
        .respon-pad {
          padding: 0;
        }
      }
      .video {
        margin-bottom: 0;
      }
      .col.col-two {
        width: 100%;
      }
      .banner {
        margin: 0;
        img {
          margin: 0;
        }
      }
    }

  }
}

@media (max-width: 425px) {
  #rate-reducer {
    .col {
      font-size: 18px;
      h2,h4 {
        font-size: 18px;
      }
      .content.respon-pad {
        padding: 0 10px;
      }
      .video {
        margin-bottom: 0;
        img {
          height: auto;
        }
        .video-hidden{
          video {
            height: auto;
          }
        }
      }
      .map { 
        img {
          height: auto;
        }
      }
    }
  }
}
.filters-view {
  h3 {
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 15px;
  }
  .filters-icons {
    display:flex;
    justify-content: space-between;
    .filter-icon {
      background: none; 
      cursor: pointer;
      padding: 0;
      svg {
        width: 40px;
        fill: none;
        stroke: #646363;
        stroke-miterlimit: 10;
        stroke-width: 19.8px;
      }
      &.active {
        svg {
          stroke: var(--yellow);
        }
      }
    }
    .filter-button {
      padding: 8px 20px;
      font-weight: 500;
      cursor: pointer;
      &.active {
        background-color: var(--yellow);
        color: white;
      }
    }
  }
  .filters-choice {
    display:flex;
    label {
      display: block;
      font-size: 13px;
    }
    select {
      padding: 5px;
      border-bottom: 3px solid #B88E00;
      font-weight: 300;
      width: 95%;
      margin-top: 4px;
      background: #f0f0f0;
      font-weight: 400;
      cursor: pointer;
    }
  }
  .filters-select {
    display: flex;
    flex-wrap: wrap;
    input {
      width: unset;
      float: left;
      margin-right: 10px;
    }
    label {
      width: 33%;
      position: relative;
      top: 1px;
    }
  }
}
.plot-table {
  thead {
    text-align: left;
    th {
      border-bottom: none;  
    }
    th.sorting_asc, 
    th.sorting_desc {
      color: var(--yellow);
    }
  }
  tbody {
    .plot-img {
      position: relative;
      p {
        position: absolute;
        bottom: 0;
        left: 0px;
        bottom: -13px;
        background: var(--red);
        color: white;
        padding: 4px 10px;
      }
      img {
        width: 100%;
        max-width: 200px;
        max-height: 130px;
        -o-object-fit: cover;
           object-fit: cover;
      }
    }
    .plot-icon {
      max-width: unset;
      width: 22px;
      position: relative;
      top: 5px;
      left: -10px;
      &.chev {
        width: 40px;
        float: right;
        cursor: pointer;
      }
    }
  }
  .even {
    background: #f8f8f8;
  }
}
.content {
  .hidden {
    display: none;
  }
}
.grid {
  &.filtered {
    .row {
      overflow: unset;
      clear: none;
    }
    .load-more-btn {
      display: none;
    }
  }
}


/* Responsive */


@media (max-width: 768px) {
  .filters-view {
    font-size: 14px;
    .sorting_1 {
      padding: 0;
    }
    .filters-select {
      label {
        width: 50%;
        margin-right: 0px;
      }
    }
  }
  .development_homes {
    .list {
      overflow-x: auto;
    }
  }
  .plot-table {
    tbody {
      .plot-img {
        p {
          padding: 7px;
          font-size: 8px;
          line-height: 1;
          bottom: -5px;
        }
      }
      .plot-icon {
        display: none;
        &.chev {
          display: block;
          position: relative;
          top: 0px;
          left: 5px;
        }
      }
    }
  }
}
.wireframe-outline {
  border: 1px solid #888;
}

.carousel-videos .slick-prev {
  left: 15px;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.carousel-videos .slick-prev::before{
  font-size: 50px;
}
.carousel-videos .slick-next {
  right: 35px;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.carousel-videos .slick-next::before{
  font-size: 50px;
}

.footer_inner {
  text-align: left;
}

.footer_inner a img {
  display: block;
}

.footer_inner .image-strip a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.footer_inner .image-strip a img {
  padding: 15px 0;
}

footer .social {
  display: flex;
}

@media only screen and (max-width: 480px) {

  .footer_inner h5 {
    text-align: center;
  }



  .footer_inner .social a {
    text-align: center;
    display: inline-block;
  }

  .footer_inner .trustpilot-widget {
    margin: 20px auto;
  }
}

@media only screen and (max-width: 768px) {
  .header_main__left .menuIcon,
  .header_main__left .mobileSearch {
    top:0;
    transform:translateY(0);
  }
}




/* Why Buy New */

.why-buy-new .hero-block {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.why-buy-new .hero-block .page-title-block {
  position: absolute;
  bottom: 50px;
  width: 40%;
  background-color: rgba(100 99 99 / 0.9);
  text-align: right;
  padding: 1.5rem .5rem 1.5rem 0px;
}

#careers.why-buy-new .hero-block .page-title-block h1 {
  font-size: 40px;
  color: white;
  font-weight: 400;
}

.why-buy-new .intro-section {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
#careers.why-buy-new img {
  display:block;
}

#careers.why-buy-new p {
  font-size: 16px;
}
#careers.why-buy-new h2 { 
  font-size: 30px;
}

.wbn-cta .cta-btn {
  margin-top: 20px;
  padding: 10px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.wbn-cta .cta-btn.red {
  background: #8D2D43;
}
.wbn-cta .cta-btn.gold {
  background: #B88E00;
}

.center .cta-btn {
  margin: 0 auto;
}


/* Homepage Blocks */

.large-banner-hp {

}

.large-banner-hp .inner {
  background: rgba(238, 240, 227, .8);
  color: #8D2D43;
}

.large-banner-hp .inner h2 {
  font-weight: bold;
}

.large-banner-hp .inner .large-text {
  display: block;
  font-size: 120px;
  font-weight: bold;
  padding-top: 45px;
}

.large-banner-hp .inner .content-text {
  font-size: 60px;
  color: #888;
  font-weight: 700;
  padding-top: 20px;
}

.large-banner-hp .inner .content-text .bold-text {
  font-weight: bold;
}

.large-banner-hp .inner .btn-hp-banner {
  padding: 14px 40px;
  background-color: #8D2D43;
  color: white;
  cursor: pointer;
}

.large-banner-hp .inner p small {
  color: #888;
  padding-top: 20px;
  display: block;
  font-weight: 400;
}

.home-2022-about-block {
  display: flex;
  width: 100%;
  align-items: center;
}

.home-2022-about-block-inner {
  width: 100%;
}

.home-2022-about-block-inner a {
  padding: 14px 40px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
}

.home-2022-about-block .about {
  background: #2e4676;
}

.home-2022-about-block-inner .left-block, 
.home-2022-about-block-inner .right-block {
  font-size: 18px;
  line-height: 1.4;
  color: white;
  padding: 80px 0;
}

.home-2022-about-block-inner .right-block p {
  font-size: 18px;
  line-height: 1.4;
}
/* Share Modal */

.share-popup h2 {
  padding-bottom: 15px;
}

ul.share-options {
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0px;
}

.share-options li {
  border: 1px solid #e8e8e8;
  flex: 1 1 49%;
}

.share-options li a {
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
}

.share-options i {
  position: relative;
  top: 3px;
  float: left;
}

.share-options .arrow-right i {
  float: right;
}


@media only screen and (max-width: 1240px) {
  #careers.why-buy-new p {
    font-size: 15px;
  }
  #careers.why-buy-new h2 { 
    font-size: 30px;
  }
}
@media only screen and (max-width: 1200px)  {
  #careers.why-buy-new .col-md-12 {
    width: 100%;
  }

  #careers.why-buy-new .col-10 {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 960px) {

  #careers .container>.columns>div {
    padding: 10px 20px;
  }

  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  #careers .search .columns>div {
    padding: 0px;
  }

  .py-50 {
    padding:0px;
  }

  /* General Responsive Styles */

  .header .header_main {
    z-index: 99;
  }

  .careers .header_main .header_main__left .menuIcon {
    position: absolute;
    left: unset;
    right: 0;
    top: 25%;
    display: block;
  }

  .careers .header_main__left .menuIcon_part {
    width: 29px;
    height: 1px;
  }

  .careers .open .header_main__right .mobileMenu {
    background: #646363;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    text-align: left;
    z-index: 2;
    padding: 30px;
    padding-top: 130px;
    left: -100%;
    transition: all .3s;
    overflow: auto;
  }

  header.careers .mobileMenu input {
    margin-left:0;
    margin-top: 20px;
  }

  .careers .header_main__right .open ul li a {
    color: white;
  }

  #careers .select-dropdown::after {
    right: 10px;
  }

  .flower {
    z-index: 1;
    left: 0;
    right: 0;
    max-width: 100%;
    width: auto;
  }

  #careers h1 {
    font-size: 40px;
  }

  #careers h2 {
    font-size: 20px;
  }

  #careers h3 {
    font-size: 18px;
  }

  #careers h4 {
    font-size: 15px;
  }

  .spacer {
    display:none;
  }

  .categories {
    top:0;
  }

  footer.careers {
    margin-top: 70px;
  }

  #careers .right-image-1 {
    position: inherit;
    width: 100%;
    height: 100% !important;
    top: -20px;
  }

  #careers .video iframe {
    height: 450px;
  }

  #careers.landing .outer-container .hero::before, 
  #careers.vacancies .outer-container .hero::before {
    bottom: 20px;
  }

  #careers .search {
    transform: translateY(0) !important;
  }

  .footer .copyright .social {
    float: none;
    margin:0;
    display: block;
  }

  .menu-footer-careers-container ul li {
    display: block;
    padding-right: 20px;
    margin: 0;
  }

  .copyright .menu-footer-careers-container  {
    margin-bottom: 20px;
  }  

   /* Careers Landing */

  #careers.landing .all-about {
    position: relative;
    top: 0;
  }

  #careers.landing .employee-benefits img {
    top:0 !important;
  }

  #careers h2.employee-text {
    text-align: center;
    top:0;
  }

  #careers .carousel-wrapper {
    top:0 !important;
    margin-top:20px;
  }

  #careers .carousel-wrapper .image img {
    width: 100% !important;
    height: auto !important;
  }

  #careers .carousel-wrapper .slider-text {
    display: block;
    left: 0;
    width: 100%;
    top: 160px
  }

  #careers .carousel-wrapper .slider-text .gold-bg {
    width: 65%;
    height: auto;
    padding: 30px;
    margin: 0 auto;
  }

  #careers .slider-text .gold-bg .inner h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  /* Careers Business */

  #careers.business h2 {
    padding-top:10px;
  }

  .why-buy-new .hero-block .page-title-block {
    width: 50%;
    padding: 10px;
  }

  #careers.why-buy-new .hero-block .page-title-block h1 {
    font-size: 30px;
  }

  .why-buy-new .columns {
    padding: 10px 20px;
  }

}

@media (max-width: 840px) {
  .footer_inner ul {
    display: inline;
  }
}

@media (max-width: 480px) {

  #careers h1 {
    font-size: 35px;
  }

  #careers h2 {
    font-size: 20px;
  }

  #careers h3 {
    font-size: 18px;
  }

  #careers h4 {
    font-size: 16px;
  }

  #careers .all-about span:before {
    height: 0;
    bottom: -3px;
  }

  #careers .apply-now {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }

  #careers .carousel-wrapper .slider-text .gold-bg {
    width: 90%;
  }

  #careers .carousel-wrapper .slider-text {
    top:140px;
  }

  .menu-footer-careers-container .menu {
    display: flex;
    flex-direction: column;
  }

  #careers .video iframe {
    height: 250px;
  }

  footer.careers {
    text-align: center;
    margin-top: 70px;
  }

  footer.careers .trustpilot-widget {
    margin:0 auto;
  }

  .copyright .menu-footer-careers-container {
    text-align: center;
    width: 100%;
  }

  .menu-footer-careers-container ul li {
    padding: 0 !important;
    display: block !important;
  }


  .company-add-foot {
    text-align: center;
  }

  .careers .company-add-foot .contact-details {
    font-size: 11px;
  }

  footer .footer_inner .copyright-careers p {
    text-align: center;
  }

  footer .footer_inner .copyright .social {
    display: flex;
    justify-content: center;
    margin:0;
    margin-bottom: 20px;
  }

  #careers .col-10 {
    width: 100%;
  }
  #careers.why-buy-new .columns {
    padding: 10px;
  }
  .why-buy-new .hero-block .page-title-block {
    width: 85%;
  }

  #careers.why-buy-new .grey-bg:nth-child(odd) .repeater-block .columns {
    flex-direction: column-reverse;
  }

}
/* =============================================================================

Community Hub Pages

================================================================================ */

#community-hub .hidden {
  display: none;
}

#community-hub * {
  font-family: 'Lato', sans-serif;
}


#community-hub .hero-block {
  height: 48vh;
  max-height: 48vh;
  position: relative;
  background-position: bottom;
  background-size: cover;
  overflow: hidden;
}
#community-hub .hero-block:after {
  content:'';
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 8;
  opacity: .4;
}
#community-hub .hero-block .page-title-block {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
}
#community-hub .hero-block .page-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
#community-hub .hero-block img {
  position: absolute;
  width: 100%;
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 8;
}

#community-hub .tab-buttons .tabs {
  text-align: center;
  margin: 40px 0;
}

#community-hub .tabs .tab {
  text-align: left;
  width: 21%;
  background: #86a79b;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 20px 40px;
  box-shadow: none;
  transition: .3s all ease-in-out;
  font-weight: 400;
}

#community-hub .tabs .tab.active,
#community-hub .tabs .tab:hover {
  color: #86a79b;
  background: white;
}

#community-hub .tab-content {
  margin-bottom: 80px;
}

#community-hub .tab-content-inner {
  margin-top: 60px;
  position: relative;
}

#community-hub img.flower {
  position: absolute;
  max-width: 650px;
  height: auto;
  z-index: -1;
  opacity: .03;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#community-hub .tab-content-inner h2 {
  font-size: 50px;
  font-weight: 300;
  color: #86a79b;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#community-hub .tab-content-inner p {
  color: #8e8f8d;
  font-weight: 300;
}

#community-hub .tab-content-inner .gold-quote-box {
  border-top: 1px solid #B88E00;
  border-bottom: 1px solid #B88E00;
  padding: 10px 0;
  color: #B88E00;
  margin: 8px;
  position: relative;
}

#community-hub .tab-content-inner .gold-quote-box h3 {
  padding: 10px 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

#community-hub .tab-content-inner .gold-quote-box img {
  max-width: 100px;
  position: absolute;
  height: unset;
  opacity: .3;
}

#community-hub .tab-content-inner .gold-quote-box img.quote-tl {
  left: 0px;
  top: 20px;
}

#community-hub .tab-content-inner .gold-quote-box img.quote-br {
  right: 0px;
  transform: rotate(180deg);
  bottom: 20px;
}

#community-hub .accordion {
  position: relative;
  margin: 15px 0;
}

#community-hub .accordion-item {
  margin-bottom: 10px;
}

#community-hub .accordion-title {
  color: white;
  font-weight: 400;
  margin: 0;
  background: #b88e00;
  padding: 10px;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

#community-hub .accordion-title:after {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 0.5em;
  right: 35px;
  position: absolute;
  top: 12px;
  width: 0.5em;
  color: #fff;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

#community-hub .accordion-item.active .accordion-title:after {
  transform: rotate(-45deg);
  top: 18px;
}

#community-hub .accordion-content {
  display: none;
  padding: 10px;
  color: #9d8f8d;
}

#community-hub .gold-title {
  color: white;
  font-weight: 400;
  margin: 0;
  background: #b88e00;
  padding: 10px;
  position: relative;
  font-size: 18px;
}

#community-hub .contact-section {
  display: flex;
  justify-content: space-evenly;
}

#community-hub .contact-section-block {
  background: #f3e7cd;
  margin: 5px;
  padding: 10px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#community-hub .contact-section img {
  width: 50px;
  position: absolute;
  top: 27px;
  left: 22px;
}

#community-hub .contact-section img.phone-img {
  width: 30px;
  top: 35px;
  left: 40px;
}

#community-hub .contact-section h3 {
  color: #B88E00;
  padding-left: 65px;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

#community-hub .contact-section span {
  color: #707372;
  font-weight: 900;
  font-size: 20px;
}

#community-hub .contact-section p {
  color: #707372;
  font-size: 15px;
  line-height: 1.2;
  margin: 1px 0;
  font-weight: 400;
}

#community-hub .contact-section a {
  color: #707372;
  font-weight: 900;
}

#community-hub .question {
  color: #B88E00;
  margin: 0;
  padding: 0;
}

#community-hub .answer {
  margin-top: 0;
}

#community-hub-modal textarea {
  width: 100%;
  font-family: "Lato";
  padding: 10px;
  min-height: 150px;
  border-bottom: 3px solid var(--yellow);
  background: #f8f8f8;
  outline: none;
  transition: all 0.2s;
}

#community-hub-modal textarea:focus {
  border: 2px solid #000;
  border-color: #B88E00;
  border-color: var(--yellow);
}

.modalInner .community-hub p {
  text-align: left;
  padding: 0;
}

#community-hub .modalInner input[type=submit] {
  background: #7EA799;
  text-transform: uppercase;
}

#community-hub .contact-form label {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #8e8f8d;
}

#community-hub .contact-form input {
  padding: 5px;
  border-bottom: 3px solid #B88E00;
  font-weight: 400;
  background-color: whitesmoke;
}

#community-hub .contact-form textarea {
  width: 100%;
  padding: 10px;
  min-height: 150px;
  border-bottom: 3px solid #B88E00;
  background-color: whitesmoke;
}

#community-hub .contact-form input[type=submit] {
  border-bottom: none;
  background-color: none;
  background: #475E8D;
  padding: 12px;
  font-weight: 400;
}

@media (max-width: 320px) {
  /* xs */
}

@media (max-width: 600px) {
  /* sm */
}

@media (max-width: 768px) {
  /* md */
  .homepage .search-box {
    bottom: -220px;
  }
  .homepage .heading {
    font-size: 50px;
  }
  .homepage .form-block {
    width: 100%;
  }
  .homepage .hero_search__submit .submit-btn {
    left: 0;
    width: 100%;
  }
  .homepage .form-dropdown {
    width: 100%;
    border-radius: 0px 0px 20px 20px;
  }
  .homepage .form-dropdown .dropdown {
    top: 56px;
  }
  .homepage .hero_search__submit {
    width: 100%;
    margin-top: 10px;
  }
  .homepage .form_row .chevron {
    right: 30px;
  }
  .homepage .text-input {
    text-indent: 0;
    border-radius: 20px 20px 0px 0px;
  }
  .homepage .two-column-container {
    flex-direction: column;
  }
  .homepage .two-column-container.ptop {
    padding-top: 250px;
  }
  .homepage .column-block {
    width: 100%;
  }
  .homepage .content-block {
    padding: 40px 20px;
  }
  .homepage .three-block-row {
    flex-direction: column;
  }
  .homepage .three-block-row .three-block-single {
    width: 100%;
  }
  .homepage .three-block-row .three-block-single img {
    width: 100%;
  }
  .homepage .three-block-row .three-block-single .btn {
    margin-bottom: 30px;
  }
  .homepage .three-block-row .three-block-single .text.inner {
    padding: 0 30px;
  }
  .homepage .form-wrapper .flex-row {
    flex-direction: column;
  }
  .homepage .latest-news-inner .latest-news-block .inner {
    width: 100%;
    padding: 20px;
  }
  .homepage .latest-news-inner .other-news .news-block .heading {
    font-size: 22px;
  }
  .homepage .hero_search__submit .submit svg {
    left: 40px;
  }
  .homepage .homepage-video-banner video {
    height: 50vh;
  }
}

@media (max-width: 998px) {
  /* lg */
  .homepage .latest-news-inner .three-col {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .homepage .latest-news-inner .other-news .archive-link {
    position: relative;
    top: 10px;
  }
}

@media (max-width: 1050px) {
  /* xl */
}

@media (max-width: 1301px) {
  /* 2xl */
}

/** Vendor **/
/*@import '~bootstrap/dist/css/bootstrap';*/

/** Custom CSS **/
