/* STYLE.SCSS
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.block {
  position: relative;
}

img {
  object-fit: cover;
}

ul {
  list-style-type: none;
}
ul.menu {
  margin: 0;
}
ul li.menu-item {
  padding: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible, .button:focus-visible, button:focus-visible,
input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible,
input[type=submit]:focus-visible {
  outline: 2px solid #09c6ac;
  outline-offset: 3px;
}

.breadcrumb a:focus-visible {
  outline-offset: -2px;
}

input[type=email],
input[type=text],
input[type=password],
textarea {
  width: 100%;
  line-height: 3.5rem;
  padding: 0 12px;
  border: none;
}
input[type=email]:focus-visible,
input[type=text]:focus-visible,
input[type=password]:focus-visible,
textarea:focus-visible {
  border-color: #fff !important;
}

.toolbar #toolbar-administration {
  z-index: 2000;
  position: sticky;
  top: 0;
}

.toolbar-horizontal .toolbar-tray {
  top: 39px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #13254b;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3,
h1 > a,
h2 > a,
h3 > a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #13254b;
}

h1 {
  font-size: 5.5rem;
  margin: 0 0 3.5rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 4.5rem;
  margin: 0 0 2.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

p {
  margin: 0 0 20px;
  line-height: 1.25em;
}

.small {
  font-size: 1.4rem;
}

.external-link {
  font-weight: 800;
}
.external-link span {
  border-bottom: 1px solid;
}
.external-link i {
  margin-left: 10px;
  color: #09c6ac;
}

a {
  font-family: "Archivo", sans-serif;
  text-decoration: none;
  font-weight: 400;
  color: #13254b;
}
a:hover {
  color: #09c6ac;
}

strong {
  font-weight: 700;
}

blockquote {
  background-color: #dddddd;
  padding: 25px 25px 25px 50px;
  margin-bottom: 20px;
  position: relative;
}
blockquote::before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 36px);
  background-color: #09c6ac;
  position: absolute;
  top: 18px;
  left: 17px;
  border-radius: 5px;
}
blockquote p {
  margin-bottom: 0 !important;
  font-style: italic;
}
blockquote p .author {
  font-style: normal;
  font-weight: 600;
}

.container-1800 {
  max-width: 1840px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1660 {
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-1050 {
  max-width: 1090px;
  padding: 0 20px;
  margin: 0 auto;
}

.flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  .flex.flex-2-col {
    flex-direction: column;
    row-gap: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .flex.flex-3-col {
    flex-direction: column;
    row-gap: 50px;
  }
}

@media screen and (max-width: 1440px) {
  body:not(.frontpage) .region-content {
    margin-top: -50px;
  }
}

.blue-block {
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .blue-block {
    padding: 70px 0 50px;
  }
}
.blue-block h2 {
  position: relative;
  z-index: 4;
}
.blue-block::before {
  content: "";
  background-image: url(/themes/sccs_corporate/images/illustrations/corner-arch.png);
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .blue-block::before {
    display: none;
  }
}
.blue-block::after {
  content: "";
  background-image: url(/themes/sccs_corporate/images/illustrations/corner-arch.png);
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .blue-block::after {
    display: none;
  }
}
.blue-block .sub-page {
  flex-basis: 50%;
}

.grid {
  display: grid;
  gap: 30px;
}

.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.my-30 {
  margin: 30px 0;
}

[x-cloak] {
  display: none !important;
}

header {
  background-color: #fff;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
header.sticky {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
header.sticky .container-1800 {
  padding: 7px 20px;
}
header.sticky .container-1800 .logo {
  height: 40px;
}
header .container-1800 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header .container-1800 {
    padding: 7px 20px;
  }
}
header .container-1800 .logo {
  height: 60px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1440px) {
  header .container-1800 .logo {
    height: 40px;
  }
}
header .container-1800 .logo img {
  width: auto;
  height: 100%;
}
header .container-1800 > nav.menu--main > ul.menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1440px) {
  header .container-1800 > nav.menu--main > ul.menu {
    column-gap: 5px;
  }
}
@media screen and (max-width: 1280px) {
  header .container-1800 > nav.menu--main > ul.menu {
    column-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  header .container-1800 > nav.menu--main > ul.menu {
    display: none;
  }
}
header .container-1800 > nav.menu--main > ul.menu > li.menu-item {
  position: relative;
}
header .container-1800 > nav.menu--main > ul.menu > li.menu-item:hover {
  background-color: #e7f3f8;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item {
  list-style-type: none;
  list-style-image: none;
  cursor: pointer;
  padding: 15px;
}
@media screen and (max-width: 1280px) {
  header .container-1800 > nav.menu--main > ul.menu li.menu-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item a {
  padding: 10px;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 5px;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item i.arrow {
  display: none;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item:hover a {
  color: white;
  border-color: #13254b;
  background-color: #13254b;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item.menu-item--active-trail a {
  background-color: #64b0c4;
  border-color: #64b0c4;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 5.2rem;
  left: 0;
  background-color: #e7f3f8;
  padding: 10px;
  white-space: nowrap;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item {
  width: 100%;
  min-width: 200px;
  border-radius: 0;
  padding: 5px;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item.menu-item--expanded > a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-left: 10px;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item.menu-item--expanded:hover > a::after {
  color: #09c6ac;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item a {
  color: #13254b;
  background: none;
  border: none;
  display: inline-block;
  width: 100%;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item:hover a {
  background-color: #13254b;
  color: white;
  width: 100%;
  display: inline-block;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item.menu-item--expanded:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item > ul.menu {
  position: absolute;
  box-shadow: none;
  border-radius: 0;
  top: 0;
  left: 92%;
  background-color: #13254b;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item > ul.menu > li.menu-item a {
  color: white;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item > ul.menu > li.menu-item > ul.menu > li.menu-item a:hover {
  color: #13254b;
  background-color: #e7f3f8;
}
header .container-1800 > nav.menu--main > ul.menu li.menu-item:hover > ul.menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
header .container-1800 .search-socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 35px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1440px) {
  header .container-1800 .search-socials {
    column-gap: 20px;
  }
}
header .container-1800 .search-socials .large-screen-search {
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  header .container-1800 .search-socials .large-screen-search {
    display: none;
  }
}
header .container-1800 .search-socials .large-screen-search label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
header .container-1800 .search-socials .large-screen-search label input {
  width: 0;
  padding: 0;
  line-height: 4.2rem;
  border-top-left-radius: 2.3rem;
  border-bottom-left-radius: 2.3rem;
  border: 2px solid #09c6ac;
  margin-right: -20px;
  -webkit-transition: width 250ms ease-in-out, padding 250ms ease-in-out;
  -moz-transition: width 250ms ease-in-out, padding 250ms ease-in-out;
  -o-transition: width 250ms ease-in-out, padding 250ms ease-in-out;
  transition: width 250ms ease-in-out, padding 250ms ease-in-out;
}
header .container-1800 .search-socials .large-screen-search label input:focus-visible {
  outline-offset: -2px;
  outline: 2px solid #09c6ac;
}
header .container-1800 .search-socials .large-screen-search label input:hover, header .container-1800 .search-socials .large-screen-search label input:active, header .container-1800 .search-socials .large-screen-search label input:focus, header .container-1800 .search-socials .large-screen-search label input:focus-visible, header .container-1800 .search-socials .large-screen-search label input:focus-within {
  padding: 0 30px 0 15px;
  width: 280px;
}
header .container-1800 .search-socials .large-screen-search label button {
  font-size: 2.4rem;
  background-color: #09c6ac;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 11px;
}
header .container-1800 .search-socials button.show-search {
  display: none;
  font-size: 2.4rem;
  background-color: #09c6ac;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 11px;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  header .container-1800 .search-socials button.show-search {
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  header .container-1800 .search-socials button.show-search {
    font-size: 1.8rem;
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1024px) {
  header .container-1800 .search-socials button.show-search {
    display: none;
  }
}
header .container-1800 .search-socials button.show-search .far {
  padding: 0 4.5px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1440px) {
  header .container-1800 .search-socials button.show-search .far {
    padding: 0 3.5px;
  }
}
header .container-1800 .search-socials ul.social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 30px;
  font-size: 2.8rem;
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1440px) {
  header .container-1800 .search-socials ul.social-media {
    font-size: 2.4rem;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1280px) {
  header .container-1800 .search-socials ul.social-media {
    display: none;
  }
}
header .container-1800 .search-socials ul.social-media i {
  vertical-align: middle;
}
header .container-1800 .search-socials ul.social-media i:hover {
  color: #09c6ac;
}
header .container-1800 .tablet-screen-search {
  display: none;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 9px 20px;
  background-color: #e7f3f8;
  z-index: 1000;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1650px) {
  header .container-1800 .tablet-screen-search {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  header .container-1800 .tablet-screen-search {
    display: none;
  }
}
header .container-1800 .tablet-screen-search label {
  position: relative;
}
header .container-1800 .tablet-screen-search label input {
  width: 100%;
  line-height: 3.2rem;
  border-radius: 1.7rem;
  border: none;
  margin-right: -20px;
  padding: 0 30px 0 15px;
}
header .container-1800 .tablet-screen-search label input:focus-visible {
  outline-offset: 1px;
}
header .container-1800 .tablet-screen-search label button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.8rem;
  background-color: transparent;
  color: #13254b;
  border: none;
  border-radius: 50%;
}
header .container-1800 .mobile-icons {
  align-items: center;
  column-gap: 10px;
  display: none;
}
@media screen and (max-width: 1024px) {
  header .container-1800 .mobile-icons {
    display: flex;
  }
}
header .container-1800 a.mobile-show-search {
  display: none;
  font-size: 1.8rem;
  background-color: #09c6ac;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 10px 11px;
}
@media screen and (max-width: 1024px) {
  header .container-1800 a.mobile-show-search {
    display: inline-block;
  }
}
header .container-1800 button.burger {
  display: none;
  font-size: 1.8rem;
  background-color: #13254b;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 9px 11px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  header .container-1800 button.burger {
    display: block;
  }
}
header .container-1800 button.burger .far {
  padding: 0 2.5px;
}
header .container-1800 .burger-menu {
  position: absolute;
  top: 5.4rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
header .container-1800 .burger-menu nav.menu--main {
  display: block;
  width: 100%;
  border-top: 3px solid #e7f3f8;
  border-bottom: 3px solid #e7f3f8;
  padding: 40px 0;
  max-height: 79vh;
  overflow-y: scroll;
}
header .container-1800 .burger-menu nav.menu--main ul.menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 10px;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item {
  list-style-type: none;
  list-style-image: none;
  position: relative;
  width: 100%;
  text-align: center;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item a {
  padding: 15px 0;
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item.menu-item--active-trail {
  background-color: #64b0c4;
  border-color: #64b0c4;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item.menu-item--active-trail > ul .menu-item--active-trail {
  background-color: #13254b;
  color: white;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item.menu-item--active-trail > ul .menu-item--active-trail a {
  color: white;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item i {
  cursor: pointer;
  padding: 5px 8px;
  background-color: #09c6ac;
  border-radius: 100%;
  color: white;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.menu-item ul.menu {
  display: none;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu {
  flex-wrap: wrap;
  border-color: #13254b;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown {
  flex-basis: 100%;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu,
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu.menu-item--active-trail {
  background-color: #13254b;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu a, header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu i,
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu.menu-item--active-trail a,
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu.menu-item--active-trail i {
  color: white;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu ul.menu.dropdown li,
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu.menu-item--active-trail ul.menu.dropdown li {
  border: none;
}
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu ul.menu.dropdown li.menu-item--active-trail,
header .container-1800 .burger-menu nav.menu--main ul.menu li.expanded-mobile-menu ul.menu.dropdown > li.expanded-mobile-menu.menu-item--active-trail ul.menu.dropdown li.menu-item--active-trail {
  background-color: #64b0c4;
}
header .container-1800 .burger-menu .mobile-screen-search {
  width: 100%;
  padding: 20px;
}
header .container-1800 .burger-menu .mobile-screen-search label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header .container-1800 .burger-menu .mobile-screen-search label input {
  width: 100%;
  max-width: 400px;
  line-height: 3.8rem;
  padding: 0 30px 0 15px;
  background-color: #e7f3f8;
  border: none;
  margin-right: -20px;
}
header .container-1800 .burger-menu .mobile-screen-search label input:focus-visible {
  outline-offset: -2px;
}
header .container-1800 .burger-menu .mobile-screen-search label button {
  font-size: 1.8rem;
  background-color: #09c6ac;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 9px 10px;
}

.above-footer {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .above-footer.blue-block {
    padding-bottom: 100px;
  }
}
.above-footer .region {
  /*-- Breakpoint --*/
  /*-- Breakpoint --*/
}
.above-footer .region > div {
  flex: 1;
}
.above-footer .region label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.above-footer .region input[type=text],
.above-footer .region input[type=email] {
  border: none;
  height: 35px;
  width: 100%;
}
.above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p {
  font-weight: 700;
  display: flex;
  gap: 20px;
}
.above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p::after {
  content: "";
  display: block;
  background-image: url("/themes/sccs_corporate/images/illustrations/newsletter-illustration.png");
  height: 136px;
  width: 151px;
  min-width: 151px;
  margin-top: -72px;
}
.above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form .mailchimp-newsletter-mergefields {
  display: flex;
  width: 100%;
  gap: 20px;
}
.above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form .mailchimp-newsletter-mergefields > * {
  flex: 1;
}
.above-footer .region .mailchimp-signup-subscribe-form {
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .above-footer .region .mailchimp-signup-subscribe-form {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1440px) {
  .above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p::after {
    height: 100px;
    width: 120px;
    min-width: 120px;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  .above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p::after {
    display: none;
  }
}
@media screen and (max-width: 865px) {
  .above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p::after {
    display: inline-block;
    margin-top: -58px;
  }

  .above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form .mailchimp-newsletter-mergefields {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 540px) {
  .above-footer .region form#mailchimp-signup-subscribe-block-the-sccs-newsletter-form > p::after {
    height: 80px;
    width: 100px;
    min-width: 100px;
    margin-top: -10px;
  }
}
.above-footer .region #block-twitter h2 {
  text-align: center;
  justify-content: center;
  gap: 20px;
  display: flex;
  align-items: center;
}
.above-footer .region #block-twitter h2 a {
  font-weight: 700;
  font-size: 1.8rem;
}
.above-footer .region p.small {
  font-size: 1.6rem;
  font-weight: 600;
}
.above-footer .region .node--type-podcast iframe {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .above-footer .region #block-twitter div.twitter-timeline {
    margin: auto;
    max-width: 500px;
  }
  .above-footer .region #block-views-block-the-sccs-podcast-block-1 {
    text-align: center;
  }
  .above-footer .region #block-views-block-the-sccs-podcast-block-1 p {
    margin-top: 20px;
  }
  .above-footer .region .view-content {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 865px) {
  .above-footer .region {
    flex-direction: column;
    gap: 30px;
  }
  .above-footer .region #block-mailchimpsubscriptionformthesccsnewsletter,
.above-footer .region #block-twitter {
    max-width: 100%;
    width: 100%;
  }
}
.above-footer > .container-1660::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

footer {
  background-color: #13254b;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #09c6ac;
}
footer .container-1800 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 40px 20px;
}
footer .container-1800 .footer-left,
footer .container-1800 .footer-right,
footer .container-1800 .footer-mobile {
  min-width: 33rem;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  footer .container-1800 .footer-left,
footer .container-1800 .footer-right,
footer .container-1800 .footer-mobile {
    display: none;
  }
}
footer .container-1800 .footer-left .flex,
footer .container-1800 .footer-right .flex,
footer .container-1800 .footer-mobile .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 90px;
  margin-bottom: 35px;
}
footer .container-1800 .footer-left nav a,
footer .container-1800 .footer-left .small a,
footer .container-1800 .footer-right nav a,
footer .container-1800 .footer-right .small a,
footer .container-1800 .footer-mobile nav a,
footer .container-1800 .footer-mobile .small a {
  border-bottom: 1px solid;
}
footer .container-1800 .footer-left p.small,
footer .container-1800 .footer-right p.small,
footer .container-1800 .footer-mobile p.small {
  margin-bottom: 0;
}
footer .container-1800 .footer-right {
  text-align: right;
}
footer .container-1800 .footer-right .flex {
  justify-content: flex-end;
}
footer .container-1800 .footer-middle,
footer .container-1800 .footer-mobile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  footer .container-1800 .footer-middle,
footer .container-1800 .footer-mobile {
    display: none;
  }
}
footer .container-1800 .footer-middle .logo,
footer .container-1800 .footer-mobile .logo {
  height: 140px;
  width: 140px;
  padding: 25px;
  margin-top: -100px;
  border-radius: 50%;
  background-color: #13254b;
  z-index: 1;
}
footer .container-1800 .footer-middle .logo img,
footer .container-1800 .footer-mobile .logo img {
  max-width: 100%;
  max-height: 100%;
}
footer .container-1800 .footer-middle ul.social-media,
footer .container-1800 .footer-mobile ul.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 25px;
  font-size: 2.8rem;
}
footer .container-1800 .footer-mobile {
  display: none;
  width: 100%;
  min-width: 0%;
  row-gap: 35px;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1024px) {
  footer .container-1800 .footer-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
footer .container-1800 .footer-mobile ul.social-media {
  margin: -20px 0 10px;
}
footer .container-1800 .footer-mobile .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 35px;
  margin-bottom: 25px;
}

.back-link span {
  border-bottom: 1px solid;
}
.back-link i {
  font-size: 2rem;
  color: #09c6ac;
  margin-right: 7px;
  vertical-align: bottom;
}

#block-backtopreviouspage {
  border-top: 8px solid #e7f3f8;
}
#block-backtopreviouspage .field__item {
  padding: 85px 20px 0;
  display: flex;
  justify-content: center;
}
#block-backtopreviouspage::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

nav.breadcrumb {
  padding: 20px 0;
  font-size: 1.6rem;
}
nav.breadcrumb ul {
  white-space: nowrap;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
}
nav.breadcrumb ul li {
  font-weight: 400;
}
nav.breadcrumb ul li::before {
  content: ">";
  padding-right: 3px;
}
nav.breadcrumb ul li a {
  font-weight: 600;
  color: #13254b;
  text-decoration: underline;
}

.button {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #fff;
  padding: 12px 30px;
  margin: 0;
  background-image: linear-gradient(to right, #13254b, #355985);
  border-radius: 10px;
  border: 2px solid transparent;
}
.button:hover {
  background-color: #fff;
  background-image: none;
  color: #13254b;
  border-color: #13254b;
}

.button-white {
  font-family: "Archivo", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #13254b;
  padding: 12px 30px;
  margin: 0;
  background: white;
  border-radius: 10px;
  border: 2px solid #13254b;
}
.button-white:hover {
  background-color: #fff;
  background-image: linear-gradient(to right, #13254b, #355985);
  color: white;
  border-color: transparent;
}

#sliding-popup {
  width: 100%;
  padding: 20px 0;
  color: #13254b;
  background-color: #e7f3f8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#sliding-popup .popup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /*-- Breakpoint --*/
  /* ---------------------------------------------------------------------
  For Buttons, see "scss > components > _buttons.scss"
  --------------------------------------------------------------------- */
}
@media screen and (max-width: 1200px) {
  #sliding-popup .popup-content {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  #sliding-popup .popup-content {
    flex-direction: column;
    text-align: center;
  }
}
#sliding-popup .popup-content #popup-text {
  max-width: 65%;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 520px) {
  #sliding-popup .popup-content #popup-text {
    margin-bottom: 15px;
  }
}
#sliding-popup .popup-content #popup-text h2 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-family: "Nunito";
  font-weight: 600;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1020px) {
  #sliding-popup .popup-content #popup-text h2 {
    font-size: 1.6rem;
  }
}
#sliding-popup .popup-content #popup-text .find-more-button {
  background: none;
  border: none;
  display: inline;
  text-decoration: underline;
}
#sliding-popup .popup-content #popup-text .find-more-button:hover {
  color: #09c6ac;
}
#sliding-popup .popup-content #popup-text p {
  margin: 0;
  display: inline;
  /*-- Breakpoint --*/
}
@media screen and (max-width: 1020px) {
  #sliding-popup .popup-content #popup-text p {
    font-size: 1.4rem;
  }
}
#sliding-popup .popup-content #popup-text p a {
  color: #09c6ac;
  white-space: nowrap;
  border-bottom: 1px solid;
}
#sliding-popup .popup-content #popup-text p a:hover {
  color: #09c6ac;
}
#sliding-popup .popup-content #popup-buttons button {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  #sliding-popup .popup-content #popup-buttons {
    margin-top: 20px;
    clear: both;
    float: none;
    max-width: 100%;
  }
  #sliding-popup .popup-content #popup-buttons button.agree-button {
    margin-left: 0;
  }
}

.cpd-panel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  height: min-content;
  background-color: #e7f3f8;
  border-radius: 10px;
}
.cpd-panel .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-basis: 135px;
}
@media screen and (max-width: 640px) {
  .cpd-panel .image {
    display: none;
  }
}
.cpd-panel .image img {
  width: 100%;
  height: 100%;
  border: 2px solid #e7f3f8;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cpd-panel .text-content {
  padding: 30px;
  flex: 1;
}
.cpd-panel .text-content span {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.cpd-panel .text-content ul {
  margin: 0;
}
.cpd-panel .text-content ul li {
  margin: 0;
  padding: 0.5rem 0 0 2rem;
  height: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .cpd-panel .text-content ul li {
    height: auto;
  }
}
.cpd-panel .text-content ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -1.7rem;
}
@media screen and (max-width: 640px) {
  .cpd-panel {
    flex-direction: column;
  }
}

.field--name-field-image-resource {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .field--name-field-image-resource {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 865px) {
  .field--name-field-image-resource {
    grid-template-columns: repeat(1, 1fr);
  }
}
.field--name-field-image-resource img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
  cursor: pointer;
}
.field--name-field-image-resource .popup {
  padding-top: 8vh;
}
.field--name-field-image-resource .popup .popup-card {
  max-height: 86vh;
  overflow: auto;
}
.field--name-field-image-resource .popup img {
  max-height: none;
  cursor: auto;
}
@media screen and (max-width: 1024px) {
  .field--name-field-image-resource .link-card .link-area {
    padding: 20px;
    width: calc(100% - 10rem);
  }
  .field--name-field-image-resource .link-card .link-area a {
    font-size: 2rem;
  }
}
.field--name-field-image-resource .link-card .link-area a::after {
  content: "\f019";
}

#block-linkstoeducationtrainingsubpages {
  margin: 0 0 50px;
}
#block-linkstoeducationtrainingsubpages .flex > div {
  flex-basis: 75%;
}
#block-linkstoeducationtrainingsubpages .flex-2-col {
  gap: 10px;
}
#block-linkstoeducationtrainingsubpages > div:last-child {
  margin-top: 30px;
  align-items: stretch;
}
#block-linkstoeducationtrainingsubpages > div:last-child .sub-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#block-linkstoeducationtrainingsubpages > div:last-child .sub-page a {
  max-width: max-content;
  margin-top: auto;
}

#block-linkstoresourcessubpages {
  margin-bottom: 50px;
}

.education-resource-panel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #e7f3f8;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .education-resource-panel {
    flex-direction: column;
  }
}
.education-resource-panel .main-content {
  padding: 30px;
  flex: 1;
}
.education-resource-panel .main-content .body p:last-child {
  margin-bottom: 0;
}
.education-resource-panel .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-basis: 200px;
  border-left: 3px solid #64b0c4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .education-resource-panel .link-area {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .education-resource-panel .link-area {
    border-left: none;
    border-top: 3px solid #64b0c4;
    flex-basis: auto;
  }
}
.education-resource-panel .link-area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.education-resource-panel .link-area a span {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .education-resource-panel .link-area a span {
    font-size: 1.8rem;
  }
}
.education-resource-panel .link-area a:hover {
  color: #09c6ac;
}
.education-resource-panel .link-area a i {
  font-size: 3.5rem;
  color: #09c6ac;
  margin-bottom: 10px;
}

.blue-block.view .view-filters {
  max-width: 1700px;
  margin: 0 auto 30px;
  padding: 0 20px;
  z-index: 2;
  position: relative;
}
.blue-block.view .view-filters form {
  margin-bottom: 30px;
  border-bottom: 10px solid #fff;
  border-radius: 5px;
  padding-bottom: 30px;
}
.blue-block.view .view-filters form .clearfix::after {
  display: none;
}
.blue-block.view .view-content p.container-1660 {
  text-align: end;
}
.blue-block.view .view-content .item-list {
  margin-top: 30px;
}
.blue-block.view .view-content .item-list li {
  margin: 0 0 30px;
}

.view-display-id-block_1 .view-header {
  position: relative;
}
.view-display-id-block_1 .view-header p.container-1660 {
  text-align: end;
  margin-bottom: 30px;
}

.view-masters-programmes .view-header > p {
  max-width: 1130px;
}

.view-researchers-academics .view-filters form > div,
.view-facilities .view-filters form > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}

.file {
  padding: 15px 25px;
  background-color: #e7f3f8;
  background-image: none;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .file {
    white-space: normal;
  }
}
.file a {
  font-weight: 600;
  font-size: 2rem;
  margin-left: 90px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .file a {
    margin-left: auto;
    font-size: 1.8rem;
  }
}
.file a i {
  color: #09c6ac;
  margin-left: 7px;
  font-size: 1.8rem;
}
.file a:hover::after {
  color: #09c6ac;
}
@media screen and (max-width: 768px) {
  .file {
    width: 100%;
    display: flex;
    font-size: 2rem;
    column-gap: 20px;
  }
}

.form-type-select {
  position: relative;
  margin: 0;
}
.form-type-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 8px;
  bottom: 8px;
  pointer-events: none;
}
.form-type-select label {
  display: block;
  margin-bottom: 10px;
}
.form-type-select select {
  appearance: none;
  background: white;
  border: none;
  padding: 0 12px;
  line-height: 3.5rem;
  width: 100%;
  min-width: 300px;
  cursor: pointer;
}

#get_in_touch_widget {
  background-image: linear-gradient(115deg, #13254b 0%, #355985 30%);
  max-width: 240px;
  position: sticky;
  top: 100vh;
  right: 0;
  left: 100%;
  margin-bottom: 20px;
  z-index: 9;
  padding: 5px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: top 0.4s linear;
}
@media screen and (max-width: 865px) {
  #get_in_touch_widget {
    margin-bottom: 65px;
  }
}
#get_in_touch_widget img {
  max-height: 35px;
  padding-left: 15px;
}
#get_in_touch_widget .back-link {
  background-color: white;
  font-weight: 600;
  padding: 10px;
}
#get_in_touch_widget .back-link span {
  margin-right: 5px;
  border: none;
}
#get_in_touch_widget .back-link:hover {
  background-color: transparent;
}
#get_in_touch_widget .back-link:hover span {
  color: white;
}

.job-opportunity-panel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .job-opportunity-panel {
    flex-direction: column;
  }
}
.job-opportunity-panel .main-content {
  padding: 30px;
  flex: 1;
}
.job-opportunity-panel .main-content .details {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 35px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .job-opportunity-panel .main-content .details {
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .job-opportunity-panel .main-content .details {
    flex-direction: column;
  }
  .job-opportunity-panel .main-content .details > span {
    display: none;
  }
}
.job-opportunity-panel .main-content .details span {
  font-weight: 600;
}
.job-opportunity-panel .main-content .body p:last-child {
  margin-bottom: 0;
}
.job-opportunity-panel .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-basis: 200px;
  border-left: 3px solid #64b0c4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .job-opportunity-panel .link-area {
    border-left: 0;
    border-top: 3px solid #64b0c4;
  }
}
.job-opportunity-panel .link-area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.job-opportunity-panel .link-area a span {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
.job-opportunity-panel .link-area a:hover {
  color: #09c6ac;
}
.job-opportunity-panel .link-area a i {
  font-size: 3.5rem;
  color: #09c6ac;
  margin-bottom: 10px;
}

.news-panel:not(.all-news) img {
  max-height: 240px;
}

.news-panel {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.news-panel img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #e7f3f8;
  width: 100%;
  min-height: 240px;
}
.news-panel h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-panel .main-content {
  padding: 30px;
}
.news-panel .main-content .body {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 55px);
  justify-content: space-between;
  column-gap: 20px;
}
.news-panel .main-content .body > span {
  background-color: #dddddd;
  padding: 5px;
}
.news-panel .main-content .body a span {
  font-weight: 700;
}

.events-panel {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
}
.events-panel img {
  border-top-right-radius: 10px;
  width: 100%;
  min-height: 170px;
  border-left: 5px solid #e7f3f8;
  border-bottom: 5px solid #e7f3f8;
}
@media screen and (max-width: 1024px) {
  .events-panel img {
    object-fit: contain;
  }
}
@media screen and (max-width: 640px) {
  .events-panel img {
    border-top-left-radius: 10px;
    object-fit: cover;
  }
}
.events-panel h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.events-panel .main-content {
  height: 100%;
  position: relative;
}
.events-panel .main-content > .flex {
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .events-panel .main-content > .flex {
    flex-direction: column-reverse;
    gap: 0;
    padding-bottom: 25px;
  }
}
.events-panel .main-content > .flex .body {
  padding: 30px;
  padding-right: 0;
  flex-basis: 60%;
}
@media screen and (max-width: 640px) {
  .events-panel .main-content > .flex .body {
    flex-basis: 100%;
    width: 100%;
  }
}
.events-panel .main-content > .flex .body + div {
  flex-basis: 40%;
}
.events-panel .main-content > .flex .body a span {
  font-weight: 700;
}
.events-panel .main-content > .flex .event-link {
  text-align: end;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .events-panel .main-content > .flex .event-link {
    position: absolute;
    bottom: 0;
    left: 30px;
  }
}
.events-panel .main-content > .flex .event-link a span {
  font-weight: 700;
}

nav.pager {
  margin: 30px auto 0;
  max-width: 1700px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
nav.pager ul.pager__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 10px;
  text-align: left;
}
nav.pager ul.pager__items .pager__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  color: #13254b;
  border-radius: 25px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  nav.pager ul.pager__items .pager__item {
    width: 40px;
    height: 40px;
  }
}
nav.pager ul.pager__items .pager__item a {
  padding: 12px 16px;
  font-weight: 600;
}
nav.pager ul.pager__items .pager__item.pager__item--ellipsis {
  pointer-events: none;
}
nav.pager ul.pager__items .pager__item.pager__item--first, nav.pager ul.pager__items .pager__item.pager__item--last {
  display: none;
}
nav.pager ul.pager__items .pager__item.pager__item--next, nav.pager ul.pager__items .pager__item.pager__item--previous {
  background-color: #09c6ac;
}
nav.pager ul.pager__items .pager__item.pager__item--elipsis {
  border: none;
}
nav.pager ul.pager__items .pager__item.is-active, nav.pager ul.pager__items .pager__item:hover {
  color: #fff;
  background: #13254b;
}
nav.pager ul.pager__items .pager__item.is-active span, nav.pager ul.pager__items .pager__item:hover span {
  color: #fff;
}
nav.pager ul.pager__items .pager__item.is-active a, nav.pager ul.pager__items .pager__item:hover a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  nav.pager ul.pager__items .pager__item:not(.is-active):nth-last-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  nav.pager ul.pager__items .pager__item:nth-last-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  nav.pager ul.pager__items .pager__item:nth-last-of-type(6) {
    display: none;
  }
}
nav.pager + .view-footer {
  text-align: right;
  margin-top: -35px;
}

.partner-panel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .partner-panel {
    flex-direction: column;
  }
}
.partner-panel .main-content {
  padding: 30px;
  flex: 1;
}
.partner-panel .main-content .logo {
  height: 7.5rem;
  max-width: 100%;
  margin-bottom: 25px;
}
.partner-panel .main-content .logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .partner-panel .main-content .logo img {
    width: 100%;
    object-fit: contain;
  }
}
.partner-panel .main-content .body p:last-child {
  margin-bottom: 0;
}
.partner-panel .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-basis: 200px;
  border-left: 3px solid #64b0c4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .partner-panel .link-area {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .partner-panel .link-area {
    border-left: none;
    border-top: 3px solid #64b0c4;
    flex-basis: auto;
  }
}
.partner-panel .link-area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.partner-panel .link-area a span {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .partner-panel .link-area a span {
    font-size: 1.8rem;
  }
}
.partner-panel .link-area a:hover {
  color: #09c6ac;
}
.partner-panel .link-area a i {
  font-size: 3.5rem;
  color: #09c6ac;
  margin-bottom: 10px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 37, 75, 0.75);
  z-index: 9999;
  padding-top: 20vh;
}
@media screen and (max-width: 1024px) {
  .popup {
    padding-top: 3vh;
  }
}
.popup .popup-card {
  position: relative;
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
  max-width: 890px;
  width: 100%;
  border-radius: 10px;
}
.popup .popup-card .exit-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.4rem;
  padding: 5px;
  cursor: pointer;
}
.popup .popup-card .exit-icon:hover {
  color: #09c6ac;
}
@media screen and (max-width: 865px) {
  .popup .popup-card {
    margin-top: 10px;
    max-height: 90vh;
  }
}

.project-panel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .project-panel {
    flex-direction: column;
  }
}
.project-panel .main-content {
  padding: 30px;
  flex: 1;
}
.project-panel .main-content .logo {
  height: 7.5rem;
  max-width: 200px;
  margin-bottom: 20px;
}
.project-panel .main-content .logo img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .project-panel .main-content .logo img {
    width: 100%;
    object-position: left;
  }
}
.project-panel .main-content .body p:last-child {
  margin-bottom: 0;
}
.project-panel .main-content .body p:last-child i {
  color: #09c6ac;
  margin-left: 8px;
}
.project-panel .main-content .body ol {
  margin-left: 2rem;
}
.project-panel .main-content .body .partner-project-info p {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .project-panel .main-content .body .partner-project-info {
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .project-panel .main-content .body .partner-project-info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .project-panel .main-content .body .flex {
    flex-direction: column;
  }
  .project-panel .main-content .body .flex span {
    display: none;
  }
}
.project-panel .main-content .body .file {
  color: white;
  background-image: linear-gradient(to right, #13254b, #355985);
}
.project-panel .main-content .body .file:hover {
  color: #13254b;
  background-color: white;
  background-image: none;
  border: 2px solid #13254b;
  border-radius: 10px;
}
.project-panel .main-content .body ul {
  margin-left: 2rem;
}
.project-panel .main-content .body li {
  margin: 0;
}
.project-panel .main-content .body li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.project-panel .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-basis: 230px;
  border-left: 3px solid #64b0c4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .project-panel .link-area {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .project-panel .link-area {
    border-left: none;
    border-top: 3px solid #64b0c4;
    flex-basis: auto;
  }
}
.project-panel .link-area div, .project-panel .link-area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  cursor: pointer;
}
.project-panel .link-area div span, .project-panel .link-area a span {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (max-width: 640px) {
  .project-panel .link-area div span, .project-panel .link-area a span {
    font-size: 1.8rem;
  }
}
.project-panel .link-area div:hover, .project-panel .link-area a:hover {
  color: #09c6ac;
}
.project-panel .link-area div i, .project-panel .link-area a i {
  font-size: 3.5rem;
  color: #09c6ac;
  margin-bottom: 10px;
}

.project-panel.node--type-partnered-facility .link-area {
  flex-basis: 300px;
}
@media screen and (max-width: 640px) {
  .project-panel.node--type-partnered-facility .link-area {
    flex-basis: auto;
    border-left: none;
    border-top: 3px solid #64b0c4;
  }
}
.project-panel.node--type-partnered-facility .main-content .body p:last-child a {
  border-bottom: 1px solid;
}
.project-panel.node--type-partnered-facility .popup .popup-card .top-section h3 {
  padding-right: 30px;
}
.project-panel.node--type-partnered-facility .popup .popup-card .top-section .flex {
  flex-wrap: wrap;
  gap: 15px;
}
.project-panel.node--type-partnered-facility .popup .popup-card .top-section .flex > p {
  flex-basis: 45%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .project-panel.node--type-partnered-facility .popup .popup-card .top-section .flex > p {
    flex-basis: 100%;
  }
}
.project-panel.node--type-partnered-facility .popup .popup-card .top-section .flex > p a span {
  border-bottom: 1px solid;
}
.project-panel.node--type-partnered-facility .popup .popup-card .top-section .flex > p i {
  color: #09c6ac;
  margin-left: 5px;
}
.project-panel.node--type-partnered-facility .popup .popup-card .bottom-section {
  border-top: 4px solid #e7f3f8;
  border-bottom: 4px solid #e7f3f8;
  margin-top: 25px;
  padding: 18px 0;
  height: 200px;
  overflow-y: scroll;
}

.link-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 14rem;
  max-width: 100%;
  background-color: #e7f3f8;
  border-radius: 10px;
}
.link-card .image {
  display: flex;
  height: 100%;
  width: 145px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #e7f3f8;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.link-card .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 540px) {
  .link-card .image {
    padding: 5px;
    width: 10rem;
  }
}
.link-card .link-area {
  height: 100%;
  width: calc(100% - 145px);
  padding: 22px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.link-card .link-area a {
  font-size: 2.4rem;
  font-weight: 600;
}
.link-card .link-area a:hover {
  color: #09c6ac;
}
.link-card .link-area a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #09c6ac;
  margin-left: 8px;
}
@media screen and (max-width: 540px) {
  .link-card .link-area a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .link-card .link-area {
    padding: 15px;
  }
}

#block-views-block-meet-the-scientists-block-1,
#block-views-block-meet-the-scientists-block-2 {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
#block-views-block-meet-the-scientists-block-1 .view-header,
#block-views-block-meet-the-scientists-block-2 .view-header {
  max-width: 1100px;
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  #block-views-block-meet-the-scientists-block-1 .view-header,
#block-views-block-meet-the-scientists-block-2 .view-header {
    margin-top: 0;
  }
}
#block-views-block-meet-the-scientists-block-1 .view-content ul,
#block-views-block-meet-the-scientists-block-2 .view-content ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  #block-views-block-meet-the-scientists-block-1 .view-content ul,
#block-views-block-meet-the-scientists-block-2 .view-content ul {
    flex-wrap: wrap;
  }
}
#block-views-block-meet-the-scientists-block-1 .view-content ul li,
#block-views-block-meet-the-scientists-block-2 .view-content ul li {
  margin: 0;
  flex-basis: 20%;
}
@media screen and (max-width: 1280px) {
  #block-views-block-meet-the-scientists-block-1 .view-content ul li,
#block-views-block-meet-the-scientists-block-2 .view-content ul li {
    flex-basis: 45.4545454545%;
  }
}
@media screen and (max-width: 540px) {
  #block-views-block-meet-the-scientists-block-1 .view-content ul li,
#block-views-block-meet-the-scientists-block-2 .view-content ul li {
    flex-basis: 100%;
  }
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content .video-thumbnail,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content .video-thumbnail {
  display: flex;
  height: 215px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border: 2px solid #e7f3f8;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content .video-thumbnail img,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content .video-thumbnail img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content p,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content p {
  background-color: #e7f3f8;
  padding: 20px 10px;
  text-align: left;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content p > span,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content p > span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content p:hover,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content p:hover {
  color: #09c6ac;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .node__content p i,
#block-views-block-meet-the-scientists-block-2 .view-content ul .node__content p i {
  color: #09c6ac;
  margin-left: 10px;
}
#block-views-block-meet-the-scientists-block-1 .view-content ul .popup iframe,
#block-views-block-meet-the-scientists-block-2 .view-content ul .popup iframe {
  height: 400px;
  width: 90%;
}
#block-views-block-meet-the-scientists-block-1 .blue-block .view-content ul .node__content p,
#block-views-block-meet-the-scientists-block-2 .blue-block .view-content ul .node__content p {
  background-color: white;
}

#block-views-block-meet-the-scientists-block-2 {
  padding-top: 0;
}
#block-views-block-meet-the-scientists-block-2::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.researcher-panel {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .researcher-panel {
    flex-direction: column;
  }
}
.researcher-panel .main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 15px;
  padding: 30px;
  flex: 1;
}
.researcher-panel .main-content .title {
  margin-bottom: 0;
}
.researcher-panel .main-content .details {
  line-height: 1.8;
}
.researcher-panel .main-content .details span {
  margin-right: 40px;
}
@media screen and (max-width: 1440px) {
  .researcher-panel .main-content .details span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 865px) {
  .researcher-panel .main-content .details span {
    display: block;
    margin-bottom: 15px;
  }
}
.researcher-panel .main-content .details span + span::before {
  content: " | ";
  margin-right: 40px;
}
@media screen and (max-width: 1440px) {
  .researcher-panel .main-content .details span + span::before {
    margin-right: 15px;
  }
}
@media screen and (max-width: 865px) {
  .researcher-panel .main-content .details span + span::before {
    display: none;
  }
}
.researcher-panel .link-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-basis: 200px;
  border-left: 3px solid #64b0c4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .researcher-panel .link-area {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .researcher-panel .link-area {
    border-left: none;
    border-top: 3px solid #64b0c4;
    flex-basis: auto;
  }
}
.researcher-panel .link-area a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.researcher-panel .link-area a span {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .researcher-panel .link-area a span {
    font-size: 1.8rem;
  }
}
.researcher-panel .link-area a:hover {
  color: #09c6ac;
}
.researcher-panel .link-area a i {
  font-size: 3.5rem;
  color: #09c6ac;
  margin-bottom: 10px;
}

form.views-exposed-form .form-item-searchterm,
form.views-exposed-form .form-item-combine {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 10px;
  margin: 0 0;
  width: 700px;
  max-width: 100%;
}
form.views-exposed-form .form-item-searchterm input,
form.views-exposed-form .form-item-combine input {
  width: 100%;
  line-height: 3.5rem;
  padding: 0 12px;
  border: none;
}
form.views-exposed-form fieldset.fieldgroup {
  margin: 0;
}
form.views-exposed-form fieldset.fieldgroup legend {
  font-weight: normal;
  margin-bottom: 10px;
}
form.views-exposed-form fieldset.fieldgroup .form-radios,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
form.views-exposed-form fieldset.fieldgroup .form-radios .form-item,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item {
  margin: 0;
}
form.views-exposed-form fieldset.fieldgroup .form-radios .form-item input,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item input {
  visibility: hidden;
  position: absolute;
}
form.views-exposed-form fieldset.fieldgroup .form-radios .form-item label,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item label {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2em;
  color: #13254b;
  padding: 12px 30px;
  margin: 0;
  background: transparent;
  border-radius: 10px;
  border: 2px solid #13254b;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 1024px) {
  form.views-exposed-form fieldset.fieldgroup .form-radios .form-item label,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item label {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
form.views-exposed-form fieldset.fieldgroup .form-radios .form-item label:hover,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item label:hover {
  background-image: linear-gradient(to right, #13254b, #355985);
  color: #fff;
  border-color: transparent;
}
form.views-exposed-form fieldset.fieldgroup .form-radios .form-item.highlight label,
form.views-exposed-form fieldset.fieldgroup .form-checkboxes .form-item.highlight label {
  background-image: linear-gradient(to right, #13254b, #355985);
  color: #fff;
  border-color: transparent;
}
form.views-exposed-form .form-actions {
  margin: 0;
  order: 2;
}
form.views-exposed-form .form-actions input:first-of-type {
  position: absolute;
  top: 28px;
  left: 715px;
  padding: 6px 18px;
  background: #09c6ac;
  color: #13254b;
}
form.views-exposed-form .form-actions input:first-of-type:hover {
  background: transparent;
}
form.views-exposed-form .form-actions input[value=Reset],
form.views-exposed-form .form-actions input[value="Reset Filters"] {
  font-size: 1.8rem;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  color: #f02323;
  padding: 0;
}
form.views-exposed-form .form-actions input[value=Reset]:hover,
form.views-exposed-form .form-actions input[value="Reset Filters"]:hover {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  color: #f02323;
}

.see-more-ccus-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 13.5rem;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.see-more-ccus-card .image {
  height: 100%;
  width: 13.5rem;
  padding: 10px;
}
.see-more-ccus-card .image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  object-fit: contain;
}
@media screen and (max-width: 540px) {
  .see-more-ccus-card .image {
    padding: 5px;
    width: 10rem;
  }
}
.see-more-ccus-card .link-area {
  height: 100%;
  width: calc(100% - 13.5rem);
  padding: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-left: 2px solid #e7f3f8;
}
.see-more-ccus-card .link-area a {
  font-size: 2.4rem;
  font-weight: 600;
}
.see-more-ccus-card .link-area a:hover {
  color: #09c6ac;
}
.see-more-ccus-card .link-area a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #09c6ac;
  margin-left: 8px;
}
@media screen and (max-width: 540px) {
  .see-more-ccus-card .link-area a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .see-more-ccus-card .link-area {
    padding: 15px;
  }
}

.block-static-content {
  padding-bottom: 50px;
  position: relative;
}
.block-static-content .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
.block-static-content .flex .wrapper {
  flex: 1;
  max-width: 1100px;
}
.block-static-content .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
}
.block-static-content .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
.block-static-content .flex iframe {
  width: 500px;
  height: 290px;
}
.block-static-content::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.block-hard-coded .sub-page .description {
  margin-bottom: 40px;
}

.team-member-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 20rem;
  max-width: 100%;
  background-color: #e7f3f8;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.team-member-card .image {
  height: 100%;
  width: 145px;
}
.team-member-card .image img {
  width: 100%;
  height: 100%;
  border: 2px solid #e7f3f8;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.team-member-card .text-content {
  height: 100%;
  width: calc(100% - 145px);
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .team-member-card .text-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team-member-card .text-content .title {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .team-member-card .text-content .title {
    font-size: 1.8rem;
  }
}
.team-member-card .text-content .role {
  min-height: 4.4rem;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-member-card .text-content .tag {
  background-color: #dddddd;
  padding: 2px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.team-member-card .text-content button {
  font-size: 2rem;
  font-weight: 600;
  background-color: transparent;
  border: 0;
}
.team-member-card .text-content button:hover {
  color: #09c6ac;
}
.team-member-card .text-content button span {
  border-bottom: 1px solid;
}
.team-member-card .text-content button i {
  color: #09c6ac;
  margin-left: 7px;
}
@media screen and (max-width: 480px) {
  .team-member-card .text-content button {
    font-size: 1.6rem;
  }
}

.block-text-block {
  text-align: center;
  padding: 100px 0 50px;
  position: relative;
}
.block-text-block p {
  max-width: 1100px;
  margin: 0 auto 10px;
}

.vacancy-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
  width: 100%;
  background-color: #e7f3f8;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .vacancy-link {
    flex-direction: column;
  }
}
.vacancy-link .title {
  margin: 0;
}
.vacancy-link a {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.vacancy-link a span {
  border-bottom: 1px solid;
}
.vacancy-link a:hover {
  color: #09c6ac;
}
.vacancy-link a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #09c6ac;
  margin-left: 8px;
}

.view-display-id-page_1 .view-header.container-1660 {
  margin-bottom: 60px;
  position: relative;
}
.view-display-id-page_1 .view-header.container-1660 h1 + div {
  max-width: 80%;
}
.view-display-id-page_1 .view-header.container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.view-display-id-block_1 .view-content > .container-1660 p.view-results {
  text-align: end;
}
.view-display-id-block_1 .view-footer {
  max-width: 1700px;
  padding: 0 20px;
  margin: 20px auto 0;
  z-index: 2;
  position: relative;
}
.view-display-id-block_1 .view-footer p {
  text-align: end;
  margin-bottom: 0;
}

.view-display-id-page_1 .view-content .items-list,
.view-display-id-page_1 .view-content .item-list {
  margin-top: 30px;
}
.view-display-id-page_1 .view-content .items-list li,
.view-display-id-page_1 .view-content .item-list li {
  margin: 0 0 30px;
}

.path-frontpage header:not(.sticky) {
  background: transparent;
}
.path-frontpage .homepage-header {
  text-align: center;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 1280px) {
  .path-frontpage .homepage-header {
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .path-frontpage .homepage-header {
    height: 300px;
  }
}
.path-frontpage .homepage-header .parallax-effect {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 0;
  height: 3200px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .homepage-header .parallax-effect {
    height: 4000px;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-header .parallax-effect {
    display: none;
  }
}
.path-frontpage .homepage-header img {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
}
.path-frontpage .homepage-header .parallax {
  width: 100%;
  height: 100%;
}
.path-frontpage .homepage-header .parallax.layer1 {
  background-image: url("/themes/sccs_corporate/images/illustrations/hero/hero-background-layer-1-v2.png");
}
.path-frontpage .homepage-header .parallax.layer2 {
  background-image: url("/themes/sccs_corporate/images/illustrations/hero/hero-background-layer-2-v2.png");
}
.path-frontpage .homepage-header .parallax.layer3 {
  background-image: url("/themes/sccs_corporate/images/illustrations/hero/hero-background-layer-3-v2.png");
}
.path-frontpage .homepage-header img.animated {
  top: -215px;
  left: 55px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-header img.animated {
    top: -100px;
    height: 125%;
  }
}
.path-frontpage .homepage-header img.animated.fade1 {
  animation-duration: 3s;
  animation-delay: 3s;
  animation-name: fade-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.path-frontpage .homepage-header img.animated.fade2 {
  animation-duration: 3s;
  animation-delay: 6s;
  animation-name: fade-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.path-frontpage .homepage-header img.animated.fade3 {
  animation-duration: 3s;
  animation-name: fade-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  left: -255px;
}
@keyframes fade-in-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.path-frontpage .homepage-header > div.hero-text {
  max-width: 800px;
  z-index: 2;
  margin-top: -90px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .path-frontpage .homepage-header > div.hero-text {
    margin-top: -120px;
  }
}
@media screen and (max-width: 480px) {
  .path-frontpage .homepage-header > div.hero-text {
    margin-top: -80px;
  }
}
.path-frontpage .homepage-header > div.hero-text span {
  display: block;
}
.path-frontpage .homepage-header h1 {
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .path-frontpage .homepage-header h1 {
    font-size: 4.5rem;
  }
}
.path-frontpage .homepage-header h2 {
  font-family: "Archivo", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .path-frontpage .homepage-header h2 {
    font-size: 2.4rem;
  }
}
.path-frontpage .homepage-navigation-panels {
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;
  z-index: 3;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .homepage-navigation-panels {
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 50px;
    margin-bottom: -220px;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels {
    flex-direction: column;
    row-gap: 50px;
    width: 100%;
    margin-bottom: -370px;
  }
  .path-frontpage .homepage-navigation-panels::before {
    content: "";
    background-image: url(/themes/sccs_corporate/images/illustrations/corner-arch.png);
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 0;
    left: 0;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .path-frontpage .homepage-navigation-panels {
    row-gap: 30px;
  }
}
.path-frontpage .homepage-navigation-panels .navigation-panel {
  display: flex;
  background-image: linear-gradient(115deg, #13254b 0%, #355985 30%);
  padding: 5px;
  border-radius: 10px;
  gap: 20px;
}
.path-frontpage .homepage-navigation-panels .navigation-panel h3 {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel h3 {
    margin-left: auto;
  }
}
.path-frontpage .homepage-navigation-panels .navigation-panel img {
  max-width: 150px;
  object-fit: contain;
  margin-left: 15px;
  margin-top: -50px;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel img {
    max-height: 80px;
    margin-top: 0;
  }
}
.path-frontpage .homepage-navigation-panels .navigation-panel a {
  max-width: 300px;
  height: 100%;
  display: block;
  background-color: white;
  padding: 20px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel a {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel a {
    font-size: 18px;
  }
}
.path-frontpage .homepage-navigation-panels .navigation-panel i {
  color: #09c6ac;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
  .path-frontpage .homepage-navigation-panels .navigation-panel:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel:first-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 1440px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel:first-child + div {
    margin-left: 0;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel:first-child + div {
    margin-left: auto;
  }
}
@media screen and (max-width: 1280px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel {
    max-width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel {
    max-width: 650px;
    min-height: 114px;
    width: 100%;
  }
  .path-frontpage .homepage-navigation-panels .navigation-panel:last-child img {
    max-height: 130px;
    max-width: 150px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .path-frontpage .homepage-navigation-panels .navigation-panel:last-child img {
    max-height: 80px;
    max-width: 101px;
  }
}
.path-frontpage .view-latest .blue-block {
  padding: 120px 20px 100px;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .view-latest .blue-block {
    padding-top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .view-latest .blue-block {
    padding-top: 400px;
  }
  .path-frontpage .view-latest .blue-block::before {
    display: none;
  }
}
.path-frontpage #block-homepagecolumns {
  padding: 100px 0;
  border-bottom: 10px solid #e7f3f8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .path-frontpage #block-homepagecolumns {
    padding: 70px 0 50px;
  }
}
.path-frontpage #block-homepagecolumns::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
.path-frontpage #block-homepagecolumns .sub-page {
  flex-basis: 50%;
}
.path-frontpage #block-homepagecolumns .sub-page:last-child h2::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/global-ccs-map-illustration.png");
  display: inline-block;
  width: 150px;
  height: 96px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 24px;
}
@media screen and (max-width: 1740px) {
  .path-frontpage #block-homepagecolumns .sub-page:last-child h2::after {
    width: 90px;
    height: 57px;
    background-size: contain;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1440px) {
  .path-frontpage #block-homepagecolumns .sub-page:last-child h2::after {
    display: none;
  }
}
.path-frontpage #block-homepagecolumns .description {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .path-frontpage #block-homepagecolumns .description {
    margin-bottom: 20px;
  }
}
.path-frontpage #block-homepagecolumns a.button {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .path-frontpage #block-homepagecolumns > .flex {
    flex-direction: column;
    row-gap: 10px;
  }
  .path-frontpage #block-homepagecolumns .sub-page a {
    display: inline-block;
    width: max-content;
    margin-bottom: 20px;
  }
}
.path-frontpage .view-our-partners {
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .path-frontpage .view-our-partners {
    padding: 100px 20px 20px;
  }
}
.path-frontpage .view-our-partners .arrow {
  display: none;
  background: none;
  border: none;
  font-size: 22px;
  position: absolute;
  top: 46%;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .path-frontpage .view-our-partners .arrow {
    top: 56%;
  }
}
.path-frontpage .view-our-partners .arrow.arrow--prev {
  left: 20px;
}
.path-frontpage .view-our-partners .arrow.arrow--next {
  right: 20px;
}
@media screen and (max-width: 1280px) {
  .path-frontpage .view-our-partners .arrow {
    display: inline-block;
  }
}
.path-frontpage .view-our-partners .project-panel .main-content {
  padding: 20px;
}
.path-frontpage .view-our-partners::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
.path-frontpage .view-our-partners .view-header,
.path-frontpage .view-our-partners .view-footer {
  text-align: center;
}
.path-frontpage .view-our-partners .view-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 20px;
  overflow: hidden;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  user-select: none;
}
.path-frontpage .view-our-partners .view-content > .views-row {
  min-width: 16.6666666667%;
  scroll-snap-align: center;
}
@media screen and (max-width: 1280px) {
  .path-frontpage .view-our-partners .view-content > .views-row {
    min-width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .path-frontpage .view-our-partners .view-content > .views-row {
    min-width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .path-frontpage .view-our-partners .view-content > .views-row {
    min-width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .path-frontpage .view-our-partners .view-content > .views-row {
    min-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .path-frontpage .view-our-partners .view-content > .views-row {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .path-frontpage .view-our-partners .view-content .main-content .logo {
    max-width: 100%;
    text-align: center;
  }
}
.path-frontpage .view-our-partners .view-content .main-content .logo img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .path-frontpage .view-our-partners .view-content .main-content .logo img {
    width: auto;
  }
}
.path-frontpage #block-views-block-our-partners-block-2 {
  background-color: white;
}

#block-aboutus .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-aboutus .flex .wrapper {
  flex: 1;
}
#block-aboutus .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-aboutus .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-aboutus .flex .field--name-field-static-content-image {
  max-width: 500px;
  max-height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#block-aboutus .flex .field--name-field-static-content-image img {
  height: 100%;
  width: 100%;
}
#block-aboutus::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-sccsinfigures {
  background-color: #e7f3f8;
  padding: 100px 0;
  position: relative;
}
#block-sccsinfigures::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #block-sccsinfigures::before {
    display: none;
  }
}
#block-sccsinfigures h2 {
  text-align: center;
  margin-bottom: 7rem;
  position: relative;
  z-index: 4;
}
#block-sccsinfigures .figure-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  #block-sccsinfigures .figure-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  #block-sccsinfigures .figure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  #block-sccsinfigures .figure-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-items: center;
  }
}
#block-sccsinfigures .figure-grid > div {
  width: 100%;
  height: 310px;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  #block-sccsinfigures .figure-grid > div {
    max-width: 400px;
  }
}
#block-sccsinfigures .figure-grid > div:nth-child(1) {
  background-color: #09c6ac;
}
#block-sccsinfigures .figure-grid > div:nth-child(3) {
  background-color: #64b0c4;
}
#block-sccsinfigures .figure-grid > div:nth-child(4) {
  background-color: #13254b;
  color: #fff;
}
#block-sccsinfigures .figure-grid > div:nth-child(7) {
  background-color: #13254b;
  color: #fff;
}
#block-sccsinfigures .figure-grid > div:nth-child(9) {
  background-color: #09c6ac;
}
@media screen and (max-width: 1280px) {
  #block-sccsinfigures .figure-grid > div:nth-child(9) {
    grid-column-start: 2;
  }
}
@media screen and (max-width: 1024px) {
  #block-sccsinfigures .figure-grid > div:nth-child(9) {
    grid-column-start: unset;
  }
}
#block-sccsinfigures .figure-grid > div:nth-child(10) {
  background-color: #64b0c4;
}
#block-sccsinfigures .figure-grid > div.paragraph {
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 2;
}
#block-sccsinfigures .figure-grid > div.paragraph .field {
  width: fit-content;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
#block-sccsinfigures .figure-grid > div.paragraph .field:not(:last-of-type) {
  font-size: 8rem;
  margin-top: 30px;
}
#block-sccsinfigures .figure-grid > div.paragraph .field:last-of-type {
  flex-basis: 100%;
  height: 8.7rem;
  margin-top: -15px;
}
#block-sccsinfigures .figure-grid > div.paragraph .field .field__item {
  width: fit-content;
  line-height: 1.2;
}
#block-sccsinfigures .figure-grid > div.figure-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#block-sccsinfigures .figure-grid > div.figure-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#block-sccsinfigures .figure-grid::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #block-sccsinfigures .figure-grid::after {
    display: none;
  }
}
#block-sccsinfigures::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-linkstoaboutussubpages {
  padding: 100px 0;
  border-bottom: 8px solid #e7f3f8;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #block-linkstoaboutussubpages .flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
#block-linkstoaboutussubpages .flex .sub-page {
  flex: 1;
  max-width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #block-linkstoaboutussubpages .flex .sub-page {
    text-align: center;
  }
}
#block-linkstoaboutussubpages .flex .sub-page p {
  margin-bottom: 30px;
}
#block-linkstoaboutussubpages::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.page-node-type-basic-page .view-header {
  margin: 0;
}
.page-node-type-basic-page main .node__content {
  margin-bottom: 50px;
}
.page-node-type-basic-page main .node__content ul {
  margin-left: 2rem;
}
.page-node-type-basic-page main .node__content ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.page-node-type-basic-page main .node__content table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-node-type-basic-page main .node__content table th {
  background: #dddddd;
  border-bottom: 2px solid #13254b;
  padding: 10px;
  text-align: left;
}
.page-node-type-basic-page main .node__content table td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.view-advisory-board,
.view-directorate,
.view-secretariat,
#block-secretariat {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .view-advisory-board,
.view-directorate,
.view-secretariat,
#block-secretariat {
    margin-top: 50px;
  }
}
.view-advisory-board .view-header,
.view-directorate .view-header,
.view-secretariat .view-header,
#block-secretariat .view-header {
  padding: 0;
}
.view-advisory-board .view-content,
.view-directorate .view-content,
.view-secretariat .view-content,
#block-secretariat .view-content {
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 55px;
  row-gap: 45px;
}
@media screen and (max-width: 1440px) {
  .view-advisory-board .view-content,
.view-directorate .view-content,
.view-secretariat .view-content,
#block-secretariat .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}
@media screen and (max-width: 865px) {
  .view-advisory-board .view-content,
.view-directorate .view-content,
.view-secretariat .view-content,
#block-secretariat .view-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.view-advisory-board .popup-card,
.view-directorate .popup-card,
.view-secretariat .popup-card,
#block-secretariat .popup-card {
  overflow: hidden;
}
.view-advisory-board .popup-card .top-section,
.view-directorate .popup-card .top-section,
.view-secretariat .popup-card .top-section,
#block-secretariat .popup-card .top-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 30px;
  height: 17.5rem;
}
@media screen and (max-width: 480px) {
  .view-advisory-board .popup-card .top-section,
.view-directorate .popup-card .top-section,
.view-secretariat .popup-card .top-section,
#block-secretariat .popup-card .top-section {
    column-gap: 15px;
    height: auto;
  }
}
.view-advisory-board .popup-card .top-section .image,
.view-directorate .popup-card .top-section .image,
.view-secretariat .popup-card .top-section .image,
#block-secretariat .popup-card .top-section .image {
  height: 100%;
  width: 125px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .view-advisory-board .popup-card .top-section .image,
.view-directorate .popup-card .top-section .image,
.view-secretariat .popup-card .top-section .image,
#block-secretariat .popup-card .top-section .image {
    min-height: auto;
    height: auto;
  }
}
.view-advisory-board .popup-card .top-section .image img,
.view-directorate .popup-card .top-section .image img,
.view-secretariat .popup-card .top-section .image img,
#block-secretariat .popup-card .top-section .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #e7f3f8;
  min-height: 175px;
}
@media screen and (max-width: 480px) {
  .view-advisory-board .popup-card .top-section .image img,
.view-directorate .popup-card .top-section .image img,
.view-secretariat .popup-card .top-section .image img,
#block-secretariat .popup-card .top-section .image img {
    min-height: auto;
    height: auto;
    object-fit: contain;
  }
}
.view-advisory-board .popup-card .top-section .text-content,
.view-directorate .popup-card .top-section .text-content,
.view-secretariat .popup-card .top-section .text-content,
#block-secretariat .popup-card .top-section .text-content {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 10px;
}
.view-advisory-board .popup-card .top-section .text-content h3,
.view-directorate .popup-card .top-section .text-content h3,
.view-secretariat .popup-card .top-section .text-content h3,
#block-secretariat .popup-card .top-section .text-content h3 {
  margin-bottom: 0;
}
.view-advisory-board .popup-card .top-section .text-content p,
.view-directorate .popup-card .top-section .text-content p,
.view-secretariat .popup-card .top-section .text-content p,
#block-secretariat .popup-card .top-section .text-content p {
  margin-bottom: 0;
}
.view-advisory-board .popup-card .top-section .text-content .email,
.view-directorate .popup-card .top-section .text-content .email,
.view-secretariat .popup-card .top-section .text-content .email,
#block-secretariat .popup-card .top-section .text-content .email {
  display: inline;
}
.view-advisory-board .popup-card .top-section .text-content .tag,
.view-directorate .popup-card .top-section .text-content .tag,
.view-secretariat .popup-card .top-section .text-content .tag,
#block-secretariat .popup-card .top-section .text-content .tag {
  background-color: #dddddd;
  padding: 2px 5px;
}
.view-advisory-board .popup-card .top-section .text-content .flex,
.view-directorate .popup-card .top-section .text-content .flex,
.view-secretariat .popup-card .top-section .text-content .flex,
#block-secretariat .popup-card .top-section .text-content .flex {
  margin-top: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 8px;
}
.view-advisory-board .popup-card .top-section .text-content .flex p,
.view-directorate .popup-card .top-section .text-content .flex p,
.view-secretariat .popup-card .top-section .text-content .flex p,
#block-secretariat .popup-card .top-section .text-content .flex p {
  margin-bottom: 0;
}
.view-advisory-board .popup-card .top-section .text-content .flex i,
.view-directorate .popup-card .top-section .text-content .flex i,
.view-secretariat .popup-card .top-section .text-content .flex i,
#block-secretariat .popup-card .top-section .text-content .flex i {
  color: #09c6ac;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  .view-advisory-board .popup-card .top-section .text-content .flex,
.view-directorate .popup-card .top-section .text-content .flex,
.view-secretariat .popup-card .top-section .text-content .flex,
#block-secretariat .popup-card .top-section .text-content .flex {
    display: none;
  }
}
.view-advisory-board .popup-card .mobile-text-content,
.view-directorate .popup-card .mobile-text-content,
.view-secretariat .popup-card .mobile-text-content,
#block-secretariat .popup-card .mobile-text-content {
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .view-advisory-board .popup-card .mobile-text-content,
.view-directorate .popup-card .mobile-text-content,
.view-secretariat .popup-card .mobile-text-content,
#block-secretariat .popup-card .mobile-text-content {
    display: block;
  }
}
.view-advisory-board .popup-card .mobile-text-content h3,
.view-directorate .popup-card .mobile-text-content h3,
.view-secretariat .popup-card .mobile-text-content h3,
#block-secretariat .popup-card .mobile-text-content h3 {
  margin-bottom: 0;
}
.view-advisory-board .popup-card .mobile-text-content p,
.view-directorate .popup-card .mobile-text-content p,
.view-secretariat .popup-card .mobile-text-content p,
#block-secretariat .popup-card .mobile-text-content p {
  margin-bottom: 10px;
}
.view-advisory-board .popup-card .mobile-text-content i,
.view-directorate .popup-card .mobile-text-content i,
.view-secretariat .popup-card .mobile-text-content i,
#block-secretariat .popup-card .mobile-text-content i {
  color: #09c6ac;
  margin-right: 5px;
}
.view-advisory-board .popup-card .bottom-section,
.view-directorate .popup-card .bottom-section,
.view-secretariat .popup-card .bottom-section,
#block-secretariat .popup-card .bottom-section {
  border-top: 4px solid #e7f3f8;
  border-bottom: 4px solid #e7f3f8;
  margin-top: 25px;
  padding: 18px 0;
}
.view-advisory-board .popup-card .bottom-section .body,
.view-directorate .popup-card .bottom-section .body,
.view-secretariat .popup-card .bottom-section .body,
#block-secretariat .popup-card .bottom-section .body {
  height: 200px;
  overflow-y: scroll;
}
@media screen and (max-width: 865px) {
  .view-advisory-board .popup-card .bottom-section .body,
.view-directorate .popup-card .bottom-section .body,
.view-secretariat .popup-card .bottom-section .body,
#block-secretariat .popup-card .bottom-section .body {
    height: calc(22vh + 100px);
  }
}

#block-whyccs {
  padding-bottom: 100px;
  position: relative;
}
#block-whyccs .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-whyccs .flex .wrapper {
  flex: 1;
}
#block-whyccs .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-whyccs .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-whyccs .flex iframe {
  width: 500px;
  height: 290px;
}
#block-whyccs::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-mooc {
  text-align: center;
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
#block-mooc::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-mooc::before {
    display: none;
  }
}
#block-mooc .container-1660 h2 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  #block-mooc .container-1660 h2 {
    max-width: 800px;
  }
}
#block-mooc .container-1660 p {
  max-width: 1100px;
  margin: 0 auto 40px;
}
#block-mooc .container-1660 iframe {
  max-width: 500px;
  height: 290px;
  width: 100%;
}
#block-mooc .container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #block-mooc .container-1660::after {
    display: none;
  }
}
#block-mooc::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-linkstowhyccssubpages {
  padding: 100px 0;
  border-bottom: 8px solid #e7f3f8;
  position: relative;
}
#block-linkstowhyccssubpages .flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-linkstowhyccssubpages .flex .sub-page {
  flex: 1;
  max-width: 520px;
}
#block-linkstowhyccssubpages .flex .sub-page p {
  margin-bottom: 30px;
}
#block-linkstowhyccssubpages::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-whyccs-usefullinks {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
#block-whyccs-usefullinks p {
  max-width: 1100px;
  margin: 0 auto 30px;
}
#block-whyccs-usefullinks::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-whatisccs {
  padding-bottom: 100px;
  position: relative;
}
#block-whatisccs .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-whatisccs .flex .wrapper {
  flex: 1;
}
#block-whatisccs .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-whatisccs .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-whatisccs .flex .field--name-field-static-content-image {
  max-width: 500px;
  max-height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#block-whatisccs .flex .field--name-field-static-content-image img {
  height: 100%;
  width: 100%;
}
#block-whatisccs::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-sccsquizzes {
  padding: 0 0 20px;
  position: relative;
}
#block-sccsquizzes .quiz-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
@media screen and (max-width: 1440px) {
  #block-sccsquizzes .quiz-wrapper {
    gap: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #block-sccsquizzes .quiz-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #block-sccsquizzes .quiz-wrapper {
    flex-direction: column;
  }
}
#block-sccsquizzes .quiz-wrapper .link-card {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  #block-sccsquizzes .quiz-wrapper .link-card {
    min-width: 300px;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #block-sccsquizzes .quiz-wrapper .link-card {
    min-width: auto;
    max-width: 100%;
    width: 100%;
    align-items: stretch;
  }
}
#block-sccsquizzes .quiz-wrapper .link-card .image {
  padding: 0;
  width: 140px;
}
@media screen and (max-width: 768px) {
  #block-sccsquizzes .quiz-wrapper .link-card .image {
    height: auto;
  }
}
#block-sccsquizzes .quiz-wrapper .link-card .image img {
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  #block-sccsquizzes .quiz-wrapper .link-card .link-area {
    width: calc(100% - 130px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #block-sccsquizzes .quiz-wrapper .link-card .link-area {
    width: 100%;
  }
}
#block-sccsquizzes::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-ccsinaction {
  padding-bottom: 100px;
  position: relative;
}
#block-ccsinaction .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-ccsinaction .flex .wrapper {
  flex: 1;
}
#block-ccsinaction .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-ccsinaction .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-ccsinaction .flex iframe {
  width: 500px;
  height: 290px;
}
#block-ccsinaction::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-seemoreccusinaction {
  background-color: #e7f3f8;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #block-seemoreccusinaction {
    padding: 70px 0 50px;
  }
}
#block-seemoreccusinaction::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-seemoreccusinaction::before {
    display: none;
  }
}
#block-seemoreccusinaction h2 {
  text-align: center;
  margin-bottom: 7rem;
}
#block-seemoreccusinaction .container-1660 .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 95px;
}
@media screen and (max-width: 1650px) {
  #block-seemoreccusinaction .container-1660 .view-content {
    column-gap: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #block-seemoreccusinaction .container-1660 .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  #block-seemoreccusinaction .container-1660 .view-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 500px;
    margin: auto;
  }
}
#block-seemoreccusinaction .container-1660 .view-content .views-row {
  width: 100%;
}
#block-seemoreccusinaction .container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #block-seemoreccusinaction .container-1660::after {
    display: none;
  }
}
#block-seemoreccusinaction::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-ccsnetzero {
  padding-bottom: 100px;
  position: relative;
}
#block-ccsnetzero .flex {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-ccsnetzero .flex .wrapper {
  flex: 1;
}
#block-ccsnetzero .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-ccsnetzero .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-ccsnetzero .flex iframe {
  width: 500px;
  height: 290px;
}
#block-ccsnetzero::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-howwillindustry {
  text-align: center;
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #block-howwillindustry {
    padding: 70px 0 50px;
  }
}
#block-howwillindustry::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-howwillindustry::before {
    display: none;
  }
}
#block-howwillindustry .container-1660 {
  position: relative;
  z-index: 2;
}
#block-howwillindustry .container-1660 p {
  max-width: 1100px;
  margin: 0 auto 40px;
}
#block-howwillindustry .container-1660 iframe {
  width: 500px;
  height: 290px;
}
@media screen and (max-width: 640px) {
  #block-howwillindustry .container-1660 iframe {
    width: 100%;
    height: 50vw;
  }
}
#block-howwillindustry::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  z-index: 1;
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #block-howwillindustry::after {
    display: none;
  }
}

.path-webform main {
  position: relative;
}
.path-webform main::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
.path-webform main .region-content {
  margin-top: 0;
}

.contact-content .region {
  flex-basis: 60%;
}
@media screen and (max-width: 1024px) {
  .contact-content .region #block-backtopreviouspage {
    display: none;
  }
}
.contact-content aside {
  flex-basis: 40%;
}
.contact-content aside iframe {
  width: 100%;
  margin-bottom: 30px;
}
.contact-content aside li:not(:last-child) {
  border-bottom: 3px solid #c5e8e3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .contact-content aside li:not(:last-child) #block-backtopreviouspage {
    display: none;
  }
}
.contact-content .contact-footer-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact-content .contact-footer-mobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .contact-content {
    display: block;
  }
}

#webform-submission-contact-add-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.log-in .form-item,
#webform-submission-contact-add-form .form-item {
  flex-basis: 47%;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .log-in .form-item,
#webform-submission-contact-add-form .form-item {
    flex-basis: 100%;
    margin-top: 0;
  }
}
.log-in .form-actions,
#webform-submission-contact-add-form .form-actions {
  flex-basis: 100%;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .log-in .form-actions,
#webform-submission-contact-add-form .form-actions {
    margin-bottom: 2em;
  }
}
.log-in .form-item-i-agree-to-the-privacy-policy,
.log-in .form-item.form-type-textarea,
#webform-submission-contact-add-form .form-item-i-agree-to-the-privacy-policy,
#webform-submission-contact-add-form .form-item.form-type-textarea {
  flex-basis: 100%;
}
.log-in input,
.log-in textarea,
#webform-submission-contact-add-form input,
#webform-submission-contact-add-form textarea {
  background-color: #e7f3f8;
  margin-top: 15px;
}
.log-in input + .description,
#webform-submission-contact-add-form input + .description {
  margin-top: 10px;
}
.log-in label,
#webform-submission-contact-add-form label {
  font-weight: 600;
}
.log-in label.form-required::after,
#webform-submission-contact-add-form label.form-required::after {
  display: none;
}
.log-in label.option,
#webform-submission-contact-add-form label.option {
  margin-left: 10px;
  font-weight: 400;
  cursor: pointer;
}
.log-in label.option a,
#webform-submission-contact-add-form label.option a {
  font-weight: 600;
  border-bottom: 1px solid;
}
.log-in label.option a::after,
#webform-submission-contact-add-form label.option a::after {
  content: "\f08e";
  color: #09c6ac;
  font-family: "Font Awesome 5 Pro";
}
.log-in .form-item-markup,
#webform-submission-contact-add-form .form-item-markup {
  flex-basis: 100%;
}

.view-useful-links,
#block-usefullinks {
  margin-bottom: 50px;
}
.view-useful-links .view-header,
#block-usefullinks .view-header {
  margin-bottom: 40px;
}
.view-useful-links .view-header.container-1660::after,
#block-usefullinks .view-header.container-1660::after {
  display: none;
}
.view-useful-links .view-content,
#block-usefullinks .view-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 95px;
}
@media screen and (max-width: 1650px) {
  .view-useful-links .view-content,
#block-usefullinks .view-content {
    gap: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .view-useful-links .view-content,
#block-usefullinks .view-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  .view-useful-links .view-content,
#block-usefullinks .view-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    max-width: 600px;
    margin: auto;
  }
}
.view-useful-links .view-content .views-row,
#block-usefullinks .view-content .views-row {
  width: 100%;
}

.view-events .view-filters form > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper {
  order: 1;
  flex-basis: 100%;
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset {
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  margin: 0;
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .fieldset-wrapper {
  display: flex;
}
@media screen and (max-width: 640px) {
  .view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .fieldset-wrapper {
    flex-direction: column;
  }
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset label {
  display: none;
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .form-item-field-date-from-value-min {
  display: flex;
  gap: 7px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .form-item-field-date-from-value-min {
    margin-right: 0;
  }
}
.view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .form-item-field-date-from-value-max {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .view-events .view-filters form > div #edit-field-date-from-value-wrapper fieldset .form-item-field-date-from-value-max {
    margin-right: 0;
  }
}
.view-events .view-filters form > div .form-item-combine {
  margin: 0;
}
.view-events .view-filters form > div .form-item-sort-bef-combine {
  flex-basis: 20%;
}
.view-events .view-filters form > div::after {
  display: none;
}
.view-events .view-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .view-events .view-content ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.view-events .view-content ul p {
  text-align: left;
}
.view-events .view-content ul p:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.view-events .view-content ul li {
  height: max-content;
}
.view-events .view-content p {
  text-align: end;
}
.view-events .view-footer {
  max-width: 1700px;
  padding: 0 20px;
  margin: 20px auto 0;
}
.view-events .view-footer p {
  text-align: end;
}

.view-events.view-display-id-page_1 .view-header::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.page-node-type-event .node-header {
  margin-bottom: 40px;
}
.page-node-type-event .node-header .flex {
  justify-content: space-between;
}
.page-node-type-event .node-header .view-header + div {
  margin-top: 70px;
}
.page-node-type-event .node-header img {
  max-width: 500px;
  max-height: 290px;
}
.page-node-type-event article > img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-node-type-event article ul {
  margin-left: 2rem;
}
.page-node-type-event article ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.page-node-type-event .field--name-body {
  position: relative;
  z-index: 2;
}

#block-expertise {
  padding-bottom: 100px;
  position: relative;
}
#block-expertise .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-expertise .flex .wrapper {
  flex: 1;
}
#block-expertise .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-expertise .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-expertise .flex .field--name-field-static-content-image {
  max-width: 500px;
  max-height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#block-expertise .flex .field--name-field-static-content-image img {
  height: 100%;
  width: 100%;
}
#block-expertise::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-weareactivein {
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
#block-weareactivein h2 {
  position: relative;
  z-index: 4;
}
#block-weareactivein::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-weareactivein::before {
    display: none;
  }
}
#block-weareactivein .container-1050 .views-row {
  width: 100%;
  padding: 45px 0 35px;
  position: relative;
}
#block-weareactivein .container-1050 .views-row::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
}
#block-weareactivein .container-1050 .views-row:last-child {
  padding-bottom: 45px;
}
#block-weareactivein .container-1050 .views-row:last-child ::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  border-radius: 5px;
}
#block-weareactivein .container-1050 .views-row .expertise-panel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  #block-weareactivein .container-1050 .views-row .expertise-panel {
    flex-direction: column;
    row-gap: 20px;
  }
}
#block-weareactivein .container-1050 .views-row .expertise-panel .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 22.5rem;
  max-height: 15rem;
  overflow: hidden;
}
#block-weareactivein .container-1050 .views-row .expertise-panel .image img {
  width: 100%;
}
#block-weareactivein .container-1050 .views-row .expertise-panel ul {
  margin: 0;
}
#block-weareactivein .container-1050 .views-row .expertise-panel ul li {
  margin: 0;
  padding: 0.5rem 0 0 2rem;
}
#block-weareactivein .container-1050 .views-row .expertise-panel ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -1.8rem;
}
#block-weareactivein .container-1050::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #block-weareactivein .container-1050::after {
    display: none;
  }
}
#block-weareactivein::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-linkstoexpertisesubpages {
  padding: 100px 0;
  position: relative;
}
#block-linkstoexpertisesubpages .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-linkstoexpertisesubpages .flex .sub-page {
  flex: 1;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  #block-linkstoexpertisesubpages .flex .sub-page {
    text-align: center;
  }
}
#block-linkstoexpertisesubpages .flex .sub-page p {
  margin-bottom: 30px;
}

.node--type-faq-page {
  position: relative;
}

.field--name-field-faqs .field__item {
  margin-bottom: 30px;
}

.paragraph--type--faq {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}
.paragraph--type--faq .faq-question {
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.paragraph--type--faq .faq-question span {
  pointer-events: none;
}
.paragraph--type--faq .faq-question i {
  color: #09c6ac;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.paragraph--type--faq .faq-answer {
  height: 0;
  transition: height 0.3s linear;
  overflow: hidden;
}
.paragraph--type--faq .faq-answer-content {
  border-top: 3px solid #13254b;
  padding-top: 20px;
  margin-top: 20px;
}

.view-funding-opportunities .view-content .item-list.container-1660 {
  margin-top: 0;
}
.view-funding-opportunities .view-content .item-list.container-1660 > h3 {
  text-align: center;
}
.view-funding-opportunities .view-content .item-list.container-1660 li {
  margin: 30px 0;
}
.view-funding-opportunities .view-content .item-list.container-1660 li .instructions {
  border-bottom: 3px solid #64b0c4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .view-funding-opportunities .view-content .item-list.container-1660 li .project-panel {
    flex-direction: column;
  }
}
.view-funding-opportunities .view-content .item-list.container-1660 li .link-area {
  flex-basis: auto;
}
@media screen and (max-width: 1440px) {
  .view-funding-opportunities .view-content .item-list.container-1660 li .link-area {
    border-left: 0;
    border-top: 3px solid #64b0c4;
  }
}

.page-node-type-basic-page.global-ccs-map .container-1050 {
  max-width: 1700px;
}
@media screen and (max-width: 768px) {
  .page-node-type-basic-page.global-ccs-map .container-1050 {
    margin-top: -80px;
  }
}

.page-node-type-basic-page.global-ccs-map article .node__content iframe {
  max-width: 950px;
  width: 100%;
}
.page-node-type-basic-page.global-ccs-map article .node__content ul {
  margin: 0;
}
.page-node-type-basic-page.global-ccs-map article .node__content ul li {
  margin: 0;
  padding: 0.5rem 0 0 2rem;
  height: 2.6rem;
  line-height: 1.3;
}
.page-node-type-basic-page.global-ccs-map article .node__content ul li a {
  border-bottom: 1px solid;
}
.page-node-type-basic-page.global-ccs-map article .node__content ul li i {
  color: #09c6ac;
  margin-left: 8px;
}
.page-node-type-basic-page.global-ccs-map article .node__content ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -1.6rem;
}

.view-partner-projects .view-filters form > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.view-partner-projects .view-filters form > div::after {
  display: none;
}
.view-partner-projects .view-filters form > div .form-actions {
  flex-basis: 100%;
}
.view-partner-projects .view-filters form > div .form-type-select {
  flex-basis: 20%;
}

.view-partner-research-groups .view-filters {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px;
}
.view-partner-research-groups .view-content .item-list .project-panel > li {
  margin-bottom: 0;
}
.view-partner-research-groups .bef-exposed-form .form--inline > .form-item {
  float: none;
}
.view-partner-research-groups .bef-exposed-form .form--inline > .form-actions {
  margin-top: 20px;
}

#block-projects {
  padding-bottom: 50px;
  position: relative;
}
#block-projects .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-projects .flex .wrapper {
  flex: 1;
  max-width: 1100px;
}
#block-projects .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-projects .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-projects .flex .field--name-field-static-content-image {
  max-width: 500px;
  max-height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#block-projects .flex .field--name-field-static-content-image img {
  height: 100%;
  width: 100%;
}
#block-projects::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-linkstoprojectssubpages {
  background-color: #e7f3f8;
  padding: 100px 0;
  position: relative;
}
#block-linkstoprojectssubpages::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 480px) {
  #block-linkstoprojectssubpages::before {
    display: none;
  }
}
#block-linkstoprojectssubpages .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 100px;
}
@media screen and (max-width: 1280px) {
  #block-linkstoprojectssubpages .flex {
    column-gap: 20px;
  }
}
#block-linkstoprojectssubpages .flex .sub-page {
  flex: 1;
}
#block-linkstoprojectssubpages .flex .sub-page p {
  margin-bottom: 30px;
}
#block-linkstoprojectssubpages .flex .sub-page a:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 540px) {
  #block-linkstoprojectssubpages .flex .sub-page a:nth-of-type(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 540px) {
  #block-linkstoprojectssubpages .flex .sub-page a {
    display: block;
    width: max-content;
  }
}
#block-linkstoprojectssubpages::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  z-index: 2;
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 480px) {
  #block-linkstoprojectssubpages::after {
    display: none;
  }
}

.view-display-id-page_1.view-completed-projects .view-header.container-1660 h1 + div {
  width: 100%;
  justify-content: space-between;
}

.view-publications #views-exposed-form-publications-block-1 > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.view-publications #views-exposed-form-publications-block-1 > div .form-item-combine {
  margin: 0;
}
.view-publications #views-exposed-form-publications-block-1 > div fieldset {
  order: 1;
  width: 100%;
}
.view-publications #views-exposed-form-publications-block-1 > div .form-type-select {
  min-width: 400px;
}
@media screen and (max-width: 640px) {
  .view-publications #views-exposed-form-publications-block-1 > div .form-type-select {
    min-width: 100%;
  }
}
.view-publications #views-exposed-form-publications-block-1 > div::after {
  display: none;
}
.view-publications .form-checkboxes ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.view-publications .view-content .partner-panel .body p > span:not(:first-child)::before {
  content: "|";
  margin: 0 10px;
}
@media screen and (max-width: 1280px) {
  .view-publications .view-content .partner-panel .body p > span:last-child {
    display: block;
  }
  .view-publications .view-content .partner-panel .body p > span:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 865px) {
  .view-publications .view-content .partner-panel .body p > span {
    display: block;
    margin-bottom: 5px;
  }
  .view-publications .view-content .partner-panel .body p > span::before {
    display: none;
  }
}
.view-publications .view-content .partner-panel .link-area {
  flex-basis: 250px;
}
@media screen and (max-width: 1024px) {
  .view-publications .view-content .partner-panel .link-area {
    flex-basis: 150px;
  }
}

#block-activeprojectslist {
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
#block-activeprojectslist::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
#block-activeprojectslist .container-1660 .view-content .views-row {
  width: 100%;
}
#block-activeprojectslist .container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
#block-activeprojectslist::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-ourpartners {
  padding-bottom: 50px;
  position: relative;
}
#block-ourpartners .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 50px;
}
#block-ourpartners .flex .wrapper {
  flex: 1;
}
#block-ourpartners .flex .wrapper .field--name-field-static-content-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
#block-ourpartners .flex .wrapper .field--name-field-static-content-file-upload .field__item {
  width: fit-content;
}
#block-ourpartners .flex .field--name-field-static-content-image {
  max-width: 500px;
  max-height: 333px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
#block-ourpartners .flex .field--name-field-static-content-image img {
  height: 100%;
  width: 100%;
}
#block-ourpartners::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-ourpartnerslist {
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
#block-ourpartnerslist::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  #block-ourpartnerslist::before {
    display: none;
  }
}
#block-ourpartnerslist .container-1660 .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 30px;
}
#block-ourpartnerslist .container-1660 .view-content .views-row {
  width: 100%;
}
#block-ourpartnerslist .container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
#block-ourpartnerslist::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #block-ourpartnerslist::after {
    display: none;
  }
}

#block-linkstoourpartnerssubpages {
  padding: 100px 0;
  border-bottom: 8px solid #e7f3f8;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #block-linkstoourpartnerssubpages {
    padding: 50px 0;
  }
}
#block-linkstoourpartnerssubpages .flex {
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 50px;
}
@media screen and (max-width: 1280px) {
  #block-linkstoourpartnerssubpages .flex {
    flex-direction: row;
  }
}
#block-linkstoourpartnerssubpages .flex .sub-page {
  flex: 1;
  max-width: 520px;
}
@media screen and (max-width: 1280px) {
  #block-linkstoourpartnerssubpages .flex .sub-page {
    flex: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #block-linkstoourpartnerssubpages .flex .sub-page {
    max-width: 700px;
  }
}
#block-linkstoourpartnerssubpages .flex .sub-page p {
  margin-bottom: 30px;
}
#block-linkstoourpartnerssubpages::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -58px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.page-node-type-page-headers .node--type-page-headers {
  position: relative;
}
.page-node-type-page-headers .view-header {
  margin: 0;
}
.page-node-type-page-headers .node--type-page-headers::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-node-type-page-headers .node--type-page-headers::after {
    bottom: -100px;
  }
}
.page-node-type-page-headers main .node-header + .node__content {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .page-node-type-page-headers main .node-header + .node__content {
    flex-direction: column;
    align-items: center;
  }
}
.page-node-type-page-headers main .node-header + .node__content .page-text {
  flex-basis: 75%;
}
.page-node-type-page-headers main .node-header + .node__content .field--type-image {
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .page-node-type-page-headers main .node-header + .node__content .field--type-image {
    max-width: 500px;
  }
}
.page-node-type-page-headers main .node-header + .node__content .field--type-image img {
  width: 100%;
  height: auto;
}
.page-node-type-page-headers main .node-header + .node__content iframe {
  max-width: 500px;
  height: 290px;
  width: 100%;
}
.page-node-type-page-headers main .node-header + .node__content .field--name-field-file-upload {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 30px;
}
.page-node-type-page-headers main .node-header + .node__content .field--name-field-file-upload .field__item {
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .page-node-type-page-headers main .node-header + .node__content .field--name-field-file-upload .field__item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-node-type-page-headers main .node-header + .node__content .field--name-field-file-upload {
    justify-content: center;
  }
}
.page-node-type-page-headers main .node-header + .node__content ul {
  margin-left: 2rem;
}
.page-node-type-page-headers main .node-header + .node__content ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.page-node-type-page-headers main .node-header + .node__content table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-node-type-page-headers main .node-header + .node__content table th {
  background: #dddddd;
  border-bottom: 2px solid #13254b;
  padding: 10px;
  text-align: left;
}
.page-node-type-page-headers main .node-header + .node__content table td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}

.node--type-page-headers::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .node--type-page-headers::after {
    bottom: -100px;
  }
}
.node--type-page-headers .node-header + .node__content {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.node--type-page-headers .node-header + .node__content ul {
  margin-left: 2rem;
}
.node--type-page-headers .node-header + .node__content ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}

.view-researchers-academics.view .view-content > .container-1660 {
  width: 100%;
}
.view-researchers-academics.view .view-content .item-list li {
  width: 100%;
  margin-bottom: 30px;
}
.view-researchers-academics.view::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.view-search h1 {
  word-wrap: break-word;
}
.view-search .view-header {
  position: relative;
}
.view-search .view-header > p {
  position: absolute;
  right: 0;
  z-index: 1;
  max-width: 1700px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  text-align: right;
  bottom: -250px;
}
.view-search .view-header::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
.view-search .view-filters {
  position: relative;
  z-index: 2;
}
.view-search .view-filters form {
  margin-bottom: 30px;
  border-bottom: 10px solid #fff;
  border-radius: 5px;
  padding-bottom: 30px;
}
.view-search .view-filters p.view-results {
  text-align: end;
}
.view-search .view-filters form .form--inline {
  display: flex;
  gap: 10px;
  align-items: end;
}
.view-search .view-filters form .form--inline .form-actions input:first-of-type {
  position: relative;
  left: auto;
  top: auto;
  margin-right: 20px;
}
.view-search .view-filters form .form--inline form .form-actions input[value=Reset] {
  margin-left: 20px;
}
.view-search .view-filters form .form--inline .form-item-searchterm {
  margin-bottom: 0;
}
.view-search .view-rows .views-row {
  margin-bottom: 30px;
}
.view-search .view-rows .views-row .researcher-panel .link-area {
  padding: 25px;
}
.view-search .view-footer {
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.view-search .view-footer .pager {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .view-search .view-footer .pager + div {
    display: none;
  }
}

#block-jobs {
  padding-bottom: 100px;
  position: relative;
}
#block-jobs .view-content {
  padding: 45px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 50px;
}
@media screen and (max-width: 1024px) {
  #block-jobs .view-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#block-jobs .view-footer {
  padding: 0;
  max-width: 1200px;
  margin: 20px 0 0;
}
#block-jobs .contact-button {
  padding-top: 30px;
}
#block-jobs::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-jobopportunitieslist {
  padding: 100px 0;
  background-color: #e7f3f8;
  position: relative;
}
#block-jobopportunitieslist::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  #block-jobopportunitieslist::before {
    display: none;
  }
}
#block-jobopportunitieslist .container-1660 .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 30px;
}
#block-jobopportunitieslist .container-1660 .view-content .views-row {
  width: 100%;
}
#block-jobopportunitieslist .container-1660::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/corner-arch.png");
  display: block;
  position: absolute;
  width: 170px;
  height: 170px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  #block-jobopportunitieslist .container-1660::after {
    display: none;
  }
}
#block-jobopportunitieslist::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

body.masters-programmes .form-item-combine {
  margin-bottom: 20px;
}
body.masters-programmes .form-actions input[value="Reset filters"] {
  margin-top: 15px;
  font-size: 1.8rem;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  color: #f02323;
  padding: 0;
}
body.masters-programmes .form-actions input[value="Reset filters"]:hover {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
  color: #f02323;
}

.view-latest h2 {
  text-align: center;
}
.view-latest .item-list {
  padding-left: 20px;
  padding-right: 20px;
}
.view-latest .item-list li {
  margin: 0;
}
.view-latest .item-list .news-articles li {
  min-height: 420px;
}
@media screen and (max-width: 1440px) {
  .view-latest .item-list .news-articles li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .view-latest .item-list .news-articles li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 865px) {
  .view-latest .item-list .news-articles li:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .view-latest .item-list .news-articles li:nth-child(4) {
    display: block;
  }
}
.view-latest .item-list .all-events,
.view-latest .item-list .all-news {
  background-image: linear-gradient(180deg, #13254b 0%, #355985 70%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}
.view-latest .item-list .all-events img,
.view-latest .item-list .all-news img {
  border: none;
  margin-top: -20px;
  padding: 0 20px;
}
.view-latest .item-list .all-events a,
.view-latest .item-list .all-news a {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  align-items: center;
  background-color: white;
  padding: 30px;
  height: 120px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.view-latest .item-list .all-events a h3,
.view-latest .item-list .all-news a h3 {
  margin: 0;
}
.view-latest .item-list .all-events a i,
.view-latest .item-list .all-news a i {
  color: #09c6ac;
  font-size: 24px;
}
.view-latest .item-list .all-events a:hover h3,
.view-latest .item-list .all-news a:hover h3 {
  color: #09c6ac;
}
@media screen and (max-width: 865px) {
  .view-latest .item-list .all-news img {
    object-fit: contain;
    margin-top: 10px;
  }
}
.view-latest .item-list .all-events {
  height: 100%;
}
.view-latest .item-list .all-events a {
  background-color: #e7f3f8;
  height: auto;
  width: 100%;
}
.view-latest .item-list .all-events img {
  max-height: 155px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .view-latest .item-list .all-events {
    margin: 30px auto 0;
    height: auto;
    align-items: flex-start;
  }
}
.view-latest .item-list .events-panel {
  background-color: #e7f3f8;
}
.view-latest .item-list .events-panel img {
  border-color: white;
}
.view-latest .item-list .latest-events {
  display: grid;
  grid-template-columns: 38% 38% 19%;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .view-latest .item-list .latest-events {
    grid-template-columns: 66% 31%;
  }
  .view-latest .item-list .latest-events li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view-latest .item-list .latest-events {
    grid-template-columns: 100%;
  }
  .view-latest .item-list .latest-events li:nth-child(2) {
    display: block;
  }
}

body.latest-news .view-latest h2 {
  text-transform: capitalize;
}

.block-views-blocklatest-block-1 {
  padding: 100px 0;
}
.block-views-blocklatest-block-1::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}
.block-views-blocklatest-block-1::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

#block-latestjobsandopportunities .view-header {
  max-width: 600px;
}
#block-latestjobsandopportunities > div {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  #block-latestjobsandopportunities > div {
    flex-direction: column;
  }
}
#block-latestjobsandopportunities > div h2 {
  text-align: start;
}
#block-latestjobsandopportunities > div .project-panel {
  min-height: 190px;
}
#block-latestjobsandopportunities > div .project-panel .main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block-latestjobsandopportunities > div .project-panel .main-content a i {
  color: #09c6ac;
}
#block-latestjobsandopportunities > div .project-panel .main-content a span {
  border-bottom: 1px solid;
  font-weight: 600;
}
#block-latestjobsandopportunities > div > div {
  flex-basis: 50%;
}
#block-latestjobsandopportunities > div > div h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#block-newsletters {
  text-align: center;
  padding: 100px 20px 50px;
}
#block-newsletters::before {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-blue.png");
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.path-frontpage .view-latest .view-filters form > div,
.view-latest .view-filters form > div,
.view-news .view-filters form > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.path-frontpage .view-latest .view-filters form > div [id^=edit-field-news-category-],
.view-latest .view-filters form > div [id^=edit-field-news-category-],
.view-news .view-filters form > div [id^=edit-field-news-category-] {
  order: 1;
  flex-basis: 100%;
}
.path-frontpage .view-latest .view-filters form > div .form-item-combine,
.view-latest .view-filters form > div .form-item-combine,
.view-news .view-filters form > div .form-item-combine {
  margin: 0;
}
.path-frontpage .view-latest .view-filters form > div .form-item-sort-bef-combine,
.view-latest .view-filters form > div .form-item-sort-bef-combine,
.view-news .view-filters form > div .form-item-sort-bef-combine {
  flex-basis: 20%;
}
.path-frontpage .view-latest .view-filters form > div::after,
.view-latest .view-filters form > div::after,
.view-news .view-filters form > div::after {
  display: none;
}
.path-frontpage .view-latest .view-content ul.news-articles,
.view-latest .view-content ul.news-articles,
.view-news .view-content ul.news-articles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 400px;
  gap: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .path-frontpage .view-latest .view-content ul.news-articles,
.view-latest .view-content ul.news-articles,
.view-news .view-content ul.news-articles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1280px) {
  .path-frontpage .view-latest .view-content ul.news-articles,
.view-latest .view-content ul.news-articles,
.view-news .view-content ul.news-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 865px) {
  .path-frontpage .view-latest .view-content ul.news-articles,
.view-latest .view-content ul.news-articles,
.view-news .view-content ul.news-articles {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  .path-frontpage .view-latest .view-content ul.news-articles,
.view-latest .view-content ul.news-articles,
.view-news .view-content ul.news-articles {
    grid-template-columns: repeat(1, 1fr);
  }
}
.path-frontpage .view-latest .view-content p.view-results,
.view-latest .view-content p.view-results,
.view-news .view-content p.view-results {
  text-align: end;
}

.view-news .view-footer {
  max-width: 1700px;
  padding: 0 20px;
  margin: 20px auto;
}
.view-news .view-footer p {
  text-align: end;
}

.view-latest .view-footer {
  margin-top: 30px;
}
.view-latest .view-footer a {
  display: block;
  width: max-content;
}

.view-news.view-display-id-page_1 .view-header::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

.page-node-type-article .node-header {
  margin-bottom: 40px;
}
.page-node-type-article .node-header .view-header + div {
  margin-top: 70px;
  position: sticky;
  top: 80px;
}
.page-node-type-article .node-header img {
  max-width: 500px;
  max-height: 290px;
}
.page-node-type-article article > img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-node-type-article article a {
  border-bottom: 1px solid;
}
.page-node-type-article article ul {
  margin-left: 2rem;
}
.page-node-type-article article ul li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}

.view-newsletters.view form#views-exposed-form-newsletters-block-1,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 {
  margin: 0;
  padding: 0;
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset {
  border: none;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset legend,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset legend,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset legend,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset legend {
  float: left;
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper {
    display: block;
    width: 100%;
  }
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper .form-item,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper .form-item,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper .form-item,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper .form-item {
  margin-right: 0;
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper .form-item label,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper .form-item label,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 fieldset .fieldset-wrapper .form-item label,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 fieldset .fieldset-wrapper .form-item label {
  display: none;
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 .form-actions input:first-of-type,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 .form-actions input:first-of-type,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 .form-actions input:first-of-type,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 .form-actions input:first-of-type {
  position: relative;
  top: 0;
  left: 0;
}
.view-newsletters.view form#views-exposed-form-newsletters-block-1 > div.form--inline,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 > div.form--inline,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 > div.form--inline,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 > div.form--inline {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .view-newsletters.view form#views-exposed-form-newsletters-block-1 > div.form--inline,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 > div.form--inline,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 > div.form--inline,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 > div.form--inline {
    display: block;
  }
  .view-newsletters.view form#views-exposed-form-newsletters-block-1 > div.form--inline > .form-wrapper,
.view-newsletters.view form#views-exposed-form-newsletter-archive-block-1 > div.form--inline > .form-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletters-block-1 > div.form--inline > .form-wrapper,
.view-newsletter-archive form#views-exposed-form-newsletter-archive-block-1 > div.form--inline > .form-wrapper {
    width: 100%;
  }
}
.view-newsletters.view .view-content .item-list,
.view-newsletter-archive .view-content .item-list {
  margin-top: 0;
}
.view-newsletters.view .view-content .node--type-newsletter,
.view-newsletter-archive .view-content .node--type-newsletter {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.view-newsletters.view .view-content .node--type-newsletter .title,
.view-newsletter-archive .view-content .node--type-newsletter .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .view-newsletters.view .view-content .node--type-newsletter .title,
.view-newsletter-archive .view-content .node--type-newsletter .title {
    display: block;
  }
}
.view-newsletters.view .view-content .node--type-newsletter .body,
.view-newsletter-archive .view-content .node--type-newsletter .body {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .view-newsletters.view .view-content .node--type-newsletter .body,
.view-newsletter-archive .view-content .node--type-newsletter .body {
    flex-direction: column;
  }
}
.view-newsletters.view .view-content .node--type-newsletter a,
.view-newsletter-archive .view-content .node--type-newsletter a {
  font-size: 2rem;
  font-weight: 600;
  white-space: nowrap;
}
.view-newsletters.view .view-content .node--type-newsletter a::after,
.view-newsletter-archive .view-content .node--type-newsletter a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: #09c6ac;
  margin-left: 8px;
}
.view-newsletters.view .view-content .item-list ul,
.view-newsletter-archive .view-content .item-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 20px;
  column-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .view-newsletters.view .view-content .item-list ul,
.view-newsletter-archive .view-content .item-list ul {
    gap: 30px;
  }
  .view-newsletters.view .view-content .item-list ul li,
.view-newsletter-archive .view-content .item-list ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .view-newsletters.view .view-content .item-list ul,
.view-newsletter-archive .view-content .item-list ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.view-newsletters.view .view-footer,
.view-newsletter-archive .view-footer {
  max-width: 1700px;
  padding: 0 20px;
  margin: 20px auto 0;
}
.view-newsletters.view .view-footer p,
.view-newsletter-archive .view-footer p {
  text-align: end;
  margin-bottom: 0;
}

.view-newsletters.view-display-id-page_1 .view-header::after {
  content: "";
  background-image: url("/themes/sccs_corporate/images/illustrations/dividing-arrow-white.png");
  display: block;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 50px;
  z-index: 1;
}

body.page-node-type-newsletter iframe {
  width: 100%;
  margin-bottom: 40px;
  min-height: 700px;
}

.view-cpd-opportunities .field--name-field-static-content-image,
#block-cpdcontinuingprofessionaldevelopment .field--name-field-static-content-image {
  margin-top: -95px;
}
@media screen and (max-width: 1024px) {
  .view-cpd-opportunities .field--name-field-static-content-image,
#block-cpdcontinuingprofessionaldevelopment .field--name-field-static-content-image {
    margin-top: 0;
    align-self: center;
  }
}

#block-cpdpanels,
.view-cpd-opportunities,
.view-cpd-continuing-professional-development- {
  border-bottom: 8px solid #e7f3f8;
}
#block-cpdpanels .view-header.container-1660,
.view-cpd-opportunities .view-header.container-1660,
.view-cpd-continuing-professional-development- .view-header.container-1660 {
  margin-bottom: 30px;
  padding: 0;
}
#block-cpdpanels .view-header.container-1660 .flex,
.view-cpd-opportunities .view-header.container-1660 .flex,
.view-cpd-continuing-professional-development- .view-header.container-1660 .flex {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #block-cpdpanels .view-header.container-1660 .flex,
.view-cpd-opportunities .view-header.container-1660 .flex,
.view-cpd-continuing-professional-development- .view-header.container-1660 .flex {
    flex-direction: column;
  }
}
#block-cpdpanels .view-header.container-1660::after,
.view-cpd-opportunities .view-header.container-1660::after,
.view-cpd-continuing-professional-development- .view-header.container-1660::after {
  display: none;
}
#block-cpdpanels .view-header.container-1660 h1 + div,
.view-cpd-opportunities .view-header.container-1660 h1 + div,
.view-cpd-continuing-professional-development- .view-header.container-1660 h1 + div {
  max-width: none;
}
#block-cpdpanels .view-content,
.view-cpd-opportunities .view-content,
.view-cpd-continuing-professional-development- .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 30px;
}
#block-cpdpanels .view-content .views-row,
.view-cpd-opportunities .view-content .views-row,
.view-cpd-continuing-professional-development- .view-content .views-row {
  width: 100%;
}
#block-cpdpanels .contact,
.view-cpd-opportunities .contact,
.view-cpd-continuing-professional-development- .contact {
  text-align: center;
  padding: 80px 0;
}

#block-ccseducationcentre {
  padding-bottom: 100px;
  border-bottom: 8px solid #e7f3f8;
}
@media screen and (max-width: 1024px) {
  #block-ccseducationcentre {
    padding-bottom: 50px;
  }
}
#block-ccseducationcentre .view-header {
  margin-bottom: 40px;
}
#block-ccseducationcentre .view-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  row-gap: 30px;
}
#block-ccseducationcentre .view-content .views-row {
  width: 100%;
}

.menu.sitemap {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .menu.sitemap {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 780px) {
  .menu.sitemap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menu.sitemap .menu-item--expanded {
  list-style-type: none;
  list-style: none;
}
.menu.sitemap .menu-item--expanded::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.menu.sitemap .menu-item--expanded ul > li > ul li.menu-item:not(.menu-item--expanded) {
  display: flex;
  align-items: center;
}
.menu.sitemap .menu-item--expanded ul > li > ul li.menu-item:not(.menu-item--expanded)::before {
  content: "\f111";
  font-size: 7px;
}
.menu.sitemap > li {
  padding-right: 20px;
  border-right: 1px solid #13254b;
  margin-left: 20px;
}
.menu.sitemap > li > a {
  font-weight: 700;
}
.menu.sitemap > li::before {
  display: none;
}
@media screen and (max-width: 780px) {
  .menu.sitemap > li {
    border: none;
  }
}
.menu.sitemap li {
  margin-bottom: 5px;
}
.menu.sitemap li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin: 0 1rem 0 -2rem;
}
.menu.sitemap li ul.menu {
  margin-top: 5px;
}
.menu.sitemap > .menu-item > .menu {
  margin-left: 20px;
}
.menu.sitemap > .menu-item > .menu > .menu-item > .menu {
  margin-left: 20px;
}

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