@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Assistant:300,400,600,700&display=swap&subset=hebrew");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,500,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css");
@font-face {
  font-family: "Open Sans regular light";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans regular light"), local("OpenSansLight-Regular"), url("../fonts/open-sans-light_289c7e8e7dc5f4e0b91733fdb56d5560.woff") format("woff"), url("../fonts/open-sans-light_289c7e8e7dc5f4e0b91733fdb56d5560.ttf") format("truetype");
}
/* General */
html, body {
  margin-top: 0 !important;
  font-family: "Open Sans Hebrew", serif;
  font-size: 14px;
  color: #001126;
  font-weight: 400;
  line-height: 1.75;
}

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

@media (min-width: 1200px) {
  body .container {
    width: 1400px;
    max-width: 100%;
  }
}
@media (max-width: 768px) { /*sm*/
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.created {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2px 0 5px;
}

.region.region-sidebar-second h2 {
  color: #05274F;
}

h2.block-title {
  margin-bottom: 22px;
}

.region.region-sidebar-second .menu li {
  width: 100%;
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 1.45rem;
  line-height: 46px;
}

.region.region-sidebar-second .menu li a:hover {
  background-color: transparent;
  color: #001126;
}

.region.region-sidebar-second .menu li a .form-inline .form-group {
  border-right: 1px solid grey;
  padding-right: 10px;
  margin-right: 10px;
}
.region.region-sidebar-second .menu li a {
  color: #05274F;
}

div#ui-datepicker-div {
  pointer-events: visible !important;
  z-index: 3 !important;
}

.region.region-sidebar-second .menu li .is-active {
  font-weight: bold;
  background-color: #F2F2F2;
  color: #001126;
}

.region.region-sidebar-second ul.menu.menu--main.nav.navbar-nav {
  width: 100%;
}

.top-header-social {
  display: flex;
}

span.fa.fa-2x {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  height: 24px;
  width: 24px;
  margin: 0 3px;
}

.field--type-text-with-summary img.align-center, .field--type-text-with-summary .align-center > img {
  margin: auto;
}
.field--type-text-with-summary .align-left, .field--type-text-with-summary img.align-left {
  margin-right: 30px;
}
.field--type-text-with-summary .align-right, .field--type-text-with-summary img.align-right {
  margin-left: 30px;
}

.carousel-inner > .item {
  transition: transform 0.9s ease-in-out;
}

.breadcrumb > li + li:before {
  content: "" !important;
  width: 6px;
  opacity: 0.36;
  background: url(../images/grey_arrow_right.png) no-repeat 50%;
  background-size: contain;
  margin: 0 15px;
  padding: 0;
  height: 11px;
  display: inline-block;
}

.breadcrumb {
  background-color: transparent !important;
  color: #626262;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 29.75px;
}

.breadcrumb a {
  color: #626262 !important;
}

.breadcrumb .active {
  color: #002D62 !important;
}

.accordion-title.collapsed span.glyphicon {
  transform: rotate(0);
}

.accordion-title span.glyphicon {
  transform: rotate(90deg);
  transition: 300ms all;
  transform-origin: 50%;
  line-height: 1;
  font-size: 12px;
  padding: 9px;
  color: rgba(0, 45, 98, 0.36);
}

.img-fluid {
  max-width: 100%;
  width: 100%;
}

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

.block-title {
  color: #05274F;
  font-family: "Open Sans Hebrew";
  font-size: 26px;
  font-weight: 300;
  line-height: 29.75px;
}

.absolute-pos-title {
  position: absolute;
  bottom: 100%;
  left: 0;
}

ul {
  list-style: none; /* Remove default bullets */
}

h1.page-header {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #05274F;
  border: none;
}

.content ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #96C8FF; /* Change the color */
  font-size: 18px;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 30px; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
  padding-left: 13px;
}

figure.align-left {
  margin-right: 30px;
}

figure.align-right {
  margin-left: 30px;
}

figure.align-center {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: auto;
}

figure {
  display: table;
  width: 1px; /* This can be any width, so long as it's narrower than any image */
}

img, figcaption {
  display: table-row;
}

figcaption {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 300;
}

.file-name {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
  color: #033880;
  line-height: 44px;
  display: inline-block;
}

.file-icon {
  margin: 0 24px 0 7px;
  width: 35px;
  height: 41px;
  background-size: contain;
  padding: 0;
  display: inline-block;
}

.file-download {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.file-download a {
  color: #1656A1;
  font-family: "Open Sans Hebrew", serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.file-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 5px solid #F2F2F2;
  padding: 15px 7.5px;
  width: 100%;
}
.file-row:first-child {
  margin-top: 15px;
}
.file-row .file-icon {
  margin: 0 24px 0 0;
  width: 35px;
  height: 41px;
  background-size: contain;
  padding: 0;
  display: inline-block;
}
.file-row .file-download a {
  color: #1656A1;
  font-family: "Open Sans Hebrew", serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

.file-row:last-of-type {
  border-bottom: 5px solid #F2F2F2;
}

@media (min-width: 1200px) {
  section.col-sm-12 .file-row .file-download {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  section.col-sm-12 .file-row .file-name {
    max-width: 50%;
  }
  section.col-sm-12 .file-row .file-info {
    display: flex;
    align-items: center;
  }
}
.view-filters.form-group {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.path-events .region-content .view-filters.form-group, .path-funding-news .region-content .view-filters.form-group {
  right: 10%;
}
@media (max-width: 991px) {
  .path-events .region-content .view-filters.form-group, .path-funding-news .region-content .view-filters.form-group { /*md*/
    position: relative;
    right: 0;
  }
}

.view-id-members .view-filters.form-group {
  position: relative;
}

@media (max-width: 768px) {
  .view-id-members.view-display-id-page_1 .views-view-grid > .row > div { /*sm*/
    width: 100% !important;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .view-id-members.view-display-id-page_1 .views-view-grid > .row > div { /*md*/
    width: 50% !important;
    margin: auto;
  }
}

.view-id-events .view-filters.form-group .form-inline .form-group.form-actions,
.view-id-frontpage .view-filters.form-group .form-inline .form-group.form-actions {
  display: none;
}

.view-id-members .view-filters.form-group .form-inline .form-group.form-actions {
  display: inline-block;
}

.view-filters.form-group select {
  border: none;
  box-shadow: none;
  outline: none;
  color: #05274F;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.view-filters.form-group label.control-label {
  color: #626262;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 29.75px;
}

.view-filters.form-group .select-wrapper:after {
  color: rgba(255, 255, 255, 0);
}

/* End general */
/* Header block */
header.navbar-default {
  border: none;
  background: none;
}

.top-header-block {
  height: 51px;
  background-color: rgba(0, 17, 38, 0.62);
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.top-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.top-header-container:before,
.top-header-container:after {
  display: none;
}

.navbar-header {
  width: 100%;
  background-color: #002D62;
  z-index: 5;
  position: relative;
}
@media (max-width: 1024.1px) {
  .navbar-header .navbar-collapse {
    width: 100%;
  }
}

.navbar-header .item {
  position: relative;
}

.top-header-block .nav > li {
  display: inline-block;
}

.top-header-block .nav > li > a:first-of-type {
  padding-left: 0;
}

header .nav.nav.nav.nav.nav > li.active > a, header .nav.nav.nav.nav.nav > li:hover > a, header .nav.nav.nav.nav.nav > li.open > a {
  color: #96C8FF !important;
  background: transparent !important;
  text-shadow: 0px 0px 2px;
}
header .nav.nav.nav.nav.nav > li > a {
  white-space: nowrap;
  font-size: 1.145rem;
  line-height: 1.2;
  color: white;
  background: transparent;
}
header .nav.nav.nav.nav.nav > li .dropdown-menu {
  background-color: #002D62;
}
header .nav.nav.nav.nav.nav > li .dropdown-menu a {
  color: white;
  padding: 7.5px 15px;
}
header .nav.nav.nav.nav.nav > li .dropdown-menu a:hover {
  background-color: #96C8FF;
  color: white;
  text-shadow: 0.5px 0px 0px white;
}
header .nav.nav.nav.nav.nav > li:last-of-type > ul {
  left: 100%;
  transform: translateX(-100%);
}

.header-background {
  height: 220px;
  margin-top: -51px;
  background-size: cover;
  background-position: 50%;
}

.header-background.default-bg {
  background-image: url("../images/banner_general_default.jpg");
}

.carousel-caption-block .title {
  color: #033880;
  font-family: "Open Sans Hebrew";
  font-size: 2.145rem;
  font-weight: bold;
  line-height: 40.75px;
  margin-bottom: 36px;
}

.carousel-caption-block .content {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
  font-weight: 400 !important;
}

.carousel-caption-block .read-more {
  font-size: 1.145rem;
  line-height: 1.2;
  background-color: #74AEED;
  color: #FFFFFF;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin-top: 36px;
}

.carousel-caption-block {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2%;
}

@media (min-width: 768px) {
  .carousel-caption-block {
    max-width: 50%;
  }
}
#carouselIndicators {
  height: 582px;
  margin-top: -51px;
  width: 100%;
  z-index: 0;
}

#carouselIndicators .carousel-indicators li.active {
  background-color: #96C8FF;
  border-color: #96C8FF;
}

#carouselIndicators .carousel-indicators li {
  width: 19px;
  height: 19px;
  border: 3px solid #fff;
  border-radius: 0;
  margin: 10px;
}

/* End Header block */
/* Footer block */
footer.footer.footer {
  font-family: "Open Sans Hebrew";
  border-top: 5px solid #002D62;
}
footer.footer.footer .region-footer {
  display: flex;
}
@media (max-width: 1300px) {
  footer.footer.footer .region-footer { /*md*/
    display: block;
  }
}
footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc h2.block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45rem !important;
}
footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block {
  padding: 0;
  background-color: unset;
}
footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block .address, footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block .address-name, footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block .address-contacts {
  font-size: 14px !important;
}
footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block .address-contacts {
  display: block;
}
footer.footer.footer .region-footer .block-block-content4e7852e3-1d66-48c7-820f-19470b6e67cc .address-block::before {
  display: none;
}
@media (max-width: 991px) {
  footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav { /*md*/
    display: block;
    margin: auto;
  }
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav a {
  padding: 0;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li > a, footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li > span {
  margin: 0;
  color: #749FCE;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li a:hover {
  text-shadow: 0.5px 0px 0px #749FCE;
  background-color: transparent;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li ul.dropdown-menu {
  position: unset;
  display: block;
  float: none;
  padding: 0 0;
  margin: 0 0 10px;
  background-color: transparent;
  background-clip: unset;
  border: none;
  box-shadow: none;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li ul.dropdown-menu li {
  color: #002D62;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 50px;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li ul.dropdown-menu li a, footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li ul.dropdown-menu li span {
  color: #002D62;
  margin: 0;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav > li ul.dropdown-menu li a:hover {
  text-shadow: 0.5px 0px 0px #002D62;
  background-color: transparent;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav li a.dropdown-toggle.dropdown-toggle.dropdown-toggle.dropdown-toggle:focus {
  background-color: transparent;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav li a > .caret {
  display: none;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav li:not(.expanded) {
  grid-column: 4;
}
footer.footer.footer ul.menu.menu--footer.nav.nav.nav.nav li.expanded {
  grid-row: 1/30;
}

/* End Footer block */
/* Sidebar block */
.address-block {
  padding: 20px 43px;
  background-color: #F2F2F2;
  position: relative;
  margin: 17px 0;
}

.address-block:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url("../images/location.png");
}

.address-block .address-contacts {
  display: flex;
  flex-wrap: wrap;
}

.address-block .address-contacts .address-item {
  flex: 1;
  white-space: nowrap;
}

.address-block .address-contacts .address-item,
.address-block .address {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
}

.address-block .address-name {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 1.45rem;
}

.region-sidebar-second article.teaser .field--name-body {
  height: 50px;
  text-overflow: ellipsis;
}
.region-sidebar-second .date-block {
  min-width: 125px;
}
.region-sidebar-second .event-info {
  padding: 0;
}

.region-sidebar-second article .content {
  /*height: 46px;*/
  overflow: hidden;
}

/* End Sidebar block */
/* Content block */
.path-events .region-content, .path-research .region-content {
  font-size: 0;
}
.path-events .region-content .views-element-container, .path-research .region-content .views-element-container {
  font-size: 1rem;
}

.page-title {
  color: #05274F;
  font-family: "Open Sans Hebrew";
  font-size: 26px;
  font-weight: 600;
  line-height: 29px;
}

.pre-text {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.breadcrumb .item {
  color: #626262;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb .item.current {
  color: #05274F;
}

.view-events-block {
  position: relative;
}

/* End content block*/
/* Peaple blocks */
.user-photo {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-position: 50%;
  background-size: cover;
}

.user-title {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
  color: #033880;
}

.user-subtitle {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
}

.additional-info {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 400;
}

/* End peaple blocks */
/* general teasers css*/
@media (max-width: 768px) { /*sm*/
  .teaser-list img, .teaser img {
    margin: auto;
  }
}
@media (max-width: 991px) { /*md*/
  .teaser-list, .teaser {
    display: flex;
    flex-flow: column;
  }
  .teaser-list header, .teaser header {
    width: 100%;
  }
  .teaser-list main, .teaser main {
    padding: 0;
    margin-top: 15px;
  }
  .webform.teaser > header, .event.teaser > header {
    display: flex;
    flex-flow: column;
  }
  .webform.teaser > header .event-info, .event.teaser > header .event-info {
    padding: 0;
    margin-top: 15px;
  }
}
/* Event page */
article.event.full {
  margin-top: 22px;
}
article.event.full header {
  flex-wrap: wrap;
  margin-bottom: 0;
}
article.event.full header .date-block {
  margin-right: 30px;
  margin-bottom: 30px;
  height: 88px;
}
article.event.full header .event-info {
  height: 88px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
article.event.full header .event-info .event-title {
  flex: 1;
}

.event-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #05274F;
  line-height: 23px;
  margin: 0 0 0px;
}

.teaser-list.event .event-title {
  display: inline;
  vertical-align: top;
}

.view .event-info .event-title,
.view .top .event-title {
  font-size: 1.145rem;
  line-height: 1.2;
  color: #17478b;
}

.block-views .content {
  color: #001126;
}

.event-from-to {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
}

.event .field--name-field-form-date-to-time, .event .field--name-field-form-date-time {
  display: inline-block;
}

.date-block {
  display: flex;
  flex-direction: row;
}
.region-content .date-block {
  filter: drop-shadow(4px 4px 4px rgba(50, 50, 0, 0.5));
}
.region-content .date-block .date {
  z-index: 2;
}

.date-block .date {
  background-color: #073C83;
  font-family: "Open Sans";
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 67px;
  height: 87px;
  justify-content: center;
  align-items: center;
}
.date-block .date.empty-date {
  font-family: "Glyphicons Halflings";
  font-size: 2.7rem;
  color: white;
}

.webform .date-block .date {
  background-color: #96C8FF;
}

.date-block .time {
  color: #001126;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  background-color: #ECECEC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11px 0 7px;
  height: 87px;
  clip-path: polygon(0% 0%, 70% 0%, 100% 50%, 70% 100%, 0% 100%);
}

.webform header,
.event header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.date-block .date .year {
  font-weight: 300;
  line-height: 14px;
  color: #7bace2;
}

.date-block .date .month {
  font-weight: 500;
  font-size: 1.45rem;
  line-height: 1.5;
  color: #97c9ff;
  text-transform: uppercase;
}

.webform .date-block .date .year,
.webform .date-block .date .month {
  color: #073C83;
}

.date-block .date .day {
  font-size: 2.145rem;
  line-height: 0.7;
  color: #FFFFFF;
}

.view-events-block,
.region-sidebar-second .view,
.region-content .view {
  position: relative;
}

.region-sidebar-second .event-info {
  padding: 0;
}

.webform header .event-info {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .col-sm-8 .view .event-info {
    padding-right: 90px;
  }
}
article.teaser .event-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article.teaser article.teaser .event-info {
  padding: 0;
}

.event-type-location {
  display: flex;
  flex-direction: row;
  color: #1656A1;
  font-family: "Open Sans Hebrew";
  font-weight: 500;
  font-size: 14px;
}

.event-type-location .event-type {
  white-space: nowrap;
}

.event-type-location .separate {
  margin: 0 15px;
}

.events-title {
  font-family: "Open Sans Hebrew";
  font-size: 26px;
  font-weight: 400;
}

.block-views .event-title {
  margin: 0;
}

.region-content .view-frontpage .created {
  margin: 0;
}

.region-sidebar-second .block-views .event-info {
  overflow: hidden;
  position: relative;
}

.block-views .event .event-info,
.block-views .webform .event-info {
  max-height: none;
  overflow: unset;
  padding-right: 15px;
  padding-left: 15px;
}

.block-views .read-mode-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.block-views .read-mode-block a {
  color: #1656A1;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 0;
  text-transform: uppercase;
}

.prev-next-links-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 7px;
}
.page-node-type-event .prev-next-links-container {
  position: absolute;
  right: 0;
}

.prev-next-links {
  display: flex;
  flex-direction: row;
  width: 50px;
  justify-content: space-between;
  list-style: none;
}

.arrow-right,
.arrow-left {
  display: inline-block;
  width: 10px;
  height: 17px;
  align-items: stretch;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.arrow-right {
  background-image: url("../images/grey_arrow_right.png");
}

.arrow-left {
  background-image: url("../images/grey_arrow_left.png");
}

article.teaser-list.webform,
article.teaser-list.event {
  padding: 24px 0;
  display: flex;
}

.view-events article.teaser-list.event {
  border-top: none;
}

article.teaser-list.article {
  padding: 24px 0;
  display: flex;
}

.view-frontpage article.teaser-list.article {
  padding: 0 0 30px;
}

.region-content .view .event-info .date {
  text-transform: uppercase;
  margin-top: 10px;
}

.region-content .view .event-info .content {
  margin-top: 10px;
}

.views-row:first-of-type article.teaser-list.webform,
.views-row:first-of-type article.teaser-list.article,
.views-row:first-of-type article.teaser-list.event {
  border-top: none;
}

article.teaser .list-thumbnail, article.teaser-list .list-thumbnail {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.field-files {
  max-width: 600px;
}

article.teaser .date-block {
  z-index: 2;
  top: 11px;
  left: 0;
}

article.teaser.event header {
  margin-bottom: 0;
  display: flex;
}

article.teaser main {
  display: flex;
}
.region-content article.teaser main {
  padding: 0 !important;
}

article.teaser .event-type {
  background-color: #073C83;
  color: #FFFFFF;
  padding: 5px 9px 3px 5px;
  display: inline-block;
  line-height: 1;
  margin: 0 20px 10px;
}

.read-mode-block a {
  background-color: #ECECEC;
  padding: 14px 20px 14px 14px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  color: #001126;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

/* ENd event page */
/* Member page */
.member-accordion .card {
  border-top: 5px solid #F2F2F2;
}

.member-accordion .card:last-of-type {
  border-bottom: 5px solid #F2F2F2;
}

.member-subtype {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.member-faculty,
.member-research {
  color: #001126;
  font-family: "Open Sans Hebrew";
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.member-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #002D62;
  font-family: Assistant;
  font-size: 26px;
  font-weight: 600;
  line-height: 29.75px;
  margin-bottom: 23px;
}

.member-description {
  margin-bottom: 48px;
}

article .ckeditor-accordion-container > dl dt {
  border-top: 5px solid #F2F2F2;
}

article .ckeditor-accordion-container > dl dt > a,
.member-accordion .card .accordion-title {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
  color: #033880;
  line-height: 39px;
}

article .ckeditor-accordion-container > dl dd,
.member-accordion .card .card-body {
  padding: 10px 30px 21px;
}

article .ckeditor-accordion-container > dl dt.active > a,
article .ckeditor-accordion-container > dl dt > a {
  border: none !important;
  background: none !important;
}

article .ckeditor-accordion-container > dl {
  border: none;
  border-bottom: 5px solid #F2F2F2;
}

article .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:before,
article .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle:after {
  background: rgba(0, 45, 98, 0.36);
}

article .ckeditor-accordion-container > dl dt.active > span.ckeditor-accordion-toggle {
  transform: rotate(0);
}

article .ckeditor-accordion-container > dl dt > .ckeditor-accordion-toggle {
  transform: rotate(-90deg);
  transform-origin: 50% 10%;
  transition: all 200ms;
  height: 10px;
  width: 30px;
  top: 30px;
}

article .ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle:before {
  transform: rotate(135deg);
}

article .ckeditor-accordion-container > dl dt.active > .ckeditor-accordion-toggle:after {
  transform: rotate(-135deg);
}

.member-contacts-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #05274F;
}

.member-contacts-list-item {
  line-height: 40px;
  padding: 0 0 0 31px;
  display: flex; /* word wrap fix - breaks initially at the : */
  flex-wrap: wrap; /* word wrap fix - breaks initially at the : */
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position-y: 8px; /*fontsize/2*/
}

.member-contacts-list-item.contact_location {
  background-image: url("../images/location.png");
}

.member-contacts-list-item.contact_phone {
  background-image: url("../images/phone.png");
}

.member-contacts-list-item.contact_email {
  background-image: url("../images/email.png");
}

.member-contacts-list-item.contact_site {
  background-image: url("../images/website.png");
}

.student-contacts-list {
  margin-top: 28px;
}

.student-contacts-list .member-contacts-list-item {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 26px;
}

.member-photo {
  margin-bottom: 34px;
}
.member-photo img {
  width: 100%;
}

.teaser .member-photo {
  margin-bottom: 22px;
}

.teaser .member-title {
  font-size: 1.145rem;
  line-height: 1.2;
  font-weight: bold;
  color: #033880;
  line-height: 14px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .member-left-block {
    width: 29%;
  }
  .member-right-block {
    width: 71%;
  }
}
.students-and-postdocs {
  margin-top: 54px;
}

.students-and-postdocs-title {
  color: #05274F;
  font-family: "Open Sans Hebrew";
  font-size: 26px;
  font-weight: 400;
  line-height: 29.75px;
  margin-bottom: 25px;
}

/* End member page */
/* Taxonomy term page */
.term-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #05274F;
  margin-bottom: 20px;
}

.term-content {
  margin-bottom: 45px;
}

/* End taxonomy term page */
/* homepage */
.region-sidebar-second header.col-sm-3 {
  min-width: 125px;
  padding-right: 25px;
  height: 100%;
  padding: 0;
}
.region-sidebar-second header.col-sm-3 .list-thumbnail {
  background-size: cover;
  height: 100%;
}
.region-sidebar-second .row {
  margin-left: 0;
  margin-right: 0;
}

.region-sidebar-second main.col-sm-9 {
  width: auto;
  float: none;
}

.region-content .views-row article.teaser-list.webform,
.region-content .views-row article.teaser-list.event,
.region-content .views-row article.teaser-list.article {
  /*border-top: none;*/
  padding-top: 30px;
}
.region-content .views-row article.teaser-list.webform .read-mode-block,
.region-content .views-row article.teaser-list.event .read-mode-block,
.region-content .views-row article.teaser-list.article .read-mode-block {
  margin-top: 15px;
}
.region-content .views-row article.teaser-list.webform .date-block,
.region-content .views-row article.teaser-list.event .date-block,
.region-content .views-row article.teaser-list.article .date-block {
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 10px;
}

.region-content .view-content > .views-row.article ~ .views-row.article:not(:first-child),
.region-content .view-content > .views-row.webform ~ .views-row.webform:not(:first-child),
.region-content .view-content > .views-row.event ~ .views-row.event:not(:first-child) {
  border-top: none;
}

/*.region-content .view-content > .views-row.event {*/
/*  border-top: 5px solid #073C83;*/
/*}*/
/*.region-content .view-content > .views-row.webform {*/
/*  border-top: 5px solid $menu-hover;*/
/*}*/
/*.region-content .view-content > .views-row.article {*/
/*  border-top: 5px solid $grey;*/
/*}*/
.region-content .view-content > .views-row:first-child {
  border-top: none;
}

ul.pagination.js-pager__items {
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav.pager-nav.text-center {
  position: absolute;
  top: -12.5px;
  right: 0;
  z-index: 3;
}

li.pager__item.pager__item--last,
li.pager__item.pager__item--first {
  display: none;
}

li.pager__item a {
  background: none !important;
  border: none !important;
  font-size: 0;
  padding: 0 5px;
}

li.pager__item a span {
  display: none !important;
}

li.pager__item.pager__item--next a:before,
li.pager__item.pager__item--previous a:before {
  content: "";
  width: 10px;
  height: 17px;
  align-items: stretch;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
}

li.pager__item.pager__item--next a:before {
  padding: 0 0 0 9px;
  background-image: url("/themes/fatfish/images/grey_arrow_right.png");
}

li.pager__item.pager__item--previous a:before {
  padding: 0 9px 0 0;
  background-image: url("/themes/fatfish/images/grey_arrow_left.png");
}

li.pager__item a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d6d6d6;
}

li.pager__item.active a {
  background: none;
}

li.pager__item.active a:before {
  background-color: #96C8FF;
}

/* end homepage */
/* carousel */
.carousel {
  position: relative;
}

.carousel-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  height: 100%;
  display: flex;
  z-index: 0;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
  background-size: cover;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-inner {
  background: #000;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
  opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.control-box, a.carousel-control, .carousel-indicators li {
  transition: all 250ms ease;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
}

.carousel-indicators.container {
  margin: 0 auto;
}

.carousel-item.item .container {
  height: 582px;
  display: flex;
  align-items: center;
}

.carousel-indicators > ol {
  display: flex;
  justify-content: flex-end;
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1650px) {
  .carousel-control-prev, .carousel-control-next {
    opacity: 0;
  }
  .carousel-control-next:hover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .carousel-control-prev:hover {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  }
}
/* end carousel */
/* Contact form */
.webform-progress-tracker .progress-step:not(.is-active) .progress-marker, .webform-progress-tracker .progress-step:hover .progress-marker {
  display: none;
}

.webform-progress-tracker .progress-step .progress-text, .webform-progress .progress-title[role=link] {
  font-size: 1.145rem;
  line-height: 1.2;
  color: #002D62;
  padding: 0 0 13px;
}

.webform-progress-tracker .progress-step::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #D1D1D1;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  top: auto;
}

li.progress-step {
  position: relative;
}

.webform-progress-tracker li.progress-step.is-complete::after, li.progress-step.is-active[data-webform-page=webform_confirmation]::after {
  background-color: #3681D8;
}

span.progress-marker {
  display: none;
}

.webform-submission-form .select-wrapper:after {
  color: rgba(94, 94, 94, 0.36);
}

.webform-submission-form label, .webform-submission-form legend {
  margin: 10px 0 !important;
  font-weight: 400 !important;
}
.webform-submission-form .form-file.form-control {
  height: 40px;
}

.webform-submission-form input,
.webform-submission-form select,
.webform-submission-form textarea {
  border: 3px solid #EAEAEA;
}

.content .webform-progress ul li::before {
  display: none;
}

@media (min-width: 768px) {
  form.columns-2 > .form-group, form.webform-submission-form > .form-group {
    display: flex;
    flex-wrap: wrap;
  }
  form.columns-2 > .form-group.webform-preview > .form-item, form.webform-submission-form > .form-group.webform-preview > .form-item {
    width: 100%;
    padding: 0;
  }
  form.columns-2 > .form-group > .form-item, form.webform-submission-form > .form-group > .form-item {
    flex: 0 1 50%;
    margin: 0;
    box-sizing: border-box;
  }
}
button#edit-wizard-next,
button#edit-wizard-prev {
  background-color: #002D62;
  color: #FFFFFF;
  font-family: "Open Sans";
  font-size: 16px;
  border: none;
  border-radius: 0;
  position: relative;
}

button#edit-wizard-next:before, button#edit-wizard-next:after, button#edit-wizard-prev:before, button#edit-wizard-prev:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 10px;
  background-color: #002D62;
}

button#edit-wizard-prev:before {
  top: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

button#edit-wizard-prev:after {
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

button#edit-wizard-prev:before, button#edit-wizard-prev:after {
  left: 0;
  margin-left: -10px;
}

button#edit-wizard-next:before, button#edit-wizard-next:after {
  right: 0;
  margin-right: -10px;
}

button#edit-wizard-next:before {
  top: 0;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

button#edit-wizard-next:after {
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.event-info img,
.event-info .ckeditor-accordion-container {
  display: none;
}

.event-info .date {
  color: #001126;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}

#edit-pages {
  display: none;
}

.visitors .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #002D62;
  line-height: 1;
  margin-bottom: 26px;
}

.visitors .row-visitor {
  color: #001126;
  border-bottom: 5px solid #F2F2F2;
  background-color: transparent !important;
}

.visitors .row-visitor td {
  line-height: 48px;
  padding: 0 8px;
}

.visitors thead {
  background-color: #002D62;
  color: #FFFFFF;
  font-family: "Open Sans Hebrew", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.visitors thead th {
  border-bottom: none !important;
  padding: 0 8px !important;
  line-height: 24px !important;
}

.visitors .mail {
  height: 54px;
  width: 24px;
  background: url("../images/email.png") no-repeat 50%;
  background-size: contain;
}

nav#block-visitorarchive h2 {
  margin: 0 0 26px;
}

.visitors .row-visitor:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .view .form-inline .form-item { /*sm*/
    border: none !important;
  }
}
@media (max-width: 991px) {
  .view .form-inline .form-item { /*md*/
    border: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
.view .form-inline .form-item:not(:first-of-type) {
  border-left: 1px solid grey;
  padding-left: 10px;
  margin-left: 10px;
}
.view .form-inline .form-item select:hover {
  outline: 1px solid grey !important;
  cursor: pointer;
}

/* views pager */
.pager {
  max-width: 20rem;
  margin: auto;
  font-weight: 700;
  font-size: 1.45rem;
}
.pager a {
  border-width: 2px !important;
}

@media print {
  .field--name-body,
  .form-actions,
  .region-header,
  .highlighted,
  .tabs[role=navigation],
  .file-row,
  footer,
  header {
    display: none !important;
  }
  .webform-element {
    margin: 0;
    line-height: 1;
  }
}
.localclearfix:before, .field--name-body:before, .webform-submission-form .form-wrapper:before,
.form-wrapper:after {
  display: table;
  content: " ";
}

.localclearfix:after, .field--name-body:after, .webform-submission-form .form-wrapper:after {
  display: table;
  clear: both;
  content: "";
}

.webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(1), .webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(1) ~ div, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(1), .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(1) ~ div {
  padding-right: 60px/1;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(2), .webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(2) ~ div, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(2), .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(2) ~ div {
  padding-right: 60px/2;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(3), .webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(3) ~ div, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(3), .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(3) ~ div {
  padding-right: 60px/3;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(4), .webform-submission-form > .form-wrapper:not(.form-actions) > div:first-child:nth-last-child(4) ~ div, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(4), .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset:first-child:nth-last-child(4) ~ div {
  padding-right: 60px/4;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset {
  margin: 7.5px 0 !important;
  padding-right: 15px;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div .form-type-managed-file, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset .form-type-managed-file {
  margin: 0 2rem 0 0;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div .form-type-managed-file .file-icon, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset .form-type-managed-file .file-icon {
  margin: auto !important;
}
.webform-submission-form > .form-wrapper:not(.form-actions) > div .form-type-managed-file .file-icon .glyphicon, .webform-submission-form > .form-wrapper:not(.form-actions) > fieldset .form-type-managed-file .file-icon .glyphicon {
  line-height: 2.3;
}
.webform-submission-form .form-actions {
  clear: both;
  margin-top: 15px;
}

.field--name-body {
  width: 100%;
}

/* Carousel field*/
.paragraph--type--bp-carousel {
  float: none;
  max-width: 533px; /*Tomer asked me to do it*/
  margin: 4rem 0;
}
.paragraph--type--bp-carousel ol.carousel-indicators {
  justify-content: center !important;
}
.paragraph--type--bp-carousel ol.carousel-indicators li {
  margin: auto 0.5rem auto 0.5rem !important;
}
.paragraph--type--bp-carousel .carousel-inner img {
  margin: auto;
}
.paragraph--type--bp-carousel .carousel-inner iframe {
  margin: auto;
  display: block;
  height: 377px;
}

.img-label {
  position: absolute;
  bottom: 0;
  background: rgba(2, 2, 2, 0.4392156863);
  border-radius: 0.5rem;
  padding: 0 0.5rem 0 0.5rem;
  color: white;
}

@media (max-width: 768px) {
  .region.region-navigation-top {
    display: none;
  }
}
header .navbar-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar-header > .container .region.region-navigation {
  display: inline-block;
  max-width: 70vw;
}
header .navbar-header > .container .region.region-navigation a.logo.navbar-btn {
  float: none !important;
  display: block;
}
@media (min-width: 1024.1px) {
  header .navbar-header > .container ul.menu.menu--main.nav.navbar-nav {
    float: none !important;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1024.1px) {
  header .navbar-header > .container {
    display: block;
  }
  header .navbar-header > .container .navbar-toggle {
    display: block;
  }
  header .navbar-header > .container .navbar-collapse.collapse:not(.in) ul.menu.menu--main.nav.navbar-nav {
    display: none;
  }
  header .navbar-header > .container .navbar-collapse ul.menu.menu--main.nav.navbar-nav {
    width: 100%;
  }
  header .navbar-header > .container .navbar-collapse ul.menu.menu--main.nav.navbar-nav li {
    float: none;
  }
  header .navbar-header > .container .navbar-collapse ul.menu.menu--main.nav.navbar-nav li ul {
    position: relative;
    float: none;
    box-shadow: unset;
    border: none;
    margin-left: 15px;
  }
}

.top-header-block .top-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 51px;
}
.top-header-block .top-header-container .region-social-top {
  display: flex;
}
.top-header-block .top-header-container .region-social-top .block-social-media-links {
  margin: auto;
}
.top-header-block .top-header-container .region-social-top .social-media-links--platforms.horizontal {
  margin-top: 0;
  margin-bottom: 0;
}
.top-header-block .top-header-container .region-social-top .social-media-links--platforms.horizontal li a {
  font-size: 8px;
}
.top-header-block .top-header-container .region-social-top .search-block-form {
  padding: 0.2em 0.35em;
}
.top-header-block .top-header-container .region-social-top .search-block-form .form-item {
  margin-bottom: 0;
}
.top-header-block .top-header-container .region-social-top .search-block-form .form-item .input-group .form-search {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  width: 300px;
  max-width: 78vw;
  height: 37px;
}
.top-header-block .top-header-container .region-social-top .search-block-form .form-item .input-group button {
  background-color: #fff !important;
  border-radius: 50% !important;
  color: #337ab7 !important;
  border: none !important;
  padding: 5px;
  height: 24px;
  width: 24px;
  margin: 0 3px;
  padding: 0 !important;
  top: auto !important;
}
.top-header-block .top-header-container .region-social-top .search-block-form .form-item .input-group .input-group-btn {
  width: auto;
}

.path-search .region-content {
  max-width: 800px;
}
.path-search .region-content nav.pager-nav.text-center {
  position: relative;
}
.path-search .region-content nav.pager-nav.text-center ul.pagination.js-pager__items {
  justify-content: center;
}

.event-from-to > * {
  display: inline-block;
}

.modalContent {
  background: #fff;
}

.paragraph--type--list-items .paragraph__column {
  display: flex;
}
@media (max-width: 991px) {
  .paragraph--type--list-items .paragraph__column {
    flex-flow: column;
  }
}
.paragraph--type--list-items .paragraph__column .start {
  margin-right: 15px;
}
.paragraph--type--list-items .paragraph__column .start .field--name-field-media {
  width: 203px;
  height: 147px;
}
.paragraph--type--list-items .paragraph__column .start .field--name-field-media img {
  background-color: #cccccc;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph--type--list-items .paragraph__column .end .field--name-field-date {
  text-transform: uppercase;
  margin-top: 10px;
  color: #001126;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.paragraph--type--list-items .paragraph__column .end .field--name-field-link a {
  font-size: 1.145rem;
  line-height: 1.2;
  color: #17478b;
  font-weight: 600;
  transition: all 0.2s linear;
  text-decoration: none;
}
.paragraph--type--list-items .paragraph__column .end .field--name-field-link a:hover {
  color: #001126;
  border-bottom: 1px solid #001126;
}
.paragraph--type--list-items .paragraph__column .end .field--name-field-text {
  max-width: 84%;
  margin-top: 10px;
  font-size: 14px;
  color: #001126;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .paragraph--type--list-items .paragraph__column .end .field--name-field-text {
    max-width: 100%;
  }
}

.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row {
    flex-flow: column;
    margin-bottom: 20px;
  }
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .start {
  margin-right: 15px;
  width: 203px;
  height: 147px;
  background-color: rgba(204, 204, 204, 0.5215686275);
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .start img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .end .date {
  text-transform: uppercase;
  margin-top: 10px;
  color: #001126;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .end .title a {
  font-size: 1.145rem;
  line-height: 1.2;
  color: #17478b;
  font-weight: 600;
  transition: all 0.2s linear;
  text-decoration: none;
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .end .title a:hover {
  color: #001126;
  border-bottom: 1px solid #001126;
}
.block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .end .body {
  max-width: 84%;
  margin-top: 10px;
  font-size: 14px;
  color: #001126;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .block-views-blockmore-projects-block-1 .view-id-more_projects .view-content .views-row .end .body {
    max-width: 100%;
  }
}

/* ******************************************************************
   Accessibility Design FULL - Optimisé
   ****************************************************************** */
/* 1. Lien d'évitement (Skip Link) */
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only-focusable:focus,
.skip-link:focus {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: crimson;
  padding: 15px 25px;
  z-index: 10001;
  font-weight: bold;
  border: 2px solid crimson;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.4);
  clip: auto;
  width: auto;
  height: auto;
  overflow: visible;
}

/* 2. Focus Clavier Global */
body.has-focus {
  /* Style de focus universel (Anneau Crimson) */
}
body.has-focus :focus,
body.has-focus [role=button]:focus,
body.has-focus [tabindex="0"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px crimson !important;
  border-radius: 4px !important;
  transition: none !important;
  /* Ne pas mettre de display: block ici pour éviter de casser le layout */
}
body.has-focus {
  /* Liens et boutons spécifiques */
}
body.has-focus a:focus,
body.has-focus button:focus,
body.has-focus .menu__link:focus {
  color: #fff !important;
  background-color: #033880 !important; /* Votre bleu spécifique */
}
body.has-focus a:focus h2,
body.has-focus button:focus h2,
body.has-focus .menu__link:focus h2 {
  color: #fff !important;
}
body.has-focus {
  /* Images dans les liens */
}
body.has-focus a:focus img,
body.has-focus .whatsapp-contact a:focus img {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px crimson !important;
}
body.has-focus {
  /* États actifs */
}
body.has-focus a:active {
  background-color: crimson !important;
  color: #fff !important;
}

/* 3. Carrousel (Indicateurs & Navigation) */
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.carousel-indicators li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s;
}

.carousel-indicators li.active button {
  background-color: #fff;
  transform: scale(1.2);
}

/* Focus spécifique indicateurs */
body.has-focus .carousel-indicators li button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px crimson !important;
}

/* 4. Menus Déroulants (Maintien de visibilité au Tab) */
.menu__item.is-focused > .menu--level-2,
.menu__item.is-focused > .menu--level-3 {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

/* 5. Support "Réduire les animations" */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* 6. Support Windows High Contrast */
@media (forced-colors: active) {
  body.has-focus :focus {
    outline: 2px solid LinkText !important;
  }
}
/* 7. Utilitaires */
.sr-only, .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=style.css.map */