
/*
 * Sidebars
 */
.vertical-menu {
    width: 100%;
}

.vertical-menu a , .vertical-menu h3 {
    background-color: #f5f5f5;
    color: #005a82;
    display: block;
    padding: 15px;
    text-decoration: none;
    margin: 5px 10px;
    border: solid 1px #eee;
    transition: all .2s ease-in-out;
}

.vertical-menu a i {
	font-size: 25px;
	float: right;
	padding: 0 10px;
}
html[dir="rtl"] .vertical-menu a i {
	float: left;
}


.vertical-menu a#brochures img {
	width: 35px;
	height: 30px;
	float: right;
	padding: 0 5px;
}
html[dir="rtl"] .vertical-menu a#brochures img {
	float: left;
}

.vertical-menu a:hover {
    background-color: #eee;
	transform: scale(1.1);
	font-weight: 800;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}

/*.vertical-menu a#books {
	display: none;
}*/

.vertical-menu a#lfl img {
	width: 60%;
	margin-left: 20%;
}

html[dir="rtl"] .vertical-menu a#lfl img {
	margin-right: 20%;

}

#fp-std-reg {
	border: solid 1px #f5f5f5;
	color: #005a82;
}

#fp-std-reg .inline {
	display: inline-block; 
	margin:5px;
}

#fp-std-reg .first {
	width: 32%;
	display: inline-block; 
	margin:5px 1px;
	text-align: center;
	vertical-align: text-bottom;
}
#fp-std-reg .first span {
	    font-size: 70px;
}
#fp-std-reg .second {
	width: 60%;
	display: inline-block; 
	margin: 5px 1px;
}

#fp-std-reg .second a {
    color: #005a82;
    display: block;
    padding: 5px;
    text-decoration: none;
    margin: 2px 0;
}

#fp-std-reg .second h3 {
	border-bottom: solid 3px #b2a260;
	font-weight: bold;
	padding-bottom: 3px;
    font-size: 20px;
}

#fp-systems-2 {
    display: table;
}
#fpevents{
	min-height: 266.6px;
}


/*
 * Slider 
 */

.flexslider {
	margin: 0 0;
	background: #fff;
	border: 1px solid #f5f5f5;
	position: relative;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	zoom: 1;
}

#flexslider-1 ul {
/*.flexslider .slides {*/
	padding-left: 0px !important;
	padding-right: 0px !important;
}


/* to be deleted
 *****
.flexslider .slides img {
	width: 100%;
	display: block;
	height: 400px;
}


.flexslider .slides .slide-body {
	position: absolute;
	top: 25%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
}

.flexslider .slides .slide-body a {
	color: #fff;
	padding: 18px;
	display: block;
	line-height: 1.3;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 1.6rem;
}

html[dir="ltr"] .flexslider .slides .slide-body {
	right: 0;
}

#slide-000-en, #slide-000-ar {
	top: 73%;
	width: 83%;
	background: rgba(0, 0, 0, 0.6);
	right: 10%
}

#slide-001-en, #slide-001-ar {
	width: 40%;
	top: 72%;
	background: rgba(0,0,0,0.6);
	right: 59%;
}

#slide-001-en a, #slide-001-ar a {
	padding: 5px;
}

#slide-0-en, #slide-0-ar {
	width: 35%;
}

#slide-00-en, #slide-00-ar {
	display: none;
}

#slide-01-en, #slide-01-ar {
	width: 35%;
}

#slide-02-en, #slide-02-ar {
	width: 35%;
}

#slide-03-en, #slide-03-ar {
	width: 35%;	
}

#slide-04-en, #slide-04-ar {
	width: 35%;	
}

#slide-05-en, #slide-05-ar {
	width: 35%;	
}

#slide-06-en, #slide-06-ar {
	width: 100%;
	top: 10% !important;
}
*/


/*
 * this was added for the youtube block
 */
/*
#fp-slider {
        background-color: #f5f5f5;
}

#fp-slider h2 {
        font-size: 2rem;
        margin-bottom: 5px;
}

html[dir="rtl"] #fp-slider h2 {
        text-align: right;
}
*/
.ar-rtl {
	float: right;
}
#panels-ipe-regionid-three_33_top{
	background-color: #f5f5f5;
    padding: 15px 0px 3px 0px;
    margin-bottom: 15px;
}

/*
 * News block
 */

.vertical-menu-news {
    width: 100%;
}

.vertical-menu-news a {
	background-color: #f5f5f5;
	color: #005a82;
	display: block;
	padding: 13px 15px;
	text-decoration: none;
	margin: 5px 0px;
	text-align: center;
	border-right: 5px solid #005a82;
	font-weight: bolder;
	font-size: 1.05rem;
}
.vertical-menu-news a:first-child {
	color: white;
	background: #005a82;
	margin-bottom: 9px;
	border-right: 5px solid #b2a260;
}

.vertical-menu-news a:nth-child(2) {
	background: rgba(197, 178, 110, 0.8);
	border-right: 5px solid #b2a260;
	/*display: none;*/
}

.vertical-menu-news a:nth-child(2):hover {
	background: #b2a260;
}

.vertical-menu-news a:hover {
    background-color: #ccc;
}


.vertical-menu-news a:first-child:hover {
	background: #003958;
}

.vertical-menu-news a:last-child {
	/*padding: 10px 30px;
	font-size: 1rem;*/
	background: #ccc;
}

.vertical-menu-news a:last-child:hover {
	background: #005a82;
	color: #f5f5f5;
}

/*
 * Systems links
 */


.fp-system{
	float: left;
	width: 16%;
	margin: 0 1px;
	text-align: center;
	padding: 15px 0;
	color: white;
	background: #003958;
	font-weight: bold;
}

#fp-systems-2 { width: 100%; }

#fp-systems-2 ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#fp-systems-2 ul li {
	float: left;
	width: 19.8%;
	margin: 0 1px;
	text-align: center;
	color: white;
	background: #003958;
}

html[dir="rtl"] #fp-systems-2 ul li {
	float: right;
}

#fp-systems-2 ul li a {
	display: block;
	padding: 8px;
	color: #fffffb;

}

/*
 * origin - Alaa
 */

.svu_systems_icon{
	border-top: solid #FFFFFF 20px;
	margin: 0px -20px;
	padding-top: 20px;
}

.Link_SVU_Icon{
	margin: 0px 20%;
}
.one_SVU_Icon{
	width: 20%;
	float: left;
	text-align: center;
	color: #34536F;
	font-weight: bold;
}
html[dir="rtl"] .one_SVU_Icon{
	float: right;
}


/*
 * new design
 */


#fp-systems {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 25px 0;
}

.fp-systems-container {
	width: 100%;
	margin: 25px 0;
	/* background: #f5f5f5; */
	text-align: center;
}

.fp-systems-container h1 {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.fp-system-card {
	border: solid 1px #f5f5f5;
	border-radius: 2px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	margin: 10px 5px !important;
	width: 32%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	/*height: 100px;*/
	position: relative;
	/*background: #f5f5f5;*/
	background: #fff;
}

.fp-system-card a {
	display: block;
	text-decoration: none;
	padding: 20px 0 30px;
	font-size: 1.6rem;
	font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
}

.fp-system-card:hover a {
	font-size: 1.8rem;
	text-decoration: underline;
}

.fp-system-card ul {
	margin: 0 10px 20px 10px;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	padding: 0 0 0 0 !important;
	/*background: #fff;*/
	background: #fafafa;
}
.fp-system-card:hover ul {
	/*background: #c5b26e;*/
	background: #fff;
	margin-top: 0;
}

.fp-system-card ul li {
	list-style: none;
	font-size: small;
	color: #0663aa;
	display: none;
}

.fp-system-card ul li:nth-child(1) {
	display: block;
}

.fp-system-card ul li h2 {
	font-size: 1.3rem;
	margin: 0;
	padding: 5px;
}

/*.fp-system-card p {
	font-size: small;
	margin: 0;
	padding: 0;
}*/


/*.fp-system-card p:nth-child(3) {
	width: 100%;
	position: absolute;
	/ *left: 20%;* /
	bottom: 2%;
	display: none;
}*/

/*.fp-system-card p:nth-child(3) img {
	width: 42%;
}
*/

/*.fp-system-card:hover {
	background: #125b83;
	border-top: solid 5px #125b83;
}

.fp-system-card:hover a {
	color: #f5f5f5;
}
*/

/*.fp-system-card:hover p:nth-child(3) img {
	width: 45%;
	/ *left: 5%;
	bottom: 5%;* /
}*/

.fp-system-card-1 {
	/*border: solid 1px #c5b26e;*/
	border: solid 1px rgba(197, 178, 110, 0.2);
	border-top: solid 5px #c5b26e;
}
.fp-system-card-1:hover {
	/*background: #c5b26e;*/
	background: rgba(197, 178, 110, 0.2);
	margin-top: 0;
}

/* .fp-system-card-1 ul {
	background: rgba(197, 178, 110, 0.2);
} */

.fp-system-card-2 {
	/*border: solid 1px #bdbec0;*/
	background: solid 1px rgba(189, 190, 192, 0.2);
    border-top: solid 5px #bdbec0;
}
.fp-system-card-2:hover {
	/*background: #bdbec0;*/
	background: rgba(189, 190, 192, 0.2);
	margin-top: 0;
}

/* .fp-system-card-2 ul {
	background: rgba(189, 190, 192, 0.2);
}
 */
.fp-system-card-3 {
	/*border: solid 1px #8ebfe4;*/
	background: solid 1px rgba(142, 191, 228, 0.2);
	border-top: solid 5px #8ebfe4;
}
.fp-system-card-3:hover {
	/*background: #8ebfe4;*/
	background: rgba(142, 191, 228, 0.2);
	margin-top: 0;
}

/* .fp-system-card-3 ul {
	background: rgba(142, 191, 228, 0.2);
}
 */
.fp-system-card-4 {
	/*border: solid 1px #f79522;*/
	background: solid 1px rgba(247, 149, 34, 0.34);
    border-top: solid 5px #f79522;
}
.fp-system-card-4:hover {
	/*background: #f79522;*/
	background: rgba(247, 149, 34, 0.34);
	margin-top: 0;
}

/* .fp-system-card-4 ul {
	background: rgba(247, 149, 34, 0.34);
} */

.fp-system-card-5 {
	/*border: solid 1px #fdce0b;*/
	background: solid 1px rgba(253, 206, 11, 0.2);
	border-top: solid 5px #fdce0b;
}
.fp-system-card-5:hover {
	/*background: #fdce0b;*/
	background: rgba(253, 206, 11, 0.2);
	margin-top: 0;
}

/* .fp-system-card-5 ul {
	background: rgba(253, 206, 11, 0.2);
}
 */
.fp-system-card-6 {
	/*border: solid 1px #3bb54a;*/
	background: solid 1px rgba(59, 181, 74, 0.2);
	border-top: solid 5px #3bb54a;
}
.fp-system-card-6:hover {
	/*background: #3bb54a;*/
	background: rgba(59, 181, 74, 0.2);
	margin-top: 0;
}

/* .fp-system-card-6 ul {
	background: rgba(59, 181, 74, 0.2);
} */


/*
 * New 
 */

.fp-new-faq-help {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*height: 350px;*/
    border-radius: 3px;
    /*border: solid 1px #dbdbdb;*/
}

.fp-new-faq-help img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
}

.fp-new-faq-help .faq-help-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform .35s ease-out;
    background: #003654;
    opacity: 0.5;
	height: 100%;
}

.fp-new-faq-help .faq-help-content ul {
	text-align: center;
	color: white;
	list-style: none;
	padding: 15px 10px;
}

.fp-new-faq-help .faq-help-content ul li {
	font-size: 1.3rem;
	margin: 10px 0;
	padding: 5px;
}

.fp-new-faq-help .faq-help-content ul li:nth-child(1) {
	margin-bottom: 10px;
}

.fp-new-faq-help .faq-help-content ul li:nth-child(1) h1 {
	font-size: 3rem;
	color: white;
}

.fp-new-faq-help .faq-help-content ul li:last-child {
	margin-top: 15px;
}

.fp-new-faq-help .faq-help-content ul li a {
	color: #003654;
    background-color: #b2a260;
    border-color: #716638;
    padding: 5px;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-family: 'Ara Hamah Kilania Regular';
    font-size: 1.7rem;
}
.fp-new-faq-help .faq-help-content ul li a:hover {
	color: #003654;
    /*background-color: #716638;
    border-color: #716638;*/
    font-weight: bolder;
}
.fp-new-faq-help:hover .faq-help-content {
    transform: translateY(0);
	opacity: 0.85;
	height: 150%;
}
.fp-new-faq-help:hover .faq-help-content ul li a {
	opacity: 1;
}
section#fp-new-faq, section#fp-new-help {
	padding: 35px 0;
}
section#fp-new-faq h2, section#fp-new-help h2 {
	display: none;
}

/*
 * Registration and LLC
 */
.fp-new-registration-llc {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.fp-new-registration-llc .wrapper {
	width: 75%;
	/*margin: 5px 20%;*/
	border-radius: 2px;
	border: solid 1px #f5f5f5;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 5px;
	display: inline-block;
}

.fp-new-registration-llc .wrapper img {
	width: 40%;
}

#main-content .fp-new-registration-llc .wrapper ul {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.fp-new-registration-llc .wrapper ul {
	list-style: none;
}

.fp-new-registration-llc .wrapper ul li {
	display: block;
	margin: 10px 5px;
	padding: 5px;
}

/*section#fp-new-llc .wrapper ul li:nth-child(2) {
	margin: 30px 0;
}
*/
.fp-new-registration-llc .wrapper ul li h3 {
	font-size: 2.2rem;
	border-bottom: #b2a260 5px solid;
}

.fp-new-registration-llc .wrapper ul li a {
	display: block;
	font-size: 1.2rem;
}
.fp-new-registration-llc .wrapper ul li:hover {
	background: #f5f5f5;
}
.fp-new-registration-llc .wrapper ul li:hover a {
	font-weight: bold;
	text-decoration: underline;
}

section#fp-new-students-registration h2, section#fp-new-llc h2 {
	display: none;
}


.new-students-addmission-news {
	/*background: #f5f5f5;*/
}

.new-students-addmission-news h2.pane-title { 
	display: none;
}

.new-students-addmission-news img {
	display: inline-block;
	width: 20% !important;
}

.new-students-addmission-news ul {
	display: inline-block;
}

/*
 * Quick links
 */

#fp-new-links h2 {
	display: none;
}

.fp-new-icons {
	width: 100%;
	text-align: center;
	/*margin: 50px 0;*/
	background: #f5f5f5;
	padding: 7rem 0;
}

#main-content .fp-new-icons ul {
	padding: 0 !important;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 10%;
	list-style: none;
	margin: 5px 15px;
	vertical-align: top;
	height: 175px;
}

#main-content .fp-new-icons ul li a img:nth-child(2) {
	display: none;
}
#main-content .fp-new-icons ul li a:hover img:nth-child(2) {
	display: block;
}
#main-content .fp-new-icons ul li a:hover img:nth-child(1) {
	display: none;
}

.fp-new-icons ul li:nth-child(2) {
	display: block;
	bottom: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	font-size: 1.3rem;
	font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
	color: #005a82;
	height: 30%;
}

#main-content .fp-new-icons ul li:hover + li:nth-child(2) {
	background: #005a82;
	color: #f5f5f5;
	border-radius: 3px;
}

/*
 * Events carosel
 */
#events-albums {
	background: #f5f5f5;
	padding: 15px 0 50px 0;
	/*display: none;*/
	margin-bottom: -20px;
}

#events-albums h2 {
	text-align: center;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

#events-carosel {

}

#events-carosel ul.slides {
	float: left;
}
#main-content ul.slides {
	padding: 0 !important;
}
/*html[dir] #events-carosel ul.slides {
	float: left;
}*/

#events-carosel ul.slides li {
	width: 260px !important;
	margin: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.11);
	/*padding: 10px;*/
}

#events-carosel .views-field-field-event-image {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	max-height: 190px;
	border: #dbdbdb solid 1px;
}

#events-carosel .views-field-field-event-image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#events-carosel .views-field-field-event-image img {
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	max-height: 200px;
	height: 175px;
}

#events-carosel .views-field-field-event-title-et {
	padding: 10px 0;
	text-align: center;
	font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
	font-size: 1.4rem;
	color: #005a82;
	border-bottom: solid 1px #dbdbdb;
	height: 50px;
}


#events-carosel .views-field-field-event-date {
	float: right;
	padding: 5px;
}

html[dir="rtl"] #events-carosel .views-field-field-event-date {
	float: left;
}

.events-sidebar-block {
	background: #f5f5f5;
	padding: 10px;
	margin: 10px; 
	border-radius: 3px;
}

.events-sidebar-block h2.pane-title {
	padding: 5px;
	font-size: 1.5rem;
	color: #005a82;
}
html[dir="rtl"] .events-sidebar-block h2.pane-title {
	text-align: right;
}

#events-carosel-sidebar {
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.11);*/
	border: none !important;
}

#events-carosel-sidebar .slides {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#events-carosel-sidebar .views-field-field-event-image img {
	height: 150px;
}

#events-carosel-sidebar .views-field-field-event-title-et {
	padding: 10px 5px;
	text-align: center;
	/*font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;*/
	/*font-size: 1.3rem;*/
	color: #f5f5f5;
	background: #005a82;
	/*border-bottom: 1px solid #f5f5f5;*/
}

#events-carosel-sidebar .views-field-field-event-date {
	text-align: center;
	padding: 5px;
	/*font-size: 1.1rem;*/
	color: #f5f5f5;
	background: #005a82;
}

/*#events-carosel .views-field-field-event-description-et {
	display: inline-block;
	width: 70%;
	padding: 5px;
	font-size: small;
	box-sizing: border-box;
}
*/

/*
 *
 */

.node-event {
}

.node-event .field-collection-view {
	padding: 0 !important;
}

.node-event .field-collection-view .field-name-field-album-title {
	font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
    font-size: 1.6rem;
    color: #005a82;
    padding-top: 0px;
    padding-bottom: 20px;
}

.node-event .field-name-field-album-images .field-item {
	display: inline-block;
	margin: 10px;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.11);*/
}

.node-event .field-name-field-album-images img {
	border-radius: 3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 2px 10px 0 rgba(0,0,0,.11);
	height: auto !important;
}

/*
 *
 */

#slideshow-slider .slides,
  #slideshow-carosel .slides {
	padding: 0 !important;
}

#slideshow-slider .slsh-item {
	position: relative;
}

#slideshow-slider .slsh-item a.slsh-link-yes {
	cursor: pointer;
}

#slideshow-slider .slsh-item a.slsh-link-no {
	cursor: auto;
}

#slideshow-slider .slsh-item img {
	width: 100%;
	display: block;
	height: 400px;
}

#slideshow-slider .slsh-item .slsh-phrase {
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px;
    color: #f5f5f5;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
}

#slideshow-slider .slsh-item .slsh-phrase-hidden {
	display: none;
}

#slideshow-slider .slsh-item .slsh-phrase-showen {
}

#slideshow-slider #slide-00 {
	top: 0;
	bottom: auto;
}

#slideshow-slider #slide-02 {
	top: 0;
	bottom: auto;
}

#slideshow-slider #slide-14 {
	top: 0;
	bottom: auto;
	font-size: 1.3rem;
}

/*
 * this for the carosel
 */
/* 
#slideshow-carosel {

}

#slideshow-carosel ul.slides {
	float: left;
}

#slideshow-carosel li {
	margin: 5px;
}

#slideshow-carosel li img {
	height: auto !important;
}
*/

#fp-slider-show, #fp-live-show {
		width: 75%;
		float: left;
	}

	#fp-slider-hide, #fp-live-hide {
		display: none;
	}

	.fp-live2-show {
		display: inline-block;
		width: 47%;
	}

	.fp-live2-hide {
		display: none;
	}


	#fp-news-links {
		width: 25%;
		float: left;
	}

	#fp-live-show h1, #fp-live-show h2 {
		font-size: 2rem;
		text-align: center;
	}

/*
 * Averroes
 */
#block-block-21 {
	border: 1px solid #f5f5f5;
	display: inline-block;
	margin-left: 16%;
	margin-top: 40px;
	width: 10%;
	float: left;
}

html[dir="rtl"] #block-block-21 {
    margin-left: 0;
    margin-right: 16%;
    float: right;
    /*width: 25%;
    margin-top: 40px;*/
}

#block-block-21 h2 {
	display: none;
}

#block-block-21 .block-inner, #block-block-21  p {
	margin: 0;
}

/*
 * Systems accordion
 */

.systems-accordion-en, .systems-accordion-ar {
	margin: 2.5rem 0;
	/* display: inline-block; */
}

.systems-accordion-en .pane-title, .systems-accordion-ar .pane-title {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 10px;
/*	display: inline-block;
    margin-left: 35%;
*/}

/*.systems-accordion-ar .pane-title, .systems-accordion-ar .pane-title {
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 10px;
	display: inline-block;
    margin-right: 40%;
}*/


.table-accordion {
  display: flex;
  width: 100%;
  height: 275px;
  border: 1px solid #f5f5f5;

}

.systems-accordion-ar .table-accordion {
	flex-flow: row-reverse;
}

.table-accordion .table-cell-0 {
  display: block;
  width: 15%;
  transition: width 100ms ease-out;
  background: #f5f5f5;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

.table-accordion .table-cell {
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1; 
  /*width: 15%;*/
  /*flex-grow: 1;*/
  align-items: center;
  justify-content: center;
  transition: flex 200ms linear;
  background: #f5f5f5;
  /*border-right: 1px solid #fff;*/
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  /*flex-basis: 300px;*/
}


.table-accordion .table-cell .header {
  /*border: 1px solid red;*/
  /*display: flex;*/
  margin-top: 50%;
}
.table-accordion .table-cell .header h1 {
  -ms-align-items: center;
  align-items: center;
	font-size: 1.7rem;
	font-weight: 600;

  /*transform: rotate(270deg);*/
  /*-webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; */
}

/*.table-accordion .table-cell .header h1 a {
	text-decoration: none;
	display: block;
	font-weight: 600;
	font-size: 2rem;
}*/

.table-accordion .table-cell h2 {
	font-size: 1.4rem;

}

.table-accordion .table-cell .content
  /*, .table-accordion .table-cell h2*/
   {
    /*display: none;
    opacity: 0;*/
/*  visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
*/  
	font-size: 0;
	transition: all 300ms linear;
}

.table-accordion .table-cell:hover {
  /*width: 50%;*/
  -webkit-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  -o-flex: 4;
  flex: 4;
  /*flex-grow: 4;*/
  background: #fff;
}

.table-accordion .table-cell:hover .content {
  	/*opacity: 1;
    display: block; 
    visibility: visible;*/
    /*transition-delay: 1s;*/
    font-size: 0.9rem;
}

.table-accordion .table-cell:hover .header {
  /*border: 1px solid red;*/
  /*display: flex;*/
  margin-top: 1%;
}

.table-accordion .table-cell:hover h1 {
  /*transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    text-decoration: underline;*/
}

.table-accordion .table-cell:hover h2 {
    font-size: 1.5rem;
}

.table-accordion .table-cell.system-1 {
  border-top: 4px solid #c5b26e;
}
.table-accordion .table-cell.system-1:hover h2 {
		color: #c5b26e;
}
.table-accordion .table-cell.system-2 {
  border-top: 4px solid #f79522;
}
.table-accordion .table-cell.system-2:hover h2 {
		color: #f79522;
}
.table-accordion .table-cell.system-3 {
  border-top: 4px solid #8ebfe4;
}
.table-accordion .table-cell.system-3:hover h2 {
		color: #8ebfe4;
}
.table-accordion .table-cell.system-4 {
  border-top: 4px solid #3bb54a;
}
.table-accordion .table-cell.system-4:hover h2 {
		color: #3bb54a;
}
.table-accordion .table-cell.system-5 {
  border-top: 4px solid #fdce0b;
}
.table-accordion .table-cell.system-5:hover h2 {
		color: #fdce0b;
}
.table-accordion .table-cell.system-6 {
  border-top: 4px solid #bdbec0;
}
.table-accordion .table-cell.system-6:hover h2 {
		color: #bdbec0;
}
.table-accordion .table-cell.system-7 {
  border-top: 4px solid #027878;
}
.table-accordion .table-cell.system-7:hover h2 {
		color: #027878;
}

/*
 * SVU Media new
 */
 .svumedia2 {
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    align-items: center;
}

.svumedia2 .image {
    flex: 1;
    min-width: 400px;
    min-height: 312px;
    height: 450px;
    pointer-events: auto;
    background-image: url(https://svuonline.org/sites/default/files/events-images/Graduation2020/87268486_1947614965371553_3414655113791275008_o.png);
    background-position: 100% 100%;
    /* background-attachment: fixed; */
    background-size: cover;
    display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

html[dir="rtl"] .svumedia2 .image {
	justify-content: flex-end;
}

.svumedia2 ul.links {
	opacity: 50%;
	background: #005a82;
    display: flex;
	flex-direction: column;
	padding: 20px !important;
}

.svumedia2 ul.links li {
	margin: .5rem auto;
	padding: 0 !important;
	width: 100%;
}

.svumedia2 ul.links li i {
	padding: 0.5rem;
}

.svumedia2 ul.links li a {
    text-decoration: none;
	color: #fff;
	font-size: 2.1rem;
	font-family: 'Ara Hamah Kilania Regular', helveticaneueltarabic;
	text-shadow: none;
	display: block;
	padding: 1.2rem;
	border: 1px #fafafa solid;
	background-color: #003654;
}

.svumedia2 ul.links li a:hover {
	background-color: #fff;
	color: #003654;
}