@charset "UTF-8";
/*
    RDE NHS TRUST
    HOWOCO
    v0.0.1
    10/06/2019
*/
@import url("https://fonts.googleapis.com/css?family=Istok+Web&display=swap");
@import url("https://fonts.googleapis.com/css?family=Istok+Web&display=swap");
body {
  font-size: 16px;
  margin: 0;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
}

#main {
  min-height: calc(100vh - 447px);
}

.hidden {
  display: none !important;
}

.crisis {
  background-color: #e60050;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
.crisis a {
  color: #ffffff;
}
.crisis p {
  max-width: 768px;
  margin: 5px auto;
}
.crisis p strong {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .crisis p {
    font-size: 0.75rem;
  }
  .crisis p strong {
    font-size: 1rem;
  }
}

.welcome-banner {
  background-color: #ededed;
  padding: 15px;
}
.welcome-banner.crisis {
  background-color: #e60050;
  color: #ffffff;
}
.welcome-banner.crisis .container > div.waiting-times > p {
  color: #ffffff;
}
.welcome-banner.crisis .container > div.waiting-times .waiting-time-details .waiting-time-item .indicator {
  display: none;
}
.welcome-banner .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.welcome-banner .container > div {
  flex: 1;
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .welcome-banner .container > div {
    max-width: none;
  }
}
.welcome-banner .container > div.waiting-times {
  padding-right: 0;
  padding-left: 30px;
  position: relative;
  max-width: 640px;
}
.welcome-banner .container > div.waiting-times .cta {
  display: none;
}
.welcome-banner .container > div.waiting-times:hover .cta {
  display: block;
  position: absolute;
  left: 66%;
  top: -10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .welcome-banner .container > div.waiting-times:hover .cta {
    display: none;
  }
}
.welcome-banner .container > div.waiting-times > p {
  color: #005eb8;
}
.welcome-banner .container > div.waiting-times .waiting-time-details {
  display: flex;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item {
  flex: 1;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item .indicator {
  display: inline-block;
  border: solid 1px #ffffff;
  padding: 7.5px;
  border-radius: 10px;
  margin-right: 7.5px;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item .indicator.green {
  background-color: #00DA2A;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item .indicator.red {
  background-color: #e60050;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item strong {
  text-transform: none;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item:nth-of-type(1) {
  padding-right: 22.5px;
  border-right: solid 1px #ffffff;
}
.welcome-banner .container > div.waiting-times .waiting-time-details .waiting-time-item:nth-of-type(2) {
  padding-left: 22.5px;
}
.welcome-banner p {
  max-width: 768px;
  margin: 5px auto;
}
.welcome-banner p strong {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .welcome-banner p {
    font-size: 0.75rem;
  }
  .welcome-banner p strong {
    font-size: 1rem;
  }
}

#ccc-icon.ccc-icon--light {
  fill: #005eb8 !important;
}

#ccc-icon.ccc-icon--light:focus {
  outline: none !important;
}

h1 {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  color: #af2573;
  font-size: 48px;
}

h2 {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  color: #005eb8;
  font-size: 1.1rem;
}

header {
  position: fixed;
  z-index: 30;
  top: 0;
  width: 100%;
}
header nav {
  background-color: #ededed;
}
header nav.mobile {
  display: none;
}
header nav ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
header nav ul li {
  list-style-type: none;
  padding: 15px;
  margin: 0;
  position: relative;
  transition: left 0.2s linear;
  left: 0;
}
header nav ul li:first-of-type {
  padding-left: 0;
}
header nav ul li.search {
  background-color: #005eb8;
  background-image: url("/styles/assets/Magnifying Glass icon.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  margin: 0 15px;
  cursor: pointer;
}
header nav ul li.search form {
  position: absolute;
  right: 50px;
  height: 100%;
  top: 0px;
  width: 0;
  overflow: hidden;
  transition: width 0.2s linear;
}
header nav ul li.search form .close {
  display: inline-block;
  height: 100%;
  font-size: 18px;
  color: #005eb8;
  line-height: 49px;
  position: absolute;
}
header nav ul li.search form input {
  box-sizing: border-box;
  height: 100%;
  width: 295px;
  padding: 15px;
  font-size: 14px;
  font-weight: lighter;
  margin-left: 25px;
}
header nav ul li a {
  text-decoration: none;
  color: #000000;
}
header nav ul.search-open:before {
  content: " ";
  width: 49px;
  height: 49px;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(to right, rgb(237, 237, 237) 0%, rgba(237, 237, 237, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 20;
}
header nav ul.search-open li {
  left: -320px;
}
header nav ul.search-open li.search {
  left: 0;
}
header nav ul.search-open li.search form {
  display: block;
  width: 320px;
}
@media screen and (max-width: 1366px) {
  header nav ul {
    justify-content: space-between;
  }
  header nav ul li {
    font-size: 14px;
    padding: 15px 7.5px;
  }
  header nav ul li.search {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  header nav {
    display: none;
  }
  header nav.mobile {
    display: flex;
    position: fixed;
    top: 0;
    left: 100vw;
    height: 100vh;
    width: 100vw;
    background-color: #005eb8;
    z-index: 2000;
    transition: left 0.25s linear;
    padding: 30px;
    box-sizing: border-box;
    justify-content: space-between;
    flex-direction: column;
  }
  header nav.mobile a {
    color: #ffffff;
    text-decoration: none;
    padding: 7.5px;
    display: block;
    font-size: 0.9rem;
    display: none;
  }
  header nav.mobile .search {
    padding-top: 60px;
    display: none;
  }
  header nav.mobile .search input {
    width: 100%;
    padding: 7.5px;
    box-sizing: border-box;
    font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
  header nav.mobile.open {
    left: 0;
  }
  header nav.mobile.open a, header nav.mobile.open .search {
    display: block;
  }
  header nav.mobile ul {
    flex-direction: column;
    padding: 22.5px 0;
  }
  header nav.mobile ul li {
    padding: 0;
  }
  header nav.mobile ul.major {
    text-transform: uppercase;
  }
  header nav.mobile ul.major li a {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  header nav.mobile ul.split {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  header nav.mobile ul.split li {
    flex: 50%;
  }
}
@media (max-height: 320px) {
  header nav.mobile {
    padding: 7.5px;
  }
  header nav.mobile .search {
    padding-top: 0;
  }
  header nav.mobile .major, header nav.mobile .minor {
    padding: 5px;
  }
}

header.with-logo {
  width: 100%;
  position: sticky;
  z-index: 10;
  background-color: white;
}
header.with-logo main {
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 75px 30px 30px 30px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header.with-logo main {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  header.with-logo {
    flex-direction: column;
  }
  header.with-logo main {
    padding: 30px 30px 50px 30px;
  }
}
@media (max-width: 768px) {
  header.with-logo {
    position: relative;
  }
  header.with-logo main {
    padding-bottom: 22.5px;
  }
  header.with-logo main.with-banner {
    padding-bottom: 150px;
  }
}
header.with-logo .logo img {
  width: auto;
  height: 80px;
}
@media (max-width: 1024px) {
  header.with-logo .logo img {
    height: 60px;
  }
}
header.with-logo .logo.home-logo img {
  height: 115px;
}
@media (max-width: 768px) {
  header.with-logo .logo.home-logo img {
    height: 60px;
    margin-bottom: 22.5px;
  }
}
header.with-logo .logo a {
  text-decoration: none;
}
header.with-logo .logo h1, header.with-logo .logo h2 {
  margin: 5px 0;
}
header.with-logo .strapline {
  max-width: 540px;
  color: #666666;
}
header.with-logo .strapline p {
  margin: 0;
  font-size: 20px;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  line-height: 28px;
}
@media (max-width: 1024px) {
  header.with-logo .strapline p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  header.with-logo .strapline {
    margin-right: 60px;
  }
}
header.with-logo .holding-message {
  max-width: 768px;
}
header.with-logo .holding-message p {
  margin: 0;
  font-size: 14px;
  line-height: normal;
  padding: 10px;
  background-color: #ef8d00;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  header.with-logo .holding-message p {
    margin-top: 20px;
    margin-left: 0;
  }
}

.hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 48px;
    width: 52px;
    background-image: url(/styles/assets/hamburger.png);
    display: block;
    z-index: 2001;
    background-repeat: no-repeat;
  }
  .hamburger.open {
    background-image: url(/styles/assets/close-menu.png);
  }
}
@media (max-height: 320px) {
  .hamburger {
    top: 2px;
    right: 2px;
    height: 32px;
    width: 32px;
    background-size: 32px;
  }
}

footer {
  background-color: #000000;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  footer {
    padding: 22.5px 0;
  }
}
footer .container {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
footer .container .logo {
  padding: 0 30px 30px 30px;
  flex: 2;
}
footer .container .logo h3 {
  font-size: 1rem;
}
footer .container .logo h4 {
  font-size: 0.8rem;
}
footer .container .logo h3, footer .container .logo h4 {
  margin: 5px 0;
  color: #ffffff;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
footer .container .logo img {
  height: 60px;
}
footer .container .col {
  flex: 1;
}
footer .container ul {
  padding: 30px 0;
  margin: 0;
}
footer .container ul li {
  padding: 5px 15px 5px 0;
  margin: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 0.8rem;
}
footer .container ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .container ul li a:hover {
  text-decoration: underline;
}
footer .container p {
  margin: 30px 0 7.5px 0;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 22.5px;
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: column;
  }
  footer .container .col {
    padding: 0 30px;
  }
  footer .container .col.logo {
    padding-bottom: 30px;
  }
  footer .container .col ul {
    padding: 0;
  }
}
footer .social a {
  display: inline-block;
  padding-right: 15px;
}

.page-update-date {
  margin: auto;
  text-align: center;
  font-size: 13px;
  color: #000000;
}

.accordion {
  max-width: 720px;
  margin: 22.5px auto 120px auto;
}
.accordion > a {
  text-decoration: none;
}
.accordion .accordion-item .accordion-title {
  font-size: 1.4rem;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  color: #005eb8;
  padding: 22.5px;
  margin: 0 0 -1px 0;
  border-top: solid 1px #b2b2b2;
  border-bottom: solid 1px #b2b2b2;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease-out;
  position: relative;
}
.accordion .accordion-item .accordion-title:after {
  content: " ";
  width: 30px;
  padding-right: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/styles/assets/Down arrow blue.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-out;
}
.accordion .accordion-item .accordion-title:hover {
  background-color: #ededed;
}
.accordion .accordion-item .accordion-title.open {
  color: #ffffff;
  background-color: #af2573;
}
.accordion .accordion-item .accordion-title.open:after {
  transform: rotateZ(-180deg);
  filter: brightness(0) invert(1);
}
.accordion .accordion-item .external .accordion-title:after {
  background-image: url(/styles/assets/external.png);
}
.accordion .accordion-item .accordion-content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.accordion .accordion-item .accordion-content.open {
  max-height: 150vh;
  overflow: auto;
}

.banner {
  max-height: 266px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.banner.padout {
  height: 140px;
}
.banner.blank {
  height: 0px;
}
.banner img {
  height: auto;
  width: 100%;
  position: relative;
  max-height: none;
  display: block;
}

.banner-2023 {
  height: 200px;
  position: sticky;
  margin-top: -295px;
  width: 97%;
  z-index: 20;
  top: 45px;
  margin-bottom: 63px;
  padding-top: 20px;
  background: white;
  overflow: hidden;
  margin-left: -8px;
  border-left: solid 8px #ffffff;
  border-right: solid 8px #ffffff;
}
.banner-2023:before {
  content: " ";
  width: 100%;
  min-width: 50vw;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}
.banner-2023 img {
  height: auto;
  width: 101%;
  min-width: 50vw;
  right: 0;
  position: absolute;
  max-height: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  .banner-2023 {
    position: fixed;
    top: 0px;
    right: 100px;
    margin-top: 0;
    width: 455px;
    height: 72px !important;
  }
  .banner-2023 img {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .banner-2023 {
    top: 90px;
    left: 30px;
    right: auto;
    width: calc(100% - 40px);
    height: 120px !important;
    overflow: hidden !important;
  }
  .banner-2023 img {
    width: auto;
    height: 120px !important;
    right: auto;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

.page-title {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px;
  background-color: #005eb8;
}
.page-title.page-title-charity {
  background-color: #e0673a;
}
.page-title h1 {
  font-weight: 300;
  color: #ffffff;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 2rem;
  margin: 60px 0;
}
.page-title .breadcrumb {
  height: 0;
  padding: 0;
}
.page-title .breadcrumb * {
  color: #ffffff;
}

.cta {
  padding: 7.5px 22.5px;
  text-decoration: none;
  border-radius: 15px;
  font-size: 0.8rem;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  margin-top: 15px;
  display: inline-block;
  background-color: #ffffff;
  color: #005eb8;
  transition: all 0.2s linear;
}
.cta.inverted {
  color: #ffffff;
  background-color: #005eb8;
}
.cta.sidebar {
  color: #ffffff;
  margin-left: 22.5px;
}
.cta:hover {
  background-color: #004485;
}

.image-navigation {
  position: relative;
  overflow: hidden;
  background-color: #005eb8;
}
.image-navigation img {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (orientation: portrait) {
  .image-navigation img {
    width: auto;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
  }
}
.image-navigation > ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-out;
  border: solid 2px rgba(255, 255, 255, 0.9);
}
.image-navigation > ul li, .image-navigation > ul a {
  flex: 33%;
  border: solid 2px rgba(255, 255, 255, 0.9);
  height: 50%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2rem;
  background-color: transparent;
  transition: background-color 0.2s linear;
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  text-align: center;
}
@media (max-width: 768px) {
  .image-navigation > ul li, .image-navigation > ul a {
    height: 33.3%;
    text-align: center;
    font-size: 22px;
    flex: 50%;
  }
}
.image-navigation > ul li > a, .image-navigation > ul a > a {
  border: none;
  height: 100%;
}
.image-navigation > ul li:hover, .image-navigation > ul a:hover {
  background-color: rgba(22, 112, 103, 0.4);
}
.image-navigation > ul li:hover.urgent, .image-navigation > ul a:hover.urgent {
  background-color: rgba(230, 0, 80, 0.4);
}
.image-navigation .flyout {
  display: none;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  margin: 30px;
  background-color: #005eb8;
  position: absolute;
  box-sizing: border-box;
  z-index: 20;
}
.image-navigation .flyout .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.image-navigation .flyout .close {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  text-align: right;
  color: #ffffff;
  cursor: pointer;
  padding-right: 30px;
  background-image: url("/styles/assets/Close menu icon.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.image-navigation .flyout h3 {
  color: #ffffff;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 22.5px 0;
}
.image-navigation .flyout h4 {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  margin: 0;
  padding: 15px 0;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}
.image-navigation .flyout section {
  display: flex;
}
.image-navigation .flyout section .main-flyout-navigation {
  flex: 4;
  padding-right: 30px;
}
.image-navigation .flyout section .main-flyout-navigation ul {
  flex: 1;
  margin: 0;
  padding: 30px 15px 30px 0;
}
.image-navigation .flyout section .main-flyout-navigation ul li {
  padding: 0;
  margin: 15px 0;
  color: #ffffff;
  list-style-type: none;
}
.image-navigation .flyout section .main-flyout-navigation ul li a {
  color: #ffffff;
  text-decoration: none;
}
.image-navigation .flyout section .sub-flyout-navigation {
  flex: 1;
  padding-top: 60px;
}
.image-navigation .flyout section .sub-flyout-navigation .cta {
  margin: 15px 0;
  display: block;
  font-size: 1rem;
  text-align: center;
}
.image-navigation.flyout-open .flyout {
  display: flex;
  align-items: center;
}
.image-navigation.flyout-open > ul {
  background-color: rgba(0, 0, 0, 0.5);
}

#homepage .image-text-component {
  background: -moz-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  background: -webkit-linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(239, 239, 239) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#efefef", GradientType=1);
}
#homepage .image-text-component {
  padding: 60px 30px;
}
#homepage .image-text-component.full-width {
  padding: 0;
}
#homepage .image-text-component.full-width .container {
  padding: 0;
  width: 100%;
}
#homepage .image-text-component.full-width .container .column {
  padding: 0;
  display: flex;
  align-items: center;
}
#homepage .image-text-component.full-width .container .column .content {
  min-width: 400px;
  padding: 30px;
  width: 66%;
  margin: 0 auto;
}
#homepage .image-text-component .container {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
#homepage .image-text-component .container.align-Left {
  flex-direction: row;
}
#homepage .image-text-component .container.align-Right {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #homepage .image-text-component .container {
    flex-direction: column;
  }
  #homepage .image-text-component .container.align-Left, #homepage .image-text-component .container.align-Right {
    flex-direction: column;
  }
}
#homepage .image-text-component .container .column {
  flex: 1;
  padding: 30px 15px;
}
#homepage .image-text-component .container .column img {
  max-width: 100%;
}
#homepage .image-text-component .container .column h3 {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
}
#homepage .image-text-component .container .column p {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  #homepage .image-text-component .container .column p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
#homepage .image-text-component.bg-f4f4f4, #homepage .image-text-component.bg-ffffff {
  background-color: #f4f4f4;
}
#homepage .image-text-component.bg-f4f4f4 h3, #homepage .image-text-component.bg-ffffff h3 {
  color: #005eb8;
}
#homepage .image-text-component.bg-f4f4f4 .cta, #homepage .image-text-component.bg-ffffff .cta {
  background-color: #005eb8;
  color: #ffffff;
}
#homepage .image-text-component.bg-f4f4f4 .cta:hover, #homepage .image-text-component.bg-ffffff .cta:hover {
  background-color: #004485;
}
#homepage .image-text-component.bg-ffffff {
  background-color: #ffffff;
}
#homepage .image-text-component.bg-005eb8 {
  background-color: #005eb8;
}
#homepage .image-text-component.bg-005eb8 h3,
#homepage .image-text-component.bg-005eb8 p,
#homepage .image-text-component.bg-005eb8 .content {
  color: #ffffff;
}
#homepage .image-text-component.bg-003d76 {
  background-color: #003d76;
}
#homepage .image-text-component.bg-003d76 h3,
#homepage .image-text-component.bg-003d76 p,
#homepage .image-text-component.bg-003d76 .content {
  color: #ffffff;
}
#homepage .image-text-component.personal-profile {
  padding: 0;
}
#homepage .image-text-component.personal-profile h3 {
  color: #005eb8;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
#homepage .image-text-component.personal-profile h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
#homepage .image-text-component.personal-profile .container {
  padding: 7.5px 0;
  border-bottom: solid 1px #b2b2b2;
}
#homepage .image-text-component.personal-profile .container .column {
  flex: auto;
  padding: 0 15px;
}
#homepage .image-text-component.personal-profile .container .column img {
  max-width: 200px;
}
#homepage .image-text-component.personal-profile .container .column p {
  margin-top: 0;
}

.content-page-2023 .image-text-component.full-width {
  padding: 0;
}
.content-page-2023 .image-text-component.full-width .container {
  padding: 0;
  width: 100%;
}
.content-page-2023 .image-text-component.full-width .container .column {
  padding: 0;
  display: flex;
  align-items: center;
}
.content-page-2023 .image-text-component.full-width .container .column .content {
  min-width: 400px;
  padding: 30px;
  width: 66%;
  margin: 0 auto;
}
.content-page-2023 .image-text-component .container {
  padding: 15px 0;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
}
.content-page-2023 .image-text-component .container.align-Left {
  flex-direction: row;
}
.content-page-2023 .image-text-component .container.align-Right {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .content-page-2023 .image-text-component .container {
    flex-direction: column;
  }
  .content-page-2023 .image-text-component .container.align-Left, .content-page-2023 .image-text-component .container.align-Right {
    flex-direction: column;
  }
}
.content-page-2023 .image-text-component .container .column {
  flex: 1;
}
.content-page-2023 .image-text-component .container .column:first-of-type {
  padding-right: 22.5px;
}
.content-page-2023 .image-text-component .container .column img {
  max-width: 100%;
}
.content-page-2023 .image-text-component .container .column h3 {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  margin: 0 0 15px 0;
  color: #005eb8;
}
.content-page-2023 .image-text-component .container .column .cta {
  background-color: #005eb8;
  color: #ffffff;
}
.content-page-2023 .image-text-component .container .column .cta:hover {
  background-color: #004485;
}
.content-page-2023 .image-text-component.bg-f4f4f4, .content-page-2023 .image-text-component.bg-ffffff {
  background-color: #f4f4f4;
}
.content-page-2023 .image-text-component.bg-f4f4f4 h3, .content-page-2023 .image-text-component.bg-ffffff h3 {
  color: #005eb8;
}
.content-page-2023 .image-text-component.bg-f4f4f4 .cta, .content-page-2023 .image-text-component.bg-ffffff .cta {
  background-color: #005eb8;
  color: #ffffff;
}
.content-page-2023 .image-text-component.bg-f4f4f4 .cta:hover, .content-page-2023 .image-text-component.bg-ffffff .cta:hover {
  background-color: #004485;
}
.content-page-2023 .image-text-component.bg-ffffff {
  background-color: #ffffff;
}
.content-page-2023 .image-text-component.bg-005eb8 {
  background-color: #005eb8;
}
.content-page-2023 .image-text-component.bg-005eb8 h3,
.content-page-2023 .image-text-component.bg-005eb8 p,
.content-page-2023 .image-text-component.bg-005eb8 .content {
  color: #ffffff;
}
.content-page-2023 .image-text-component.bg-003d76 {
  background-color: #003d76;
}
.content-page-2023 .image-text-component.bg-003d76 h3,
.content-page-2023 .image-text-component.bg-003d76 p,
.content-page-2023 .image-text-component.bg-003d76 .content {
  color: #ffffff;
}
.content-page-2023 .image-text-component.personal-profile {
  padding: 0;
}
.content-page-2023 .image-text-component.personal-profile h3 {
  color: #005eb8;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}
.content-page-2023 .image-text-component.personal-profile h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-page-2023 .image-text-component.personal-profile .container {
  padding: 7.5px 0;
  border-bottom: solid 1px #b2b2b2;
}
.content-page-2023 .image-text-component.personal-profile .container .column {
  flex: auto;
  padding: 0 15px;
}
.content-page-2023 .image-text-component.personal-profile .container .column img {
  max-width: 200px;
}
.content-page-2023 .image-text-component.personal-profile .container .column p {
  margin-top: 0;
}

.static-content {
  width: 100%;
  max-width: 720px;
  padding: 30px 15px;
  margin: 1rem auto;
  box-sizing: border-box;
}
.static-content p, .static-content li, .static-content div {
  font-size: 1rem;
  line-height: 1.5rem;
}
.static-content a {
  font-weight: 700;
  color: #000000;
}
.static-content a:hover {
  color: #af2573;
}
.static-content .serviceHeading {
  margin: 25px 0 15px 0;
  font-size: 1.3rem;
  color: #005eb8;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  display: block;
}
.static-content .largeText {
  font-size: 1.3rem;
}
.static-content .show-more {
  color: #005eb8;
  font-weight: 700;
  cursor: pointer;
}
.static-content .hidden-content {
  display: none;
}

.link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto 120px auto;
}
.link-list a {
  display: block;
  flex: calc(33% - 45px);
  max-width: calc(33% - 45px);
  margin: 22.5px;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px #b2b2b2;
  color: #005eb8;
  min-height: 200px;
  text-decoration: none;
  font-size: 21px;
  line-height: 24px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s linear;
  overflow: hidden;
}
@media (max-width: 768px) {
  .link-list a {
    max-width: calc(50% - 45px);
    flex: calc(50% - 45px);
  }
}
@media (max-width: 540px) {
  .link-list a {
    max-width: calc(100% - 45px);
    flex: calc(100% - 45px);
  }
}
.link-list a:hover {
  background-color: #af2573;
  color: #ffffff;
}
.link-list a:hover em {
  color: #ffffff;
}
.link-list a > span {
  padding: 30px;
  display: block;
  min-height: 100px;
}
.link-list a.external-link > span {
  padding: 30px 30px 5px 30px;
  min-height: 0;
}
.link-list a em {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  padding: 5px 30px;
  line-height: 18px;
  transition: all 0.2s linear;
}
.link-list a img {
  pointer-events: none;
  min-width: 100%;
  width: auto;
  height: 100px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.link-list a:after {
  position: absolute;
  display: block;
  content: " ";
  padding: 22.5px;
  bottom: 0;
  right: 0;
  background-color: #01a59a;
  border: solid 1px #ffffff;
  background-image: url("/styles/assets/Right arrow white.png");
  background-repeat: no-repeat;
  background-position: center;
}

.content-page-2023 > section .container .content .link-list {
  padding: 0;
}
.content-page-2023 > section .container .content .link-list a {
  margin: 15px;
  flex: calc(33% - 30px);
  max-width: calc(33% - 30px);
}
@media screen and (max-width: 1440px) {
  .content-page-2023 > section .container .content .link-list a {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

.landing-page-2023 > section .container .content .link-list a {
  margin: 15px;
  flex: calc(50% - 30px);
  max-width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .landing-page-2023 > section .container .content .link-list a {
    flex: 100%;
    max-width: none;
    margin-right: 0;
  }
}

.consultant-list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.consultant-list .consultant {
  flex: 50%;
}
.consultant-list .consultant img {
  width: 30px;
  float: left;
  padding: 15px;
}

.a-z-selector {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #b2b2b2;
}
.a-z-selector a {
  text-decoration: none;
}
.a-z-selector a.selected li {
  color: #000000;
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
.a-z-selector li {
  margin: 0 5px -1px 5px;
  padding: 7.5px 15px;
  list-style-type: none;
  background-color: #ededed;
  color: #b2b2b2;
  border: solid 1px #b2b2b2;
}
@media (max-width: 768px) {
  .a-z-selector {
    flex-wrap: wrap;
  }
  .a-z-selector a.selected li {
    border-bottom-color: #b2b2b2;
  }
}

.letter-filter {
  padding: 15px 0;
}
.letter-filter input {
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #af2573;
  padding: 5px;
  text-align: center;
  border: none;
  margin: 5px;
  font-size: 1rem;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  cursor: pointer;
  transition: all 0.25s linear;
}
.letter-filter input:hover {
  color: #000000;
}
.letter-filter input:disabled {
  cursor: not-allowed;
  background-color: #ededed;
  color: #ffffff;
}
.letter-filter input.selected {
  background-color: #005eb8;
}
.letter-filter input.selected:hover {
  color: #ffffff;
}

.text-filter {
  margin: 22.5px 0;
}
.text-filter input {
  width: 100%;
  padding: 7.5px;
  box-sizing: border-box;
  font-size: 16px;
}

.ward-details {
  padding: 22.5px 0;
}
.ward-details .ward-detail {
  display: flex;
}
.ward-details .ward-detail > strong {
  flex: 1;
}
.ward-details .ward-detail > div {
  flex: 3;
}

.single-image {
  width: 100%;
}

.vimeo-container {
  max-width: 720px;
  margin: 22.5px auto;
  padding-bottom: 42%;
  position: relative;
}
.vimeo-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.download-list {
  padding: 7.5px 0;
}
.download-list a.download-link {
  display: block;
  margin: 5px 0;
  padding: 15px;
  background-color: #e9f2f9;
  color: #005eb8;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  transition: all 0.25s linear;
  padding-right: 90px;
}
.download-list a.download-link .format {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 45px 15px 15px;
  text-transform: uppercase;
  color: #000000;
}
.download-list a.download-link:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  padding: 15px 22.5px 15px 15px;
  background-image: url("/styles/assets/Download icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.download-list a.download-link.external:after {
  background-image: url(/styles/assets/external.png);
}
.download-list a.download-link:hover {
  opacity: 0.7;
}

.google-map {
  height: 400px;
  margin: 20px 0;
}

.consultant-header h3 {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
}
.consultant-header p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 2px 0;
}
.consultant-header img {
  float: right;
  margin-right: 40px;
  max-width: 200px;
  border: solid 1px #333333;
}
.consultant-header.open p {
  color: #ffffff;
}

.breadcrumb {
  padding: 0 0 22.5px 0;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news .breadcrumb, .shrink .breadcrumb {
  padding: 0 30px 22.5px 30px;
}
.breadcrumb li {
  list-style-type: none;
  padding: 5px 7.5px;
  margin: 0 5px 7.5px 0;
  font-size: 12px;
  background-color: #ededed;
  border-radius: 11px;
}
.breadcrumb li.divider {
  background-color: transparent;
  padding: 5px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li.active {
  background-color: transparent;
  padding: 5px;
}

.cookies {
  position: fixed;
  bottom: 0;
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #E5EFF8;
  -webkit-box-shadow: 0px -10px 20px 0px rgba(102, 102, 102, 0.5);
  -moz-box-shadow: 0px -10px 20px 0px rgba(102, 102, 102, 0.5);
  box-shadow: 0px -10px 20px 0px rgba(102, 102, 102, 0.5);
  opacity: 1;
  transition: all 0.25s linear;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.cookies.visible {
  display: flex;
}
@media (max-width: 768px) {
  .cookies.visible {
    flex-direction: column;
  }
}
.cookies.fadeout {
  pointer-events: none;
  opacity: 0;
}
.cookies h3 {
  text-transform: uppercase;
}
.cookies p {
  font-size: 12px;
}
.cookies .links {
  display: flex;
  justify-content: center;
}
.cookies a {
  display: block;
  background-color: #005eb8;
  color: #ffffff;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70px;
  text-align: center;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .cookies a {
    margin: 10px;
  }
}
.cookies > * {
  margin: 0 15px;
}

.featured-news {
  padding: 70px 30px 100px 30px;
  max-width: 960px;
  margin: 0 auto;
}
.featured-news h3, .featured-news h4 {
  color: #005eb8;
  font-size: 18px;
}
.featured-news .container {
  display: flex;
}
.featured-news .container .news-item {
  flex: 1;
  margin: 0 10px;
}
.featured-news .container .news-item .date {
  margin: 10px 0;
  color: #000000;
  font-size: 14px;
}
.featured-news .container .news-item h4 {
  margin-top: 10px;
}
.featured-news .container .news-item a {
  text-decoration: none;
}
.featured-news .container .news-item a .image-container {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.featured-news .container .news-item a .image-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.featured-news .container .news-item a:hover {
  text-decoration: underline;
}
.featured-news .container .news-item:first-of-type {
  padding-right: 15px;
}
.featured-news .container .news-item:last-of-type {
  padding-left: 15px;
}
@media (max-width: 768px) {
  .featured-news .container {
    flex-direction: column;
  }
  .featured-news .container .news-item:first-of-type,
  .featured-news .container .news-item:last-of-type {
    padding: 0;
  }
}

.standalone-waiting-times {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
}
.standalone-waiting-times .waiting-time-details .waiting-time-item {
  padding: 7.5px;
  margin: 22.5px 0;
  border: solid 1px #b2b2b2;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.standalone-waiting-times .waiting-time-details .waiting-time-item table {
  width: 100%;
}
.standalone-waiting-times .waiting-time-details .waiting-time-item table td {
  width: 20%;
  padding: 22.5px;
}
@media (max-width: 768px) {
  .standalone-waiting-times .waiting-time-details .waiting-time-item table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .standalone-waiting-times .waiting-time-details .waiting-time-item table tr td {
    display: flex;
    padding: 7.5px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
  }
  .standalone-waiting-times .waiting-time-details .waiting-time-item table tr td:first-of-type {
    display: none;
    width: 100%;
    flex: 100%;
  }
  .standalone-waiting-times .waiting-time-details .waiting-time-item table tr td:first-of-type.indicator {
    display: block;
  }
  .standalone-waiting-times .waiting-time-details .waiting-time-item table tr td .cta {
    margin: 0;
  }
}
.standalone-waiting-times .waiting-time-details .waiting-time-item table .indicator {
  color: #ffffff;
  background-color: #00DA2A;
}

.waiting-times-last-refresh br {
  display: none;
}

.waiting-times-banner {
  color: #000000;
  text-decoration: none;
}

.modal {
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px #b2b2b2;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  width: 420px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2000;
}
.modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal p {
  margin: 60px 0;
  font-size: 14px;
  text-align: center;
}
.modal p strong {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
.modal a {
  cursor: pointer;
  margin: 0 15px;
}

.survey-modal {
  position: fixed;
  top: 50vh;
  width: 480px;
  max-width: 80vw;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 40px;
  background-color: #ffffff;
  z-index: 200;
  text-align: center;
  box-shadow: 2px 2px 10px #000000;
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 540px) {
  .survey-modal {
    padding: 20px;
  }
}
.survey-modal.hide {
  display: none;
}
.survey-modal h2 {
  color: #af2573;
}
.survey-modal p, .survey-modal ul {
  text-align: left;
}
.survey-modal li {
  padding-bottom: 10px;
}
.survey-modal .actions .cta {
  margin: 5px 15px;
}
.survey-modal .actions .cta.close {
  background-color: #ededed;
  color: #000000;
}
.survey-modal .actions .cta.close:hover {
  background-color: #b2b2b2;
}
.survey-modal .dont-show-again {
  display: block;
  font-size: 11px;
  margin-top: 7.5px;
  text-align: left;
  cursor: pointer;
}
.survey-modal .dont-show-again:before {
  content: "X";
  width: 7px;
  padding: 0 2px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border: solid 1px #b2b2b2;
  color: #ffffff;
  line-height: 10px;
}
.survey-modal .dont-show-again.selected:before {
  color: #005eb8;
}
.survey-modal .survey {
  display: none;
}
.survey-modal.show-survey {
  top: 5vh;
  height: calc(90vh - 80px);
}
.survey-modal.show-survey > * {
  display: none;
}
.survey-modal.show-survey .survey {
  display: block;
  height: 100%;
}
.survey-modal.show-survey .survey .smcx-embed,
.survey-modal.show-survey .survey .smcx-embed > .smcx-iframe-container {
  max-height: 100%;
}

.sidebar-nav {
  max-width: 293px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .sidebar-nav {
    display: none;
  }
}
.sidebar-nav h4 {
  color: #af2573;
  margin: 0 0 15px 0;
}
.sidebar-nav a {
  color: #005eb8;
  text-decoration: none;
}
.sidebar-nav > div > .item {
  background-color: #f0f0f0;
  color: #005eb8;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  border-bottom: solid 2px #ffffff;
  padding: 10px;
}
.sidebar-nav > div > .item.open {
  background-color: #717171;
}
.sidebar-nav > div > .item.open > a {
  color: #ffffff;
}
.sidebar-nav > div > div:nth-child(2) {
  padding-top: 5px;
}
.sidebar-nav > div > div:last-child {
  padding-bottom: 5px;
}
.sidebar-nav > div > div > .item {
  font-size: 14px;
  padding: 5px 10px;
}
.sidebar-nav > div > div > .item.open {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
.sidebar-nav > div > div > .item.open > a {
  color: black;
}
.sidebar-nav > div > div > div > .item {
  font-size: 14px;
  padding: 5px 10px 5px 20px;
}
.sidebar-nav > div > div > div > .item:before {
  content: "•";
  padding-right: 5px;
  color: #005eb8;
}
.sidebar-nav > div > div > div > .item.open {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
.sidebar-nav > div > div > div > .item.open:before,
.sidebar-nav > div > div > div > .item.open > a {
  color: black;
}
.sidebar-nav > div > div > div div > .item {
  font-size: 14px;
  padding: 5px 10px 5px 40px;
}
.sidebar-nav > div > div > div div > .item:before {
  content: "-";
  padding-right: 5px;
  color: #005eb8;
}
.sidebar-nav > div > div > div div > .item.open {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
}
.sidebar-nav > div > div > div div > .item.open:before,
.sidebar-nav > div > div > div div > .item.open > a {
  color: black;
}

.services-page h2, .news h2, .content-page-2023 h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  padding-bottom: 30px;
  max-width: 1200px;
  text-transform: uppercase;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: lighter;
}
.services-page > section, .news > section, .content-page-2023 > section {
  padding: 0 30px;
}
.services-page > section .container, .news > section .container, .content-page-2023 > section .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .services-page > section .container, .news > section .container, .content-page-2023 > section .container {
    flex-direction: column;
  }
}
.services-page > section .container .sort, .news > section .container .sort, .content-page-2023 > section .container .sort,
.services-page > section .container .service-details,
.news > section .container .service-details,
.content-page-2023 > section .container .service-details,
.content-page-2023 > section .container .content {
  position: sticky;
  top: 200px;
  flex: 1;
  padding: 0 100px 0 7.5px;
}
@media (max-width: 768px) {
  .services-page > section .container .sort, .news > section .container .sort, .content-page-2023 > section .container .sort,
  .services-page > section .container .service-details,
  .news > section .container .service-details,
  .content-page-2023 > section .container .service-details,
  .content-page-2023 > section .container .content {
    position: relative;
    top: 0;
    padding: 0 15px;
  }
}
.services-page > section .container .sort .social, .news > section .container .sort .social, .content-page-2023 > section .container .sort .social,
.services-page > section .container .service-details .social,
.news > section .container .service-details .social,
.content-page-2023 > section .container .service-details .social,
.content-page-2023 > section .container .content .social {
  position: absolute;
  top: 30px;
  left: 120px;
}
.services-page > section .container .sort .social a, .news > section .container .sort .social a, .content-page-2023 > section .container .sort .social a,
.services-page > section .container .service-details .social a,
.news > section .container .service-details .social a,
.content-page-2023 > section .container .service-details .social a,
.content-page-2023 > section .container .content .social a {
  margin-right: 10px;
}
.services-page > section .container .sort h3, .news > section .container .sort h3, .content-page-2023 > section .container .sort h3,
.services-page > section .container .service-details h3,
.news > section .container .service-details h3,
.content-page-2023 > section .container .service-details h3,
.content-page-2023 > section .container .content h3 {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #000000;
  margin-top: 20px;
  font-weight: lighter;
}
.services-page > section .container .sort label, .news > section .container .sort label, .content-page-2023 > section .container .sort label,
.services-page > section .container .service-details label,
.news > section .container .service-details label,
.content-page-2023 > section .container .service-details label,
.content-page-2023 > section .container .content label {
  display: block;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  color: #af2573;
  font-size: 18px;
  margin: 22.5px 0 5px 0;
  line-height: 19px;
  letter-spacing: 0.48px;
}
.services-page > section .container .sort select, .news > section .container .sort select, .content-page-2023 > section .container .sort select,
.services-page > section .container .service-details select,
.news > section .container .service-details select,
.content-page-2023 > section .container .service-details select,
.content-page-2023 > section .container .content select {
  padding: 5px;
}
.services-page > section .container .sort input[type=submit], .news > section .container .sort input[type=submit], .content-page-2023 > section .container .sort input[type=submit],
.services-page > section .container .service-details input[type=submit],
.news > section .container .service-details input[type=submit],
.content-page-2023 > section .container .service-details input[type=submit],
.content-page-2023 > section .container .content input[type=submit] {
  color: #ffffff;
  background-color: #005eb8;
  padding: 7.5px;
  border: none;
  margin-left: 5px;
}
.services-page > section .container .sort p, .news > section .container .sort p, .content-page-2023 > section .container .sort p,
.services-page > section .container .service-details p,
.news > section .container .service-details p,
.content-page-2023 > section .container .service-details p,
.content-page-2023 > section .container .content p {
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.48px;
}
.services-page > section .container .results, .news > section .container .results, .content-page-2023 > section .container .results,
.services-page > section .container .service-content,
.news > section .container .service-content,
.content-page-2023 > section .container .service-content,
.content-page-2023 > section .container .sidebar-content {
  flex: 2;
  padding: 0 15px;
  max-width: 720px;
}
.services-page > section .container .results .service, .news > section .container .results .service, .content-page-2023 > section .container .results .service,
.services-page > section .container .service-content .service,
.news > section .container .service-content .service,
.content-page-2023 > section .container .service-content .service,
.content-page-2023 > section .container .sidebar-content .service {
  margin-bottom: -1px;
  border-top: solid 1px #b2b2b2;
  font-size: 1.4rem;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  position: relative;
}
.services-page > section .container .results .service.accordion-item .accordion-title, .news > section .container .results .service.accordion-item .accordion-title, .content-page-2023 > section .container .results .service.accordion-item .accordion-title,
.services-page > section .container .service-content .service.accordion-item .accordion-title,
.news > section .container .service-content .service.accordion-item .accordion-title,
.content-page-2023 > section .container .service-content .service.accordion-item .accordion-title,
.content-page-2023 > section .container .sidebar-content .service.accordion-item .accordion-title {
  border: none;
  padding: 22.5px 15px;
}
.services-page > section .container .results .service.accordion-item .accordion-title > a, .news > section .container .results .service.accordion-item .accordion-title > a, .content-page-2023 > section .container .results .service.accordion-item .accordion-title > a,
.services-page > section .container .service-content .service.accordion-item .accordion-title > a,
.news > section .container .service-content .service.accordion-item .accordion-title > a,
.content-page-2023 > section .container .service-content .service.accordion-item .accordion-title > a,
.content-page-2023 > section .container .sidebar-content .service.accordion-item .accordion-title > a {
  padding: none;
  display: inline;
}
.services-page > section .container .results .service.accordion-item .accordion-title > a:after, .news > section .container .results .service.accordion-item .accordion-title > a:after, .content-page-2023 > section .container .results .service.accordion-item .accordion-title > a:after,
.services-page > section .container .service-content .service.accordion-item .accordion-title > a:after,
.news > section .container .service-content .service.accordion-item .accordion-title > a:after,
.content-page-2023 > section .container .service-content .service.accordion-item .accordion-title > a:after,
.content-page-2023 > section .container .sidebar-content .service.accordion-item .accordion-title > a:after {
  display: none;
}
.services-page > section .container .results .service.accordion-item .accordion-title.open > a, .news > section .container .results .service.accordion-item .accordion-title.open > a, .content-page-2023 > section .container .results .service.accordion-item .accordion-title.open > a,
.services-page > section .container .service-content .service.accordion-item .accordion-title.open > a,
.news > section .container .service-content .service.accordion-item .accordion-title.open > a,
.content-page-2023 > section .container .service-content .service.accordion-item .accordion-title.open > a,
.content-page-2023 > section .container .sidebar-content .service.accordion-item .accordion-title.open > a {
  color: #ffffff;
}
.services-page > section .container .results .service .accordion-content, .news > section .container .results .service .accordion-content, .content-page-2023 > section .container .results .service .accordion-content,
.services-page > section .container .service-content .service .accordion-content,
.news > section .container .service-content .service .accordion-content,
.content-page-2023 > section .container .service-content .service .accordion-content,
.content-page-2023 > section .container .sidebar-content .service .accordion-content {
  padding: 0;
}
.services-page > section .container .results .service h3, .news > section .container .results .service h3, .content-page-2023 > section .container .results .service h3,
.services-page > section .container .service-content .service h3,
.news > section .container .service-content .service h3,
.content-page-2023 > section .container .service-content .service h3,
.content-page-2023 > section .container .sidebar-content .service h3 {
  margin: 0;
  font-size: 1.4rem;
  font-family: "Frutiger LT W01_45 Ligh1475730", "Istok Web", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
.services-page > section .container .results .service a, .news > section .container .results .service a, .content-page-2023 > section .container .results .service a,
.services-page > section .container .service-content .service a,
.news > section .container .service-content .service a,
.content-page-2023 > section .container .service-content .service a,
.content-page-2023 > section .container .sidebar-content .service a {
  color: #005eb8;
  text-decoration: none;
  display: block;
  position: relative;
  transition: background-color 0.2s linear;
}
.services-page > section .container .results .service a.non-accordion, .news > section .container .results .service a.non-accordion, .content-page-2023 > section .container .results .service a.non-accordion,
.services-page > section .container .service-content .service a.non-accordion,
.news > section .container .service-content .service a.non-accordion,
.content-page-2023 > section .container .service-content .service a.non-accordion,
.content-page-2023 > section .container .sidebar-content .service a.non-accordion {
  padding: 22.5px 15px;
  display: block;
}
.services-page > section .container .results .service a em, .news > section .container .results .service a em, .content-page-2023 > section .container .results .service a em,
.services-page > section .container .service-content .service a em,
.news > section .container .service-content .service a em,
.content-page-2023 > section .container .service-content .service a em,
.content-page-2023 > section .container .sidebar-content .service a em {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
  font-style: normal;
  padding-right: 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.services-page > section .container .results .service a em span, .news > section .container .results .service a em span, .content-page-2023 > section .container .results .service a em span,
.services-page > section .container .service-content .service a em span,
.news > section .container .service-content .service a em span,
.content-page-2023 > section .container .service-content .service a em span,
.content-page-2023 > section .container .sidebar-content .service a em span {
  display: none;
}
.services-page > section .container .results .service a.subservice, .news > section .container .results .service a.subservice, .content-page-2023 > section .container .results .service a.subservice,
.services-page > section .container .service-content .service a.subservice,
.news > section .container .service-content .service a.subservice,
.content-page-2023 > section .container .service-content .service a.subservice,
.content-page-2023 > section .container .sidebar-content .service a.subservice {
  font-size: 1.1rem;
  padding: 15px 100px 15px 15px;
  border-bottom: solid 1px #ededed;
  margin: 0;
}
.services-page > section .container .results .service a.subservice em, .news > section .container .results .service a.subservice em, .content-page-2023 > section .container .results .service a.subservice em,
.services-page > section .container .service-content .service a.subservice em,
.news > section .container .service-content .service a.subservice em,
.content-page-2023 > section .container .service-content .service a.subservice em,
.content-page-2023 > section .container .sidebar-content .service a.subservice em {
  line-height: 22px;
}
.services-page > section .container .results .service a.subservice:after, .news > section .container .results .service a.subservice:after, .content-page-2023 > section .container .results .service a.subservice:after,
.services-page > section .container .service-content .service a.subservice:after,
.news > section .container .service-content .service a.subservice:after,
.content-page-2023 > section .container .service-content .service a.subservice:after,
.content-page-2023 > section .container .sidebar-content .service a.subservice:after {
  background-size: 8px;
}
.services-page > section .container .results .service a:hover, .news > section .container .results .service a:hover, .content-page-2023 > section .container .results .service a:hover,
.services-page > section .container .service-content .service a:hover,
.news > section .container .service-content .service a:hover,
.content-page-2023 > section .container .service-content .service a:hover,
.content-page-2023 > section .container .sidebar-content .service a:hover {
  background-color: #ededed;
}
.services-page > section .container .results .service a:after, .news > section .container .results .service a:after, .content-page-2023 > section .container .results .service a:after,
.services-page > section .container .service-content .service a:after,
.news > section .container .service-content .service a:after,
.content-page-2023 > section .container .service-content .service a:after,
.content-page-2023 > section .container .sidebar-content .service a:after {
  content: " ";
  width: 30px;
  padding-right: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/styles/assets/Right icon blue.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-out;
}
.services-page > section .container .results .service.vacancy, .news > section .container .results .service.vacancy, .content-page-2023 > section .container .results .service.vacancy,
.services-page > section .container .service-content .service.vacancy,
.news > section .container .service-content .service.vacancy,
.content-page-2023 > section .container .service-content .service.vacancy,
.content-page-2023 > section .container .sidebar-content .service.vacancy {
  padding: 22.5px 15px;
}
.services-page > section .container .results .service.vacancy a, .news > section .container .results .service.vacancy a, .content-page-2023 > section .container .results .service.vacancy a,
.services-page > section .container .service-content .service.vacancy a,
.news > section .container .service-content .service.vacancy a,
.content-page-2023 > section .container .service-content .service.vacancy a,
.content-page-2023 > section .container .sidebar-content .service.vacancy a {
  padding: 5px 22.5px;
  background-color: #005eb8;
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
  font-size: 12px;
  float: right;
}
.services-page > section .container .results .service.vacancy a:after, .news > section .container .results .service.vacancy a:after, .content-page-2023 > section .container .results .service.vacancy a:after,
.services-page > section .container .service-content .service.vacancy a:after,
.news > section .container .service-content .service.vacancy a:after,
.content-page-2023 > section .container .service-content .service.vacancy a:after,
.content-page-2023 > section .container .sidebar-content .service.vacancy a:after {
  background-image: none;
}
.services-page > section .container .results .service.vacancy h3, .news > section .container .results .service.vacancy h3, .content-page-2023 > section .container .results .service.vacancy h3,
.services-page > section .container .service-content .service.vacancy h3,
.news > section .container .service-content .service.vacancy h3,
.content-page-2023 > section .container .service-content .service.vacancy h3,
.content-page-2023 > section .container .sidebar-content .service.vacancy h3 {
  margin-top: 0;
  font-weight: lighter;
}
.services-page > section .container .results .service.vacancy p, .news > section .container .results .service.vacancy p, .content-page-2023 > section .container .results .service.vacancy p,
.services-page > section .container .service-content .service.vacancy p,
.news > section .container .service-content .service.vacancy p,
.content-page-2023 > section .container .service-content .service.vacancy p,
.content-page-2023 > section .container .sidebar-content .service.vacancy p {
  color: #000000;
  line-height: 18px;
  margin: 0;
  font-size: 14px;
}
.services-page > section .container .results .service.vacancy p strong, .news > section .container .results .service.vacancy p strong, .content-page-2023 > section .container .results .service.vacancy p strong,
.services-page > section .container .service-content .service.vacancy p strong,
.news > section .container .service-content .service.vacancy p strong,
.content-page-2023 > section .container .service-content .service.vacancy p strong,
.content-page-2023 > section .container .sidebar-content .service.vacancy p strong {
  display: inline-block;
  width: 130px;
}
.services-page > section .container .results .static-content, .news > section .container .results .static-content, .content-page-2023 > section .container .results .static-content,
.services-page > section .container .service-content .static-content,
.news > section .container .service-content .static-content,
.content-page-2023 > section .container .service-content .static-content,
.content-page-2023 > section .container .sidebar-content .static-content {
  padding: 0;
  max-width: none;
}

.content-page-2023.shrink, .content-page-2023.news {
  max-width: 1440px;
  margin: 0 auto;
}
.content-page-2023 > section {
  border: none;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.content-page-2023 > section .container {
  padding-top: 100px;
  flex-wrap: wrap;
  justify-content: center;
}
.content-page-2023 > section .container .breadcrumb {
  flex-basis: 100%;
  width: 100%;
  padding-bottom: 0;
}
.content-page-2023 > section .container .content {
  flex: 3;
}
.content-page-2023 > section .container .content p {
  line-height: 20px;
}
.content-page-2023 > section .container .content .content-banner {
  width: 100%;
  margin: 15px 0;
}
@media screen and (max-width: 1366px) {
  .content-page-2023 > section .container .content {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container .content {
    position: relative;
    max-width: 60vw;
    top: auto;
  }
}
.content-page-2023 > section .container .content h1 {
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container .content h1 {
    font-size: 26px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .content-page-2023 > section .container .content h1 {
    font-size: 22px;
    margin-top: 0;
  }
}
.content-page-2023 > section .container .content .static-content {
  margin: 0;
  padding: 15px 0;
  max-width: none;
}
.content-page-2023 > section .container .content .static-content img {
  max-width: 100%;
  height: auto;
}
.content-page-2023 > section .container .content .accordion {
  max-width: 100%;
}
.content-page-2023 > section .container .content .accordion .accordion-item .accordion-title {
  font-size: 1.2rem;
  margin: 0 0 -1px 0;
}
.content-page-2023 > section .container .sidebar-content {
  flex: 4;
  max-width: 992px;
  width: 100%;
  position: relative;
  z-index: 20;
}
.content-page-2023 > section .container .sidebar-content.final {
  padding: 0;
}
@media screen and (max-width: 1366px) {
  .content-page-2023 > section .container .sidebar-content {
    flex: 6;
  }
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container .sidebar-content {
    z-index: auto;
  }
}
.content-page-2023 > section .container .sidebar-content .link-list {
  padding: 0;
}
.content-page-2023 > section .container .sidebar-content .link-list a {
  font-size: 18px;
  max-width: calc(33.3% - 22.5px);
  flex: calc(33.3% - 22.5px);
  margin: 0 22.5px 22.5px 0;
}
.content-page-2023 > section .container .sidebar-content .link-list a:nth-of-type(3n) {
  margin: 0 0 22.5px 0;
}
.content-page-2023 > section .container .sidebar-content .link-list a:last-of-type {
  flex-grow: 0;
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container .sidebar-content .link-list a {
    flex: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 22.5px 22.5px 0;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a:nth-of-type(3n) {
    margin: 0 22.5px 22.5px 0;
  }
}
.content-page-2023 > section .container .sidebar-content.shrink {
  flex: 1;
  z-index: 1;
}
.content-page-2023 > section .container .sidebar-content.shrink .banner-2023 {
  overflow: visible;
}
.content-page-2023 > section .container .sidebar-content.shrink .banner-2023 img {
  min-width: 540px;
}
.content-page-2023 > section .container .sidebar-content.shrink .link-list a {
  min-height: 150px;
  flex: 100%;
  max-width: none;
  margin: 0 0 22.5px 0;
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a {
    flex: calc(33.3% - 22.5px);
    margin: 0 22.5px 22.5px 0;
  }
}
.content-page-2023 > section .container .sidebar-content.shrink .link-list a > span {
  min-height: 40px;
}
.content-page-2023 > section .container .featured-news,
.content-page-2023 > section .container .contact-details,
.content-page-2023 > section .container .websites {
  padding: 0;
  margin-bottom: 40px;
}
.content-page-2023 > section .container .featured-news h4,
.content-page-2023 > section .container .contact-details h4,
.content-page-2023 > section .container .websites h4 {
  color: #af2573;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  margin: 0 0 22.5px 0;
}
.content-page-2023 > section .container .featured-news p,
.content-page-2023 > section .container .contact-details p,
.content-page-2023 > section .container .websites p {
  font-size: 14px;
  line-height: 18px;
}
.content-page-2023 > section .container .featured-news a.website,
.content-page-2023 > section .container .contact-details a.website,
.content-page-2023 > section .container .websites a.website {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  border: solid 1px #cdcdcd;
  text-decoration: none;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  color: #005eb8;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.content-page-2023 > section .container .featured-news a.website:after,
.content-page-2023 > section .container .contact-details a.website:after,
.content-page-2023 > section .container .websites a.website:after {
  content: " ";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 3px;
  top: 3px;
  background-color: #ef8d00;
  background-image: url("/styles/assets/external.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.content-page-2023 > section .container .featured-news .news-item,
.content-page-2023 > section .container .contact-details .news-item,
.content-page-2023 > section .container .websites .news-item {
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  padding: 15px 0;
  border-bottom: solid 1px #707070;
  font-size: 14px;
  line-height: 18px;
}
.content-page-2023 > section .container .featured-news .news-item:first-of-type,
.content-page-2023 > section .container .contact-details .news-item:first-of-type,
.content-page-2023 > section .container .websites .news-item:first-of-type {
  padding-top: 0;
}
.content-page-2023 > section .container .featured-news .news-item a,
.content-page-2023 > section .container .contact-details .news-item a,
.content-page-2023 > section .container .websites .news-item a {
  text-decoration: none;
  color: #005eb8;
}
.content-page-2023 > section .container .featured-news .see-all-news,
.content-page-2023 > section .container .contact-details .see-all-news,
.content-page-2023 > section .container .websites .see-all-news {
  text-align: right;
}
.content-page-2023 > section .container .featured-news .see-all-news a,
.content-page-2023 > section .container .contact-details .see-all-news a,
.content-page-2023 > section .container .websites .see-all-news a {
  text-decoration: none;
  font-family: "Frutiger LT W01_65 Bold1475746", "Istok Web", Arial, Helvetica, sans-serif;
  color: #005eb8;
}
.content-page-2023 > section .container.shrink {
  padding-top: 20px;
}
.content-page-2023 > section .container.shrink .content {
  margin-top: -20px;
  padding: 0 20px;
}
.content-page-2023 > section .container.shrink .content h1 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container.shrink .content {
    margin-top: 0;
    padding: 0;
  }
}
.content-page-2023 > section .container.no-sidebar .content {
  margin-top: 0px;
  max-width: 720px;
}
@media (max-width: 1024px) {
  .content-page-2023 > section .container {
    padding: 0;
  }
  .content-page-2023 > section .container.shrink {
    padding: 0;
  }
  .content-page-2023 > section .container.final {
    flex-direction: row;
  }
  .content-page-2023 > section .container.final .content {
    flex: 2;
  }
  .content-page-2023 > section .container.final .sidebar-content {
    padding: 0;
  }
  .content-page-2023 > section .container.final .featured-news,
  .content-page-2023 > section .container.final .contact-details,
  .content-page-2023 > section .container.final .websites {
    padding-left: 22.5px;
  }
  .content-page-2023 > section .container.final .featured-news h4,
  .content-page-2023 > section .container.final .contact-details h4,
  .content-page-2023 > section .container.final .websites h4 {
    margin-top: 20px;
  }
  .content-page-2023 > section .container .sidebar-content {
    padding-left: 22.5px;
    padding-top: 20px;
  }
  .content-page-2023 > section .container .sidebar-content.shrink .link-list {
    flex-direction: column;
  }
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .content-page-2023 > section .container.final {
    flex-direction: column;
  }
  .content-page-2023 > section .container.final .content {
    max-width: 100%;
  }
  .content-page-2023 > section .container.final .content h1 {
    margin-top: 15px;
  }
  .content-page-2023 > section .container.final .featured-news,
  .content-page-2023 > section .container.final .contact-details,
  .content-page-2023 > section .container.final .websites {
    padding-left: 0;
  }
  .content-page-2023 > section .container .content {
    max-width: 100%;
    padding: 0;
  }
  .content-page-2023 > section .container .sidebar-content,
  .content-page-2023 > section .container .sidebar-content.shrink {
    padding: 0;
  }
  .content-page-2023 > section .container .sidebar-content .link-list,
  .content-page-2023 > section .container .sidebar-content.shrink .link-list {
    flex-direction: row;
    margin-bottom: 0;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a,
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a {
    max-width: calc(50% - 22.5px);
    flex: calc(50% - 22.5px);
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
    min-height: 40px;
    margin-right: 22.5px !important;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a:nth-of-type(3n),
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a:nth-of-type(3n) {
    margin: 0 22.5px 22.5px 0;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a:nth-of-type(2n),
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a:nth-of-type(2n) {
    margin: 0 0 22.5px 0;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a span,
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a span {
    min-height: 40px;
    padding: 15px 30px 60px 15px;
  }
  .content-page-2023 > section .container .sidebar-content .link-list a:after,
  .content-page-2023 > section .container .sidebar-content.shrink .link-list a:after {
    padding: 15px;
  }
}

.blog-page > section {
  padding: 30px;
  margin-top: 30px;
}
.blog-page > section .container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
.blog-page > section .container .blog h2 {
  color: #005eb8;
  margin: 5px 0;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
.blog-page > section .container .blog .date {
  color: #000000;
  font-size: 0.75rem;
}
.blog-page > section .container .blog .cta {
  margin: 0 auto 22.5px auto;
  display: block;
  text-align: center;
  width: 130px;
}
.blog-page > section .container .blog .static-content {
  padding: 15px 0;
}
.blog-page > section .container .blogs {
  display: flex;
  padding: 30px 0;
  flex-direction: column;
}
.blog-page > section .container .blogs a {
  text-decoration: none;
  color: inherit;
}
.blog-page > section .container .blogs a .thumbnail {
  display: flex;
  padding-bottom: 22.5px;
}
.blog-page > section .container .blogs a .thumbnail img {
  max-width: 320px;
  padding-right: 22.5px;
}
.blog-page > section .container .blogs a .thumbnail h3 {
  color: #005eb8;
  margin: 5px 0;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.blog-page > section .container .blogs a .thumbnail span {
  color: #000000;
  font-size: 0.75rem;
}

.news > section .container .content {
  flex: 1;
}
.news .time-selector a {
  color: #000000;
  text-decoration: none;
}
.news .time-selector div {
  margin: 10px 0;
  padding: 10px;
  max-width: 150px;
}
.news .time-selector div.selected {
  background-color: #ededed;
}
@media (max-width: 768px) {
  .news .time-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news .time-selector a {
    text-align: center;
  }
}
.news .archives {
  margin: 10px;
}
.news .archives a {
  display: block;
  padding: 10px 0;
}
.news .news-item {
  border-bottom: solid 1px #ededed;
  padding: 20px 0;
}
.news .news-item a {
  text-decoration: none;
}
.news .news-item a h1, .news .news-item a h3 {
  margin: 5px 0;
  color: #005eb8;
  font-weight: normal;
  font-family: "Frutiger LT W01_55 Roma1475738", "Istok Web", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.news .news-item .image-container {
  width: 218px;
  height: 150px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px #ededed;
  cursor: pointer;
}
.news .news-item .image-container img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news .news-item .date {
  margin: 5px 0;
  font-size: 13px;
}

.zoom-image-viewer {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2002;
  display: none;
}
.zoom-image-viewer.open {
  display: block;
}
.zoom-image-viewer div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.zoom-image-viewer img {
  max-width: 90%;
  max-height: 90%;
  align-self: center;
  border: solid 1px #ededed;
}
.zoom-image-viewer .close {
  margin: 5px auto;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  text-align: right;
}
.zoom-image-viewer .close:hover {
  text-decoration: underline;
}

.search-result {
  padding: 20px 0 30px 0;
  position: relative;
}
.search-result .link {
  font-size: 14px;
  margin: 0;
}
.search-result .link a {
  text-decoration: none;
  color: #b2b2b2;
  font-weight: normal;
}
.search-result .title {
  font-size: 18px;
  margin: 0;
}
.search-result .title a {
  text-decoration: none;
  color: #005eb8;
}
.search-result .intro {
  max-height: 44px;
  overflow: hidden;
}
.search-result .intro * {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
