/*
    Theme Name: IEPRS
    Theme URI:
    Description: Technion/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 3.1
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */

body {
    font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	background: #ccd0d6;
	line-height:1;
	margin:0;
	padding:0;
	color:#18202d;
	}

a {
    color: #18202d;
    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:#18202d;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	border: #CCC 1px solid !important;
	width:100%;
	padding:8px 10px;
	background:#FFF;
	border: none;
	border-radius:6px;
	font-family: 'Source Sans Pro', sans-serif;
	
	
		
}


input[type="button"], 
input[type="submit"] {
	cursor:pointer;
	border:none;
	color:#f6ab00 !important;
	padding:9px 50px;	
	font-weight:500;
	background:#04101e;
	font-size:20px;
	border-radius:20px;
	font-family: 'Source Sans Pro', sans-serif;
			
		
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	}

input[type="button"]:hover, input[type="submit"]: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: #112235;
}

:-moz-placeholder { /* Firefox 18- */
       color: #112235;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #112235; 
}

:-ms-input-placeholder {  
      color: #112235;
}


label  {
	margin-bottom:0;
}
.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.social-icons {
	font-size:26px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:3px;
	
	
}

.social-icons a:hover {
	
	}

ul, li {
	margin:0;
	padding:0;
	list-style: none;
}

.call {
	white-space:nowrap;
}

.padding {
	width:70%;
	margin: auto;
}

.shrink-center {
	width:50%;
	margin:auto;
	text-align: center;
}

.hidden {
	display: none;
}

.flex {
	display: flex;
}


/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	position: relative;
	
	
}
.wrapper {
	position: relative;
	z-index:20;
	background:#FFF;
	padding:30px;
	border-radius:0 0 20px 20px;
	min-height:600px;
}

#content {
	width:70%;
	float: left;
	padding-right:30px;
}

#sidebar {
	width:30%;
	float: right;
}
	
.section {
	padding:30px 0;
}





.title {
    font-size:25px;
	color:#002859;
	margin-bottom:15px;
	font-weight:600;	

	}
	
/* =HEADER
-------------------------------------------------------------- */


#head {
	position: relative;
	background:#002859;
	
	}

.logo {
	
	}

#topmenu {
	position: relative;
	z-index:300;
	background:#15457f;	
}

.top-buttons {
	text-align: right;
	
	}

.top-buttons a {
	display: inline-block;
	color:#f6ab00;
	font-size:20px;
	padding:10px 20px;
	border-radius: 20px;
	background:#04101e;
	margin-right:5px;
}

.top-buttons a i {
	margin-right:5px;
}

.top-buttons a:hover {
	background:#15457f;
	color:#FFF;
}

#breadcrumbs {
	font-size:14px;
	font-weight:600;
	color:#002859;
	margin-bottom:20px;
		}
		

#breadcrumbs a {
	color:#00316c;
	
}

#breadcrumbs a:hover {
	text-decoration: underline;
}



/* =MENUS
-------------------------------------------------------------- */

#menurow {
	position: relative;
	z-index:400;
	background:#15579b;

	
}

.menu-primary-container {
    position:relative;
   	z-index: 50;
	padding:0;
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-right:-4px;
	
		-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 {
	padding: 0 0px;
}

.menu-primary li a {
	font-size:16px;
	font-weight: bold;
	display:block;
	color:#FFF;    
    padding: 5px 20px;
	border-bottom:#15457f 4px solid;
	border-right: rgba(255, 255, 255, 0.3) 1px solid;

			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:last-child a {
	border-right: none;
	
}


.menu-primary li.featured a {
	color:#f6ab00;
	font-size: bold;
}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	color:#FFF;    
	border-bottom:#f6ab00 4px solid;
}

.menu-item-description {
	display: none;
}





/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:250px;
	z-index:99999999;
			
}

.menu-primary li li {
	padding:0;
	}

.menu-primary li li a {
	font-size:16px;
	background:#15457f;
	padding:12px 10px;
	border-radius:0;
	border-bottom:#1b5ba8 1px solid;
	color:#FFF;
	
	
	    }
	

.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 {
	outline: 0;
	color:#FFF;
	background:#5980af;
	border-bottom:#1b5ba8 1px solid;
		   
}

.sf-sub-indicator {
	display:none;
}


/* Menu other
----------------------------*/
#othermenu {	
	background:#5980af;
	border-radius: 20px 20px 0 0;
	padding:0 20px;
	position: relative;
	z-index:200;
}
.menu-other-container {
    position:relative;
   	text-align: center;
	}


.menu-other ul {
    min-width: 250px;
	text-align:center;
}

.menu-other li {
	display: inline-block;
	float: none;
}

/* First Level - Menu Secondary */
.menu-other li a {
    color: #FFF;
    padding:20px 40px;
	text-align: center;
	text-decoration: none;
    font-size: 20px;
	border-right: rgba(255, 255, 255, 0.3) 1px solid;
  }
 


.menu-other li a:hover, .menu-other li a:active, .menu-other li a:focus, 
.menu-other li:hover > a, .menu-other li.current-cat > a, .menu-other li.current_page_item > a, .menu-other li.current-menu-item > a {
    color: #f6ab00;
    outline: 0;
	
}

.menu-other li:last-child a {
	border: none;
}

.menu-other li ul {
	width:100%;
	background:#5980af;
}

.menu-other li li a:hover {
	background:#15457f;
}


/***************************************HOMEPAGE*************************/
.home-content {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:#dbdee2 1px solid;
}

#articles-section {
	background:#ebf0f3;
	
}

.featured-title {
	text-align: center;
	font-size:40px;
}

.featured-title:after {
	content:"";
	display: block;
	width:100%;
	height:19px;
	background:url(images/tup.png) center center no-repeat;
	margin-top:15px;
	margin-bottom:15px;
}

#home-content .entry {
	font-size:20px;
	}
.homeinfo {
	margin-bottom:30px;
}
#sponsors-section {
	padding:50px 0;
	border-top: #dbdee2 1px solid;

}

.logo-scroll {
    text-align: center;
	margin-top:40px;
}

.logo-item {
    height: 100px;
    display: flex !important;
    padding: 0 10px;
    align-items: center;
    overflow: hidden;
	padding:15px;
	margin:0 10px;
}


/*********GENERAL*******/

.no-img {
	display:block;
	background: #F5F5F5; 
	
}

.no-img img {
		
		
}

.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}


.three-cols {
	-moz-column-count: 3;
-moz-column-gap: 30px;
-webkit-column-count: 3;
-webkit-column-gap: 30px;
column-count: 3;
column-gap: 30px;
}

.nobreak {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;

}
.one-third {
	width:33.33%;
	float:right;
}

.one-half {
	width:50%;
	float: right;
}

.content.eng {
	direction:ltr;
	
}

.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%;
}

.add-item {
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom: #dde2e3 1px solid;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.entry img.alignleft,
.single-img.alignleft  {
	margin-right:30px;
	margin-bottom:30px;
		
}

.entry img.alignright,
.single-img.alignright  {
	margin-left:30px;
	margin-bottom:30px;
	
}

.single-img img {
	border-radius:6px;
}



#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}


#share {
	margin:30px 0;
	padding:20px 0px;
	border-top:#dde2e3 1px solid;
	color:#002859;
	
}
#share .txt {
	padding-top:10px;
	font-weight: bold;
	}

#share .addtoany_shortcode {
	display: inline-block;
	float: right;
}



.entry {
	line-height:1.5;
}

.entry h1 {
	font-size:25px;
	color:#002859;
	margin-bottom:15px;
	font-weight:600;
}

.entry h2 {
	font-size:25px;
	color:#3782b4;
	margin-bottom:10px;
	font-weight:300;
}
.entry h3 {
	font-size:22px;
	color:#004165;
	margin-bottom:10px;
	}

.entry h4 {
	font-size:22px;
	color:#75abd0;
	font-weight: bold;
	margin-bottom:10px;
}

.entry h5 {
	font-size:20px;
	color: #222;
	margin-bottom:10px;
	font-weight:300;
}

.entry h6 {
	font-size:20px;
	color:#000;
	font-weight: 500;
	margin-bottom:10px;
}

.entry hr {
	border-top:#dbe3e8 1px solid;
}

.entry ul,
.entry ol {
	margin-left: 50px;
}

.entry ol,
.entry ol li {
	list-style:decimal;
}

.entry ul li {
	list-style: square;
	margin-bottom:5px;
	
}

.entry a {
	color:#15579b;
}
.entry a:hover {
	text-decoration: underline;
}

.noresults {
	font-size:22px;
	margin-top:15px;
}

a.all {
	display: inline-block;
	padding:10px 25px;
	background:#002859;
	color:#FFF;
	font-size:15px;
	border-radius:20px;
}

a.all i {
	margin-left:5px;
}


/**********posts-loop***************/


.page-title {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight:600;
	color:#002859;
	}
	


.article {
	display: block;
	margin-bottom: 30px;
	padding-bottom:30px;
	border-bottom: #dfdfdf 1px solid;
}
.article:last-child {
	border-bottom: none;
}

.art-image {
	margin-bottom:15px;
	position: relative;
	
}

.art-image img {
	border-radius:4px;
}





.art-text {
	line-height:1.3;
	
}
.art-title {
	color:#3782b4;
	font-size:24px;
	margin-bottom:10px;
		
}

.art-title a {
	color:#3782b4;
}
.art-title a:hover {
	color:#000;
}

.article .more {
	margin:10px 0;
}

.article .more a {
	color:#6db716;
	font-weight:600;
	text-decoration: underline;
	
}

.article .more a:hover {
	background:#15579b;

}

	

.post-title a {
	color: #a07e3f;
}

.post-title a:hover {
	color: #c0a266;
}

.more  {
	margin:10px 0;
}

.more a {
	display: inline-block;
	padding:10px 20px;
	border-radius:6px;
	background:#2272a7;
	color:#FFF;
	font-size:17px;
	font-weight:300;

}

.more a: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);
	
}

.entry blockquote {
	padding: 30px 30px;
	margin:20px 0;
    font-size: 125%;
	background:#edf1f2;
	border:#d3d8d9 4px solid;
	font-style: italic;
	border-radius:4px;
	

}

.page-more {
	margin: 30px 0;
	text-align: center;
	}
	
.page-more a {
	display: inline-block;
	padding:15px 50px;
	font-size:26px;
	color:#FFF;
	background:#46b8ce;
	border-radius:6px;
}

.navigation {
	text-align: center;
}

.navigation select {
	width: auto;
	    border: #dbe3e8 1px solid;
}


/****************MEETINGS********************/
.meeting-item {
	background:#f9fafb;
	padding:15px;
	border-radius:6px;
	border:#eff0f2 1px solid;
	margin-bottom:20px;
}

.meeting-image {
	float: left;
	padding-right:15px;
	margin-right:15px;
	
}

.meeting-image img {
	border-radius:4px;
}

.meeting-item i {
	font-size:58px;
	color:#d7dadd;	
	border-right:#d7dadd 1px solid;
}

.meeting-item .dates,
.meeting-item .dates a{
	color:#c58b08;
	font-weight: bold;
	margin-bottom:10px;
	
}

.meeting-item .dates a:hover {
	color:#5980af;
}

.meeting-item li {
	margin-bottom:7px;
}

.meeting-item li a {
	text-decoration: underline;
}
.meeting-item li aHover {
	text-decoration:none;
}

.page-meetings .m-title,
.single-meeting .m-title  {
	font-weight: bold;
	margin-bottom:10px;
}

.meeting-item label {
	margin-right:5px;
}

/****************News********************/
.news-item {
	background:#f9fafb;
	padding:15px;
	border-radius:6px;
	border:#eff0f2 1px solid;
	margin-bottom:20px;
}

.news-item i {
	font-size:58px;
	color:#d7dadd;
	float: left;
	padding-right:15px;
	margin-right:15px;
	border-right:#d7dadd 1px solid;
}

.news-title {
	color:#c58b08;
	font-weight: bold;
	margin-bottom:10px;
	
}

.news-title a {
	color:#c58b08;
}

.news-title a:hover {
	color:#002859;
}

/*********ABOUT****************/

.people-item {
	margin-bottom:30px;
}
.people-item .row {
	background:#ebeef2;
	border-radius:12px 0 0 0;
	
}

.people-item img {
	border-radius:12px 0 0 0;
	width:100%;
}

.people-item .p-title  {
	font-size:22px;
	font-weight: bold;
	margin-bottom:15px;
	color:#5980af;
}

.people-item .name {
	padding:10px 0;
	margin-bottom:10px;
	font-weight: bold;
	width:50%;
	border-bottom:#ccd0d6 1px solid;
}

.people-item ul li {
	line-height:1.4;
}

.people-item .info {
	padding:10px 20px 20px 30px;
}

.people-item label {
	margin-bottom:0;
	margin-right:5px;
}

.people-item a {
	text-decoration: underline;
}
.people-item a:hover {
	text-decoration: none;
}

/***********AWARDS*********/
.awards-section {
	margin-bottom:30px;
}

.award-item {
	margin-bottom:7px;
}

.award-item .year {
	margin-right:5px;
	color:#5980af;
	
}

.award-item .name a:hover {
	text-decoration: underline;
}

.note {
	padding:10px 0;
	border-top: #dde2e3 1px solid;
	font-size:16px;
	font-style: italic;
}


/**************SPONSORS****************/
#sponsors {
	margin-top:40px;
	
}

.sponsors-item {
	background:#ebeef2;
	border-radius: 10px;
	padding:15px;
	margin-bottom:30px;
}

.sp-title {
	color:#002859;
	font-size:22px;
	font-weight: bold;
	padding:15px 0;
	border-bottom:#ccd0d6 1px solid;
	margin-bottom:15px;
}

.sponsors-item ul li {
	margin-bottom:7px;
	color:#1c1c1c;
	font-size:17px;
	line-height:1.3;
}



.sponsors-item ul li label {
	margin-right:5px;
}

.button-area {
	margin:10px 0;
}
.button-area a {
	display: inline-block;
    padding: 10px 25px;
    background: #002859;
    color: #f6ab00;
    font-size: 20px;
    border-radius: 20px;
	font-weight:500;
}
	
.button-area a: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);
}

.sponsors-form-area {
	margin-top:20px;
	margin-bottom:30px;
	
}

#sponsors-form .rmagic .rmrow {
	float: none;
	width:100%;
}

#sponsors-form .gsection_title {
	font-size:22px;
	font-weight: bold;
	color:#002859;
	margin-bottom:20px;
	border-bottom:#ccd0d6 1px solid;
	padding-bottom:8px;
	margin-top:20px;
}

#sponsors-form {
	font-size:16px;
}

#sponsors-form label {
	font-size:14px;
	color:#1c1c1c;
	font-weight:400;
	margin-bottom:5px;
}

#sponsors-form .rmagic .buttonarea {
	margin-top: 10px;
}



#sponsors-table table {
	border-radius:10px;
	overflow: hidden;
	font-family: 'Source Sans Pro', sans-serif;
	
}

#sponsors-table th {
	background:#5980af;
	color:#FFF;
	font-weight: 600;
	font-size:18px;
	padding:14px 10px;
	
}

#sponsors-table th, #sponsors-table td {
	padding:10px;
}

#sponsors-table td {	
	vertical-align: middle;
	padding:10px 10px;
	background:#ebeef2;
	border-bottom:#FFF 3px solid;
	border-left: none;
	border-right: none;
	border-top: none;
	font-size:17px;
	}


#sponsors-table .c-1,
#sponsors-table .c-2,
#sponsors-table .c-3 {
	width:23.33%;
}

#sponsors-table .c-4 {
	width:30%;
}

#sponsors-table .c-1 {
	font-weight: bold;
}

.table-cont ul li {
	padding: 10px 0;
}

/***************FELLOWS**************/
.f-item {
    background: #f9fafb;
    padding: 15px;
    border-radius: 6px;
    border: #eff0f2 1px solid;
    margin-bottom: 20px;
	
}

.f-item .title {
	text-align: center;
}

.f-item .fellows-names {
	line-height:1.3;
}

.f-item .fellows-names a:hover {
	text-decoration: underline;
}

/*****************NEWSLETTER***************/
ul.button-links {
	margin:20px 0;
}

.button-links li {
	display: inline-block;
	margin-right:10px;
}
.button-links li a {
	display: block;
	background: #5980af;
	padding:10px 20px;
	border-radius:12px;
	color: #FFF;
}

.button-links li a:hover {
	background: #15457f;
	color: #f6ab00;
}

.heading {
	margin-bottom:20px;
}

.page-title span {
	font-size:20px;
	font-weight:300;
}

.download {
	text-align: right;
}

.download a {
	display: inline-block;
	padding:10px 20px;
	border-radius:6px;
	background:#2272a7;
	color:#FFF;
	font-weight:300;

}

.download a: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);
	
}

#nl-list .title {
	font-size:28px;
	margin-bottom:30px;
}

.nl-loop {
	margin-bottom:30px;
}

.nl-loop .year {
	font-weight: bold;
	color: #f6ab00;
	margin-bottom:10px;
}

.nl-loop .year label {
	color: #9B9B9B;
	margin-right:5px;
	font-size:18px;
}

.nl-loop .download {
	text-align: center;
	margin-top:20px;
}

.nl-loop .art-image {
	text-align: center;
}

.nl-loop .public {
	font-style: italic;
	margin-bottom:10px;
	
}



/**************SECTIONS***************/
.section-pane {
	
	
}

.section-pane:last-child {
	
}

.section-title {
	text-align: center;
	font-size:26px;
	font-weight: bold;
	color:#5980af;
	background: #E7E7E7;
	margin-bottom:15px;
	padding:10px;	
}

/****************gallery*********/
.gallery-item {
	padding:30px;
	background:#ebeef2;
	border-radius:6px;
	margin-bottom:30px;
	text-align: center;
}

.gallery-item img {
	border-radius:6px;
}

.gal-title {
	font-size:22px;
	color:#002859;
	font-weight:600;
	margin-bottom:10px;
	margin-top:25px;
	padding-top:15px;
	border-top: #ccd0d6 1px solid;
}

.gal-title a {
	color:#002859;
}

.gal-title a:hover {
	color:#5980af;
}
.meta-date {
	}



/***********USER AREA**************/

.entry form {
	background:#ebeef2;
	border-radius:12px;
	padding:30px;
	width:70%;
	margin:0 auto 40px auto;
}

.entry .um-form form {
	width:100%;
}

.entry form ul,
.entry form ul li {
	margin:0;
	padding:0;
	list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right:5px;
}

.pms-paygates-wrapper {
	margin-top:30px;
}

#pms-credit-card-information {
	margin-bottom:30px;
}

.entry #pms-paygates-wrapper h3 {
	color:#5980af;
}

.pms-form input[type="submit"],
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="button"]    {
	width: auto;
}

.pms-form-fields-wrapper {
	margin-top: 15px;
}

.pms-account-navigation-link--profile {
	display: none;
}

#pms-paygates-inner > label {
	padding-right: 80px;
	position: relative;
}

#pms-paygates-wrapper input[value="paypal_pro"]:after {
	position: absolute;
	right:0;
	top:0;
	content:"(via PayPal)";
	display: inline-block;
	font-size:16px;
	font-style: italic;

}


#pms-paygates-wrapper input[value="stripe_intents"]:after {
	position: absolute;
	right:0;
	top:0;
	content:"(via Stripe)";
	display: inline-block;
	font-size:16px;
	font-style: italic;

}


.profile-page-title {
	    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #002859;
	text-align: center;
}

#profile-menu {
	background:#04101e;
	padding:0 30px;
	}

#profile-menu li {
	display: inline-block;
	padding:5px 0;
}

#profile-menu li a {
	display: block;
	padding:5px 25px;
	color:#FFF;
	border-right:rgba(255,255,255, 0.2) 1px solid;
}

#profile-menu li a:hover {
	background:#04101e;
	color:#f6ab00;
}

#profile-menu .hello {
	color:#f6ab00;
	font-weight: bold;
}

#nl-details {
	margin:30px  auto;
	width:50%;
	background:#ebeef2;
	border-radius:12px;
	padding:20px;
}

#nl-details .title {
	text-align: center;
	font-size:22px;
	border-bottom:#ccd0d6 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
}

.nl-details li {
	margin-bottom:10px;
	font-weight: bold;
}

.nl-details li label {
	font-weight:400;
	margin-right:5px;
	width:90px;
}

.gfield_required {
	color:#F00;
}

.gform_validation_container {
	display: none;
}

.ginput_container_fileupload {
	margin:30px 0;
}

.ginput_container_fileupload span {
	font-size:16px;
}

.gform_footer {
	text-align: center;
}

.gform_footer input {
	font-size:22px;
	padding:9px 60px;
}

.gsection_title,
.entry h2.gsection_title {
	margin-top:30px;
	margin-bottom:15px;
	font-weight: bold;
	font-size:22px;
	
}

#field_3_19 .gsection_title {
	margin-top:0;
}


.gform_body li,
.entry .gform_body li {
	margin-bottom:10px;
}

.gfield_radio li,
.entry .gfield_radio li {
	display: inline-block;
	margin-right:10px;
}

.entry .gform_body li label {
	margin-bottom:5px;
}



.um input[type=submit].um-button, .um input[type=submit].um-button:focus, 
.um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
	background:#002859;
	
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
	background:#5980af;
	
}

input[type=submit].um-button, input[type=submit].um-button:focus {
	font-size:20px;
	
}

a.um-button {
	
	font-size:20px;
}


/************USERS SEARCH************/
#sform-area {
	padding:30px;
	margin-bottom:50px;
	border-radius:6px;
	background: #ebeef2;
}

#sform-area label {
	display: none;
}

#users-list {
}

#users-list .user-item {
	margin-bottom:30px;
	padding:30px 20px;
	border: #5980af 1px solid;
	border-radius:6px;
}

#users-list .user-item li {
	margin-bottom:10px;
}

#users-list .user-item label {
	color:#5980af;
	margin-right:5px;
}

.users-total {
	margin-bottom:20px;
}

.users-total label {
	margin-right:5px;
}

.users-total span {
	font-weight: bold;
}

.users-pagination {
	text-align: center;
	padding:20px 0;
}

.users-pagination ul li {
	display: inline-block;
	margin-right:3px;
	
}

.users-pagination ul li a {
	display: block;
	border:#E1E4E6 1px solid;
	padding:4px 8px;
}

.users-pagination ul li span {
	padding:4px 8px;
	font-weight: bold;
	border:#E1E4E6 1px solid;
	background:#E1E4E6;
}

.users-pagination ul li span.dots {
	border: none;
	background: none;
	font-weight: normal;
}
.users-pagination ul li a:hover {
	background:#E1E4E6;
}

.users-pagination ul li a.prev,
.users-pagination ul li a.next {
	border: none;
	background: none;
}

.users-pagination ul li a.prev:hover,
.users-pagination ul li a.next:hover {
	color: #5980af;
}

/*************CONTACT*********/
.acf-map {
	width:100%;
	min-height:500px;
}

#location {
	direction:ltr;

}

/**************************WIDGETS****************/

.widget-container {
	list-style: none;
}

.widget-container li {
	padding: 0;
	margin:0;
	list-style: none;
}

/****************SIDEBAR*************/
.side-wdg {
	background:#e2e5e9;
	border-radius: 6px;
	margin-bottom:30px;
}

.side-widget-title {
	padding:15px;
	border-radius:6px 6px 0 0;
	font-size:22px;
	font-weight: bold;
	color:#002859;
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #D8DADE),
	color-stop(0.48, #F2F3F5),
	color-stop(1, #D8DADE)
);
background-image: -o-linear-gradient(right, #D8DADE 0%, #F2F3F5 48%, #D8DADE 100%);
background-image: -moz-linear-gradient(right, #D8DADE 0%, #F2F3F5 48%, #D8DADE 100%);
background-image: -webkit-linear-gradient(right, #D8DADE 0%, #F2F3F5 48%, #D8DADE 100%);
background-image: -ms-linear-gradient(right, #D8DADE 0%, #F2F3F5 48%, #D8DADE 100%);
background-image: linear-gradient(to right, #D8DADE 0%, #F2F3F5 48%, #D8DADE 100%);
}

.side-wdg .sw-inner {
	padding:15px;
}

.side-wdg .details {
	text-align:center;
}

.nl-no {
	color:#c58b08;
	font-size:20px;
	font-weight: bold;
	margin-bottom:10px;
	
}

.side-wdg .more a {
	width:100%;
	text-align: center;
	background:#002859;
	border-radius:20px;
}

.nl-credit {
	margin:15px 0;
	font-size:15px;
	color:#717273;
}

.side-wdg .credit-img {
	width:60%;
	margin: auto;
}

.hg-imag {
	width:100%;
	margin-bottom:10px;
}

.s-title {
	font-size:15px;
	color:#717273;
	line-height:1.3;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	position: relative;
	z-index:1;
	padding-top:220px;
	margin-top:-200px;
	background:#002859;
	color:#FFF;
	font-size:14px;
	}

.footer-inner {
	
}



#footer a {
	color:#FFF;
}

#footer a:hover {
	color:#FFF;
}



.bottom {
	padding:15px 15px;
	}


.copyrights {
	text-align:left;
	}
.credits {
	text-align:right;
		}

.credits img {
	vertical-align:middle;
}

#footer .acc {
	text-align:center;
}

/***************group payment**********/
#group-form {
	margin:30px 0;
}

#group-form .gfield_label {
	display: none;
}

#group-form .gform_fields  {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#group-form .gfield {
	margin-bottom:7px;
	width:100%;
}


#group-form .gfield.half {
	width:49.5%;
}

#group-form .gfield.student{
	width:33%;
}

#group-form .gfield_price {
	margin:15px 0;
}

#group-form .gfield_price .gfield_label {
	display: block;
	font-weight: bold;
	margin-bottom:7px;
}

.ginput_product_price_wrapper {
	display: flex;
	align-items: center;
	margin-bottom:15px
}

.ginput_product_price_label  {
	padding-right:10px;
}

.ginput_product_price {
	width: auto;
}

#group-form .ginput_container_singleproduct {
	display: inline-block;
}

#group-form .gfield_description {
	display: inline-block;
	font-size:14px;
	font-style: italic;
	padding-left:15px;
}

.validation_message,
.validation_error {
	font-size:16px !important;
	color:#F00;
}

#group-form .display-label .gfield_label {
	display: block;
	font-weight: bold;
	color:#5980af;
	margin-bottom:10px;
}

.ginput_stripe_creditcard {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gfield_radio .gchoice {
	display: inline-block;
	margin-right:15px;
}

.ginput_stripe_creditcard .ginput_full {
	width:49%;
}

.ginput_stripe_creditcard .ginput_full label {
	font-size:16px;
	margin-bottom:5px;
	color:#797979;
}

