/*
    Theme Name: SPRC
    Theme URI:
    Description: Technion / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 1.1 BS-4
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:18px;
	font-family: 'Montserrat';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#233053;
	width:100%;
	
	}

a {
    color: #233053;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#233053;
}

a:focus { 
    outline: none;
}

input,
select,
textarea {
	font-family: 'Montserrat';
	box-sizing:border-box;
	border: 1px solid #233053;
	width:100%;
	padding:10px 5px;
	border-radius:0px;
	background: #FFF;
	color:#0E184D;
	font-size:16px;
	
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

textarea {
	height:110px;
	overflow: auto;
}

input[type="submit"],
input[type="button"] {
	font-family: 'Montserrat';
	display: inline-block;
	cursor:pointer;
	padding:9px 15px;
	width:150px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight: 500;
	border: none;
	border-radius: 80px;
	background:#6880AE;

	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}
	

::-webkit-input-placeholder {
       color:#0E184D;
}

:-moz-placeholder { /* Firefox 18- */
    color:#0E184D;
}

::-moz-placeholder {  /* Firefox 19+ */
      color:#0E184D;
}

:-ms-input-placeholder {  
   color:#0E184D;
}



.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
	direction: ltr;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}



/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.container-wide {
	width:1612px;
	margin: auto;
	padding:0 15px;
	max-width:100%;
	padding-right: 90px;
}

#main {
	padding:40px 0;
		}
		
#main.grey {
	background:url(images/bg_grey_fx.png) no-repeat;
	background-size: cover;
}
		
.waves {
	background:url(images/bg_about.png) top left no-repeat;
}
	
.section {
	position: relative;
	width:100%;
	margin-bottom:30px;
	
}

.inner-section {
	position: relative;
	padding:60px 0;
}

.padding {
	width:60%;
	margin: auto;
}





	
/* =HEADER
-------------------------------------------------------------- */

#head {
	position: relative;
}


#toprow {
	position: relative;
	padding:5px 0;
	z-index:500;
	transition: all 500ms ease;
	border-bottom:  1px solid #E2E2E2;
		
}


.logos {
	display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left:20px;
  padding-bottom:20px;
}
.logo-tech {
	position: relative;
	padding-left:15px;
}
.logos border {
	display: block;
	position:absolute;
	right:0;
	top:0px;
	height:100%;
	border-right:#112146 1px solid;
}

.logo {
	position: relative;
	padding-right:15px;
}

 .topicons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
 }

#toprow button.aicon_link {
    display: block !important;
    position: absolute !important;
    right:0px !important;
    left: auto;
    background:none !important;
    z-index: 500;
    margin-left: 10px;
	width:36px;
	height:36px;
}

	
.social-icons a {
	display: inline-block;
	margin-left:5px;	
}


.menu-panel {
	display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right:46px;
}

#topmenu {
	position: relative;
	padding-right:10px;
	
}

.menu-lang-container li  {
	display: inline-block;
	
}

.menu-lang-container li a {
	display: block;
	font-family: 'Assistant';
	font-size:16px;
	width:39px;
	height:39px;
	line-height:39px;
	border-radius:100%;
	border:#233053 1px solid;
	text-align:center;
	
}

a.topsearch {
	display: block;
	font-size:16px;
	width:39px;
	height:39px;
	line-height:39px;
	border-radius:100%;
	border:#233053 1px solid;
	text-align:center;
	margin-left:10px;
}


/* =MENUS
-------------------------------------------------------------- */

.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding: 0;
	text-align: center;
		
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:16px;
	display:block;
	font-weight:500;
	color: #233053; 
    padding: 20px 20px;
	border-bottom: transparent 4px solid;
	text-transform: uppercase;	
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}

.menu-primary li a:hover,
.menu-primary li.current-menu-item > a {
	border-bottom: #233053 4px solid;
	
	}


.menu-item-description {
	display: none;
}


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:300px;
	z-index:200;
	margin:0;
	margin-top: -4px;
	text-align: start;
	background:#FFF;
	padding-top:5px;
	box-shadow: 0px 3px 6px #00000012;
	border-top: #233053 4px solid;	
	
					
}

.menu-primary li li {
	padding:0;
	display: block;
}

.menu-primary li li a {
	padding:15px 15px;
	border-radius:0;
	font-weight: 500;
	border-bottom: none;
	background:#FFF;
	text-transform:inherit;
	border-bottom:#eee 1px solid !important;
	
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
		border-bottom:#eee 1px solid !important;
		}

.menu-primary li li span {
	display: none;
}

.sf-sub-indicator {
	display:none;
}


/********************home******************/
#home-video {
	position: relative;
}

.posterimg {
	width:100%;
}

#home-video video {
	width: 100%;

}

#home-video .cap {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

#home-top .inner {
	width:534px;
	max-width:100%;
}

.home-section {
	padding: 50px 0;

}
.main-title {
	font-size:41px;
	color:#FFF;
	text-align:center;	
}

.home-content .title {
	width: 50%;
	margin: auto;
	margin-bottom: 46px;

}

.home-content .entry {
	width:50%;
	text-align:center;
	margin: auto;
}

.grey {
	background:url(images/bg_grey1.png) no-repeat;
	background-size: cover;  
	
}

#home-boxes {
	padding-top: 120px;

}

.hb-item {
	display: block;
	position: relative;
	text-align: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000012;
	padding: 86px 0 30px 0px;

}

.hb-icon {
	position:  absolute;
	width: 100%;
	top: -66.5px;
	text-align: center;

}

.hb-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	padding: 0 50px;
}

.hb-item .arr-more {
	margin-top: 20px;
}

.hb-item .arr-more i {
	font-size: 21px;
}

.hb-item a:hover {
	color: #6880ae;
}


#news-scroll .slick-slide {
	padding:40px 15px 0 15px;
}

.news-item {
	padding:20px;
	background: url(images/border.png) top left no-repeat;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
}

.news-title {
	position: relative;
}

.news-title date {
	position: absolute;
	right:-30px;
	top: -60px;
	color:#FFF;
}

.news-title date i {
	font-size:90px;
	color:#233053;				
}

.news-title date span {
	position: absolute;
	display: block;
	width:90px;
	top: 40px;
	text-align: center;	
	color:#FFF;
	font-size:13px;
	font-weight:500;
}

.news-title title {
	display: block;
	width:calc(100% - 90px);
	margin-bottom:20px;
	font-weight:500;
}

.news-entry {
	font-size:14px;
	line-height:1.3;
}




/*******************GENERAL***************/
.title {
	font-size:35px;
	position: relative;
	margin-bottom:35px;
	font-weight:600;
	text-align: center;
	}



.more {
	margin-top:10px;
	
					
}

.more a {
	display: inline-block;
	font-size:14px;
	padding:10px 25px;
	background:#FFFFFF;
	color:#0E184D;

}

.more a:hover {
	transform: scale(0.9);
}

.page-title {
	font-size:50px;
	font-weight:400;
	position: relative;
	margin-bottom:40px;
		}



.single-img {
	max-width:50%;
}


.single-img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	text-align: right;
}
.single-img.alignleft,
.home-img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.single-img img {
	box-shadow: 0px 3px 6px #00000012;
	
}

img.shadow {
	box-shadow: 0px 3px 6px #00000012;
}
.home-img {
	position: relative;
	padding-right:50px;
	max-width:50%;
}

.himg {
	display: block;
}



.image-frame {
	position: absolute;
	top:10px;
	left:10px;
	border:#827642 2px solid;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}


.entry {
	line-height:1.4;
	
}

.entry h1 {
	font-size:40px;
	font-weight:600;
	margin-bottom:20px;
}
.entry h2 {
	font-size:35px;
	font-weight:600;
	margin-bottom:30px;
	color: #233053;
}

.entry h3 {
	font-size:30px;
	margin-bottom:20px;
	font-weight:600;
	letter-spacing:1.2px;
}

.entry h4 {
	font-size:26px;
	margin-bottom:15px;
	font-weight:600;
}
.entry h5 {
	font-size:24px;
	margin-bottom:15px;
	font-weight:600;
	}

.entry h6 {
	font-size:1.1em;
	margin-bottom:0;
	font-weight:600;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-left: 50px;
	}

.entry ul li {
	list-style: disc;
}

.entry ul li::marker {
	transform: translateY(20px);
}



.entry ol li {
	list-style: decimal;
}


.entry a {
	text-decoration: underline;
	    color: #023571;
}

.entry a:hover {
	text-decoration:  none;
}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}



.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}

.two-cols p:first-child {
	margin-top:0;
}


#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
	}

#topimage img {
	width:100%;
}


#topimage .mask-2{
	position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	z-index:10;
	height:40%;
	background: transparent linear-gradient(180deg, #0E184D00 0%, #0E184D 100%) 0% 0% no-repeat padding-box;
}

#topimage .textholder {
	position: absolute;
	display: flex;
   align-items: center;
	top: 0%;
	left:0;
	width:100%;
	height:100%;
	background: url(images/top_mask.png) no-repeat;
	background-size:cover;
	}
	

.toptitle {
	color:#FFF;
	font-size:77px;
	text-align: left;
			
}

a.pinkbtn  {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    padding: 15px 30px;
    background: transparent linear-gradient(
117deg
, #A100FF 0%, #AE67DB 100%) 0% 0% no-repeat padding-box;
    border-radius: 27px;
}

a.pinkbtn:hover {
	transform: scale(0.9);
}



#breadcrumbs {
	font-size:13px;
	padding:12px 0;
	}

#breadcrumbs a:hover {
	text-decoration: underline;
	
}


#share {
	position: relative;
	margin-top:30px;
	padding:10px 0px;
	font-size:22px;
	border-left:#0a2a66 6px solid;
}



#share .txt {
	display: inline-block;
	font-family: 'Libre Baskerville';
	position: relative;
	z-index:10;	
	padding:0 10px;
	font-size:18px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	background:#FFF;
	position: relative;
	z-index:10;
	
}

#share .addtoany_list a>span {
	border-radius:100%;
	background-color: #3ebece !important;
	}

#share .addtoany_shortcode svg g,
#share .addtoany_shortcode svg path {
	
	
}



.category-content {
	
}

.article {
	position: relative;
	margin-bottom:30px;
	}
	
.article .date {
	position: absolute;
	top:-30px;
	right:-20px;
	z-index:10;
	width: 92px;
	height:79px;
	background:url(images/hex-2.png);
	display: flex;
    align-items: center;
    justify-content: center;
	color:#FFF;
	font-size:15px;
}
	
a.the-link {
	display: block;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
}

.articles-list {
	padding: 50px 0;

}
.art-img {
	position: relative;
	width:100%;
	overflow: hidden;
	margin-bottom:15px;	
}

.art-img date {
	display:  inline-block;
	position: absolute;
	top:0;
	right: 0;
	padding: 7px 10px;
	background: #233053;
	color: #FFF;
	font-size: 15px;

}

.art-img img {
	display: block;
	transition: all 500ms ease;
}

.article img:hover {
	transform: scale(1.1);	
}


.art-img.no-img {
	background:#f6f8fb;
}
	
.article .inner {
		}


.art-title {
	font-size:18px;
	margin-bottom:10px;
	font-weight:500;
	
}

.art-title a:hover {
	color:#DCA830;
	
}


.excerpt {
	font-size:14px;
	line-height:1.3;
	padding-bottom:10px;
}

	
.er-404 {
	font-size:150%;
	text-align: center;
}

#related-boxes {
	background:#f9fafc;
}

/***************ABOUT*************/
#about-section {
}


#about-section .title {
	text-align:center;
}

#about-section .ab-entry {
	width:50%;
	margin: auto;
	font-size:20px;
	line-height:1.3;
	margin-bottom:50px;
	text-align:center;
}

.ab-boxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#about-section .hex-box {
	margin:0 10px;
	position: relative;
	margin-bottom:20px;
}

#about-section hex {
	display: block;
	position: relative;
	text-align: center;
	width:100px;
	margin: auto;
	z-index:10;					
	}
	
#about-section i.fa-hexagon {
	font-size:100px;
	color:#DCA830;
}

hex .vs {
	position: absolute;
	width:100%;
	top:35px;
	text-align: center;
}

#about-section i.fa-check {
	font-size:30px;
	color:#FFF;
}

.ab-text {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding:60px 20px 30px 20px;
	text-align:center;
	z-index:1;
	top: -50px;
	font-weight:500;
	line-height:1.3;
}

/***************FLEXIBLE****************/
.flexible {
	background:url(images/bg_grey_fx.png) no-repeat;
	background-size: cover;
}

.white-box {
	padding: 50px;
	background: #FFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #E8E8E8;

}

.white-box.sm {
	padding: 35px 50px;
}
.sec-title {
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;

}

.sec-text {
	margin-bottom: 20px;
	line-height: 1.4;

}

.icon-row {
	margin-bottom: 25px;

}

.icon-row:last-child {
	margin-bottom: 0;
}


.icon-row .icon {
	width: 145px;
	text-align: start;
}

.icon-row .text-area {
	width: calc(100% - 145px);

}
.ir-title {
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 500;
}

.flexible .title {
	text-align: start;
	font-weight: 500;

}

.rel-box {
	margin-bottom:30px;
	text-align:center;
	padding-top:50px;
}

.rel-box .inner {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding: 60px 30px 30px 30px;  
}

.rel-box .hex {
	position: absolute;
	left:0;
	top:0px;
	width:100%;
	text-align: center;
	z-index:10;
}

.rel-box .readmore {
	display: block;
	text-align:center;
	margin-top:20px;
}

.before-boxes {
	width:80%;
	margin-bottom:40px;
}

.dl-box {
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	margin-bottom:30px;
}

.dl-box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:30px;
	font-weight:600;
	line-height: 1.3;
}

.dl-box img {
	padding-left:10px;
}

#links {
	padding: 60px 0;
	background: #FFF;

}


.link-box {
	position:  relative;
	padding: 50px 30px 65px 30px;
	text-align: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F3EDED;
	margin-bottom:50px;
	font-weight:600;
}

.link-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	}

.link-arr {
	position:  absolute;
	bottom: -45px;
	left: 0;
	width: 100%;
	text-align: center;
}

.link-arr a {
	display:  block;

}

.link-arr img {
	position: relative;
	width: 88px;
	transition: all 300ms ease;

}

.link-arr a:hover  img {
	margin-left: 20px;

}


#iconboxes .flex-item {
	width:20%;
	padding: 0 15px;
}



.iconbox {
	display: block;
	position: relative;
	margin-bottom:30px;
	margin-top: 45px;
	text-align:center;
	padding-top:40px;
	text-align: center;
	background: #F5F5F5;
}

.iconbox .inner {	
	padding: 40px 20px;  
}


.iconbox .ib-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -41px;
    left: 0;
    text-align: center;
    }


.ib-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;

}

.imagebox {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	margin-bottom:30px;
	padding: 25px 20px;
}

.ibox-img {
	position: relative;

}

.foodtech-logo {
	display: none;
	position:  absolute;
	bottom: -42px;
	left: 0;
	width: 100%;
	text-align:  center;
}
.foodtech-logo img {
	padding: 10px;
	background: #FFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #E8E8E8;
}

.ibox-content {
	padding:30px 40px;
	overflow: hidden;
}

.imagebox .more {
	text-align: end;
	padding-top:20px;
}

.imagebox .more a {
	padding:0;
}

.imagebox .box-title {
	font-size:25px;
	font-weight:500;
	margin-bottom:10px;
}

.imagebox .box-text {
	font-weight:500;
	line-height:1.3;
}

.imagebox .box-title {
	padding: 20px 50px 20px 50px;
	text-align: center;

}

.imagebox .arr-link {
	position: absolute;
	bottom:0px;
	left: 0;
	width: 100%;
	text-align: center;
	
}

.link-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #F5F5F5;
	padding: 20px 30px;
	margin-bottom: 7px;

}

.link-row a {
	width: 45px;
	text-align: end;

}

.link-row .link-title {
	font-size: 24px;
	font-weight: 500;
}


.img-link-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	margin-bottom: 15px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #E8E8E8;

}

.left-area {
align-items: center;	
}

.img-link-row a {
	width: 45px;
	text-align: end;

}

.img-link-row .link-title {
	font-size: 30px;
	font-weight: 500;
}

.row-img {
	padding-right: 20px;
}





/**********************MEMBER***************/

.member-content {
	margin-top: 30px;
}

.member-content .entry {
	padding: 0 30px;
}
.single-member .position {
	font-size:22px;
	margin-bottom:10px;
	font-weight: 600;
}

.single-member .faculty {
	font-size:22px;
	margin-bottom:20px;
}

.single-member .image-panel {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding:20px;
}

.image-panel .details {
	font-size:22px;
	font-weight:500;
	padding-top:10px;
}

.image-panel .details ul li {
	padding:17px 0;
	border-bottom:#eee 1px solid;
	cursor:  pointer;
}


.image-panel .details a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.image-panel .details .url label {
	width: calc(100% - 42px);
}
.image-panel .details a:hover {
	color:#6880AE;
}

.image-panel .details img {
	width: 33px;
}

.image-panel .details .url img {
	width:35px;
}

.image-panel .label {
	font-weight: 600;
}

#areas-main {
	margin-top:30px;
}

.area-content {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding:30px;
	margin-bottom:30px;
}

.member-item {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding:10px;
	margin-bottom:30px;
	text-align: center;
	}
	
.member-item img {
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	margin-bottom:20px;
}

.member-item img:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.member-item .member-title {
	font-size:24px;
	margin-bottom:10px;
	font-weight: 500;
	margin-bottom: 10px;
}

.member-item .member-title a:hover {
	color:#00AED9;
}

.member-item .position {
	font-weight:400;
	margin-bottom:7px;
}

.member-item .faculty {
	margin-bottom: 10px;
	
}

.areas-menu {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
}

.areas-menu li a {
	position: relative;
	display: block;
	font-size:22px;
	padding:12px 50px 12px 15px;
	border-bottom:#eee 1px solid;
	font-weight:500;

}

.areas-menu li a:hover {
	color:#00AED9;
}

.areas-menu li a span {
	width: calc(100% - 45px);
}

.areas-menu li a arrow {
	position:  absolute;
	right: 5px;
	top:calc(50% - 17.5px);
	width:35px;
	height: 35px;
	background: url(images/link-arr.png) no-repeat;
	}
	
.areas-menu li a:hover img {
	transform: translateX(10px);
	transition: all 300ms ease;
}

/***************logos***********/

.logos-list {
	padding: 60px 0;
	background: #FFF;

}

.logos-list .flex-item {
	width:33.33%;
	padding:0 15px;
	
	
}

.logos-list  .logo-item {
	background: #FFFFFF ;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	margin-bottom:20px;
}

.logos-list  .logo-item a {
	display: flex;
	 justify-content: center;
	align-items: center;
	padding:30px;
	
}

.logos-list  .logo-item img {
	
}
	
/******************Publications*************/
#filter-pubs {
	display: flex;
	align-items: center;
	margin-bottom:20px;
}

#filter-pubs form {
	padding-left:20px;
}

#filter-pubs span {
	font-weight:500;
}
.page-heading {
	align-items: center;
	justify-content: space-between;

}

#search-pubs input {
	border: 1px solid #233053;
	border-radius: 80px;
	position: relative;
	padding: 10px 20px;
	font-size: 15px;
}

#search-pubs label {
	position: relative;
	display:  block;
}

#search-pubs label:after {
	content: "\f002";
	font-family: "Font Awesome 6 Pro";
	font-size: 20px;
	position:  absolute;
	top: 7px;
	right: 10px;

}

.publication-loop {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	margin-bottom:30px;
	padding:30px;
	
}

.pub-title {
	font-size:22px;
	font-weight:500;
	margin-bottom:20px;
}

.pub-details {
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}

.pub-details li {
	margin-bottom:7px;
}

.pub-details li label {
	margin-right:5px;
	font-weight:600;
}

.publication-loop .beefup__head {
	border-bottom: 1px solid #eee;
}

.publication-loop .more-links {
	font-weight: 600;
    padding: 20px 0px;
	display: flex;
	 justify-content: space-between;
	align-items: center;
}

.publication-loop .more-links a {
	display: inline-block;
	padding:10px 30px;
	color:#FFF !important;
}

.web-btn {
	background: #6880AE;
	border-radius: 80px;
	color:#FFF;
	font-weight: 400;
}

.web-btn:hover {
	background:#233053;
	color:#FFF;
}

.web-btn i {
	margin-right:5px;
}

.more-btn {
	display: inline-block;
	background: #00AED9 0% 0% no-repeat padding-box;
	border-radius: 80px;
	color:#FFF;
}

.more-btn:hover {
	background:#233053;
	color:#FFF;
}

.more-btn i {
	margin-left:5px;
}

.is-open .more-btn i {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.more-btn .close {
	display: none;
}

.is-open .more-btn .close {
	display: inline;
}

.is-open .more-btn .read {
	display: none;
}




/*************GRAVITY****************/
 .gform_footer {
	margin: 0;
}

.gfield--width-half {
	width:49%;
}

.gfield--width-full {
	width:100%;
}



#contact-line .gform_confirmation_wrapper {
	color: #FF0;
	font-size:25px;
	padding-top:30px;
}

.acf-map {
	min-height:212px;
}

.gform_validation_container {
	display: none;
}


.gform_fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gfield {
    padding-right: 10px;
    margin-bottom: 10px;
	width:100%;
}

.gfield--width-half  {
	padding-right:10px;
	width:50%;
}


.gfield--width-third {	
	width:33.33%;
}


.gfield--width-quarter {
	width:25%;
}

fieldset.gfield--width-half {
	width:49%;
}

fieldset.gfield--width-third {
	width:33%;
}

fieldset.gfield--width-quarter {
	width:24%;
}

.gform_required_legend {
	font-size:14px;
	
}

fieldset {
	padding:0;
	border: none;
}



/***************CONTACT PAGE**************/
#maincontact li {
	margin-bottom:20px;
	display: flex;
	align-items: center;
	font-weight:500;
	font-size:20px;	
}

#maincontact li label {
	display: block !important;
	margin-bottom:7px;
	font-size:18px;
}

#maincontact li i {
	font-size:44px;
	color:#5F8A1A;
	width:55px;
}

.contact-box {
	background: #FFFFFF;
	box-shadow: 0px 3px 6px #00000012;
	border: 1px solid #F5F5F5;
	padding:30px 20px;
}


.contact-box.box-1 {
	border-left:#5F8A1A 5px solid;
}

.contact-box.box-2 {
	border-left:#6880AE 5px solid;
}

.contact-box.box-3 {
	border-left:#E94D58 5px solid;
}

.cont-title {
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}

#maincontact label {
	display: none;
}

#maincontact textarea {
	height:73px;
}

/*****************GENERAL SEARCH********************/
#search-m {
}

#search-m .modal-body {
	padding:30px;
	background:#051a35;
	color:#FFF;
}

#general-search {
	position: relative;
}

#general-search input[type="search"] {
	background:#051a35;
	color:#FFF;
	font-size:22px;
	padding:15px 0;
	border: none;
	background: none;
	border-bottom:#FFF 2px solid;
	
}

#general-search input:focus {
	
}

#general-search button {
	background: none;
	border: none;
	color:#FFF;
	font-size:25px;
	position: absolute;
	right:0;
	top:10px;
	z-index:10;
}

#general-search ::-webkit-input-placeholder {
       color:#FFF;
}

#general-search :-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

#general-search ::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

#general-search :-ms-input-placeholder {  
     color:#FFF;
}

.title .for {
	color:#e13f20;
}

#search-results-list  {
}

.s-result {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:#eee 1px solid;
}

.s-result .meta-date {
	font-size:16px;
	margin-bottom:10px;
}

.s-result .readmore {
	font-size:16px;
	margin-top:10px;
	
}

.s-result .readmore a {
	
}

.s-result .readmore a:hover {
	text-decoration: underline;
}





/****************FOOTER*********************/
#footer {
	position: relative;
	font-size:15px;
	background-size:cover;


}
#footer .inner {
	padding:60px 0;	
}

#footer .logos {
	padding:0;
	zoom: 1;
	text-align:center;
	justify-content: center;
}


.menu-footer-container {
	text-align: center;
	padding-top:100px;
}

.menu-footer ul {
	display: block;
}

.menu-footer li {
	display: inline-block;
	float: none;
}

.menu-footer li a {
	display: block;
	padding:10px 15px;
	font-size:15px;
	text-transform: uppercase;
	font-weight:500;	
}

.menu-footer li a:hover {
	color:#DCA830;
}

#bottom {
	font-size:12px;
	text-transform: uppercase;
	padding:20px 0;
}

.copyrights {
	text-align: left;
}

.credits {
	text-align: right;
}

.fp-warning, .fp-watermark {
	display: none !important;
}

.gfield--type-consent {
    width: 100%;
    text-align: right;
    border: none !important;
    padding: 10px 0 !important;
    font-size:14px;
}
.gfield_label_before_complex {
    display: none !important;
}

.ginput_container_consent input {
    display: inline !important;
    width: auto;
    padding: 0 0 5px 0;
    margin: 0;
    height: auto;
    line-height: 1.1;
}

.gfield_consent_label {
 
	display: inline !important;
	width: auto;
	line-height:1.1;
	padding-right:5px;
}

.gfield_consent_label a {

    text-decoration: underline;

}

.ginput_container_consent input {
    display: inline;
    width: auto;
	padding:0 0 5px 0;
	margin:0;
	height: auto;
	line-height:1.1;

}/* CSS Document */