@media all and (min-width: 768px) {
  .container--inner-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (min-width: 1024px) {
  .container--inner-wide {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1040px;
  }
}

.page-template-page-career-info .panel-hero-text__text h3 {
  font-family: NavigoLight, arial, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 39.6px;

}

.page-template-page-career-info .panel-hero-text__text p {
  color: black;
  opacity: 80%;
  font-size: 16px;
}

.green-full-bleed {
  background: #1A4337;
  padding: 70px 0 88px;
  position: relative;
  overflow: hidden;
}

.triangle-br::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  background: #5EBD49;
  transform: rotate(45deg);
  bottom: -100px;
  right: -100px;
}

.career-stats {
  display: grid;
  gap: 15px;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
}

@media all and (min-width: 768px) {
  .career-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.career-title {
  color: white;
}

.career-stat {
  flex: 1 1 25%;
}

.career-stat .stat__number {
  font-size: 75px;
  margin-bottom: 0;
}

.career-stat .stat {
  margin-bottom: 0;
}

.career-stat h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 13px;
  font-family: NavigoLight,Arial,sans-serif;
  text-align: left;
}

@media all and (min-width: 768px) {
  .career-stat h3 {
    text-align: center;
  }
}

.page-template-page-career-info .panel-text-image {
  padding: 70px 0;
}

.page-template-page-career-info .panel-text-image__content  {
  column-gap: 90px;
}

.page-template-page-career-info .panel-text-image h2 {
  color: #1A4337;
}

.page-template-page-career-info .panel-text-image ul {
  color: black;
  opacity: 0.8;
}

.page-template-page-career-info .panel-text-image li {
  margin-bottom: 1em;
}

#careerMid {
  position: relative;
  overflow: hidden;
}

#careerMid img {
  max-width: 100%;
}

#careerMid .columns {
  color: white;
  padding-top: 45px;
}

@media all and (min-width: 768px) {
  #careerMid .columns {
    columns: 2;
  }
}

#careerMid .columns p,
#careerMid .columns ul {
  color: white;
  opacity: 0.8;
}

#careerMid .columns p:first-child,
#careerMid .columns ul:first-child {
  margin-top: 0;
}

#careerMid .columns li {
  margin-bottom: 1em;
}

#careerMid .c2a-wrapper {
  padding-top: 37px;
  text-align: center;
}

#careerMid .btn:hover {
  color: currentColor;
}

#careerMid::after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  background: #5EBD49;
  transform: rotate(45deg);
  bottom: -120px;
  left: -120px;
}

.programmes-wrapper {
  padding: 83px 0 103px;
}

.programmes-wrapper h3 {
  text-align: left;
  font-family: NavigoLight,Arial,sans-serif;
  color: black;
  margin: 0 0 18px;
  font-size: 23px;
  font-weight: normal;
}

.programme-grid {
  display: grid;
  gap: 20px;
}

@media all and (min-width: 900px) {
  .programme-grid {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.programme-grid-item {
  background: #F1F1F1;
  padding: 27px 31px;
  position: relative;
  overflow: hidden;
}

.programme-grid-item h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32.48px;
  margin: 0 0 1em;
  text-transform: none;
  color: #1A4337;
  font-family: NavigoBold,Arial,sans-serif;
}

.programme-grid-item::after {
  content: '';
  width: 60px;
  height: 60px;
  background: #5EBD49;
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  transform: rotate(45deg);
}

.careers-lower-banner {
  padding: 80px 0;
  position: relative;
}
@media all and (min-width: 768px) {
  .careers-lower-banner {
    padding: 160px 0;
  }
}

.careers-lower-banner img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-lower-banner .banner-content {
  background: #5EBD49;
  width:100%;
  max-width: 505px;
  box-sizing: border-box;
  padding: 33px 35px 42px;
}

.careers-lower-banner .banner-content h5 {
  color: white;
  font-family: NavigoLight, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 0.125em;
}

.careers-lower-banner .banner-content h3 {
  font-size: 38px;
  line-height: 1.158;
  color: white;
  margin: 0 0 0.25em;
}
.careers-lower-banner .banner-content p {
  color: white;
}
.careers-lower-banner .banner-content p:last-child {
  margin-bottom: 0;
}

.page__content {
  width: 100%;
}

.stream-links__item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin: 0 0 20px;
  @media all and (min-width: 768px) {
    gap: 50px;
  }
}

.stream-links__item h4 {
  margin: 0 0 0.5em
}

.stream-links__thumbnail {
  position: relative;
}

.stream-links__thumbnail img {
  width: 80px;
  @media all and (min-width: 450px) {
    width: 125px;
  }
  @media all and (min-width: 768px) {
    width: 250px;
  }
}

.stream-links__thumbnail .icon {
  position: absolute;
  z-index: 3;
  opacity: 0.6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: invert();
  width: 20px;
  @media all and (min-width: 450px) {
    width: 35px;
  }
  @media all and (min-width: 768px) {
    width: 50px;
  }
}

.rssLink {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  align-self: flex-start;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 15px;
  @media all and (min-width: 1068px) {
    margin-top: 0;
  }
}

.rssLink span {
  @media all and (max-width: 768px) {
    display: none;
  }
}

.rssLink--no-text {
  margin-bottom: 25px;
}

.rssModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  background: rgba(0,0,0,0.3);
  display: none;
}

.rssModal.open {
  display: flex;
}

.rssModal__inner {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.rssModal__inner div {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.rssModal__inner div span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
}

.rssModal__inner .close {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 100%;
  font-size: 20px;
  color: black;
  -webkit-appearance: none;
  padding: 2px 0 0;
  box-sizing: border-box;
}

.rssModal__inner form {
  padding: 10px;
  width: 284px;
  max-width: 100%;
}

.rssModal__inner form p {
  font-size: 12px;
  color: #777;
  max-width: 200px;
}

.rssModal__inner fieldset {
  display: flex;
  height: 33px;
  padding: 0;
  border: 0;
}

.rssModal__inner input {
  padding: 0 5px;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  height: 100%;
  box-sizing: border-box;
  background: #eee;
  flex: 1;
  font-family: NavigoLight, Arial, sans-serif;
  font-size: 12px;
}

.rssModal__inner .copy {
  background: #27c131;
  border: 1px solid #27c131;
  border-radius: 0 3px 3px 0;
  padding: 5px 10px;
  height: 100%;
  cursor: pointer;
  position: relative;
  color: black;
  font-family: NavigoLight, Arial, sans-serif;
  font-size: 12px;
}

.rssModal__inner .copy span {
  position: absolute;
  background: #27c131;
  width: 100%;
  text-align: center;
  left: 0;
  opacity: 0;
  transition: .15s ease;
}

.rssModal__inner .copy.copied span {
  opacity: 1;
}
