/*
 *  NHS 75
 */
@font-face {
  font-family: "Frutiger Roman";
  src: url("fonts/FrutigerLTStd-Roman.woff2") format("woff2"), url("fonts/FrutigerLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Bold";
  src: url("fonts/FrutigerLTStd-Bold.woff2") format("woff2"), url("fonts/FrutigerLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Light";
  src: url("fonts/FrutigerLTStd-Light.woff2") format("woff2"), url("fonts/FrutigerLTStd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.flexbox {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.flexbox > div {
  width: 48%;
}
.flexbox > div img {
  width: 100%;
}

.form2fa .application-container,
.form2fa .verification-container,
.form2fa .usertype-container {
  background: #E8EDEE;
  margin: 0 auto;
  padding: 25px;
  border-radius: 5px;
  text-align: center;
}
.form2fa .application-container .form-row,
.form2fa .verification-container .form-row,
.form2fa .usertype-container .form-row {
  margin: 20px 0;
}
.form2fa .application-container .form-row p,
.form2fa .verification-container .form-row p,
.form2fa .usertype-container .form-row p {
  margin-bottom: 10px;
}
.form2fa .application-container .usertype-radios,
.form2fa .verification-container .usertype-radios,
.form2fa .usertype-container .usertype-radios {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.form2fa .application-container .usertype-radios > div,
.form2fa .verification-container .usertype-radios > div,
.form2fa .usertype-container .usertype-radios > div {
  margin: 0 25px;
  display: inline-block;
}
.form2fa .application-container .usertype-radios > div input,
.form2fa .verification-container .usertype-radios > div input,
.form2fa .usertype-container .usertype-radios > div input {
  margin: 0 10px 0;
  position: relative;
  top: 1px;
}
.form2fa .application-container input:not([type=radio]),
.form2fa .verification-container input:not([type=radio]),
.form2fa .usertype-container input:not([type=radio]) {
  font-size: 1rem;
  line-height: 40px;
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  border: none;
}
.form2fa .application-container input.field-err,
.form2fa .verification-container input.field-err,
.form2fa .usertype-container input.field-err {
  border: 1px solid #BC0010;
}
.form2fa .application-container button,
.form2fa .verification-container button,
.form2fa .usertype-container button {
  border: none;
  margin: 0 auto;
}
.form2fa .application-container .ppat-field-error,
.form2fa .verification-container .ppat-field-error,
.form2fa .usertype-container .ppat-field-error {
  color: #BC0010;
  font-size: 1rem;
  text-align: left;
  margin: 10px 0 0;
}
.form2fa .application-container .resend-2fa,
.form2fa .verification-container .resend-2fa,
.form2fa .usertype-container .resend-2fa {
  display: inline-block;
  margin-bottom: 15px;
}
.form2fa .usertype-container .ppat-field-error {
  text-align: center;
  margin-bottom: 20px;
}
.form2fa .verification-container,
.form2fa .application-container,
.form2fa #employee-form2fa,
.form2fa #volunteer-form2fa {
  display: none;
}

.hidden2fa {
  display: none;
}

.verification_email,
.ppat-email {
  color: #9b9b9b;
}

.header-buttons {
  position: absolute;
  right: 0;
  bottom: -30px;
  text-align: center;
}
.header-buttons a {
  margin-left: 15px;
  border: 1px solid #fff;
  padding: 10px 35px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: "Frutiger Bold", sans-serif;
}
.header-buttons a.active {
  background: #fff;
  color: #005EB8;
}
@media screen and (max-width: 380px) {
  .header-buttons a {
    padding: 10px 15px;
  }
}

.judges-wrapper .card {
  cursor: pointer;
  user-select: none;
}
.judges-wrapper .card h3 {
  margin-bottom: 0;
}
.judges-wrapper .card .modal-image {
  display: none;
}
.judges-wrapper .card .position {
  color: white;
  margin: 5px 0 10px;
  font-size: 18px;
  font-family: "Frutiger Roman", sans-serif;
}
.judges-wrapper .card .card-txt.expanded .readmore {
  display: none;
}
.judges-wrapper .card .description {
  max-height: 60px;
  overflow: hidden;
  position: relative;
}
.judges-wrapper .card .description .readmore {
  font-family: "Frutiger Bold", sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #005EB8;
  padding-right: 0.5rem;
}
.judges-wrapper .card .description .readmore a {
  color: #fff;
}
.judges-wrapper .card .description p {
  font-family: "Frutiger Roman", sans-serif;
}
@media screen and (max-width: 850px) {
  .judges-wrapper .card .card-txt {
    padding: 10px !important;
  }
}
@media screen and (max-width: 700px) {
  .judges-wrapper .card .card-txt p {
    text-align: left;
  }
  .judges-wrapper .card .card-txt h3 {
    text-align: left;
    cursor: pointer;
    position: relative;
  }
  .judges-wrapper .card .card-txt h3::after {
    content: "";
    width: 30px;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    transition: all 0.3s;
    background: url("../img/arrow-white.svg") no-repeat right/25px;
  }
  .judges-wrapper .card .card-txt h3.expanded::after {
    transform: rotate(-180deg);
  }
  .judges-wrapper .card .card-txt .description {
    max-height: 100%;
  }
  .judges-wrapper .card .card-txt .position,
  .judges-wrapper .card .card-txt .description {
    display: none;
  }
}

.modal-judges .modal-image {
  display: block;
}
.modal-judges .normal-image {
  display: none;
}
.modal-judges .card {
  padding: 30px;
  display: flex;
  align-items: flex-start;
  background: #005EB8;
  position: relative;
  max-height: 600px;
}
.modal-judges .card .modal-image {
  margin-right: 30px;
  width: calc(30% + 30px);
}
.modal-judges .card h3 {
  margin-bottom: 0;
}
.modal-judges .card h3,
.modal-judges .card p,
.modal-judges .card a {
  color: #fff;
}
.modal-judges .card .position {
  color: white;
  margin: 5px 0 10px;
  font-size: 18px;
  font-family: "Frutiger Roman", sans-serif;
}
.modal-judges .card .description .readmore {
  display: none;
}
.modal-judges .card .description p {
  font-family: "Frutiger Roman", sans-serif;
}
.modal-judges .close {
  width: 20px;
  display: block;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url("../img/close.png") no-repeat center/100%;
}

@media screen and (max-width: 700px) {
  #partner {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  #partner .flexbox {
    width: 100%;
    margin: 0;
    flex-direction: column-reverse;
  }
  #partner .flexbox > div {
    width: 100%;
  }
  #partner .flexbox > div:first-child {
    padding: 10px;
    box-sizing: border-box;
  }
}

.acc-wrapper {
  margin-top: 50px;
}
.acc-wrapper .acc-el {
  margin: 10px 0;
}
.acc-wrapper .acc-el.active .acc-title::before {
  transform: rotate(-180deg);
}
.acc-wrapper .acc-el.active .acc-content {
  max-height: 1000px;
  padding: 30px;
}
.acc-wrapper .acc-el .acc-title {
  padding: 15px 60px;
  background: #005EB8;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  text-transform: capitalize;
}
.acc-wrapper .acc-el .acc-title::before {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  left: 15px;
  top: 0;
  position: absolute;
  transition: all 0.3s;
  background: url("../img/arrow-white.svg") no-repeat center;
}
.acc-wrapper .acc-el .acc-title h3 {
  color: #fff;
  margin: 0;
}
.acc-wrapper .acc-el .acc-content {
  max-height: 0;
  padding: 0 30px;
  overflow: hidden;
  background: #E8EDEE;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s;
}
.acc-wrapper .acc-el .acc-content .acc-slider {
  max-width: 800px;
  margin: 0 auto;
}
.acc-wrapper .acc-el .acc-content .acc-slider .acc-slide .slide-img {
  display: block;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.acc-wrapper .acc-el .acc-content .acc-slider .acc-slide .slide-number {
  text-align: right;
  margin-top: 1rem;
  margin-bottom: -1.25rem;
}
.acc-wrapper .acc-el .acc-content .acc-slider .acc-slide span {
  display: block;
  font-family: "Frutiger Bold", sans-serif;
  margin-top: 1.25rem;
}
.acc-wrapper .acc-el .acc-content .acc-slider .acc-slide p {
  font-family: "Frutiger Roman", sans-serif;
}
.acc-wrapper .acc-el .acc-content .acc-slider .acc-slide p.description {
  max-height: 240px;
  overflow: auto;
}
.acc-wrapper .slick-arrow {
  width: 40px;
  height: 50px;
  background: url("../img/arrow-blue.svg") no-repeat center/100%;
  margin-top: -25px;
  top: 335px;
}
.acc-wrapper .slick-arrow.slick-prev {
  left: -50px;
}
.acc-wrapper .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -50px;
}
.acc-wrapper .slick-arrow::before {
  display: none;
}

html {
  font-size: 16px;
}

body {
  padding: 0;
  margin: 0;
}
body .modal-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(30, 40, 50, 0.9);
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(6px);
}
body.modal-open {
  overflow-y: hidden;
}
body.modal-winners .modal-winners, body.modal-judges .modal-judges, body.modal-share .modal-share, body.modal-all-entries .modal-all-entries {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-content {
  display: block;
  position: relative;
  padding: 0;
  width: calc(100% - 50px);
  margin: 0 auto;
  max-width: 1132px;
  font-family: "Frutiger Roman", sans-serif;
  width: 100%;
}
.inner-content .blue,
.inner-content p.blue {
  color: #005EB8;
}

section {
  background: white;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.alt-bg {
  background: #E8EDEE;
}
section.two-col .inner-content {
  display: flex;
}
section.two-col .col {
  width: calc(50% - 12px);
}
section.two-col .col:first-child {
  padding-right: 12px;
}
section.two-col .col:last-child {
  padding-left: 12px;
}

h1 {
  font-family: "Frutiger Bold", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  margin: 0 0 10px;
}

h2 {
  font-family: "Frutiger Bold", sans-serif;
  font-size: 2rem;
  line-height: 2.125rem;
  margin: 0 0 20px;
  color: #005EB8;
}

h3 {
  font-family: "Frutiger Bold", sans-serif;
  font-size: 1.625rem;
  line-height: 2.125rem;
  margin: 0 0 20px;
  color: #005EB8;
}

h4 {
  font-family: "Frutiger Roman", sans-serif;
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin: 0;
}

h5 {
  font-family: "Frutiger Bold", sans-serif;
  font-size: 1.25rem;
  line-height: 1.35rem;
  margin: 0;
}

p {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 20px 0;
  font-family: "Frutiger Light", sans-serif;
}
p strong {
  font-family: "Frutiger Bold", sans-serif;
}

ol,
ul {
  padding: 0;
  list-style-type: auto;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 1.2rem;
  margin-inline-end: 1rem;
  padding-inline-start: 0;
  color: #000000;
  font-family: "Frutiger Roman", sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
}
ol li,
ul li {
  margin: 0;
  padding: 0 0 0 0.2rem;
}
ol li::marker,
ul li::marker {
  font-size: 1rem;
}

hr {
  margin: 30px 0;
  width: 100%;
  border: 1px solid black;
  border-width: 0 0 1px 0;
}

a {
  color: #005EB8;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button:hover {
  text-decoration: none;
}

input,
textarea {
  font-family: "Frutiger Roman", sans-serif;
}
input.error, input.field-error, input.ppat-checkbox.field-error::after,
textarea.error,
textarea.field-error,
textarea.ppat-checkbox.field-error::after {
  border: 1px solid #BC0010 !important;
}

.modal-container {
  padding: 0 50px;
  box-sizing: border-box;
}
.modal-container .modal-inner {
  max-width: 1132px;
  margin: 0 auto;
  width: 100%;
}
.modal-container .modal-slider-container {
  width: 100%;
  position: relative;
}
.modal-container .modal-slider-container .slider-icons {
  width: 100% !important;
}
.modal-container .modal-slider-container .slider-icons .slider-icon {
  margin: 1.5rem;
}
.modal-container .modal-slider-container .slider-icons .slider-icon.share {
  margin-right: -1.5rem;
}
.modal-container .modal-slider-container .slick-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal-container .slick-arrow {
  width: 40px;
  height: 50px;
  background: url("../img/arrow-white.svg") no-repeat center/100%;
  margin-top: -25px;
}
.modal-container .slick-arrow.slick-prev {
  transform: rotate(90deg);
  left: -50px;
}
.modal-container .slick-arrow.slick-next {
  transform: rotate(270deg);
  right: -50px;
}
.modal-container .slick-arrow::before {
  display: none;
}
.modal-container .slide-details-container {
  margin: 1rem 0 0;
  color: white;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
.modal-container .slide-details-container .slide-detail-tile {
  display: none;
}
.modal-container .slide-details-container .slide-detail-tile.active {
  display: block;
}
.modal-container .slide-details-container .slide-detail-tile h3 {
  color: #fff;
  margin-bottom: 0;
}
.modal-container .slide-details-container .slide-detail-tile span {
  font-family: "Frutiger Bold", sans-serif;
}
.modal-container .slide-details-container .slide-detail-tile .winner-cat {
  color: #fff;
  font-family: "Frutiger Bold", sans-serif;
  margin-bottom: 1.5rem;
  display: block;
}
.modal-container .slide-details-container .slide-detail-tile .winner-desc {
  margin-bottom: 2rem;
  font-family: "Frutiger Roman", sans-serif;
}
.modal-container .slide-details-container .slide-detail-tile .winner-desc p {
  margin: 0;
}
.modal-container .slide-details-container .slide-detail-tile .winner-desc p:first-of-type {
  font-family: "Frutiger Bold", sans-serif;
}
.modal-container .slide-details-container .slide-detail-tile .no-margin {
  margin: 0;
  font-family: "Frutiger Bold", sans-serif;
}
.modal-container.modal-share .modal-inner {
  max-width: 250px;
  background: white;
  border-radius: 8px;
  border: rgba(0, 0, 0, 0.5);
  border-width: 5px;
  padding: 1.25rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.modal-container.modal-share .modal-inner .close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 0 0 15px 15px;
  background: url("../img/icon-close.svg") no-repeat 75% 25%;
  align-self: flex-end;
}
.modal-container.modal-share .modal-inner h3 {
  color: black;
}
.modal-container.modal-share .modal-inner .social-icons {
  display: flex;
  justify-content: center;
}
.modal-container.modal-share .modal-inner .social-icons .social-icon {
  width: 37px;
  height: 37px;
  margin: 0 5px;
  cursor: pointer;
}
.modal-container.modal-share .modal-inner .social-icons .social-icon.fb {
  background-image: url("../img/icon-fb.svg");
}
.modal-container.modal-share .modal-inner .social-icons .social-icon.tw {
  background-image: url("../img/icon-tw.svg");
}
.modal-container.modal-share .modal-inner .social-icons .social-icon.li {
  background-image: url("../img/icon-li.svg");
}
.modal-container.modal-share .modal-inner .copy-text {
  background: #E8EDEE;
  border-radius: 5px;
  padding: 10px;
  margin: 1.2rem 0;
  font-family: "Frutiger Roman", sans-serif;
}
.modal-container.modal-share .modal-inner .button {
  margin: 0 auto;
}

.slider-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: right;
  pointer-events: none;
}
.slider-icons .slider-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: calc(100% - 1rem);
  background-position: center;
  padding: 0.75rem;
  margin: 0.75rem;
  pointer-events: all;
}
.slider-icons .slider-icon.share {
  background-image: url("../img/icon-share-blue.svg");
  margin-right: -0.75rem;
}
.slider-icons .slider-icon.fullscreen {
  background-image: url("../img/icon-expand-blue.svg");
}
.slider-icons .slider-icon.exit-fullscreen {
  background-image: url("../img/icon-shrink-blue.svg");
}

.switch {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #005EB8;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #005EB8;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 0.8rem;
  width: 0.8rem;
  left: 0.1rem;
  bottom: 0.1rem;
  background-color: white;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.ppat-submit,
.button {
  font-family: "Frutiger Bold", sans-serif;
  display: block;
  width: 10rem;
  height: 2.5rem;
  font-size: 1rem;
  line-height: 2.7rem;
  color: white;
  background: #005EB8;
  cursor: pointer;
  user-select: none;
  border: none;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.ppat-submit:hover,
.button:hover {
  background: #003087;
}
.ppat-submit.light,
.button.light {
  background: white;
  color: #005EB8;
}
.ppat-submit.light:hover,
.button.light:hover {
  background: #005EB8;
  color: white;
}
.ppat-submit.border,
.button.border {
  border: 1px solid #005EB8;
}

.popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 5px solid #CBCBCB;
  border-radius: 10px;
  padding: 24px 20px;
  color: black;
  background: white;
  z-index: 99;
}
.popup.open {
  display: block;
}
.popup h4 {
  margin-bottom: 10px;
}
.popup p {
  font-family: "Frutiger Light", sans-serif;
}
.popup .cta-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.popup .button {
  font-family: "Frutiger Bold", sans-serif;
  border-radius: 5px;
}
.popup .button.close {
  background: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.popup.cookie-popup {
  width: 19.75rem;
}
.popup.cookie-popup .button:not(.close) {
  width: 9.25rem;
}

.back_btn {
  display: block;
  margin: 2rem 0;
}
.back_btn:first-child {
  margin-top: 0;
}
.back_btn:last-child {
  margin-bottom: 0;
}

section#header {
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #003087;
  background-image: url("../img/header-bg-v4.webp");
  background-repeat: no-repeat;
  background-position: 51% 100%;
  background-size: cover;
  height: 254px;
  color: white;
}
section#header .inner-content {
  height: 100%;
}
section#header .logo {
  position: absolute;
}
section#header .logo.nhs-logo {
  right: 0;
  top: 0;
}
section#header .logo.fujifilm-logo {
  left: 0;
  top: 0;
}
section#header .header-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 800px) {
  section#header .header-txt {
    margin-bottom: 40px;
  }
}

section#section-1 h3 {
  margin-bottom: 40px;
}
section#section-1 .slick-slider {
  margin-bottom: 0;
}
section#section-1 .slick-slider .slick-dots {
  bottom: -40px;
}
section#section-1 .slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #005EB8;
  border-radius: 100%;
}
section#section-1 .slick-slider .slick-dots li button::before {
  display: none;
}
section#section-1 .slick-slider .slick-dots li.slick-active button {
  background: #005EB8;
}

section#winners {
  padding-top: 0;
}
section#winners #winners-slider-container {
  display: flex;
  justify-content: space-between;
}
section#winners .winners-slider-wrapper {
  width: 83%;
  position: relative;
}
section#winners .winners-slider-wrapper #winners-slider {
  opacity: 0;
}
section#winners .winners-slider-wrapper #winners-slider.slick-initialized {
  opacity: 1;
  transition: opacity 250ms ease;
}
section#winners .winners-slider-wrapper #winners-slider .slick-dots {
  position: relative;
  bottom: -10px;
}
section#winners .winners-slider-wrapper #winners-slider .slick-dots li button {
  background: #fff;
  border-radius: 100%;
  border: 1px solid #005EB8;
}
section#winners .winners-slider-wrapper #winners-slider .slick-dots li button::before {
  display: none;
}
section#winners .winners-slider-wrapper #winners-slider .slick-dots li.slick-active button {
  background: #005EB8;
}
@media screen and (max-width: 700px) {
  section#winners .winners-slider-wrapper {
    width: 100%;
  }
  section#winners .winners-slider-wrapper .slider-icons {
    display: none;
  }
}
section#winners #slider-thumbs {
  flex-direction: column;
  width: 15%;
  display: flex;
  justify-content: space-between;
}
section#winners #slider-thumbs .slider-thumb {
  width: 100%;
  height: 154.5454545455%;
  cursor: pointer;
  border: 5px solid white;
  box-sizing: border-box;
}
section#winners #slider-thumbs .slider-thumb.active span {
  border: 5px solid #6799CC;
}
section#winners #slider-thumbs .slider-thumb span {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F5F5;
}
@media screen and (max-width: 700px) {
  section#winners #slider-thumbs {
    display: none;
  }
}
section#winners .slider-icons {
  width: 100%;
}
section#winners .fb-share-button,
section#winners .twitter-share-button,
section#winners .IN-widget {
  margin: 0 1rem 0 0 !important;
}
section#winners #winner-details {
  margin-top: 1rem;
}
section#winners #winner-details .slide-detail-tile {
  display: none;
}
section#winners #winner-details .slide-detail-tile.active {
  display: block;
}
section#winners #winner-details .slide-detail-tile h3 {
  margin-bottom: 0;
}
section#winners #winner-details .slide-detail-tile .category-description {
  color: #005EB8;
}
section#winners #winner-details .slide-detail-tile .name, section#winners #winner-details .slide-detail-tile .organisation {
  color: #005EB8;
}
section#winners #winner-details .slide-detail-tile span {
  font-family: "Frutiger Bold", sans-serif;
}
section#winners #winner-details .slide-detail-tile p {
  font-family: "Frutiger Roman", sans-serif;
  margin-bottom: 1.5rem;
}

section#gallery #entries-gallery {
  width: calc(100% + 1rem);
  left: -0.5rem;
}
section#gallery #entries-gallery .img-tile {
  width: calc(33.3333333333% - 1rem);
  margin: 0.5rem;
}
section#gallery #entries-gallery .img-tile.img-loaded {
  background: #697B87;
}
section#gallery #entries-gallery .img-tile.img-loaded .gallery-icon {
  display: block;
}
section#gallery #entries-gallery .img-tile img {
  width: 100%;
  vertical-align: top;
}
section#gallery #entries-gallery .gallery-icon {
  width: 33px;
  height: 33px;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
section#gallery #entries-gallery .gallery-icon.fullscreen {
  background-image: url("../img/icon-expand-blue.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

section#cat-cards .card-container-3,
section#cat-cards .card-container-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section#cat-cards .card-container-3 .card,
section#cat-cards .card-container-2 .card {
  background: #005EB8;
  color: white;
  margin: 0 0 30px 0;
  width: calc((100% - 48px) / 3);
}
section#cat-cards .card-container-3 .card img,
section#cat-cards .card-container-2 .card img {
  width: 100%;
}
section#cat-cards .card-container-3 .card .card-txt,
section#cat-cards .card-container-2 .card .card-txt {
  padding: 30px 24px;
  text-align: center;
}
section#cat-cards .card-container-3 .card .card-txt h3,
section#cat-cards .card-container-2 .card .card-txt h3 {
  color: white;
}
section#cat-cards .card-container-2 {
  justify-content: center;
}
section#cat-cards .card-container-2 .card {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0;
}
section#cat-cards .slick-slider {
  margin-bottom: 0;
}
section#cat-cards .slick-slider .slick-dots {
  bottom: 0;
  z-index: 1;
}
section#cat-cards .slick-slider .slick-dots::after {
  /* either do this or export the images with the multiply on */
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300%;
  box-shadow: inset 0 -80px 20px -20px black;
  opacity: 0.25;
  z-index: -1;
  pointer-events: none;
}
section#cat-cards .slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 100%;
}
section#cat-cards .slick-slider .slick-dots li button::before {
  display: none;
}
section#cat-cards .slick-slider .slick-dots li.slick-active button {
  background: white;
}

section#details .col:first-child {
  padding-right: 4.25%;
}
section#details .col:last-child {
  padding-left: 4.25%;
}
section#details .col img {
  width: auto;
  margin: 0 0 30px 0;
}

section#video {
  padding-bottom: 120px;
}
section#video video {
  width: 100%;
}

section#button .button {
  margin: 0 auto;
}

section#footer {
  padding: 0;
}
section#footer .inner-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 48px;
  line-height: 48px;
  font-size: 0.875rem;
}
section#footer .inner-content .footer-item {
  margin: 0 15px;
}

body#privacy-preferences section#footer {
  position: fixed;
  bottom: 0;
}

@media screen and (max-width: 1172px) {
  .inner-content {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .two-col img {
    width: 100%;
    display: block;
  }
  section#header .header-txt {
    width: 100%;
  }
  section#gallery #entries-gallery .img-tile {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 700px) {
  section {
    padding: 42px 0 80px;
  }
  section.two-col {
    padding: 22px 0;
  }
  section.two-col .inner-content {
    display: block;
  }
  section.two-col .col {
    width: 100%;
    margin: 40px 0 !important;
    padding: 0 !important;
  }
  section .inner-content {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .ppat-submit,
  .button {
    height: 48px;
    line-height: 50px;
    margin: 40px 0 20px;
  }
  .popup .cta-btns {
    flex-direction: column;
  }
  .popup .button {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .popup .button:last-child {
    margin-bottom: 0;
  }
  .popup .button.close {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 12px;
  }
  .popup.cookie-popup {
    width: 19.75rem;
    width: calc(80vw - 50px);
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-container.modal-all-entries .slider-icons {
    top: 0;
  }
  .modal-container.modal-all-entries .slider-icons .slider-icon.exit-fullscreen {
    margin-right: 0;
    right: -0.5rem;
    position: relative;
  }
  .slick-slider .slick-dots li {
    margin-bottom: 0.25rem;
  }
  .slick-slider .slick-dots li button {
    width: 1rem !important;
    height: 1rem !important;
  }
  section#header {
    background-position: 69% 100%;
    background-size: 300%;
    height: auto;
  }
  section#header .nhs-logo,
  section#header .fujifilm-logo {
    top: 0;
    max-width: 42%;
  }
  section#header .header-txt {
    width: 100%;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    padding-top: 20vw;
  }
  section#header h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 70px;
    margin-top: 70px;
  }
  section#header h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  section#header .header-buttons {
    bottom: -80px;
    width: 100vw;
    left: -10px;
    display: flex;
    justify-content: space-around;
  }
  section#header .header-buttons a {
    padding-left: 2vw;
    padding-right: 2vw;
    margin: 0;
  }
  section#section-1 {
    padding-bottom: 80px;
  }
  section#cat-cards .card-container-3 .card,
  section#cat-cards .card-container-2 .card {
    width: 100%;
    margin: 0 0 20px;
  }
  section#details {
    padding-top: 80px;
  }
  section#details .col {
    margin: 0 0 50px !important;
  }
  section#details .col img {
    margin-left: 0;
    margin-right: 0;
  }
  section#partner {
    padding-bottom: 42px;
  }
  section#gallery #entries-gallery .img-tile {
    width: calc(100% - 1rem);
  }
  section#footer .inner-content {
    display: block;
    height: auto;
    line-height: 3rem;
    padding: 1rem 0;
    font-size: 1rem;
  }
  section#footer .inner-content .footer-item {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  section#shortlist-accordion .acc-slider {
    width: calc(100% - 1rem);
  }
  section#shortlist-accordion .acc-slider .slick-arrow {
    top: 50%;
  }
  section#shortlist-accordion .acc-slider .slick-prev {
    left: -30px;
  }
  section#shortlist-accordion .acc-slider .slick-next {
    right: -30px;
    margin-top: -50px;
  }
  section#shortlist-accordion .acc-slider .slide-img {
    height: 50vw;
  }
}

/*# sourceMappingURL=style.css.map */
