:root {
  --branding-yellow: #EF7B71;
  --branding-orange: #FFA9A3;
  --branding-red: #901c1e;
  --branding-grey: #424242;
}

a {
  color: var(--branding-yellow);
}

a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color: var(--branding-orange);
}

.bg-yellow {
  background-color: var(--branding-yellow);
}

.bg-red {
  background-color: var(--branding-red);
}

.bg-orange {
  background-color: var(--branding-orange);
}

.yellow-underline {
  text-decoration: underline;
  text-decoration-color: var(--branding-yellow);
}

#scrollTop:after, #scrollTop:before {
  background-color: var(--branding-orange);
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
  background-color: var(--branding-yellow);
  border-color: var(--branding-yellow);
}

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background-color: var(--branding-orange);
  border-color: var(--branding-orange);
}

.btn.btn-grey:not(.close):not(.mfp-close), a.btn.btn-grey:not([href]):not([tabindex]) {
  background-color: var(--branding-grey);
  border-color: var(--branding-grey);
}

.btn.btn-grey:not(.close):not(.mfp-close):hover, .btn.btn-grey:not(.close):not(.mfp-close):focus, .btn.btn-grey:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn.btn-grey:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn.btn-grey:not([href]):not([tabindex]):hover, a.btn.btn-grey:not([href]):not([tabindex]):focus, a.btn.btn-grey:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn.btn-grey:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  opacity: 0.75;
}

#logo svg {
  margin-top: -15px;
  width: 150px;
}

#logo .cls-1 {
  fill: #000;
}
@media screen and (min-width: 1025px) {
  #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo .cls-1,
  #header.dark[data-transparent="true"]:not(.sticky-active) .header-inner #logo .cls-1 {
    fill: #FFF;
  }
  body.news-page #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo .cls-1,
  body.case-study #header[data-transparent="true"]:not(.sticky-active) .header-inner #logo .cls-1 {
    fill: #000 !important;
  }
}

#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span,
.dark #mainMenu nav > ul > li.hover-active > a, .dark #mainMenu nav > ul > li.hover-active > span, .dark #mainMenu nav > ul > li.current > a, .dark #mainMenu nav > ul > li.current > span, .dark #mainMenu nav > ul > li:hover > a, .dark #mainMenu nav > ul > li:hover > span, .dark #mainMenu nav > ul > li:focus > a, .dark #mainMenu nav > ul > li:focus > span, #mainMenu.dark nav > ul > li.hover-active > a, #mainMenu.dark nav > ul > li.hover-active > span, #mainMenu.dark nav > ul > li.current > a, #mainMenu.dark nav > ul > li.current > span, #mainMenu.dark nav > ul > li:hover > a, #mainMenu.dark nav > ul > li:hover > span, #mainMenu.dark nav > ul > li:focus > a, #mainMenu.dark nav > ul > li:focus > span,
#mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
  color: var(--branding-yellow);
}

.contact-cta--btn {
  border-color: #424242 !important;
  color: #424242 !important;
  background-color: transparent !important;
}

.container-xxl {
  max-width: 1600px;
}

.slider-container {
  position: relative;
}

.slider-banner {
  background:#434343;
  color: #FFF;
  font-size: 18px;
  padding: 20px 20px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
}

.slider-banner p {
  color: #FFF;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 !important;
}

.header-inner {
  max-width: 100%;
}

.header-inner.sticky {
  margin-top: 0 !important;
}

.process-list {
  background-color: #FFF;
  list-style: none;
  border-bottom: 2px solid var(--branding-yellow);
}

.process-list li {
  border-top: 2px solid var(--branding-yellow);
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  font-weight: 500;
}

.our-partners-carousel img {
  filter: grayscale(1);
}

.breadcrumb ul .breadcrumb-item + li:before, .breadcrumb ul li + li:before, .breadcrumb ol .breadcrumb-item + li:before, .breadcrumb ol li + li:before {
  color: var(--branding-orange);
}

body.case-study #page-content ul {
  margin: 35px 0;
  padding: 35px 50px;
  background-color: #f2f2f2;
  list-style: none;
}

body.case-study #page-content ul > li {
  margin-bottom: 1rem;
}

body.case-study #page-content ul > li:before {
  content: "\2022"; 
  color: var(--branding-yellow);
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.umb-grid .container {
  max-width: 100%;
} 

.umb-grid .h3.row-heading {
  position: relative;
  padding-top: 22px;
  color: var(--branding-yellow);
}

.umb-grid .h3.row-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 15%;
  background-color: var(--branding-yellow);
}

#page-title .breadcrumb li,
#page-title .breadcrumb li > a {
  color: #FFFFFF !important;
}

#page-title .breadcrumb li:nth-child(2):before,
#page-title .breadcrumb li:first-of-type {
  display: none;
}

.flickity-button:hover {
  background-color: var(--branding-orange);
}

/* lightslider */
.partner-slider-wrapper {
  position: relative;
}

.partner-slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

.partner-slider-control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--branding-yellow);
  border-radius: 500px;
  transform: translateY(-50%);
}

.partner-slider-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 230%;
  font-family: inspiro-icons;
  color: #FFF;
  text-align: center;
}

.partner-slider-control_next {
  right: 0;
}

.partner-slider-control_next:before {
  content: "\e930";
} 

.partner-slider-control_prev {
  left: 0;
}

.partner-slider-control_prev:before {
  content: "\e92f";
}

/*body.case-study #header .header-inner,
body.news-page #header .header-inner {
  background-color: #FFF !important;
  box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
}*/

.news-landing {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.news-landing li {
  display: flex;
  background: #BBCACA;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news-landing li {
    width: 47.5%;
  }
  .news-landing li:nth-child(odd) {
    margin-right: 5%;
  }
}

.news-landing li .news-title {
  color: #484848;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  transition: opacity 0.15s ease-in-out;
}

.news-landing li .news-title:hover {
  color: #484848;
  opacity: 0.75;
}

.news-landing li .read-more {
  align-self: flex-end;
  margin-bottom: 0 !important;
  margin-top: auto;
}

.news-page .single-post img {
  display: block;
  max-width: 500px;
  margin: 0 auto 10px;
}

.news-side {
  padding: 30px 0;
}
.news-side ul {
  list-style: none;
}
.news-side ul li {
  margin-bottom: 10px;
}
.news-side ul li a, .news-side ul li span {
  color: #424242;
  cursor: pointer;
}
.news-side ul li span:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  transform: rotate(90deg);
}
.news-side ul li span.collapsed:after {
  transform: none;
}
.news-side ul li a {
  text-decoration: underline;
  text-decoration-color: var(--branding-yellow);
}
.news-side ul li.active a, .latest-news .news-side-latest ul li:first-of-type a {
  color: var(--branding-yellow) ;
  text-decoration: none;
}
.news-side ul ul {
  margin-left: 5px;
}
.news-side ul ul ul {
  margin-left: 10px;
}

.news-cat-title {
  padding-top: 30px;
}
.news-cat-title span {
  text-transform: capitalize;
}

.careers-page p a {
  color: var(--branding-grey);
  text-decoration: underline;
}

.footer-hero {
  background-size: cover !important;
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}

#footer .logos svg {
  margin-top: 10px;
}

#footer .social-icons-list {
  display: flex;
}

#footer .social-icons-list li {
  margin-right: 5px;
}

#footer .widget {
  margin-bottom: 0;
}

#footer .copyright-text {
  font-size: 12px;
  line-height: 1.2;
  max-width: 600px;
}

.cky-consent-bar {
  background: var(--branding-grey) !important;
}

.cky-consent-bar .cky-btn-accept {
  background: var(--branding-yellow) !important;
  border-color: var(--branding-yellow) !important;
}

@media (max-width: 991.9px) {
  body.news-page .sidebar {
    order: 1;
  }
  .news-side {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  #header,
  #header .header-inner {
    background-color: #FFF !important;
  }

  .dark #header .header-inner .lines, .dark #header .header-inner .lines:before, .dark #header .header-inner .lines:after, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines:before, .dark #header #header-wrap .lines:after, #header.dark .header-inner .lines, #header.dark .header-inner .lines:before, #header.dark .header-inner .lines:after, #header.dark #header-wrap .lines, #header.dark #header-wrap .lines:before, #header.dark #header-wrap .lines:after {
    background-color: #FFF !important;
  }
}

/*@media (min-width: 1025px) {
  body.case-study #mainMenu nav > ul > li > a, #mainMenu.dark nav > ul > li > a,
  body.news-page #mainMenu nav > ul > li > a, #mainMenu.dark nav > ul > li > a {
    color: #4c5667 !important;
  }
}*/

@media (min-width: 1200px) {
  #header {
    height: 120px;
    line-height: 120px;
  }

  #header .header-inner, #header #header-wrap {
    height: 120px;
  }

  #header #logo .logo-dark {
    width: 120px !important;
    height: 120px !important;
  }

  .header-extras {
    margin-left: 28px;
  }

  /*body.case-study .header-extras a.btn,
  body.news-page .header-extras a.btn,
  #header.sticky-active .header-extras a.btn {
    background-color: var(--branding-yellow) !important;
    border-color: var(--branding-yellow) !important;
    color: #FFF !important;
  }*/

  .header-extras a.btn {
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 12px 22px !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: #4c5667 !important;
  }

  #mainMenu nav > ul > li {
    margin-left: 25px;
  }

  #mainMenu nav > ul > li > a {
    font-size: 18px;
    font-weight: 500;
  }

  #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider, #header[data-transparent="true"] + .fullscreen, #header[data-transparent="true"] + .halfscreen, #header[data-transparent="true"] + #google-map {
    top: -120px;
    margin-bottom: -120px;
  }

  .inspiro-slider {
    height: 100vh;
  }

  .inspiro-slider .slide .container {
    max-width: 1600px;
  }

  #footer .container {
    max-width: 1920px;
  }

  #footer .logos {
    display: flex;
    flex-direction: column;
  }

  #footer .social-icon img {
    filter: grayscale(0);
  }
  
  #footer .social-icon:hover img {
    filter: grayscale(1);
  }

  .service-content-grid__col-text {
    padding-left: 7%;
    padding-right: 13%;
  }
}

/********** NEW HEADER **********/
#header .header-inner {
  background: #000 !important;
  max-width: 100vw;
}

.x.toggle-active .lines {
  background: #000 !important;
}

.lines, .lines:before, .lines:after {
  background-color: #FFF;
}

@media screen and (max-width: 1199px) {
  #header .header-inner #logo a > img, #header #header-wrap #logo a > img {
    position: relative;
    top: -15px;
  }
}

@media screen and (min-width: 1025px) {
  #mainMenu nav ul li.contact-us {
    display: none;
  }
}

/********** NEW HOME PAGE **********/
@media screen and (min-width: 1025px) {
  .inspiro-slider .slide .slide-captions h1 {
    font-size: 68px;
  }
}

.inspiro-slider .slide .slide-captions > p {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .inspiro-slider .slide .slide-captions > p {
      font-size: 22px;
      line-height: 1.4;
  }
}

.home-grey-box-container {
  overflow: visible;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  /*.home-grey-box-container {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }*/
}

.home-grey-box {
  background: #F1F1F1;
}
@media screen and (min-width: 1200px) {
  /*.home-grey-box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
  }*/
}

.home-grey-box .h1 {
  font-weight: bold;
}

.home-two-box .box {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 25px;
  text-align: center;
}

.home-two-box .box.dark {
  background: url(../images/dark-box-background.png) no-repeat;
  background-color: #434343;
  color: #FFF;
  background-position: -50px 75px;
}

.home-two-box .box.light {
  background: #BBCACA;
  color: #484848;
}

.home-two-box .box .box-content {
  max-width: 360px;
}

.home-two-box .box .box-content.no-max-width {
  max-width: none;
}

.home-two-box .box.dark .h1 {
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}

.home-two-box .box.dark p {
  color: #FFF;
}

.home-two-box .box.light .h1 {
  font-weight: bold;
  line-height: 1;
}

/***** WORTHING PAGE *****/
.worthing-content ul {
  padding-left: 15px;
}
.worthing-content hr {
  display: none;
}
.worthing-content table {
  display: none;
}
.worthing-boxes .box.dark {
  background: url(../images/pink-box-background.png) no-repeat;
  background-color: #ef7b71;
}
.worthing-boxes #column-1 a {
  color: #000;
  text-decoration: underline;
}
.worthing-boxes #column-2 p {
  color: #424242;
}
.worthing-boxes .box-content strong {
  color: #424242;
  font-size: 25px;
}

.worthing-content .team-table, .worthing-content .team-table tbody {
  display: block;
  width: 100%;
}
.worthing-content .team-table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.worthing-content .team-table tr td {
  width: 32% !important;
}
.worthing-content .team-table tr td img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .worthing-content .team-table tr {
    flex-direction: column;
    align-items: center;
  }
  .worthing-content .team-table tr td {
    width: 100% !important;
    max-width: 400px;
  }
}

/********** NEW CONTENT 23rd SEP 2025 **********/
/***** HOME *****/
.inspiro-slider .slide .slide-captions {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(239, 123, 113, .85);
  padding: 30px 40px 10px;
}
@media screen and (min-width: 1024px) {
  .inspiro-slider .slide .slide-captions {
      margin: 0 20px 0 auto;
      padding: 50px 40px 10px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%);
  }
}
@media screen and (max-width: 449px) {
  .inspiro-slider .slide .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inspiro-slider .slide .slide-captions {
    padding: 20px 20px 1px;
  }
  .inspiro-slider .slide .slide-captions h1, .inspiro-slider .slide .slide-captions h2 {
    font-size: 30px;
  }
}

.district-points {
  padding: 0 10px;
}

.district-points h2 {
  font-weight: bold;
  text-align: center;
  width: 100%;
}

hr.blue-line {
  border-top: 3px solid #BBCACA;
  max-width: 60%;
}


/***** BANNERS *****/
#page-title.blue-bg {
  background: #BBCACA !important;
}

/***** ABOUT *****/
.about-us .grid-section table, .about-us .grid-section table tbody {
  display: block;
}

.about-us .grid-section table tr {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.about-us .grid-section table tr td {
  width: 47.5%;
}

.about-us .grid-section table tr td hr {
  border-top: solid 3px #BBCACB;
}

.about-us .grid-section table tr td img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .about-us .grid-section table tr {
      flex-direction: column;
  }

  .about-us .grid-section table tr td {
      width: 100%;
  }

  .about-us .grid-section table tr td img {
      margin: 20px auto 0;
      max-width: 500px;
  }
}

/***** WHY IS A HEAT NETWORK... *****/
.heat-network-table {
  margin: 0 auto;
  max-width: 1200px;
}

.heat-network-table td p strong {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.heat-network-table td {
  margin-bottom: 20px;
  padding: 20px;
}

.heat-network-table td img {
  float: left;
  height: auto;
  margin: 0 20px 0 0;
  max-width: 100px;
}

@media screen and (max-width: 1199px) {
  .heat-network-table tr {
      display: flex;
      flex-direction: column;
  }
  
  .heat-network-table td {
      width: 100%;
  }
}

/***** CASE STUDIES *****/
@media screen and (min-width: 992px) {
  .case-studies-list .case-study-col {
    flex-basis: 100%;
    max-width: none;
  }

  .case-studies-list .case-study-col .case-study-item {
    align-items: center;
    display: flex;
  }

  .case-studies-list .case-study-col:nth-of-type(even) .case-study-item {
    flex-direction: row-reverse;
  }

  .case-studies-list .case-study-col .case-study-item a {
    flex-shrink: 0;
    max-width: 100%;
    width: 500px;
  }
}

/***** WORTHING *****/
.worthing .construction-updates {
  background: #ef7b71;
  text-align: center;
}

.worthing .construction-updates p {
  font-size: 22px;
  margin-bottom: 0;
}

.worthing .construction-updates a {
  color: #FFF;
}

.worthing .construction-updates a:hover {
  color: #FFF;
  text-decoration: underline;
}

.worthing .worthing-image .worthing-image-content {
  background: rgba(187,202,203,0.9);
  color: #FFF;
  padding: 30px;
  position: relative;
}

.worthing-image-content p {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
}

.worthing .worthing-image .worthing-image-content strong {
  font-size: 25px;
}

.worthing .worthing-image .worthing-image-content a {
  color: #FFF;
}

.worthing .worthing-image .worthing-image-content .accordian-toggle {
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  right: 35px;
  font-size: 80px;
  transform: rotate(-90deg);
}

.worthing .worthing-image .worthing-image-content .accordian-toggle.open {
  transform: none;
  bottom: 40px;
  right: 10px;
  font-size: 80px;
}

.worthing .worthing-content p {
  color: #FFF;
}

.worthing .worthing-content strong, .worthing .community-section strong, .worthing-bottom strong {
  line-height: 1.2;
  font-size: 25px;
}

.worthing .worthing-content table, .worthing .worthing-content table tbody,
.worthing-bottom table, .worthing-bottom table tbody {
  display: block;
  width: 100%;
}

.worthing .worthing-content table tr,
.worthing-bottom table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.worthing .worthing-content table tr td,
.worthing-bottom table tr td {
  position: relative;
  width: 47.5% !important;
}

.worthing-bottom table tr td:after {
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  right: -5%;
  top: 0;
  content: " ";
}

@media screen and (max-width: 767px) {
  .worthing .worthing-content table tr,
  .worthing-bottom table tr {
    flex-direction: column;
    align-items: center;
  }

  .worthing .worthing-content table tr td,
  .worthing-bottom table tr td {
    width: 100% !important;
  }

  .worthing-bottom table tr td:after {
    display: none;
  }
}

.worthing .community-section {
  background: #ef7b71;
}

.worthing .community-section .row {
  align-items: center;
}

.worthing .community-section a {
  color: #FFF;
}

.worthing .community-section a:hover {
  color: #FFF;
  text-decoration: underline;
}

.worthing-testimonials table,
.worthing-testimonials tr,
.worthing-testimonials td {
    display: block;
}

.worthing-testimonials tbody {
    align-items: center;
    display: flex;
    height: auto !important;
}

.worthing-testimonials td {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.worthing-testimonials p {
  color: #FFF;
}

.worthing-testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
.worthing-testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #FFF;
}

.worthing .team-section table, .worthing .team-section table tbody {
  display: block;
  width: 100%;
}

.worthing .team-section table tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.worthing .team-section table tr td {
  width: 32% !important;
}

.worthing .team-section table tr td img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .worthing .team-section table tr {
    flex-direction: column;
    align-items: center;
  }

  .worthing .team-section table tr td {
    width: 100% !important;
    max-width: 400px;
  }
}

/***** CAREERS *****/
.careers-grid .box {
  width: 100%;
}

.careers-grid .box.current-vacancies {
  flex-direction: column;
}

.careers-page .box.dark p strong, .careers-page .box.light p strong {
  font-size: 3.14285714em;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .careers-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
  }

  .careers-grid .box {
      padding: 50px 25px;
  }

  .careers-grid .box.current-vacancies {
      grid-area: 1 / 1 / 3 / 2;
      justify-content: flex-start;
  }

  .careers-grid .box.dark {
      grid-area: 1 / 2 / 2 / 3;
  }

  .careers-grid .box-light {
      grid-area: 2 / 2 / 3 / 3;
  }
}

/***** CONTACT *****/
.contact-bg {
  background: #EEE;
  position: relative;
  height: 90vh;
  width: 100%;
}

.contact-bg .contact-info {
  position: absolute;
  width: 500px;
  max-width: 50%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px;
  background: #ef7b71;
  font-size: 20px;
  line-height: 1.4;
}

.contact-bg .contact-info h4 {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .contact-bg {
      height: 450px;
  }
  
  .contact-bg .contact-info {
      width: 90%;
      right: 5%;
      max-width: none;
  }
}

/***** OPEN Page *****/
.open-page table, .open-page table tbody {
  background: #F2F2F2;
  display: block;
  width: 100%;
}

.open-page table tr {
  align-items: center;
  display: flex;
}

.open-page table tr td {
  border: none;
  width: 50% !important;
}

.open-page table tr td h2, .open-page table tr td h3 {
  color: #ef7b71;
  font-size: 2.35714286em;
  margin-top: 1rem;
  text-transform: uppercase;
}

.open-page table tr td a {
  background: #ef7b71;
  border-radius: 2em;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  height: 56px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px;
  font-family: "Strawford", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.open-page table tr td h2,
.open-page table tr td h3,
.open-page table tr td p {
  margin-left: 20px;
  margin-right: 20px;
}

.open-page table tr td img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 991px)  {
  .open-page table tr {
    align-items: flex-start;
    flex-direction: column;
  }
  
  .open-page table tr td {
    width: 100% !important;
  }
}
