/*
    Theme Name: IMT2023
    Theme URI:
    Description: Technion / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */



body {
    font-size:16px;
	 font-family: 'IBM Plex Sans Hebrew';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#071C35;
	}

a {
    color: #071C35;
    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:#071C35;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	 font-family: 'IBM Plex Sans Hebrew';
	box-sizing:border-box;
	width:100%;
	padding:9px 10px;
	border: 1px solid #D9E1E2;
	color:#071C35;
	font-size:16px;
	background:#FFF;
	
	
		
}
input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	 font-family: 'IBM Plex Sans Hebrew';
	display: inline-block;
	cursor:pointer;
	padding: 8px 15px;
	text-align:center;
	color:#FFF;	
	font-size:18px;
	font-weight: 400;
	text-align: center;
	border:none;
	background:#D7A826;
	border-radius:3px;
	
	
			
-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:#19171c;
}

:-moz-placeholder { /* Firefox 18- */
      color:#19171c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color:#19171c;
}

:-ms-input-placeholder {  
     color:#19171c;
}


.flaticon-next-1 {
	display: inline-block;
	transform: rotate(180deg);
}

.flaticon-next.right {
	display: inline-block;
	transform: rotate(180deg); 
}

ul, ol, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
	
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wave-bg {
	background:#edf3f5 url(images/waves_bg.png) bottom center no-repeat;
	}


/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.wide-container {
	position:relative;
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


#main {
	position: relative;
	padding:40px 0;

	}
	
.section {
	padding: 60px 0;
}



.padding {
	width:65%;
	margin: auto;
}

.grey {
	background:#F5F6F8;
}

.accessibility-location-left .aicon_link {
	top: 15px;
}

body .accessability_container button,
body .accessability_container img {
	background: none !important;
}

/* =HEADER
-------------------------------------------------------------- */
#heading {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
}

.topholder {
	
}

#toprow {
	position: relative;
	z-index:200;
	color:#FFF;
	background:#0B2B4B;
	
	}

#toprow a {
	color:#FFF;
}

#toprow a:hover {
	color:#FFF;
}

.flex-heading {
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 0;
  }

.flex-side {
	display: flex;
	align-items:center;
	justify-content: end;
}

.logos {
	display: flex;
  align-items: center;
}

.tech-logo {
	position: relative;
	padding-right:10px;
	border-right:rgba(255, 255, 255, 0.2) 1px solid;
	
	}
	

.logo {
	position: relative;
	z-index:10;
	padding-left:10px;
	}
	

#languages {
	display: inline-block;
	
	}

#languages .menu-lang-container ul {
		
}

#languages li {
	display: inline-block;
	float: none;
}

#languages li a {
	display: inline-block;
	width:36px;
	height:36px;
	text-align: center;
	line-height:36px;
	font-size:16px;
	font-weight:500;
	text-align: center;
	text-transform: uppercase;
	padding:0px;
	border:#FFF 1px solid;
		
}

#languages li a:hover {
	
}

 button.aicon_link {
	 display: none;
 }

#toprow button.aicon_link {
    display: block !important;
    position: static !important;
    right: 0;
    left: auto;
    background: #d7a826 !important;
    z-index: 500;
    margin-left: 10px;
	width:36px;
	height:36px;
}

#topmenu {
	background:#184571;
}


#toprow .social-icons {
	padding:0 15px;
}

.social-icons a {
	display: inline-block;
	font-size:20px;
	color:#FFF;
	width:36px;
	height:36px;
	line-height:36px;
	text-align: center;
	border:rgba(255,255,255, 0.3) 1px solid;
	margin: 0 5px;
}


.topsearch {
	padding:0px 10px;
	display: inline-block;
}

.topsearch form {
	background: none;
	position: relative;
	padding:0;
	margin:0;
	border:#FFF 1px solid;
	
}

.topsearch button {
	background: none;
	border: none;
	color:#FFF;
	font-size:16px;
	position: absolute;
	right:5px;
	top:7px;
	z-index:10;
}

.topsearch input {
	background: none;
	padding:8px 10px;
	font-size:14px;
	letter-spacing: 0.7px;
	color:#FFF;
	border: none;
}


.topsearch ::-webkit-input-placeholder {
       color:#FFF;}

.topsearch :-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

.topsearch ::-moz-placeholder {  /* Firefox 19+ */
       color:#FFF;
}

.topsearch :-ms-input-placeholder {  
     color:#FFF;
}





.acc-icon {
	position: absolute;
	right:0 !important;
	left: auto !important;
	top: 10px;
	z-index:100;
	
}

.acc-icon button.aicon_link {
	display: inline-block;
	position: static;
	right:0 !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: inherit;
	max-height:inherit;
	padding:5px 20px 5px 10px;
	top:20px;
	z-index:10;
	border: none;
	background:#000F1F !important;
	border-radius:30px 0 0 30px;
}

.talk-button {
	position:fixed;
	right:15px;
	top: 600px;
	z-index:200;
	}


.talk-button a {	
	display: block;
		
}

.talk-button i {
	font-size:40px;
	display: block;
}


#menurow {
	position: relative;
	z-index: 200;
	border-bottom:#D7A826 6px solid;
	background:#FFF;
}




/* =MENUS
-------------------------------------------------------------- */

/****top*************/
.topmenu {
	position: relative;
	text-align:center;

}

.topmenu li a {
	padding:12px 15px;
	color:#FFF;
	font-size:16px;
	letter-spacing: 0.8px;
	
}

.topmenu li a:hover,
.topmenu li.current-menu-item a{
	color:#c9b563;
}



/********************home******************/

#home-video {
	position: relative;
}

#home-video video {
	width:100%;
}

.onvideo-logos {
	position: absolute;
	z-index:10;
	left:0;
	top:30%;
	width:100%;
	text-align:center;
}

.video-bottom {
	position: absolute;
	z-index:10;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
}

.video-bottom .inner {
	display: inline-block;
	position: relative;
}

.video-bottom .img-holder {
	position: relative;
	
}

.video-bottom .vb-title {
	position: absolute;
	top: 80px;
	left:-60px;	
	transform: rotate(-90deg);
	color:#FFF;
	width:120px;	
}

#content-section {
	text-align:center;
	background:url(images/m_bg.png) left bottom no-repeat;	
}

#content-section .entry h1 {
	font-size:44px;
}

#content-section .entry {
	letter-spacing: 1px;
	font-size:20px;
}

#blue-content-section {
	background:#071C35;
	color:#FFF;
}



.bc-img {
	width:473px;
	max-width:100%;
}

.bc-img img {
	width:100%;
}

.bc-content {
	padding:150px 60px 60px 110px;
	width:calc(100% - 473px);
	max-width:100%;
}

.bc-content .entry {
	width:70%;
	font-size:20px;
	color:#FFF;
}

.bc-content .entry h2 {
	font-size:38px;
	color:#FFF;
}
	
/***********/
#v-slider-section {
	margin-top:-5px;
}
.v-slider {
	display: flex;
	width:100%;
	}


.home-box {
	width:25%;
	position: relative;
	margin-bottom:30px;
	padding:0 2px;
	transition: all 500ms ease;
	
}



.v-slider.onhover .home-box {
	width:10%;
}

.v-slider.onhover .home-box:hover {
	width:70%;
	z-index:20;
}

.hb-img {
	position: relative;
	height:380px;
	width:100%;
	transition: all 500ms ease;	
}

.hb-img img {
	display: block;
}

.wide-img {
	width:100%;
}


.home-box .box-title {
	width:100%;
	background:#D7A826;
	color:#FFF;
	padding:20px 15px;
	font-size:21px;
	height:103px;
	overflow: hidden;
	
}

.home-box:nth-child(2n) .box-title {
	background:#23A6BC;
}
.v-slider .box-title .t-1 {
	opacity:1;
	transition: all 700ms ease;	
	font-size: 25px;
	font-weight:500;
	margin-bottom:7px;	
}

.v-slider.onhover .box-title .t-1 {
	opacity:0;
	
}

.v-slider.onhover .home-box.active .box-title .t-1 {
	opacity:1;
}

.v-slider .box-title .t-2 {
	font-size:18px;
	opacity:0;
}

.v-slider.onhover .home-box.active .box-title .t-2 {
	opacity:1;
}




.home-title {
	font-size:60px;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

.home-subtitle {
	font-size:27px;
	font-weight:500;
	text-align: center;
	margin-bottom:40px;
}

.home-box {
	display: block;
		
}


.home-box .box-title {
	font-size:25px;
	font-weight: bold;
		
}

.home-box .box-title a:hover {
	color:#346bab;
}

/*********/

#news {
	background:url(images/bg_green.png) no-repeat;
	background-size:cover;
}

.imp-art {
	padding:0 20px;
	background:url(images/border.png) left bottom no-repeat;
	background-size: 4px 100%;
}

.imp-art date {
	display: inline-block;
	font-size:13px;
	color:#FFF;
	margin-bottom:7px;
	background:#23A6BC;
	padding:5px 7px;
}

.imp-art .art-title {
	font-size:22px;
	font-weight: bold;
	margin-bottom:10px;
	text-transform: capitalize;
}

.imp-art .art-title a:hover {
	color:#D7A826;
}

.imp-art .excerpt {
	min-height:68px;
}

.imp-art .readmore {
	margin-top:7px;
}

.imp-art .readmore a {
	font-size:14px;
	color:#D7A826;
	text-decoration: underline;
}

.imp-art .readmore a:hover {
	text-decoration: underline;
}


.sec-heading {
	justify-content: space-between;
	align-items:center;
	margin-bottom:40px;

}

.sec-heading .title {
	margin-bottom:0;
}

#publications  {
	background:url(images/bg_yellow.png) no-repeat;
	background-size: cover;
}

#publications  .imp-art .art-title {
	font-size:19px;
}



/*************/

#home-buttons {
	position: relative;
	z-index:20;
	margin-top: -60px;
	margin-bottom:10px;
	}

#home-buttons ul {
	display: flex;
  	 justify-content: center;
}

#home-buttons ul li{
	background:#FFF;
	text-align: center;
	transition: all 0.5s ease;
	padding:25px 40px;
	box-shadow: -3px 4px 5px 0px rgba(50, 50, 50, 0.3);
		}

#home-buttons ul li:nth-child(odd) {
	border-bottom:#9a237d 3px solid;
}

#home-buttons ul li:nth-child(even) {
	border-bottom:#e13f20 3px solid;
}

#home-buttons ul li:last-child {
	border-radius: 30px 0 0 0;
}

#home-buttons ul li:hover {
	background:#F0F0F0;
	
}


#home-buttons ul li .icon {
	display: inline-block;
	padding-left:10px;
}

#home-buttons ul li .icon img {
	vertical-align: middle;
}

.btn-title {
	display: inline;
	font-size:16px;
	margin: auto;
	}


.home-all {
	text-align: left;
	font-size:15px;
}

.home-all a {
	text-decoration: underline;
	display: inline-block;
	padding: 10px 10px;
}
.home-all a:hover {
	text-decoration: none;
	
}

#news-section .slide {
	padding:0 10px;
}

#news-section .article {

}


#boxes-section {
	position: relative;
	margin-top: -50px;
	z-index:20;
	
	
}



.hc-image {
	text-align: right;

}
.hc-title {
	font-size:37px;
}




.bq-open {
	position: absolute;
	right:20px;
	top: -15px;
	z-index:20;
}




.all-btn a {
	display: inline-block;
	padding:7px 20px;
	font-size:17px;
	background:#071C35;
	color:#FFF;
}

 .all-btn a:hover {
	background:#23A6BC;
	color:#FFF;
}


.news-heading {
	display:flex;
	justify-content: space-between;
}


/*****************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-bottom:#FFF 2px solid;
	
}

#general-search input:focus {
	outline: none;
}



.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;
	font-weight: bold;
}

.s-result .readmore {
	font-size:16px;
	margin-top:10px;
	text-align: right;
	
}

.s-result .readmore a {
	display: inline-block;	
	color:#23A6BC;	
	font-weight: 600;
	text-decoration:underline;
	
}

.s-result .readmore a:hover {
	text-decoration: none;
}


/*********GENERAL*******/

.more {
	margin:10px 0;	
}

.more a {
	display: inline-block;
    padding: 10px 30px;
    color: #c9b563;

}

.more a i {
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	text-align:center;
	border-radius:100%;
	background:#c9b563;
	color:#FFF;
	margin-right:10px;
}

.more a:hover {
	transform: scale(0.9);
	
}


.single-img {
	max-width:50%;
	
}


.single-img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}
.single-img.alignleft {
	padding-right:30px;
	padding-bottom:30px;
}

.single-img img {
	
}

.single-img .videoWrapper {
	width:600px;
}



.videoWrapper {
	width:100%;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	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;
	font-size:19px;
	
}

.l-entry {
	font-size:20px;
	text-align: center;
	font-weight:300;
	line-height:1.4;
}

.entry h1 {	
	font-size:32px;
	font-weight: bold;
	margin-bottom:15px;
}
.entry h2 {
	font-size:30px;
	font-weight:500;
	margin-bottom:15px;
}

.entry h3 {
	font-size:26px;
	color:#23A6BC;
	font-weight:500;
	margin-bottom:15px;
	letter-spacing: 0.95px;
}


.entry h4 {
	font-size:24px;
	color: #D7A826;
	font-weight: 500;
	margin-bottom:15px;
}

.entry h5 {
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
	color:#002147;
}

.entry h6 {
	font-size:18px;
	font-weight: boldף
	color:#001a4a;
	letter-spacing:2px;
	margin-bottom:10px;
	
}

.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-left: 30px;
	margin-bottom:1.5em;
	}

.entry ul li {
	list-style: square;
	padding-right:10px;
}



.entry ol li {
	list-style: decimal;
}

.entry ol li::marker {
	
}

.ltr .entry ul,
.ltr .entry ol {
	margin-left: 50px;
	margin-right: 0px;
}


.entry a {	
	color:#23A6BC;
	
}

.entry a:hover {
	text-decoration: underline;
}

.the-link {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
}

.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

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;
	max-width:50%;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	font-size:38px;
	margin-bottom:30px;
	text-transform: uppercase;
}

.title .chunk2 {
	font-weight: bold;
	margin-left:-6px;
}

.page-title {
	font-size:48px;
	font-weight:600;
	margin-bottom:40px;
}
	.all-button {
	display: inline-block;
	font-size:21px;
	font-weight:600;
	text-decoration: underline;
	
}

.all-button i {
	margin-right:5px;
}

.all-button:hover {
	text-decoration: none;
}

#topimage {
	position: relative;
	width:100%;
	overflow: hidden;
	
	}

.topimg {
	display: block;
	width:100%;
}

#topimage .textholder {
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;
	z-index:100;
	display: flex;
  	align-items: center;		
}
.toptitle {
	display: inline-block;
	padding:15px 20px;
	font-size:40px;
	font-weight: bold;
	color:#FFF;
	background:#002F66;
	border-radius: 6px;
	
	
}

.subtitle {
	display: block;
	font-size:26px;
	font-weight: bold;
	margin-bottom:30px;

}

.toptitle .subtitle span {
	display: inline-block;
	padding:10px 10px 10px 30px;
	color:#FFF;
	font-size:20px;
	line-height:1;	
	background:#7e3382;
	border-radius: 0 0 0 30px;
}

	

#breadcrumbs {
	padding:10px 0;
	font-size:14px;
	color:#FFF;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index:20;
	width: calc(100% - 40px);
	
		}

#breadcrumbs a {
	color:#FFF;
	
}

#breadcrumbs a:hover {
	text-decoration:underline;
}


#share {
	font-size:18px;
	font-weight: bold;
	background:#FFF;
}
#share text {
	display:inline-block;
	padding-right:10px;
}

#share .addtoany_shortcode {
	display: inline-block;
	}

#share .addtoany_list a>span {
	border-radius:100%;
}

.a2a_svg {
	background:none !important;
}

.a2a_svg path {
	
	fill: #010a38;
}

.content-area {
	
}

.category-content {
	background: #f7f9fa;
	padding:40px 0;
}

.article {
	display: block;
	margin-bottom:30px;
		
	}
	
.art-img {
	position: relative;
	background: #071C35;
}

.art-img.no-img {
	background: #071C35;
}

.art-img img {
	position: relative;
	display: block;
	width:100%;
	transition: all 300ms ease;
}

.art-img img:hover {
	opacity:0.8;
}

	
.article .inner {
	padding:15px;
	background:#F4FBFC;
	
	}
	
.article .more-btn {
	margin-top:15px;
}


.art-title {
	font-size: 23px;
	letter-spacing: -0.46px;
	font-weight: 500;
   	margin-bottom:10px;
	line-height:1.2;
	
	
}

.art-title a {
	
	}

.art-title a:hover {
	color:#23A6BC
}

.excerpt {
	line-height:1.4;
}

.article .readmore  {
	margin-top:10px;
	font-size:14px;	
}

.article .readmore a {
	display: inline-block;
	font-weight:600;
	text-decoration: underline;
}

.article .readmore a:hover {
	text-decoration: none;
	
}

.article date {
	position: absolute;
	top: 17px;
	left:0;
	z-index:10;
	background:#23A6BC;
	font-size:15px;
	display: inline-block;
	padding:5px 10px;
	color:#FFF;
	
}


.er-404 {
	font-size:150%;
	text-align: center;
}


.navigation {
	padding:25px 0;
	text-align: center;
	
}

.wp-pagenavi {
	display: flex;
  justify-content: center;
}

.navigation a,
.navigation span {
	display: flex;
  justify-content: center;
  align-items: center;
	width:32px;
	height:32px;
	line-height:30px;
	color:#000;
	font-weight:600;
	font-size:16px;
	border:none !important;
	margin-left:5px;
	background:#FFF;
	}

.navigation a:hover,
.navigation .nextpostslink  {
	background:#001b4c;
	color:#FFF;
}

.navigation .current {
	background:#23A6BC;
	color:#FFF;
}

.navigation .pages {
	display: inline-block;
	margin: 0 10px;
	background: none;
}

.navigation select {
	padding:5px 10px;
	border: #2b92cc 1px solid;
	border-radius:4px;
}

#related-boxes {
	margin-bottom:30px;
}

.rel-title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:30px;
}

.hover-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom:30px;
}

.hover-box mask {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background-image: linear-gradient(to top, rgba(2, 9, 41, 1), rgba(2, 9, 41, 0.1));
}

.hov-hover {
	position: absolute;
	bottom: -125px;
	left:0;
	z-index:20;
	width:100%;
	text-align: center;
	padding:20px;
	transition: all 500ms ease;
	  }
	  
.hover-box:hover .hov-hover {
	bottom:0;
}

.hover-box .more a:hover {
    transform: scale(1);
}

.hov-title {
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	height: 60px;
}

.hov-title a {
	color:#FFF;
}

.hov-hover .excerpt {
	font-size:16px;
	line-height:1.2;
	color:#FFF;
	margin-bottom:10px;	
}

.hov-hover .more {
	margin:0;
}

.content .entry {
	font-size:18px;
}

.sec-title {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
	color:#9a237d;
}

.sec-title:hover {
	color:#000;
}


/************native gallery*************/
.entry .gallery {
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.entry .gallery figure {
	padding:0 15px;
	margin:0;
	margin-bottom:20px;
}

.gallery-columns-6 figure {
	width:16.66%;
}

.gallery-columns-5 figure {
	width:20%;
}

.gallery-columns-4 figure {
	width:25%;
}


.gallery-columns-3 figure {
	width:33.33%;
}

.gallery-columns-2 figure {
	width:50%;
}

/***********************FLEXIBLE SECTIONS****************************/
.flex-section {
	padding:0 0 20px 0;
}

.flex-section .title {
	font-size:34px;
	font-weight:600;
	margin-bottom:20px;
}

.flexbox {
	display: block;
	padding:30px;
	text-align: center;
	margin-bottom:30px;
}

.flexbox a {
	display: block;
}

.flexbox i {
	font-size:53px;
}

.flexbox span {
	display: block;
	font-size:23px;
	font-weight:600;
	margin-top:20px;
}

.service-box {
	background: #fdfbf4;
	display: block;
	overflow: hidden;
}

.service-box i {
	color:#d7a826;
}

.files-box {
	background:#f4fbfc;
}

.files-box i {
	color:#23a6bc;
}

.link-box {
	background:#f4fbfc;
	text-align: start;
	overflow: hidden;
	
}

.link-box .flex {
	align-items: center;
}

.checkbox li:first-child {
	width:98px;
}

.checkbox li:last-child {
	width:calc(100% - 98px);
	padding-left:7px;
}

.link-box i {
	color:#23a6bc;
	padding-right:10px;
}

.link-box span {
	margin-top:0;
}



#flexible-content .section {
	padding:30px 0;
	border-bottom:#FFF 3px solid;
	}
	


.sec-divider {
	
}

.sec-text {
	padding-bottom:20px;
	line-height:1.2;
}
/***********/


#linkblock-section {
}
#linkblock-section ul {
	border: 1px solid #DBDEE6;
	border-radius: 5px 5px 0px 0px;
	margin-bottom:30px;
	
}

#linkblock-section ul li {
	border-bottom: 1px solid #DBDEE6;
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 10px;
  background:#FFF;
  transition: all 300ms ease;
}

#linkblock-section ul li:hover {
	background:#DBDEE6;
}

#linkblock-section ul li.block-title {
	padding:10px;
	background:#184C88;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	border-radius: 5px 5px 0px 0px;
}

#linkblock-section ul li a {
	display: block;
	font-size:20px;
	font-weight:600;
	padding:10px 0;
	width:95%;
}

#linkblock-section ul li i {
	font-size:20px;
}
/*************/

#single-linkblock-section ul li a {
    border: 1px solid #DBDEE6;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 26px;
    background: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 15px  15px;
}

#single-linkblock-section ul li a span {
	width: calc(100% - 45px);
}

#single-linkblock-section ul li a i {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    background: #002147;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
}

/************/

#related-pages.white {
	background:#FFF;	
}

#related-pages .entry {
	margin-bottom:30px;
}

.rel-list {
	
}

/**************/

.video-item {
	margin-bottom:15px;
}
.video-img {
	position: relative;
}

.video-item .play {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
  justify-content: center;
  align-items: center;
  z-index:10;
}

.movie-title {
	padding:15px 0;
	font-size:22px;
	font-weight: bold;
}

.boxed-loop {
	margin-bottom:30px;
	position: relative;
}

.box-hover {
	display: flex;
	 justify-content: center;
  	align-items: center;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
	padding:15px;
	opacity:0;
	transition: all 500ms ease;
		
}

.boxed-loop:hover .box-hover {
	opacity:1;
}

.hover-title {
	color:#FFF;
	font-weight:600;
	font-size:24px;
	line-height:1.2;
	
}



/****************/
#downloads-section {
}

#downloads-section ul {
	 display: flex;
  
  align-items: center;
  flex-wrap: wrap;
  margin:0 -5px;
}

#downloads-section ul li {
	padding:0 5px;
	margin-bottom:10px;
}


#downloads-section ul li a {
	 display: flex;
  	justify-content: space-between;
  	align-items: center;
	font-size:20px;
	font-weight:500;
	padding:10px 25px;
	color:#FFF;
	font-weight:500;
	background:#003675;
}

#downloads-section ul li a i {
	color:#FFF;
	font-size:30px;
	margin-left:15px;
}

/*****************/
#content-flexy {
}

#content-flexy .content-img {
	position: relative;
	float:right;
}

.content-img mask {
	position: absolute;
	left:0px;
	top:-20px;
	z-index:10;
	}
	
	
#two-cols-flexy .entry h1,
#two-cols-flexy .entry h2,
#two-cols-flexy .entry h3,
#two-cols-flexy .entry h4 {
	color:#dea815;
}


#two-cols-flexy .sec-content {
	padding-right:20px;
	margin-bottom:30px;
	border-right:#FFF 4px solid;
}

/***************/
.logo-item {
margin-bottom:20px;
}
.logo-item .logo-img {
display:flex;
justify-content: center;
align-items: center;
background: #FFF;
padding:20px;
height:140px;
width: 100%;
overflow: hidden;
} 
.logo-item .log-img img {
max-height:100px;
width: auto;
}

/***********************/
#color-boxes-flexy {
	
}

#color-boxes-flexy .before-boxes {
	font-size:20px;
	margin-bottom:30px;
}

#color-boxes-flexy .color-box {
	padding:15px 30px;
	color:#FFF;
	margin-bottom:10px;
	text-align:start;
}

/******************/

#image-boxes-flexy .title {
	
}

.imagebox {
	position: relative;
	margin-bottom:30px;
	height:100%;
}

.ibox-img {
	float: left;
	width: 65.3333%;
}

.ibox-content {
	position: absolute;
	right:0;
	top:20%;
	z-index:20;
	width:45%;
	padding:30px;
	background:rgba(255,255,255, 0.8);
}

.ibox-content .box-title  {
	font-size:26px;
	color:#dea916;
	font-weight:500;
	margin-bottom:10px;
}

.ibox-content .box-text  {
	
}

.ibox-content .more a {
	background:#dea916;
	font-size:15px;
	color:#FFF;
}

.ibox-content .more a i {
	color:#FFF;
}

/****/
#related-posts .entry {
	text-align: center;
	margin-bottom:30px;
}

#related-posts .title {
	text-align: center;
}

.blog-loop {
	display: block;
	background:#f5f5f3;
	margin-bottom:30px;
	
}

.blog-loop .inner {
	padding:15px 10px;
}

.blog-loop  .post-title {
	text-align: center;
	font-size:22px;
	font-weight: bold;
	line-height:1.2;
}
/***************/
#flexible-content .title {
	
}

#flexible-content .sec-text {
	
}

#regular-boxes-flexy.section {
	padding-bottom:10px;
}

.reg-box {
	background:#FFF;
	margin-bottom:20px;
}

.rbox-img {
	border:#FFF 10px solid;
}

.rbox-content {
	padding: 10px;
	}

.reg-box .box-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
	color:#003675;
}

.reg-box .box-text {
	margin-bottom:10px;
	font-size:16px;
	line-height:1.2;
}

/**********/
#icon-boxes-flexy {
	
}

#icon-boxes-flexy .flex {
	flex-wrap:wrap;
	justify-content:center;
}

#icon-boxes-flexy .flex-item {
	width:25%;
	padding:0 15px;
}

#icon-boxes-flexy .icon-box {
	padding:30px;
	background:#FFF;
	color:#D1AD4A;
	text-align: center;
	margin-bottom:20px;
	width:100%;
	display: block;
}

#icon-boxes-flexy .icon-box a {
	color:#D1AD4A;
}

#icon-boxes-flexy .svg-icon {
	width:40%;
	margin:0 auto 20px auto;
}

#icon-boxes-flexy .svg-icon svg {
	fill:#D1AD4A;
	width:100%;
	max-height:100%;
	margin-bottom:10px;
	
}

#icon-boxes-flexy .icon-title {
	font-size:24px;
	font-weight: 600;
}


/***********pageboxes**************/
.pageboxes-section {
	margin-bottom:40px;
}

#boxes .box-item {
	display: block;
	text-align: center;
	margin-bottom:20px;
	border: #e2e9e9 1px solid;
	border-bottom:#e7b22c 6px solid;
	padding:30px;

}

#boxes .box-icon {
	margin-bottom:15px;
}

#boxes .box-title {
	font-size:18px;
	color:#000;
}

#boxes .box-text {
	margin-top:10px;
}

.buttons-title {
	text-align: center;
	font-size:26px;
	margin-bottom:30px;
	border-bottom:#eee 1px solid;
	padding-bottom:15px;
}

.blue-scheme #boxes .box-item {
	background:#9a237d;
}

.blue-scheme #boxes .box-title  {
	color:#FFF;
}


/*********pagebuttons**********/
.more-buttons {
	margin:30px 0;
}

.before-buttons {
	padding-bottom:20px;
	font-size:15px;
	
}

.more-buttons ul {
	display: flex;
  align-items: center;
  
}


.more-buttons li {
}
.more-buttons a {
	display: block;
	padding:10px 25px;
	background:#000;
	border-radius:20px;
	color:#FFF;
	font-size:15px;
	margin-left:10px;
	text-align:center;
	}
	
/******************Accordion sec*************/

.acc-section {
	margin-bottom:15px;
	 background:#FFF;
  border: 1px solid #DBDEE6;
border-radius: 5px;
	
}

.acc-section .beefup__head {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding:30px;
  margin-bottom:0;
 
 
}
.acc-section .acc-title  {
	font-size:20px;
	font-weight: 600;
	width:95%;
	cursor: pointer;
}

.acc-section .plus {
	width:5%;
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	text-align: center;
	color:#184C88;
	font-weight: bold;
	cursor: pointer;
}

.acc-section .long-text {
	padding:0 30px 30px 30px;
	border-radius: 0 0 5px 5px;
}
	



.short-text,
.long-text {
	font-size:16px;
	line-height:1.4;
}

/******************Lab Page**************/
.lab-content .details {
	margin-top:50px;
	background:#F4FBFC;
}

.lab-content .details li {
	display: inline-block;	
}

.lab-content .details li a {
	display: block;
	font-size:18px;
	font-weight: bold;
	padding:15px 20px;
}

.lab-content .details li a i {
	color:#23A6BC;
	margin-right:5px;
}

.lab-img {
	text-align: right;
}

#pagenav {
	margin:40px 0 50px 0;
	background:#0B2B4B;
}

#pagenav li {
	position: relative;
	display: inline-block;	
}

#pagenav li i {
	position: absolute;
	left:45%;
	bottom:3px;
	font-size:27px;
	transform: rotate(180deg);
	z-index:1;
	transition: all 300ms ease;
}

#pagenav li:hover i {
	bottom: -15px;
}

#pagenav li a {
	display: block;
	position: relative;
	z-index:10;
	padding:15px 20px;
	color:#FFF;
	font-size:18px;
	background:#0B2B4B;
}

/************PUBLICATIONS***************/
.publication-loop {
	margin-bottom:35px;
	padding-bottom:20px;
	background:url(images/border-h.png) left bottom no-repeat;
}

.publication-loop .pub-title {
	font-size:22px;
	font-weight: bold;
	margin-bottom:10px;
	
}

.publication-loop  .authors {
	margin-bottom:5px;
}

.publication-loop .readmore {
	margin-top:10px;
	font-weight: 600;
}

.publication-loop .readmore a {
	text-decoration: underline;
}


.publication-loop .readmore a:hover {
	text-decoration: none;
}



/******************EVENTS**************/

#events-section {
	position: relative;
	padding:60px 0;
	
}

#events-section .all-btn {
	margin-left:30px;
}


#events-section .flex-item {
	padding:0 15px;
	width:20%;
}

.home-events {
	padding:0 30px;
	
}

.home-event {
	position: relative;
	z-index:10;
	display: flex;
  align-items: center;
  margin-bottom:30px;	
}
.home-event .date-area {
	width:20%;
	color:#47c3e3;
	text-align: center;
	border-right:#FFF 2px solid;
	padding-right:20px;
	}


day{
	display: block;
	font-size:56px;
	font-weight:600;
}

month {
	display: block;
	font-size:17px;
	font-weight:400;
	text-transform: uppercase;
}

year {
	font-size:23px;
	font-weight:600;
}



.home-event .details {
	padding:0 20px;
	width:80%;
}


.home-event .event-title {
	font-size:20px;
	margin-bottom:7px;
	font-weight:600;
}

.home-event .event-title a {
	}

.home-event .event-title a:hover {
	color:#47C3E3;
}

.home-event .excerpt {
	font-size:15px;
	font-weight:500;
	margin-bottom:10px;
}

.home-event .more a {
	display: inline-block;
	background: #020f30;
	color:#FFF;
	font-size:14px;
	font-weight: 500;
	border-radius:30px;
}
.home-event .more a i {
	color:#dea815;
	margin-right:10px;
}


#events-list {
	margin-bottom:40px;
}

#events-list .event-loop {
	padding:20px 20px;
	background:#FFF;
	margin-bottom:20px;
	
}

#events-list .date-area {
	border-right:1px solid #EDF3F5;
	color:#D1AD4A;
	text-align: center;
}

#events-list .date-area a {
	color:#D1AD4A;
}

#events-list .event-title {
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}

#events-list .event-title a:hover {
	color:#D1AD4A;
}

#events-list .details {
	border-right:1px solid #EDF3F5;
}

#events-list .readmore {
	display: flex;
  justify-content: center;
  align-items: center;
}



#events-nav  {
	margin-bottom:30px;
	
}

#events-nav ul {
	border-bottom:#D1AD4A 4px solid;
	
}

#events-nav ul li {
	display: inline-block;
	
}

#events-nav ul li a {
	display: block;
	padding:40px 20px;
	font-size:27px;
	font-weight: 600;
	color:#184C88;
}

#events-nav ul li a.current {
	background:#D1AD4A;
	color:#FFF;
}

.single-date-area {
	color:#184C88;
	font-weight:600;
	font-size:24px;
	margin-bottom:30px;
}

.single-date-area date {
	display: inline-block;
	margin-right:20px;
}

.single-date-area time {
	display: inline-block;
	}

.single-date-area i {
	margin-right:5px;
}

.single-date-area gether {
	display: block;
	font-size:15px;
}

.single-e-meta {
	margin-bottom:30px;
}

.single-e-meta li {
	display: block;
	margin-bottom:10px;
	font-size:20px;
	font-weight:600;
}

.single-e-meta li.subtitle {
	font-size:22px;
	font-weight: bold;
	margin-bottom:20px;
}

	.single-e-meta label,
	.single-e-meta span {
	display: inline-block;
	font-weight:400;
	
}

.single-e-meta li a {
	color:#184C88;
	text-decoration: underline;
}
.single-e-meta li a:hover {
	text-decoration: none;
}

.s-event-contents .entry label {
	    font-size: 20px;
   	display: block;
	margin-bottom:15px;
}

.seminar-bottom {
	padding-top:20px;
	border-top:1px solid #EDF3F5;
	margin-bottom:20px;
	
}

.seminar-bottom label {
	font-weight:600;
}

.export-btns {
	margin-top:40px;
	display: flex;
}

.export-btns a {
	display: inline-block;
	margin-right:20px;
	padding:8px 25px;
	background:#002147;
	color:#FFF;
	border-radius:30px;
}

.export-btns a:hover {
	background:#184C88;
}


.export-btns button {
	display: none;
}

.export-btns a.webcal {
	background:#D1AD4A;
	}
	
	
/********evets-list**************/
#events-search {
	margin-bottom:40px;
}

.em.em-search .em-search-views, .em.em-search-advanced .em-search-views {
	visibility: hidden;
	
}

#events-search button.em-search-submit {
	background:#184C88 !important;
}
.events-nav {
	border-bottom:#184C88 2px solid;
	text-align: center;
}

.events-nav li {
	margin-right:10px;
}

.events-nav li a {
	display: block !important;
	padding:12px 50px !important;
	font-size:26px;
	color:#184C88;
	font-weight:600;
	border-radius: 10px 10px 0 0;
	
}

.events-nav li.r-tabs-state-active a {
	background:#184C88;
	color:#FFF;
}

.math-events-list {
	padding-top:30px;
}

.group-title,
.em.pixelbones .group-title  {
	font-size:26px !important;
	background:#184C88;
	font-weight:600;
	border-radius: 5px;
	text-align: center;
	color:#FFF;
	padding:7px 10px;
}

.event-loop-item {
	background:#FFF;
	border: 1px solid #DBDEE6;
	border-radius: 5px;
	padding:30px 20px;
}

.event-loop-item .meta-date {
	margin-bottom:20px;
}

.event-loop-item .meta-date .inner {
	display: inline-block;
	padding:10px 20px;
	font-size:19px;
	font-weight:500;
	color:#FFF;
	background:#002857;
	border-radius: 80px;
}

.event-loop-item .event-date-start {
	display: inline-block;
	margin-right:10px;
}

.event-time i {
	margin: 0 5px;
}

.event-loop-item .ev-title {
	font-size:22px;
	font-weight: bold;
	margin-bottom:20px;
}

#events-list .em.pixelbones * {
    font-family: 'Assistant', sans-serif;

}

#events-list .em.pixelbones i.fa {
    font-family: "Font Awesome 6 Free" !important;
}

#events-list .em.pixelbones a {
	font-weight:600;
}

.ev-info li {
    font-weight: bold;
    font-size: 17px;
}

.ev-info li label {
    font-weight: 400;
    display:  inline-block;
    margin-right: 5px;
}

.event-loop-item .more-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.em.pixelbones .event-loop-item .more-info a {
    display: block;
    background-color: #184C88 !important;
    color: #FFF !important;
    font-size:19px;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 25px;
}

.event-loop-item .event-cat {
	font-size:19px;
}

.em.pixelbones .event-loop-item .event-cat ul {
	display: inline-block;
}

.em.pixelbones .event-loop-item .event-cat a {
	font-weight: bold;
	color:#003675 !important;
	
}


/***********CALENDAR*********/
#calendar-section {
	padding: 60px 60px;
	background:#F5F6F8;
}

#calendar-section #hcal {
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

#hcal .em.em-calendar .em-cal-body {
	background: none;
	 grid-template-rows: 60px 60px 60px 60px 60px 60px;
}

#calendar-section .em.pixelbones .input select:not([multiple]), 
#calendar-section .em.pixelbones .input input.select-toggle, 
#calendar-section .em.pixelbones.input select:not([multiple]), 
#calendar-section .em.pixelbones.input input.select-toggle {
	background: none !important;
	background-image: none !important;
}

#calendar-section .em.em-calendar .em-cal-nav .month {
	text-align: right;
}

.em.em-calendar .em-cal-nav .month-nav .em-calnav svg {
    transform: rotate(180deg);
}

#calendar-section .em.em-calendar .em-cal-nav .month input[type=text] {
	color:#002147;
	font-weight: bold;
}



#calendar-section .em.em-calendar .em-cal-head > div {
	overflow: hidden;
	color:#002147;
	font-weight:500;
	border: none;
}

#calendar-section .em.em-calendar .em-cal-head {
	border: none;
	background: none;
}

#calendar-section .em.em-calendar.size-medium .em-cal-body .em-cal-day, 
#calendar-section .em.em-calendar.size-small .em-cal-body .em-cal-day {
	aspect-ratio: 1/0.7;
	line-height:30px;
	background:#FFF;
}

#calendar-section .em.em-calendar .em-cal-body > div {
	border: #F5F6F8 5px solid;
	border-top: none;
	background:#FFF;
	border-radius:4px;
}


element.style {
}

#calendar-section .em.em-calendar .em-cal-body .eventful-pre, 
#calendar-section .em.em-calendar .em-cal-body .eventless-pre,
#calendar-section .em.em-calendar .em-cal-body .eventless-post {
	background:#eee;
}

#calendar-section .em.em-calendar .em-cal-body > div {
	padding:0;
}


#calendar-section .em.em-calendar section .em-cal-day-date,
#calendar-section .em.em-calendar section .ring {
	display: block;
	width:100% !important;
	height:100% !important;
	border-radius:4px;
	line-height:50px;
	border: none !important;
	background-clip: content-box;
    clip-path:none !important;
    -webkit-clip-path:none !important;
}

#calendar-section .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, 
#calendar-section .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
	color:#002147 !important;
	font-weight: bold;
	font-size:17px;
	display: block;
	width:100%;
	height:100%;
	border-radius:4px;
}

#calendar-section .em.em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date a,
#calendar-section .em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date a,
#calendar-section .em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date a {
	background:#002F65 !important;
	color:#FFF !important;
}
#calendar-section .em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a, 
#calendar-section .em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a {
	background:#B8BCC2 !important;
	color:#FFF !important;
}



.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
	background-color: #FFF;
	border:#002857 1px solid;
	border-radius:0;
}

.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
	display: none;
}

.em.em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date a {
	border:#002857 1px solid !important;
	background-color: #002857 !important;
	color:#fff !important;
}


.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
	color:#002857 !important;
}

.em.em-calendar .em-cal-head > div {
	border: none;
	font-size:19px;
	color:#002857;
	font-weight: bold;
	text-transform:capitalize;
}

.em.em-calendar .em-cal-body.event-style-pill .em-cal-event {
	cursor:default;
	
}

#calendar-section .em.em-calendar .em-cal-body {
	border-bottom: none;
}

.hcal-legend {
	margin-top:25px;
	text-align: center;
}

.hcal-legend  li {
	display: inline-block;
	padding:0 5px;
}

.today-color i {
	color:#B8BCC2;
}

.event-color i {
	color:#002F65;
}

.em.em-modal .em-modal-popup header .em-modal-title {
    display:  none !important;
}

.em.em-modal .em-modal-popup header {
    border: none !important; 
}

/*****************COURSES************/
.course {
	border-radius: 5px;
	margin-bottom:30px;
	border: 1px solid #DBDEE6;
	background:#FFF;
}

.course-name {
	border-radius: 5px 5px 0px 0px;
	background:#184C88;
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	padding:15px 30px;
}

.course-name a {
	display: block;
	color:#FFF;
}

.course ul li {
	border-bottom: 1px solid #DFE1E6;
	padding:15px 30px;
	font-size:20px;
	font-weight: 600;
}

.course ul li a {
	display: block;
}

.course ul li span {
	margin-left:5px;
}


/**************NINJA TABLE**********/
#positions-table .footable_parent {
	overflow: inherit;
}

#main .footable-filtering th {
	background: #F5F6F8
}

#main .footable-header th {
	background:#184C88;
	font-size:18px;
	color:#FFF;
	font-weight: bold;
}

#main  .footable .btn-primary {
	background:#184C88;
}

.entry td {
	font-size:18px;
	font-weight:600;
	color:#002147;
}

#main .semantic_ui .ui.striped.table tbody tr:nth-child(2n), 
#main .semantic_ui .ui.striped.table>tr:nth-child(2n) {
	background-color:#F6F8FB;
}

#main .semantic_ui .ui.table tr:last-child td {
	border-bottom: 1px solid rgba(34,36,38,.1);
}

/*************IMAGE GALLERY**********/
.gallery-heading {
	 display: flex;
  justify-content: space-between;
  align-items: center;
  padding:7px 10px;
  color:#FFF;
  margin-bottom:30px;
  font-weight:300;
}

.gal-title {
	font-size:30px;
}

.gal-meta .download {
	display: inline-block;
	font-size:28px;
	text-align: left;
}

.gal-meta .date {
	display: inline-block;
	font-size:26px;
	padding-right:10px;
	margin-right:10px;
	border-right:rgba(255,255,255, 0.2) 1px solid;
}

.gal-meta .download a {
	color:#FFF;
}

.gallery-image {
	margin-bottom:30px;
}



.mtooltip {
	position: relative;
}


.tooltip {
	background:#FFF;
	padding:5px;
	border-radius:4px;
	font-size:14px;
}

/**************MEMBERS***********/


#member-cats-nav {
	text-align: center;
	padding:0 20px;
	background:#23A6BC;
}

#member-cats-nav ul li {
	display: inline-block;
}

#member-cats-nav ul li a {
	display: block;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	padding:15px 25px;
	letter-spacing: -0.4px;
	border-bottom:transparent 5px solid;
	
}
#member-cats-nav ul li a:hover,
#member-cats-nav ul li a.current {
	border-bottom:#D7A826 5px solid;
}


#member-list{
	margin-top:20px;
}



.member-list-item {
	background: #F4FBFC;
	margin-bottom:15px;
	}

.member-list-item .m-1 {
	width:220px;
}

.member-list-item .m-2 {
	width: calc(100% - 220px);
	padding:50px;
}

.memb-loop-img {
	background:url(images/border.png) left top no-repeat;
	background-size: auto 100%;
	padding-left:5px;
}
.memb-loop-img img {
	width:100%;
	
}

.member-list-item  .member-name {
	font-size:24px;
	margin-bottom:20px;
	font-weight:500;
}


.member-list-item .details li {
	font-size:18px;
	margin-bottom:10px;
}

.member-list-item .details li i {
	font-size:20px;
	margin-right:7px;
	color:#23A6BC;
}
.member-list-item .r-areas {
	font-size:18px;
}

.member-list-item .r-areas label {
	display: block;
	font-weight: bold;
	margin-bottom:10px;
}

.member-list-item .web {
	font-size:18px;
	margin-top:15px;
	font-weight: 600;
}

.member-list-item .web a:hover {
	text-decoration: underline;
}

ul.tax-list  {
}

ul.tax-list li a {
	border: 1px solid #DBDEE6;
	border-radius: 5px;
	display: flex;
	  justify-content: space-between;
	  align-items: center;
	  font-size:26px;
	  background:#FFF;
	  font-weight:600;
	  margin-bottom:10px;
	  padding:15px  15px;
}

ul.tax-list li a span {
	width: calc(100% - 45px);
}

ul.tax-list li a i {
	display: inline-block;
	width:38px;
	height:38px;
	line-height:38px;
	color:#FFF;
	background:#002147;
	border-radius:100%;
	font-size:14px;
	text-align: center;
	
}

ul.tax-list li a:hover {
	background:#e9edf8;
}



/*******************authorized**********/
#authorized-content {
}

#authorized-content .list-title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:25px;
}

#authorized-content .list-item {
	margin-bottom:10px;
}

.list-item a {
	display: flex;
	padding:15px 15px;
	border:#eee 1px solid;
	font-size:20px;
}

.list-item a:hover {
	background:#F4FBFC;
}

.list-item a i {
	font-size:26px;
	margin-left:10px;
	color:#23A6BC;
}

#loginform {
	width:400px;
	max-width:90%;
	margin:50px auto;
}

#loginform label {
	display:inline-block;
	font-weight:500;
	margin-bottom:5px;
}


/************gallery*********/
.gallery-loop .gal-date {
	font-weight:600;
	margin-bottom:20px;
}

#wps-gallery {
	margin-top:20px;
}


/*************GRAVITY****************/
.gform_validation_container {
	display: none !important;
}


.gfield_required {
}

.gform_hidden {
	display: none !important;
}


.gfield_radio input {
	width: auto;
	display: inline-block;
}

.gfield_radio label {
	margin-bottom:0 !important;
	margin-right:0px;
	padding-right:5px;
}

.display-label .gfield_label {
	display: block !important;
	margin-bottom:10px;
	width:100%;
}

.ginput_container_date .screen-reader-text {
	display: none;
}

/**************gravity checkbox and radio*************/

.gfield_checkbox li,
.gfield_radio li {
	position: relative;
	width:auto;
}

.gfield_checkbox li label {
	padding-right:5px;
	display: inline;
}
.gfield_radio li input[type="radio"],
.gfield_checkbox li input[type="checkbox"] {
	display: inline-block;
	 transform: scale(1.2);
	
}

ul.gfield_radio li label {
	
}
.gchoice label {
	display: inline-block;
}

.gfield {
	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;
}

.gform-grid-row {
	display: flex;
}

.gform-grid-col {
	flex-basis: 100%;
	flex-grow: 1;
	padding-right:10px;
}

.gform_wrapper.gravity-theme .gfield_header_item--icons, .gform_wrapper.gravity-theme .gfield_list_icons {
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    width: 48px;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
    background: transparent url(images/list-add.svg);
    border: none;
    font-size: 0;
    height: 16px;
    opacity: .5;
    padding: 0;
    transition: opacity .5s ease-out;
    width: 16px;
}

.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item {
    background-image: url(images/list-remove.svg);
    margin-left: 5px;
}

.gform_wrapper.gravity-theme .gfield_list_icons button {
    background: transparent url(images/list-add.svg);
    border: none;
    font-size: 0;
    height: 16px;
    opacity: .5;
    padding: 0;
    transition: opacity .5s ease-out;
    width: 16px;
	cursor: pointer;
}

.gfield_list_group_item  {
	margin-bottom:5px;
}

.gfield_header_item  {
	font-weight:600;
}

.gsection_title {
	color:#23A6BC;
	font-size:30px;
}

.gsection_description {
	font-size:14px;
	font-style:italic;
}

.ginput_container_date {
	position: relative;
}

.ginput_container_date:before {
	content:"\f133";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	top:5px;
	right:5px;
	font-size:25px;
	color:#23A6BC;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #23A6BC;
  padding: 10px 20px;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #184571;
}

.gform_fileupload_rules {
	font-size:14px;
	font-style: italic;
}

.gfield--type-section {
	padding-top:15px;
}

.gfield--type-checkbox {
}

.ginput_container_checkbox,
fieldset.gfield--type-radio {
	background:#FFF;
	padding:10px;
	border:#D1D1D1 1px solid;
}

.gfield_checkbox,
.gfield_radio {
	display: flex;
	flex-wrap: wrap;
}

.gchoice  {
	padding: 0 10px 10px 0;
	display: flex;
}

.gchoice label {
	font-size:16px;
	font-weight: normal;
	padding-left:5px;
}




/**********ENTRY FORM***********/
.entry .gform_wrapper {	
	background:#F4FBFC;
	padding:40px 30px;
	margin-right:-10px;
}

.entry .gform_fields {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.entry .gfield {
	padding-right:10px;
	margin-bottom:10px;
}

.entry .gfield label,
.entry .gfield_label  {
	display: block;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}

.entry .gfield_checkbox .gchoice label  {
	font-weight: normal;
	font-size:16px;
}

.entry .gform_footer input[type="submit"] {
	width: auto;
	padding:12px 45px;
	
}

.entry h2.gsection_title,
.entry h3.gsection_title {
	color:#23A6BC;
	font-size:30px;
}

.gfield_description {
	font-size:15px;
	font-style: italic;
}

.gfield_validation_message {
	color:#F00;
}


.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;
    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 */





/**************CONTACT PAGE************/



.acf-map {
	min-height:350px;
}

#maincontact {
	
}

.cont-title {
	font-size:24px;
	font-weight:500;
	margin-bottom:20px;
	
}

.contact-box {
	background:#F4FBFC;
	padding:40px 30px;
	font-size:18px;
}

.contact-box  label {
	display: inline-block;
}

.contact-box i {
	display: inline-block;
	 color:#23A6BC;
	 font-size:44px;
	width:55px;
		 
}

.contact-box .flaticon-location:before {
	font-weight: bold !important;
}

.c-details li {
	display: flex;
	margin-bottom:20px;
	align-items: center;
}

.c-details li a,
.c-details li span {
	width:calc(100% - 55px);
}

.c-details .address span {
	display: flex;
	justify-content:space-between;
	text-align: left;
}

.c-details .gold-btn {
	display: block;
	width:62px !important;
	height:46px;
	background:#D7A826;
	line-height:46px;
	text-align:center;
	
	border-radius:3px;
}

.c-details .gold-btn i {
	color:#FFF;
	font-size:26px;
}



#maincontact .gfield_label {
	display: none;
}

#maincontact .form-area {
	position: relative;
}

#maincontact input,
#maincontact textarea,
#maincontact select {
	
}

#maincontact textarea {
	height:90px;
}

#maincontact input {
	
}

#maincontact .gfield {
	margin-bottom:10px;
	font-size:16px;
}

#maincontact .gfield--type-consent {
	border: none;
	padding:0;
	font-size:13px;
	margin-bottom:5px;
}

.gfield--type-consent a {
	text-decoration: underline;
}

.gfield--type-consent a:hover {
	text-decoration: none;
}

#maincontact fieldset label {
	font-size:13px;
}

#maincontact input[type="submit"]{
	width:150px;
	text-align: center;
	border: none;
}


#maincontact  .gform_footer {
	text-align: end;
	padding-top:10px;

}






/************ =FOOTER***************/
#footer {
	background: #071C35;
	font-size:16px;
	color:#FFF;
	}

.footer-inner {
	padding:30px 0;
	}

#footer .widget_nav_menu li {
	display: block;
}

#footer .widget_nav_menu  li a {
	display: block;
	color:#FFF;
	padding:5px 0px;
	letter-spacing: 0.8px;
	
}

#footer .widget_nav_menu li a:hover {
	text-decoration: underline;
}

.foot-widget-title {
	font-size:20px;
	letter-spacing: 1px;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 30px;
	padding-bottom:10px;
	background:url(images/foot_t.png) left bottom no-repeat;
}



.bottom-soc {
	text-align: end;
}

.bottom-soc, .bottom-soc a  {
	color:#FFF;
}

.bottom-soc label {
	font-size:18px;
	color:#003675;
}




#bottom {
	position:relative;
	color: rgba(255, 255, 255, 0.4);
	font-size:13px;
	padding:30px 0 15px 0;
	border-top:  rgba(255, 255, 255, 0.2) 1px solid;
	margin-top:15px;
	}
	
#bottom a {
	color: rgba(255, 255, 255, 0.4);
	}

.copyrights {
	text-align:start;
	}
.credits {
	position: relative;
	text-align:end;
}

.credits img {
	vertical-align:middle;
}

.mobileselect-label {
		display: none;
}

.link-container {
	font-size:20px;
}

.gs-link {
	padding:10px;
	background:#FF0;
}
