/**
 * The following variable and function originate from the sass-mq library.
 * If you have already included it, you can eliminate the below
 * https://github.com/sass-mq/sass-mq/blob/master/_mq.scss
 */
.block-views-blockaggregator-rss-feed-block-1 > h2:after {
  display: inline-block;
  background-image: url("/themes/custom/drupalix/scss/svg-sprites/sprite.svg");
  background-size: 133.875em 101.25em;
}

:root {
  --black: #000;
  --white: #fff;
  --grey: #f5f7fa;
  --linegrey: #e1e0e1;
  --linedarkgrey: #b3b2b3;
  --textgrey: #585860;
  --textdarkgrey: #3a4148;
  --darkgrey: #d8e6ef;
  --darkergrey: #b1cbdd;
  --greyblue: #7e98b9;
  --blue: #003375;
  --lightblue: #025e83;
  --lightblue-old: #0281b4;
  --lightestorange: #feefe1;
  --lightorange: #f5a559;
  --orange: #F4871E;
  --lightyellow: #FFFBF1;
  --yellow: #FFBB2A;
  --green: #0A952A;
  --red: #b91d09;
  --red-light: #d93a26;
  --purple: #7B3BC8;
  --accessibility-bg: #00000001;
  --main-box-shadow: #e1e8f3;
}

.text--blue {
  color: var(--blue);
}
.text--lightblue {
  color: var(--lightblue);
}
.text--orange {
  color: var(--orange);
}
.text--lightgrey {
  color: var(--textgrey);
}
.text--green {
  color: var(--green);
}
.text--darkgrey {
  color: var(--textdarkgrey);
}
.text--purple {
  color: var(--purple);
}
.text--red {
  color: var(--red);
}

/*Align element vertically and horizontally using absolute positioning*/
/*Mixin for getting elements in a row, specifying the number of columns each element is needed to be given (news style)*/
/*Display elements on the same row using flex*/
/*Turn px into rem*/
/*Mixin for overlays*/
/*Style your button*/
:root {
  --roboto: "Roboto", sans-serif;
  --condensed: "Roboto Condensed", sans-serif;
  --base-font: 18px;
  --text-bold: 700;
  --text-black: 800;
}

.font--robotoc, .node--type-frontpage .hero--group .field--name-field-title {
  font-family: var(--condensed);
}

.text--72 {
  font-size: 4rem;
  line-height: 1.3;
}
.text--48 {
  font-size: 2.6666666667rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--48 {
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 960px) {
  .text--48 {
    font-size: 2rem;
  }
}
@media (max-width: 700px) {
  .text--48 {
    font-size: 1.7777777778rem;
    line-height: 1.2;
  }
}
.text--36, .view-block_news_events .view-header > h2, .view-block_news_teaser > h2 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 1240px) {
  .text--36, .view-block_news_events .view-header > h2, .view-block_news_teaser > h2 {
    font-size: 1.8888888889rem;
  }
}
@media (max-width: 960px) {
  .text--36, .view-block_news_events .view-header > h2, .view-block_news_teaser > h2 {
    font-size: 1.7777777778rem;
    line-height: 1.25;
  }
}
@media (max-width: 700px) {
  .text--36, .view-block_news_events .view-header > h2, .view-block_news_teaser > h2 {
    font-size: 1.6666666667rem;
    line-height: 1.2;
  }
}
@media (max-width: 550px) {
  .text--36, .view-block_news_events .view-header > h2, .view-block_news_teaser > h2 {
    font-size: 1.5555555556rem;
    line-height: 1.15;
  }
}
.text--32 {
  font-size: 1.7777777778rem;
  line-height: 1.25;
}
@media (max-width: 1240px) {
  .text--32 {
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 960px) {
  .text--32 {
    font-size: 1.5555555556rem;
    line-height: 1.25;
  }
}
.text--30 {
  font-size: 1.6666666667rem;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .text--30 {
    font-size: 1.3333333333rem;
  }
}
.text--28 {
  font-size: 1.5555555556rem;
  line-height: 1.15;
}
@media (max-width: 960px) {
  .text--28 {
    font-size: 1.3333333333rem;
  }
}
.text--26 {
  font-size: 1.4444444444rem;
  line-height: 1.15;
}
@media (max-width: 1240px) {
  .text--26 {
    font-size: 1.3333333333rem;
  }
}
@media (max-width: 960px) {
  .text--26 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--26 {
    font-size: 1.1111111111rem;
  }
}
.text--24 {
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media (max-width: 1240px) {
  .text--24 {
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 550px) {
  .text--24 {
    font-size: 1.1111111111rem;
  }
}
.text--20 {
  font-size: 1.1111111111rem;
  line-height: 1.2;
}
@media (max-width: 1240px) {
  .text--20 {
    font-size: 1rem;
  }
}
.text--18, .line-tilte-section {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 700px) {
  .text--18, .line-tilte-section {
    font-size: 0.8888888889rem;
  }
}
.text--16, .tabs.primary a {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (max-width: 550px) {
  .text--16, .tabs.primary a {
    font-size: 0.7777777778rem;
    line-height: 1.1;
  }
}
.text--16-sparse {
  font-size: 0.8888888889rem;
  line-height: 1.625;
}
@media (max-width: 550px) {
  .text--16-sparse {
    line-height: 1.5;
  }
}
.text--14 {
  font-size: 0.7777777778rem;
  line-height: 1.2;
}
.text--12 {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}

/*Weights + Styles*/
.text--black {
  font-weight: 800;
}
.text--bold {
  font-weight: 700;
}
.text--regular {
  font-weight: 400;
}
.text--italic {
  font-style: italic;
}

html {
  scroll-padding-top: 200px !important; /* fixed header's height */
}
@media (max-width: 1240px) {
  html {
    scroll-padding-top: 140px !important; /* fixed header's height with burger menu*/
  }
}

.tabs {
  max-width: 1425px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.tabs.primary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 30px;
}
.tabs.primary a {
  background: var(--white);
  border: 1px solid var(--linegrey);
  border-radius: 10px;
  padding: 6px 20px;
  transition: all 0.5s;
}
.tabs.primary a:hover {
  background: var(--grey);
  color: var(--black);
}
.tabs.primary a.is-active {
  background: var(--blue);
  color: var(--white);
}

.line-tilte-section {
  position: relative;
  margin-bottom: 2.2rem;
  padding-top: 15px;
  color: var(--blue);
}
.line-tilte-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--orange);
  opacity: 0.7;
}

.link-style {
  color: var(--blue);
  font-weight: var(--text-bold);
  overflow-wrap: anywhere;
}

.label-orange {
  position: relative;
  margin-bottom: 2.2rem;
  padding-left: 15px;
}
@media (max-width: 700px) {
  .label-orange {
    margin-bottom: 1.6rem;
  }
}
.label-orange::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  background-color: var(--orange);
}

:focus {
  outline: 0;
}

main {
  padding-top: 168px;
}
@media (max-width: 1240px) {
  main {
    padding-top: 108px;
  }
}
@media (max-width: 960px) {
  main {
    padding-top: 83px;
  }
}

.layout-content {
  margin-top: 50px;
}
@media (max-width: 550px) {
  .layout-content {
    margin-top: 30px;
  }
}

.path-user .layout-content {
  margin-top: 0;
}

/*Containers*/
.main-container,
.mid-container,
.small-container,
.extra-small-container {
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 700px) {
  .main-container,
.mid-container,
.small-container,
.extra-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-container {
  max-width: 1425px;
}

.mid-container {
  max-width: 1290px;
}

.small-container {
  max-width: 1160px;
}
.small-container .main-content {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1240px) {
  .small-container .main-content {
    max-width: 730px;
  }
}
@media (max-width: 960px) {
  .small-container .main-content {
    max-width: 100%;
  }
}

.extra-small-container {
  max-width: 710px;
}

.main-flex {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -ms-flex-align: flex-start;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  gap: 50px;
}
@media (max-width: 960px) {
  .main-flex {
    flex-direction: column;
    gap: 30px;
  }
}

.sidebar-first-inner {
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1240px) {
  .sidebar-first-inner {
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .sidebar-first-inner {
    max-width: 100%;
    padding-bottom: 80px;
    position: relative;
  }
}
@media (max-width: 550px) {
  .sidebar-first-inner {
    padding-bottom: 80px;
  }
}

.es-mg-t--xs {
  margin-top: 10px;
}
.es-mg-t--s {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .es-mg-t--s {
    margin-top: 15px;
  }
}
.es-mg-t--m {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .es-mg-t--m {
    margin-top: 20px;
  }
}
.es-mg-t--l {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .es-mg-t--l {
    margin-top: 30px;
  }
}
.es-mg-t--xl {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .es-mg-t--xl {
    margin-top: 40px;
  }
}
.es-mg-t--2xl {
  margin-top: 80px;
}
@media (max-width: 550px) {
  .es-mg-t--2xl {
    margin-top: 50px;
  }
}
.es-mg-t--4xl {
  margin-top: 120px;
}
@media (max-width: 1240px) {
  .es-mg-t--4xl {
    margin-top: 80px;
  }
}
@media (max-width: 550px) {
  .es-mg-t--4xl {
    margin-top: 60px;
  }
}

.es-mg-b--xs {
  margin-bottom: 10px;
}
.es-mg-b--s {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .es-mg-b--s {
    margin-bottom: 15px;
  }
}
.es-mg-b--s:last-child {
  margin-bottom: 20px;
}
.es-mg-b--m {
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .es-mg-b--m {
    margin-bottom: 20px;
  }
}
.es-mg-b--l {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .es-mg-b--l {
    margin-bottom: 30px;
  }
}
.es-mg-b--l:last-child {
  margin-bottom: 40px;
}
.es-mg-b--xl {
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .es-mg-b--xl {
    margin-bottom: 40px;
  }
}
.es-mg-b--2xl {
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  .es-mg-b--2xl {
    margin-bottom: 50px;
  }
}

.es-mg-center {
  margin-left: auto;
  margin-right: auto;
}

.es-grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 16px;
}
.es-grid-col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.es-grid-full-span {
  grid-column: -1/1;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
}

input,
button {
  -webkit-appearance: none;
}

/*Use classes like the examples below to globally style your buttons, using the mixin too*/
.button--arrow {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
}
.button--arrow:hover {
  background: var(--white);
  color: var(--black);
}
.button--border-grey {
  display: inline-block;
  width: 240px;
  text-align: center;
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.5s;
  border: 1px solid grey;
}
.button--border-grey:hover {
  background: grey;
  color: var(--black);
}
.button--diam, .more-link {
  max-width: 285px;
  font-weight: var(--text-bold);
}
.button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
  display: inline-block;
  font-size: 1.1111111111rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 285px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a,
.button--diam > input,
.more-link > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--diam > a:hover, .more-link > a:hover, .button--diam > a:focus, .more-link > a:focus,
.button--diam > input:hover,
.more-link > input:hover,
.button--diam > input:focus,
.more-link > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--diam > a[disabled=disabled]:hover, .more-link > a[disabled=disabled]:hover, .button--diam > a[disabled=disabled]:focus, .more-link > a[disabled=disabled]:focus,
.button--diam > input[disabled=disabled]:hover,
.more-link > input[disabled=disabled]:hover,
.button--diam > input[disabled=disabled]:focus,
.more-link > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
@media (max-width: 550px) {
  .button--diam > a, .more-link > a, .button--diam > input, .more-link > input {
    min-height: 45px;
    height: 45px;
    min-width: 270px;
    width: 100%;
  }
}
.button--Sdiam {
  max-width: 150px;
  font-weight: var(--text-bold);
}
.button--Sdiam > a,
.button--Sdiam > input {
  display: inline-block;
  font-size: 0.7777777778rem;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  min-width: 150px;
  min-height: 60px;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to right, var(--blue) 50%, var(--lightblue) 50%) left;
  background-size: 1000%;
  color: var(--white) !important;
  border: none;
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .button--Sdiam > a,
.button--Sdiam > input {
    min-height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.button--Sdiam > a:hover, .button--Sdiam > a:focus,
.button--Sdiam > input:hover,
.button--Sdiam > input:focus {
  transition: background-size 0.1s ease;
  background: linear-gradient(to right, var(--blue), var(--lightblue)) left;
  background-size: 100%;
  color: var(--white) !important;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.button--Sdiam > a[disabled=disabled]:hover, .button--Sdiam > a[disabled=disabled]:focus,
.button--Sdiam > input[disabled=disabled]:hover,
.button--Sdiam > input[disabled=disabled]:focus {
  background: var(--blue);
  box-shadow: none;
}
.button--Sdiam a {
  line-height: 1.2;
  min-height: 40px;
}
.button--red-text input {
  background: none;
  border: none;
  border-radius: none;
  color: var(--red);
  font-weight: 700;
  cursor: pointer;
}
.button--red-text input:hover, .button--red-text input:focus {
  color: var(--red);
  text-decoration: underline;
}

.more {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  cursor: pointer;
  margin-top: 22px;
  gap: 10px;
}
.more::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  rotate: -45deg;
  margin-bottom: 5px;
  transition: rotate ease 0.5s;
}
.more.open::after {
  transition: rotate ease 0.5s;
  rotate: 135deg;
  margin-top: 5px;
  margin-bottom: 0px;
}
.more:hover {
  color: var(--lightblue);
}
.more:hover::after {
  border-left: 2px solid var(--lightblue);
  border-bottom: 2px solid var(--lightblue);
}

.more-link {
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
}
.more-link a {
  font-size: inherit;
}

.page-title {
  font-family: var(--condensed);
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .page-title {
    margin-bottom: 30px;
  }
}

.page-node-type-frontpage header {
  margin-bottom: 0 !important;
}
.page-node-type-frontpage .region-content {
  position: relative;
}
.page-node-type-frontpage main {
  padding: 0;
}
.page-node-type-frontpage main .layout-content {
  margin-top: 0;
}

.node--type-frontpage {
  position: relative;
}
.node--type-frontpage .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.node--type-frontpage .group--wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
.node--type-frontpage .group--wrapper .main-container {
  width: 100%;
}
.node--type-frontpage .hero--group {
  max-width: 550px;
  padding-bottom: 20px;
}
.node--type-frontpage .hero--group .field--name-field-title {
  margin-bottom: 40px;
}
@media (max-width: 1240px) {
  .node--type-frontpage .hero--group .field--name-field-title {
    margin-bottom: 30px;
  }
}
.node--type-frontpage .button--diam > a, .node--type-frontpage .more-link > a {
  font-size: inherit;
}

.bg-image {
  position: relative;
  height: 720px;
  z-index: -1;
}
@media (max-width: 700px) {
  .bg-image {
    height: 690px;
  }
}
@media (max-width: 550px) {
  .bg-image {
    height: 650px;
  }
}

.region-content-third {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 100px;
}
@media (max-width: 1240px) {
  .region-content-third {
    margin-bottom: 80px;
  }
}
@media (max-width: 700px) {
  .region-content-third {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}

.block-important_features,
.block-important_features-sidebar {
  border: 1px solid var(--linegrey);
}
.block-important_features .field--name-field-links a,
.block-important_features-sidebar .field--name-field-links a {
  display: block;
  position: relative;
  letter-spacing: -0.5px;
  color: var(--blue);
  padding-left: 12px;
}
.block-important_features .field--name-field-links a:hover,
.block-important_features-sidebar .field--name-field-links a:hover {
  color: var(--lightblue);
}
.block-important_features .field--name-field-links a::before,
.block-important_features-sidebar .field--name-field-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 20px;
  background-color: var(--orange);
}

.block-important_features {
  border-radius: 20px;
  margin: 100px 0;
  padding: 50px 30px;
}
@media (max-width: 1240px) {
  .block-important_features {
    margin: 80px 0;
    padding: 40px 30px;
  }
}
@media (max-width: 550px) {
  .block-important_features {
    margin: 60px 0;
    padding: 30px 20px;
  }
}
.block-important_features .field--name-field-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 20px;
}
@media (max-width: 1240px) {
  .block-important_features .field--name-field-links {
    gap: 40px 20px;
  }
}
@media (max-width: 960px) {
  .block-important_features .field--name-field-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .block-important_features .field--name-field-links {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
}
.block-important_features-sidebar {
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
@media (max-width: 960px) {
  .block-important_features-sidebar {
    margin-top: 0;
    min-width: 320px;
    padding: 30px 20px;
  }
}
@media (max-width: 700px) {
  .block-important_features-sidebar {
    max-width: 400px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .block-important_features-sidebar {
    max-width: 100%;
  }
}
.block-important_features-sidebar .field__item {
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  .block-important_features-sidebar .field__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .block-important_features-sidebar .field__item {
    margin-bottom: 20px;
  }
}
.block-important_features-sidebar .field__item:last-child {
  margin-bottom: 0;
}

.view-block_news_featured {
  width: 100%;
  margin: 20px 0 40px 0;
}
@media (max-width: 550px) {
  .view-block_news_featured {
    margin: 10px 0 20px 0;
  }
}
.view-block_news_featured .view-id-news .view-content {
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
  -ms-flex-align: stretch;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  background-color: rgba(239, 239, 239, 0.7);
  border: 1px solid var(--white);
  border-radius: 20px;
  padding: 40px 0px 30px 40px;
}
@media (max-width: 1240px) {
  .view-block_news_featured .view-id-news .view-content {
    padding: 30px 0px 30px 30px;
  }
}
@media (max-width: 550px) {
  .view-block_news_featured .view-id-news .view-content {
    padding: 20px 0px 20px 20px;
  }
}
.view-block_news_featured .view-id-news .views-row {
  border-right: 2px solid #c3ceda;
  padding: 0 30px;
}
@media (max-width: 550px) {
  .view-block_news_featured .view-id-news .views-row {
    padding: 0 20px;
  }
}
.view-block_news_featured .view-id-news .views-row:first-child {
  padding-left: 0;
}
.view-block_news_featured .view-id-news .views-row:last-child {
  border-right: none;
}
.view-block_news_featured .slick-dotted {
  display: flex;
  flex-direction: column;
}
.view-block_news_featured .slick-list {
  padding: 0 10% 0 0 !important;
}
.view-block_news_featured .slick-track {
  display: flex;
  display: -ms-flexbox;
  align-items: stretch;
  -ms-flex-align: stretch;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  height: 100%;
}
.view-block_news_featured .slick-slide {
  float: none;
  height: unset;
  width: 100%;
}
.view-block_news_featured .slick-dots {
  display: flex;
  gap: 20px;
  height: 10px;
  padding: 0;
  margin: 30px 40px 0 0;
  align-self: center;
}
@media (max-width: 1240px) {
  .view-block_news_featured .slick-dots {
    margin: 20px 30px 0 0;
  }
}
@media (max-width: 550px) {
  .view-block_news_featured .slick-dots {
    margin: 20px 20px 10px 0;
  }
}
.view-block_news_featured .slick-dots li {
  list-style: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
}
.view-block_news_featured .slick-dots li.slick-active .dot {
  background: var(--blue);
}
.view-block_news_featured .slick-dots .dot {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  background: var(--white);
  border-radius: 20px;
  color: transparent;
  border: none;
}

.view-block_news_teaser {
  margin-bottom: 100px;
}
@media (max-width: 1240px) {
  .view-block_news_teaser {
    margin-bottom: 80px;
  }
}
.view-block_news_teaser > h2 {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  color: var(--blue);
  margin-bottom: 35px;
}
.view-block_news_teaser > h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue) 15%, var(--lightblue-old) 85%);
  margin-left: 25px;
}
.view-block_news_teaser .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 960px) {
  .view-block_news_teaser .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 550px) {
  .view-block_news_teaser .view-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.view-block_news_teaser .views-row {
  border: 1px solid var(--linegrey);
  border-radius: 20px;
  padding: 20px;
}
.view-block_news_teaser .views-row:hover {
  box-shadow: 8px 8px 20px var(--main-box-shadow);
  border: 1px solid transparent;
}
.view-block_news_teaser .views-row:hover .field--name-node-title a {
  color: var(--lightblue);
}

.node--type-news.node--view-mode-teaser {
  height: 100%;
}
.node--type-news.node--view-mode-teaser .node__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.node--type-news.node--view-mode-teaser .field--name-node-post-date {
  color: var(--textgrey);
}
.node--type-news.node--view-mode-teaser .news_info--wrapper {
  position: relative;
  margin-bottom: 30px;
}
.node--type-news.node--view-mode-teaser .news_info--wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue) 15%, var(--lightblue-old) 85%);
  margin-left: 10px;
}
.node--type-news.node--view-mode-teaser .text--group {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.node--type-news.node--view-mode-teaser .field--name-field-image {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  flex-shrink: 0;
  height: 160px;
  margin-bottom: 30px;
}
.node--type-news.node--view-mode-teaser .field--name-node-title {
  word-break: break-word;
  margin-bottom: 60px;
}
.node--type-news.node--view-mode-teaser .field--name-node-title h2 {
  font-family: var(--condensed);
}
.node--type-news.node--view-mode-teaser .field--name-node-title a {
  color: var(--blue);
}
.node--type-news.node--view-mode-teaser .field--name-node-link {
  text-align: right;
}
.node--type-news.node--view-mode-teaser .field--name-node-link a {
  line-height: 1;
  color: var(--blue);
}
.node--type-news.node--view-mode-teaser .field--name-node-link a:hover {
  color: var(--lightblue);
}

.block-views-blockaggregator-rss-feed-block-1 {
  max-width: 670px;
  height: 515px;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 1240px) {
  .block-views-blockaggregator-rss-feed-block-1 {
    height: 450px;
  }
}
.block-views-blockaggregator-rss-feed-block-1 > h2 {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-justify-content: center;
  gap: 20px;
  color: white;
  background-color: var(--blue);
  padding: 25px 30px;
}
@media (max-width: 960px) {
  .block-views-blockaggregator-rss-feed-block-1 > h2 {
    padding: 20px;
  }
}
.block-views-blockaggregator-rss-feed-block-1 > h2:after {
  content: "";
  width: 1.4375em;
  height: 1.4375em;
  background-position: -112.10125em -32.9375em;
  filter: brightness(0) invert(1);
  font-size: 17px;
  width: 30px;
}
@media (max-width: 960px) {
  .block-views-blockaggregator-rss-feed-block-1 > h2:after {
    width: 38px;
  }
}
.block-views-blockaggregator-rss-feed-block-1 .view-content {
  list-style: none;
  background-color: var(--grey);
  height: 430px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  overflow-y: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 1240px) {
  .block-views-blockaggregator-rss-feed-block-1 .view-content {
    height: 350px;
  }
}
@media (max-width: 960px) {
  .block-views-blockaggregator-rss-feed-block-1 .view-content {
    padding: 15px 20px 20px 20px;
    height: 400px;
  }
}
.block-views-blockaggregator-rss-feed-block-1 .view-content::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.block-views-blockaggregator-rss-feed-block-1 .views-row {
  border-bottom: 1px solid var(--black);
  margin: 0;
  padding: 25px 0;
}
@media (max-width: 960px) {
  .block-views-blockaggregator-rss-feed-block-1 .views-row {
    padding: 15px 0;
  }
}
.block-views-blockaggregator-rss-feed-block-1 .views-row:first-child {
  padding-top: 0;
}
.block-views-blockaggregator-rss-feed-block-1 .views-row:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}
.block-views-blockaggregator-rss-feed-block-1 .views-row a {
  color: var(--blue);
}
.block-views-blockaggregator-rss-feed-block-1 .views-field-timestamp {
  margin-bottom: 10px;
}
.block-views-blockaggregator-rss-feed-block-1 .views-field-timestamp .field-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-views-blockaggregator-rss-feed-block-1 .field--time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-views-blockaggregator-rss-feed-block-1 .field--time:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--orange);
  border-radius: 50%;
}

.view-block_news_events .view-header > h2 {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  color: var(--blue);
  margin-bottom: 35px;
}
.view-block_news_events .view-header > h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--blue) 15%, var(--lightblue-old) 85%);
  margin-left: 25px;
}
.view-block_news_events .view-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 960px) {
  .view-block_news_events .view-content {
    grid-template-columns: 1fr;
  }
}
.view-block_news_events .views-row {
  display: inline-block;
  border: 1px solid var(--linegrey);
  border-radius: 20px;
  padding: 20px;
}
.view-block_news_events .views-row:hover {
  box-shadow: 8px 8px 20px var(--main-box-shadow);
  border: 1px solid transparent;
}
.view-block_news_events .views-row:hover .field--name-node-title a {
  color: var(--lightblue);
}
.view-block_news_events .more-link {
  margin: 25px auto 0 auto;
}
/*# sourceMappingURL=layout.front_page.css.map */