
.career_layout {
  height: 435px;
  max-height: 435px;
  overflow: scroll;
  position: relative;
}

/* .post_content {
  height: 435px;
  position: relative;
} */

/* .fade-gradient {
  position: absolute;
  z-index: 10;
  top:0px;
  right:0px;
  bottom:0px; 
  left:0px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0) 92%, rgba(255,255,255,0.8701855742296919) 100%);
} */

.career_layout iframe {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .career_layout {
    max-height: auto !important;
    height: auto !important;

  }
  .career_layout iframe {
    margin-bottom: 0px;
  }
}


.social-links {
  top: -36px; padding-right:33px; width:785px; display:flex; flex-direction:row; align-items:center; justify-content:space-between
}

@media screen and (max-width: 1081px) {
  .social-links {
    top: -36px; padding-right:20px; width:485px; display:flex; flex-direction:row; align-items:center; justify-content:space-between
  }
}

@media screen and (max-width: 768px) {
  .social-links {
    display:none;
  }
  .home.main-content {
    width: 100%;
    max-width: 311px !important;
  }
}


@media screen and (max-width: 546px) {
  .footer-partners {
    display: flex;
    width: 100%; 
    flex-direction:column; 
    align-items:center; 
    justify-content:end
  }
  .page-template-page-introgrid-layout .grid-limit {
    max-width: 310px;
    margin: 0 auto;
    padding-top: 25px;
  }
}




@media screen and (min-width: 546px) {
  .footer-partners {
    display: none;
  }

}


/* new Colours */
.bg-new-dusty-grey {background-color:#8ba0a6;}
.bg-new-eggshell {background-color:#ece9e2;}
.bg-new-eggshell p {color:#a49987 !important;}
.bg-new-merlot {background-color:#491030;}
.bg-new-amber {background-color:#f9b30f;}
.bg-new-pink {background-color:#df4b6a;}
.bg-new-umber {background-color:#462500;}
.bg-new-petrol {background-color:#004947;}
.bg-new-shell-green {background-color:#97b487;}
.bg-new-clementine {background-color:#df5a33;}

