/*
Theme Name: Responsive Mobile
Theme URI:
Description:
Author: Vsourz Digital
Author URI:
Version: 999.8
Text Domain: responsive-mobile
Tags: custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

	ADD CUSTOM CSS HERE
	===================
*/

/*+++++++++++++++++++++
		Fonts
+++++++++++++++++++++*/

/* LORA */
@font-face {
	font-family: 'lora';
	src: url('css/fonts/lora-bold-webfont.eot');
	src: url('css/fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/lora-bold-webfont.woff2') format('woff2'), url('css/fonts/lora-bold-webfont.woff') format('woff'), url('css/fonts/lora-bold-webfont.ttf') format('truetype'), url('css/fonts/lora-bold-webfont.svg#lorabold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'lora';
	src: url('css/fonts/lora-regular-webfont.eot');
	src: url('css/fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/lora-regular-webfont.woff2') format('woff2'), url('css/fonts/lora-regular-webfont.woff') format('woff'), url('css/fonts/lora-regular-webfont.ttf') format('truetype'), url('css/fonts/lora-regular-webfont.svg#loraregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

/* OPEN_SANS */
@font-face {
	font-family: 'opensans';
	src: url('css/fonts/opensans-bold-webfont.eot');
	src: url('css/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-bold-webfont.woff2') format('woff2'), url('css/fonts/opensans-bold-webfont.woff') format('woff'), url('css/fonts/opensans-bold-webfont.ttf') format('truetype'), url('css/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('css/fonts/opensans-light-webfont.eot');
	src: url('css/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-light-webfont.woff2') format('woff2'), url('css/fonts/opensans-light-webfont.woff') format('woff'), url('css/fonts/opensans-light-webfont.ttf') format('truetype'), url('css/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('css/fonts/opensans-regular-webfont.eot');
	src: url('css/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-regular-webfont.woff2') format('woff2'), url('css/fonts/opensans-regular-webfont.woff') format('woff'), url('css/fonts/opensans-regular-webfont.ttf') format('truetype'), url('css/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'opensans';
	src: url('css/fonts/opensans-semibold-webfont.eot');
	src: url('css/fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/opensans-semibold-webfont.woff2') format('woff2'), url('css/fonts/opensans-semibold-webfont.woff') format('woff'), url('css/fonts/opensans-semibold-webfont.ttf') format('truetype'), url('css/fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}

/* +++++++++++++++++++++
	Common Css
+++++++++++++++++++++ */
html {
	overflow-x: hidden;
}
body {
	font-family: 'opensans';
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color:#595959;
}

*:focus{
	outline: none;
}


a {
	color: #11a08a;
}

a:hover,
a:focus {
	color: #092a40;
	outline: none;
}

.inline-bk {
	display: inline-block;
	vertical-align: middle;
}
.grey{
	color: #929292;
}
.tbl{
	display: table;
	width: 100%;
	height: 100%;
}
.tbl-cell{
	display: table-cell;
	vertical-align: middle;
}
ul.list-typ1{
	margin:0px 0px 25px 0px;
	padding:0px;
	list-style:none;
}
ul.list-typ1 li{
	position:relative;
	padding-left:30px;
	padding-bottom:5px;
}
ul.list-typ1 li:last-child{
	padding-bottom:0px;
}
ul.list-typ1 li::before{
	width:4px;
	height:4px;
	background:#5a5a5a;
	border-radius:2px;
	position:absolute;
	content:"";
	left:10px;
	top:8px;
}
.page-financial-transparency .header-typ1{
	margin-bottom:20px;
}
.header-typ1, .entry-title.post-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #092a40;
}
.header-typ2{
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.8px;
	color: #092a40;
}
.header-typ3{
	font-family: 'lora';
	font-size: 19px;
	line-height: 26px;
	color: #000000;
}
/*********************
	Dot Dot Dot CSS
*********************/
.dotdotdot{
	overflow: hidden !important;
}

/*********************
	Pagination CSS
*********************/

.navigation {
    text-align: center;
    margin-top: 0;
	margin-top:30px;
}
.navigation ul,.custom-pagination {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-bottom: 0px;
}
.navigation ul li {
    float: left;
    margin-right: 5px;
}
.navigation ul li a,
.custom-pagination a,
.custom-pagination span {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #8d8d8d;
	width:30px;
	height:30px;
	line-height:30px;
	font-weight:bold;
	border-radius:30px;
}
.navigation ul li a:hover,
.navigation ul li.active a,
.custom-pagination a:hover,
.custom-pagination span.current {
    background-color: #092a40;
    color: #fff;
}
/* Breadcrumb */
.breadcrumb-list, #breadcrumbs{
	padding: 6px 18px;
	background-color: #f1f1f1;
	margin-bottom: 35px;
}
#breadcrumbs a{
	color: #ef8a1b;
}
#breadcrumbs a:hover{
	color: #11a08a;
}
#breadcrumbs span{
	font-size: 12px;
	line-height: 23px;
	text-align: left;
	color: #929292;
}
/* +++++++++++++++++++++
	Header Section
+++++++++++++++++++++ */
/* Top Header Section */
.top-header-section ul {
	padding: 0;
	margin: 0;
}

.top-header-section li {
	display: inline-block;
	list-style-type: none;
}

.top-header-section a .phone-icon,
.top-header-section a .mail-icon{
	background-image: url('images/phone.svg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 21px;
	width: 20px;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.top-header-section a .mail-icon{
	background-image: url('images/mail.svg');
}
.top-header-section .contact-sec li{
	margin-right: 25px;
}
.top-header-section .contact-sec li:last-child{
	margin-right: 15px;
}
.contact-sec a.grey {
    font-size: 16px;
    font-weight: 400;
    color: #595959;
}
.contact-sec a.grey:hover{
	color: #11a08a;
}
.contact-sec .join-epi .btn-typ1{
	text-transform: none;
	font-size: 11px;
	font-family: 'opensans';
	font-weight: 600;
	color: #092a40;
}
.contact-sec .join-epi .btn-typ1:hover{
	color: #FFF;
}
.top-header-section .contact-sec .search-link{
	background-image: url('images/search.svg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	/* display: inline-block;
	vertical-align: middle; */
}
.top-header-section .social-sec li{
	margin: 0 5px;
}
.top-header-section .social-sec li:last-child{
	margin-right: 0;
}
.top-header-section .social-sec .join-epi{
	margin-right: 30px;
}
.top-header-section .social-sec .product-cart{
	margin-left: 15px;
}
.top-header-section .social-sec a{
	font-size: 18px;
	color: #092a40;
}
.top-header-section .social-sec a:hover{
	color: #11a08a;
}

.top-header-section .social-sec .product-cart a > i{
	margin-right: 7px;
}
#secondary-header{
	padding-top: 45px;

}
/* main navigation */
#main-menu-container{
	background-color: transparent;
}
#mobile-nav-button{
	background: #092a40;
	position: relative;
    z-index: 1111;
}
#main-navigation{
	text-align: center;
	background-color: #092a40;
}
#main-navigation .main-nav > ul{
	text-align: center;
}
#main-navigation .main-nav > ul > li{
	display: inline-block;
	float: none;
/* 	margin-bottom: -4px; */
}
#main-navigation .main-nav > ul > li > a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.3px;
	line-height: normal;
}
#main-navigation .main-nav > ul > li > a:hover,
#main-navigation .main-nav > ul > li > a:focus,
#main-navigation .main-nav > ul > li.current-menu-item > a,
#main-navigation .main-nav > ul > li.current-menu-ancestor > a,
#main-navigation .main-nav ul li > ul > li.current-menu-ancestor > a{
	color: #ef8a1b;
}
#main-navigation .main-nav ul li > ul.sub-menu{
	text-align: left;
	background-color: #092a40;
	top: 48px;
	padding-bottom: 8px;
    border-top: 1px solid #999;
    padding-top: 5px;
}

#main-navigation .main-nav ul li > ul.sub-menu a{
	color: #fff;
}
#main-navigation .main-nav ul li > ul.sub-menu a:hover,
#main-navigation .main-nav ul li > ul.sub-menu a:focus,
#main-navigation .main-nav ul li > ul.sub-menu li.current-menu-item > a{
	color: #ef8a1b;
}
/* +++++++++++++++++++++
	box-typ1 Box
+++++++++++++++++++++ */
.box-typ1{
	margin-bottom: 20px;
}
.box-typ1-inner{
	background-color: #f1f1f1;
	height: 100%;
}
.box-typ1-inner .image{
	position: relative;
}
.box-typ1-inner .box-typ1-doc-type{
	background-color: #092a40;
	font-size: 13px;
	font-weight: 700;
	line-height: 38px;
	padding: 0 13px;
	color: #ffffff;
	position: absolute;
	z-index: 10;
	display: inline-block;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
}
.box-typ1-inner .box-typ1-doc-type a{
	color: #fff;
}
.box-typ1-inner .box-typ1-doc-type a:hover{
	color: #ef8a1b;
}
.box-typ1-inner .box-content{
	padding: 30px 34px 40px;
}
.box-typ1-inner .box-content .box-typ1-research{
	font-size: 13px;
	font-weight: 600;
	color: #092a40;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.box-typ1-inner .box-content .box-typ1-research a{
	color: #092a40;
}
.box-typ1-inner .box-content .box-typ1-research a:hover{
	color:#11a08a;
}
/* .box-typ1-inner .box-content .box-typ1-research a{
	color: #092a40;
} */
.box-typ1-inner .box-content .box-typ1-date{
	font-size: 13px;
	font-weight: 600;
	color: #929292;
	margin-bottom: 12px;
}
.box-typ1-inner .box-content .box-typ1-title{
	font-family: 'lora';
	font-size: 19px;
	color: #000000;
	margin-bottom: 15px;
	min-height:110px;
	line-height: 26px;
}
.box-typ1-inner .box-content .box-typ1-title.event-title{
	min-height: inherit;
}
.box-typ1-inner .box-content .box-typ1-title a{
	font-family: 'lora';
	font-size: 19px;
	line-height: 26px;
	color: #000000;
}
.author .box-typ1-inner .box-content .box-typ1-title a{
	text-transform: none;
	font-weight: normal;
}
.box-typ1-inner .box-content .box-typ1-title a:hover{
	color: #11a08a;
}
.box-typ1-inner .box-content .box-typ1-author{
	color: #929292;
	font-size: 13px;

}
.box-typ1-inner .box-content .box-typ1-author > span,
.box-typ1-inner .box-content .box-typ1-author > span a{
	font-size: 13px;
	font-weight: 600;
	color: #ef8a1b;
	text-transform: uppercase;
}
.box-typ1-inner .box-content .box-typ1-author > span a:hover{
	color: #11a08a;
}

/* +++++++++++++++++++++
	   Home Page
+++++++++++++++++++++ */
.home-page-section{
	padding: 0px 0 70px;
}
.home-page-section .title-section{
	margin-bottom: 20px;
}
.home-page-section .title-section .header-typ1{
	margin-top: 8px;
}
/* Banner Section */
.banner-inner .row{
	margin: 0;
}
.banner-inner .row > div{
	padding:0 ;
}
.banner-inner .publication-research-banner-slider {
	margin-bottom: 0;
}
.banner-inner .slick-dots{
	position: absolute;
	width:100%;
	bottom: 18px;
	padding:0px;
	margin:0;
	text-align: left;
}
.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title{
	min-height: auto;
}
.publication-research-banner-slider .box-typ1-inner .box-content{
	padding: 15px 0px 45px;
}
.publication-research-banner-slider .box-typ1-inner{
	background-color: transparent;
	border-bottom: 3px solid #f1f1f1;
}
.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title,
.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title a{
	font-size: 22px;
	line-height: 30px;
}
.publication-research-banner-slider .box-typ1-inner .box-header{
	margin-bottom: 15px;
}
.publication-research-banner-slider .box-typ1-inner .box-header .inline-bk{
	margin-bottom: 0;
	padding-right: 7px;
	margin-right: 5px;
	border-right: 1px solid #929292;
	line-height: 14px;
}
.publication-research-banner-slider .box-typ1-inner .box-header .inline-bk:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
.publication-research-banner-slider .box-typ1-inner .box-typ1-doc-type{
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px;
}
.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title{
	padding-right: 10px;
}
.publication-research-banner-slider .box-typ1-inner .on-banner.box-typ1-title{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=0 );
	position: absolute;
	bottom: 0;
	padding: 70px 20px 25px;
	left: 0;
	right: 0;
}
.publication-research-banner-slider .box-typ1-inner .on-banner .box-typ1-doc-type{
	background: transparent;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	line-height: normal;
	position: static;
}
.publication-research-banner-slider .box-typ1-inner .on-banner.box-typ1-title .box-typ1-doc-type .doc-typ-name{
	display: inline-block;
	background-color: #092a40;
	font-size: 13px;
	text-transform: capitalize;
	font-family: 'opensans';
	padding: 4px 10px;
	letter-spacing: 1px;
	font-weight: normal;
}
.publication-research-banner-slider .box-typ1-inner .on-banner.box-typ1-title .box-typ1-doc-type a:hover{
	background-color: #ef8a1b;
	color: #fff;
}
.publication-research-banner-slider .box-typ1-inner .image-outer{
	position: relative;
}
.publication-research-banner-slider .box-typ1-inner .on-banner.box-typ1-title a{
	display: block;
	font-family: 'lora';
	font-size: 19px;
	color: #000000;
	line-height: 26px;
	color: #fff;
}
.publication-research-banner-slider .box-typ1-inner .on-banner.box-typ1-title a:hover{
	color: #fff;
}
.banner-inner .aboutus-inner{
	background-color: #11a08a;
}
.banner-inner .aboutus-inner .about-us-content{
	color: #fff;
	padding: 20px 25px 20px 25px;
}
.banner-inner .aboutus-inner .about-us-content ul{
	padding: 0 20px;
	margin: 15px 0;
	color: #fff;
}
.banner-inner .aboutus-inner .about-us-content ul li{
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	font-weight: 300;
}
.banner-inner .aboutus-inner .about-us-content h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 22px;
}
.banner-inner .aboutus-inner .about-us-content h3{
	font-family: 'lora';
	font-size: 18px;
	line-height: 26px;
}
.banner-inner .aboutus-inner .about-us-content p{
	font-family: 'lora';
	font-size: 17px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 50px;
}
.banner-inner .aboutus-inner .about-us-content p:last-child{
	margin-bottom: 0;
	margin-top: 50px;
}
.banner-inner .slick-dots li:first-child{
	margin-left: 0;
}
/* Newsletter Section */
.home-page-section.newsletter-section,.widget-newsletter.newsletter-section{
	padding: 50px 0;
	margin-bottom: 60px;
	background-color: #11a08a;
	color: #fff;
}
.newsletter-section .header-typ2{
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.newsletter-section .base-text{
	color: #fff;
}
.newsletter-section .newsletter-btn{
	text-align:right;
	margin-top:25px;
}
.newsletter-section .newsletter-btn .btn-typ2{
	padding:0 75px;
}
.newsletter-section .row{
	margin: 0 -40px;
}
.newsletter-section .row .spc{
	padding: 0 40px;
}

/* Newsletter Form */
.newsletter-form{
	position: relative;
}
.newsletter-form .wysija-input{
    background-color: #FFFFFF;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: 600;
    letter-spacing: 1px;
}
.newsletter-form .wysija-paragraph{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:49%;
	margin-right: 1.5%;
	margin-bottom:22px;
}
.newsletter-form form p:first-child{
	margin-bottom:25px;
}
.newsletter-form .wysija-paragraph:nth-child(2n + 1){
	margin-right:0;
}
.newsletter-form .wysija-submit{
	background-color: #11a08a;
    color: #fff;
    border-color: #11a08a;
	display: block;
    text-align: center;
	padding: 0 60px;
    height: 47px;
    line-height: 44px;
    text-transform: uppercase;
	font-size: 13px;
    font-family: 'opensans';
    letter-spacing: 1px;
    font-weight: 600;
	border-radius:24px;
	margin-right: 18px;
	margin-top:10px;
}
.newsletter-form .wysija-submit:hover{
	background-color: #092a40;
    border-color: #092a40;
}
.newsletter-form .formError{
	top: 100% !important;
    right: 0 !important;
    height: 22px;
    left: auto !important;
    overflow: hidden;
}
.newsletter-form .formError .formErrorContent{
	border: 0px;
	padding: 0 10px;
	line-height: 22px;
	width:156px;
}
.newsletter-form .wysija-checkbox-label{
	color: #595959;
    font-weight: normal;
    text-transform: none;
	font-size: 14px;
	line-height:20px;
}
.newsletter-form .wysija-paragraph:nth-child(6){
	margin-bottom: 12px;
    margin-right: 0;
    width: auto;
    margin-top: 5px;
}

/* News and Comments section */
.news-comment-section{
	background-color: #11a08a;
	padding: 63px 0 70px;
	margin-bottom: 40px;
	color: #fff;
}
.news-box .news-box-inner{
	padding: 20px 35px;
}
.news-box .news-title{
	font-family: 'lora';
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 30px;
	height:80px;
}
.news-box .news-title a{
	color:#FFF;
}
.news-box .news-title a:hover{
	color:#092a40;
}
.news-comment-section .title-section .header-typ1.white{
	color: #fff;
}
.news-box .news-published{
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
}
.news-box.slick-active:first-child .news-box-inner{
	padding-left: 0;
}
.news-box{
	border: 1px solid transparent;
}
.news-box.slick-active{
	border-right-color: #5eb4a6;
}
.news-box.slick-active:last-child{
	border-right: 0;
}
.news-box .news-published > div {
	border-left: 1px solid #fff;
	margin-left: 5px;
	padding-left: 5px;
}
.news-box .news-published > div:first-child{
	border-left: 0;
	margin-left: 0px;
	padding-left: 0px;
}
/* Research Area Section */
.home-page-section.research-area-section{
	padding: 0;
	margin-bottom: -10px;
}
.home-page-section.research-area-section .title-section{
	margin-bottom: 10px;
}
.category-box .category-box-inner{
	padding: 50px;
	position: relative;
	z-index: 98;
	text-align: center;
	background-color: #f1f1f1;
	height: 100%;
	border-left: 1px solid #ddd;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	   -moz-transition: transform .3s ease-in-out;
	    -ms-transition: transform .3s ease-in-out;
	     -o-transition: transform .3s ease-in-out;
	        transition: transform .3s ease-in-out;
}
.category-box.slick-active .category-box-inner{
	border-left: 1px solid #ddd;
}
.research-area-slider .slick-track{
	padding: 10px 0;
}
.research-area-slider .arrows{
	width: 42px;
  	height: 42px;
  	display: inline-block;
  	background-color: #092a40;
  	background-repeat: no-repeat;
  	background-position: center center;
  	position: absolute;
  	top: 50%;
  	margin-top: -21px;
  	z-index: 100;
  	border-radius: 30px;
}
.research-area-slider .arrows:hover{
	cursor: pointer;
	background-color: #11a08a;
}
.research-area-slider .arrows.arrow-left{
	left: 20px;
	background-image: url('images/arrow-left.svg');
}
.research-area-slider .arrows.arrow-right{
	background-image: url('images/arrow-right.svg');
	right: 20px;
}
.category-box .category-box-inner:hover{
	z-index: 99;
	position: relative;
	background-color: #092a40;
	color: #fff;
	cursor: pointer;
	border-left: 0;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	   -moz-transition: transform .3s ease-in-out;
	    -ms-transition: transform .3s ease-in-out;
	     -o-transition: transform .3s ease-in-out;
	        transition: transform .3s ease-in-out;
	-webkit-transform: scale(1.07);
	   -moz-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	     -o-transform: scale(1.07);
	        transform: scale(1.07);
}
.category-box .category-box-inner .image{
	max-width: 60px;
	max-height: 60px;
}
.category-box .category-box-inner a.img-link{
	display:inline-block;
	/* height:100%; */
	margin: 0 auto 15px;
	border: 2px solid #11a08a;
	border-radius: 50px;
	padding: 15px;
}

.category-box .category-box-inner .img-link.img-link-white,
.category-box .category-box-inner:hover .img-link.img-link-green{
	display: none;
}
.category-box .category-box-inner:hover a.img-link{
	border-color: #fff;
}
.category-box .category-box-inner:hover .img-link.img-link-white{
	display: inline-block;
}
.category-box .category-box-inner:hover .image{
	border-color: #fff;
}

.category-box .category-box-inner .image-white,
.category-box .category-box-inner:hover .image-green{
	display: none;
}
.category-box .category-box-inner:hover .image-white{
	display: block;
}
.category-box .research-area-name{
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1px;
	color: #11a08a;
	min-height: 54px;
	text-transform: uppercase;
}
.category-box .research-area-name a{
	color: #11a08a;
}
.category-box .research-area-name a:hover{
	color:#092a40;
}
.category-box .category-box-inner:hover .research-area-name{
	color: #fff;
}
.category-box .category-box-inner:hover .research-area-name a{
	color: #fff;
}
.category-box  .category-box-inner .research-area-name a:hover{
	color: #11a08a;
}

/* Upcoming Events */
.event-box{
	background-color: #e2dfd8;
}
.event-box .event-content-inner{
	padding: 45px 50px 45px 40px;
}
.event-box .image{
	background-size: cover;
	background-position: center center;
	height: 100%;
}
.event-box .event-title-sec{
	margin-bottom: 20px;
}
.event-box .event-title{
	font-family: 'lora';
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	font-weight: normal;
}
.event-box .event-title:hover{
	color:#11a08a;
}
.event-box .author{
	margin-bottom: 25px;
}
.event-box .author > span{
	color: #ef8a1b;
	text-transform: capitalize;
}
.event-box .date-section{
	margin-bottom: 30px;
}
.event-box .date-section .media-body{
	font-size: 13px;
	font-weight: 600;
	color: #092a40;
}
.event-box .date-section .media{
	margin-top: 5px;
}
.event-box .date-section .media.media-location .media-body{
	text-transform: uppercase;
}
.event-box .date-section .media img{
	max-width: initial;
}
/* +++++++++++++++++++++
	Default slick dots
+++++++++++++++++++++ */
.slick-dots{
	width:100%;
	bottom: 18px;
	padding:0px;
	margin:0;
	text-align: center;
	margin-top: 30px;
}
.slick-dots li button {
	font-size: 0px;
	line-height: 0px;
	border: none;
	background: none;
}
.slick-dots li {
	list-style: none;
	width: 10px;
	line-height: 9px;
	background: #e2dfd8;
	display: block;
	display: inline-block;
	border-radius: 10px;
	margin: 0px 5px;
	height: 10px;
	cursor:pointer;
}
.slick-dots li.slick-active {
	background: #092a40;
}


/* +++++++++++++++++++++
	Footer Section
+++++++++++++++++++++ */
.home #footer{
	margin-top: 0;
}
#footer{
	background-color: #f1f1f1;
}
#footer-widgets-container a{
	color: #808080;
}
#footer-widgets-container .menu a{
	color: #000;
}

#footer-widgets-container a:hover,
#footer-widgets-container .footer-contact-section ul li a:hover,
#footer-widgets-container ul li.current-menu-item a{
	color: #11a08a;
}
#footer-widgets-container ul li{
	width: 48%;
	display: inline-block;
	border: 0;
	padding-bottom: 0;
}
#footer-widgets-container ul li a{
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
}
#footer .widget-title{
	display: none;
	margin: 0;
	padding: 0;
	color: #444;
}
.colophon-widget{
	padding: 0;
}
.colophon-widget .newsletter-section{
	margin-bottom: 45px;
	margin-top: 0px;
}
.archive .colophon-widget .newsletter-section,.single .colophon-widget .newsletter-section,.page-template .colophon-widget .newsletter-section{
	margin-bottom: 0;
}
.archive #footer,.single #footer,.page-template #footer{
	margin-top: 0px;
}
footer .footer-widget .widget-title .widget-header{
	color: #444;
}
#footer-base .copyright{
	color: #767676;
	font-family: 'lora';
}
.footer-widget{
	margin-bottom: 0;
}
.footer-contact-section .footer-icon > img{
	max-width: inherit;
}
.footer-contact-section .media-left{
	padding-right: 20px;
}
.footer-contact-section .contact-no .media-left{
	padding-right: 15px;
}
.footer-contact-section {
	color: #808080;
}
.footer-contact-section a{
	color: #808080;
}
.footer-contact-section a:hover{
	color: #11a08a;
}
.footer-contact-section ul{
	margin: 25px 0 0 0;
	padding: 0;
}
.footer-contact-section ul li{
	display: inline-block;
	width: auto;
	margin: 0 7px;
}
.footer-contact-section ul li:first-child{
	margin-left: 0;
}
.footer-contact-section ul li a{
	font-size: 18px;
	color: #092a40;
}
.footer-contact-section ul li a:hover,
.footer-contact-section ul li a:focus,
.footer-contact-section ul li.current-menu-item a{
	color: #11a08a;
}
.copyright-menu{
	padding-left: 0px;
	list-style-type: none;
}
.copyright-menu li{
	margin: 0 5px;
	display: inline-block;
	line-height: normal;
}
.copyright-section a{
	color: #ef8a1b;
}
.copyright-section .copyright a{
	color: #767676;
}
.copyright-section a:hover{
	color: #11a08a;
}
/* +++++++++++++++++++++
  Publication listing
+++++++++++++++++++++ */
.archive-publications .entry-header{
	display: none;
}
.archive-publications .header-typ1{
	margin-bottom: 20px;
}
.listing-page-research-box{
	margin-bottom: 40px;
}
.listing-page-research-box .media img{
	max-width: inherit;
}
.listing-page-research-box .research-area-category .spc{
	margin-bottom: 20px;
}
.listing-page-research-box .category-box-link {
	padding: 10px;
	background-color: #f1f1f1;
	display: block;
}
.listing-page-research-box .category-box-link:hover{
	background-color: #092a40;
	color: #fff;
}
.listing-page-research-box .image-section{
	padding: 7px 10px;
}
.listing-page-research-box .media .image-white{
	display: none;
}
.listing-page-research-box .category-box-link:hover .image-white{
	display: block;
}
.listing-page-research-box .category-box-link:hover .image-green{
	display: none;
}
.listing-page-research-box .category-box-link .research-area-name{
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #11a08a;
	text-transform: uppercase;
	margin: 0;
	line-height: 18px;
}
.listing-page-research-box .category-box-link:hover .research-area-name{
	color: #fff;
}
/* +++++++++++++++++++++++++
  Default Detail page
++++++++++++++++++++++++++ */

.detail-page-content p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #4b4b4b;
}
.detail-page-content h2,
.detail-page-content h3,
.detail-page-content h4{
	font-family: 'lora';
	font-size: 20px;
	line-height: 26px;
	color: #303030;
	font-weight: normal;
	margin-top: 30px;
}
.detail-page-content h3{
	font-size: 17px;
	line-height: 23px;
}
.detail-page-content h4{
	font-size: 15px;
	line-height: 22px;
}
/* +++++++++++++++++++++++++
  Publication Detail page
++++++++++++++++++++++++++ */
.publication-detail-page .title-sec{
	background-color: #f1f1f1;
	margin-bottom: 50px;
}
.publication-detail-page .title-sec .single-title{

}
.publication-detail-page .title-sec .single-title-content{
	padding: 40px;
}
.publication-detail-page .title-sec .categories{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	color: #929292;
	margin-bottom: 25px;
}
.publication-detail-page .title-sec .categories .research-area-cat{
	color: #092a40;
	padding-right: 5px;
	border-right: 1px solid #929292;
	margin-right: 2px;
}
.publication-detail-page .title-sec .categories .research-area-cat a{
	color: #092a40;
}
.publication-detail-page .title-sec .categories .research-area-cat a:hover{
	color: #929292;
}
.publication-detail-page .title-sec .single-title-date{
	font-size: 13px;
	font-weight: 600;
	color: #929292;
	margin-bottom: 5px;
}
.publication-detail-page .title-sec .categories a{
	color: #929292;
}
.publication-detail-page .title-sec .categories a:hover{
	color: #092a40;
}
.publication-detail-page .title-sec .single-title{
	font-family: 'lora';
	font-size: 22px;
	line-height: 1.36;
	color: #000000;
	font-weight: normal;
	padding-bottom: 40px;
	margin: 0 0 40px 0;
}
.publication-detail-page .title-sec .image{
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.publication-detail-page .apss-social-share .apss-share-text{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 10.4px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #092a40;
	text-transform: uppercase;
	opacity: 1;
}
.publication-detail-page .apss-theme-6 .apss-single-icon{
	margin-bottom: 0;
}
.apss-theme-6 .apss-single-icon .fa{
	font-size: 18px;
}
.apss-theme-6 .apss-single-icon .fa,
.apss-theme-6 .apss-single-icon .fa:hover{
	color: inherit;
}
.publication-detail-page .apss-theme-6 .apss-single-icon a:hover .fa{
	color: inherit;
}
.publication-detail-page .apss-theme-6 .apss-single-icon a{
	padding: 0;
	margin: 0;
	float: none;
	color: #092a40;
	height:35px;
	line-height:35px;
}
.publication-detail-page .apss-theme-6 .apss-single-icon a:hover,
.publication-detail-page .apss-theme-6 .apss-single-icon a:focus{
	color: #ef8a1b;
}
.publication-detail-page .apss-theme-6 .apss-single-icon a::before,
.publication-detail-page .apss-theme-6 .apss-single-icon a::after{
	content: none;
}
.publication-detail-page .print-sec .download-text{
	display: inline-block;
	line-height: 35px;
	vertical-align: middle;
	color: #092a40;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.publication-detail-page .print-sec .download-icon{
	height: 35px;
	width: 35px;
	background: url('images/download-blue.svg')no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}
.publication-detail-page .print-sec .download-icon:hover{
	background-image: url('images/download.svg');
}
.publication-detail-page .print-sec .mail-icon {
	height: 35px;
	width: 35px;
	background: url('images/mail-blue.svg')no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}
.publication-detail-page .print-sec .mail-icon:hover{
	background-image: url('images/mail-orange.svg');
}
.publication-detail-page .social-section-content-bottom{
	margin-top: 30px;
	padding: 20px 30px 13px;
	background-color: #f1f1f1;
	min-height: 72px;
}
.publication-detail-page .footernotes-section{
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.publication-detail-page .footernotes-section > div:first-child{
	margin-top: 65px;
}
.publication-detail-page .footernotes-section .footernotes,
.publication-detail-page .footernotes-section .reference{
	padding-top: 15px;
	border-top: 1px solid #979797;
	margin-top: 15px;
}
.publication-detail-page .footernotes-section li{
    font-size:12px;
}
/**News Listing Page**/
.archive-news .box-typ1-inner{
	background:#FFF;
}
.archive-news .box-content{
	padding:15px 0px;
}
.archive-news .box-typ1-date-section div{
	display:inline-block;
	padding:0px 6px;
	position:relative;
}
.archive-news .box-typ1-date-section div:first-child{
	padding-left:0px;
}
.archive-news .box-typ1-date-section div:last-child{
	padding-right:0px;
}
.archive-news .box-typ1-date-section .box-typ1-author::after{
	width:1px;
	height:14px;
	top:2px;
	left:-2px;
	background:#929292;
	content:"";
	position:absolute;
}
.archive-news .box-typ1-inner .box-content .box-typ1-title{
	min-height:82px;
}

/* +++++++++++++++++++++++++
  News Detail page
++++++++++++++++++++++++++ */
.news-detail-page .title-sec{
	background-color: #f1f1f1;
	margin-bottom: 50px;
}
.news-detail-page .title-sec .single-title{

}
.news-detail-page .title-sec .single-title-content{
	padding: 40px;
}
.news-detail-page .title-sec .categories{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	color: #929292;
	margin-bottom: 20px;
}
.news-detail-page .title-sec .categories .research-area-cat{
	color: #092a40;
	padding-right: 5px;
	margin-right: 2px;
	line-height:19px;
}
.news-detail-page .title-sec .categories .research-area-cat a{
	color: #092a40;
}
.news-detail-page .title-sec .categories .research-area-cat a:hover{
	color:#11a08a;
}
.news-detail-page .title-sec .single-title-date{
	font-size: 13px;
	font-weight: 600;
	color: #929292;
	margin-bottom: 5px;

}
.news-detail-page .title-sec .single-title{
	font-family: 'lora';
	font-size: 22px;
	line-height: 1.36;
	color: #000000;
	font-weight: normal;
	margin: 0 0 40px 0;
	min-height:85px;
}
.news-detail-page .title-sec .image{
	height: 100%;
	/*background-size: cover;*/
	background-color:#e8e8e8;
	background-position: center center;
	background-repeat: no-repeat;
}
.news-detail-page .apss-social-share .apss-share-text{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 10.4px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #092a40;
	text-transform: uppercase;
	opacity: 1;
}
.news-detail-page .apss-theme-6 .apss-single-icon{
	margin-bottom: 0;
}
.news-detail-page .apss-theme-6 .apss-single-icon a:hover .fa{
	color: inherit;
}
.news-detail-page .apss-theme-6 .apss-single-icon a{
	padding: 0;
	margin: 0;
	float: none;
	color: #092a40;
	height:35px;
	line-height:35px;
}
.news-detail-page .apss-theme-6 .apss-single-icon a:hover,
.news-detail-page .apss-theme-6 .apss-single-icon a:focus{
	color: #ef8a1b;
}
.news-detail-page .apss-theme-6 .apss-single-icon a::before,
.news-detail-page .apss-theme-6 .apss-single-icon a::after{
	content: none;
}
.news-detail-page .social-section-content-bottom{
	margin-top: 30px;
	padding: 20px 30px 13px;
	background-color: #f1f1f1;
	min-height: 72px;
}
/*********************
	Team Page CSS
**********************/
/* team Type 2 */
.team-page{
	overflow: hidden;
}
.team-rel-2 {
	position: relative;
}
/**** Isotope Filtering ****/

.team2 .isotope-item {
	z-index: 2;
}
.team2 .isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.team2 .isotope, .team2 .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.team2 .isotope {
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-ms-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
}
.team2 .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.team2 .isotope.no-transition, .team2 .isotope.no-transition .isotope-item, .team2 .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.team2_long_image {
	padding: 0px;
}
.team2 ul#filters {
	padding: 0;
	margin: 0;
	margin-bottom:20px;
}
.team2 ul#filters li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom:10px;
}
.team2 ul#filters li:last-child{
	margin-right:0px;
}
.team2 ul#filters li .base-text{
	display: inline-block;
	text-transform: uppercase;
	padding:12px 25px;
	border-radius: 100px;
	border: solid 2px #11a08a;
	font-family: 'opensans';
	font-weight:600;
	color:#11a08a;

}
.team2 ul#filters li .base-text.active, .team2 ul#filters li .base-text:hover {
	background:#11a08a;
	color:#FFF;
}
.team2 #team2 img {
	margin: 0px;
	width: 100%;
}
.team-page .team-box-inner{
	background:#092a40;
	padding:25px 30px 30px;
	text-align:center;
	margin-bottom:20px;
}
.team-box-title{

}
.team-box-title{
	padding-bottom:7px;
	font-family: 'opensans';
	font-weight:600;
	text-transform:uppercase;
	font-size:13px;
	color:#ef8a1b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
}
.team-box-title a{
	color:#ef8a1b;
}
.team-box-title a:hover{
	color:#FFF;
}
.team-designation{
	font-family: 'opensans';
	font-size:13px;
	color:#FFF;
	height:65px;
}
.team-page .view-btn-sec .btn-typ1{
	color:#FFF;
	letter-spacing:0.8px;
	border: solid 2px #FFF;
}
.team-page .view-btn-sec .btn-typ1:hover{
	border: solid 2px #11a08a;

}

/*********Team Detail Page*********/
.col-padding-left{
	padding-left:60px;
}
.single-team-typ1 .header-typ1{
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color:#FFF;
}
.single-team-typ1 .team-detail-outer{
	background:#092a40;
	margin-bottom:25px;
}
.single-team-typ1 .team-detail-outer .team-con-detail{
	padding:30px;
}
.single-team-typ1 .team-single-thumb img{
	width:100%;
}
.single-team-typ1 .designation{
	font-size: 12px;
	color: #FFF;
	padding-top:7px;
	text-transform: uppercase;
}
.single-team-typ1 .team-contact-sec{
	margin-top:20px;
}
.single-team-typ1 .phone-num{
	margin-bottom: 15px;
}
.single-team-typ1 .contact-link{
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	cursor: pointer;
}

.single-team-typ1 .contact-link:hover{
	color: #ef8a1b;
}
.single-team-typ1 .contact-link .fa{
	color: #FFF;
	margin-right: 15px;
	font-size: 15px;
	line-height: 20px;
}

/******Event Listing Page CSS*******/
.archive-events .flexheight-box{
	margin-bottom:20px;
}
.archive-events .event-box{
	background:#e2dfd8;
	height:100%;
}
.archive-events .box-content{
	padding:40px;
}
.archive-events .box-typ1-title{
    font-family: 'lora';
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 12px;
	/*height: 110px;*/
}
.archive-events .box-typ1-title a{
	color: #000000;
}
.archive-events .box-typ1-title a:hover{
	color:#11a08a
}
.archive-events .event-box .images a{
	display:block;
}
.archive-events .event-box .images img{
	width:100%;
}
.archive-events .event-box .author{
	margin-bottom:20px;
}
.archive-events .event-box .date-section .media-body{
	vertical-align:middle;
}
.archive-events .event-box .date-section .media-location .media-body{
	text-transform: uppercase;
}

.archive-events .event-box .date-section .media{
	margin:0px 0px 10px;
}
.archive-events .event-box .date-section{
	margin-bottom:27px;
}
.archive-events .event-box .btn-sm{
	height:47px;
	line-height:47px;
	font-size:13px;
	font-weight:600;
	background:#11a08a;
	border-color:#11a08a;
}
.archive-events .event-box .btn-sm:hover{
	background-color: #092a40;
	border-color: #092a40;
}
.archive-events .event-slider-section{
	margin-bottom:45px;
}
.archive-events .event-slider-section .row{
	margin-left:0px;
	margin-right:0px;
}
.archive-events .event-slider-section .col-md-6{
	padding-left:0px;
	padding-right:0px;
}
.archive-events .event-slider-section .event-content{
	background:#11a08a;
	min-height:470px;
	box-sizing:border-box;
	padding:40px;
	font-family: 'lora';
	font-weight:400;
	font-size:17px;
	line-height:24px;
	color:#FFF;
}
.archive-events .event-slider-section .event-content p{
	margin-bottom:15px;
}
.archive-events .event-slider-section .event-content a{
	font-weight:bold;
	color:#FFF;
}
.archive-events .event-slider-section .event-content a:hover{
	color:#092a40;
}
.archive-events .header-typ2{
	font-size:14px;
	letter-spacing:0.8px;
	line-height:normal;
	margin-bottom:20px;
}
.archive-events .rss-inner-page-slider-1 .slick-dots li.slick-active{
	background:#11a08a;
}
/* +++++++++++++++++++++++++
  Events Detail page
++++++++++++++++++++++++++ */
.event-detail-page .title-sec{
	background-color: #e2dfd8;
	margin-bottom: 50px;
}
.event-detail-page .title-sec .single-title-content{
	padding: 40px 40px 30px;
}
.event-detail-page .title-sec .categories{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	color: #929292;
	margin-bottom: 20px;
}
.event-detail-page .title-sec .categories .research-area-cat{
	color: #092a40;
	padding-right: 5px;
	border-right: 1px solid #929292;
	margin-right: 2px;
}
.event-detail-page .title-sec .single-title-date{
	font-size: 13px;
	font-weight: 600;
	color: #929292;
	margin-bottom: 20px;

}
.event-detail-page .title-sec .single-title{
	font-family: 'lora';
	font-size: 19px;
	line-height: 26px;
	color: #000000;
	font-weight: normal;
	padding-bottom: 40px;
}
.event-detail-page .title-sec .image{
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.event-detail-page .apss-social-share .apss-share-text{
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 10.4px;
	font-weight: 700;
	letter-spacing: 0.8px;
	color: #092a40;
	text-transform: uppercase;
	opacity: 1;
}
.event-detail-page .apss-theme-6 .apss-single-icon{
	margin-bottom: 0;
}
.event-detail-page .apss-theme-6 .apss-single-icon .fa{
	font-size: 18px;
}
.event-detail-page .apss-theme-6 .apss-single-icon .fa,
.event-detail-page .apss-theme-6 .apss-single-icon .fa:hover{
	color: inherit;
}
.event-detail-page .apss-theme-6 .apss-single-icon a:hover .fa{
	color: inherit;
}
.event-detail-page .apss-theme-6 .apss-single-icon a{
	padding: 0;
	margin: 0;
	float: none;
	color: #092a40;
	height:35px;
	line-height:35px;
}
.event-detail-page .apss-theme-6 .apss-single-icon a:hover,
.event-detail-page .apss-theme-6 .apss-single-icon a:focus{
	color: #ef8a1b;
}
.event-detail-page .apss-theme-6 .apss-single-icon a::before,
.event-detail-page .apss-theme-6 .apss-single-icon a::after{
	content: none;
}
.event-detail-page .print-sec .download-text{
	display: inline-block;
	line-height: 35px;
	vertical-align: middle;
	color: #092a40;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.event-detail-page .print-sec .download-icon{
	height: 35px;
	width: 35px;
	background: url('images/download-blue.svg')no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}
.event-detail-page .print-sec .download-icon:hover{
	background-image: url('images/download.svg');
}
.event-detail-page .print-sec .mail-icon {
	height: 35px;
	width: 35px;
	background: url('images/mail-blue.svg')no-repeat center center;
	display: inline-block;
	vertical-align: middle;
}
.event-detail-page .print-sec .mail-icon:hover{
	background-image: url('images/mail-orange.svg');
}
.event-detail-page .social-section-content-bottom{
	margin-top: 30px;
	padding: 20px 30px 13px;
	background-color: #f1f1f1;
	min-height: 72px;
}
.event-detail-page .single-title-content .author{
	color: #929292;
	font-size: 13px;
	margin-bottom:80px;
}
.event-detail-page .single-title-content .author span{
	font-weight: 600;
	/*color: #ef8a1b;*/
}
.event-detail-page .single-title-content .author span a{
	color: #ef8a1b;
	text-transform:none;
	text-transform: uppercase;
}
.event-detail-page .single-title-content .author span a:hover{
	color: #11a08a;
}
.event-detail-page .contact-detail-sec{
	background:#092a40;
	padding:25px 30px;
	margin-bottom:32px;
}
.event-detail-page .contact-detail-sec .detail-title{
	font-weight:600;
	text-transform:uppercase;
	color: #ef8a1b;
}
.event-detail-page .date-section{
	margin-bottom: 20px;
}
.event-detail-page .date-section .media-body{
	font-size: 12px;
	color: #FFF;
	vertical-align:middle;
	line-height:normal;
}
/*.event-detail-page .date-section .media-body.date{
	white-space:nowrap;
}*/
.event-detail-page .date-section .media-location .media-body{
	text-transform: uppercase;
}
.event-detail-page .media{
	margin-top: 15px;
}
.event-detail-page .media img{
	max-width: initial;
}
.event-detail-page .contact-detail-sec .btn-sm{
	display:block;
	background:none;
	border: solid 2px #ffffff;
	height:47px;
	line-height:45px;
	letter-spacing:1px;
	font-weight:400;
	font-size:13px;
}
.event-detail-page .contact-detail-sec .btn-sm:hover{
	background:#ef8a1b;
	border: solid 2px #ef8a1b;
}
.event-detail-page .con-organiser-section{
	padding:0px 30px 55px;
}

.event-detail-page .con-organiser-section .btn-sm{
	display:block;
	background:none;
	border: solid 2px #11a08a;
	height:47px;
	line-height:45px;
	letter-spacing:1px;
	font-weight:400;
	font-size:13px;
	color:#11a08a;
}
.event-detail-page .con-organiser-section .btn-sm:hover{
	background:#11a08a;
	border: solid 2px #11a08a;
	color:#FFF;
}
.event-detail-page .contact-outer .header-typ2{
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.8px;
	margin-bottom:7px;
}
.event-detail-page .detail-page-content{
	margin-bottom:50px;
}
.event-detail-page .title-sec .date-section.top-section{
	margin-bottom: 80px;
}
.event-detail-page .title-sec .date-section.top-section .media{
	margin-top: 0px;
}
.event-detail-page .title-sec .date-section.top-section .media .media-body{
	color: #092a40;
}
/***Event Speaker Section***/
.event-speaker-section{
	margin-bottom:20px;
}
.event-speaker-section .box-type4{
	padding-top:0px;
	height:100%;
	margin-bottom:0px;
}
.event-speaker-section .flexheight-box{
	margin-bottom:20px;
}
.event-speaker-section .box-type4.blue .box-type-inner{
	height:100%;
	padding:0px;
}
.event-speaker-section .box-type-inner .speaker-image img{
	width:100%;
}
.event-speaker-section .box-type4 .box-content{
	padding:30px;
}
.event-speaker-section .btn-sm{
	border:2px solid #FFF;
	background:none;
	line-height:34px;
	height: 38px;
	padding:0px 35px;
}
.event-speaker-section .box-type4 .avatar-title{
	font-weight:600;
	color:#ef8a1b;
	margin-bottom:10px;
}
.event-speaker-section .box-type4 .avatar-post{
	min-height:65px;
}
.event-speaker-section .btn-sm:hover{
	background-color: #ef8a1b;
	border-color: #ef8a1b;
}
.event-detail-page .header-typ2{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
	line-height:normal;
}
/****Event partner Section****/
.event-partner-section .our-partner-typ2 .image{
	/*text-align:center;
	max-height:166px;*/

}
.event-partner-section .our-partner-typ2 .image img{
	/*max-width:100%;
	max-height:140px;*/
}
/***Job Listing Page***/
.archive-job .job-box-outer{
	padding:30px 40px 40px;
	background:#f1f1f1;
	margin-bottom:20px;
}
.archive-job .box-typ1-title{
	font-family: 'lora';
	font-size: 19px;
	color: #000000;
	max-width:275px;
	margin-bottom:20px;
}
.archive-job .box-typ1-title a{
	color: #000000;
}
.archive-job .box-typ1-title a:hover{
	color:#11a08a;
}
.archive-job .date-section {
    margin-bottom: 20px;
}
.archive-job .date-section .media {
    margin: 0px 0px 7px;
}
.archive-job .date-section .media img {
    max-width: initial;
}
.archive-job .date-section .media-body {
    font-size: 13px;
    font-weight: 600;
    color: #092a40;
	vertical-align:middle;
}
.archive-job .job-detail-sec{
	font-size:13px;
	font-family: 'opensans';
	font-weight:600;
	/*color:#929292;*/
	line-height:20px;
	margin-bottom:20px;
}
.archive-job .job-detail-sec div{
	margin-bottom:8px;
}
.archive-job .job-detail-sec div:last-child{
	margin-bottom:0px;
}
.archive-job .view-more-btn .btn-sm{
    height: 47px;
    line-height: 45px;
    font-size: 13px;
    font-weight: 600;
	background:#11a08a;
	border-color:#11a08a;
	padding: 0 30px;
}
.archive-job .view-more-btn .btn-sm:hover{
	background:#ef8a1b;
	border-color:#ef8a1b;
}
/*****Job Details Page******/
.job-single .job-details-box{
	background: #092a40;
	padding: 25px 30px;
	margin-bottom: 32px;
}
.job-single .job-details-box .detail-title{
	font-weight: 600;
	text-transform: uppercase;
	color: #ef8a1b;
	font-size:15px;
	margin-bottom:15px;
}
.job-single .job-details-inner{
	font-size: 13px;
	color: #FFF;
}
.job-single .job-details-inner div{
	margin-bottom:15px;
}
.job-single .job-details-inner div:last-child{
	margin-bottom:0px;
}
.job-single .job-details-inner span{
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
	color: #ef8a1b;

}
.job-single .header-typ1{
	margin-bottom:20px;
}
.job-single .contact-outer .header-typ2{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.8px;
	margin-bottom: 7px;
}
.job-single .contact-outer .box-type5{
	text-align:left;
	color:#FFF;
}
.job-single .contact-outer .box-type5 div{
	margin-bottom:15px;
}
.job-single .contact-outer .box-type5 div:last-child{
	margin-bottom:0px;
}
.job-single .contact-outer .box-type5 span{
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
	font-weight:600;
	color: #FFF;
}
.job-single .contact-outer .box-type5 a{
	color:#FFF;
}
.job-single .contact-outer .box-type5 a:hover{
	text-decoration:underline;
}
/* Common Space */
/*.about-us-template-outer{
	padding-bottom: 30px;
}
.post-type-archive-team .site-content,.post-type-archive-jobs .site-content{
	padding-bottom: 30px;
}*/
.single .site-content,.archive .site-content,.page-template .site-content{
	padding-bottom: 30px;
}


/* GDPR CSS */
.wpgdprc .wpcf7-wpgdprc {
    display: block;
}
.wpgdprc span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    position: relative;
    padding-left: 20px;
}
.wpgdprc span.wpcf7-list-item input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 0;
}
.wpgdprc span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
}
.wpgdprc .wpcf7-not-valid-tip {
    position: static !important;
    display: inline-block !important;
    margin-top: 5px;
    margin-left: 20px;
}


/*+++++++++++++++
Fonts For Use

font-family: 'opensans';
font-family: 'lora';
+++++++++++++++++*/
/* +++++++++++++++++++++
	Responsive CSS
+++++++++++++++++++++ */

@media (max-width: 1199px) {
	/* Header Section */
	#secondary-header{
		padding-top: 33px;
	}
    .top-header-section .contact-sec li{
    	margin-right: 10px;
    }
    .top-header-section .social-sec li {
	    margin: 0 5px;
	}
	.header-search{
		left: 20px;
    	top: 70px;
	}
	.top-header-section .social-sec a{
		font-size: 16px;
	}
	.contact-sec a.grey{
		font-size: 14px;
	}
	header .header-right-widget{
		margin-left: 0px;
	}
	/* Box-typ2 */
	.box-typ1-inner .box-content .box-typ1-title{
		font-size: 16px;
	}
	.box-typ1-inner .box-content .box-typ1-title,
	.box-typ1-inner .box-content .box-typ1-title a{
		font-size: 16px;
	}
	/* Banner Section */
	.banner-inner .aboutus-inner{
		min-height: auto;
	}
	.banner-inner .aboutus-inner .about-us-content{
		padding: 20px;
	}
	.banner-inner .aboutus-inner .about-us-content p{
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}
	.banner-inner .aboutus-inner .about-us-content p:last-child{
		margin-top: 20px;
	}
	/* Newsletter Section */
	.newsletter-section .row{
		margin: 0 -10px;
	}
	.newsletter-section .row .spc{
		padding: 0 10px;
	}
	/* Publication detail page */
	.publication-detail-page .title-sec .categories .inline-bk{
		display: block;
		margin-bottom: 5px;
	}
	.publication-detail-page .title-sec .categories .research-area-cat{
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}
	.publication-detail-page .title-sec .single-title{
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.publication-detail-page .title-sec	.print-sec{
		/*text-align: left ;*/
	}
	/* News detail page */
	.news-detail-page .title-sec .categories .inline-bk{
		display: block;
		margin-bottom: 5px;
	}
	.news-detail-page .title-sec .categories .research-area-cat{
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
	}
	.news-detail-page .title-sec .single-title{
		padding-bottom: 20px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	/*****Event Page Design******/
	.archive-events .event-slider-section .event-content{
		padding: 30px;
		font-size: 16px;
	}
	.event-slider-section .event-content p{
		margin-bottom:10px;
	}
	.event-slider-section .event-content{
		line-height:23px;
		padding:30px 30px 20px;
	}
	.event-detail-page .con-organiser-section{
		padding:0px 0px 30px;
	}
	.event-detail-page .contact-detail-sec { padding: 25px 15px;}
	.event-detail-page .date-section .media-body {font-size: 11px;}
}
@media (max-width: 991px) {
	/* Header Section */
	#secondary-header{
		padding-top: 25px;
	}
	#main-navigation .main-nav > ul{
		display: none;
		margin: 0;
		position: absolute;
	    top: 0;
	    left: 0;
	    background: #092a40;
	    right: 0;
	    z-index: 999;
	    text-align: left;
	}
	#main-navigation .main-nav > ul >li{
		display: block;
	}
	#main-navigation .main-nav ul li > ul.sub-menu{
		padding-top: 0px;
		padding-bottom: 0px;
		border: 0px;
	}
	#main-navigation .main-nav .sub-menu li a{
		padding-left: 25px;
		font-size: 13px;
		line-height: 19px;
	}
	#main-navigation .main-nav ul li > ul.sub-menu{
		margin-bottom: 5px;
		background-color: rgba(255,255,255,0.15);
	}
	#main-navigation.menu-open .main-nav ul{
		display: block;
	}
	#main-navigation{
		text-align: left;
		position: relative;
	}
	#main-navigation ul li:first-child{
		border-top: 1px solid #999;
	}
	.header-search{
		left: 20px;
		top: 66px;
	}
	.top-header-section ul.contact-sec a span:last-child{
		font-size: 0;
	}
	/* home page */
	.home-page-section{
		padding-bottom: 40px;
	}
	.banner-inner .row > div{
		height: auto !important;
	}
	.home-page-section.research-area-section{
		margin-bottom: 0;
	}
	.btn-section{
		padding: 30px 0;
	}
	.news-comment-section .slick-dots,
	.publication-research-section-slider .slick-dots{
		position: static;
	}
	.event-box .event-title{
		font-size: 16px;
		line-height: 22px;
	}
	.news-box.slick-active{
		border-right-color: transparent ;
	}
	.news-box.slick-current{
		border-right-color: #5eb4a6;
	}
	.home-page-section .title-section{
		text-align: center;
		margin-bottom: 35px
	}
	.event-box .event-content-inner{
		padding: 30px;
	}
	.publication-research-banner-slider .box-typ1-inner{
		border-bottom-color: transparent;
	}
	/*****Event Page Design******/
	.archive-events .event-slider-section .event-content{
		min-height:auto;
	}
	.event-slider-section .event-content{
		min-height:inherit;
	}
	.event-detail-page .col-padding-right{
		padding-right:10px;
	}
	.event-detail-page .single-title-content .author{
		margin-bottom:30px;
	}
	/* home page research section */
	.research-area-slider .arrows.arrow-left{
		left: 20px;
	}
	.research-area-slider .arrows.arrow-right{
		right: 20px;
	}
	
	/* Footer Section */
	#footer-widgets-container ul li a{
		font-size: 11px;
	}
	.footer-contact-section{
		font-size: 12px;
	}
	/* Team page */
	.col-padding-left{
		padding-left: 40px;
	}
	/* Detail page */
	.publication-detail-page .print-sec .download-icon{
		width: 19px;
		margin-right: 5px;
	}
	.publication-detail-page .title-sec .single-title-content{
		padding: 25px;
	}
	.publication-detail-page .apss-theme-6 .apss-single-icon a{
		height: 20px;
		width: 20px;
		line-height: 20px;
	}
	.publication-detail-page .print-sec .download-icon,.publication-detail-page .print-sec .mail-icon{
		height: 20px;
		width: 20px;
	}
	.publication-detail-page .print-sec .download-text{
		line-height: 25px;
	}
	/* Related product sidebar */
	.related-product-sidebar .media-body .box-typ1-title a {
	    font-size: 11px;
	    line-height: 15px;
	    margin-bottom: 10px;
	}
	/* Event Detail Page */
	.event-detail-page .title-sec .single-title-content{
		padding: 30px;
	}
	.event-detail-page .apss-theme-6 .apss-single-icon a{
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	.event-detail-page .print-sec .download-icon,.event-detail-page .print-sec .mail-icon{
		height: 25px;
		width: 25px;
	}
	.event-detail-page .print-sec .download-text{
		line-height: 25px;
	}
	
	/* Newsletter */
	.newsletter-section .header-typ2, .newsletter-section .base-text, .newsletter-section .newsletter-btn{
		text-align: center;
	}
	.newsletter-section .base-text{
		max-width:500px;
		margin:0px auto;
	}
}
@media (max-width: 767px) {
	.breadcrumb-list, #breadcrumbs{
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	/* Header Section */
	#main-menu{
		padding-left: 0;
		padding-right: 0;
	}
	.top-header-section ul.social-sec li{
		display: none;
	}
	.top-header-section ul.social-sec li.product-cart{
		display: inline-block;
	}
	.top-header-section .contact-sec li{
		margin-right: 7px;
	}
	#search-open{
		margin: 0;
	}
	.top-header-section .social-sec .product-cart{
		margin-left: 0px;
	}
	#secondary-header {
		padding-top: 18px;
	}
	.header-search{
		left: auto;
		right: 50px;
		top: 52px;
	}
	#widgets.right-sidebar{
		margin-top: 50px;
	}
	#widgets.left-sidebar{
		margin-bottom: 0;
	}
	.about-us-template-outer #widgets{
		margin-top: 0px;
	}
	.contact-box{
		margin-top: 30px;
	}

	/* Footer Section */
	#footer .widget-title{
		display: block;
	}
	footer .footer-widget .widget-title .widget-header{
		color: #092a40;
	}
	/* Common detail page */
	.sidebar-detail-page{
		max-width: 350px;
		margin: 0 auto;

	}
	/* box-typ1 */
	.box-typ1{
		width: 50%;
		float: left;
	}
	.box-typ1-inner .box-content {
		padding: 30px 20px;
	}
	/* Home page */
	.home-page-section{
		padding-bottom: 30px;
	}

	.banner-inner .box-typ1{
		width: 100%;
		float: none;
	}
	.event-box .image{
		min-height: 350px;
	}
	.category-box .category-box-inner{
		padding: 30px;
	}
	.news-box .news-box-inner{
		padding: 10px;
	}
	.category-box .research-area-name{
		min-height: 36px;
	}
	/* Detail Page */
	.publication-detail-page .title-sec .image{
		min-height: 320px;
	}

	/* news Page */
	.news-detail-page .title-sec .single-title{
		min-height:50px;
	}
	.news-detail-page .title-sec .image{
		min-height: 250px;
	}
	/******* Team Page CSS*******/
	.team2_image, .team2_long_image {
		width: 50%;
	}
	.team2 .team2-item{
		margin-left: -1px;
		margin-right: -1px;
	}
	.team2 ul#filters li{
		margin-right:5px;
	}
	.team2 ul#filters li .base-text{
		font-size:12px;
		padding:8px 15px;
	}
	/*****Team Detail Page*****/
	.col-padding-left {
	    padding-left: 10px;
	}
	.single-team-typ1 .col-padding-left {
	    padding-left: 40px;
	}
	.single-team-typ1 .img-responsive{
		margin: auto;
	}
	/****Event Listing Page***/
	.archive-events .box-content{
		padding:20px;
	}
	.event-detail-page .title-sec .image{
		height:250px;
	}
	.event-detail-page .title-sec .single-title-content{
		padding:30px;
	}
	.event-detail-page .social-section-content-bottom{
		margin-bottom:30px;
	}
	/* Event Detail Page */
	.event-detail-page .title-sec .single-title{
		padding-bottom: 20px;
	}
	.event-detail-page .title-sec .date-section.top-section {
	   margin-bottom: 50px;
	}
	/****Job Detail Page****/
	.job-single .contact-outer .box-type5{
		margin-bottom:30px;
	}
	/* Home page research and area section */
	.research-area-slider .arrows{
		top: -20px;
		width: 30px;
	    height: 30px;
	    background-size: 9px;
	}
	.research-area-slider .arrows.arrow-left{
		/*left: auto;
		right: 60px;*/
	}
	.research-area-slider .arrows.arrow-right{
		right: 20px;
	}
	/* Sidebar */
	#widgets.sidebar .widget-title,
	.event-detail-page .contact-outer .header-typ2{
		text-align: center;
	}
	
	/* Newsletter Section */
	.newsletter-form .wysija-paragraph{
		width:auto;
		display:block;
		margin-right:0;
	}
	.newsletter-form small{
		display: block;
    	margin-top: 20px;
    	line-height: 20px;
	}
	.contact-map-wrap .container{padding-left: 0; padding-right: 0;}

}
@media (max-width: 568px) {

	/* box-typ1 */
	.box-typ1-inner .box-typ1-doc-type{
		line-height: 30px;
	}
	.box-typ1-inner .box-content .box-typ1-author > span{
		font-size: 12px;
	}
	/* Home page section */
	.category-box .category-box-inner{
		padding: 20px 15px;
	}
	.category-box .research-area-name{
		font-size: 10px;
	}
	/****Event Listing Page***/
	.archive-events .event-listing-outer .col-xs-6{
		width:100%;
	}
	.event-partner-section .col-xs-4{
		width:50%;
	}
	/*****Team Detail Page*****/
	.single-team-typ1 .col-xs-5, .single-team-typ1 .col-xs-7{
		width:100%;
	}
	.single-team-typ1 .col-padding-left {
	    padding-left: 10px;
	}
}
@media (max-width: 480px) {
	.header-typ1{
		font-size: 22px;
		line-height: 28px;
	}
	/* Header Section */
	#secondary-header{
		/*padding-top: 15px;*/
	}
	.header-search{
		right: 10px;
		top: 79px;
	}
	header .header-search .searchform .search-field, .header-search .sf-input-text{
		width: 240px;
	}
	/* box-typ1 */
	.box-typ1{
		width: 100%;
		float: none;
		height: auto !important;
	}
	.box-typ1 .image img{
		width:100%;
	}
	/* home page */
	.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title,
	.publication-research-banner-slider .box-typ1-inner .box-content .box-typ1-title a{
		font-size: 16px;
		line-height: 22px;
	}
	.news-box .news-box-inner{
		padding: 20px 0;
		text-align: center;
	}
	
	.publication-research-section-slider .box-typ1{
		float: left;
	}
	.event-box .image{
		min-height: 200px;
	}
	/* Detail page */
	.publication-detail-page .title-sec .single-title-content{
		padding: 20px;
	}
	.publication-detail-page .social-section-content-bottom{
		min-height: 60px;
		padding: 15px 15px 12px;
	}
	.publication-detail-page .social-outer .col,.publication-detail-page .social-section-content-bottom .col{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.publication-detail-page .social-outer .col:last-child,.publication-detail-page .social-section-content-bottom .col:last-child{
		margin-bottom: 0px;
	}
	.publication-detail-page .social-outer .col .text-right,.publication-detail-page .social-section-content-bottom .col .text-right{
		text-align: center;
	}
	/* News Detail page */
	.news .title-sec .single-title-content{
		padding: 25px 20px;
	}
	.news .social-section-content-bottom{
		min-height: 60px;
		padding: 18px 15px 12px;
	}
	/********Team Page CSS*****/
	.team2{
		margin-right: -2px;
	}
	.team2_image, .team2_long_image {
		width: 100%;
	}
	.team2 ul#filters li {
		display: inline-block;
	}
	/* Event Detail Page */
	.event-speaker-section .col-xs-6{
		width:100%;
	}
	.event-speaker-section .box-type4 .avatar-post{
		min-height:inherit;
	}
	.event-detail-page .social-outer .col,.event-detail-page .social-section-content-bottom .col{
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.event-detail-page .social-outer .col:last-child,.event-detail-page .social-section-content-bottom .col:last-child{
		margin-bottom: 0px;
	}
	.event-detail-page .social-outer .col .text-right,.event-detail-page .social-section-content-bottom .col .text-right{
		text-align: center;
	}
	/*.event-detail-page .title-sec .single-title-content{
		padding:20px;
	}
	.event-detail-page  .apss-theme-6 .apss-single-icon a{
		width:22px;
	}
	.event-detail-page .social-section-content-bottom{
		padding: 25px 20px 13px;
	}*/
	/* Footer Section */
	.copyright-section{
		display: block;
		text-align: center;
	}
	.copyright-section .pull-right{
		float: none !important;
		display: block;
	}
}
@media (max-width: 479px) {
	.event-partner-section .col-xs-4{
		width:100%;
	}
	.publication-detail-page .apss-theme-6 .apss-single-icon a{
		width: 20px;
	}
}
@media (max-width: 320px) {
	.header-search{
		top: 77px;
	}
	header .header-search .searchform .search-field, .header-search .sf-input-text{
		width: 290px;
	}
	/* Event Detail page */
	/*.event-detail-page .apss-social-share .apss-share-text{
		margin: 0 3px 0 0;
	}
	.event-detail-page .print-sec .download-text{
		font-size: 10px;
	}
	.event-detail-page .print-sec .download-icon, .event-detail-page .print-sec .mail-icon{
		width: 20px;
	}*/
	/* Publication Detail page */
	/*.publication-detail-page .apss-social-share .apss-share-text{
		margin: 0 3px 0 0;
	}
	.publication-detail-page .print-sec .download-text{
		font-size: 10px;
	}
	.publication-detail-page .print-sec .download-icon, .publication-detail-page .print-sec .mail-icon{
		width: 20px;
	}*/
}

/*==================================*/
/* Common Column padding */
.col-padding-right{
    padding-right: 97px;
}
/* Parliament Detail Page */
.parliament-detail-page .publication-detail-page .title-sec .categories .research-area-cat{
    border-right: none;
    margin-right:0px;
    padding-right: 0px;
}
/* Right Sidebar Author Box */
.author-box-outer .box-type4{
    padding-top: 36px;
}
.box-type4.blue .box-type-inner{
    background-color: #092a40;
    padding: 0 36px 36px;
}
.author-box-outer .box-type4 .avatar-title{
    color: #ef8a1b;
    font-weight: 600;
}
.author-box-outer .box-type4 .avatar-post{
    font-weight: 300;
}
.author-box-outer .box-type4 .avatar-post span{
    font-weight: 400;
}
.author-box-outer .box-type4 .btn-typ1{
    height: 38px;
    line-height: 34px;
    border: 2px solid #fff;
    color: #fff;
}
.author-box-outer .box-type4 .btn-typ1:hover{
    border-color: #ef8a1b;
    background-color: #ef8a1b;
}
/* Right Sidebar Contact Box */
.contact-box{
    margin-top: 50px;
}
.box-type5{
    background-color: #f5f5f5;
    padding: 30px;
    text-align: center;
}
.box-type5.green{
    background-color: #11a08a;
}
.box-type5 .base-text{
    font-family: 'opensans';
    line-height: 20px;
    font-weight: 400;
}
.box-type5.green .base-text{
    color: #ffffff;
}
.box-type5 .base-text a{
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
}
.box-type5 .base-text a:hover{
    color:#092a40;
}
/* Join EPI Form */
.join-epi-form_wrapper.gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0px;
}
body .join-epi-form_wrapper.gform_wrapper .top_label div.ginput_container{
    margin-top: 0px;
}
.join-epi-form_wrapper.gform_wrapper .top_label label{
    font-family: 'opensans';
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: none;
}
.join-epi-form_wrapper.gform_wrapper .top_label .gfield_label{
    font-size: 13px;
    line-height: normal;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .join-epi-form_wrapper.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{
    margin-bottom: 0px;
}
.join-epi-form_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select{
    margin-bottom: 0px;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_address label,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_creditcard label{
    margin-bottom: 9px;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_address .address_zip label,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container.ginput_container_address .address_country label{
    margin-bottom: 0px;
}
.join-epi-form_wrapper.gform_wrapper .top_label input[type="text"],.join-epi-form_wrapper.gform_wrapper .top_label input[type="email"],.join-epi-form_wrapper.gform_wrapper .top_label input[type="tel"],.join-epi-form_wrapper.gform_wrapper .top_label select{
    height: 42px;
    line-height: 42px;
    padding: 0 15px !important;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #d4d4d4;
    box-shadow: none;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #555;
    background-image: none;
}
.join-epi-form_wrapper.gform_wrapper .top_label input.medium{
    width: 100%;
}
.join-epi-form_wrapper.gform_wrapper .top_label select{
    background: url('images/down-arrow.png') no-repeat right center;
    padding-right: 30px !important;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance:none;
    appearance:none;
}
.join-epi-form_wrapper.gform_wrapper .top_label select::-ms-expand{
    display:none;
}
.join-epi-form_wrapper.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]{
    /*vertical-align: top;*/
    margin-right: 5px;
    margin-top: 0px;
}
.join-epi-form_wrapper.gform_wrapper .top_label .giftaid{
    background-color: #11a08a;
    padding: 20px !important;
    margin-top: 20px;
    font-family: 'opensans';
    font-weight: 400;
}
.join-epi-form_wrapper.gform_wrapper .top_label .giftaid h4{
    font-weight: 700;
}
.join-epi-form_wrapper.gform_wrapper .top_label .giftaid h4,.join-epi-form_wrapper.gform_wrapper .top_label .giftaid p{
    color: #ffffff;
    margin-bottom: 20px;
}
.join-epi-form_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .join-epi-form_wrapper.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .join-epi-form_wrapper.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
    margin-top: 2px;
}
.join-epi-form_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning{
    padding-right: 16px !important;
}
.join-epi-form_wrapper.gform_wrapper ul.gfield_checkbox li label, .join-epi-form_wrapper.gform_wrapper ul.gfield_radio li label{
    color: #4E4E4E;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    vertical-align: top;
}
.join-epi-form_wrapper.gform_wrapper .top_label li ul.gfield_checkbox, .join-epi-form_wrapper.gform_wrapper .top_label li ul.gfield_radio{
    width: 100%;
}
.join-epi-form_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span{
    background-position: left top;
}
.join-epi-form_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code{
    display: inline-block;
}
.join-epi-form_wrapper.gform_wrapper .top_label input[type="submit"]{
    width: auto;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    box-shadow: none;
    padding: 0 30px !important;
    height: 47px;
    line-height: 44px;
    text-transform: uppercase;
    border: solid 1.5px #11a08a;
    font-size: 11px;
    font-family: 'opensans';
    font-weight: 600;
    background-color: #11a08a;
    color: #FFF;
    text-decoration: none;
    min-width: 144px;
    margin-right: 0px;
    border-color: #11a08a;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    -webkit-appearance: button;
    cursor: pointer;
}
.join-epi-form_wrapper.gform_wrapper .top_label input[type="submit"]:hover{
    background-color: #092a40;
    border-color: #092a40;
}
.join-epi-form_wrapper.gform_wrapper .gform_footer{
    text-align: left;
}
.join-epi-form_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100% !important;
}
.join-epi-form_wrapper.gform_wrapper .field_description_below .gfield_description{
    padding-top: 0px;
}
.join-epi-form_wrapper.gform_wrapper #field_1_2.field_description_below .gfield_description,.join-epi-form_wrapper.gform_wrapper #field_1_4.field_description_below .gfield_description{
    padding-top: 8px;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex label{
    display: none;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex input,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex select{
    margin-bottom: 8px;
}
.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_1_3,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_1_6,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_3_5,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_3_6,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_9_5{
    margin-bottom: 0px;
}

.join-epi-form_wrapper.gform_wrapper input::-webkit-input-placeholder,.join-epi-form_wrapper.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999 !important;
  opacity: 1;
}
.join-epi-form_wrapper.gform_wrapper input::-moz-placeholder,.join-epi-form_wrapper.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
  color: #999999 !important;
  opacity: 1;
}
.join-epi-form_wrapper.gform_wrapper input:-ms-input-placeholder,.join-epi-form_wrapper.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
  color: #999999 !important;
  opacity: 1;
}
.join-epi-form_wrapper.gform_wrapper input:-moz-placeholder,.join-epi-form_wrapper.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
  color: #999999 !important;
  opacity: 1;
}
/** Confirmation Thank You Page **/
.membership-confirm{
    padding: 50px 30px;
}
.membership-confirm .header-typ4{
    font-size: 24px;
    margin-bottom: 15px;
}
.membership-confirm .base-text{
    font-size: 18px;
}
/* Join Us Page */
.join-us-page-template .main-text{
    color: #4C4C4C;
    margin-bottom: 50px;
}
.membership-outer{
    max-width: 850px;
    margin: 0 auto 40px auto;
}
.membership-outer .col{
    margin-bottom: 22px;
}
.membership-box{
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    padding: 32px;
    height: 100%;
    position: relative;
}
.membership-box .membership-top{
    margin-bottom: 45px;
}
.membership-box .membership-top .header-typ4{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 20px;
}
.membership-box .membership-top .membership-price{
    font-size: 40px;
    line-height: 22px;
    letter-spacing: normal;
    font-weight: 600;
    color: #092a40;
    margin-bottom: 28px;
}
.membership-box .membership-top .membership-price .symbol{
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    padding-right: 8px;
}
.membership-box .membership-top .membership-price .gray{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    padding-left: 5px;
}
.membership-box .membership-bottom .membership-content .base-text{
    font-weight: 400;
}
.membership-box .membership-bottom .membership-content hr{
    margin: 23px 0;
    color: #E2E2E2;
}
.membership-box .membership-bottom .membership-content ul{
    padding: 0 0 0 15px;
    margin-bottom: 82px;
}
.membership-box .membership-bottom .membership-content ul li{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    margin-bottom: 25px;
}
.membership-box .membership-bottom .membership-content ul li:last-child{
    margin-bottom: 0px;
}
.membership-box .membership-bottom .membership-button{
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
}
.join-us-bottom-box{
    padding: 45px 177px 45px 56px;
    margin-bottom: 30px;
}
.join-us-bottom-box.co-host-box{
    margin-bottom: 0px;
}
.join-us-bottom-box .media .media-left{
    padding-right: 22px;
}
.join-us-bottom-box .media .media-left img{
    max-width:inherit;
}
.join-us-bottom-box .media .media-body .media-heading{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.join-us-bottom-box .media .media-body .body-text{
    font-family: 'lora';
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #d0ece8;
    margin-bottom: 0px;
    opacity:0.8;
}
.join-us-bottom-box.co-host-box .media .media-body .body-text{
    color:#ced4d9;
}
.join-us-bottom-box .media .media-body .body-text a{
    font-weight: 700;
    color: #ffffff;
}
.join-us-bottom-box .media .media-body .body-text a:hover{
    color: #ef8a1b;
}
/* Financial Transparency CMS Page */
.page-financial-transparency .post-entry .base-text{
    color: #595959;
}
.page-financial-transparency .post-entry .base-text p{
    margin-bottom: 20px;
}
.page-financial-transparency .post-entry .base-text p:last-child{
    margin-bottom: 0px;
}
/* Our Partners */
.our-partner-typ2 .cover{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.our-partner-typ2 .image{
    height: 166px;
    display: table-cell;
    vertical-align: middle;
    border: 1px #e2e2e2 solid;
}
.our-partner-typ2 .image a,.our-partner-typ2 .image span{
    /*display: block;*/
}
.our-partner-typ2 .image img{
    margin: 0 auto;
    max-width: 100%;
    max-height: 140px;
    padding: 0 14px;
}
.ie10 .our-partner-typ2 .image img,.ie11 .our-partner-typ2 .image img{
    width: 100%;
}
.our-partner-typ2 .cover a:hover{
    box-shadow: 0px 5px 16px 0px rgba(0,0,0,0.2);
}
.custom-pagination .prev.page-numbers,.custom-pagination .next.page-numbers{
    font-size: 0px;
    position: relative;
}
.custom-pagination .prev.page-numbers::after,.custom-pagination .next.page-numbers::after{
    font-family: 'fontawesome';
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: inline-block;
}
.custom-pagination .prev.page-numbers::after{
    content: "\f104";
}
.custom-pagination .next.page-numbers::after{
    content: "\f105";
}
/** Related Box Section **/
.related-wrapper{
    margin-top: 70px;
}
.related-wrapper .widget-title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #092a40;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.related-box-typ1{
    text-align: center;
}
.related-box-typ1 .image a{
    display: block;
}
.related-box-typ1 .image a img{
    margin: 0 auto;
}
.related-box-typ1 .box-typ1-posttype a{
    font-size: 13px;
    color: #929292;
    line-height: 30px;
    margin: 5px 0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.related-box-typ1 .box-typ1-posttype a:hover{
    color:#092a40;
}
.related-box-typ1 .box-typ1-title a{
    font-size: 17px;
    font-family: 'lora';
    line-height: 26px;
    display: inline-block;
    color: #000000;
    font-weight: 400;
}
.related-box-typ1 .box-typ1-title a:hover{
    color: #11a08a;
}
.related-box-typ1 .btn-typ2{
    height: 38px;
    line-height: 34px;
    margin-top: 20px;
}

.related-product-sidebar .media-left{
	padding-right: 15px;
}
.related-product-sidebar .media img{
	max-width: 70px;
}
.related-product-sidebar .media-body{
	text-align: left;
}
.related-product-sidebar .media-body .box-typ1-title a{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.related-product-sidebar .buy-btn a{
	font-size: 12px;
    line-height: 23px;
    padding: 0 12px;
    background-color: #11a08a;
    border-radius: 14px;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #11a08a;
}
.related-product-sidebar .buy-btn a:hover{
	background-color: #092a40;
	border-color: #092a40;
}
/* Twitter Section */
.twitter-widget-outer .twitter-icon{
    background: url('images/twitter-logo-blue.svg') no-repeat left center;
    height: 13px;
    width: 16px;
    margin-bottom: 10px;
}
.twitter-widget-outer .aptf-tweet-content{
    color: #666666;
}
.twitter-widget-outer .aptf-tweet-content a{
    color: #092a40 !important;
}
.twitter-widget-outer .aptf-tweet-content a:hover{
    color: #11a08a !important;
}
.twitter-widget-outer .aptf-tweets-slider-wrapper .aptf-timestamp{
    margin-top: 15px;
    display: inline-block;
}
.twitter-widget-outer .aptf-tweets-slider-wrapper .aptf-timestamp a{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.twitter-widget-outer .aptf-tweets-slider-wrapper .aptf-timestamp a:hover{
    color: #11a08a;
}
.twitter-widget-outer .bx-has-controls-direction{
    display: none;
}


/* Responsive Css */
@media (min-width: 641px) {
    /* Join EPI Form */
    .join-epi-form_wrapper.gform_wrapper #field_1_2{
        display: inline-block;
        width: 51%;
        padding-right: 16px;
    }
    .join-epi-form_wrapper.gform_wrapper #field_1_4{
        display: inline-block;
        width: 49%;
    }
}
@media (max-width: 1199px) {
    /* Common Column padding */
    .col-padding-right{
        padding-right: 80px;
    }
}
@media (max-width: 991px) {
    /* Common Column padding */
    .col-padding-right{
        padding-right: 60px;
    }
    /* Join EPI Form */
    .gform_wrapper .ginput_complex .ginput_cardinfo_left{
        width: 60%;
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_right{
        width: 40%;
    }
    /* Join Us Page */
    .join-us-bottom-box{
        padding: 45px;
    }
    /** Confirmation Thank You Page **/
    .membership-confirm .header-typ4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .membership-confirm .base-text{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    /* Common Column padding */
    .col-padding-right{
        padding-right: 10px;
    }
    /* Join EPI Form */
    .join-epi-form_wrapper.gform_wrapper .gfield_radio li{
        margin-bottom: 8px;
    }
    /* Join Us Page */
    .membership-outer{
        max-width: 100%;
        margin-bottom:50px;
    }
    .membership-box .membership-button .btn-typ2{
        letter-spacing: normal;
        padding: 0 22px;
        height: auto;
    }
    /* Sidebar */
    .contact-box{
        margin-top: 20px;
    }
}
@media (max-width: 641px) {
    /* Join us Page */
    .membership-box{
        padding: 20px;
    }
    .membership-box .membership-bottom .membership-button {
        position: absolute;
        left: 20px;
        right: 20px;
    }
    /* Join EPI Form */
    .join-epi-form_wrapper.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container #input_1_9_2_month{
        margin-bottom: 8px;
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_left,.gform_wrapper .ginput_complex .ginput_cardinfo_right{
        width: 100%;
    }
    .join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex .ginput_cardinfo_right,.join-epi-form_wrapper.gform_wrapper .field_sublabel_below .ginput_complex #input_1_9_3{
        margin-bottom: 0px;
    }
}
@media (max-width: 480px) {
    /* Join Us Page */
    .membership-outer .col{
        width: 100%;
    }
    .membership-box .membership-top{
        margin-bottom: 35px;
    }
    .membership-box{
        padding: 32px;
    }
    .membership-box .membership-bottom .membership-button {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .membership-box .membership-bottom .membership-button .btn-typ2{
        padding: 0 25px;
    }
    .membership-box .membership-bottom .membership-content ul{
        margin-bottom: 40px;
    }
    .join-us-page-template .main-text,.membership-outer{
        margin-bottom: 35px;
    }
    .join-us-bottom-box{
        padding: 32px;
    }
    .join-us-bottom-box .media{
        text-align:center;
    }
    .join-us-bottom-box .media .media-left{
        display:block;
        margin-bottom:15px;
        padding-right:0px;
    }
    .join-us-bottom-box .media .media-left img{
        display:inline-block;
    }
    /** Confirmation Thank You Page **/
    .membership-confirm{
        padding: 40px 20px;
    }
    /* Our Partners */
    .our-partners-type-section2 .row-centered .col-centered{
        width: 100%;
    }
    /* Related Section */
    .related-wrapper {
        margin-top: 50px;
    }
}


/*==================================*/

/* common design */
*:focus{
    outline: none;
}
.cms-base-text {
    font-family: 'lora';
    font-size: 17px;
    line-height: 24px;
    /*color: #878787;*/
}

.box-type4 {
    padding-top: 31px;
    position: relative;
    margin-bottom: 30px;
}

.box-type4 .box-type-inner {
    padding: 0 30px 30px;
    background-color: #11a08a;
}

.box-type4 .box-content {
    padding-top: 30px;
    text-align: center;
    color: #fff;
}

.box-type4 .avatar-image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
}

.box-type4 .avatar-title {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 700;
}
.box-type4.green .avatar-title{
	margin-top:20px;
}

.box-type4 .avatar-post {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.box-type4 .avatar-contact a {
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
}

.box-type4 .avatar-contact a:hover {
    color: #092a40;
}

.sidebar-contact {
    background-color: #f5f5f5;
    padding: 25px 30px;
}

.box-type6 {
    max-width: 275px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.box-type6.top-box {
    margin-bottom: 45px
}

.box-type6 .img-wrapper {
    /*display: inline-block;*/
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px;
}
.box-type6 .img-wrapper img{
    display: block;
    margin: 0 auto;
}

/* Contact page */
.page-contact .box-type4 {
    margin-bottom: 40px;
}

.page-contact .breadcrumb-list,
.page-contact #breadcrumbs {
    margin-bottom: 0;
}

.page-contact .entry-header {
    margin-bottom: 25px;
}

.contact-map-wrap {
    margin-bottom: 40px;
}

.page-contact .base-text {
    color: #4E4E4E;
}

.contact-inner {
    padding-left: 50px;
}

.contact-inner .wpcf7 {
    margin-bottom: 65px;
}

.cf7-form-type8 .form-group {
    margin-bottom: 10px;
}

.cf7-form-type8 .btn-typ2 {
    min-width: 144px;
    margin-top: 10px;
}

.cf7-form-type8 label {
    margin-bottom: 7px;
}
.cf7-form-type8 label .required-field{
    color: #790000;
    margin-left: 4px;
}

.cf7-form-type8 .wpcf7-not-valid-tip {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 0;
    background: #d9534f;
    padding: 2px 5px;
}

.cf7-form-type8 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

.cf7-form-type8 .btn-wrap {
    padding-top: 25px;
}

.contact-inner div.wpcf7-response-output {
    padding: 5px 10px;
    margin: 0;
}

.contact-inner div.wpcf7-validation-errors,
.contact-inner .wpcf7-mail-sent-ng {
    border: none;
    background: #d9534f;
    color: #fff;
}

.contact-inner .wpcf7-mail-sent-ok {
    border: none;
    background: #11a08a;
    color: #fff;
}
.contact-inner .bottom-text .btn-typ2.green{
    text-transform: none;
}

@media(max-width:991px) {
    .contact-inner {
        padding-left: 0px;
        padding-right: 30px;
    }

    .contact-inner .wpcf7 {
        margin-bottom: 25px;
    }

}

@media(max-width:767px) {
    .contact-inner {
        padding-right: 0;
    }

}

/* mission page */
.about-page .entry-title.post-title {
    margin-bottom: 20px;
}

.about-page .cms-base-text {
    margin-bottom: 30px;
}

.page-our-mission-and-purpose .base-text {
    color: #878787;
}

.menu-about-side-menu-container ul {
    padding: 0;
list-style-type: none;
}

.menu-about-side-menu-container ul li {
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}

.menu-about-side-menu-container ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #bbbbbb;
}

.menu-about-side-menu-container ul li.current-menu-item::before {
    content: "";
    width: 19px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #11a08a;
}

.menu-about-side-menu-container ul li.current-menu-item a {
    color: #11a08a;
}

@media(max-width:480px) {
    .mobgrid {
        width: 100%;
    }

    .box-type6.top-box {
        margin-bottom: 30px
    }

    .box-type6 .img-wrapper {
        margin-bottom: 15px;
    }

}
/* Author Box Design */
.sidebar .ts-fab-wrapper .ts-fab-list{
    display: none;
}
.sidebar .ts-fab-wrapper .ts-fab-list li{
    margin-right: 0 !important;
}
.sidebar .ts-fab-wrapper .ts-fab-list li .ts-fab-tab-text{
    display: none;
}
.sidebar .ts-fab-text h4{
    line-height: 20px;
    margin-bottom: 15px !important;
    font-size: 13px;
    color: #ef8a1b;
    text-transform: uppercase;
    font-weight: normal;
}
.sidebar .ts-fab-content{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #ccc;
}
.sidebar .ts-fab-content a{
    max-width: 144px;
    padding: 0 15px;
    text-align: center;
    line-height: 34px;
    font-size: 10.4px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 19px;
    margin: 15px auto 0;
    text-transform: uppercase;
    display: block;
}
.sidebar .ts-fab-content a:hover{
    background-color: #11a08a;
    border-color: #11a08a;
    color: #fff;
}
.sidebar .ts-fab-content strong{
    font-weight: normal;
    color: #fff;
}
.sidebar .ts-fab-latest li a{
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #11A08A;
}

.sidebar .ts-fab-latest li a:hover{
    color: #ef8a1b;
}
.sidebar .ts-fab-latest li span{
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
}

.sidebar .ts-fab-avatar{
    float: none;
    margin: -42px auto 20px;
    display: none;
}
.sidebar .ts-fab-tab{
    overflow: visible;
    text-align: center;
    padding: 30px 33px;
}
.authors-box .author-box-inner{
    background-color: #092a40;
    height: 100%;
}
.authors-box .author-spc{
    margin-bottom: 50px;
}
.authors-box .author-spc:last-child{
    margin-bottom: 0;
}
.sidebar .ts-fab-avatar img{
    border-radius: 50%;
}
.sidebar .ts-fab-text{
    margin-left: 0;
}
.sidebar .ts-fab-header{
    margin-bottom: 0;
}
.sidebar .authors-box .ts-fab-wrapper{
    padding: 30px 0;
}
.sidebar .authors-box .ts-fab-wrapper:first-child{
    padding-top: 0;
}
#widgets.sidebar .author-widget-boxes  .widget-title{
    text-align: center;
    margin-bottom: 20px;
}
.sidebar .authors-box .ts-fab-wrapper:last-child{
    padding-bottom: 0;
    padding-top: 0;
}

@media(max-width: 480px){
    .authors-box .author-spc{
        width: 100%;
    }

}
/* Author.php entry-title */
.archive-author-name{
    text-transform: capitalize;
}

/* Search page */
.search-post-list{
	position: relative;
}
.result-count{
	margin-bottom: 20px;
}
.search-post-list .box-typ1-inner .box-content{
	padding: 20px 24px 30px;
}
.search-post-list .box-typ1-inner .box-content .box-typ1-title a{
	font-size: 18px;
}
.search-post-list .box-typ1-inner .box-typ1-doc-type{
	font-size: 12px;
	line-height: 34px;
}
.search-post-list .author a{
	font-size: 12px;
}
.search-filter-scroll-loading{
	margin: 10px auto;
}

/* Sidebar Widget */
.widget_search_filter_register_widget{
	   border: 1px solid #eee;
}
.widget_search_filter_register_widget .widget-title{
	padding: 10px 15px;
    font-size: 15px;
    background: #eee;
    margin-bottom: 0;
}
.left-sidebar .searchandfilter{
	margin: 0;
}
.left-sidebar .searchandfilter  ul{
	padding: 0 !important;
}
.left-sidebar .searchandfilter  ul li{
	padding: 0 !important;
	line-height: normal;
}
.left-sidebar .searchandfilter > ul > li{
	padding: 20px 15px !important;
    border-bottom: 1px solid #eee;
}
.left-sidebar .searchandfilter > ul > li:last-child{
	border-bottom: none;
}
.left-sidebar .searchandfilter h4{
	margin: 0 0 8px;
    padding: 0 0 7px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #092a40;
}
.left-sidebar .sf-input-text{
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    border: 1px solid #d4d4d4;
    box-shadow: none;
}
.left-sidebar .sf-field-search label{
	display: block;
}

.left-sidebar .sf-level-0{
	position: relative;
	margin-bottom: 8px
}
.left-sidebar .sf-label-checkbox{
	text-transform: none;
}
.left-sidebar input[type="checkbox"]{
	position: absolute;
	left: 15px;
	top: 8px;
	margin: 0;
}
.left-sidebar .searchandfilter li[data-sf-field-input-type=checkbox] label{
	padding-left: 20px;
	cursor: pointer;
}
.left-sidebar .searchandfilter li[data-sf-field-input-type=checkbox]{
	margin-bottom: 8px;
}

@media(max-width:991px){
	.search-post-list .box-typ1-inner .box-content{
		padding: 15px 15px 15px;
	}
}

/**
 * Research Area dropdown filter
 */
#researchrea-loadingimg{
	display: none;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    opacity: 1;
    background: rgba(255,255,255,0.8);
    visibility: visible;
}
#researchrea-loadingimg .load-img{
    background: url('images/preloader.gif') center center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 70px;
    text-align: center;
}
.doc-type-filter{
	margin-top: 30px;
	margin-bottom: 30px;
}
.doc-type-filter .form-inline{
	text-align: right;
}
.doc-type-filter .header-typ1{
	margin-bottom: 0px;
	padding-top: 4px;
}
.doc-type-filter .form-group {
	margin-bottom: 0px;
}
.doc-type-filter .form-group label{
	font-size: 12px;
    font-weight: 600;
    color: #929292;
    margin-right: 15px;
}
.doc-type-filter .form-inline .form-control{
	border: 1px solid #929292;
    border-radius: 80px;
    padding: 0 25px 0 15px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url('images/down-arrow-01.png') no-repeat center right;
    background-size: 22px auto;
}
.doc-type-filter .form-inline .form-control::-ms-expand {
    display: none;
}
.search-form-filter li > ul li.sf-level-0{
	padding: 5px 15px !important;
    margin: 0 -15px 0;
    display: block;
}
.search-form-filter li > ul li.sf-level-0:nth-child(2n+1){
	background-color: #f1f1f1;
}
.search-filter-results .result-count{
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	color: #929292;
	text-transform: uppercase;
}
/* Research Area Taxonomy Description */
.research-taxonomy-details .base-text{
	color: #4c4c4c;
}
@media (max-width: 767px){
	.doc-type-filter .form-inline .form-control{
		display: inline-block;
	}
}
/* Research Lead Box */
.gray-bg-box{
    background-color: #f1f1f1;
    padding: 40px 54px;
}
.research-taxonomy-details{
	max-width: 600px;
	float: left;
	width: 70%;
}
.lead-box-outer{
	float: right;
	padding-right: 0px;
	width: 30%;
}
.lead-box{
	/*background-color: #f5f5f5;
	text-align: center;
	max-width: 275px;
	min-width: 275px;
	margin-top: -40px;
	padding: 15px 20px 20px;
	color: #fff;
	border: 3px solid #fff;*/
	margin-top: -50px;
	border-left: 1px solid rgba(0, 0, 0, 0.09);
	padding: 9px 40px 20px;
}
.lead-box.green{
	background-color: #11a08a;
}
.lead-box .lead-main-title span{
	font-size: 13px;
	line-height: 30px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	color: #ef8a1b;
	padding-bottom: 7px;
}
.lead-box .lead-name{
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #092a40;
	padding-bottom: 5px;
}
.lead-box .lead-name a{
    color:#092a40;
}
.lead-box .lead-designation{
	font-size: 13px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 20px;
}
.lead-box .lead-email{
	font-size: 13px;
	line-height: 17px;
	font-weight: 700;
	color: #fff;
}
.lead-box .lead-email:hover,.lead-box .lead-name a:hover{
	color:#ef8a1b;
}
.lead-box .btn-typ1{
	color: #092a40;
	border-color: #092a40;
	min-width: 144px;
	height: 38px;
	line-height: 34px;
}
.lead-box .btn-typ1:hover{
	background-color:#092a40;
	color: #fff;
}


@media (max-width: 1199px){
	/* Research Lead Box */
	.research-taxonomy-details {
	    max-width: 505px;
	}
	/*.lead-box-outer {
	    padding-right: 0px;
	}*/
	.lead-box{
		padding: 9px 30px 20px;
	}
}
@media (max-width: 991px){
	/* Research Lead Box */
	.research-taxonomy-details {
	    max-width: 100%;
	    float: none;
	    width: 100%;
	}
	.lead-box-outer {
	    padding-right: 0px;
	    float: none;
	    width: 100%;
	}
	.lead-box{
		margin: 0px auto;
		padding: 25px 0px 0px;
		border-top: 1px solid rgba(0, 0, 0, 0.09);
		border-left: none;
		text-align: center;
	}
	/* Research & Publication */
	.doc-type-filter .header-typ1{
		padding-top: 20px;
	}
}
@media (max-width: 767px){
	/* Research Lead Box */
	.gray-bg-box{
		padding: 40px;
	}
}
@media (max-width: 480px){
	/* Research Lead Box */
	.gray-bg-box{
		padding: 30px;
	}
	.lead-box{
		max-width: 100%;
        min-width: 100%;
	}
	/* Research & Publication */
	.doc-type-filter .row .col{
		width: 100%;
	}
	.doc-type-filter .header-typ1{
		margin-bottom: 20px;
		padding-top: 0px;
	}
	.doc-type-filter .form-inline{
		text-align: center;
	}
}
/* Cookie Policy */
/*.green.cli-plugin-button, .green.cli-plugin-button:visited{
    display:none;
}
#cookie-law-info-bar{
    padding: 5px;
}
#cookie-law-info-again{
    border-width:2px !important;
}*/
/*@media (max-width: 320px){
    /* Cookie Policy */
    /*#cookie-law-info-bar{
       font-size:12px;
    }
}*/
/* Header Section */
header .header-right-widget{
	margin-left: 0px;
}
#secondary-header{
	padding-top: 28px;
}
#secondary-header .border-line{
	display: inline-block;
	padding: 15px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 1199px){
	/* Header Section */
	.basket{
		padding-left: 15px;
	}
	#secondary-header{
		padding-top: 16px;
	}
}
@media (max-width: 991px){
	/* Header Section */
	#secondary-header{
		padding-top: 8px;
	}
	#secondary-header .border-line{
		padding: 12px;
	}
}
@media (max-width: 767px){
	/* Header Section */
	#secondary-header .border-line{
		padding: 8px 12px;
	}
}
@media (max-width: 320px){
	/* Header Section */
	#secondary-header .border-line{
		padding: 8px;
	}
	.top-header-section .contact-sec li{
		margin-right: 4px;
	}
	.basket {
	    padding-left: 0px;
	}
}
/* Cookie Policy New Style */
.has-cookie-bar #catapult-cookie-bar{
    border-top: 4px solid #092a40;
    padding: 10px;
}
.cookie-bar-bar button#catapultCookie{
    display: inline-block;
    text-align: center;
    background-color: transparent;
    letter-spacing: 1px;
    box-shadow: none;
    color: #092a40;
    padding: 0 30px;
    height: 36px;
    line-height: 32px;
    text-transform: uppercase;
    border: solid 2px #092a40;
    font-size: 11px;
    font-family: 'opensans';
    font-weight: 600;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}
.cookie-bar-bar button#catapultCookie:hover {
    background-color: #11a08a;
    color: #fff;
    border-color: #11a08a;
}

@media (max-width: 480px){
    /* Cookie Policy New Style */
    .cookie-bar-bar .ctcc-inner{
        display:block;
    }
    .cookie-bar-bar .ctcc-inner span{
        display:block;
        text-align:center;
        margin:0px;
    }
    .cookie-bar-bar .ctcc-inner span.ctcc-left-side{
        margin-bottom:10px;
    }
}
/* Research & Area Slider Section on Homepage */
.publication-research-section-slider .box-typ1-outer .box-typ1{
	margin-bottom: 0px;
}
/* Banner Arrows */
.publication-research-banner-slider .arrows{
	width: 42px;
	height: 42px;
	display: inline-block;
	background-color: #092a40;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 100;
	border-radius: 100%;
}
.publication-research-banner-slider .arrows.arrow-left{
    left: 10px;
    background-image: url('images/arrow-left.svg');
}
.publication-research-banner-slider .arrows.arrow-right{
    background-image: url('images/arrow-right.svg');
    right: 10px;
}
.event-slider .rss-inner-page-slider-1.event-page .slick-arrow{
	width: 42px;
	height: 42px;
	display: inline-block;
	background-color: #092a40;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 100;
	border-radius: 100%;
	background-size: inherit;
}
.event-slider .rss-inner-page-slider-1.event-page .slickprev {
    left: 10px;
    background-image: url('images/arrow-left.svg');
}
.event-slider .rss-inner-page-slider-1.event-page .slicknext {
    background-image: url('images/arrow-right.svg');
    right: 10px;
}
/* Responsive */
@media (max-width: 1199px){
	/* Banner Arrows */
	.publication-research-banner-slider .arrows{
		top: 33%;
	}
}
@media (max-width: 991px){
	/* Banner Arrows */
	.publication-research-banner-slider .arrows{
		top: 34%;
	}
}
@media (max-width: 568px){
	/* Banner Arrows */
	.publication-research-banner-slider .arrows{
		top: 30%;
	}
}
@media (max-width: 480px){
	/* Banner Arrows */
	.publication-research-banner-slider .arrows{
		top: 27%;
	}
}
@media (max-width: 320px){
	/* Banner Arrows */
	.publication-research-banner-slider .arrows{
		top: 20%;
	}
}
/* Contact Address Title */
.widget .main-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
    color: #092a40;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

/* Event Date */
.event-detail-page .title-sec .date-section.top-section .date-time{
	display: inline-block;
}
.event-detail-page .title-sec .date-section.top-section .date-dash{
	display: inline-block;
	margin: 0px 5px;
}

@media (max-width: 991px){
	/* Event Date */
	.event-detail-page .title-sec .date-section.top-section .date-dash.dash-hide{
		display: none;
	}
	.event-detail-page .title-sec .date-section.top-section .date-time{
		display: block;
		margin-bottom: 5px;
	}
}
@media (max-width: 767px){
	/* Event Date */
	.event-detail-page .title-sec .date-section.top-section .date-dash.dash-hide{
		display: inline-block;
	}
	.event-detail-page .title-sec .date-section.top-section .date-time{
		display: inline-block;
		margin-bottom: 0px;
	}
}
@media (max-width: 480px){
	/* Event Date */
	.event-detail-page .title-sec .date-section.top-section .date-dash.dash-hide{
		display: none;
	}
	.event-detail-page .title-sec .date-section.top-section .date-time{
		display: block;
		margin-bottom: 5px;
	}
}
/* Contact Thank You Page */
.thankyou-wrapper .thankyou-inner{
	background-color: #f1f1f1;
	max-width: 550px;
	margin: 0 auto;
	padding: 50px;
}
.thankyou-wrapper .thankyou-inner .base-text {
	margin-top: 15px;
	color: #4a4a4a;
}
@media (max-width: 480px){
	/* Contact Thank You Page */
	.thankyou-wrapper .thankyou-inner{
		max-width: 100%;
		padding: 35px;
	}
}
@media (max-width: 320px){
	/* Contact Thank You Page */
	.thankyou-wrapper .thankyou-inner{
		padding: 30px;
	}
}
/*****Join US EPI Members Section*******/
.epi-members-section-outer .header-typ1{
	margin-bottom:20px;
}
.epi-members-section-outer{
	margin-bottom:15px;
}
@media (max-width: 479px){
.epi-members-section-outer .col-xs-6{
	width:100%;
}
}
/*******Partner Page Css 2019-07-12*******/
.patner-filter-content-outer{margin-left:-10px; margin-right:-10px;}
.patner-filter-content-outer .patner-box-outer{
	padding-left:10px;
	padding-right:10px;
	width:33.333%;
}
@media (max-width: 991px){
.patner-filter-content-outer .patner-box-outer{
	width:50%;
}
}
@media (max-width: 479px){
.patner-filter-content-outer .patner-box-outer{
	width:100%;
}
}
/*******Partner Page Css 2019-07-12*******/
.patner-filter-content-outer{margin-left:-10px; margin-right:-10px;}
.patner-filter-content-outer .patner-box-outer{
	padding-left:10px;
	padding-right:10px;
	width:33.333%;
}
@media (max-width: 991px){
.patner-filter-content-outer .patner-box-outer{
	width:50%;
}
}
@media (max-width: 479px){
.patner-filter-content-outer .patner-box-outer{
	width:100%;
}
}
/* Separator Line */
.green-separator{
	margin-top:35px;
	border-color:#11a08a;
}
@media (max-width: 991px){
	/* Separator Line */
	.green-separator{
		margin-top:5px;
	}
}