@import url(https://wfonts.weizmann.ac.il/css/Glyphicons+Halflings:400);
@import url(https://wfonts.weizmann.ac.il/css/Proxima+Nova:100,200,400,600,700);
@import url("https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&display=swap");
@import url(https://wfonts.weizmann.ac.il/css/fontAwesome:400);
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro:300,400,900);
@import url(https://wfonts.weizmann.ac.il/css/FontAwesomePro6:100,300,400,900);
@import url(https://wfonts.weizmann.ac.il/css/FontAwesomePro6-Brands:400);
@import url(https://wfonts.weizmann.ac.il/css/Font+Awesome+Pro+Brands:400);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&subset=hebrew");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
@font-face {
  font-family: "GveretLevin AlefAlefAlef-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../../font/GveretLevinAlefAlefAlef-Regular.otf") format("opentype");
}
@font-face {
  font-family: "biology_icons";
  src: url("../iconfont/webkit/biology-icons-webfont.eot");
  src: url("../iconfont/webkit/biology-icons-webfont.eot?#iefix") format("embedded-opentype"), url("../iconfont/webkit/biology-icons-webfont.woff2") format("woff2"), url("../iconfont/webkit/biology-icons-webfont.woff") format("woff"), url("../iconfont/webkit/biology-icons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*********************
BREAKPOINTS
*********************/
/******************************************/
/**************** Variables ***************/
/******************************************/
/******************************************/
/***********   End Variables    ***********/
/******************************************/
/******************************************/
/*************** animations ***************/
/******************************************/
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/******************************************/
/****************** mixin *****************/
/******************************************/
/* FONTS */
/******************************************/
/**************   End  mixin **************/
/******************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-8px);
  }
}
.arrow-link {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: visible;
  position: relative;
  display: block;
}
.arrow-link .text {
  padding-right: 30px;
}
.arrow-link .arrow,
.arrow-link .line {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 20px;
  top: 5px;
}
.arrow-link .line {
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  right: 3px;
  top: 13px;
}

a.arrow-link:hover .arrow,
a.arrow-link:hover .line,
a:hover .arrow-link .arrow,
a:hover .arrow-link .line {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
a.arrow-link:hover .arrow-animated,
a:hover .arrow-link .arrow-animated {
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
a.arrow-link:hover .arrow-fixed,
a:hover .arrow-link .arrow-fixed {
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.arrow-link-left {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: visible;
  position: relative;
  display: block;
}
.arrow-link-left .text {
  padding-left: 30px;
}
.arrow-link-left .arrow,
.arrow-link-left .line {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  position: absolute;
  left: 0;
  font-size: 18px;
}
.arrow-link-left .line {
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 3px;
  top: 12px;
}

a.arrow-link-left:hover .arrow,
a.arrow-link-left:hover .line,
a:hover .arrow-link-left .arrow,
a:hover .arrow-link-left .line {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
a.arrow-link-left:hover .arrow-animated,
a:hover .arrow-link-left .arrow-animated {
  animation: arrow-anim-left 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
a.arrow-link-left:hover .arrow-fixed,
a:hover .arrow-link-left .arrow-fixed {
  animation: arrow-fixed-anim-left 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-anim-left {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(0.1rem);
  }
  100% {
    transform: translateX(-1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim-left {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scroll-down-anim {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-down-anim {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.container-anim {
  perspective: 25px;
}

.inner-anim {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

/* Wobble Bottom */
@keyframes wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body {
  /* for FF popup */
  -moz-transform: unset !important;
  moztransform: unset !important;
  /* for FF popup */
}
body.not-scrolling {
  overflow: hidden;
}

html,
body,
.dialog-off-canvas-main-canvas {
  height: 100%;
}

.path-media.media-loaded {
  height: auto;
}

html {
  font-size: 1rem;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.18px;
  color: #4d4d4d;
  font-size: 1.125rem;
  /*@media (max-width: 1240px){
  	font-size: calc(16px + 2 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  body {
    font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  }
}
body {
  line-height: calc(24 / 18 * 100%);
  font-weight: 300;
}

#page {
  min-height: 100%;
  margin-bottom: -77px;
  overflow: hidden;
  position: relative;
}
#page:after {
  content: "";
  display: block;
  height: 77px;
}
@media (max-width: 767px) {
  #page {
    margin-bottom: -64px;
  }
  #page:after {
    height: 64px;
  }
}

nav {
  background: transparent;
  color: initial;
}

strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  .large-container {
    width: 100%;
    max-width: 1760;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.awes-icon::before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
}
.awes-icon.email:before {
  content: "@";
}
.awes-icon.phone:before {
  content: "\f095";
}
.awes-icon.website:before {
  content: "\f0ac";
}
.awes-icon.homepage:before {
  content: "\e487";
}
.awes-icon.speaker:before {
  content: "\f130";
}
.awes-icon.hour:before {
  content: "\f017";
  font-size: 14px;
}
.awes-icon.zoom:before {
  content: "\f03d";
  font-size: 14px;
}
.awes-icon.contact:before {
  content: "\f007";
  font-size: 14px;
}
.awes-icon.add-to-calendar:before {
  content: "\f073";
}
.awes-icon.add-to-calendar:after {
  display: none;
}
.awes-icon.share:before {
  content: "\f1e0";
}
.awes-icon.facebook:before {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f39e";
}
.awes-icon.linkedin:before {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f08c";
}
.awes-icon.twitter:before {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f099";
}
.awes-icon.instagram:before {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f16d";
}
.awes-icon.youtube:before {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f167";
}
.awes-icon.gallery:before {
  content: "\f03e";
}
.awes-icon.waze:after {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f83f";
  margin-left: 5px;
}
.awes-icon.map:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f3c5";
}
.awes-icon.fax:before {
  content: "\f1ac";
}
.awes-icon.long-arrow-right:before {
  content: "\f178" !important;
}

a.add-to-calendar {
  font-size: 0.875rem;
  color: #000;
  line-height: calc(40 / 14 * 100%);
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-top: 0;
}
a.add-to-calendar:before {
  font-size: 23px;
  font-size: 1.4375rem;
  /*@media (max-width: 1240px){
  	font-size: calc(18px + 5 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  a.add-to-calendar:before {
    font-size: calc(18px + 5 * (100vw - 375px) / 1545);
  }
}
a.add-to-calendar:before {
  background: url(../../images/add-to-calendar.png);
  content: " " !important;
  width: 39px;
  height: 39px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.path-frontpage .breadcrumb {
  display: none;
}
.path-frontpage .first-shape,
.path-frontpage .star-shape,
.path-frontpage .last-shape {
  display: none;
}

#page .breadcrumb {
  font: normal normal 300 14px/20px Heebo;
  letter-spacing: 0.14px;
  padding: 25px 0;
}
@media (max-width: 1200px) {
  #page .breadcrumb {
    display: none;
  }
}
#page .breadcrumb:before {
  display: none;
}
#page .breadcrumb .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  padding-inline-end: 30px;
}
#page .breadcrumb a {
  text-decoration: none;
}
#page .breadcrumb a:hover, #page .breadcrumb a:focus {
  text-decoration: underline;
}
#page .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}
#page .breadcrumb li {
  display: block;
}
#page .breadcrumb li:before {
  font-size: 10px;
  margin: 0 7px;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f054" !important;
  color: #00b4ff;
}
#page .breadcrumb li:first-child:before {
  display: none;
}

.path-frontpage .page-title-wrap,
.path-frontpage h1.page-title {
  display: none !important;
}

h1,
h1.page-title {
  font-size: 50px;
  line-height: calc(48 / 30 * 100%);
  color: #fff;
  font-weight: 600;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  margin: 50px auto 0;
  letter-spacing: 0.3px;
}
h1:after,
h1.page-title:after {
  content: " ";
  width: 100px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 auto 0;
}

header h1.page-title {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

h1.front {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0 0;
}

.font-30,
h2.original {
  text-align: left;
  color: #000;
  font-size: 1.875rem;
  /*@media (max-width: 1240px){
  	font-size: calc(25px + 5 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  .font-30,
  h2.original {
    font-size: calc(25px + 5 * (100vw - 375px) / 1545);
  }
}
.font-30,
h2.original {
  line-height: calc(48 / 30 * 100%);
  margin: 0;
  margin-bottom: 0.8333333333em;
  font-weight: 200;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  width: 100%;
  letter-spacing: 0.3px;
}
.font-30:after,
h2.original:after {
  content: " ";
  width: 130px;
  height: 1px;
  background: #00b4ff;
  display: block;
  margin: 5px 0 0;
}
.font-30.font-center,
h2.original.font-center {
  align-items: center;
  color: #fff;
}

.font-22 {
  color: #000;
  font-size: 1.375rem;
  /*@media (max-width: 1240px){
  	font-size: calc(18px + 4 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  .font-22 {
    font-size: calc(18px + 4 * (100vw - 375px) / 1545);
  }
}
.font-22 {
  line-height: calc(28 / 22 * 100%);
  margin: 0;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.22px;
}

.font-28 {
  color: #000;
  font-size: 1.75rem;
  /*@media (max-width: 1240px){
  	font-size: calc(22px + 6 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  .font-28 {
    font-size: calc(22px + 6 * (100vw - 375px) / 1545);
  }
}
.font-28 {
  line-height: calc(36 / 28 * 100%);
  margin: 0;
  font-weight: 600;
  padding: 0;
  letter-spacing: 0.7px;
}

.font-26 {
  color: #000;
  font-size: 1.625rem;
  /*@media (max-width: 1240px){
  	font-size: calc(21px + 5 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  .font-26 {
    font-size: calc(21px + 5 * (100vw - 375px) / 1545);
  }
}
.font-26 {
  line-height: calc(28 / 26 * 100%);
  margin: 0;
  font-weight: bold;
  padding: 0;
  letter-spacing: 0.26px;
}

.font-24 {
  color: #000;
  font-size: 1.5rem;
  /*@media (max-width: 1240px){
  	font-size: calc(20px + 4 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  .font-24 {
    font-size: calc(20px + 4 * (100vw - 375px) / 1545);
  }
}
.font-24 {
  line-height: calc(32 / 24 * 100%);
  margin: 0;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.6px;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.5em;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:not(.gallery-item):not(.event-link):not(.media-link-wrap):not(.galleries-page-link):hover, a:not(.gallery-item):not(.event-link):not(.media-link-wrap):not(.galleries-page-link):focus {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.8);
}
a.gallery-item:hover, a.gallery-item:focus {
  transform: scale(1.02);
  display: block;
  transition: all 0.3s;
}

ul:not([class]) {
  list-style: none;
  list-style-type: none !important;
  padding: 0;
}
ul:not([class]) li:marker {
  display: none !important;
}
ul:not([class]) li:not(.item)::marker {
  content: none;
}
@media (max-width: 767px) {
  ul:not([class]) li {
    padding-left: 20px;
  }
  ul:not([class]) li:before {
    left: 0;
  }
}

.btn-icon, .icons-line .add-to-calendar, .icons-line .share {
  display: block;
  width: 35px;
  height: 33px;
  border: none;
  color: #000;
  padding: 0;
  background: transparent;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.btn-icon:before, .icons-line .add-to-calendar:before, .icons-line .share:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  font-size: 15px;
  font-weight: bold;
  margin: auto;
  display: block;
}
.btn-icon:hover, .icons-line .add-to-calendar:hover, .icons-line .share:hover, .btn-icon:focus, .icons-line .add-to-calendar:focus, .icons-line .share:focus {
  color: #00b4ff;
  outline: none;
}
.btn-icon.add-info:before, .icons-line .add-info.add-to-calendar:before, .icons-line .add-info.share:before {
  content: "\f30f";
}
.btn-icon.add-to-calendar:before, .icons-line .add-to-calendar:before {
  content: "\f073";
  font-weight: 300;
}
.btn-icon.share:before, .icons-line .share:before {
  content: "\f1e0";
}
.btn-icon.link:before, .icons-line .link.add-to-calendar:before, .icons-line .link.share:before {
  content: "\f0c1";
}
.btn-icon.show-text:before, .icons-line .show-text.add-to-calendar:before, .icons-line .show-text.share:before {
  content: "\f067";
}
.btn-icon.show-text.active:before, .icons-line .show-text.active.add-to-calendar:before, .icons-line .show-text.active.share:before {
  content: "\f068";
}
.btn-icon.download:before, .icons-line .download.add-to-calendar:before, .icons-line .download.share:before {
  content: "\f019";
}

#block-views-block-events-block-2 .container > a,
#block-eventsblock .container > a,
.views-display-link {
  width: max-content;
  text-align: center;
  color: #000000;
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0px auto 23px auto;
}
#block-views-block-events-block-2 .container > a:hover,
#block-eventsblock .container > a:hover,
.views-display-link:hover {
  text-decoration: none !important;
}
#block-views-block-events-block-2 .container > a:hover::after,
#block-eventsblock .container > a:hover::after,
.views-display-link:hover::after {
  transition: all 0.3s;
  margin-inline-start: 10px;
}
#block-views-block-events-block-2 .container > a:after,
#block-eventsblock .container > a:after,
.views-display-link:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f105";
  font-size: 16px;
  margin-left: 5px;
  color: #00b4ff;
  transition: all 0.3s;
}

.btn-style {
  border: 1px solid #00b4ff;
  border-radius: 23px;
  font-size: 1.125rem;
  line-height: calc(45 / 18 * 100%);
  padding: 0 48px 0 23px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  text-align: center;
  color: #000;
  display: flex;
  text-decoration: none;
}
.btn-style:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f105";
  display: block;
  position: absolute;
  right: 24px;
  color: #00b4ff;
}
.btn-style:after {
  content: " ";
  /*display: block;
  width: 0;
  transition: all .2s ease-in;
  opacity: 0;
  float: right;
  height: 2px;
  background: $icon_color;
  margin: 17px -15px 0 15px;*/
}
.btn-style:hover, .btn-style:focus {
  text-decoration: none;
  /*&:after{
  	opacity: 1;
  	transition: all .5s ease-in;
  	width: 22px;
  	display: block;
  }*/
}

.read-more-btn {
  width: 160px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #00b4ff;
  border-radius: 24px;
  padding: 0 35px 0 20px;
  font-size: 20px;
  color: #00b4ff;
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
}
.read-more-btn:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f054";
  position: absolute;
  right: 15px;
}
.read-more-btn:hover, .read-more-btn:focus {
  background: #00b4ff;
  color: #fff;
  text-decoration: none;
}

.read-more-icon-btn {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  line-height: calc(24 / 16 * 100%);
  color: #000;
  position: relative;
  display: block;
  margin: 15px auto;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.read-more-icon-btn:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f107";
  display: block;
  color: #00b4ff;
  line-height: 10px;
}
.read-more-icon-btn:hover, .read-more-icon-btn:focus {
  text-decoration: none;
  background: transparent;
}
.read-more-icon-btn:hover:after, .read-more-icon-btn:focus:after {
  -webkit-animation: hvr-icon-hang 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: hvr-icon-hang 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.link-icon-style {
  color: #000;
  text-decoration: none;
  display: flex;
  background: transparent;
  border: none;
  padding-right: 18px;
  position: relative;
  align-items: center;
  line-height: 30px;
}
.link-icon-style:before {
  display: block;
  position: absolute;
  right: 0;
  content: " ";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: auto;
  border-right: solid 2px #00b4ff;
  border-top: solid 2px #00b4ff;
}
.link-icon-style:after {
  content: " ";
  display: block;
  width: 0;
  transition: all 0.2s ease-in;
  opacity: 0;
  height: 2px;
  background: #00b4ff;
  margin: auto -18px auto 15px;
}
.link-icon-style:hover, .link-icon-style:focus {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  background: transparent;
}
.link-icon-style:hover:after, .link-icon-style:focus:after {
  opacity: 1;
  transition: all 0.5s ease-in;
  width: 22px;
  display: block;
}

.next-link,
.back-link {
  display: inline-block;
  margin: auto;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.07px;
  font-size: 14px;
  padding-right: 33px;
  text-decoration: none;
  position: relative;
}
.next-link:after,
.back-link:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f061";
  right: 0;
  font-size: 25px;
  display: block;
  position: absolute;
  top: 0;
  color: #00b4ff;
}

.back-link {
  padding-right: 0;
  padding-left: 45px;
}
.back-link:after {
  content: "\f060";
  right: inherit;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#wis-a11y-toolbar {
  /*width: 100px;
  display: none;*/
  top: 230px;
}
#wis-a11y-toolbar .wis-a11y-toolbar-toggle a,
#wis-a11y-toolbar .wis-a11y-toolbar-overlay .wis-a11y-toolbar-inner .wis-a11y-toolbar-title {
  background: #162547;
}
@media (max-width: 767px) {
  #wis-a11y-toolbar {
    display: none;
  }
}

.phone,
.mail,
.email,
.homepage,
.time,
.lecturer,
.zoom,
.link,
.fax,
.website,
.item.person .department,
.item.person .long-arrow-right,
.speaker,
.direction,
.map {
  display: flex;
  padding-left: 30px;
  position: relative;
  letter-spacing: 0.16px;
  font-size: 1rem;
  line-height: calc(24 / 16 * 100%);
  font-weight: 300;
}
.phone:before,
.mail:before,
.email:before,
.homepage:before,
.time:before,
.lecturer:before,
.zoom:before,
.link:before,
.fax:before,
.website:before,
.item.person .department:before,
.item.person .long-arrow-right:before,
.speaker:before,
.direction:before,
.map:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f095";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.mail:before,
.email:before {
  content: "\f0e0";
  content: "@";
}

.homepage:before {
  content: "\f015";
}

.website:before {
  content: "\f0ac";
}

.time:before {
  content: "\f017";
}

.lecturer:before {
  content: "\f130";
}

.zoom:before {
  content: "\f03d";
}

.link:before {
  content: "\f0c1";
}

.fax:before {
  content: "\f1ac";
}

.item.person .department:before,
.long-arrow-right:before {
  content: "\f178";
}

.direction:before {
  content: "\f602";
}

.map:before {
  content: "\f59f";
}

footer {
  background: #00b4ff;
  position: relative;
  height: 77px;
  color: #fff;
  font-size: 1rem;
  line-height: calc(26 / 16 * 100%);
  font-weight: 300;
  overflow: hidden;
}
footer .container,
footer .container-wrap {
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}
footer .region.region-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer #block-footer {
  display: flex;
}
footer p {
  margin-bottom: 0;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover, footer a:focus {
  text-decoration: underline;
}
footer .site-title-line {
  margin-top: 3px;
  margin-left: 20px;
}
footer .block-block-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  order: 1;
}
footer .weizmann-logo img {
  display: block;
  width: 220px;
}
footer .footer-right-container {
  display: flex;
}
footer .field--name-body {
  display: flex;
  column-gap: 3.125rem;
  /*@media (max-width: 1240px){
  	column-gap: calc(20px + 30 * ((100vw - 375px) / 865));
  }*/
}
@media (max-width: 1920px) {
  footer .field--name-body {
    column-gap: calc(20px + 30 * (100vw - 375px) / 1545);
  }
}
footer .social-media-wrapper {
  display: flex;
  column-gap: 15px;
}
footer .facebook,
footer .youtube {
  font-size: 57px;
}
footer .facebook:before,
footer .youtube:before {
  content: "\f082";
}
footer .youtube:before {
  content: "\f431";
}
@media (max-width: 1000px) {
  footer .block-block-content {
    padding: 15px;
  }
  footer .weizmann-logo img {
    width: 190px;
  }
}

/******** ICONS ******/
.facebook:before {
  content: "\f09a";
}

.twitter:before {
  content: "\f099";
}

.tiktok:before {
  content: "\e07b";
}

.test {
  color: white;
}

.sitemap {
  padding-top: 25px;
}

.search-results {
  margin-top: 50px;
}
.search-results li {
  margin-bottom: 25px;
}
.search-results h3 {
  font-size: 21px;
  line-height: 24px;
  color: #030000;
  font-weight: 600;
  margin: 0 0 5px;
}
.search-results h3 a {
  color: #030000;
}

.dropdown-cats-list {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 9;
  width: 300px;
  top: 10px;
  font-size: 1.125rem;
  font-weight: 400;
}
.dropdown-cats-list.active {
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-cats-list .dropbtn {
  display: block;
  line-height: 40px;
  border: none;
  cursor: pointer;
  padding: 0 50px 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.dropdown-cats-list .dropbtn button,
.dropdown-cats-list .dropbtn span {
  font-weight: 300;
  border: none;
  background: transparent;
  margin-left: 10px;
  padding: 0;
}
.dropdown-cats-list .dropbtn:focus {
  outline: 0;
}
.dropdown-cats-list .dropbtn:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f073";
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  color: #00b4ff;
}
.dropdown-cats-list .cats {
  padding: 10px 0;
  margin: 0;
  display: none;
  opacity: 1;
  border: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #383d47;
}
.dropdown-cats-list .cats:before {
  display: none;
}
.dropdown-cats-list .cats a,
.dropdown-cats-list .cats label {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: left;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: transparent;
  width: 100%;
  border: none;
  width: 100%;
  margin: 0;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 1.125rem;
  cursor: pointer;
}
.dropdown-cats-list .cats a.active,
.dropdown-cats-list .cats label.active {
  display: none;
}
.dropdown-cats-list .cats a.selected,
.dropdown-cats-list .cats label.selected {
  border: none;
  color: #383d47;
}
.dropdown-cats-list .cats a.selected:after,
.dropdown-cats-list .cats label.selected:after {
  display: none;
}
.dropdown-cats-list .cats input:checked + label {
  background: rgba(255, 148, 70, 0.3);
}

#wis-a11y-toolbar {
  top: 20px;
  color: #0c2f5d;
}
#wis-a11y-toolbar.wis-a11y-toolbar-left {
  top: 20px;
}
#wis-a11y-toolbar .wis-a11y-toolbar-toggle a,
#wis-a11y-toolbar .wis-a11y-toolbar-overlay .wis-a11y-toolbar-inner .wis-a11y-toolbar-title {
  background-color: #0c2f5d;
}

a.language-link {
  margin: 0 30px;
  color: #fff;
}

.edit-link {
  display: block;
  text-decoration: underline;
  padding-bottom: 10px;
}

.node__content p > img {
  padding-right: 20px;
}

form#user-login-form {
  max-width: 500px;
  margin: -10px auto 20px auto;
  padding: 10px 30px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3215686275);
}
form#user-login-form #edit-actions {
  display: flex;
  justify-content: flex-end;
}
form#user-login-form .button {
  background: #00b4ff;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  gap: 6px;
}
form#user-login-form .button:after {
  font-family: "Font Awesome Pro", sans-serif;
  font-weight: 300;
  /*@replace: '\f104' */
  content: "\f105";
  transition: all 0.3s;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
form#user-login-form .button:hover:after, form#user-login-form .button:focus:after {
  margin-left: 15px;
}
form#user-login-form label {
  font-size: 13px;
  color: #000;
  top: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  position: relative;
}
form#user-login-form input {
  border-bottom: 1px solid #000;
}
form#user-login-form input:visited {
  background-color: transparent;
}
form#user-login-form input:focus {
  border-bottom: 2px solid #000;
  box-shadow: 0 1px 0 0 transparent;
}
form#user-login-form .description {
  color: black;
  box-shadow: none;
  text-shadow: none;
}

.sitemap .sitemap-item .menu > li {
  padding-top: 8px;
}
.sitemap .sitemap-item .menu > li.menu-item {
  list-style-type: disc;
}
.sitemap .sitemap-item .menu > li.menu-item--expanded > a {
  font-weight: 600;
}

.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-out {
  box-shadow: 0 -2px 3px rgba(95, 95, 95, 0.4196078431);
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 15px;
  display: flex !important;
}

#sliding-popup .popup-content {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: 100%;
}
[dir=rtl] #sliding-popup .popup-content {
  text-align: right;
}

.eu-cookie-compliance-banner .popup-content #popup-text h2 {
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
  text-align: inherit;
  font-weight: bold;
  line-height: 1.4;
  text-transform: uppercase;
}

.eu-cookie-compliance-banner .popup-content #popup-text p {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.4;
  margin: 0 0 5px 0;
  display: inline;
}

#sliding-popup .eu-cookie-compliance-more-button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
  font-size: 16px !important;
  text-align: inherit;
  -webkit-appearance: button;
  font-family: "Heebo", sans-serif;
}

div#popup-buttons {
  width: 100%;
  text-align: end;
  margin: 1.2em 0 1em 0 !important;
}

.eu-cookie-compliance-banner .popup-content #popup-buttons .agree-button {
  background: #fff;
  color: #000;
  font-size: 17px;
  border-radius: 0;
  padding: 7px 15px;
  line-height: 1em;
  margin-top: 0 !important;
  font-family: "Heebo", sans-serif;
}

#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .eu-cookie-compliance-hide-button,
#sliding-popup .eu-cookie-compliance-more-button-thank-you,
#sliding-popup .eu-cookie-withdraw-button,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff;
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  color: #000;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  font-family: "Heebo", sans-serif;
}

#sliding-popup .eu-cookie-compliance-secondary-button {
  cursor: pointer;
  border: none;
  background: none;
  margin-top: 0 !important;
  padding: 0 8px;
  vertical-align: middle;
  box-shadow: none !important;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
}

details {
  max-width: 350px;
  margin-right: 37px;
}
details em {
  font-style: normal;
  font-size: 16px;
}

.webform-confirmation {
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
  margin: 0 auto;
  text-align: center;
}
.contact.path-webform .webform-confirmation {
  margin: 50px auto;
  text-align: start;
}
.webform-confirmation .check-circle-logo img {
  width: 120px;
  margin-bottom: 30px;
}
.webform-confirmation .webform-confirmation__back {
  font-size: 20px;
  font-weight: 400;
}
.webform-confirmation .webform-confirmation__back a:hover {
  text-decoration: underline;
}
.webform-confirmation .webform-confirmation__back:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  /*@replace: '\f104' */
  content: "\f105";
  margin: 0 5px;
  color: #00b4ff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  font-weight: 500;
}

ul.menu a.is-active {
  text-decoration: none !important;
}

footer {
  height: 77px;
  background: #00b4ff;
  display: flex;
  width: 100%;
  padding: 0 50px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 1000px) {
  footer {
    padding: 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
footer .text-formatted,
footer .inner-wrapper {
  padding-bottom: 0px;
}
footer .text-formatted p,
footer .inner-wrapper p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
footer .text-formatted p a,
footer .inner-wrapper p a {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  color: #00b4ff;
  text-decoration: none;
}
footer #block-footer.contextual-region {
  position: unset;
}
footer a.button-facebook {
  color: #fff !important;
  border: 1px solid;
  border-radius: 30px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer a.button-facebook::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  font-weight: 400;
  content: "\f105";
  font-size: 16px;
  transition: all 0.3s;
}
footer a.button-facebook:focus, footer a.button-facebook:hover {
  text-decoration: none !important;
}
footer a.button-facebook:focus::after, footer a.button-facebook:hover::after {
  transition: all 0.3s;
  margin-inline-start: 5px;
}

#block-sociallinksblock {
  position: absolute;
  left: 13px;
  top: 500px;
  z-index: 1;
}

#wis-a11y-toolbar.wis-a11y-toolbar-left .wis-a11y-toolbar-toggle {
  /*@noflip*/
  right: 0;
  left: auto;
  top: 35px;
  position: fixed;
}

#wis-a11y-toolbar svg {
  fill: #fff;
}

#wis-a11y-toolbar .wis-a11y-toolbar-toggle a {
  color: #000;
}

#wis-a11y-toolbar .wis-a11y-toolbar-toggle a,
#wis-a11y-toolbar .wis-a11y-toolbar-overlay .wis-a11y-toolbar-inner .wis-a11y-toolbar-title {
  background-color: transparent;
  box-shadow: none;
}

#colorbox {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.38);
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.1607843137);
  max-width: 700px !important;
  border-radius: 28px;
  padding: 37px 60px;
  height: auto;
  min-height: 300px;
  left: 50% !important;
  transform: translateX(-50%);
  padding-bottom: 50px;
}
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight {
  height: auto !important;
  padding-bottom: 25px !important;
}
#colorbox #cboxWrapper {
  padding: 37px 60px;
  max-width: inherit !important;
  height: 100% !important;
  overflow-y: auto;
}
#colorbox #cboxWrapper:after {
  content: "";
  display: block;
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
  left: 0;
  background: transparent linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.8509803922) 34%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
}
#colorbox #cboxTopLeft,
#colorbox #cboxTopCenter,
#colorbox #cboxTopRight {
  height: 0;
}
#colorbox #cboxMiddleLeft {
  width: 15px;
  height: 0 !important;
}
#colorbox #cboxContent {
  width: 100% !important;
  height: auto !important;
  overflow: visible;
}
#colorbox .dept {
  padding-bottom: 11px;
}
#colorbox #cboxLoadedContent {
  margin-bottom: 55px;
  width: inherit !important;
  height: auto !important;
}
#colorbox #cboxCurrent,
#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxSlideshow {
  display: none !important;
}
#colorbox .full-memoriam-wrapper {
  position: relative;
  width: 99%;
  height: 100%;
}
#colorbox .person-image-wrapper {
  position: absolute;
  right: 0px;
  top: 2px;
  height: 102px;
  width: 102px;
  float: right;
  margin: 0 0 20px 20px;
}
#colorbox .person-info-wrapper {
  font-size: 16px;
  float: left;
  margin: 0 120px 0px 0px;
}
#colorbox .person-info-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
}
#colorbox .person-info-wrapper label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
#colorbox .person-info-wrapper .field__item {
  display: inline-block;
  vertical-align: middle;
}
#colorbox .person-info-wrapper > div {
  margin-bottom: 5px;
}
#colorbox .news-content {
  gap: 30px;
}
#colorbox .news-content .left {
  flex: 0 0 30%;
}
#colorbox .news-content .left .field--type-image {
  height: 283px;
}
#colorbox .news-content .right {
  flex: 0 0 60%;
}
#colorbox .news-content h2.news-title {
  font-size: 23px;
  font-family: "Heebo", sans-serif;
  color: #29435d;
}
#colorbox .news-content h2.news-title::after {
  display: none;
}
#colorbox .news-content .content {
  font-size: 18px;
}

i.fa.fa-arrow-right {
  font-size: 20px;
  font-weight: 300;
  color: #00b4ff;
}
a:hover i.fa.fa-arrow-right {
  margin-inline-end: 10px;
  transition: all 0.3s;
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.path-galleries .wrap {
  padding: 0 11px;
}

.mb-15 {
  margin-bottom: 15px;
}

.has-sidebar .filter-wrapper .select2-container {
  width: 66% !important;
  flex: 0 0 auto;
}
.has-sidebar .select2-container--open .select2-dropdown--below {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  overflow: auto;
  padding-bottom: 30px;
  top: 0;
  left: auto;
  width: 245px !important;
  padding-top: 0;
  z-index: 999;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 28px;
  overflow: hidden;
  padding-bottom: 30px;
  top: -50px;
  padding-top: 50px;
  z-index: 0;
}
.page--mentoring .select2-container--open .select2-dropdown--below {
  left: 0px;
}
@media (max-width: 1200px) {
  .path-media .select2-container--open .select2-dropdown--below {
    width: 175px !important;
  }
}
.path-womens-postdoc-career-development-award-in-science .select2-container--open .select2-dropdown--below {
  left: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  padding: 3px 20px;
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1607843137);
}
.select2-results__option[aria-selected]:first-child {
  padding-top: 10px;
}
.select2-results__option[aria-selected=true] {
  background: transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: black;
  font-weight: 500;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 10px 12px;
  height: 45px;
}
@media (max-width: 1200px) {
  .select2-container--default .select2-selection--single {
    padding: 10px 0;
  }
}
@media (max-width: 1200px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
  }
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 7px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00b4ff transparent;
  border-width: 6px 6px 0 6px;
  margin-left: -10px;
  transition: all 0.3s;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #00b4ff transparent;
  transition: all 0.3s;
  border-width: 0 6px 6px 6px;
}

.all-link {
  max-width: 170px;
  height: 40px;
  border: 2px solid var(--unnamed-color-00b4ff);
  border: 2px solid #00b4ff;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00b4ff;
  font-size: 17px;
  font-weight: 500;
}
.all-link span::after {
  font-size: 13px;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f054" !important;
  font-weight: 600;
}
.all-link:hover {
  background-color: #00b4ff;
  color: #fff !important;
  transition: all 0.3s;
  text-decoration: none !important;
}

.contextual-region .fixed-action-btn ul {
  left: -100px;
}
.contextual-region .tabs .tab {
  display: contents;
}

[dir=rtl] {
  text-align: right;
}
[dir=rtl] h2::after {
  margin: 12px auto 46px 0;
}

.liContainer {
  position: relative;
}
.liContainer .contextual {
  top: 0 !important;
}

article.node--type-mentoring {
  padding: 30px;
}

.dialog-off-canvas-main-canvas {
  max-width: 1920px;
  margin: auto;
}

header {
  position: relative;
  z-index: 3;
}
header .layer1 {
  width: 100%;
  z-index: 1;
  position: relative;
}
header .layer2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .layer3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .shape {
  position: absolute;
  top: 130px;
  right: 10%;
  z-index: 0;
}
header .three-shapes {
  position: absolute;
}
header .star {
  position: absolute;
}
header .weizmann-logo {
  margin: 25px 30px;
}
header .weizmann-logo img {
  width: 300px;
  display: block;
}

.first-layer {
  max-width: 1920px;
  display: flex;
  gap: 77px;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 10px;
}
@media (max-width: 1600px) {
  .first-layer {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .first-layer {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .first-layer .article-wrapper {
    padding: 0 30px;
    margin: 0;
    max-width: 100%;
  }
}
.first-layer:after {
  display: none;
}
.first-layer > .slider-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .first-layer > .slider-wrapper {
    width: 120%;
    margin: 0 auto;
  }
}

.article-wrapper {
  margin-top: 60px;
}
.article-wrapper h2 {
  max-width: 95%;
  font-weight: 200;
}
.article-wrapper .field--type-text-with-summary {
  border-bottom: 1px solid rgba(189, 189, 189, 0.3882352941);
  color: #4d4d4d;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.field--name-field-people-reference.field--type-entity-reference-revisions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.path-frontpage .field--name-field-people-reference.field--type-entity-reference-revisions {
  gap: 50px;
}
@media (max-width: 1200px) {
  .path-frontpage .field--name-field-people-reference.field--type-entity-reference-revisions {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .path-frontpage .field--name-field-people-reference.field--type-entity-reference-revisions {
    align-items: center;
    flex-direction: column;
  }
}
.field--name-field-people-reference.field--type-entity-reference-revisions .field__item {
  text-align: center;
}

.paragraph--type--person-details-hr {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.page-node-type-mentoring .paragraph--type--person-details-hr {
  align-items: flex-start;
}
.page-node-type-mentoring .paragraph--type--person-details-hr .contact-info-card {
  margin-bottom: 15px;
}

.person-image-wrapper,
.paragraph--type--person-details-hr .image-wrapper,
.event-info-wrapper .image-wrapper {
  border-radius: 50%;
  height: 112px;
  width: 112px;
  overflow: hidden;
  outline: 1px solid #00b4ff;
  border: 8px solid #fff;
  margin-bottom: 10px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.person-image-wrapper .field--name-field-profile,
.paragraph--type--person-details-hr .image-wrapper .field--name-field-profile,
.event-info-wrapper .image-wrapper .field--name-field-profile {
  height: inherit;
  width: inherit;
}
.person-image-wrapper img,
.paragraph--type--person-details-hr .image-wrapper img,
.event-info-wrapper .image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.info-wrapper h3.person-name,
.info-wrapper h3.person-name * {
  font-weight: 500;
  font-size: 20px;
}
.info-wrapper .field__item {
  font-size: 16px;
}

.slide.slick-slide {
  position: relative;
  padding: 15px;
}
@media (max-width: 1200px) {
  .slide.slick-slide .slick-list {
    overflow: visible !important;
  }
}
.slide.slick-slide::before {
  content: "";
  background-image: url(../../images/Ellipse-front.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: calc(100% - 30px);
  width: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.slide.slick-slide .slide-inner::before {
  content: "";
  background-image: url(../../images/Shape3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 352px;
  width: 410px;
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .slide.slick-slide .slide-inner::before {
    height: 350px;
    width: 330px;
    position: absolute;
    top: 30px;
    right: 60px;
    z-index: -1;
  }
}
.slide.slick-slide .slide-inner::after {
  content: "";
  background-image: url(../../images/Shape4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 234px;
  width: 386px;
  position: absolute;
  bottom: 60px;
  left: 15px;
  z-index: -1;
}

.slide-description {
  display: none;
  padding: 80px 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  color: #000;
  background-image: url(../../images/glow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 350px;
  width: 50%;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .slide-description {
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
    top: 45%;
    height: auto;
    width: 70%;
    background-size: cover;
  }
}
.slide-description .slide-title {
  font-size: 20px;
  font-weight: 500;
}
.slide-description .slider-text {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-media {
  -webkit-mask-image: url(../../images/Ellipse.svg);
  mask-image: url(../../images/Ellipse.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: unset;
  mask-position: unset;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}

.video-wrapper {
  height: 0;
  width: 100%;
  position: relative;
  padding-top: 60%;
}
.video-wrapper img,
.video-wrapper video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.path-frontpage .region.region-header {
  background: transparent;
}

.region.region-header {
  background-image: url(../../images/banner.png);
  background-repeat: no-repeat;
  height: 475px;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
}
@media (max-width: 1200px) {
  .region.region-header {
    height: 450px;
  }
}
.has-sidebar.page--our-supporters .region.region-header .layer-two-wrapper {
  background-image: url(../../images/supporters.png);
}
.has-sidebar.path-israel-national-postdoc-award-for-advancing-women-in-science .region.region-header .layer-two-wrapper, .has-sidebar.path-womens-postdoc-career-development-award-in-science .region.region-header .layer-two-wrapper {
  background-image: url(../../images/recipients.png);
}
.has-sidebar.page--in-memoriam .region.region-header .layer-two-wrapper {
  background-image: url(../../images/memorian.png);
}
.has-sidebar .region.region-header {
  background: none;
  position: relative;
  height: 555px;
}
@media (max-width: 1200px) {
  .has-sidebar .region.region-header {
    height: 480px;
  }
}
.has-sidebar .region.region-header .layer-one-wrapper {
  display: inline-block;
  -webkit-mask-image: url("../../images/middle.svg");
  mask-image: url("../../images/middle.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  height: 555px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #000;
}
@media (max-width: 1200px) {
  .has-sidebar .region.region-header .layer-one-wrapper {
    height: 480px;
  }
}
.has-sidebar .region.region-header .layer-two-wrapper {
  overflow: hidden;
  background-image: url(../../images/bottom-layer.png);
  background-repeat: no-repeat;
  height: inherit;
  background-size: 60%;
  background-position: right center;
  width: 100%;
  display: block;
}
@media (max-width: 1640px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: 70%;
  }
}
@media (max-width: 1400px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: 75%;
  }
}
@media (max-width: 1300px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: 80%;
  }
}
@media (max-width: 1220px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: 85%;
  }
}
@media (max-width: 1150px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: 90%;
  }
}
@media (max-width: 1000px) {
  .has-sidebar .region.region-header .layer-two-wrapper {
    background-size: cover;
  }
}
.has-sidebar .region.region-header .layer-three-wrapper {
  background-image: url(../../images/top-layer.png);
  background-repeat: no-repeat;
  height: 557px;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
}
@media (max-width: 1000px) {
  .has-sidebar .region.region-header .layer-three-wrapper {
    height: 580px;
  }
}
.has-sidebar .region.region-header h1 {
  max-width: 60%;
  align-items: flex-start;
  text-align: start;
  margin: 30px;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  .has-sidebar .region.region-header h1 {
    max-width: 100%;
    font-size: 25px;
  }
}
.has-sidebar .region.region-header h1.hide {
  z-index: 0;
}
body.menu-opened .has-sidebar .region.region-header h1 {
  z-index: 0;
}
.has-sidebar .region.region-header h1::after {
  margin: 10px 0;
}
.path-frontpage .region.region-header {
  height: auto;
  background: transparent;
}
@media (max-width: 1200px) {
  .region.region-header .container.page-title-wrap {
    display: flex;
    align-items: center;
    height: 210px;
    margin-top: -25px;
  }
}
.region.region-header h1 {
  margin: 30px auto 0;
}
@media (max-width: 1200px) {
  .region.region-header h1 {
    margin: 0 auto;
    line-height: 1.1;
    font-size: 40px;
  }
  .region.region-header h1::after {
    margin: 10px auto 0;
  }
}
@media (max-width: 1000px) {
  .region.region-header h1 {
    line-height: 1.3;
    font-size: 30px;
  }
}
.region.region-header .first-shape::before {
  content: "";
  background-image: url(../../images/banner-left-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 150px;
  left: 5%;
  width: 151px;
  height: 141px;
}
@media (max-width: 1200px) {
  .region.region-header .first-shape::before {
    display: none;
  }
}
.region.region-header .star-shape::before {
  content: "";
  background-image: url(../../images/banner-right2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 112px;
  right: 175px;
  width: 38px;
  height: 37px;
}
@media (max-width: 1200px) {
  .region.region-header .star-shape::before {
    display: none;
  }
}
.region.region-header .last-shape::before {
  content: "";
  background-image: url(../../images/banner-right1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 96px;
  right: 245px;
  width: 410px;
  z-index: -1;
  height: 352px;
}
@media (max-width: 1200px) {
  .region.region-header .last-shape::before {
    display: none;
  }
}

.menu-opened #block-wis-theme-branding {
  background: #00b4ff !important;
  color: #fff !important;
  transition: all 0.3s;
}
.menu-opened #block-wis-theme-branding .top-header-line {
  color: #fff !important;
}
.menu-opened #block-wis-theme-branding .top-header-line img {
  filter: invert(1);
}
.has-sidebar #block-wis-theme-branding {
  position: relative;
  z-index: 1;
}
#block-wis-theme-branding {
  background: transparent linear-gradient(180deg, rgba(16, 20, 30, 0.5882352941) 0%, rgba(16, 20, 30, 0.5882352941) 0%, rgba(16, 20, 30, 0.5882352941) 0%, rgba(203, 224, 245, 0) 100%) 0 0% no-repeat padding-box;
  color: #fff;
}
.path-frontpage #block-wis-theme-branding {
  background: transparent;
  color: #000;
}

.top-header-line {
  display: flex;
  align-items: center;
  z-index: 1;
  color: #fff;
  width: calc(100% - 30px);
  top: 0;
  gap: 32px;
  padding: 27px 30px;
  z-index: 9;
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  .top-header-line {
    width: 100%;
  }
}
.path-frontpage .top-header-line {
  color: #000;
}
.top-header-line .site-name {
  line-height: calc(43 / 22 * 100%);
  font-weight: 100;
  margin-top: 14px;
}
@media (max-width: 1000px) {
  .top-header-line .site-name {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.3;
  }
}
.top-header-line .site-name b {
  font-weight: 500;
}
.top-header-line .navigation-line {
  margin: 5px 0px 0 auto;
}
.top-header-line .navigation-line nav {
  background: none;
}
.top-header-line img {
  height: 55px;
  filter: invert(1);
  object-fit: contain;
}
@media (max-width: 1000px) {
  .top-header-line img {
    height: 40px;
  }
}
.path-frontpage .top-header-line img {
  filter: none;
}

.visually-hidden:not(.active) {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

.main-navigation-wrapper .resouces-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.main-navigation-wrapper .resouces-wrapper.active {
  top: 85px;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.main-navigation-wrapper .resouces-wrapper nav {
  height: inherit;
  line-height: inherit;
}
.main-navigation-wrapper .resouces-wrapper .container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 20px;
  background: transparent;
}
.main-navigation-wrapper .resouces-wrapper .container::after {
  content: "";
  background-image: url(../../images/3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 57px;
  height: 56px;
  position: absolute;
  bottom: 44px;
  left: 76%;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu {
  background: #00b4ff;
  border-radius: 28px;
  box-shadow: 0px 30px 10px rgba(36, 66, 113, 0.1333333333);
  padding: 30px 70px;
  box-sizing: border-box;
  min-height: 452px;
  height: max-content;
  position: relative !important;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu::before {
  content: "";
  background-image: url(../../images/1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 46px;
  height: 45px;
  position: absolute;
  top: 17px;
  left: 20px;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu::after {
  content: "";
  background-image: url(../../images/2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 105px;
  height: 98px;
  position: absolute;
  bottom: 16px;
  left: 24%;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item {
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 20%;
  height: max-content;
  z-index: 1;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 80%;
  text-align: center;
  line-height: 30px;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item span::after {
  content: "";
  display: block;
  height: 1px;
  width: 104px;
  background: #fff;
  margin: 15px auto 20px auto;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item ul li {
  margin-bottom: 12px;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item ul li.menu-item--active-trail a {
  background: rgba(255, 255, 255, 0.1803921569);
  border-radius: 10px;
  font: normal normal bold 18px/24px Heebo;
  padding: 5px;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item ul a {
  color: #fff;
  text-align: center;
  font-size: 17px;
}
.main-navigation-wrapper .resouces-wrapper .container > ul.menu li.menu-item ul a:hover {
  text-decoration: underline;
  color: #fff;
  background: transparent;
}
.main-navigation-wrapper .resouces-wrapper .menu {
  display: flex;
  top: 0;
  margin: 0;
}
.main-navigation-wrapper .resouces-wrapper .menu li {
  float: none;
  display: block;
}
.main-navigation-wrapper .resouces-wrapper .menu ul {
  flex-direction: column;
}
.main-navigation-wrapper .resouces-wrapper.active .resources-parent-title {
  display: none;
  padding: 10px 15px;
  background: #00b4ff;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -10px;
  width: 120px;
  position: absolute;
  z-index: 4;
  left: calc(100% - 615px);
  top: -35px;
  height: 48px;
  color: #fff;
}
.main-navigation-wrapper .resouces-wrapper.active .resources-parent-title span {
  border-bottom: 3px solid #fff;
  position: relative;
  padding-bottom: 2px;
}
.main-navigation-wrapper .resouces-wrapper.active .resources-parent-title span::before {
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  border-color: #fff transparent;
  border-width: 8px 16px 0px 16px;
  border-style: solid;
  height: 10px;
  width: 30px;
  transform: translateX(-50%);
  z-index: 4;
  top: calc(100% + 2px);
}
.main-navigation-wrapper .resouces-wrapper.active .resources-parent-title span::after {
  display: none !important;
}

.block-superfish #superfish-main,
.block-superfish .sf-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 15px;
}
.block-superfish #superfish-main li,
.block-superfish .sf-accordion li {
  position: relative;
  margin-left: 1.6666666667em;
}
.block-superfish #superfish-main li.active,
.block-superfish .sf-accordion li.active {
  padding: 10px 15px;
  background: #00b4ff;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -10px;
  width: 120px;
  height: 50px;
  color: #fff;
}
.block-superfish #superfish-main li.active span,
.block-superfish .sf-accordion li.active span {
  border-bottom: 3px solid #fff;
  position: relative;
  padding-bottom: 2px;
  padding: 0 0 2px 0;
  margin: 0;
  color: #fff !important;
}
.block-superfish #superfish-main li.active span::before,
.block-superfish .sf-accordion li.active span::before {
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  border-color: #fff transparent;
  border-width: 8px 16px 0px 16px;
  border-style: solid;
  height: 10px;
  width: 30px;
  transform: translateX(-50%);
  z-index: 4;
  top: calc(100% + 2px);
}
.block-superfish #superfish-main li.active span::after,
.block-superfish .sf-accordion li.active span::after {
  display: none !important;
}
.block-superfish #superfish-main li > a, .block-superfish #superfish-main li > span,
.block-superfish .sf-accordion li > a,
.block-superfish .sf-accordion li > span {
  font-size: 1.125rem;
  line-height: calc(30 / 18 * 100%);
  font-weight: 300;
  color: #fff;
  display: flex;
  text-decoration: none;
  padding: 0 6px;
  position: relative;
  cursor: pointer;
}
.path-frontpage .block-superfish #superfish-main li > a, .path-frontpage .block-superfish #superfish-main li > span,
.path-frontpage .block-superfish .sf-accordion li > a,
.path-frontpage .block-superfish .sf-accordion li > span {
  color: #000;
}
@media (max-width: 1200px) {
  .path-frontpage .block-superfish #superfish-main li > a, .path-frontpage .block-superfish #superfish-main li > span,
  .path-frontpage .block-superfish .sf-accordion li > a,
  .path-frontpage .block-superfish .sf-accordion li > span {
    color: #fff;
  }
}
.block-superfish #superfish-main li > a:after, .block-superfish #superfish-main li > span:after,
.block-superfish .sf-accordion li > a:after,
.block-superfish .sf-accordion li > span:after {
  content: "";
  position: absolute;
  right: 55%;
  left: 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  bottom: -2px;
  height: 2px;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.block-superfish #superfish-main li > a:hover, .block-superfish #superfish-main li > a:focus, .block-superfish #superfish-main li > a.is-active, .block-superfish #superfish-main li > span:hover, .block-superfish #superfish-main li > span:focus, .block-superfish #superfish-main li > span.is-active,
.block-superfish .sf-accordion li > a:hover,
.block-superfish .sf-accordion li > a:focus,
.block-superfish .sf-accordion li > a.is-active,
.block-superfish .sf-accordion li > span:hover,
.block-superfish .sf-accordion li > span:focus,
.block-superfish .sf-accordion li > span.is-active {
  background: transparent;
  text-decoration: none !important;
}
.block-superfish #superfish-main li > a:hover:after, .block-superfish #superfish-main li > a:focus:after, .block-superfish #superfish-main li > a.is-active:after, .block-superfish #superfish-main li > span:hover:after, .block-superfish #superfish-main li > span:focus:after, .block-superfish #superfish-main li > span.is-active:after,
.block-superfish .sf-accordion li > a:hover:after,
.block-superfish .sf-accordion li > a:focus:after,
.block-superfish .sf-accordion li > a.is-active:after,
.block-superfish .sf-accordion li > span:hover:after,
.block-superfish .sf-accordion li > span:focus:after,
.block-superfish .sf-accordion li > span.is-active:after {
  right: 0;
  left: 0;
  background: #00b4ff;
}
.block-superfish #superfish-main li.sfHover > a, .block-superfish #superfish-main li.sfHover > span, .block-superfish #superfish-main li.active-trail > a, .block-superfish #superfish-main li.active-trail > span,
.block-superfish .sf-accordion li.sfHover > a,
.block-superfish .sf-accordion li.sfHover > span,
.block-superfish .sf-accordion li.active-trail > a,
.block-superfish .sf-accordion li.active-trail > span {
  background: transparent;
}
.block-superfish #superfish-main li.sfHover > a:after, .block-superfish #superfish-main li.sfHover > span:after, .block-superfish #superfish-main li.active-trail > a:after, .block-superfish #superfish-main li.active-trail > span:after,
.block-superfish .sf-accordion li.sfHover > a:after,
.block-superfish .sf-accordion li.sfHover > span:after,
.block-superfish .sf-accordion li.active-trail > a:after,
.block-superfish .sf-accordion li.active-trail > span:after {
  right: 0;
  left: 0;
  background: #00b4ff;
}
.block-superfish #superfish-main .sf-depth-1.menuparent > ul.sf-hidden,
.block-superfish .sf-accordion .sf-depth-1.menuparent > ul.sf-hidden {
  background: transparent !important;
  border: 0 none !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 1px !important;
}
.block-superfish #superfish-main ul,
.block-superfish #superfish-main ol,
.block-superfish .sf-accordion ul,
.block-superfish .sf-accordion ol {
  list-style-type: none;
  padding: 0;
  display: none;
}
.block-superfish #superfish-main ul li,
.block-superfish #superfish-main ol li,
.block-superfish .sf-accordion ul li,
.block-superfish .sf-accordion ol li {
  list-style-type: none;
}
.block-superfish #superfish-main ul.sf-hidden,
.block-superfish #superfish-main ol.sf-hidden,
.block-superfish .sf-accordion ul.sf-hidden,
.block-superfish .sf-accordion ol.sf-hidden {
  display: block;
}
.block-superfish #superfish-main .sfHover > ul,
.block-superfish .sf-accordion .sfHover > ul {
  max-width: 1160px !important;
  width: auto !important;
  padding: 0;
  /*@noflip*/
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  margin-top: 20px;
  position: absolute;
}
.block-superfish #superfish-main .sfHover > ul ul,
.block-superfish #superfish-main .sfHover > ul ol,
.block-superfish .sf-accordion .sfHover > ul ul,
.block-superfish .sf-accordion .sfHover > ul ol {
  padding: 10px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  border-top: 2px solid #00b4ff;
  display: flex;
  flex-direction: column;
}
.block-superfish #superfish-main .sfHover > ul ul li,
.block-superfish #superfish-main .sfHover > ul ol li,
.block-superfish .sf-accordion .sfHover > ul ul li,
.block-superfish .sf-accordion .sfHover > ul ol li {
  width: 250px;
  padding: 0 30px;
}
.block-superfish #superfish-main .sfHover > ul ul li:not(:last-child) > a, .block-superfish #superfish-main .sfHover > ul ul li:not(:last-child) > span,
.block-superfish #superfish-main .sfHover > ul ol li:not(:last-child) > a,
.block-superfish #superfish-main .sfHover > ul ol li:not(:last-child) > span,
.block-superfish .sf-accordion .sfHover > ul ul li:not(:last-child) > a,
.block-superfish .sf-accordion .sfHover > ul ul li:not(:last-child) > span,
.block-superfish .sf-accordion .sfHover > ul ol li:not(:last-child) > a,
.block-superfish .sf-accordion .sfHover > ul ol li:not(:last-child) > span {
  border-bottom: 1px solid rgba(112, 112, 112, 0.38);
}
.block-superfish #superfish-main .sfHover > ul ul li > a, .block-superfish #superfish-main .sfHover > ul ul li > span,
.block-superfish #superfish-main .sfHover > ul ol li > a,
.block-superfish #superfish-main .sfHover > ul ol li > span,
.block-superfish .sf-accordion .sfHover > ul ul li > a,
.block-superfish .sf-accordion .sfHover > ul ul li > span,
.block-superfish .sf-accordion .sfHover > ul ol li > a,
.block-superfish .sf-accordion .sfHover > ul ol li > span {
  font-size: 1.125rem;
  line-height: calc(22 / 18 * 100%);
  margin: 0;
  color: #000;
  text-decoration: none;
  padding: 14px 0;
}
.block-superfish #superfish-main .sfHover > ul ul li > a:after, .block-superfish #superfish-main .sfHover > ul ul li > span:after,
.block-superfish #superfish-main .sfHover > ul ol li > a:after,
.block-superfish #superfish-main .sfHover > ul ol li > span:after,
.block-superfish .sf-accordion .sfHover > ul ul li > a:after,
.block-superfish .sf-accordion .sfHover > ul ul li > span:after,
.block-superfish .sf-accordion .sfHover > ul ol li > a:after,
.block-superfish .sf-accordion .sfHover > ul ol li > span:after {
  display: none;
}
.block-superfish #superfish-main .sfHover > ul ul li > a:hover, .block-superfish #superfish-main .sfHover > ul ul li > a:focus, .block-superfish #superfish-main .sfHover > ul ul li > span:hover, .block-superfish #superfish-main .sfHover > ul ul li > span:focus,
.block-superfish #superfish-main .sfHover > ul ol li > a:hover,
.block-superfish #superfish-main .sfHover > ul ol li > a:focus,
.block-superfish #superfish-main .sfHover > ul ol li > span:hover,
.block-superfish #superfish-main .sfHover > ul ol li > span:focus,
.block-superfish .sf-accordion .sfHover > ul ul li > a:hover,
.block-superfish .sf-accordion .sfHover > ul ul li > a:focus,
.block-superfish .sf-accordion .sfHover > ul ul li > span:hover,
.block-superfish .sf-accordion .sfHover > ul ul li > span:focus,
.block-superfish .sf-accordion .sfHover > ul ol li > a:hover,
.block-superfish .sf-accordion .sfHover > ul ol li > a:focus,
.block-superfish .sf-accordion .sfHover > ul ol li > span:hover,
.block-superfish .sf-accordion .sfHover > ul ol li > span:focus {
  color: rgba(0, 0, 0, 0.8);
}
.block-superfish #superfish-main .resouces-wrapper,
.block-superfish .sf-accordion .resouces-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
}
.block-superfish #superfish-main .resouces-wrapper nav,
.block-superfish .sf-accordion .resouces-wrapper nav {
  height: inherit;
  line-height: inherit;
}
.block-superfish #superfish-main .resouces-wrapper .container,
.block-superfish .sf-accordion .resouces-wrapper .container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 20px;
}
.block-superfish #superfish-main .resouces-wrapper .container > ul.menu,
.block-superfish .sf-accordion .resouces-wrapper .container > ul.menu {
  background: #00b4ff;
  border-radius: 28px;
  box-shadow: 0px 30px 10px rgba(36, 66, 113, 0.1333333333);
  padding: 30px 70px;
  box-sizing: border-box;
}
.block-superfish #superfish-main .resouces-wrapper .menu,
.block-superfish .sf-accordion .resouces-wrapper .menu {
  display: flex;
  margin: 0;
}
.block-superfish #superfish-main .resouces-wrapper .menu li,
.block-superfish .sf-accordion .resouces-wrapper .menu li {
  float: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 20%;
}
.block-superfish #superfish-main .resouces-wrapper .menu li span,
.block-superfish .sf-accordion .resouces-wrapper .menu li span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  max-width: 55%;
  text-align: center;
  line-height: 30px;
}
.block-superfish #superfish-main .resouces-wrapper .menu li span::after,
.block-superfish .sf-accordion .resouces-wrapper .menu li span::after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #fff;
  margin: 30px auto;
}
.block-superfish #superfish-main .resouces-wrapper .menu li ul li,
.block-superfish .sf-accordion .resouces-wrapper .menu li ul li {
  margin-bottom: 12px;
}
.block-superfish #superfish-main .resouces-wrapper .menu li ul a,
.block-superfish .sf-accordion .resouces-wrapper .menu li ul a {
  color: #fff;
}
.block-superfish #superfish-main .resouces-wrapper .menu li ul a:hover,
.block-superfish .sf-accordion .resouces-wrapper .menu li ul a:hover {
  text-decoration: none;
  color: #fff;
  background: transparent;
}
.block-superfish #superfish-main .resouces-wrapper .menu ul,
.block-superfish .sf-accordion .resouces-wrapper .menu ul {
  flex-direction: column;
  margin: 0;
}
@media (max-width: 1200px) {
  .block-superfish #superfish-main,
  .block-superfish .sf-accordion {
    margin: 0;
    flex-direction: column;
    width: 100%;
    padding-bottom: 15px;
    height: calc(100vh - 80px);
    overflow-y: auto;
    width: 280px;
    padding: 0;
    position: fixed !important;
    margin-top: 35px !important;
    top: 80px;
    /*@noflip*/
    right: 0;
    z-index: 9;
    /*@replace: translateX(-280px) */
    transform: translateX(280px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    visibility: hidden;
    background: rgba(255, 255, 255, 0.9490196078);
    box-shadow: 0px 10px 6px rgba(126, 156, 204, 0.231372549);
  }
  .block-superfish #superfish-main.sf-expanded,
  .block-superfish .sf-accordion.sf-expanded {
    transform: translateX(0);
    visibility: visible;
    background: #00b4ff;
    display: flex !important;
    padding-top: 50px;
  }
  .block-superfish #superfish-main:after,
  .block-superfish .sf-accordion:after {
    display: none;
  }
  .block-superfish #superfish-main .sf-has-clone-parent li:nth-child(2),
  .block-superfish .sf-accordion .sf-has-clone-parent li:nth-child(2) {
    border: none;
  }
  .block-superfish #superfish-main .sf-has-clone-parent li:last-child,
  .block-superfish .sf-accordion .sf-has-clone-parent li:last-child {
    border-bottom: none;
  }
  .block-superfish #superfish-main li,
  .block-superfish .sf-accordion li {
    height: auto;
    flex: none;
    border-top: solid 1px rgba(255, 255, 255, 0.25);
    max-width: 100%;
    margin: 0 auto !important;
  }
  .block-superfish #superfish-main li:last-child,
  .block-superfish .sf-accordion li:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
  .block-superfish #superfish-main li:after,
  .block-superfish .sf-accordion li:after {
    display: none;
  }
  .block-superfish #superfish-main li:first-child:before,
  .block-superfish .sf-accordion li:first-child:before {
    display: none;
  }
  .block-superfish #superfish-main li > a, .block-superfish #superfish-main li > span,
  .block-superfish .sf-accordion li > a,
  .block-superfish .sf-accordion li > span {
    padding: 22px 50px;
    justify-content: flex-start;
    text-align: left;
    font-weight: 300;
    margin: 0;
    line-height: calc(22 / 19 * 100%);
    color: #fff;
    font-size: 30px;
    letter-spacing: 2px;
  }
  .block-superfish #superfish-main li > a:hover, .block-superfish #superfish-main li > span:hover,
  .block-superfish .sf-accordion li > a:hover,
  .block-superfish .sf-accordion li > span:hover {
    color: #000;
  }
  .block-superfish #superfish-main li > a:after, .block-superfish #superfish-main li > span:after,
  .block-superfish .sf-accordion li > a:after,
  .block-superfish .sf-accordion li > span:after {
    display: none;
  }
  .block-superfish #superfish-main li > a.is-active, .block-superfish #superfish-main li > span.is-active,
  .block-superfish .sf-accordion li > a.is-active,
  .block-superfish .sf-accordion li > span.is-active {
    font-weight: 600;
  }
  .block-superfish #superfish-main li.active-trail > a, .block-superfish #superfish-main li.active-trail > span,
  .block-superfish .sf-accordion li.active-trail > a,
  .block-superfish .sf-accordion li.active-trail > span {
    font-weight: 600;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .block-superfish #superfish-main li.active-trail > a, .block-superfish #superfish-main li.active-trail > span,
  .block-superfish .sf-accordion li.active-trail > a,
  .block-superfish .sf-accordion li.active-trail > span {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .block-superfish #superfish-main > li.sf-expanded,
  .block-superfish .sf-accordion > li.sf-expanded {
    background: #00a5e6;
  }
  .block-superfish #superfish-main > li.sf-expanded > span,
  .block-superfish .sf-accordion > li.sf-expanded > span {
    background: #009edd;
    font-size: 30px;
    font-weight: bold;
  }
  .block-superfish #superfish-main > li.sf-expanded.menuparent > a:before, .block-superfish #superfish-main > li.sf-expanded.menuparent > span:before,
  .block-superfish .sf-accordion > li.sf-expanded.menuparent > a:before,
  .block-superfish .sf-accordion > li.sf-expanded.menuparent > span:before {
    transform: rotate(180deg);
  }
  .block-superfish #superfish-main > li.menuparent > a:before, .block-superfish #superfish-main > li.menuparent > span:before,
  .block-superfish .sf-accordion > li.menuparent > a:before,
  .block-superfish .sf-accordion > li.menuparent > span:before {
    font-family: "FontAwesomePro6", sans-serif;
    font-weight: 300;
    /*@replace: "\f107" */
    content: "\f106";
    right: 20px;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(90deg);
    background: transparent !important;
  }
  .block-superfish #superfish-main > li.menuparent > span.menuparent .sf-sub-indicator::after,
  .block-superfish .sf-accordion > li.menuparent > span.menuparent .sf-sub-indicator::after {
    display: none;
  }
  .block-superfish #superfish-main > li > ul,
  .block-superfish .sf-accordion > li > ul {
    width: 100%;
    padding: 15px 0;
    position: static;
    display: flex !important;
    flex-direction: column;
  }
  .block-superfish #superfish-main > li > ul li,
  .block-superfish .sf-accordion > li > ul li {
    width: 70%;
    position: relative;
    float: none;
  }
  .block-superfish #superfish-main > li > ul li.sf-expanded > a, .block-superfish #superfish-main > li > ul li.sf-expanded > span,
  .block-superfish .sf-accordion > li > ul li.sf-expanded > a,
  .block-superfish .sf-accordion > li > ul li.sf-expanded > span {
    font-weight: bold;
  }
  .block-superfish #superfish-main > li > ul li.sf-expanded > a .sf-sub-indicator:after, .block-superfish #superfish-main > li > ul li.sf-expanded > span .sf-sub-indicator:after,
  .block-superfish .sf-accordion > li > ul li.sf-expanded > a .sf-sub-indicator:after,
  .block-superfish .sf-accordion > li > ul li.sf-expanded > span .sf-sub-indicator:after {
    transform: rotate(0deg);
  }
  .block-superfish #superfish-main > li > ul li > a, .block-superfish #superfish-main > li > ul li > span,
  .block-superfish .sf-accordion > li > ul li > a,
  .block-superfish .sf-accordion > li > ul li > span {
    font-size: 25px;
    padding: 22px 30px;
    position: relative;
  }
  .block-superfish #superfish-main > li > ul li > a .sf-sub-indicator, .block-superfish #superfish-main > li > ul li > span .sf-sub-indicator,
  .block-superfish .sf-accordion > li > ul li > a .sf-sub-indicator,
  .block-superfish .sf-accordion > li > ul li > span .sf-sub-indicator {
    position: unset;
    height: auto;
    top: 0;
    z-index: 1;
    overflow: auto;
    opacity: 1;
    width: auto;
    transform: none;
    speak: normal;
    right: auto;
    text-indent: 0;
    line-height: 0;
    font-size: 0;
  }
  .block-superfish #superfish-main > li > ul li > a .sf-sub-indicator:after, .block-superfish #superfish-main > li > ul li > span .sf-sub-indicator:after,
  .block-superfish .sf-accordion > li > ul li > a .sf-sub-indicator:after,
  .block-superfish .sf-accordion > li > ul li > span .sf-sub-indicator:after {
    font-family: "FontAwesomePro6", sans-serif;
    font-weight: 300;
    /*@replace: "\f107" */
    content: "\f106";
    font-weight: 300;
    right: 0px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    transform: translatey(-50%) rotate(-180deg);
    background: transparent !important;
    left: auto;
    text-indent: inherit;
    line-height: 0;
    font-size: 30px;
  }
  .block-superfish #superfish-main > li > ul li ul.sf-menu.sf-accordion.sf-expanded,
  .block-superfish #superfish-main > li > ul li ul.sf-menu.sf-accordion li.sf-expanded > ul,
  .block-superfish .sf-accordion > li > ul li ul.sf-menu.sf-accordion.sf-expanded,
  .block-superfish .sf-accordion > li > ul li ul.sf-menu.sf-accordion li.sf-expanded > ul {
    display: flex !important;
    flex-direction: column;
  }
  .block-superfish #superfish-main > li > ul li ul,
  .block-superfish .sf-accordion > li > ul li ul {
    background: #009edd;
    width: 100vw;
    margin-inline-start: -22%;
    padding-inline-start: 22%;
  }
  .block-superfish #superfish-main > li > ul li ul li,
  .block-superfish .sf-accordion > li > ul li ul li {
    margin: 0 !important;
    width: 85%;
  }
  .block-superfish #superfish-main > li > ul li ul li > a, .block-superfish #superfish-main > li > ul li ul li > span,
  .block-superfish .sf-accordion > li > ul li ul li > a,
  .block-superfish .sf-accordion > li > ul li ul li > span {
    font-size: 20px;
    color: #fff !important;
  }
  .block-superfish #superfish-main > li > ul a,
  .block-superfish .sf-accordion > li > ul a {
    text-decoration: none;
    padding: 10px 10px 10px 35px;
    font-size: 1rem;
    line-height: calc(22 / 16 * 100%);
  }
  .block-superfish #superfish-main > li > ul .sf-clone-parent,
  .block-superfish .sf-accordion > li > ul .sf-clone-parent {
    display: none;
  }
  .block-superfish #superfish-main > li:last-child a,
  .block-superfish .sf-accordion > li:last-child a {
    /*margin-right: 40px;

    &:before {
    	right: -20px;
    	border-top: 31px solid transparent;
    	border-bottom: 31px solid transparent;
    	border-left: 20px solid $spec_color;
    }*/
    margin: 0;
  }
  .block-superfish #superfish-main > li:last-child a:before,
  .block-superfish .sf-accordion > li:last-child a:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-superfish #superfish-main,
  .block-superfish .sf-accordion {
    height: calc(100vh - 240px);
    top: 70px;
  }
}

@media (max-width: 1200px) {
  #superfish-main-toggle {
    display: block;
    height: 45px;
    width: 55px;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 0;
    color: #000;
    display: block;
    text-align: center;
    background: transparent;
    cursor: pointer;
    text-decoration: none !important;
    /*@noflip*/
    right: 15px;
    position: absolute;
    z-index: 99;
    border: none;
    top: 15px;
    z-index: 2;
  }
  #superfish-main-toggle:before, #superfish-main-toggle:after,
  #superfish-main-toggle span:before {
    content: " ";
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 20px;
  }
  .path-frontpage #superfish-main-toggle:before, .path-frontpage #superfish-main-toggle:after,
  .path-frontpage #superfish-main-toggle span:before {
    background: #000;
  }
  .menu-opened #superfish-main-toggle:before, .menu-opened #superfish-main-toggle:after,
  .menu-opened #superfish-main-toggle span:before {
    color: #fff !important;
  }
  #superfish-main-toggle:before, #superfish-main-toggle:after,
  #superfish-main-toggle span:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
  }
  #superfish-main-toggle:before {
    top: 30%;
  }
  #superfish-main-toggle span:before {
    top: 45%;
  }
  #superfish-main-toggle:after {
    top: 63%;
  }
  #superfish-main-toggle.sf-expanded:before {
    transform: translateY(7.5px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7.5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7.5px) translateX(0) rotate(45deg);
  }
  #superfish-main-toggle.sf-expanded span:before {
    opacity: 0;
  }
  #superfish-main-toggle.sf-expanded:after {
    transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-7.5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-7.5px);
  }
}
@media (max-width: 767px) {
  #superfish-main-toggle {
    /*@noflip*/
    right: 5px;
  }
}

.block-superfish {
  position: unset !important;
}

.underlined-subtitle {
  position: relative;
  padding-bottom: 20px;
}
.underlined-subtitle::after {
  display: block;
  background-color: #000;
  height: 2px;
  width: 63px;
  content: "";
  margin: 10px 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
}

h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > * {
  color: inherit !important;
}

.header-inner-wrapper .center-underline span,
h1 {
  font-size: 54px;
  letter-spacing: 0px;
  font-weight: 600;
  opacity: 1;
  position: relative;
  z-index: 1;
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
[dir=rtl] .header-inner-wrapper .center-underline span,
[dir=rtl] h1 {
  animation-name: fadeInRight;
}
@media (max-width: 1000px) {
  .header-inner-wrapper .center-underline span,
  h1 {
    font-size: 9vw;
  }
}
@media (max-width: 767px) {
  .header-inner-wrapper .center-underline span,
  h1 {
    font-weight: 500;
    line-height: 26px;
  }
}

.spacer {
  z-index: 2;
}
.spacer::after {
  content: "";
  display: block;
  background-color: #00b4ff;
  height: 3px;
  width: 92px;
  margin: 10px auto;
  position: relative;
}

.center-underline {
  text-align: center;
  margin: 0 auto;
}
.center-underline::after {
  content: "";
  display: block;
  height: 4px;
  width: 99px;
  background: #00b4ff;
  margin: 16px 0 26px 0;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  text-align: start;
  margin: 0;
}
#colorbox h2 {
  font-size: 22px;
  line-height: 29px;
}
h2.gray-thin-title {
  padding-top: 35px;
}
h2.inner-gallery-title {
  font: normal normal bold 30px/30px Heebo;
  color: #000000;
  margin: 0 auto;
}
@media (max-width: 767px) {
  h2.inner-gallery-title {
    font: normal normal bold 30px/35px Heebo;
  }
}
h2.inner-gallery-title::after {
  display: none;
}
.has-sidebar h2, .page-resources h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #000;
}
@media (max-width: 767px) {
  .has-sidebar h2, .page-resources h2 {
    font-size: 20px;
  }
}
.has-sidebar h2::after, .page-resources h2::after {
  width: 90px;
  height: 3px;
  margin: 7px 0 19px 0;
}
h2::after {
  content: "";
  display: block;
  background: #00b4ff;
  margin: 15px 0 22px 0;
  width: 63px;
  height: 2px;
}
h2.events {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
h2.events::after {
  margin: 12px auto 46px auto;
  width: 90px;
  height: 3px;
}
.event-info-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 20px;
}
.event-info-wrapper h2::after {
  margin: 12px 0 46px 0;
  width: 90px;
  height: 3px;
}
h2.webform-section-title {
  font-weight: 500;
}
#block-mainnavigation-2 h2, h2.center {
  margin: 0 auto;
  text-align: center;
}
#block-mainnavigation-2 h2::after, h2.center::after {
  margin: 15px auto 22px auto;
}
.record-wrappe h2 {
  text-align: start;
  margin: 0;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 24px;
  }
  #block-pensionergymreg h2 {
    max-width: fit-content;
  }
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  font-weight: 300;
}
.node--type-content-with-menu h3, .node--type-resources h3 {
  margin-bottom: 18px;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 18px;
  }
}

.event-abstract h3 {
  margin-bottom: 15px;
}

.event-abstract .text-formatted ul li a {
  display: inline;
  margin: 0;
}

h4 {
  font-size: 27px;
  margin: 0;
  padding: 5px 0;
  font-weight: 500;
}
.page-resources h4 {
  font-size: 20px;
  font-weight: 500;
}
.node--type-content-with-menu h4, .node--type-resources h4 {
  font: normal normal normal 24px/29px Heebo;
  letter-spacing: 0.24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 18px;
  padding: 5px 0;
}

h6 {
  font-size: 13.5px;
  padding: 5px 0;
}

.container-wrapper.even .underlined-subtitle {
  color: inherit;
  text-transform: unset;
}

.rounded-corners-image-wrapper img {
  border-radius: 1em;
}

.text-formatted p,
.inner-wrapper p {
  margin: 10px 0;
  letter-spacing: 0.45px;
}
@media (max-width: 1200px) {
  .text-formatted p,
  .inner-wrapper p {
    margin: 10px 0;
  }
  .text-formatted p:not(:last-child),
  .inner-wrapper p:not(:last-child) {
    margin-bottom: 17px;
  }
}
.text-formatted ol,
.inner-wrapper ol {
  padding-inline-start: 0px;
  list-style: none;
  counter-reset: item;
  font-size: 20px;
}
.text-formatted ol li,
.inner-wrapper ol li {
  counter-increment: item;
  position: relative;
  list-style-position: outside;
  padding-bottom: 5px;
  letter-spacing: 0.45px;
  line-height: 30px;
  margin: 0;
  padding-inline-start: 30px;
}
.text-formatted ol li::before,
.inner-wrapper ol li::before {
  content: counters(item, ".") "." !important;
  color: #000;
  position: absolute;
  z-index: 0;
  display: flex;
  top: 0;
  padding-inline-end: 5px !important;
  left: 0;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  height: auto !important;
}
.text-formatted ol li li,
.inner-wrapper ol li li {
  margin-bottom: 0px;
  line-height: 30px;
}
.text-formatted ol li li::before,
.inner-wrapper ol li li::before {
  content: "";
}
.text-formatted ol li ul,
.text-formatted ol li ol,
.inner-wrapper ol li ul,
.inner-wrapper ol li ol {
  padding-inline-start: 25px;
  counter-reset: item;
  margin-top: 10px !important;
  padding-left: 20px !important;
  padding-bottom: 0;
}
.text-formatted ol li ul li,
.text-formatted ol li ol li,
.inner-wrapper ol li ul li,
.inner-wrapper ol li ol li {
  counter-increment: item;
  position: relative;
  list-style-position: outside;
  padding-bottom: 10px;
  letter-spacing: 0.45px;
  line-height: 24px;
  margin: 0;
}
.text-formatted ol li ul li::before,
.text-formatted ol li ol li::before,
.inner-wrapper ol li ul li::before,
.inner-wrapper ol li ol li::before {
  content: counters(item, ".") " ";
  position: absolute;
  z-index: 0;
  text-align: center;
  display: flex;
  margin-right: 10px;
  left: -28px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: transparent;
  border: none;
  font-weight: 400;
}
.text-formatted ul,
.inner-wrapper ul {
  margin: 0;
  margin-block: 0;
  padding-inline: 0;
  margin-inline: 0;
  padding: 0 0 10px 0;
  position: relative;
}
.node--type-basic-page .text-formatted ul,
.node--type-basic-page .inner-wrapper ul {
  margin: 20px 0 10px 0;
}
.page--gender-equality-plan .text-formatted ul,
.page--gender-equality-plan .inner-wrapper ul {
  margin-bottom: 20px;
}
.text-formatted ul li,
.inner-wrapper ul li {
  list-style-type: none;
  margin-bottom: 12px;
  list-style-position: inside;
  padding-left: 17px;
  position: relative;
}
.page--gender-equality-plan .text-formatted ul li,
.page--gender-equality-plan .inner-wrapper ul li {
  padding-left: 25px;
  margin-bottom: 20px;
}
.text-formatted ul li > *:not(strong),
.inner-wrapper ul li > *:not(strong) {
  display: block;
  margin-right: 20px;
}
.text-formatted ul li::before,
.inner-wrapper ul li::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: #00b4ff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 3px;
  position: absolute;
  left: 0;
  margin-top: 8px;
}
.page--gender-equality-plan .text-formatted ul li::before,
.page--gender-equality-plan .inner-wrapper ul li::before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f105";
  color: #00b4ff;
  background: transparent;
  margin-right: 0;
  position: absolute;
  left: 0;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}

strong {
  font-weight: 600;
}

span.figure {
  color: #00b4ff;
}

p:first-child,
ul:not(#superfish-main) li:not(.category):not(.menu-item):not(.sf-no-children):first-child {
  margin-top: 0;
}
p a:not(.toolbar-icon):not(.registration-link):not(.event-link):not(.media-link-wrap),
ul:not(#superfish-main) li:not(.category):not(.menu-item):not(.sf-no-children) a:not(.toolbar-icon):not(.registration-link):not(.event-link):not(.media-link-wrap) {
  color: #00b4ff;
}
.paragraph--view-mode--default .text-formatted p:empty {
  display: none;
}

.tabs {
  width: min-content;
}

.view-search-budget .view-content h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  padding-left: 24px;
}
.view-search-budget .view-content .views-row {
  margin-top: 35px;
}
.view-search-budget .view-content .views-row .person--email a::before,
.view-search-budget .view-content .views-row .field--name-field-mail a::before {
  background-image: url(../images/mail-blue.svg);
}
.view-search-budget .view-content .views-row .person--phone a::before,
.view-search-budget .view-content .views-row .person--phone > .phone::before,
.view-search-budget .view-content .views-row .field--name-field-phone a::before,
.view-search-budget .view-content .views-row .field--name-field-phone > .phone::before {
  background-image: url(../images/phone-blue.svg);
}

@media only screen and (max-width: 992px) {
  .tabs {
    display: block;
  }
}
.path-search section#main {
  padding: 25px 0;
}
.path-search details {
  border: none;
}
.path-search details .fieldset-wrapper {
  width: 100%;
}
.path-search input:focus {
  border-bottom-color: #000;
  box-shadow: none;
}
.path-search input[type=search]:not(.browser-default):focus:not([readonly]),
.path-search input {
  -webkit-appearance: none;
}
.path-search input[type=search]:not(.browser-default):focus:not([readonly]):focus,
.path-search input:focus {
  border-bottom: 1px solid #000 !important;
  -webkit-box-shadow: 0 1px 0 0 #000;
  box-shadow: 0 1px 0 0 #000 !important;
}
.path-search form#search-form {
  margin-bottom: 30px;
}
.path-search .search-results {
  list-style: none;
  padding: 0;
}
.path-search .search-results h3.search-result__title {
  margin-bottom: 8px;
}
.path-search .search-results strong {
  color: #000;
}

.path-search .item-list li,
#block-faq li {
  position: relative;
}
.path-search .item-list li::before,
#block-faq li::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: #00b4ff;
  padding: 4px;
  border-radius: 50%;
  margin-right: 0px;
  position: absolute;
  left: 0;
  margin-top: 11px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .path-search .item-list li::before,
  #block-faq li::before {
    padding: 3px;
  }
}

.pager__item {
  display: block;
  margin: 0 auto;
  width: max-content;
}

table ol {
  margin: 0;
}
table thead {
  border-bottom: 2px solid #00b4ff;
}
table thead th {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}
table tr {
  border-bottom: 1px solid #29435d;
}

.medium {
  font-weight: 500;
}

.to-fade-in,
.fade-item,
h1.page-title {
  opacity: 0;
}
.to-fade-in.fade-in,
.fade-item.fade-in,
h1.page-title.fade-in {
  animation: fadeIn 1s forwards;
}
.to-fade-in.fade-in-down,
.fade-item.fade-in-down,
h1.page-title.fade-in-down {
  animation: fadeInDown 1s forwards;
}
.to-fade-in.fade-in-up,
.fade-item.fade-in-up,
h1.page-title.fade-in-up {
  animation: fadeInUp 1s forwards;
}

#block-eventsblock,
#block-views-block-events-block-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(235, 249, 255) 35%, rgb(235, 249, 255) 100%);
  padding: 50px 0 10px 0;
}

#block-mainnavigation-2 ul.menu:not(.resources-menu) {
  height: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item {
  cursor: pointer;
  height: 200px;
  width: 200px;
  background: transparent linear-gradient(0deg, #00f0ff 0%, #00f0ff 0%, #00b4ff 99%, #00b4ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item.active {
  z-index: 1;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item:hover {
  transform: scale3d(1.2, 1.2, 1.2);
  transition: all 0.3s;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item .shadow::after {
  content: "";
  display: block;
  height: 100%;
  width: 193px;
  background: url("../../images/shadow.png") 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  cursor: auto;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item span:not(.shadow) {
  max-width: 90%;
  position: relative;
  min-height: 55px;
}
#block-mainnavigation-2 ul.menu:not(.resources-menu) > li.menu-item span:not(.shadow)::after {
  content: "\f078";
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  font-weight: 500;
  display: block;
  color: #fff;
  position: absolute;
  bottom: -50px;
  font-size: 20px;
  left: 50%;
  transform: translatex(-50%);
}
#block-mainnavigation-2 ul.resources-menu {
  position: absolute;
  background: #00b4ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: -1;
  width: 178px;
  height: 178px;
  margin-left: 0;
  opacity: 0;
}
#block-mainnavigation-2 ul.resources-menu .menu-item {
  padding-top: 0;
  text-align: center;
  margin-bottom: 10px;
  max-width: 80%;
}
#block-mainnavigation-2 ul.resources-menu .menu-item a {
  color: #ffffff;
  position: relative;
  font: normal 300 normal 18px/22px Heebo;
}
#block-mainnavigation-2 ul.resources-menu .menu-item a:hover, #block-mainnavigation-2 ul.resources-menu .menu-item a:focus {
  background: transparent;
  text-decoration: underline;
  color: #fff;
}
#block-mainnavigation-2 ul.resources-menu li.parent-title {
  font-size: 20px;
  line-height: 24px;
  max-width: 40%;
  text-align: center;
}
#block-mainnavigation-2 ul.resources-menu li.parent-title::after {
  content: "";
  width: 90px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 20px auto;
}
#block-mainnavigation-2 .menu-item--expanded ul.resources-menu {
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
#block-mainnavigation-2 .menu-item--expanded ul.resources-menu li {
  opacity: 0;
}
#block-mainnavigation-2 .menu-item--expanded ul.resources-menu * {
  opacity: 0;
  z-index: -1;
}
#block-mainnavigation-2 .menu-item--expanded.active ul.resources-menu {
  z-index: 1;
  display: flex;
  transform: translate(-50%, -50%);
  opacity: 1;
}
#block-mainnavigation-2 .menu-item--expanded.active ul.resources-menu li {
  opacity: 1;
  z-index: 1;
}
#block-mainnavigation-2 .menu-item--expanded.active ul.resources-menu li::marker {
  content: "";
  display: none;
}
#block-mainnavigation-2 .menu-item--expanded.active ul.resources-menu * {
  opacity: 1;
  z-index: 1;
}

#block-views-block-news-block-1 {
  padding: 55px 0 0px 0px;
}

.second-layer {
  min-height: 300px;
}
.second-layer nav {
  height: inherit;
}

.page-resources {
  color: #000;
}
.page-resources:not(.page--mentoring):not(.page-node-type-basic-page):not(.page-node-type-forum):not(.page-no-sidebar) .row {
  margin-bottom: 30px;
  margin-top: -130px;
}
.page-resources.page--mentoring .row {
  margin-bottom: 30px;
  margin-top: -20px;
}

.join-program,
.become-member {
  padding: 16px 38px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 300px;
  height: 63px;
  transition: all 0.3s;
  border: 2px solid #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .join-program,
  .become-member {
    height: 53px;
  }
}
.join-program:hover, .join-program:focus,
.become-member:hover,
.become-member:focus {
  text-decoration: none !important;
  color: inherit !important;
}
.join-program::after,
.become-member::after {
  font-size: 18px;
  margin: 0 7px;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f054" !important;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.join-program {
  background: #00b4ff;
  color: #fff !important;
}
.join-program:hover, .join-program:focus {
  background-color: transparent;
  border: 2px solid #00b4ff !important;
  color: #00b4ff !important;
  transition: all 0.3s;
}

.become-member {
  background-color: transparent;
  border: 2px solid #00b4ff;
  color: #00b4ff;
}
.become-member:hover, .become-member:focus {
  background: #00b4ff;
  color: #fff !important;
  transition: all 0.3s;
}

.node--type-forum .paragraph--type--person-details-hr,
.page--mentoring .paragraph--type--person-details-hr {
  flex-direction: row;
  gap: 24px;
  margin-bottom: 70px;
  justify-content: space-between;
}
.node--type-forum .paragraph--type--person-details-hr.mentor-contact,
.page--mentoring .paragraph--type--person-details-hr.mentor-contact {
  margin-bottom: 10px;
}
.node--type-forum h4,
.page--mentoring h4 {
  margin-bottom: 18px;
}
.node--type-forum .mentors-wrapper .inner-wrap,
.page--mentoring .mentors-wrapper .inner-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 68px;
}
@media (max-width: 767px) {
  .node--type-forum .mentors-wrapper .inner-wrap,
  .page--mentoring .mentors-wrapper .inner-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}
.node--type-forum .mentors-wrapper .filter-wrapper,
.page--mentoring .mentors-wrapper .filter-wrapper {
  margin-top: -2px;
}
.node--type-forum #mentors,
.page--mentoring #mentors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 55px 0 0 0;
}
.node--type-forum #mentors .paragraph--type--person-details-hr,
.page--mentoring #mentors .paragraph--type--person-details-hr {
  flex: 0 0 50%;
  width: 50%;
  row-gap: 40px;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .node--type-forum #mentors .paragraph--type--person-details-hr,
  .page--mentoring #mentors .paragraph--type--person-details-hr {
    flex: 0 0 100%;
    width: 100%;
  }
}
.node--type-forum #mentors .paragraph--type--person-details-hr .mentor-item,
.page--mentoring #mentors .paragraph--type--person-details-hr .mentor-item {
  flex: 0 0 100%;
  align-items: center;
}
.node--type-forum #mentors .image-wrapper,
.page--mentoring #mentors .image-wrapper {
  margin: 1px;
}
.node--type-forum #mentors .info-wrapper,
.page--mentoring #mentors .info-wrapper {
  display: block;
}
.node--type-forum #mentors .info-wrapper .title,
.page--mentoring #mentors .info-wrapper .title {
  display: block;
  margin-bottom: 10px;
}
.node--type-forum #mentors .info-wrapper .faculty,
.page--mentoring #mentors .info-wrapper .faculty {
  font-size: 16px;
}
.node--type-forum .mentor-item,
.page--mentoring .mentor-item {
  display: flex;
  flex: 0 0 50%;
  gap: 20px;
}

.contact-info-wrapper {
  display: flex;
  flex-direction: column;
}
.contact-info-wrapper a {
  display: flex;
  align-items: center;
  line-height: 30px;
}
.contact-info-wrapper a::before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  color: #00b4ff;
  font-size: 17px;
  font-weight: 300;
  margin-inline-end: 8px;
}
.contact-info-wrapper a:first-child::before {
  content: "@";
}
.contact-info-wrapper a:last-child::before {
  content: "\f095";
}

.contact-info-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 15px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact-info-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

article.node.node--type-faq {
  max-height: 690px;
  overflow: auto;
}

.round-corners-wrapper {
  border-radius: 11px;
  margin-inline-start: 60px;
  box-shadow: -6px 6px 7px rgba(36, 66, 113, 0.1333333333);
  margin-block-end: 40px;
  overflow: hidden;
  float: right;
}
@media (max-width: 1000px) {
  .round-corners-wrapper {
    margin-inline-start: 0px;
    float: none;
    margin-top: 20px;
  }
}
.round-corners-wrapper img {
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1000px) {
  .round-corners-wrapper img {
    width: 100%;
  }
}

.view-recipients .filter-wrapper:not(.search-wrap) {
  flex: 0 0 48%;
  border: 1px solid #afafaf;
  border-radius: 28px;
  opacity: 1;
  padding: 0 20px;
  gap: 0px;
  height: 55px;
}
@media (max-width: 1000px) {
  .view-recipients .filter-wrapper:not(.search-wrap) {
    width: 100%;
    flex: 0 0 100%;
  }
}
.view-recipients .filter-wrapper:not(.search-wrap) .select2-container {
  width: 100%;
}
.view-recipients .filter-wrapper:not(.search-wrap) .select2-container.select2-container--open .select2-dropdown--below {
  left: auto;
}
.view-recipients .filter-wrapper:not(.search-wrap) .select2-container .select2-selection--single {
  padding: 10px 0;
}
.view-recipients .filter-wrapper:not(.search-wrap) label {
  width: fit-content;
}
.view-recipients .filter-wrapper.search-wrap {
  flex-direction: column;
  align-items: self-start;
  position: relative;
}
.view-recipients .filter-wrapper.search-wrap label.active {
  font: normal normal normal 24px/29px Heebo;
  letter-spacing: 0.24px;
  padding-bottom: 10px;
}
.view-recipients .filter-wrapper.search-wrap::after {
  content: "\f002";
  position: absolute;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  color: #00b4ff;
  font-weight: 500;
  position: absolute;
  right: 18px;
  font-size: 22px;
  bottom: 35px;
  transform: rotate(90deg);
}
.view-recipients .filter-wrapper.search-wrap input {
  border: solid 1px #afafaf !important;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  height: 55px;
  color: #000;
  background: #ffffff;
  padding: 10px 25px 10px 25px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  outline: none;
  border-radius: 40px !important;
  box-shadow: none;
  transition: none;
}
.view-recipients .filter-wrapper.search-wrap input:focus {
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.view-recipients .filter-wrapper.search-wrap input::placeholder {
  color: #000;
}
.view-recipients #recipients-list {
  margin-top: 30px;
}
.view-recipients h3 {
  letter-spacing: 0.18px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 0px;
  text-indent: 15px;
}
.view-recipients ul.categoryWrapper {
  text-indent: 15px;
  overflow: visible !important;
}
.view-recipients a.popup-gallery.cboxElement::after {
  margin-left: -10px;
}
.view-recipients a.popup-gallery.cboxElement:hover::after {
  margin-inline-start: -3px;
}
.view-recipients .filters {
  position: relative;
}
.view-recipients .filters .wrap {
  gap: 28px;
}
@media (max-width: 1200px) {
  .view-recipients .filters .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.view-recipients .filters .select2-selection__rendered {
  max-width: 215px;
}
.view-recipients .filters .select2-selection__arrow {
  top: 10px;
  right: -10px;
}

.show-more-wrapper {
  text-indent: 15px;
  font: normal normal 300 14px/29px Heebo;
  letter-spacing: 0.14px;
  color: #5d5d5d;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.show-more-wrapper::after {
  content: "";
  border-block-end: 1px solid rgba(175, 175, 175, 0.3411764706);
  display: block;
  width: 80%;
}
@media (max-width: 1000px) {
  .show-more-wrapper::after {
    width: 55%;
  }
}
.show-more-wrapper a.button.media_showmore {
  display: flex;
  margin-bottom: 10px;
}
.show-more-wrapper a.button.media_showmore:hover {
  text-decoration: none;
}
.show-more-wrapper a.button.media_showmore::after {
  display: block;
  content: "\f0d7";
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  color: #00b4ff;
  font-weight: 400;
  font-size: 18px;
}

a.clear-btn {
  display: flex;
  justify-content: flex-end;
  font: normal normal 300 16px/18px Heebo;
  letter-spacing: 0.16px;
  gap: 7px;
}
.filters a.clear-btn {
  position: absolute;
  bottom: -35px;
  right: 0;
}
a.clear-btn::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f00d";
  color: #00b4ff;
}

.categoryWrapper .item {
  width: 50%;
  margin-bottom: 15px;
  height: 20px;
}
@media (max-width: 1200px) {
  .categoryWrapper .item {
    width: 100%;
    padding: 0;
  }
}
.categoryWrapper .item a {
  color: #000 !important;
}
.categoryWrapper .item a::after {
  color: #00b4ff;
}
.categoryWrapper .item a:hover, .categoryWrapper .item a:focus {
  color: #00b4ff !important;
}

.page--network-for-israeli-women-postdocs-abroad .node--type-forum {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 26px 50px 32px 50px;
  margin-bottom: 60px;
  color: #000;
}

.contextual-region .contextual .contextual-links {
  z-index: 99999 !important;
}

.form-effect {
  display: flex;
  flex-wrap: wrap;
}
.form-effect .form-item {
  margin: 0;
}
.form-effect section {
  padding-bottom: 30px;
}
.form-effect #edit-i-wish-to-have-a-specific-mentor---wrapper {
  margin-bottom: 40px;
}
.form-effect .form-composite > .fieldset-wrapper > .description,
.form-effect .form-item .description {
  font-size: 20px;
  letter-spacing: 0.2px;
  padding-bottom: 20px;
}
.form-effect .form-composite > legend,
.form-effect .label {
  font: normal normal normal 20px/28px Heebo;
  letter-spacing: 0.2px;
  padding-bottom: 18px;
}
.form-effect label.option {
  font-size: 20px;
  color: #000;
  font-weight: 200;
}
.form-effect .form-item.form-item-focus-label {
  position: relative;
  margin: 0 0 15px;
  margin: 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.form-effect .form-item.form-item-focus-label:after {
  content: " ";
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
}
.form-effect .form-item.form-item-focus-label label {
  position: absolute;
  top: 16px;
  left: 25px;
  color: #000;
  transition: 0.5s;
  pointer-events: none;
  font-size: 20px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  margin: 0;
  font-weight: 200;
}
@media (max-width: 580px) {
  .form-effect .form-item.form-item-focus-label label {
    right: 10px;
  }
}
.form-effect .form-item.form-item-focus-label input[type=text]:not(.browser-default):focus:not([readonly]) {
  box-shadow: none;
}
.form-effect .form-item.form-item-focus-label input {
  border: solid 1px #afafaf !important;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  color: #000;
  background: #ffffff;
  padding: 20px 25px 10px 25px;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 40px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 580px) {
  .form-effect .form-item.form-item-focus-label input {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.form-effect .form-item.form-item-focus-label input.js-webform-telephone-international.webform-webform-telephone-international {
  padding: 10px 25px 10px 50px;
}
.form-effect .form-item.form-item-focus-label input:not(.browser-default):focus:not([readonly]) {
  box-shadow: none;
}
.form-effect .form-item.form-item-focus-label.form-textarea, .form-effect .form-item.form-item-focus-label.form-type-textarea {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.form-effect .form-item.form-item-focus-label.form-textarea label, .form-effect .form-item.form-item-focus-label.form-type-textarea label {
  position: static;
  margin-bottom: 17px;
  display: block;
  font-weight: 400;
}
.form-effect .form-item.form-item-focus-label.form-textarea.show-field-label-focus label, .form-effect .form-item.form-item-focus-label.form-textarea.show-field-label label, .form-effect .form-item.form-item-focus-label.form-textarea.form-type-select label, .form-effect .form-item.form-item-focus-label.form-type-textarea.show-field-label-focus label, .form-effect .form-item.form-item-focus-label.form-type-textarea.show-field-label label, .form-effect .form-item.form-item-focus-label.form-type-textarea.form-type-select label {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-weight: 400;
}
.form-effect .form-item.form-item-focus-label textarea {
  width: 100%;
  font-size: 16px;
  color: #000;
  background: #f7f7f7;
  height: 148px;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  border: none;
}
.form-effect .form-item.form-item-focus-label textarea.error {
  border-bottom: solid 1px #8c2e0b !important;
}
@media (max-width: 580px) {
  .form-effect .form-item.form-item-focus-label textarea {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.form-effect .form-item.form-item-focus-label.show-field-label-focus:after {
  background: #00b4ff;
}
.form-effect .form-item.form-item-focus-label.show-field-label-focus label {
  top: 10px;
  line-height: 12px;
  height: 12px;
  font-size: 13px;
  color: #9f9f9f;
}
.form-effect .form-item.form-item-focus-label.show-field-label:after {
  background: green;
}
.form-effect .form-item.form-item-focus-label.show-field-label label {
  top: 10px;
  line-height: 12px;
  height: 12px;
  font-size: 13px;
  color: #9f9f9f;
}
.form-effect .form-item.form-item-focus-label.form-type-select label {
  top: 10px;
  line-height: 12px;
  height: 12px;
  font-size: 13px;
  color: #9f9f9f;
  z-index: 2;
}
.form-effect .form-type-radio,
.form-effect .form-type-radio label {
  cursor: pointer;
}
.form-effect input[type=radio]:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: " ";
}
.form-effect input[type=radio]:focus:before, .form-effect input[type=radio]:checked:before {
  content: "\f00c";
  font-weight: bold;
}
.form-effect input[type=checkbox] {
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.form-effect input[type=checkbox]:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f0c8";
  line-height: 21px;
}
.form-effect input[type=checkbox]:focus:before {
  color: #000;
  font-weight: 400;
}
.form-effect input[type=checkbox]:checked:before {
  content: "\f14a";
  font-weight: bold;
  color: #000;
}
.form-effect .webform-type-radios,
.form-effect .webform-type-checkboxes,
.form-effect .webform-radios-other {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-effect .webform-type-radios .form-radios,
.form-effect .webform-type-radios .form-checkboxes,
.form-effect .webform-type-checkboxes .form-radios,
.form-effect .webform-type-checkboxes .form-checkboxes,
.form-effect .webform-radios-other .form-radios,
.form-effect .webform-radios-other .form-checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  gap: 64px;
}
.form-effect .webform-type-radios .form-radios > *,
.form-effect .webform-type-radios .form-checkboxes > *,
.form-effect .webform-type-checkboxes .form-radios > *,
.form-effect .webform-type-checkboxes .form-checkboxes > *,
.form-effect .webform-radios-other .form-radios > *,
.form-effect .webform-radios-other .form-checkboxes > * {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-effect .webform-type-radios .form-radios [type=radio]:not(:checked),
.form-effect .webform-type-radios .form-radios [type=radio]:checked,
.form-effect .webform-type-radios .form-checkboxes [type=radio]:not(:checked),
.form-effect .webform-type-radios .form-checkboxes [type=radio]:checked,
.form-effect .webform-type-checkboxes .form-radios [type=radio]:not(:checked),
.form-effect .webform-type-checkboxes .form-radios [type=radio]:checked,
.form-effect .webform-type-checkboxes .form-checkboxes [type=radio]:not(:checked),
.form-effect .webform-type-checkboxes .form-checkboxes [type=radio]:checked,
.form-effect .webform-radios-other .form-radios [type=radio]:not(:checked),
.form-effect .webform-radios-other .form-radios [type=radio]:checked,
.form-effect .webform-radios-other .form-checkboxes [type=radio]:not(:checked),
.form-effect .webform-radios-other .form-checkboxes [type=radio]:checked {
  position: unset;
  pointer-events: none;
  height: 22px;
  width: 22px;
  border: 2px solid #afafaf;
  border-radius: 3px;
  opacity: 1;
}
.form-effect .webform-type-radios .form-radios .form-item,
.form-effect .webform-type-radios .form-checkboxes .form-item,
.form-effect .webform-type-checkboxes .form-radios .form-item,
.form-effect .webform-type-checkboxes .form-checkboxes .form-item,
.form-effect .webform-radios-other .form-radios .form-item,
.form-effect .webform-radios-other .form-checkboxes .form-item {
  position: relative;
  display: flex;
  gap: 12px;
}
.form-effect .webform-type-radios .form-radios input,
.form-effect .webform-type-radios .form-checkboxes input,
.form-effect .webform-type-checkboxes .form-radios input,
.form-effect .webform-type-checkboxes .form-checkboxes input,
.form-effect .webform-radios-other .form-radios input,
.form-effect .webform-radios-other .form-checkboxes input {
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none;
}
.form-effect .webform-type-radios .form-radios input.error,
.form-effect .webform-type-radios .form-checkboxes input.error,
.form-effect .webform-type-checkboxes .form-radios input.error,
.form-effect .webform-type-checkboxes .form-checkboxes input.error,
.form-effect .webform-radios-other .form-radios input.error,
.form-effect .webform-radios-other .form-checkboxes input.error {
  color: #8c2e0b;
  background: transparent;
}
@media (max-width: 580px) {
  .form-effect .webform-type-radios,
  .form-effect .webform-type-checkboxes,
  .form-effect .webform-radios-other {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.form-effect input:focus,
.form-effect textarea:focus {
  outline: none;
}
.form-effect .submit-line,
.form-effect .form-actions {
  align-self: center;
  margin: 0;
  width: 100%;
  margin-right: auto;
}
.form-effect .submit-line button,
.form-effect .form-actions button {
  width: auto;
  height: 40px;
  overflow: unset;
  font: normal normal bold 30px/28px Heebo;
  letter-spacing: 0.3px;
}
.form-effect .submit-line,
.form-effect .form-actions {
  /*width: 120px;
  position: relative;
  outline: none;
  background-color: rgba(0, 114, 171, 0.35);
  color: $form_main_color;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  &:after {
  	@include awespro;
  	content: "\f245";
  	position: absolute;
  	right: 40px;
  	font-size: 24px;
  	top: 0;
  	line-height: 40px;
  }
  &:hover {
  	background: #0072ab;
  	color: #fff;
  	&:after {
  		animation-name: jump;
  		animation-timing-function: ease;
  		animation-duration: 0.4s;
  		animation-iteration-count: 2;
  	}
  	input[type="submit"] {
  		color: #fff;
  	}
  }
  @include breakpoint(mobileonly) {
  	margin-right: auto;
  	margin-left: auto;
  }*/
}
.form-effect input[type=submit] {
  width: 100%;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000;
  padding: 0 75px 0 40px;
  line-height: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.form-effect input[type=submit]:focus {
  background: #0072ab;
  color: #fff;
  box-sizing: border-box;
  z-index: 0;
}
.form-effect select.form-select {
  width: 1px;
  width: 0;
  height: 0px;
  /*display: block;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
  line-height: 0;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  /* For IE10 */
}
.form-effect select.form-select::-ms-expand {
  display: none;
}
.form-effect .dropdown_category .dropbtn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin: 0;
  padding: 20px 60px 0 20px;
  list-style: none;
  z-index: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-effect .dropdown_category .dropbtn:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f107";
  font-weight: bold;
  color: #2e2e2e;
  position: absolute;
  right: 30px;
  bottom: 0;
  line-height: 50px;
  z-index: -1;
}
.form-effect .dropdown_category .dropbtn:focus {
  box-shadow: 0 0 4px #222;
  outline: 0;
}
@media (max-width: 580px) {
  .form-effect .dropdown_category .dropbtn {
    padding-right: 30px;
    padding-left: 10px;
  }
  .form-effect .dropdown_category .dropbtn:before {
    right: 10px;
  }
}
.form-effect .overflow {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  top: 0;
  right: 0;
  display: none;
}
.form-effect .overflow.show {
  display: block;
}
.form-effect .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: 60px;
  top: 0 !important;
}
.form-effect .dropdown-content li {
  width: 100%;
  margin: 0;
  padding: 7.5px 10px 7.5px 40px;
  line-height: 20px;
  font-size: 18px;
  color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  min-height: inherit;
}
.form-effect .dropdown-content li span {
  padding: 0;
  color: #00b4ff;
}
@media (max-width: 580px) {
  .form-effect .dropdown-content {
    padding: 10px 0;
  }
  .form-effect .dropdown-content li {
    padding-left: 10px;
  }
}
.form-effect .show-field-label-focus .dropdown-content {
  display: block;
  background: #ffffff;
  z-index: 7;
  border: 1px solid #979797;
  height: auto;
  top: 50px;
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
  left: -1px;
}
.form-effect .field-widget-options-select {
  height: 50px;
  border: solid 1px #9f9f9f;
  padding: 0 20px;
  padding: 0;
  box-sizing: border-box;
}
.form-effect .field-widget-options-select.error-select {
  border-color: #8c2e0b;
}

.form-checkboxes .form-item.form-type-checkbox {
  margin: 5px 0;
}

#edit-personal-data .webform-section-wrapper {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1200px) {
  #edit-personal-data .webform-section-wrapper {
    display: flex;
    flex-direction: column;
  }
}
#edit-personal-data .webform-section-wrapper fieldset {
  grid-column: 1/4;
}
#edit-personal-data .webform-section-wrapper .iti {
  display: block;
}

#edit-mentor .form-item.form-item-focus-label.form-type-textfield {
  width: 375px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  #edit-mentor .form-item.form-item-focus-label.form-type-textfield {
    width: 100%;
  }
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield:after {
  height: 1px;
  background: #959595;
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield input {
  border: none !important;
  font-size: 20px;
  line-height: 20px;
  padding: 30px 0 10px;
  border-radius: 0 !important;
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield.show-field-label-focus:after, #edit-mentor .form-item.form-item-focus-label.form-type-textfield.show-field-label:after {
  background: #00b4ff;
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield.show-field-label-focus label, #edit-mentor .form-item.form-item-focus-label.form-type-textfield.show-field-label label {
  top: 0;
  line-height: 25px;
  height: 25px;
  font-size: 20px;
  color: #000;
}
#edit-mentor .form-item.form-item-focus-label.form-type-textfield.show-field-label:after {
  background: green;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .form-effect .webform-radios-other .form-radios,
  .form-effect .webform-type-radios .form-radios {
    gap: 15px;
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  #edit-actions-submit {
    padding: 7px 100px;
    margin: 0 auto;
  }
}

/*****************************/
/******* FILTER DROPDOWN *****/
/*****************************/
.filter-block {
  position: relative;
  height: 40px;
  margin: 15px 0 20px;
}
.years-list {
  display: none;
}

.filter-list,
.years-list {
  padding: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 1;
  width: 120px;
  right: 0;
  top: 0;
}
.filter-list.active,
.years-list.active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.filter-list .dropbtn,
.years-list .dropbtn {
  display: block;
  line-height: 46px;
  font-size: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  border-bottom: solid 1px #d23f08;
  width: 100%;
  text-align: center;
}
.filter-list .dropbtn:focus,
.years-list .dropbtn:focus {
  outline: 0;
}
.filter-list .dropbtn:focus-visible,
.years-list .dropbtn:focus-visible {
  font-weight: 700;
  box-shadow: 0 0 4px inset #222;
}
.filter-list .dropbtn:after,
.years-list .dropbtn:after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 46px;
  overflow: auto;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.filter-list .dropbtn.active:after,
.years-list .dropbtn.active:after {
  transform: rotate(-180deg);
}
.filter-list ul.dropdown-content,
.years-list ul.dropdown-content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  opacity: 1;
  position: static;
}
.filter-list ul.dropdown-content li,
.years-list ul.dropdown-content li {
  padding: 0;
  margin: 0;
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #979797;
}
.filter-list ul.dropdown-content li.year-,
.years-list ul.dropdown-content li.year- {
  display: none;
}
.filter-list ul.dropdown-content li:hover, .filter-list ul.dropdown-content li:focus, .filter-list ul.dropdown-content li.active,
.years-list ul.dropdown-content li:hover,
.years-list ul.dropdown-content li:focus,
.years-list ul.dropdown-content li.active {
  background: transparent;
}
.filter-list ul.dropdown-content a,
.years-list ul.dropdown-content a {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.filter-list ul.dropdown-content a:hover, .filter-list ul.dropdown-content a:focus,
.years-list ul.dropdown-content a:hover,
.years-list ul.dropdown-content a:focus {
  text-decoration: underline;
}
.filter-list ul.dropdown-content a.active,
.years-list ul.dropdown-content a.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  .filter-list,
  .years-list {
    /*@noflip*/
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*****************************/
/******* SHARE ICONS *********/
/*****************************/
.icons-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.icons-line > *:not(:last-child) {
  border-right: none;
}
.icons-line .share:before {
  display: none;
}
.icons-line .add-to-calendar:hover, .icons-line .add-to-calendar:focus {
  background: #000;
  color: #fff;
}

.share-icons {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.share-icons .share-dest {
  display: none;
  height: 33px;
}
.share-icons .share-dest .wrap {
  display: flex;
  align-items: center;
}
.share-icons .share-dest .icon {
  margin-left: 15px;
  line-height: 33px;
  font-size: 15px;
}
.share-icons .share-dest .icon:last-child {
  margin-right: 15px;
}
.share-icons .share-dest .icon:before {
  display: none;
}
.share-icons .share-dest .icon i {
  font-weight: bold;
  line-height: 33px;
}
.share-icons .share-toggle,
.share-icons .toggle {
  padding: 0;
  margin: 0;
}
.share-icons .share-toggle a:hover,
.share-icons .share-toggle a:focus,
.share-icons .toggle a:hover,
.share-icons .toggle a:focus {
  text-decoration: none;
}
.share-icons .share-toggle .share,
.share-icons .toggle .share {
  border: none !important;
  margin: 0 !important;
  font-size: 15px;
  line-height: 33px;
  display: block;
}
.share-icons .share-toggle a.share:hover, .share-icons .share-toggle a.share:focus, .share-icons .share-toggle a.share.active,
.share-icons .toggle a.share:hover,
.share-icons .toggle a.share:focus,
.share-icons .toggle a.share.active {
  background: #000;
  color: #fff;
}

.dropdown-cats-list {
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  z-index: 8;
  width: 300px;
  top: 10px;
  font-size: 1.125rem;
  font-weight: 400;
}
.dropdown-cats-list.active {
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.25);
}
.dropdown-cats-list .dropbtn {
  display: block;
  line-height: 40px;
  border: none;
  cursor: pointer;
  padding: 0 50px 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.dropdown-cats-list .dropbtn button, .dropdown-cats-list .dropbtn span {
  font-weight: 300;
  border: none;
  background: transparent;
  margin-left: 10px;
  padding: 0;
}
.dropdown-cats-list .dropbtn:focus {
  outline: 0;
}
.dropdown-cats-list .dropbtn:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f073";
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  color: #00b4ff;
}
.dropdown-cats-list .cats {
  padding: 10px 0;
  margin: 0;
  display: none;
  opacity: 1;
  border: none;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #383d47;
}
.dropdown-cats-list .cats:before {
  display: none;
}
.dropdown-cats-list .cats a, .dropdown-cats-list .cats label {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: left;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  background: transparent;
  width: 100%;
  border: none;
  width: 100%;
  margin: 0;
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 1.125rem;
  cursor: pointer;
}
.dropdown-cats-list .cats a.active, .dropdown-cats-list .cats label.active {
  display: none;
}
.dropdown-cats-list .cats a.selected, .dropdown-cats-list .cats label.selected {
  border: none;
  color: #383d47;
}
.dropdown-cats-list .cats a.selected:after, .dropdown-cats-list .cats label.selected:after {
  display: none;
}
.dropdown-cats-list .cats input:checked + label {
  background: rgba(255, 148, 70, 0.3);
}

.page-user.not-logged-in:not(.page-user-logout) nav.navigation,
.page-user.not-logged-in:not(.page-user-logout) .h1-wrapper,
.path-user nav.navigation,
.path-user .h1-wrapper {
  display: none;
}
.page-user.not-logged-in:not(.page-user-logout) #main,
.page-user.not-logged-in:not(.page-user-logout) main,
.path-user #main,
.path-user main {
  /*max-width: 1240px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;*/
}
.page-user.not-logged-in:not(.page-user-logout) #block-parentinfo,
.path-user #block-parentinfo {
  padding-top: 50px;
  margin-top: 100px;
}
.page-user.not-logged-in:not(.page-user-logout) #block-wis-theme-content,
.path-user #block-wis-theme-content {
  width: 400px;
  max-width: 100%;
  height: 370px;
  background: #fff;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 40px 60px;
  box-sizing: border-box;
  margin: -40px auto 40px;
  position: relative;
  font-family: "Quicksand", sans-serif;
}
.page-user.not-logged-in:not(.page-user-logout) .login-title,
.path-user .login-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px;
}
.page-user.not-logged-in:not(.page-user-logout) h3,
.page-user.not-logged-in:not(.page-user-logout) .login-subtitle,
.path-user h3,
.path-user .login-subtitle {
  text-align: center;
  font-size: 14px;
  color: #000;
}
@media (max-width: 580px) {
  .page-user.not-logged-in:not(.page-user-logout) #main,
  .path-user #main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-user.not-logged-in:not(.page-user-logout) .region-content,
  .path-user .region-content {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 30px;
  }
}

#user-login,
.user-login-form {
  margin-top: 30px;
}
#user-login .form-item,
.user-login-form .form-item {
  margin: 0;
}
#user-login .form-item .description,
.user-login-form .form-item .description {
  display: none;
}
#user-login .form-item:before,
.user-login-form .form-item:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  position: absolute;
  left: 0;
  color: #8c8b8b;
  top: 20px;
  font-size: 14px;
  line-height: 22px;
}
#user-login .form-item.form-item-name:before,
.user-login-form .form-item.form-item-name:before {
  content: "\f007";
}
#user-login .form-item.form-type-password:before,
.user-login-form .form-item.form-type-password:before {
  content: "\f30d";
}
#user-login .form-item.form-item-focus-label,
.user-login-form .form-item.form-item-focus-label {
  position: relative;
  margin: 0 0 30px;
}
#user-login .form-item.form-item-focus-label:after,
.user-login-form .form-item.form-item-focus-label:after {
  content: " ";
  bottom: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #959595;
}
#user-login .form-item.form-item-focus-label label,
.user-login-form .form-item.form-item-focus-label label {
  position: absolute;
  top: 20px;
  left: 25px;
  color: #8c8b8b;
  transition: 0.5s;
  pointer-events: none;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
}
#user-login .form-item.form-item-focus-label label.error-label,
.user-login-form .form-item.form-item-focus-label label.error-label {
  color: #c00 !important;
}
#user-login .form-item.form-item-focus-label input,
.user-login-form .form-item.form-item-focus-label input {
  border: none;
  font-size: 18px;
  line-height: 22px;
  height: 45px;
  color: #000;
  background: #ffffff;
  padding: 20px 0 3px 25px;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#user-login .form-item.form-item-focus-label.show-field-label-focus label, #user-login .form-item.form-item-focus-label.show-field-label label,
.user-login-form .form-item.form-item-focus-label.show-field-label-focus label,
.user-login-form .form-item.form-item-focus-label.show-field-label label {
  top: 0px;
  line-height: 12px;
  height: 12px;
  font-size: 12px;
}
#user-login input[type=submit],
#user-login button[type=submit],
.user-login-form input[type=submit],
.user-login-form button[type=submit] {
  border: none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: #00b4ff;
  color: #fff;
  line-height: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}
#user-login input[type=submit][disabled=disabled],
#user-login button[type=submit][disabled=disabled],
.user-login-form input[type=submit][disabled=disabled],
.user-login-form button[type=submit][disabled=disabled] {
  background: #d1cfcf;
  color: #000;
}

#main #user-login,
main .user-login-form,
#search-block-form,
#search-block-form--2,
#main form.form-effect {
  /*** Remove Arrows/Spinners ***/
  /* Chrome, Safari, Edge, Opera */
}
#main #user-login input::-webkit-outer-spin-button,
#main #user-login input::-webkit-inner-spin-button,
main .user-login-form input::-webkit-outer-spin-button,
main .user-login-form input::-webkit-inner-spin-button,
#search-block-form input::-webkit-outer-spin-button,
#search-block-form input::-webkit-inner-spin-button,
#search-block-form--2 input::-webkit-outer-spin-button,
#search-block-form--2 input::-webkit-inner-spin-button,
#main form.form-effect input::-webkit-outer-spin-button,
#main form.form-effect input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#main #user-login,
main .user-login-form,
#search-block-form,
#search-block-form--2,
#main form.form-effect {
  /* Firefox */
}
#main #user-login input[type=number],
main .user-login-form input[type=number],
#search-block-form input[type=number],
#search-block-form--2 input[type=number],
#main form.form-effect input[type=number] {
  -moz-appearance: textfield;
}
#main #user-login,
main .user-login-form,
#search-block-form,
#search-block-form--2,
#main form.form-effect {
  /* Change Autocomplete styles in Chrome*/
}
#main #user-login input:-webkit-autofill,
#main #user-login input:-webkit-autofill:hover,
#main #user-login input:-webkit-autofill:focus,
#main #user-login input:-webkit-autofill:active,
#main #user-login textarea:-webkit-autofill,
#main #user-login textarea:-webkit-autofill:hover,
#main #user-login textarea:-webkit-autofill:focus,
#main #user-login textarea:-webkit-autofill:active,
#main #user-login select:-webkit-autofill,
#main #user-login select:-webkit-autofill:hover,
#main #user-login select:-webkit-autofill:focus,
#main #user-login select:-webkit-autofill:active,
#main #user-login input:-internal-autofill-selected,
main .user-login-form input:-webkit-autofill,
main .user-login-form input:-webkit-autofill:hover,
main .user-login-form input:-webkit-autofill:focus,
main .user-login-form input:-webkit-autofill:active,
main .user-login-form textarea:-webkit-autofill,
main .user-login-form textarea:-webkit-autofill:hover,
main .user-login-form textarea:-webkit-autofill:focus,
main .user-login-form textarea:-webkit-autofill:active,
main .user-login-form select:-webkit-autofill,
main .user-login-form select:-webkit-autofill:hover,
main .user-login-form select:-webkit-autofill:focus,
main .user-login-form select:-webkit-autofill:active,
main .user-login-form input:-internal-autofill-selected,
#search-block-form input:-webkit-autofill,
#search-block-form input:-webkit-autofill:hover,
#search-block-form input:-webkit-autofill:focus,
#search-block-form input:-webkit-autofill:active,
#search-block-form textarea:-webkit-autofill,
#search-block-form textarea:-webkit-autofill:hover,
#search-block-form textarea:-webkit-autofill:focus,
#search-block-form textarea:-webkit-autofill:active,
#search-block-form select:-webkit-autofill,
#search-block-form select:-webkit-autofill:hover,
#search-block-form select:-webkit-autofill:focus,
#search-block-form select:-webkit-autofill:active,
#search-block-form input:-internal-autofill-selected,
#search-block-form--2 input:-webkit-autofill,
#search-block-form--2 input:-webkit-autofill:hover,
#search-block-form--2 input:-webkit-autofill:focus,
#search-block-form--2 input:-webkit-autofill:active,
#search-block-form--2 textarea:-webkit-autofill,
#search-block-form--2 textarea:-webkit-autofill:hover,
#search-block-form--2 textarea:-webkit-autofill:focus,
#search-block-form--2 textarea:-webkit-autofill:active,
#search-block-form--2 select:-webkit-autofill,
#search-block-form--2 select:-webkit-autofill:hover,
#search-block-form--2 select:-webkit-autofill:focus,
#search-block-form--2 select:-webkit-autofill:active,
#search-block-form--2 input:-internal-autofill-selected,
#main form.form-effect input:-webkit-autofill,
#main form.form-effect input:-webkit-autofill:hover,
#main form.form-effect input:-webkit-autofill:focus,
#main form.form-effect input:-webkit-autofill:active,
#main form.form-effect textarea:-webkit-autofill,
#main form.form-effect textarea:-webkit-autofill:hover,
#main form.form-effect textarea:-webkit-autofill:focus,
#main form.form-effect textarea:-webkit-autofill:active,
#main form.form-effect select:-webkit-autofill,
#main form.form-effect select:-webkit-autofill:hover,
#main form.form-effect select:-webkit-autofill:focus,
#main form.form-effect select:-webkit-autofill:active,
#main form.form-effect input:-internal-autofill-selected {
  border: 0;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.85);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
#main #user-login input::-ms-clear,
main .user-login-form input::-ms-clear,
#search-block-form input::-ms-clear,
#search-block-form--2 input::-ms-clear,
#main form.form-effect input::-ms-clear {
  display: none;
}

/*.slick-list {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 50px 0 140px;
}
.slick-slide {
	width: 470px;
	padding: 30px 65px;
	transition: all 300ms ease;
	img {
		display: block;
		border-radius: 43px;
	}
	.slide__content {
		box-shadow: 0px 22px 51px #a4e0ff78;
		border-radius: 43px;
	}
	&.slick-center {
		-moz-transform: scale(1.25);
		-ms-transform: scale(1.25);
		-o-transform: scale(1.25);
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
}*/
.slick__arrow {
  background: transparent;
  height: auto;
  top: 1em;
  bottom: 0;
  position: relative;
  width: 300px;
}

.slick-arrow:hover, .slick-arrow:focus {
  background: transparent;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  z-index: 1;
  width: 22px;
  height: 22px;
  padding: 0;
  flex: 0 0 auto;
  text-align: right;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  left: calc(50% + 215px);
  bottom: 80px;
}
@media (max-width: 1200px) {
  .slick-prev,
  .slick-next {
    bottom: 60px;
  }
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  /*@replace: "\f053"*/
  content: "\f054";
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #00b4ff;
}

@media (max-width: 1200px) {
  .slick-next {
    left: calc(50% + 100px);
  }
}
@media (max-width: 767px) {
  .slick-next {
    left: 50%;
  }
}

.slick-prev {
  text-align: left;
  right: inherit;
  left: calc(50% + 90px);
}
@media (max-width: 1200px) {
  .slick-prev {
    left: 33%;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: 30%;
  }
}
.slick-prev:before {
  /*@replace: "\f054"*/
  content: "\f053";
}

.slick-dots {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  line-height: 0;
  padding: 0 15px !important;
  margin: 0;
  left: calc(50% + 90px);
  bottom: 80px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .slick-dots {
    transform: translateX(calc(50% - 40px));
    bottom: 60px;
    left: calc(50% - 100px);
    right: 50%;
  }
}
.slick-dots li {
  margin: 6px !important;
}
.slick-dots button {
  border: none;
  background: #9ae1ff;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 580px) {
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots .slick-active button {
  background: #00b4ff;
}

body:not(.path-frontpage) .slick-slide {
  border-radius: 25px;
  overflow: hidden;
}

.slide .contextual .trigger {
  right: 66px;
}

#cboxOverlay {
  opacity: 0.45 !important;
}
@media (max-width: 1000px) {
  #cboxOverlay {
    opacity: 0.75 !important;
  }
}

#colorbox #cboxWrapper {
  padding: 37px 60px;
}
#colorbox #cboxClose {
  background: transparent;
  font-size: 0;
  top: -40px;
  right: -40px;
  bottom: inherit;
  text-indent: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
#colorbox #cboxClose:before {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f00d";
  font-size: 26px;
  line-height: 20px;
  display: block;
  color: #00b4ff;
}

.slick-dotted {
  height: inherit !important;
}

body.has-sidebar:not(.page--mentoring) {
  background: #ebf9ff;
}
body.has-sidebar:not(.page--mentoring) .container {
  position: relative;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) .container .row {
    display: flex;
    flex-direction: column;
  }
}
body.has-sidebar:not(.page--mentoring) #page .breadcrumb {
  position: absolute;
  top: 0;
  left: 430px;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #page .breadcrumb {
    display: none;
  }
}
body.has-sidebar:not(.page--mentoring) section#main {
  position: relative;
  z-index: 2;
}
body.has-sidebar:not(.page--mentoring) #content {
  background: white;
  width: 75%;
  height: max-content;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  min-height: 530px;
  margin-inline-start: 25%;
  padding-inline-start: calc(10% - 10px);
  padding-top: 50px;
  padding-inline-end: 5%;
  overflow: visible;
  margin-bottom: 80px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #content {
    width: 100%;
    margin-inline-start: 0;
    margin-top: 30px;
    border-radius: 56px;
    padding-top: 57px;
    order: 2;
  }
}
body.has-sidebar:not(.page--mentoring) #content::before {
  content: "";
  background: url(../../images/content-bg.svg);
  background-size: 100%;
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -120px;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #content::before {
    display: none;
  }
}
body.has-sidebar:not(.page--mentoring) #content .text-formatted p {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #content .text-formatted p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #content .view-header {
    margin-bottom: 20px;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  width: 30%;
  height: max-content;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar {
    position: unset;
    order: 1;
    width: 100%;
    height: 85px;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar .container {
  padding: 0;
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.24px;
  font-size: 24px;
  /* color: #fff; */
  background: transparent linear-gradient(0deg, #00d9e7 0%, #00d9e7 0%, #00b4ff 99%, #00b4ff 100%) 0% 0% no-repeat padding-box;
  border-radius: 46px;
  width: inherit;
  margin: 0;
  padding: 22px 0px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu {
    padding: 0;
    align-items: center;
    position: relative;
    height: 70px;
    z-index: 1;
  }
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu::before {
    font-size: 18px;
    font-family: "FontAwesomePro6", sans-serif;
    font-weight: 300;
    font-weight: 500;
    content: "\f054" !important;
    color: #fff;
    position: absolute;
    right: 43px;
    font-size: 25px;
    font-weight: 600;
    transform: rotate(90deg);
    top: 7px;
    transition: all 0.3s;
  }
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu.expanded::before {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu.expanded li.menu-item--active-trail a::before {
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li {
    display: none;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li.menu-item--active-trail {
  position: relative;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li.menu-item--active-trail {
    position: unset;
    display: block;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li.menu-item--active-trail a::before {
  font-size: 18px;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  font-weight: 500;
  content: "\f054" !important;
  color: #fff;
  position: absolute;
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li.menu-item--active-trail a::before {
    display: none;
    font-size: 25px;
    font-weight: 700;
    transform: rotate(90deg);
    top: 26px;
    transition: all 0.3s;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.568627451);
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu li:not(:last-child) a {
    border: none;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a {
  font-size: 24px;
  letter-spacing: 0.24px;
  color: #fff;
  padding: 20px 40px;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a {
    position: unset;
    font-size: 24px;
    letter-spacing: 0.34px;
    font-weight: 500;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active {
  font-weight: 500;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active {
    font-weight: 600;
  }
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a:hover {
    color: #000;
  }
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a:hover::after {
    display: none !important;
  }
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a:hover, body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active {
  background: inherit;
  text-decoration: none;
}
body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a:hover::after, body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active::after {
  content: "";
  width: 90px;
  height: 3px;
  background: #fff;
  display: block;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1200px) {
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active {
    position: relative;
  }
  body.has-sidebar:not(.page--mentoring) #sidebar ul.menu a.is-active::after {
    width: 80px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }
}
body.page-node-type-mentoring, body.page--mentoring {
  background: #ebf9ff;
}
body.page-node-type-mentoring .container, body.page--mentoring .container {
  position: relative;
}
body.page-node-type-mentoring #page .breadcrumb, body.page--mentoring #page .breadcrumb {
  background: #fff;
  padding-inline-start: 30px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  margin-bottom: -10px;
}
@media (max-width: 1200px) {
  body.page-node-type-mentoring #page .breadcrumb, body.page--mentoring #page .breadcrumb {
    display: none;
  }
}
body.page-node-type-mentoring #page .breadcrumb .container, body.page--mentoring #page .breadcrumb .container {
  padding-left: auto;
  padding-right: auto;
}
body.page-node-type-mentoring #content, body.page--mentoring #content {
  padding-top: 60px;
  background: #fff;
  border-radius: 11px;
}

.field--name-field-faq {
  padding-top: 20px;
}
.field--name-field-faq .field__item:first-child .field--name-field-question {
  border-top: 1px solid #afafaf;
}
.field--name-field-faq .field--name-field-question {
  padding: 15px 0;
  border-bottom: 1px solid #afafaf;
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.field--name-field-faq .field--name-field-question.active {
  border: none;
}
.field--name-field-faq .field--name-field-question.active::after {
  content: "\f068";
}
.field--name-field-faq .field--name-field-question::after {
  content: "+";
  color: #00b4ff;
  font-size: 24px;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
}
.field--name-field-faq .field--name-field-answer {
  background: #ebf9ff;
  padding: 25px 20px;
}

.memoriam-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font: normal normal normal 24px/24px Heebo;
  letter-spacing: 0px;
  color: #000000;
}
.memoriam-title .years-wrapper {
  display: flex;
}

.field--name-field-in-memoriam {
  padding-top: 20px;
}

.paragraph--type--in-memoriam,
.paragraph--type--memoriam {
  gap: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 32px;
  align-items: flex-start;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.paragraph--type--in-memoriam .field--name-field-full-name,
.paragraph--type--memoriam .field--name-field-full-name {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}
.paragraph--type--in-memoriam .field--name-field-full-name::after,
.paragraph--type--memoriam .field--name-field-full-name::after {
  display: inline-block;
  content: "";
  background-color: #afafaf;
  height: 35px;
  width: 1px;
  margin: 0 20px;
}
.paragraph--type--in-memoriam .field--name-field-years,
.paragraph--type--memoriam .field--name-field-years {
  font: normal normal normal 24px/24px Heebo;
  color: #000000;
}
.paragraph--type--in-memoriam .field--name-field-department,
.paragraph--type--memoriam .field--name-field-department {
  padding-bottom: 15px;
}

a.popup-gallery.cboxElement {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  a.popup-gallery.cboxElement {
    margin-bottom: 5px;
  }
}
a.popup-gallery.cboxElement:hover, a.popup-gallery.cboxElement:focus {
  text-decoration: none !important;
}
a.popup-gallery.cboxElement:hover::after, a.popup-gallery.cboxElement:focus::after {
  transition: all 0.3s;
  margin-inline-start: 17px;
}
a.popup-gallery.cboxElement::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f105";
  font-size: 22px;
  margin-left: 10px;
  color: #00b4ff;
  transition: all 0.3s;
  margin-top: 2px;
}
body.page-gallery a.popup-gallery.cboxElement::after {
  display: none;
}

.page-no-sidebar:not(.page--network-for-israeli-women-postdocs-abroad):not(.page-node-type-forum) #content,
.node--type-contact,
.page-form .row,
.node--type-forum,
.node.node--type-forum {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 26px 50px 40px 50px;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1200px) {
  .page-no-sidebar:not(.page--network-for-israeli-women-postdocs-abroad):not(.page-node-type-forum) #content,
  .node--type-contact,
  .page-form .row,
  .node--type-forum,
  .node.node--type-forum {
    padding: 26px 20px 40px 20px;
  }
}

.page-node-type-forum .node--type-forum {
  margin-bottom: 27px;
  padding-bottom: 30px;
}
.page-node-type-forum .events-list {
  margin-bottom: 66px;
  display: flex;
  gap: 30px;
  width: 100%;
}
.page-node-type-forum .events-list li {
  width: 33%;
  position: relative;
}
.page-node-type-forum .events-list li .atcb-button-wrapper {
  right: 10px;
  top: 10px;
}
.page-node-type-forum .all-link {
  margin-bottom: 30px;
}
.page-node-type-forum .view-events .container {
  padding: 0;
}

.buttons-wrapper {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .buttons-wrapper {
    flex-direction: column;
  }
}

#counter,
#counter-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.page-no-sidebar,
.page-node-type-events,
.page-form,
.page-node-type-basic-page,
.page-node-type-resources,
.page-resources,
.page-node-type-forum,
.page-node-type-news,
.path-galleries,
.page--contact,
.path-media,
.path-events {
  background-color: #ebf9ff;
  color: #000;
}

.page-node-type-events #content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding-top: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #000;
}
.page-node-type-events #content .events-content-wrapper {
  padding: 0px 50px 40px 50px;
}
@media (max-width: 1000px) {
  .page-node-type-events #content .events-content-wrapper {
    padding: 0px 30px 10px 30px;
  }
}
.page-node-type-events #content .event-cover-bottom-wrapper,
.page-node-type-events #content .field--name-field-default-image.field--type-image {
  height: 473px;
  position: relative;
}
@media (max-width: 1000px) {
  .page-node-type-events #content .event-cover-bottom-wrapper,
  .page-node-type-events #content .field--name-field-default-image.field--type-image {
    height: 370px;
  }
}
.page-node-type-events #content .event-cover-bottom-wrapper::before,
.page-node-type-events #content .field--name-field-default-image.field--type-image::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 105px;
  display: block;
  background: transparent linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8509803922) 34%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  top: 0px;
}
.page-node-type-events #content .event-cover-bottom-wrapper img,
.page-node-type-events #content .field--name-field-default-image.field--type-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.path-frontpage .events-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 38px;
  column-gap: 28px;
  overflow: visible !important;
  height: 100% !important;
  margin-bottom: 54px;
}
.path-frontpage .events-list li {
  flex: 0 0 31.333%;
  position: relative;
}
@media (max-width: 1200px) {
  .path-frontpage .events-list li {
    flex: 0 0 48%;
  }
}
@media (max-width: 1200px) {
  .path-frontpage .events-list li {
    flex: 0 0 100%;
  }
}
.path-frontpage .events-list li .atcb-button-wrapper {
  right: 10px;
}
.events-list#past-events li {
  width: 33.333%;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 22px;
}
@media (max-width: 1200px) {
  .events-list#past-events li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .events-list#past-events li {
    width: 100%;
  }
}
.events-list li {
  width: 31%;
}
@media (max-width: 1200px) {
  .events-list li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .events-list li {
    width: 100%;
  }
}

#gallery li,
#gallery .views-row,
#gallery .item {
  padding-bottom: 22px;
}

#gallery li,
#gallery .views-row,
#gallery .item,
#media li,
#media .views-row,
#media .item,
#upcoming-events li,
#upcoming-events .views-row,
#upcoming-events .item {
  width: 33.333%;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 22px;
  position: relative;
}
@media (max-width: 1200px) {
  #gallery li,
  #gallery .views-row,
  #gallery .item,
  #media li,
  #media .views-row,
  #media .item,
  #upcoming-events li,
  #upcoming-events .views-row,
  #upcoming-events .item {
    width: 50%;
  }
  #gallery li .block-item-wrapper,
  #gallery .views-row .block-item-wrapper,
  #gallery .item .block-item-wrapper,
  #media li .block-item-wrapper,
  #media .views-row .block-item-wrapper,
  #media .item .block-item-wrapper,
  #upcoming-events li .block-item-wrapper,
  #upcoming-events .views-row .block-item-wrapper,
  #upcoming-events .item .block-item-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #gallery li,
  #gallery .views-row,
  #gallery .item,
  #media li,
  #media .views-row,
  #media .item,
  #upcoming-events li,
  #upcoming-events .views-row,
  #upcoming-events .item {
    width: 100%;
  }
}
#gallery li::before,
#gallery .views-row::before,
#gallery .item::before,
#media li::before,
#media .views-row::before,
#media .item::before,
#upcoming-events li::before,
#upcoming-events .views-row::before,
#upcoming-events .item::before {
  display: none !important;
}

.atcb-initialized {
  display: block !important;
}

.gallery-sizer-element,
.events-sizer-element,
.media-sizer-element {
  width: 33.333%;
}
@media (max-width: 1200px) {
  .gallery-sizer-element,
  .events-sizer-element,
  .media-sizer-element {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-sizer-element,
  .events-sizer-element,
  .media-sizer-element {
    width: 100%;
  }
}

.block-item-wrapper {
  flex: 0 0 33%;
  display: flex;
  position: relative !important;
  transform: none !important;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 11px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .block-item-wrapper {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .block-item-wrapper {
    width: 100%;
    flex: 0 0 100%;
  }
}
.path-frontpage .block-item-wrapper {
  height: 100% !important;
  justify-content: center;
}

#gallery .views-field-field-date,
#media .views-field-field-date,
.media-type,
.event-type-wrapper {
  border-radius: 13px;
  background: #00b4ff;
  color: #fff;
  padding: 2px 30px;
  width: max-content;
  font-size: 16px;
}

.event-date-from {
  font-size: 14px;
}

.media-date {
  font-size: 16px;
}

.media-date,
.event-date-from {
  display: flex;
}
.media-date span.delimeter,
.event-date-from span.delimeter {
  padding: 0 2px;
}

.media-label,
.event-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.path-frontpage .media-label,
.path-frontpage .event-title {
  margin-bottom: 0;
}

.event-abstract-wrap {
  overflow: hidden;
  transition: all 0.5s ease;
}
.event-abstract-wrap.active .event-abstract {
  -webkit-line-clamp: unset;
}
.event-abstract-wrap .read-more {
  display: none;
  background: transparent;
  border: none;
  width: max-content;
  font: normal normal 300 16px/24px Heebo;
  flex: 0 0 auto;
  height: auto;
  width: 100%;
  justify-content: flex-end;
  margin-top: -30px;
  margin-bottom: 42px;
  gap: 8px;
}
.event-abstract-wrap .read-more::after {
  content: "";
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f078";
  color: #00b4ff;
  font-size: 12px;
}

.media-description,
.event-abstract {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 31px;
}
.media-description.no-ellipsis,
.event-abstract.no-ellipsis {
  -webkit-line-clamp: unset;
}
.path-frontpage .media-description,
.path-frontpage .event-abstract {
  margin-bottom: 0;
}

.media-link > a {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.media-link > a:hover, .media-link > a:focus {
  text-decoration: none;
}

.event-info-wrapper {
  padding: 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 202px);
  position: relative;
  z-index: 1;
}
.event-info-wrapper .event-date-wrap {
  justify-content: flex-start;
  gap: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .event-info-wrapper .event-date-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.event-info-wrapper .more-wrapper {
  justify-content: flex-end;
  gap: 70px;
}
.path-frontpage .event-info-wrapper {
  padding: 0px 15px 15px 15px;
}

.right-side > a {
  display: flex;
  justify-content: flex-end;
  margin: 0 12px 12px;
  width: 100%;
}
.right-side > a:hover {
  text-decoration: none !important;
}

.path-frontpage .block-item-wrapper > .wrap {
  padding: 15px 15px 0;
}

.views-field-field-gallery-cover,
.event-cover-wrapper {
  position: relative;
  height: 202px;
  width: 100%;
  background: url(../../images/defalt.png) no-repeat !important;
  background-size: cover !important;
  display: block;
}
.views-field-field-gallery-cover::after,
.event-cover-wrapper::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  background: linear-gradient(360deg, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  bottom: -5px;
}
.views-field-field-gallery-cover img,
.event-cover-wrapper img {
  width: 100%;
  height: 202px;
  object-fit: cover;
}

#gallery,
#media {
  margin: 0;
}
#gallery > .wrap,
#media > .wrap {
  margin-bottom: 45px;
}
#gallery .field--name-field-media-link,
#media .field--name-field-media-link {
  font-size: 0;
  height: 0;
}
#gallery li,
#media li {
  padding: 0px 15px 22px 15px;
}
#gallery li .block-item-wrapper,
#media li .block-item-wrapper {
  padding: 35px 22px 22px;
}
#gallery .views-row .block-item-wrapper,
#media .views-row .block-item-wrapper {
  padding-bottom: 22px;
}
#gallery .views-row .block-item-wrapper .views-field.views-field-nothing,
#media .views-row .block-item-wrapper .views-field.views-field-nothing {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
#gallery .views-row .gallery-title,
#media .views-row .gallery-title {
  font-size: 22px;
  line-height: 25px;
}

#page .atcb-button-wrapper {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  top: 30px;
}
#page .atcb-button {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 0;
  width: auto;
  margin: 0;
  min-width: auto;
  max-width: initial;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#page .atcb-button span.atcb-icon {
  font-size: 15px;
  margin: 0;
  padding: 6px;
  background: #00b4ff;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  height: 31px;
  width: 31px;
}
#page .events-page-wrapper .atcb-button-wrapper {
  position: unset;
}
#page .events-page-wrapper span.atcb-icon {
  background: transparent;
  color: #00b4ff;
  height: auto;
  width: auto;
  padding: 0;
}
#page .events-page-wrapper span.atcb-icon svg,
#page .events-page-wrapper span.atcb-icon .atcb-icon-trigger {
  display: none;
}
#page .events-page-wrapper span.atcb-icon::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f271";
  font-size: 30px;
}
#page .events-page-wrapper .event-type-wrapper {
  font-size: 20px;
  padding: 4px 40px;
  border-radius: 17px;
}
#page .events-page-wrapper .event-info-wrapper {
  padding: 28px 0 0px 0;
}

.events-page-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 26px 0px 0 0px;
}
.events-page-wrapper .event-title {
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
}
.events-page-wrapper .event-abstract {
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 42px;
  height: max-content !important;
}
.events-page-wrapper .event-date-block {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 0 0 50%;
}
.events-page-wrapper .dates-inner-wrapper {
  padding: 25px 33px 15px 33px;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 20px;
}
.events-page-wrapper .dates-inner-wrapper .delimiter {
  width: 30px;
  border-block-start: 1px solid;
  font-size: 0;
  display: flex;
  align-items: center;
  height: 1px;
}
.events-page-wrapper .start-date,
.events-page-wrapper .end-date {
  display: flex;
  gap: 12px;
}
.events-page-wrapper .meetings-wrapper {
  display: flex;
  gap: 4px;
  font-weight: 200;
  padding: 10px 0;
}
.events-page-wrapper .meetings-wrapper span {
  font-weight: 500;
}
.events-page-wrapper .registration-closed-wrapper,
.events-page-wrapper .field--name-field-event-sign-up-link.field--type-link {
  background: #00b4ff 0% 0% no-repeat padding-box;
  color: #ffffff;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  padding: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-height: 63px;
  overflow: hidden;
}
.events-page-wrapper .registration-closed-wrapper a,
.events-page-wrapper .field--name-field-event-sign-up-link.field--type-link a {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.events-page-wrapper .registration-closed-wrapper a::after,
.events-page-wrapper .field--name-field-event-sign-up-link.field--type-link a::after {
  content: "\f054" !important;
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  font-weight: 500;
  font-size: 22px;
}
.events-page-wrapper .day {
  font: normal normal normal 54px/52px Heebo;
  letter-spacing: 0.54px;
}
.events-page-wrapper .date {
  font-size: 20px;
  letter-spacing: 0.2px;
}
.events-page-wrapper i {
  font-size: 22px;
  color: #00b4ff;
}

.additional-information {
  font-size: 21px;
}
.additional-information > * {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 18px;
}
.additional-information .file--application-pdf {
  background-image: none;
  padding: 0;
}

#media_loadmore {
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  gap: 10px;
}
#media_loadmore::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f063";
  font-size: 22px;
  margin-top: 3px;
  color: #00b4ff;
}

#block-views-block-events-block-2 .block-item-wrapper {
  height: auto;
}

.view-events {
  position: relative;
  margin-bottom: 40px;
}
.view-events .view-footer {
  padding-top: 50px;
}

#upcoming-events {
  margin-top: 50px;
}

#block-views-block-news-block-1 .view-content,
.view-news .view-content {
  display: flex;
  row-gap: 47px;
  flex-direction: column;
  margin-bottom: 60px;
}

.views-row:nth-child(2n) .node--type-news {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  .views-row:nth-child(2n) .node--type-news {
    flex-direction: column;
  }
}
.views-row:nth-child(1n) {
  justify-content: flex-start;
}

.view-news .node--type-news {
  display: flex;
  column-gap: 79px;
}
@media (max-width: 1600px) {
  .view-news .node--type-news {
    column-gap: 30px;
  }
}
@media (max-width: 1000px) {
  .view-news .node--type-news {
    flex-direction: column;
    gap: 20px;
  }
}
.view-news .node--type-news .news-info > a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  transition: all 0.3s;
}
.view-news .node--type-news .news-info > a:hover {
  text-decoration: none !important;
}
.view-news .node--type-news .news-info > a::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #bcbcbc;
}
.view-news .node--type-news .field--type-image {
  box-shadow: 0px 4px 9px rgba(0, 84, 148, 0.168627451);
  border-radius: 11px;
  overflow: hidden;
  height: 324px;
  width: 100%;
}
@media (max-width: 1000px) {
  .view-news .node--type-news .field--type-image {
    height: 200px;
  }
}
.view-news .node--type-news .field--type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 50%;
}
.news-info .date-wrapper {
  margin-bottom: 8px;
}
.news-info h3 {
  margin-bottom: 20px;
}

.image-wrapper {
  display: flex;
  flex: 0 0 50%;
}

.page-node-type-news .container:not(.page-node-type-news):not(.page-title-wrap) {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 11px;
  padding: 45px 50px 60px 50px;
  margin-bottom: 39px;
  margin-top: -20px;
}
.page-node-type-news h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media (max-width: 1200px) {
  .page-node-type-news h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.page-node-type-news h2::after {
  width: 90px;
  height: 3px;
  margin: 7px 0 19px 0;
}
.page-node-type-news .field--name-field-date {
  color: #4d4d4d;
  margin-bottom: 20px;
}
.page-node-type-news .field--name-body {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
@media (max-width: 1200px) {
  .page-node-type-news .field--name-body {
    font-size: 18px;
    line-height: 26px;
  }
}

#edit-actions-submit {
  background: #00b4ff 0% 0% no-repeat padding-box;
  border-radius: 40px;
  font-size: 30px;
  font-weight: 600;
  padding: 7px 113px;
  height: 57px;
  text-transform: capitalize;
  box-shadow: none;
}

.page--contact {
  color: #000000;
}
.page--contact > .container {
  padding: 43px 60px 84px 60px;
  background: #fff;
  border-radius: 11px;
  margin-bottom: 67px;
}
.page--contact h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.page--contact h2::after {
  display: none;
}
.page--contact .field--name-field-address {
  font: normal normal 300 20px/26px Heebo;
  letter-spacing: 0.5px;
}
.page--contact .email-wrapper {
  font: normal normal 300 18px/26px Heebo;
  letter-spacing: 0.45px;
  width: max-content;
}

.field--name-field-contact-person {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .field--name-field-contact-person {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.field--name-field-contact-person .paragraph--type--person-details-hr {
  align-items: flex-start;
}

.image-wrap {
  display: flex;
  flex-direction: column;
  margin: 5px 0 30px 0;
}
@media (max-width: 1200px) {
  .image-wrap {
    align-items: flex-start;
  }
}

.contact-image .field--name-field-image.field--type-image {
  border-radius: 11px;
  height: 322px;
  overflow: hidden;
}
.contact-image .field--name-field-image.field--type-image img {
  object-fit: cover;
  height: 100%;
}

.field--name-field-contact-links {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.field--name-field-contact-links .field__item:first-child a::after {
  font-family: "FontAwesomePro6", sans-serif;
  font-weight: 300;
  content: "\f3c5";
}
.field--name-field-contact-links .field__item:last-child a::after {
  font-family: "FontAwesomePro6-Brands", sans-serif;
  content: "\f83f";
}
.field--name-field-contact-links a {
  letter-spacing: 0.45px;
  color: #00b4ff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.field--name-field-contact-links a::after {
  content: "";
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 130px;
}
.info-wrapper .field.field--name-field-position {
  margin: 10px 0 20px 0;
}
.path-frontpage .info-wrapper .field.field--name-field-position {
  margin: 10px auto 20px auto;
}
.info-wrapper i {
  color: #00b4ff;
  font-size: 17px;
  font-weight: 300;
  margin-inline-end: 8px;
}

.node--type-contact > .wrap {
  display: block;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .node--type-contact > .wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.node--type-contact .contact-person {
  flex: 0 0 60%;
}

.single-gallery-wrap {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
}
.single-gallery-wrap > .img-wrap {
  padding: 12px;
  box-sizing: border-box;
}
.single-gallery-wrap > .img-wrap a {
  display: block;
}
.single-gallery-wrap > .img-wrap a:after {
  display: none;
}
.single-gallery-wrap > .img-wrap a img {
  display: block;
  border-radius: 11px;
}

.images-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column: 1/4;
}
@media (max-width: 767px) {
  .images-line {
    grid-template-columns: 0fr 0fr 4fr;
    grid-template-rows: 2fr 2fr;
  }
}
.images-line .block-cover-image {
  padding-top: 58.6%;
  height: 0;
  position: relative;
}
.images-line .block-cover-image img {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border-radius: 11px;
}
.images-line.even .block-cover-image:nth-child(1) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.images-line.even .block-cover-image:nth-child(2) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.images-line.even .block-cover-image:nth-child(3) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.images-line.odd .block-cover-image:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.images-line.odd .block-cover-image:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.images-line.odd .block-cover-image:nth-child(3) {
  grid-column: 2/4;
  grid-row: 1/3;
}
.images-line .img-wrap {
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

header > a,
.galleries-page-link-wrap {
  position: absolute;
  top: 235px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
header > a a,
.galleries-page-link-wrap a {
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
}
header > a a:hover,
.galleries-page-link-wrap a:hover {
  color: #000;
}

.inner-gallery-date {
  letter-spacing: 0.21px;
  color: #ffffff;
  font-size: 21px;
  background: #00b4ff;
  border-radius: 13px;
  padding: 4px 17px;
  margin: 30px auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.gallery-date {
  border-radius: 13px;
  background: #00b4ff;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-title {
  font-size: 22px;
  line-height: 25px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.gallery-arrow {
  justify-content: flex-end;
  padding: 0 17px;
}

.filter-line-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  margin-bottom: 45px;
}
.path-events .filter-line-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .view-site-media .filter-line-wrapper {
    flex-direction: row;
  }
}
.view-site-media .filter-line-wrapper .wrap {
  gap: 26px;
}
@media (max-width: 1200px) {
  .view-site-media .filter-line-wrapper .wrap {
    width: 100%;
    gap: 0;
  }
}

.filter-wrapper {
  display: flex;
  align-items: center;
  min-width: 175px;
}
.filter-wrapper:not(.search-wrap) {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-indent: 10px;
}
@media (max-width: 767px) {
  .filter-wrapper:not(.search-wrap) {
    padding: 0;
  }
}
.filter-wrapper label {
  font-size: inherit;
  color: inherit;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  .filter-wrapper label {
    display: none;
  }
}
.filter-wrapper .select2-container {
  border-bottom: 1px solid #bcbcbc;
}
.mentors-wrapper .filter-wrapper .select2-container {
  width: 175px !important;
}
.view-recipients .filter-wrapper .select2-container {
  border: none;
}

.chosen-container-single {
  width: max-content !important;
  min-width: fit-content;
  background: none;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #bcbcbc;
  height: 2rem;
  transition: all 0.3s;
  transform: rotate(0deg);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.chosen-container-single.chosen-with-drop .chosen-single div b::after {
  transition: all 0.3s;
  transform: rotate(-180deg);
}
.chosen-container-single .chosen-single:hover {
  text-decoration: none;
}
.chosen-container-single .chosen-single div b::after {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../../images/dropdown-arrow.svg) no-repeat !important;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chosen-search {
  display: none !important;
  visibility: hidden;
}

.chosen-drop {
  margin-left: -5px;
  min-width: 150px;
  border: none;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  background: #fff;
}

.chosen-results {
  margin: 5px 0 !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.0509803922);
  border-radius: 11px;
}
.chosen-results li.active-result {
  padding: 12px 10px;
  cursor: pointer;
}
.chosen-results li.active-result:hover, .chosen-results li.active-result.result-selected {
  font-weight: 500;
}
.chosen-results li::before {
  display: none !important;
}

.page--our-supporters #content ul {
  column-count: 3;
}
@media (max-width: 1200px) {
  .page--our-supporters #content ul {
    column-count: 1;
  }
}

.count-1 {
  column-count: 1;
}

.count-2 {
  column-count: 2;
}

.count-3 {
  column-count: 3;
}

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