<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.media.generic-box-horizontal {
	border-bottom: none;
}
.media.generic-box-horizontal .media-body h4.media-heading {
    color: #002c7d;
	font-weight: 600;
}

.change-img ul li a {
	color: #000;
}

.headline {
	border-bottom: none;
}
.headline h2 {
	color: #000;
	border-bottom: none;
}

.rc-rte h2 {
	color: #000 !important;
	font-size: 30px !important;
}

/* MENU */
.carousel-generic-wide .carousel-useful-links &gt; div {
	border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 768px) {
	.carousel-generic-wide .carousel-useful-links &gt; div {
		border-top-right-radius: 20px;
	}
}
@media (max-width: 768px) {
	.carousel-generic-wide .carousel-useful-links &gt; div {
		width: 20%;
		border-left: 1px solid #e4e4e4;
	}
	/* homesite override */ 
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3) {
		border-left: 1px solid #e4e4e4;
	}
}
@media screen and (min-width: 768px) {
	.carousel-generic-wide .carousel-useful-links &gt; div, .carousel-generic-wide .carousel-useful-links &gt; div:hover {
        box-shadow: none;
        transition: none;
    }
}
.carousel-generic-wide .carousel-useful-links img {
	visibility: hidden;
}
@media (max-width: 768px) {
	.carousel-generic-wide .carousel-useful-links img {
		height: 0;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div a {
	display: block;
	height: 72px;
}
@media (max-width: 767px) {
	.carousel-generic-wide .carousel-useful-links &gt; div a {
		height: 66px;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div p {
	color: #2364db;
}
@media (max-width: 768px) {
	.carousel-generic-wide .carousel-useful-links &gt; div p {
		margin-top: -4px;
		line-height: 1.3;
		font-size: 13px;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div:first-child,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(2),
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3),
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(4) {
	background-color: #ffffff;
}
.carousel-generic-wide .carousel-useful-links a:hover,
.carousel-generic-wide .carousel-useful-links a:focus {
	text-decoration: none;
}
@media (min-width: 768px) {	
	.carousel-generic-wide .carousel-useful-links &gt; div:first-child a {
		background-image: url('https://www.openu.ac.il/Lists/MediaServer_Images/Academic/Degree/TABS_ICON_BA.png');
		background-repeat: no-repeat;
		background-position: center 3px;
	}
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(2) a {
		background-image: url('https://www.openu.ac.il/Lists/MediaServer_Images/Academic/Degree/TABS_ICON_MA.png');
		background-repeat: no-repeat;
		background-position: center 3px;
	}
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3) a {
		background-image: url('https://www.openu.ac.il/Lists/MediaServer_Images/Academic/Degree/TABS_ICON_PhD.png');
		background-repeat: no-repeat;
		background-position: center 4px;
	}
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(4) a {
		background-image: url('https://www.openu.ac.il/Lists/MediaServer_Images/Academic/Degree/TABS_ICON_Teaching.png');
		background-repeat: no-repeat;
		background-position: center 4px;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div:first-child:hover,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(2):hover,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3):hover,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(4):hover {
	background-color: #002C7D;
}
@media (min-width: 768px) {
	.carousel-generic-wide .carousel-useful-links &gt; div:first-child:hover a,
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3):hover a {
		background-position: center -42px;
	}
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(2):hover a {
		background-position: center -40px;
	}
	.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(4):hover a {
		background-position: center -42px;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div:first-child:hover p,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(2):hover p,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(3):hover p,
.carousel-generic-wide .carousel-useful-links &gt; div:nth-child(4):hover p {
    color: #ffffff;
}
/* current menu item */
@media (min-width: 768px) {	
	.carousel-generic-wide .carousel-useful-links &gt; div:last-child a {
		background-image: url('https://www.openu.ac.il/Lists/MediaServer_Images/Academic/Degree/TABS_ICON_Diploma.png');
		background-repeat: no-repeat;
		background-position: center -42px;
	}
}
.carousel-generic-wide .carousel-useful-links &gt; div:last-child, .carousel-useful-links &gt; div:last-child:hover {
    background-color: #002C7D;
}
.carousel-generic-wide .carousel-useful-links &gt; div:last-child p, .carousel-useful-links &gt; div:last-child:hover p {
    color: #fff;
    display: block;
}

/*END MENU */
</pre></body></html>