/*
    Theme Name: IEM
    Theme URI:
    Description: ML WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 3.0
    Tags: 
*/


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



html {
	line-height:1;
	}
	
body {
    font-size:16px;
	font-family: 'Simple Pro', sans-serif;
	background: #002147;
	line-height:1;
	margin:0;
	padding:0;
	color:#FFF;
	}

a {
    color: #ffef00;
    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:#ffef00;
}

a:focus, button:focus { 
    outline: none;
	
}

input,
textarea,
select  {
	border: #002147 1px solid;;
	width:100%;
	padding:10px 7px;
	color:#002147;
	background:#FFF;
	font-size:19px;
	
		
}


input[type="submit"] {
	cursor:pointer;
	display: inline-block;
    padding: 10px 35px;
    font-size: 19px;
     color: #002147;
   	border: #002147 1px solid;
	background:#FFF;
  
    webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
		
	-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="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: #002147;
}

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

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

:-ms-input-placeholder {  
      color: #002147;
}


#fixed-social {
	position: fixed;
	top:30%;
	right:50px;
	width:46px;
}

#fixed-social .social-icons {
	font-size:26px;
	
}

#fixed-social .social-icons a {
	display: inline-block;	
	color:#fff100;
	width:46px;
	height:46px;
	line-height:46px;
	text-align: center;
	font-size:26px;
	border-radius:100%;
	border:#fff100 1px solid;
	background:#002147;
	margin-bottom:10px;
	
	
	
}

#fixed-social .social-icons a:hover {
	color:#67d7d0;
	border:#67d7d0 1px solid;
	
	}

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

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

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

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

#acp-toggle-toolbar {
	display: none;
}


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

.container {
	position:relative;
}

#main {
	padding:30px;
	background:#FFF;
	color:#002147;
	margin-top:20px;
	
	}

#main-blue {
	padding:30px 0;
}
.section {
	padding:50px 0;
}

#menurow {
	position: relative;
	z-index:10;
	
	
}

.flex {
	display: flex;
}

.iconlink i {
	margin-left:5px;
}



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

.top-padding {
	height:120px;
}
#toprow{
	position: fixed;
	top:0;
	width:100%;
	padding:15px 0;
	z-index:800;
	background: #002147;
	height:120px;
	    border-bottom: #efe204 1px solid;
	-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
	
}

#toprow.reduced {
	height:70px;
}

.logo-1 {
	display: inline-block;
	float: left;
	border-right:#FFF 1px solid;
	padding-right:5px;
	margin-right:5px;
	
}

.logo-2 {
	display: inline-block;
	float: left;
	margin-right:30px;
	
}

#toprow .logo-small {
	width:0;
	height:0;
	-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#toprow.reduced .logo-big {
	width:0;
	height:0;
	-moz-transform: scale(0);
-webkit-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

#toprow.reduced .logo-big { 
	-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}

#toprow.reduced .logo-small {
	width: auto;
	height: 30px;
	-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}


#head {
	padding-top: 50px;
	display: flex;
  justify-content: flex-end;
  align-items: center;
}

#toprow.reduced #head {
	padding-top:0;
}

	
.topicons {
	display: inline-block;
	position: relative;
	top:-3px;
	text-align: center;
	vertical-align: middle;
}

.topicons li{
	position: relative;	
	line-height:24px;
	text-align: center;
	display: inline-block;	
	margin-right:-4px;
	margin-left:-4px;
}

.topicons li a {
	padding:0 13px;
	color:#efe204;
}

.topicons li span.sd {
	display: inline-block;
	color: #9fabba;
    font-size: 16px;
	position: relative;
	}


.topicons .menu-language-container {
	display: inline-block;
	
}

.topicons li.wpglobus-current-language {
	display: none;
}

.menu-language-container li {
	float: none;
	
}

.topicons .wpglobus_language_name {
	display: inline-block;
	position: relative;
	top:4px;
	padding:0;
	width:16px;
	height:12px;
	}
	
.menu-language li {
	position: relative;
	line-height:1;
}

.menu-language li:after {
	content:"|";
	position: absolute;
	right:-3px;
	top:0px;
	color: #9fabba;
    font-size: 16px;
	line-height:1;
}

.aicon_link  {
	display: none;
}

.topicons a.iconlink {
	display: inline-block;
	left: 0;
	top:5px;
	position: relative;
	
}

.topicons a.iconlink.acc {
	border-right: none;
}

#topimage {
	position:relative;
	width:100%;
	overflow: hidden;
	background: url(images/grey_bg.jpg) top center no-repeat;
	background-size:cover;
	min-height:337px;
	padding-top:170px;
	}
	
#topimage .topimg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: auto;
	z-index:0;

}



.toptitle  {
	font-size:50px;
	font-weight: 300;
	color:#000;
	line-height:1;
	}

#breadcrumbs {
	font-size:18px;
	margin-bottom:50px;
	color:#002147;
	font-weight: bold;
		}
		
	

#breadcrumbs a {
	color:#002147;
	}

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

#breadcrumbs i {
	padding:0 4px;
	color:#232323;
	font-weight: normal;
}

#video-container {
	position: relative;
}

.cover {
	position: absolute;
	top:0;
	left:0;
	z-index:20;
	cursor: pointer;
}



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

#menurow {
	display: flex;
  justify-content: flex-start;
  align-items: center;
	padding-left: 20px;
	padding-right:0px;
	
}

.menu-primary-container {
    position:relative;
   	z-index: 50;
	padding:0;
	text-align: center;
	display: inline-block;

   }
   
.menu-primary-container.yellow-menu {
	padding:0 5px;
	}


#menurow span {
	position: relative;
	display: inline-block;
	color:#9fabba;
	font-size:16px;
	top:-2px;
	
	}

#menurow span.sf-sub-indicator {
	display: none;
}

.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: 350px;
}


/* First Level - Menu Primary */


.menu-primary li a {
	font-size:19px;
	display:block;	
    padding: 10px 5px;
	text-transform: capitalize;
			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;	
	
	}
	
.blue-menu .menu-primary li a {
	color:#67d7d0;
}

	
.blue-menu .menu-primary li a:hover {
	 color:#67d7d0;
	
	
}

.yellow-menu .menu-primary li a {
	color:#ffef00;
}

	
.menu-primary.yellow-menu li a:hover  {
	 color:#ffef00;
	
	
}

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


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:370px;
	z-index:400;
	padding-top:15px;	
	padding-bottom:15px;	
			
}

.menu-primary li ul:before {
	 content: "\f0d8";
    font-family: FontAwesome;
	position: absolute;
	top:-23px;
	left:30px;
	font-size:35px;

}

.blue-menu .menu-primary ul {
	background:#67d7d0;
	color: #67d7d0;
}

.yellow-menu .menu-primary ul {
	background:#fff100;
	color: #fff100;
}

.yellow-menu .menu-primary li ul:before {
	color: #fff100;
}

.menu-primary li li {
	padding:0;
	text-align: left;
	border-bottom: #0e2050 2px solid;
}

.menu-primary li li.menu-item-has-children {
	border-bottom: none;
}

.menu-primary li li a {
	font-size:18px;
	color:#002147;
	padding:12px 15px;
	/*border-bottom: #0e2050 2px solid;*/
}

.menu-primary li li:last-child {
	border-bottom: none;
}
.menu-primary li li.menu-item-has-children:last-child a {
	/*border-bottom: #0e2050 2px solid;*/
}


.blue-menu .menu-primary li li a,
.yellow-menu .menu-primary li li a {
	color:#002147;
}

.menu-primary .sub-menu li a{
	font-weight: bold;
}

.menu-primary .sub-menu li.menu-item-has-children li a {
	font-weight: normal;
	border:none;
}


.menu-primary .sub-menu ul.sub-menu {
	position: relative;
	left:0;
	top:0;
	display: block !important;
	visibility: visible !important;
	padding:0;
	padding-bottom:10px;
	min-width:inherit;
	border-bottom:#0e2050 2px solid;
	
}


.menu-primary .sub-menu ul.sub-menu:before {
	display: none !important;
}
.menu-primary .sub-menu ul.sub-menu:after {
	display: none !important;
}

.menu-primary .sub-menu ul.sub-menu li {
	border-bottom: none;
}
.menu-primary .sub-menu ul.sub-menu li a {
	padding:5px 15px;
}
	

.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;
	background:#002147;
	color:#FFF;
	
		   
}

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



/* Menu Secondary
----------------------------*/

.menu-secondary-container {
    position:relative;
    z-index: 300;
	text-align: right;
}


.menu-secondary ul {
    min-width: 160px;
}

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

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #FFF;
    padding:5px 10px;
	text-decoration: none;
    font-size: 16px;
	
  }
 
 .menu-secondary li:last-child a {
	 border-left: none;
 }

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
    color: #0bb2f4;
    outline: 0;
}

/*****************SIDEMENU**********************/
.menu-sidemenu-container {
	position: relative;
}

.menu-sidemenu li {
	margin-bottom:10px;
	display: block;
	float: none;
}

.menu-sidemenu li a {
	display: inline-block;
	color:#002147;
	font-size:22px;
	font-weight: bold;
	text-decoration: underline #66d7d0;
	margin-bottom:15px;
}

.menu-sidemenu li a:hover,
.menu-sidemenu li.current-cat > a,
.menu-sidemenu li.current-menu-item > a {
	background:#ffef00;
}



.menu-sidemenu li ul {
	display: block !important;
	visibility: visible !important;
	position: relative;
	top: auto;
}

.menu-sidemenu li li a {
	font-size:17px;
	margin-bottom:0;
}


/***************************************HOMEPAGE*************************/
#slider-section {
	background:url(images/slider_bg.png) no-repeat;
	background-size: cover;
	z-index:100;
	
	
}

#mainslider {
	
}
.play {
	position: absolute;
	width:100%;
	text-align: center;
	top: 40%;
	left:0;
	z-index:200;
}

.play img {
	display: inline-block;
}

#info-section {
	border-top:#efe204 1px solid;
	border-bottom:#efe204 1px solid;
	}

#info-section #info {
	padding:0 75px;
}

#info-section .slick-next:after {
	content:"";
	width:26px;
	height:47px;
	background:url(images/arr-r.png) no-repeat;
}


#info-section .slick-prev:after {
	content:"";
	width:26px;
	height:47px;
	background:url(images/arr-l.png) no-repeat;
}


#info-section .info-item {
	border-right:#efe204 1px solid;
	padding:20px 20px;
	text-align: center;
	
}

#info-section .slick-list {
	border-right:#efe204 1px solid;
	border-left:#efe204 1px solid;
}


#info-section .info-item .i-title {
	font-size:50px;
	color:#67d7d0;
	font-weight:600;
	margin-bottom:10px;
	
}

#info-section .info-item:nth-child(odd) .i-title {
	color:#efe204;
}

.info-item .i-text {
	font-size:19px;
	line-height:1.3;
 }

#links-section {
}

#links-section .box-item {
	text-align: center;
	padding:0 20px;
}

#links-section  .box-title {
	font-size:24px;
	font-weight: bold;
	color:#67d7d0;
	margin-top:25px;
	background: none;
}

#links-section  .box-title a {
	color:#67d7d0;
}

#links-section  .box-title a:hover {
	color:#ffef00;
}

/*********GENERAL*******/

.no-img {
	display:block;
	
	
}

.no-img img {
		
		
}



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




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

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

.one-fifth {
	width:20%;
	float: left;
}


.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%;
}


.title {
    margin-bottom:30px;
    font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
}

.title .all {
	font-size:16px;
	color:#67d7d0;
	margin-left:10px;
	font-weight: normal;
}

.title .all:hover {
	color:#ffee00;
}
.page-title {
	font-size: 22px;
	font-weight:600;
		}

.page-title.w-padding {
	margin-bottom:20px;
}


.single-img.alignleft {
	position: relative;
	padding-right:30px;
	padding-bottom:30px;
	background:#FFF;
		
}

.single-img.alignright {
	position: relative;
	padding-left:30px;
	padding-bottom:30px;
	background:#FFF;
	
}



.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-top:30px;
	padding-top:20px;
	border-top:#eaeaea 1px solid;
	font-size:16px;
	
}
#share .txt {
	display: inline-block;
	position: relative;
	font-size:20px;
	font-weight:500;
	margin-right:20px;
	line-height:32px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	border-radius: 100%;
}

#related-list {
}

#related-list .title {
	font-size:24px;
}

#related-list .title .chunk2 {
	color:#232323;
}




.entry {
	line-height:1.5;
	font-size:19px;
}

.entry h1 {
	font-size:28px;
	color:#002147;
	margin-bottom:15px;
	font-weight:600;
	
}

.entry h2 {
	font-size:26px;
	color:#002147;
	margin-bottom:10px;
	font-weight:600;
	text-decoration: underline #67d7d0;
}
.entry h3 {
	font-size:24px;
	color:#002147;
	margin-bottom:10px;
	font-weight: bold;
	}

.entry h4 {
	font-size:24px;
	color:#67d7d0;
	font-weight: bold;
	margin-bottom:10px;
}

.entry h5 {
	font-size:22px;
	color: #424f5f;
	margin-bottom:10px;
	font-weight: bold;
}

.entry h6 {
	font-size:22px;
	color:#000;
	font-weight: 600;
	margin-bottom:10px;
}

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

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

.entry ul li {
	list-style: disc;
	margin-bottom:5px;
	
}

.entry .woocommerce ul,
.entry .woocommerce ul li {
	list-style: none;
}

.entry a {
	display: inline-block;
	color:#002147;
	border-bottom:#67d7d0 2px solid;
	padding-bottom:0px;
}


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

.entry a.button {
	color:#FFF;
	text-decoration: none;
}

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

.entry img.alignright {
	padding-left:20px;
	padding-bottom:20px;
}


.greyscale {	
	 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 */
}

.greyscale: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%);

}

.single-img {
	margin-bottom:30px;
	text-align: center;
}

.link-container {
	padding:20px 0;
}

.link-label {
	font-weight: bold;
}

.gs-link  {
	display: inline-block;
	padding:5px;
	background:#ffef00;
}



/***************boxes********************/

.box-item {
	margin-bottom:30px;
	display: block;
}

.box-title {
	padding:20px 10px;
	text-align: center;
	background:#67d7d0;
	font-size:23px;
	font-weight: bold;
	color:#002147;
}

.box-title a {
	color:#002147;
}

.box-item .icon {
	text-align: center;
	width:100%;
}

.tax-programm-cat .box-item .icon,
.research .box-item .icon {
	padding:25px 0;
}

.tax-programm-cat .box-title {
	padding:25px 10px;
}

.program-category-loop .box-item .icon {
	background:#ffef00;
}


/********pages*********/

#inner-slider {
	padding-bottom:20px;
}

#inner-slider .slick-dots {
	width:63%;
	right:0;
	left: auto;
}

#inner-slider .slick-dots button:after {
	font-size:12px;
}

#topslider {
	background:#FFF;
	position: relative;
}
#topslider .slider-image {
	float: right;
}

.title-area {
	position: absolute;
	left:0;
	bottom:0;
	width:30%;
	
}

.sl-title {
	color:#002147;
	font-size:54px;
	padding:30px 20px;
	font-weight: bold;
}

.sl-title .title-icon {
	width:30%;
	margin-bottom:15px;
}


/**********posts-loop***************/




.gallery-image {
	position: relative;
	margin-bottom:30px;
}

.gallery-image .plus {
	position: absolute;
	bottom:0;
	left:0;
	font-size:30px;
	width:44px;
	height:40px;
	line-height:40px;
	text-align: center;
	background:#000;
	color:#FFF;
	z-index:10;
	opacity:0.8;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.gallery-image:hover .plus {
	position: absolute;
	bottom:45%;
	opacity:1;
	}

.gallery-image img {
	}

#news-section {
	padding:30px 0;
	border-bottom: #efe204 1px solid;
}
.article {
	margin-bottom:30px;	
}


.art-image {
	position: relative;
	margin-bottom:15px;
		
	
}

.art-image img {
	display: block;
	webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
	
.art-image:hover img {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
	

}

.home-article .art-image {
	width:100%;
}


.art-img {
	margin-bottom:15px;
}

.art-inner {
	
}

.art-text {
	line-height:1.2;
}
.art-title {
	color:#FFF;
	font-size:19px;
	margin-bottom:10px;
	font-weight: bold;
	
}

.art-title .date {
	font-size:16px;
	color:#ffee00;
	margin-right:5px;
}

.art-title a {
	color:#FFF;
}

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

.art-title a span {
	color:#67d7d0;
}

.article .more {
	padding:10px 0;
	position: relative;
	}

.article .more a {
	 font-size: 16px;
    color: #66d7d0;
    
}

.article .more a:hover {
	color:#ffee00;
}

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

	

.post-title a {
	color: #a07e3f;
}

.post-title a:hover {
	color: #c0a266;
}

.more  {
	margin:10px 0;
}

.more a {
	color:#67d7d0;
	
	
}

.more a:hover {
	color:#ffef00;
	
}

.more i {
	display: inline-block;
	margin-left:3px;
}

.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;
}

/***************SINGLE POST***************/
.nav-mod {
	margin-bottom:30px;
}

.nav-mod .pagenav {
	font-size: 17px;
    display: inline-block;
    background: #67d7d0;
    padding: 5px 15px;
    color: #002147;
	margin-bottom:20px;
	font-weight: bold;
	width:80%;
}

.nav-mod .pagenav:hover {
	color:#FFF;
}

.next-post-module .pagenav {
	border-radius: 0 20px 20px 0;
}
.prev-post-module .pagenav {
	border-radius: 20px 0 0 20px;
}

.nav-mod .date {
	margin-bottom:10px;
}

.nav-mod .title a {
	font-size:19px;
	font-weight: bold;
	color:#002147;
}

.nav-mod .title a:hover {
	text-decoration: underline #67d7d0;
}

.single-post .meta-date {
	font-size:22px;
	margin-bottom:15px;
}

.single-post .page-title {
	font-size:30px;
}

/********************TESTI**********************/
#testi-section {
	background:url(images/bg_2.png) no-repeat;
	background-size: cover;
	border-bottom: #efe204 1px solid;
}

#testi-scroll .slick-dots {
	bottom: -20px;
}

.texti-area {
	background:rgba(0, 33, 71, 0.9);
	padding:15px;
}

.testi-item {
	text-align: center;
	margin-bottom:30px;
}

.t-img {
	position: relative;
	overflow: hidden;
	width:55%;
	margin:auto;	
	margin-bottom:30px;
	
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.t-img img {
		-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	
}

.t-hvr-img {
	position: absolute;
	left:0;
	top:0;
	opacity:0;
	z-index:2;
	
}

.t-img:hover .t-hvr-img {
	opacity:1;
    

}

.bq {
	padding:15px 0;
	
}
.bq img {
	display: inline-block;
}

.t-title {
	font-size:30px;
	color:#67d7d0;
	margin-top:15px;
	font-weight: bold;
}

.t-title a {
	color:#67d7d0;
}
.t-title a:hover  {
	color:#ffef00;
}

.testi-item .subtitle {
	font-size:24px;
	color:#ffef00;
	margin-bottom:15px;
}


.t-text {
	font-size:24px;
	font-style: italic;
}

#side-testi .testi-item {
	 background: #002147;
	 padding:10px;
	 text-align: inherit;
}

#side-testi .t-img {
	margin: 0 0 20px 0;
}

#side-testi .t-title,
#side-testi .subtitle {
	font-size:19px;
}

#side-testi .bq {
	text-align:inherit;
	padding:8px 0;
}

#side-testi .bq img {
	width:30px;
}

#side-testi .t-text {
	font-size:18px;
	font-style: italic;
	color:#FFF;
}


#testi-single {
	background: url(images/bg_2.png) no-repeat;
}

#testi-single #main-blue {
	background: rgba(0, 33, 71, 0.9);
	padding-left:30px;
	padding-right:30px;
}

.ts-title {
	font-size:26px;
	font-weight: bold;
	margin-bottom:30px;
}

#testi-single .bq {
	text-align: start;
	padding-bottom:15px;
}

#testi-single .subtitle {
	color:#ffef00;
	font-size:24px;
	margin-bottom:30px;
}

#testi-single .top-text {
	font-size:24px;
	line-height:1.3;
	font-style: italic;
	margin-bottom:30px;
}

#testi-single .entry *{
	color:#FFF;
}

/****************SECTIONS*****************/
#sections-nav li  {
	margin-bottom:10px;
}

#sections-nav li a {
	color:#002147;
	font-size:19px;
	border-bottom:#67d7d0 2px solid;
	line-height:1.4;
	}
	
#sections-nav li a:hover {
	background:#ffef00;
}

.sec-title {
	font-size:30px;
	font-weight: bold;
	margin-bottom:20px;
}

.page-title.side-position {
	margin-bottom:20px;
}

.page-title.xl {
	font-size:50px;
}

.content-section {
	padding-bottom:20px;
	background:url(images/sec_border.png) left bottom repeat-x;
	margin-bottom:30px;
}

.content-section a#sec-1.nava {
	display: block;
	position: relative;
	top:-100px;
	
	}
	
.page-id-305 #sections,
.page-id-305 .entry,
.page-id-305 #sections-nav {
	direction:ltr;
	text-align: left;
}



/**************SIDE MODULES****************/

.side-mod {
	position: relative;
	padding:10px;
	margin-bottom:40px;
}

.side-mod:after {
	position: absolute;
	bottom:-15px;
	left:0;
	content:"";
	display: block;
	height:10px;
	width:100%;
	background:url(images/sec_border.png) repeat-x;
}

.side-mod.no-border:after {
	display: none;
}

.side-mod.dark {
	background:#002147;
	color:#FFF;
}

.side-mod.light {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B5EBE7),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #B5EBE7 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #B5EBE7 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #B5EBE7 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #B5EBE7 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #B5EBE7 0%, #FFFFFF 100%);
	
}

.side-mod .side-img {
	margin-bottom:10px;
}

.side-mod .side-img img {
	width:100%;
}

.side-mod .side-title {
	font-size:19px;
	margin-bottom:10px;
	
}


.side-mod.dark a {
	color:#b5ebe7;
}
.side-mod.dark a:hover {
	text-decoration: underline;
}

.side-mod.light  {
	color:#002147;
}

.side-mod.light .side-title {
	font-weight: bold;
}



.side-mod.light .more a {
	color: #002147;
	text-decoration: underline #b5ebe7;
}

.side-mod.light .more a:hover {
	text-decoration: none;
}

.side-mod .date {
	font-size:16px;
	margin-bottom:8px;
}

.side-mod.dark .date {
	color:#ffef00;
	
}

.side-mod.txt-mod {
	font-size:19px;
	line-height:1.5;
}

.side-mod.bottomarrows-bg {
	padding-bottom:30px;
	background:#002147 url(images/arrows_bg.png) bottom center no-repeat;
}

.download-item .down-i {
	display: block;
	margin-bottom:10px;
}

.download-item label {
	font-weight: bold;
	display: block;
	
}

/****************BOXES PAGE*******************/
#students-boxes {
	padding: 0 50px;
}

#students-boxes .box-item {
	margin-bottom:30px;
}

#students-boxes  .box-title {
	padding:20px 10px;
	text-align: center;
	background:#67d7d0;
	font-size:23px;
	font-weight: bold;
	color:#002147;
}

.page-template-page-boxes #testi-section {
	border-top: #efe204 1px solid;
}

/*************FAQ****************/
#big-title {
	padding:50px 50px;
	font-size:50px;
	background:#FFF;
	color: #002147;
	font-weight: bold;
}

#big-title span {
	display: block;
	width:35%;
}

#faq {
	border-top:#002147 1px solid;
}

#faq article{
	border-bottom:#002147 1px solid;
}

.acc-title {
	padding:30px 0;
	
}

.acc-title .item-title {
	font-size:20px;
	font-weight: bold;
/* Galina Changes */
/*	width:90%; */
	width:95%;
/* END Galina Changes */
	
	float: right;
	padding-top:10px;
}

.acc-title .num {
	width:10%;
	float: left;
	padding-left:10px;
}

.acc-title .numbering  {
	font-size:50px;
	font-weight: bold;
	display: block;
}


.acc-title .num i {
	font-size:40px;
	display: none;
}

.is-open .acc-title .num i {
	display: inline-block;
}

#faq .beefup__body  {
	padding-left:10%;
	padding-right:0;
}

#faq .blue {
	background:#d1f3f1;
}

/**********************STAFF************************/
#staff-list {
	position: relative;
	margin-top:20px;
}

#staff-list .hide-border {
	position: absolute;
	bottom:0;
	height:2px;
	background:#FFF;
	width:100%;
	z-index:1;
}

.staff-item {
	border-right:#67d7d0 1px solid;
	border-bottom:#67d7d0 1px solid;
	padding:15px;
	
}

.last .staff-item {
	border-right: none;
}

.staff-img {
	margin-bottom:15px;
}

.staff-item .name  {
	font-size:20px;
	font-weight: bold;
	margin-bottom:5px;
}

.staff-item a {
	color:#002147;
}

.staff-item a:hover {
	text-decoration: underline #66d7d0;

}

.staff-item .position {
	font-size:20px;
	font-style: italic;
	margin-bottom:5px;
}

ul.staff-contact  {
	margin-top:15px;
/* Galina changes */
	width: max-content; /*for long EMAILs*/
/* END Galina changes */

}

ul.staff-contact li {
	margin-bottom:8px;
	line-height:21px;
}


ul.staff-contact li a:hover {
	text-decoration: none;
}

ul.staff-contact li i {
	display: inline-block;
	width:21px;
	height:21px;
	line-height:21px;
	text-align: center;
	font-size:16px;
	background:#002147;
	border-radius:100%;
	color:#FFF;
	margin-right:5px;
	/* Galina Changes */
	vertical-align: top;
	/*End Galina Changes */
}

ul.staff-contact li img {
	vertical-align:  bottom;
	margin-right:5px;
}

ul.staff-contact li a {
	color:#002147;
	
}

ul.staff-contact li span {
	border-bottom:#67d7d0 2px solid;
}

ul.staff-contact li.phone a {
	text-decoration: none;
}

.staff-single-info {
	margin-bottom:30px;
}

.single-staff .entry {
	margin-bottom:30px;
	direction:ltr;
	text-align: left;
}

.staff-single-info .side-img {
	text-align: center;
	margin-bottom:10px;
}

.staff-single-info .name {
	font-size:20px;
	font-weight: bold;
	margin-bottom:8px;
}

.staff-single-info .position {
	font-size:20px;
	font-style: italic;
	margin-bottom:8px;
}

.formatted-list {
	line-height:1.3;
	font-size:19px;
}

.formatted-list li {
	margin-bottom:10px;
}

.formatted-list a {
	display: inline-block;
    color: #002147;
    border-bottom: #67d7d0 2px solid;
    padding-bottom: 0px;
}

.single-staff #sections-nav  {
	border-top:#67d7d0 2px solid;
	padding-top:30px;
}

.single-staff .content-section {
	direction: ltr;
	text-align: left;
}

.mtooltip {
	position: relative;
}


.tooltip {
	background:#000;
	padding:10px;
	border-radius:4px;
	font-size:14px;
}



/****************AFFILIATES**************/
#aff-boxes {
	margin:40px 0;
}


#aff-boxes .icon {
	display: flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	padding:20px;
	background:#d5dade;

}

/***********PROGRAMS***********/
#program-contacts {
	margin-top:30px;
}

#program-contacts .title {
	margin-bottom:20px;
	font-weight: bold;
}

#program-contacts .subtitle {
	font-size:19px;
	font-weight: bold;
	margin-top:15px;
}

#program-contacts ul.staff-contact {
	margin-top:0;
}

.download-item.side-mod:after {
	display: none;
}


/**********************SEARCH*****************/


#flying-search.inactive {
	height: 0;
}
#flying-search {
	position:fixed;
	top: 0;
	width:100%;
	background:#ffef00;
	z-index:900;
	height:134px;
	overflow: hidden;
	-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;
}

#searchform {
	padding-top:20px;
	
}


#flying-search #search {
	position: relative;
   	background: none;
    padding:0px;
	padding-left:50px;

}

#flying-search input#s {
	float: right;
    background: none;
    border: 0;
    width: calc(100% - 96px);
    padding: 15px 15px;
    margin: 0;
	font-size:50px;
	font-weight: bold;
    outline: none;
	-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;

}

#flying-search button {
	position: absolute;
	left:0px;
	top:0px;
	background: none;
	border: none;
	border-right:#002147 1px solid;
	color:#002147;
	font-size:30px;
	padding:0;
	height:134px;
	line-height:134px;
	width:96px;
}

#flying-search .close-s{
	display: block;
	position: absolute;
	color:#667a91;
	font-size:50px;
	right:-30px;
	top: 0px;
	height:134px;
	line-height:134px;
	cursor: pointer;
	
}

/*****************search results****************/
#search-results {
	width:80%;   
}

.search-title {
	padding:30px 30px;
	background:#ffef00;
	font-size:30px;
	color: #002147;
}

.search-title span {
	font-weight: bold;
}

.results-group {
	margin-bottom:60px;
	
}

.results-group article:first-of-type {
	border-top: #bec5cb 1px solid;
}

.s-item {
	padding:20px 0;
	border-bottom:#bec5cb 1px solid;
}

.s-item a {
	color: #002147;
}

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

.sch-title {
	font-size:20px;
	font-weight: bold;
	}

.sch-title a {
	color: #002147;
}


.s-item .term  {
	margin-bottom:10px;
}

.s-item .term a {
	font-weight: bold;
}

.s-item.post .date {
	display: block;
	font-size:19px;
	margin-bottom:10px;
}

.s-item.tribe_events .date {
	display: inline-block;
	padding:5px 10px;
	font-weight: bold;
	margin-bottom:10px;
	background:#67d7d0;
}

.sch.no-img {
	background:#002147;
}

.sch-text {
	font-size:19px;
	line-height:1.4;
}

.noresults {
	font-size:26px;
	margin:15px 0;
}

.navigation {
	margin: 30px 0;
	text-align: center;
}

.navigation span,
.navigation a {
	display: inline-block;
	padding:5px 10px;
	color:#002147;
	border:#ECECEC 1px solid;
	margin-right:3px;
}

.navigation .current {
	background:#67d7d0;
}

.navigation a:hover {
	background:#e3fffd;
}

/***********************CONTACT***********************/
#divisions {
	padding-right:50px;
}

.division-item {
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:#d1d7db 1px solid;
	font-size:18px;
}

.dept-title {
	font-size:19px;
	font-weight: bold;
	margin-bottom:10px;
}

.division-item .c-text {
	margin-top:20px;
}

.division-item a {
	color:#002147;
}

.division-item .mail a {
	text-decoration: underline #67d7d0;
}

.division-item ul {
	
}
.division-item ul li {
	margin-bottom:10px;
}

.division-item ul li i {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    background: #002147;
    border-radius: 100%;
    color: #FFF;
    margin-right: 5px;
}

.division-item ul li img {
	 margin-right: 5px;
	 width:22px;
}

#maincontact {
	margin:30px 0 30px 0;
	padding-bottom: 50px;
    background: url(images/sec_border.png) left bottom repeat-x;

}

#maincontact label {
	display: none;
}

#maincontact .gform_body li {
	margin-bottom:10px;
}


#maincontact .gform_footer {
	text-align: right;
}

#maincontact .gform_footer input {
	width: auto;
}

.maparea {
	margin-top:30px;
	font-size:24px;
}

.maparea a {
	color:#002147;
}
.maparea a:hover {
	
}

.acf-map {
	width:100%;
	min-height:500px;
}


/*********************SIDEBAR**************/
.side-widget-title {
	font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  
}

.side-widget-title .chunk1 {
	color: #20afe8;
}

/**************************WIDGETS****************/

.widget-container {
	list-style: none;
}

.widget-container li {
	padding: 0;
	margin:0;
	list-style: none;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	position: relative;	
	color:#002147;
	font-size:15px;
	z-index:100;
	
	}

.footer-inner {
	background: #67d7d0;
	padding:30px 15px;

	
	
}



#footer a {
	color: #002147;
}

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


.logo-bottom {
	width:40%;
	float: left;
	padding:40px 20px 0 0;
	text-align: left;
}

.copyrights li {
	margin-bottom:15px;
	line-height:1.3;
	
}

#footer .menu-primary-container {
	text-align: start;
	display: block;
}

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

#footer .menu li a {
	font-size:17px;
	padding: 5px 0px;
	color:#002147;
	font-weight: bold;
}

#footer .menu li a:hover {
	text-decoration: underline;
}

#footer #menu-footer_2.menu li a {
	font-weight: normal;
}

.credits li {
	margin-bottom:15px;
	line-height:1.3;
}

#footer .social-icons {
	margin-bottom:40px;
	
	
}

#footer .social-icons a {
	display: inline-block;
	width:34px;
	height:34px;
	line-height:34px;
	text-align: center;
	font-size:22px;
	color:#67d7d0;
	background:#002147;
	border-radius:100%;
	margin-right:10px;
}

#scroll-top {
	position: fixed;
	bottom:10px;
	width:100%;
	z-index:1;
}

.gotop {
	position: absolute;
	display: inline-block;
	left:50px;
	bottom:10px;
}

.nicescroll-rails  {
	background:#334d6c;
	opacity:1 !important;
}

.nicescroll-cursors {
	background:#67d7d0 !important;
	border: #67d7d0 1px solid !important;
}




