/*carousel-generic-wide-ou-2018 EN*/
@media (min-width: 768px) {
  .carousel-generic-wide-ou-2018 .carousel-indicators {
    left: 50px;
    right: auto;
  }
  /* .carousel-generic-wide-ou-2018 .container-fluid {
	padding-right: 15px;
    padding-left: 15px;  
  } */
}
@media (max-width: 767px) {
    .carousel-generic-wide-ou-2018 .carousel-indicators {
        left: 17px;
        right: auto;
    }
}
/* @media (min-width: 768px) {
    .carousel-generic-wide-ou-2018 .container-fluid {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .carousel-generic-wide-ou-2018 .container-fluid {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .carousel-generic-wide-ou-2018 .container-fluid {
        width: 1170px;
    }
}
@media (min-width: 1460px) {
    .carousel-generic-wide-ou-2018 .container-fluid {
        width: 1350px;
    }
} */
.carousel-generic-wide-ou-2018 .carousel-caption {
  text-align: left;
}
.carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp) {
  padding-left: 12px;
}
.carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default span {
  left: auto;
  right: -12px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 9px;
}
.carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default span i {
  transform: rotate(-90deg) translate(0, -2px);
}
.carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default:hover span i, .carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default:focus span i, .carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default:active span i, .carousel-generic-wide-ou-2018 .carousel-caption .btn:not(.scroll-into-top-button-wp).btn-default.active span i {
  transform: rotate(-90deg) translate(0, 2px);
}
/*END carousel-generic-wide-ou-2018 EN*/
/* tags-2025 */
.tags-2025 {
  margin-bottom: 20px;
}
.tags-2025 h5 {
  margin-top: 0;
  font-size: 16px;
  color: #6b6b6b;
}
.tags-2025 h2 {
  font-size: 28px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #002c7d;
}
.tags-2025 > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.tags-2025 > div .tag-wrapper-2025 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.tags-2025 > div .tag-wrapper-2025 a {
  font-size: 14px;
  padding: 4px 16px;
  border: 1px solid #d2dfeb;
  border-radius: 24px;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #353535;
  background-color: #f7fbff;
  transition: all 0.3s;
}
.tags-2025 > div .tag-wrapper-2025 a:focus, .tags-2025 > div .tag-wrapper-2025 a:hover {
  text-decoration: none;
  color: #002c7d;
  border-color: #002c7d;
}
.tags-2025 > div a i {
  transform: rotate(90deg);
  margin-right: 4px;
}
@media (max-width: 767px) {
  .tags-2025 > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .tags-2025 > div .tag-wrapper-2025 {
    margin-bottom: 15px;
  }
}
/* END tags-2025 */
/* tags-2025 EN */
.tags-2025 > div .tag-wrapper-2025 {
  margin-top: 20px;
}
.tags-2025 > div .tag-wrapper-2025 a {
  margin-left: inherit;
  margin-right: 8px;
}
.tags-2025 > div a i {
  transform: rotate(-90deg);
  margin-right: inherit;
  margin-left: 4px;
}
/* END tags-2025 EN */
/* running-numbers-2025 */
.running-numbers-2025 h2 {
  font-size: 28px;
  margin-top: 40px;
}
.running-numbers-2025 > div {
  display: flex;
  justify-content: space-around;
  gap: 3%;
  margin-bottom: 40px;
  margin-top: 25px;
}
.running-numbers-2025 > div article {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 22.75%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
}
.running-numbers-2025 > div article div:first-of-type {
  direction: ltr;
}
.running-numbers-2025 > div article div:first-of-type span.counter {
  color: #002c7d;
  font-size: 5em;
  font-weight: 600;
}
.running-numbers-2025 > div article div:first-of-type span:not(.counter) {
  color: #002c7d;
  font-size: 5em;
  font-weight: 200;
}
.running-numbers-2025 > div article div.horizonlal-line {
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #002c7d;
}
.running-numbers-2025 > div article div:last-of-type {
  text-align: center;
  padding: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .running-numbers-2025 > div {
    flex-wrap: wrap;
    gap: 4%;
  }
  .running-numbers-2025 > div article {
    flex-basis: 48%;
    padding: 10px;
  }
  .running-numbers-2025 > div article:first-child, .running-numbers-2025 > div article:nth-child(2) {
    margin-bottom: 15px;
  }
  .running-numbers-2025 > div article div:first-of-type span.counter {
    font-size: 3em;
  }
  .running-numbers-2025 > div article div:first-of-type span:not(.counter) {
    font-size: 3em;
  }
  .running-numbers-2025 > div article div:last-of-type {
    padding: 15px;
  }
}
/* END running-numbers-2025 */
.RowContainerNumber_4 {
	background-image: url(https://www.openu.ac.il/lists/mediaserver_images/English/pic_banner_01_1920x390.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 30px;
}
/* strip-carousel-2025 */
.strip-carousel-2025 .strip-carousel-second-row-2025 {
  display: flex;
  gap: 5%;
  margin-bottom: 60px;
  margin-top: 70px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div {
  flex: 1 0 45%;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div h2 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
  color: #002c7d;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div h3 {
  font-size: 22px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div a i {
  transform: rotate(90deg);
  margin-right: 4px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 {
  border-radius: 16px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 img {
  border-radius: 16px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control {
  opacity: 0.8;
  font-size: 18px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control span {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.8;
  width: 30px;
  height: 30px;
  background-color: #002c7d;
  border-radius: 15px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control.left {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  background-image: none;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control.left span {
  right: 84%;
  transform: rotate(90deg);
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control.right {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  background-image: none;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control.right span {
  left: 84%;
  transform: rotate(-90deg);
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control:hover, .strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-control:focus {
  opacity: 1;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-caption {
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  text-shadow: none;
  text-align: right;
  left: 0;
  right: 0;
  padding: 15px 25px;
  bottom: 0;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .strip-carousel-2025 .strip-carousel-second-row-2025 {
    flex-direction: column;
  }
  .strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 {
    margin-top: 20px;
  }
}
/* END strip-carousel-2025 */
/* strip-carousel-2025 EN */
.strip-carousel-2025 .strip-carousel-second-row-2025 > div a i {
  transform: rotate(-90deg);
  margin-right: 0;
  margin-left: 4px;
}
.strip-carousel-2025 .strip-carousel-second-row-2025 > div .carousel-in-strip-2025 .carousel-caption {
  text-align: left;
}
/* END strip-carousel-2025 EN */
/* recommendations-2025 */
.recommendations-2025 {
	padding-top: 30px;
	padding-bottom: 40px;
}
.recommendations-2025 h2, .recommendations-2025 h3 {
  color: #002c7d;
}
.recommendations-2025 h2 {
  font-size: 28px;
  margin-top: 40px;
}
.recommendations-2025 h2 + p {
  font-size: 1.05em;
  margin-bottom: 0;
}
.recommendations-2025 h3 {
  font-size: 22px;
}
.recommendations-2025 h4 {
  color: #2364db;
  font-size: 16px;
}
.recommendations-2025 h3 {
  margin-top: 0;
}
.recommendations-2025 > div {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.recommendations-2025 > div article {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
  padding: 20px 28px 28px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 40px;
  margin-top: 25px;
  border: 1px solid #e7eff7;
  box-shadow: 0 0 3px #e9edf5;
}
.recommendations-2025 > div article > div {
  display: flex;
  gap: 18px;
  min-height: 81px;
  margin-top: 15px;
  position: relative;
}
.recommendations-2025 > div article > div i {
  position: absolute;
  font-size: 3em;
  color: #F0F8FF;
  text-shadow: 0px 0px 2px #87afff;
}
.recommendations-2025 > div article > div i:first-child {
  top: -19%;
  right: -2%;
}
.recommendations-2025 > div article > div i:last-child {
  bottom: -19%;
  left: -2%;
  transform: rotate(-180deg);
}
.recommendations-2025 > div article p {
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .recommendations-2025 {
    overflow-x: scroll;
    margin-left: -15px;
  }
  .recommendations-2025 > div article {
    flex-basis: 75%;
  }
  .recommendations-2025 > div article > div i:first-child {
    top: -18%;
  }
  .recommendations-2025 > div article > div i:last-child {
    bottom: -13%;
  }
}
/* END recommendations-2025 */
/* recommendations-2025 */
.recommendations-2025 > div article > div i {
  font-size: 2.5em;
}
.recommendations-2025 > div article > div i:first-child {
  top: -7%;
}
.recommendations-2025 > div article > div i:last-child {
  bottom: -11%;
  left: -3%;
}
@media (max-width: 767px) {
  .recommendations-2025 {
    margin-left: inherit;
    margin-right: -15px;
  }
  .recommendations-2025 > div article > div i:first-child {
    top: -10%;
  }
  .recommendations-2025 > div article > div i:last-child {
    bottom: -13%;
  }
}
/* END recommendations-2025 */
.RowContainerNumber_6 {
	background-color: #F0F8FF;
}
.RowContainerNumber_7 {
	text-align: center;
}
.RowContainerNumber_7 .headline {
	border-bottom: none;
}
p.social a {
	border-color: #e8e8e8;
}
.RowContainerNumber_7 p.social a i {
	font-size: 1.2em;
}
.RowContainerNumber_7 p.social a i:before {
    line-height: 2.5em;
}
.RowContainerNumber_7 .socicon-instagram {
	color: #C13584;
}
.RowContainerNumber_7 .fi-brands-tumblr {
	color: #316FF6;
}
/* .RowContainerNumber_7 .fi-brands-tik-tok {
	color: #C13584;
} */
.RowContainerNumber_7 .socicon-linkedin {
	color: #0077B5;
}
.RowContainerNumber_7 .fi-brands-youtube {
	color: #FF0000;
}

@media (max-width: 767px) {
	.RowContainerNumber_1 .col-openu-wide-12,
	.RowContainerNumber_2 .col-openu-wide-12,
	.RowContainerNumber_3 .col-openu-wide-12,
	.RowContainerNumber_4 .col-openu-wide-12,
	.RowContainerNumber_5 .col-openu-wide-12,
	.RowContainerNumber_6 .col-openu-wide-12,
	.RowContainerNumber_7 .col-openu-wide-12 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
