/* common */


/* font-family: 'Source Sans Pro', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html,
body {
	font-family: 'Work Sans';
	font-weight: normal;
	font-size: 12px;
	color: #8c806e;
}

input,
select,
textarea {
	font-family: 'Work Sans';
	font-weight: normal;
	font-size: 12px;
	color: #8c806e;
}

body {
	background: #fff;
}

img {
	border: 0px;
	display: block;
	max-width: 100%;
}

a,
input {
	outline: none;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	max-width: calc(100% - 85px);
	padding: 0px;
}
.container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.no-gutters {
	max-width: 100%!important;
}
ul,
ol {
	list-style: none;
}


span.mem-name {
	text-transform: none !important;
	margin-bottom: 0px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 26px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1 {
	color: #000;
	font-size: 66px;
	font-weight: 500;
	line-height: 72px;
	font-family: 'Work Sans';
	position: relative;
	z-index: 9;
}

a {
	color: #000000;
	position: relative;
	text-decoration: none;
		cursor:pointer;
}
p a,
.text-content a {
		border-bottom: 4px solid #feee35;
}
.search .text-content a {
	border-bottom: 0px;
}
.search .text-content mark,
.search .text-content .mark {
	background:none;
	border-bottom: 4px solid #feee35;
	padding-left:0px;
	padding-bottom:0px;
	padding-right:0px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.mobile-menu {
	display: none;
}

/*
a:before {
	content: "";
	bottom: 0px;
	position: absolute;
	height: 4px;
	background: #feee35;
	width: 100%;
	left: 0px;
	z-index: 1;
}
*/


.sm-h1 {
	color: #000;
	font-size: 48px;
	font-weight: 400;
	line-height: 60px;
	font-family: 'Work Sans';
	display: block;
}
.load-more-wrap {
	position:relative;
	border-bottom:1px solid #333333;
}
.load-more-wrap:before {
    content: "";
    left: -1000%;
    width: 1000%;
    bottom: -1px;
    height: 1px;
    background: #333333;
    position: absolute;
}
.load-more-wrap:after {
    content: "";
    right: -1000%;
    width: 1000%;
    bottom: -1px;
    height: 1px;
    background: #333333;
    position: absolute;
}
.load-more-wrap .container {
	padding:35px 0px 34px;
}
.load-more-wrap .container .primarybtn {
	margin-bottom:0px;
}

h2 {
	color: #000000;
	font-size: 40px;
	line-height: 56px;
	font-family: 'Work Sans';
}

.h2 {
	color: #000000;
	font-size: 40px;
	line-height: 56px;
	font-family: 'Work Sans';
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

h2.page-title {
	padding-bottom: 125px;
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

.h2:hover {
	color: #000000;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	font-family: 'Work Sans';
}

h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Work Sans';
}

.h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	font-family: 'Work Sans';
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
}

.h4-h {
	font-size: 22px;
	line-height: 26px;
	font-family: "Source Sans Pro";
}

.h4-s {
	font-size: 18px;
	line-height: 26px;
	font-family: "Source Sans Pro";
}

.h4:hover {
	color: #000000;
	text-decoration: none;
}

.expand-icon {
	width: 40px;
	height: 40px;
	border: 0px;
	border: 1px solid #000;
	position: relative;
	display: inline-block;
}

.expand-icon:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/plus.svg) no-repeat center center / 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

h1.inner-title.srh-icon {
	position: relative;
	padding-left: 67px;
	text-transform: uppercase;
	border-right: 3px solid #000;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1.inner-title.srh-icon:before {
	content: "";
	position: absolute;
	width: 44px;
	height: 47px;
	top: 15px;
	background: url(../images/search-icon.svg) no-repeat center center / 44px;
	left: 0px;
}

p {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
#content-wrap ul {

}
#content-wrap ul li {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	list-style:outside;
	margin-left:21px;
	margin-bottom:20px;
}
.entry-meta.desk {
	display: block;
}

.entry-meta.mobile {
	display: none;
}


/* .row{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col{
	-ms-flex: 0 0 24.8%;
    flex: 0 0 24.8%;
    max-width: 24.8%;
} */


/* global code */

.cat-name {
	display: inline-block !important;
	font-size: 16px;
	color: #000000;
	font-family: "Work Sans";
	font-weight: 500;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 1px solid #000000;
	margin-bottom: 30px;
	margin-right: 10px;
}

.tag-name {
	display: inline-block !important;
}

.primarybtn,
.secondarybtn{
	height: 42px;
	border: 1px solid #ffffff;
	display: inline-block;
	color: #fffefe;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	padding: 0px 17px;
	transition: none;
	-webkit-transition: none;
}

.primarybtn.primary,
.primarybtn.newlink,
.primarybtn.download,
.joinus-block .form-panel input.fsSubmitButton {
	height: auto;
	border: 1px solid #333333;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	padding: 8px 20px 8px 46px;
	position: relative;
	text-decoration: none;
}
.joinus-block .form-panel input.fsSubmitButton {
	height: 54px;
	font-size: 16px!important;
	padding: 8px 40px;
	float: left;
	text-align: center;
}
.primarybtn:before,
.joinus-block .form-panel input.fsSubmitButton {
	z-index: 91;
}
.more-search .primarybtn,
.load-more-wrap .primarybtn  {
	padding-top:14.5px;
	padding-bottom:14.5px;
}

.primarybtn.primary:before,
.joinus-block .form-panel input.fsSubmitButton:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 23px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 18px;
	height: 12px;
	background: url(../images/arrow-icon-black.svg)no-repeat center left/ 18px;
}

.primarybtn.primary.back:before {
	background: url(../images/arrow-icon-black.svg)no-repeat center left/ 18px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	top: 40%;
	left: 13px;
}

.primarybtn.newlink:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: url(../images/external-arrow-icon.svg)no-repeat center left/ 20px;
}

.primarybtn.download:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	background: url(../images/download.svg)no-repeat center left/ 20px;
}

.primarybtn.primary.black:before {
	background: url(../images/arrow-icon-white.svg)no-repeat center left/ 18px;
}

.primarybtn.newlink.black:before {
	background: url(../images/arrow-icon-white.svg)no-repeat center left/ 18px;
}

.primarybtn.primary.yellow,
.primarybtn.newlink.yellow,
.joinus-block .form-panel input.fsSubmitButton {
	background: #feee35;
	border: 1px solid #feee35;
}

.primarybtn.primary.black,
.primarybtn.newlink.black {
	background: #000;
	border: 1px solid #000;
}
.cols:hover .primarybtn,
.primarybtn:hover,
.joinus-block .form-panel input.fsSubmitButton:hover {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}
.cols:hover .primarybtn:before,
.primarybtn:hover:before,
.joinus-block .form-panel input.fsSubmitButton:hover:before {
	filter: invert(1);
	-webkit-filter: invert(1);
}

.primarybtn img,
.secondarybtn img {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	position: relative;
}

.secondarybtn {
	height: 42px;
	border: 1px solid #333333;
	color: #000000;
}

.inputbtn,
.txtarea,
.joinus-block .form-panel .fsRowBody input[type="text"],
.joinus-block .form-panel .fsRowBody input[type="email"],
.joinus-block .form-panel .fsRowBody textarea,
.joinus-block .form-panel .fsRowBody select.fsField {
	width: 100%;
	height: 63px;
	border: 1px solid #333333;
	background-color: transparent;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 63px;
	padding: 0px 35px;
	margin-bottom: 12px;
}
.joinus-block .form-panel .fsRowBody textarea {
	height: 138px;
	padding: 20px 35px;
}
.joinus-block .form-panel .fsLabel,
.joinus-block .form-panel .fsRowBody select.fsField option {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase!important;
}

.inputbtn::placeholder ,
.txtarea::placeholder ,
.joinus-block .form-panel .fsRowBody input[type="text"]::placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]::placeholder,
.joinus-block .form-panel .fsRowBody textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	text-transform: uppercase;
	/* Firefox */
}
.inputbtn:-ms-input-placeholder,
.txtarea:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="text"]:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]:-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody textarea:-ms-input-placeholder  {
	/* Internet Explorer 10-11 */
	color: #000;
		text-transform: uppercase;
}
.inputbtn::-ms-input-placeholder,
.joinus-block .form-panel .txtarea::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="text"]::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody input[type="email"]::-ms-input-placeholder,
.joinus-block .form-panel .fsRowBody textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
		text-transform: uppercase;
}

.fsborderradius .fsBody .fsForm {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.fsForm .fsSubmit {
	margin: 0px !important;
	padding: 0px !important;
}

.fsborderradius .fsBody {
	padding-bottom: 0px;
}

.txtarea {
	height: 138px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}


/* section  */

#section {
	position: relative;
	display: block;
	width: 100%;
	max-width: 2000px;
	margin: auto;
	min-height: 100%;
	overflow: hidden;
}


/* page wrap */

#page-wrap {
	margin: 0 auto;
	width: 100%;
}


/* header */

#header-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0px;
}

.header-block {
	border-bottom: solid 1px #333333;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

#header-wrap.sticky .header-block {
	background: #fff;
}

.logo a {
	display: block;
}

.logo a:before {
	display: none;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px 27px;
}

.row {
	width: 100%;
}

.header-inner .logo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 329px;
}

.header-inner .row {
	justify-content: space-between;
}

.right-header {
	padding: 4px 0px 0px;
}


/* nav block */

.nav-block ul {
	display: flex;
	margin-bottom: 0px;
}

.nav-block ul li {
	margin-right: 28px;
}

.nav-block ul li a:before {
	display: none;
}

.nav-block ul li a,
.g-link {
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	position:relative;
	transition:0.2s all;
	-webkit-transition:0.2s all;
}
.g-link:hover {
	background:#000;
	color:#fff;
}
.nav-block ul li:hover a:after,
.nav-block ul li.current-menu-item a:after {
	content:"";
	position:absolute;
	bottom:0px;
	width:100%;
	height:1px;
	background:#000;
	bottom:-1px;
	left:0px;
}

#header-wrap.sticky .social-logo li.twt:hover img,
#header-wrap.sticky .social-logo li.search:hover img {
	transition:0s all;
	-webkit-transition:0s all;
	filter:invert(1);
	-webkit-filter:invert(1);
	opacity:0.65;
}
.footer.twt a:hover img {
	opacity:0.65;
}

.inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.social-logo ul {
	display: flex;
	margin-right: 3px;
	margin-left: 5px;
	margin-bottom: 0px;
}

.social-logo ul li {
	margin: 0px 0px 0px 20px;
	position: relative;
}
/*
.social-logo ul li a {
	transition:0.2s all;
	-webkit-transition:0.2s all;
}*/
.social-logo ul li.twt:hover a,
.social-logo ul li.search:hover a {
	filter:invert(1);
	-webkit-filter:invert(1);
}
.social-logo ul li form {
	position: absolute;
	width: calc(100% - 30px);
	right: 0px;
	top: 70px;
	display: none;
}
.social-logo ul li form label {
	display: none;
}
.social-logo ul li form input {
	border: 1px solid #000;
	padding: 5px 10px;
	width: 100%;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
}

.social-logo ul li.twt a {
	width: 25px;
}

.social-logo ul li.search a {
	width: 22px;
}

.social-logo ul li a {
	display: block;
}

.g-link {
	padding: 5px 12.5px;
	border: 1px solid #000000;
}

.g-link:before,
.social-logo ul li a:before,
.entry-meta a:before {
	display: none;
}

.home-banner {
	position: relative;
	background: #fff;
}

.home-banner:after {
	position: absolute;
	right: -130px;
	top: -678px;
	content: "";
	width: 100%;
	height: 1510px;
	background: url(../images/circle.svg)no-repeat center right/auto;
	z-index: -1;
	-webkit-animation: rotation 20s infinite linear;
	transform: translateZ(0);
	opacity: 0;
}

.home-banner .circle-rotate {
	position: absolute;
	right: -130px;
	top: -678px;
	content: "";
	width: 1510px;
	height: 1510px;
	border-radius: 100%;
	overflow: hidden;
	z-index: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.error404 .circle-rotate,
.error404 #left-cir,
.error404 #right-cir {
	display:none;
}
.home-banner .circle-rotate.active {
	top: -737px;
}

#left-cir {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	overflow: hidden;
	overflow: hidden;
	z-index: -3;
	left: -230px;
	top: 100px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

#right-cir {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	overflow: hidden;
	overflow: hidden;
	z-index: -3;
	right: -230px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
}

#left-cir.change {
	width: 200px;
	height: 200px;
	left: -100px;
	top: 300px;
}

#right-cir.change {
	width: 200px;
	height: 200px;
	right: -100px;
	bottom: 300px;
}

.home-banner.inner-home:after,
.home-banner.inner-home .circle-rotate,
.page-template-page-faq .home-banner.inner-home .circle-rotate,
.single-post .home-banner.inner-home .circle-rotate {
	right: -248px;
	top: -923px;
}

.home-banner.inner-home .circle-rotate.active,
.page-template-page-faq .home-banner.inner-home .circle-rotate.active,
.single-post .home-banner.inner-home .circle-rotate.active {
	top: -1090px;
}

.home-banner.inner-home {
	position: relative;
}

.home-banner.inner-home:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #000;
	bottom: -1px;
	width: 100%;
	z-index: 9;
}

.page-template-page-about .home-banner.inner-home:after,
.page-template-page-about .home-banner.inner-home .circle-rotate {}

.home-banner.inner-home {
	border-bottom: solid 1px #333333;
}

.banner-text {
	width: 100%;
	max-width: 775px;
	margin-right: 127px;
	position: relative;
	top: -6px;
	z-index: 2;
}
.banner-text a.primarybtn {
	border-color:#fff;
	color:#fff;
}
.banner-text a.primarybtn:hover {
	background-color:#fff !important;
	color:#000 !important;
	border-color:#fff !important;
}
.banner-text a.primarybtn:before {
	    filter: invert(1);
	    -webkit-filter: invert(1);
}
.banner-text a.primarybtn:hover:before {
		filter: none;
		-webkit-filter: none;
}

.banner-text h1 {
	margin-bottom: 50px;
	color: #fefefe;
}

.home-banner-inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	min-height: 775px;
	align-items: center;
	flex-wrap:wrap;
}

.home-banner.inner-home .home-banner-inner {
	min-height: 490px;
	justify-content: left;
}
.home-banner.inner-home .home-banner-inner .searchform {
	display: block;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 9;
	margin-top:90px;

}
.home-banner.inner-home .home-banner-inner .inner-title {
	margin-top:90px;
}
.home-banner.inner-home .home-banner-inner .searchform input {
	border: 0px;
	border-radius: 0px;
	background: transparent;
	color: #000000;
	width: 100%;
	font-family: 'Work Sans';
	font-size: 66px;
	font-weight:500;
	line-height:72px;
	padding-left: 60px;
	background: url(../images/search-icon.svg) no-repeat center left / 44px;
}
.home-banner.inner-home .home-banner-inner .searchform input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
text-transform:uppercase;
	/* Firefox */
}

.home-banner.inner-home .home-banner-inner .searchform input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
text-transform:uppercase;
}

.home-banner.inner-home .home-banner-inner .searchform input::-ms-input-placeholder {
	/* Microsoft Edge */
text-transform:uppercase;
}
nav.posts-navigation {
	padding-top:40px;
}
.nav-links {
	justify-content:space-between;
}
.nav-links

.home-banner-inner h1.inner-title {
	padding-top: 100px;
}
.search .home-banner-inner h1.inner-title {
	margin-top:50px;
	padding-top:0px;
}

.white-bgs {
	background: #fff;
}

.common-content-box .text-content.bdr {
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.single-post .common-content-box {
	padding-bottom: 50px;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg) translateX(0px) rotate(360deg);
	}
}


/* content */
.full-post-link {
	position: absolute;
	width: 100%;
	height: 100%;
	text-indent: -999999em;
	color: transparent;
}
.full-post-link:before {
	display: none;
}
.cols:hover {
	background: #f7f7f7;
}

#content-wrap {
	width: 100%;
	position: relative;
}

.categories-wrap {
	width: 100%;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
	position: relative;
}

.categories-wrap .col {
	border-right: solid 1px #333333;
}

.categories-wrap .cols {
	border-right: solid 1px #333333;
}

.catg-panel {
	padding: 132px 50px 75px 50px;
}
.categories-wrap .container .cols:first-child .catg-panel,
.categories-wrap .container .cols:nth-child(4n+1) .catg-panel {

}

.categories-wrap .container .cols:last-child .catg-panel,
.categories-wrap .container .cols:nth-child(4n) .catg-panel {
	border-right: none;

}

.categories-wrap .cols:last-child ,
.categories-wrap .cols:nth-child(4n) {
	border-right: none;
}


.catg-panel h2 {
	margin-bottom: 13px;
}

.catg-panel p {
	margin-bottom: 40px;
}

.catg-panel .primarybtn {
	border: 1px solid #333333;
	color: #000000;
}
/* anchors list */
#publishers-list,
#tome-institutions {
	position: absolute;
	top: 0;
	left: 0;
}
.p-title-wrap.pad-b-zero,
.institution-wrap {
	position: relative;
}

/* p-title-wrap */

.p-title-wrap {
	padding: 130px 0px 45px;
	border-bottom: solid 1px #333333;
}
.p-title-wrap.pad-b-zero {
	padding-bottom:0px;
	border-bottom:0px;
}

.p-title-wrap h2 {
	margin-bottom: 15px;
}

.cir-left {
	position:relative;
}
.cir-left:before {
	content: "";
    position: absolute;
    top: 57px;
    width: 300px;
    height: 298px;
    background: url(../images/circle.svg);
    background-repeat: no-repeat;
    z-index: -9;
    left: -197px;
}

.cir-right , .joinus-cir{
	position:relative;
}
.cir-right:before {
	content: "";
    position: absolute;
    bottom: -60px;
    width: 300px;
    height: 300px;
    background: url(../images/circle.svg);
    background-repeat: no-repeat;
    z-index: -9;
    right: -139px
}
.joinus-cir:before{
	content: "";
	position: absolute;
    top: 67px;
    width: 454px;
    height: 456px;
    background: url(../images/circle.svg);
    background-repeat: no-repeat;
    z-index: -9;
    left: -75px;
}

.page-id-7 .cir-left:before{
	bottom: -135px;
    width: 343px;
    height: 346px;
    top: inherit;
}
.common-content-box .cir-left:before {
	width: 500px;
	height: 500px;
	bottom: 13%;
	top: inherit;
	left: -400px;
}



/* research-wrap */

.research-panel {
	padding: 65px 115px 72px 45px;
	position: relative;
}

.research-wrap {
	border-bottom: solid 1px #333333;
}

.research-wrap .col,
.events-wrap .col {
	-ms-flex: 0 0 49.8%;
	flex: 0 0 49.8%;
	max-width: 49.8%;
	border-right: solid 1px #333333;
}

.research-wrap .cols {
	border-right: solid 1px #333333;
}
.research-wrap .cols:first-child .research-panel,
.research-wrap .cols:nth-child(3n) .research-panel {

}

.research-wrap .cols:last-child {
	border-right: 0px;
}
.research-wrap .cols:nth-child(2n) .research-panel {

}

.events-wrap.inner-data .cols {
	border-bottom: solid 1px #333333;
	position: relative;
	display: flex;
	align-items: top;
	justify-content: center;
}
.tome-institution.inner-data .cols {
		align-items: center;
		min-height: 215px;
}
.owl-nav {
	display: none;
}

.related-init .rw-slider .owl-item.cloned,
.related-init .rw-slider .owl-item {
	opacity: 0;
}

.related-init .rw-slider .owl-item.active,
.related-init .rw-slider .owl-item.active {
	opacity: 1;
}

.related-init .rw-slider .owl-item.center+.owl-item .cols {
	border-right: 0px;
}

.related-init .rw-slider .owl-item .cols {
	padding: 0px;
}

.related-init .rw-slider .owl-item {
	display: inline-block;
}

.related-init .rw-slider .owl-item:last-child .cols {
	border-right: 0px;
}

.events-wrap.inner-data .cols.cols-tdf {
	border-right: 0px;
}

.events-wrap.inner-data {
	border-bottom: 0px;
	position: relative;
}
.events-wrap .cols a.member-full-link:before {
	display: none;
}
.events-wrap .cols img {
	max-width: 75%;
	margin: auto;
	max-height: 95px;
}
.events-wrap.inner-data.related-init .cols {
	transition:0.2s all;
	-webkit-transition:0.2s all;
}
.events-wrap.inner-data.related-init .cols:hover {
	background:#F6F6F6;
}
.events-wrap.inner-data.related-init .cols:hover a.primarybtn {
	color:#fff;
	background:#000;
}
.events-wrap.inner-data.related-init .cols:hover a.primarybtn:before {
	filter:invert(1);
	-webkit-filter:invert(1);
}
.events-wrap.inner-data .filter-wrap {
	position: absolute;
	top: -117px;
	left: 0px;
}
.filter-wrap > label {
	display: none;
}
.events-wrap.inner-data .filter-wrap select {
	color: #000000;
	font-family: "Work Sans";
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

.events-wrap.inner-data .cols:before {
	content: "";
	left: -1000%;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.events-wrap.inner-data .cols:after {
	content: "";
	right: -1000%;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.events-wrap.inner-data .cols.cols-td:nth-child(2n):before {
	content: "";
	right: -1000%;
	left: initial;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.events-wrap.inner-data .cols.cols-th:nth-child(2n):before {
	content: "";
	right: -1000%;
	left: initial;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.events-wrap.inner-data .cols.cols-th:nth-child(3n):before {
	content: "";
	right: -1000%;
	left: initial;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.events-wrap.inner-data .cols.cols-4d:nth-child(4n) {
	border-right: 0px;
}

.selectBox-dropdown {
	border: 0px;
	background: transparent;
}

.selectBox-dropdown:before {
	display: none;
}

.events-wrap.inner-data .cols.cols-4d:nth-child(4n):before {
	content: "";
	right: -1000%;
	left: initial;
	width: 1000%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.research-wrap .col:nth-child(2n),
.events-wrap .col:nth-child(2n),
.related-init-wrap .col:nth-child(3n) {
	border: none;
}

.research-panel figure{
	float: left;
	width: 170px;
	padding-top: 8px;
}

.research-panel .text {
	float: right;
	width: calc(100% - 216px);
	position: relative;
	min-height: 262px;
}

.research-panel .text h3 {
	margin-bottom: 23px;
}

.research-panel .text p {
	margin-bottom: 27px;
}

.research-panel .text .secondarybtn {
	position: absolute;
	bottom: 0;
	left: 0;
}

.research-panel .text .secondarybtn img {
	position: relative;
	top: 5px;
}

.more-search {
	padding: 35px 0px 34px;
	border-bottom: solid 1px #333333;
}

.more-search .secondarybtn {
	height: 53px;
	background-color: #feee35;
	border: none;
	position: relative;
	padding: 0px 28px;
	line-height: 53px;
}

.more-search .secondarybtn img {
	position: relative;
	top: 3px;
	left: -8px;
}


/* related-init-wrap */

.related-init-wrap {
	border-bottom: solid 1px #333333;
}

.related-init-wrap .col {
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	border-right: solid 1px #333333;
}

.related-init-wrap .cols,
.cols {
	border-right: solid 1px #333333;
	padding:0px;
}
.row .container .cols-th:first-child .initial-panel,
.row .container .cols-th:nth-child(3n+1) .initial-panel,
.row  .container .cols-th:first-child .events-panel,
.row  .container .cols-th:nth-child(3n+1) .events-panel {
	padding-left:0px !important;
}
.row .container .cols-th:nth-child(3n) .initial-panel,
.row .container .cols-th:nth-child(3n) .events-panel {
	padding-right:0px !important;
}

.row .container .cols-td:first-child  .events-panel,
.row .container .cols-td:nth-child(2n+1) .events-panel,
.row .container .cols-td:first-child  .initial-panel,
.row .container .cols-td:nth-child(2n+1) .initial-panel {
	padding-left:0px !important;
}
.row .container .cols-td:nth-child(2n) .events-panel,
.row .container .cols-td:nth-child(2n) .initial-panel {
	padding-right:0px !important;
}

.related-init-wrap .cols.cols-td:nth-child(2n),
.cols.cols-td:nth-child(2n) {
	border-right: 0px;
}

.related-init-wrap .cols.cols-th:nth-child(3n),
.cols.cols-th:nth-child(3n) {
	border-right: 0px;
}

.row .cols-4d:first-child .events-panel,
.row .cols-4d:nth-child(4n+1) .events-panel,
.row .cols-4d:first-child .initial-panel,
.row .cols-4d:nth-child(4n+1) .initial-panel {
	padding-left:0px !important;
}

.row .cols-4d:nth-child(4n) .events-panel,
.row .cols-4d:nth-child(4n) .initial-panel {
	padding-right:0px !important;
}

.initial-panel {
	padding: 77px 50px;
	display: flex;
	align-items: center;
}

.initial-panel figure {
	width: 250px;
	height: 118px;
	border: 1px solid #000000;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.initial-panel .logo-link {
	display: inline-block;
	cursor: pointer;
}
.initial-panel .logo-link:before {
	display: none;
}
.memb .events-inner {
	display: flex;
	justify-content: flex-start;
}
.memb .events-inner figure  {
	overflow: hidden;
	height: 200px;
	width: 160px;
	border: 1px solid #000000;
	position: relative;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.events-inner .text {
	width: 50%;
}
.events-wrap a.member-full-link {
	display: block;
	width: 100%;
}

.initial-panel figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 160px;
}

.initial-panel p {
	margin-bottom: 38px;
}

.initial-panel p:last-child {
	margin-bottom: 0px;
}

.initial-panel .secondarybtn img {
	top: 5px;
}

.initial-panel h3 {
	margin-bottom: 30px;
}

.more-search .primarybtn.black img {
	left: -11px;
}

.selectBox-options li a:before {
	display: none;
}

.selectBox-dropdown {
	border: 1px solid #000000;
	border-radius: 0px;
}

.selectBox-dropdown .selectBox-arrow {
	border-color: #000;
}

.selectBox-dropdown .selectBox-label {
	font-size: 17px;
	font-weight: 500;
	color: #000000;
	font-family: "Work Sans";
	text-transform: uppercase;
	vertical-align: middle;
}

.selectBox-options li a {
	font-size: 17px;
	font-weight: 500;
	color: #000000 !important;
	font-family: "Work Sans";
	text-transform: uppercase;
	vertical-align: middle;
}
.selectBox-options li a:hover {
	background:#f7f7f7;
}

/* events-panel */

.events-wrap {
	border-bottom: solid 1px #333333;
}

.events-panel {
	padding: 58px 40px 53px 45px;
	width: 100%;
}
.memb .events-panel {
	display: flex;
	align-items: center;
}
.events-panel.quote-cols .events-inner {
	text-align: center;
	position: relative;
	padding-top: 150px;
}

.events-panel.quote-cols .events-inner p {
	font-size: 22px;
	line-height: 36px;
}

.events-panel.quote-cols .events-inner span.name {
	font-family: 'Work Sans';
	font-weight: 600;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.events-panel.quote-cols .events-inner span.title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0px;
	font-style: italic;
	text-transform: none;
}

.events-panel.quote-cols span.half-circle {
	display: inline-block;
	width: 254px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: url(../images/half-circle.svg)no-repeat center top/auto;
}

.events-panel.quote-cols span.sm-full {
	display: inline-block;
	width: 82px;
	height: 82px;
	background: url(../images/sm-circle.png) no-repeat center center / cover;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}

.events-panel.quote-cols span.half-circle:before,
.events-panel.quote-cols span.sm-full:before {
	content: "";
	background: url(../images/quote_icon.svg)no-repeat center top/auto;
	width: 59px;
	height: 37px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	filter: invert(1);
	-webkit-filter: invert(1);
}

.table.sh {
	padding: 0px;
	margin-bottom:0px;
}
.table.sh.rm-s-fil .footable-filtering {
	display:none;
}
.events-wrap.tome-institution .events-panel {
	justify-content: center;
}
.events-panel span {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 17px;
}

.events-panel h3 {
	margin-bottom: 16px;
}

.events-panel p {
	margin-bottom: 40px;
}


/* twitter-block */

.twitter-block {
	padding: 10px 0px 26px;
}
.twitter-block .row {
	margin-left: 0;
	margin-right: 0;
}

.twitter-panel .top {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
#ctf .ctf-tweets .ctf-author-name {
	font-size: 16px;
	line-height: 1.2;
	width: 80%;
	font-weight: 600!important;
}
#ctf .ctf-tweets .ctf-author-screenname,
#ctf .ctf-tweets .ctf-screename-sep {
	display: none!important;
}
#ctf .ctf-tweets .ctf-tweet-meta {
	display: block;
}
#ctf.ctf-masonry .ctf-tweets,
#ctf .ctf-tweets{
	display: flex;
	justify-content: space-between;
	height: auto!important;
	flex-direction: row;
  flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-start;
}
.twitter-panel,
#ctf.ctf-masonry.masonry-4-desktop .ctf-item,
#ctf .ctf-item {
	border: 1px solid #333333;
	padding: 17px 15px 10px;
	position: relative!important;
	left: 0!important;
	top: 0!important;
	margin-right: 15px;
	margin-bottom: 15px;
}
#ctf .ctf-item:first-child {
		border-top: 1px solid #333333;
}
.twitter-block .col:nth-child(4n),
#ctf.ctf-masonry.masonry-4-desktop .ctf-item:nth-child(4n),
#ctf .ctf-item:nth-child(4n) {
	margin-right: 0;
}
#ctf .ctf-quoted-tweet, #ctf .ctf-twitter-card {
	border: none;
	border-radius: 0;
	padding: 0;
}
#ctf .ctf-quoted-tweet:hover,
#ctf .ctf-twitter-card:hover,
#ctf .ctf-quoted-tweet:active,
#ctf .ctf-twitter-card:active,
#ctf .ctf-quoted-tweet:focus,
#ctf .ctf-twitter-card:focus {
	background-color: transparent;
	border: none;
}
#ctf .ctf-tc-summary-info {
	padding: 0!important;
	width: 100%;
}
#ctf .ctf-author-avatar img {
	border-radius: 30px;
	width: 50px!important;
	height: 50px!important;

}
#ctf.ctf-super-narrow .ctf-author-avatar,
#ctf.ctf-super-narrow .ctf-author-avatar img,
#ctf.ctf-narrow .ctf-author-avatar,
#ctf.ctf-narrow .ctf-author-avatar img  {
	width: 50px!important;
	height: 50px!important;
}
#ctf .ctf-retweet-icon {
	background-color: #969696;
	padding: 3px;
}
#ctf .ctf-context,
#ctf.ctf-super-narrow .ctf-context,
#ctf.ctf-narrow .ctf-context {
	display: block;
	border-bottom: 1px solid black;
	padding: 15px 18px;
	margin-left: 0!important;
	font-size: 14px;
	font-weight: 600!important;
}
#ctf .ctf-tweets .ctf-author-box {
	padding: 15px;
	margin-left: 40px;
}
#ctf .ctf-tweets .ctf-author-avatar {
    margin-left: -38px;
	}
#ctf .ctf-tweet-actions,
#ctf .ctf-tweet-content {
	padding: 0 18px 15px!important;
	margin-left: 0!important;
}
#ctf .ctf-tweet-content p {
	font-size: 16px;
}
#ctf .ctf-tc-image {
	border-radius: 8px;
	margin: 10px 0;
	border:1px solid #ccc;
	width: 100%;
}
#ctf .ctf-tweet-actions a.ctf-twitterlink {
	text-decoration: underline;
	font-size: 14px;
}
#ctf .ctf-action-count {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 17px!important;
}
#ctf .ctf-twitter-card .ctf-tc-url {
	opacity: 1;
	border-bottom: 4px solid #feee35;
	display: inline-block;
	line-height: 1;
}
#ctf svg:not(:root).svg-inline--fa,
#ctf_lightbox svg:not(:root).svg-inline--fa,
#ctf .ctf-tweet-actions a.ctf-retweet svg {
	width: 17px;
	height: 17px;
}
#ctf.ctf-masonry.masonry-4-desktop .ctf-item,
#ctf .ctf-item {
	width: 24%;
	padding: 0;
}
@media screen and (max-width:1112px) {
	#ctf.ctf-masonry.masonry-4-desktop .ctf-item,
	#ctf .ctf-item {
		width: 49%;
	}

	#ctf .ctf-item:nth-child(4n),
	#ctf .ctf-item:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:991px)  {
	.twitter-block .row {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media screen and (max-width:768px) {
	#ctf.ctf-masonry.masonry-4-desktop .ctf-item,
	#ctf .ctf-item {
		width: 100%;
		margin-right: 0;
	}
}

.twitter-panel .top figure {
	margin-right: 10px;
}
.twitter-panel:hover {
	background:#F6F6F6;
}

.twitter-panel .top span {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	margin-right: 12px;
}

.twitter-panel .top .check {
	margin-right: 6px;
}

.twitter-panel .top sub {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
}

.twitter-panel p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
}

.twitter-panel p a {
	color: #000000;
}

.twitter-panel>figure {
	margin-bottom: 15px;
	text-align: center;
}

.twitter-panel>figure img {
	display: inline-block;
}

.twitter-panel .bottom {
	display: flex;
	align-items: center;
}

.twitter-panel .bottom .likes img,
.twitter-panel .bottom .heart img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.twitter-panel .bottom .back {
	margin-right: 30px;
}

.twitter-panel .bottom .likes {
	margin-right: 25px;
}

.twitter-panel .bottom .heart {
	margin-right: 20px;
}

.twitter-panel .bottom span,
.twitter-panel .bottom a {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}

.twitter-panel .bottom a {
	text-decoration: underline;
}
.twitter-panel .bottom a:before {
	display:none;
}

.twitter-panel.retweeted {
	padding: 0;
}

.twitter-panel.retweeted .content {
	padding: 10px 15px;
}

.twitter-panel.retweeted .retweeted-panel {
	display: flex;
	align-items: center;
	padding: 8px 15px;
	border-bottom: 1px solid #333333;
}

.retweeted-panel figure {
	margin-right: 15px;
}

.retweeted-panel span {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
}

.twitter-panel.retweeted .content .top span {
	text-transform: capitalize;
}

.primarybtn.load,
#ctf #ctf-more {
	border: 1px solid #333333;
	color: #000000;
	margin-bottom: 26px;
	margin-top: 26px;
	background-color: transparent;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 16px;
	display: inline-block;
	text-align: right;
    padding: 8px 20px 8px 46px;
    position: relative;
    text-decoration: none;
		width: auto;
		font-weight: 600;
}
.primarybtn.load:hover,
#ctf #ctf-more:hover {
	background-color: black;
	color: white;
}

.primarybtn.load:before,
#ctf #ctf-more:before {
	top: 40%;
	left: 13px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	width: 18px;
height: 12px;
background: url(../images/arrow-icon-black.svg)no-repeat center left/ 18px;
position: absolute;
    content: "";
}
.primarybtn.load:hover:before,
#ctf #ctf-more:hover:before {
	filter: invert(1);
	-webkit-filter: invert(1);
}
#ctf .ctf-out-of-tweets {
	border: none!important;
}
.primarybtn.load.ld-twit:before {
	top:35%;
}


.primarybtn.load img {
	width: auto;
	top: 3px;
}


/* .common-content-box */

.common-content-box {
	padding-top: 150px;
	padding-bottom: 114px;
	border-bottom: 1px solid #000;
}

.common-content-box .text-content {
	max-width: 932px;
	margin: 0 auto;
}

.common-content-box .text-content h2 {
	line-height: 56px;
	margin-bottom: 43px;
}

.common-content-box .text-content p {
	margin-bottom: 30px;
}

.common-content-box .text-content hr {
	border-top: 1px solid #000;
	margin-top: 40px;
	margin-bottom: 40px;
}


/* accordion */

#accordion .card {
	padding: 98px 0px 65px;
	border-bottom: 1px solid #000;
	background: transparent;
}
#accordion .card:hover {
	background-color: #f7f7f7;
}
#accordion .card-header {
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	background: none;
	border: 0px;
}

#accordion .card-header .container .h2 {
	position: relative;
	padding-left: 75.35px;
}

#accordion .card:hover .container i.expand-icon {
	background-color: #000;
}

#accordion .card-header .container .h2:not(.collapsed) .expand-icon:before {
	background: url(../images/minus.svg) no-repeat center center / 20px;
}

#accordion .card-header .expand-icon {
	position: absolute;
	left: 0px;
	top: 10px;
}

#accordion .card:hover .container i.expand-icon:before {
	filter: invert(1);
	-webkit-filter: invert(1);
}

#accordion .h2 {
	border: 0px;
	border-radius: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 25px;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 1.6;
}

#accordion .h2:focus {
	text-decoration: none;
}

#accordion .card-body {
	padding: 0px;
	padding-left: 75.35px;
}

#accordion .card-body p {
	margin-bottom: 30px;
}

.text-content .sm-h1 {
	padding-bottom: 38px;

}

.entry-meta time,
.entry-meta a,
.entry-meta .author {
	color: #000000!important;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
	display: inline-block;
}

.entry-meta time {
	padding-right: 10px;
}

.entry-meta a,
.entry-meta .author {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000;
	line-height: 12px;
	border-bottom: none;
}
.entry-meta a.author:hover {
	text-decoration: underline;
}

/* joinus-wrap */

.joinus-wrap {
	padding: 135px 0px 74px;
	border-bottom: 1px solid #333333;
}

.joinus-wrap .col {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	margin-right: 3.5%;
}

.joinus-wrap .col1 {
	-ms-flex: 0 0 61.5%;
	flex: 0 0 61.5%;
	max-width: 61.5%;
}

.joinus-wrap .joinus-block {
	max-width: 930px;
	margin: 0 auto;
}

.joinus-wrap h2 {
	margin-bottom: 10px;
}

.joinus-block .form-panel label {
	position: relative;
}

.joinus-block .form-panel .fsBody,
.joinus-block .form-panel .fsBody .fsForm .fsFieldRow .fsFieldCell,
.joinus-block .form-panel .fsBody .fsForm,
.joinus-block .form-panel .fsBody .fsForm .fsCell {
    margin: 0;
    padding: 0;
		background-color: transparent;
}
.joinus-block .form-panel .fsFieldFocused:not(.fsValidationError).fsSpan100,
.joinus-block .form-panel .fsSpan100 {
	padding: 0!important;
	margin: 0!important;
}
/*
.joinus-block .form-panel label span {
	position: absolute;
	right: 0;
	width: 60px;
	height: 63px;
	border-left: solid 1px #333333;
	z-index: 999999;
	display: inline-block;
	text-align: center;
	line-height: 63px;
}
*/
.joinus-block .form-panel label span img {
	display: inline-block;
}

.joinus-block .form-panel .half {
	width: 100%;
	display: flex;
	margin-bottom:12px;
}
.joinus-block .form-panel .half span.wpcf7-form-control-wrap {
	width:49%;
	margin-right:2%;
	position:relative;
}
.joinus-block .form-panel .half span.wpcf7-form-control-wrap input {
	width:100%;
	margin:0px;
}
.joinus-block .form-panel .half span.wpcf7-form-control-wrap:last-child {
	margin-right:0px;
}
a.selectBox {
	border: 1px solid #333333;
	padding:6px 15px;
	box-sizing:border-box;
	font-size:17px;
	font-family: "Work Sans";
	min-width: 155px;
}
.selectBox-options li a {
	padding:6px 15px;
	box-sizing:border-box;
}
.selectBox-options LI.selectBox-selected A {
	background:#f7f7f7;
}
.selectBox-dropdown .selectBox-arrow {
	width:44px;
	background:none;
}
.selectBox-dropdown .selectBox-arrow:before {
    content: "";
    position: absolute;
    background: url(../images/drpdwn.png) no-repeat center center / 17px;
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: 28%;
    left: 30%;
}
.joinus-block .form-panel a.selectBox {
	border: 1px solid #333333;
    background-color: #ffffff;
	width:100% !important;
	padding:16.45px 35px;
}
.joinus-block .form-panel .selectBox-dropdown .selectBox-arrow {
	width:60px;
	background:none
}
.joinus-block .form-panel a.selectBox:hover,
.joinus-block .form-panel a.selectBox-menuShowing {
	background:#F7F7F7;
}
.joinus-block .form-panel input[type="text"]:hover,
.joinus-block .form-panel input[type="text"]:focus,
.joinus-block .form-panel input[type="text"]:active,
.joinus-block .form-panel input[type="email"]:hover,
.joinus-block .form-panel input[type="email"]:focus,
.joinus-block .form-panel input[type="email"]:active
 {
	background:#F7F7F7;
}

.joinus-block .form-panel textarea:hover,
.joinus-block .form-panel textarea:focus,
.joinus-block .form-panel textarea:active {
	background:#F7F7F7;
	outline:none;
}

.wpcf7-form-control-selectBox-dropdown-menu li.selectBox-selected {
	display:none;
}
.joinus-block .form-panel p .wpcf7-form-control-wrap.txtarea {
	margin-bottom:0px;
	padding:0px;
	border:0px;
	display:block;
}
.joinus-block .form-panel span.wpcf7-form-control-wrap.txtarea span.wpcf7-not-valid-tip {
	top:-20px;
	font-size:12px;
	font-family:'Work Sans';
}

.joinus-block .form-panel .selectBox-dropdown .selectBox-arrow:before {
	content:"";
	position:absolute;
	background:url(../images/drpdwn.png) no-repeat center center / 17px;
	width:17px;
	height:17px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.joinus-block .form-panel .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:before {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	top: 37%;
	left: 36%;
}
.selectBox-dropdown-menu {
	box-shadow: none;
	border: 1px solid;
  /* min-height: 238px; */
}
.selectBox-dropdown-menu.selectBox-options-bottom {
	-moz-border-radius-bottomleft: 0px!important;
-moz-border-radius-bottomright: 0px!important;
-webkit-border-bottom-left-radius: 0px!important;
-webkit-border-bottom-right-radius: 0px!important;
border-bottom-left-radius:0px!important;
border-bottom-right-radius: 0px!important;
}
.selectBox-dropdown-menu.selectBox-options-top {
	-moz-border-radius-topleft: 0px!important;
-moz-border-radius-topright: 0px!important;
-webkit-border-top-left-radius: 0px!important;
-webkit-border-top-right-radius: 0px!important;
border-top-left-radius:0px!important;
border-top-right-radius: 0px!important;
}
.selectBox-dropdown-menu.selectBox-options-bottom li {
	border-top: 1px solid black;
}
.selectBox-dropdown-menu.selectBox-options-top li {
	border-bottom: 1px solid black;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	display:none !important;
}

.wpcf7-form-control-selectBox-dropdown-menu li a {
	padding:16.45px 35px;
}

.joinus-block .form-panel a.selectBox span {
	padding:0px;
	margin:0px;
}
.joinus-block .form-panel .half .inputbtn {
	width: 49%;
	margin-right: 2%;
}

.joinus-block .form-panel .half .inputbtn:nth-child(2n) {
	margin-right: 0%;
}
.wpcf7-not-valid {
	border:1px solid #F38D9D;
	margin-top:20px !important;
	border-bottom:3px solid #F38D9D;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F38D9D;
}
.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
  color: #F38D9D;
}
.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
  color: #F38D9D;
}
.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
  color: #F38D9D;
}
span.wpcf7-not-valid-tip {
	color:#F38D9D;
	display:block;
	text-transform:uppercase;
	position:absolute;
	top:0px;
}
.joinus-block .form-panel .primarybtn {
	background:url(../images/arrow-icon-black.svg) no-repeat center left 23px / 18px;
	background-color: #feee35;
	color: #000000;
	height: 53px;
	line-height: 53px;
	padding: 0px 35px;
	margin-top: 30px;
	padding-left:60px;
}
.joinus-block .form-panel .primarybtn:hover {
	background:url(../images/arrow-icon-white.svg) no-repeat center left 23px / 18px;
}

.joinus-block .form-panel .primarybtn img {
	left: -10px;
}

.common-content-box .table-box p {
	margin-bottom: 15px;
}

.common-content-box .table-box p:last-child {
	margin-bottom: 0px;
}

.common-content-box .table-box .row {
	padding: 30px 0px;
	border-bottom: 1px solid #000;
	margin-left: 0px;
}

.common-content-box .table-box .row:first-child {
	border-top: 1px solid #000;
}

.common-content-box .table-box .row:last-child {
	border-bottom: 0px;
}

.common-content-box .table-box .row h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.semantic_ui .ui.table {
	border: 0px !important;
}
/* publishers ninja table plugin -----------------------------------------------*/
#footable_326 {
	display: block!important;
}
.semantic_ui #footable_326  thead,
.semantic_ui #footable_326  tbody {
	display: table!important;
	width: 100%;
}
.semantic_ui #footable_326 td,
.semantic_ui #footable_326 th {
	width: 20%;
}
.semantic_ui #footable_326 th.footable-first-visible,
.semantic_ui #footable_326 td.footable-first-visible {
	width: 40%;
}
.semantic_ui .ui.table td {
	font-size: 18px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.semantic_ui .ui.table:not(.inverted) thead th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.semantic_ui .ui.table tr td:last-child,
.semantic_ui .ui.table:not(.inverted) thead th:last-child {
	border-right: 0px;
}

.semantic_ui .ui.table:not(.inverted) thead th {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}
.table .container {
	max-width: 100%;
}
.semantic_ui #footable_326 .footable-filtering th {
	padding-left: 45px;
	padding-right: 40px;
}
.semantic_ui #footable_326 thead tr:first-child>th:only-child,
.semantic_ui #footable_326 thead tr>th:first-child,
.semantic_ui #footable_326 tr td:first-child,
.semantic_ui #footable_326:not(.inverted) thead th:first-child {
	padding-left: 45px;
}
.semantic_ui .ui.table td .h4-h a {
	display: block;
	background: url(../images/external-arrow-icon.svg)no-repeat center right/ 20px;
}

.semantic_ui .ui.table tr td:first-child,
.semantic_ui .ui.table tr td:last-child,
.semantic_ui .ui.table:not(.inverted) thead th:first-child {
	position: relative;
}

.semantic_ui .ui.table tr td:first-child:before,
.semantic_ui .ui.table:not(.inverted) thead th:first-child:before {
	content: "";
	left: -200%;
	width: 200%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}

.semantic_ui .ui.table:not(.inverted) thead th:last-child:after {
	content: "";
	right: -200%;
	width: 200%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}
.semantic_ui #footable_326 thead th.footable-last-visible,
.semantic_ui #footable_326 td.footable-last-visible {
	border-right: none!important;
}
.semantic_ui .ui.table:last-child,
.semantic_ui .ui.table thead tr:first-child>th:only-child,
.semantic_ui .ui.table tr td:first-child,
.semantic_ui .ui.table tr td:last-child,
.semantic_ui .ui.table:not(.inverted) thead th:first-child,
.semantic_ui .ui.table:not(.inverted) thead th,
.semantic_ui .ui.table:not(.inverted) thead th,
.semantic_ui .ui.striped.table>tr:nth-child(2n),
.semantic_ui .ui.striped.table tbody tr:nth-child(2n) {
	background: transparent !important;
}
.semantic_ui .ui.table thead tr:first-child>th:only-child,
.semantic_ui .ui.table thead tr>th:first-child,
.semantic_ui .ui.table tr td:first-child,
.semantic_ui .ui.table:not(.inverted) thead th:first-child {
	padding-left:0px;
}
.semantic_ui .ui.table a:before {
	display: none;
}

.semantic_ui .ui.table tr td:last-child:before,
.semantic_ui .ui.table:not(.inverted) thead th:last-child:before {
	content: "";
	right: -200%;
	width: 200%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}
.semantic_ui .ui.table tr td:last-child:after,
.semantic_ui .ui.table:not(.inverted) thead th:last-child:after  {
	content: "";
	right: -200%;
	width: 200%;
	bottom: -1px;
	height: 1px;
	background: #333333;
	position: absolute;
}
.semantic_ui .ui.table tbody tr:last-child td {
	border-bottom: 1px solid #000 !important;
}
#footable_parent_326 .foo-table .form-inline {
	margin-bottom: 20px;
}
.footable_parent {
	overflow: visible !important;
}
.footable .pagination>li>a,
.footable .pagination>li>span {
    margin-left: 5px!important;
    color: #000!important;
    border: 1px solid #000!important;
		font-size: 14px!important;
		font-weight: bold!important;
	}
	.footable .pagination>.active>a,
	.footable .pagination>.active>a:focus,
	.footable .pagination>.active>a:hover,
	.footable .pagination>.active>span,
	.footable .pagination>.active>span:focus,
	.footable .pagination>.active>span:hover {
		background-color: #f7f7f7!important;
	}
	.footable .pagination>li:first-child>a,
	.footable .pagination>li:first-child>span {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
.foo-table .form-group.footable-filtering-search .input-group {
	position: relative;
}
.foo-table .form-group.footable-filtering-search input.form-control {
    border-radius: 0!important;
    border: 1px solid #000!important;
		border-width: 1px 1px 1px 0px!important;
		font-size: 18px!important;
		height: 55px!important;
		padding: 12px 12px 12px 45px!important;
		font-weight: 500
		color: #000!important;
	}
	.foo-table .form-group.footable-filtering-search input.form-control::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #000;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
		/* Firefox */
	}

	.foo-table .form-group.footable-filtering-search input.form-control:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #000;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
	}

	.foo-table .form-group.footable-filtering-search input.form-control::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #000;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 500;
	}
.footable .btn-primary {
	background-color: white!important;
	color: #000!important;
	border: 1px solid #000!important;
	border-width: 1px 0px 1px 1px!important;
}
.footable_parent .fooicon-search:before {
	font-size: 20px!important;
}
#footable_parent_326 .form-group.footable-filtering-search .input-group-btn>button {
    height: 55px!important;
    padding: 16px 12px!important;
	}
	#footable_parent_326 .form-group.footable-filtering-search .input-group-btn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	}
#footable_parent_326 .form-group.footable-filtering-search .input-group-btn>button.dropdown-toggle {
	display: none!important;
}
.foo-table span.footable-toggle {
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	border-right: 1px solid black;
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footable_326 tr[data-expanded="true"],
#footable_326 tr.footable-detail-row .footable-details tr th,
#footable_326 tr.footable-detail-row .footable-details tr td {
	background-color:#f7f7f7!important;
}
#footable_326 tr.footable-detail-row .footable-details tr td {
	width: 90%;
}

.foo-table span.footable-toggle.fooicon-minus {
	border-color:#f7f7f7;
}
.footable_parent .fooicon-plus:before,
.footable_parent .fooicon-minus:before {
	color: black;
font-size: 12px;
padding: 2px;
border: 2px solid;
border-radius: 4px;
}
#footable_parent_326 .foo-table tbody tr.footable-detail-row>td {
	padding: 0!important;
}
#footable_parent_326 .foo-table tbody tr.footable-detail-row td table.footable-details:not(.ninja_custom_color) tbody tr:nth-child(2n),
#footable_parent_326 .foo-table tbody tr.footable-detail-row td table.footable-details:not(.ninja_custom_color) tbody tr,
#footable_parent_326 .foo-table tbody tr.footable-detail-row:hover {
	background-color: transparent!important;
}
#footable_parent_326 .foo-table tbody tr.footable-detail-row td table.footable-details:not(.ninja_custom_color) tbody tr:hover {
	background-color: #f7f7f7!important;
}
.search article {
	padding: 70px 0px;
	border-bottom: 1px solid #000;
}

.search article a:before {
	display: none;
}

.search article:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.search article p:last-child {
	margin-bottom: 0px;
}


/* footer wrap */

#footer-wrap {
	width: 100%;
	background: #fff;
}

.footer-block {
	padding: 52px 0px 35px;
}

.footer-block .partner-block a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.footer-block .partner-block a:before {
	display: none;
}
.footer-block h2 {
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 20px;
}
.footer-block p {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.partner-block figure {
	width: 33%;
	height: 138px;
	border: 1px solid #333333;
	background-color: #ffffff;
	margin-right: 13px;
	position: relative;
	overflow: hidden;
}
.partner-block figure:hover {
	background-color:#F6F6F6;
}

.partner-block figure img {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.partner-block .p-icon1 img,
.partner-block .p-icon2 img {
	max-width: 60%;
}

.footer-block .row {
	justify-content: space-between;
	position: relative;
}
.footer-block .copyright-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    align-self: self-start;
		padding-top: 45px;
}
.copy-block li.copyright-items {
	position: relative;
	overflow: visible;
}
.copy-block .ccby-logo {
  position: absolute;
	bottom: -51px;
	left: 0;
	width: 100px;
}
.copy-block .ccby-logo img {
	display: inline;
}
.copy-block,
.footer.twt {
	text-align: right;
}
.copy-block ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.copy-block ul li {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 20px;
}

.copy-block ul li a:before {
	display: none;
}

.copy-block ul li:hover a {
	text-decoration: underline;
}

.footer.twt a {
	display: inline-block;
}
.footer.twt img {
	width: 25px;
}
@media screen and (min-width:1375px) {
	.form-iframe {
		min-height: 716px!important;
	}
}
@media screen and (max-width: 2000px) and (min-width: 992px) {
	.header-block.hover-search .right-header .nav-block,
	.header-block.hover-search .g-link,
	.header-block.hover-search .social-logo ul li.twt	{
		opacity:0;
		visibility:hidden;
		transition:0.1s all;
		-webkit-transition:0.1s all;
	}
	.social-logo ul li {
		position:initial;
	}
	.social-logo ul li form {
		top:0px;
		display:block !important;
	}
	.social-logo ul li form {
		width:0px;
		visibility:hidden;
		opacity:0;
		transition:0.1s all;
		-webkit-transition:0.1s all;
	}
	.header-block.hover-search .social-logo ul li.search a {
		opacity:0;
		visibility:hidden;
	}
	.header-block.hover-search .social-logo ul li form {
		max-width:100%;
		visibility:visible;
		opacity:1;
		display:block;
		width:999px;
	}

	.social-logo ul li form input {
		border:0px;
		border-radius:0px;
		background:transparent;
		width:100%;
		font-size: 20px;
		padding-left:40px;
		background:url(../images/search-icon.svg) no-repeat center left / 22px;
	}

		.social-logo ul li form input::placeholder {
			/* Chrome, Firefox, Opera, Safari 10.1+ */
		text-transform:uppercase;
			/* Firefox */
		}

		.social-logo ul li form input:-ms-input-placeholder {
			/* Internet Explorer 10-11 */
		text-transform:uppercase;
		}

		.social-logo ul li form input::-ms-input-placeholder {
			/* Microsoft Edge */
		text-transform:uppercase;
		}
}

@media only screen and (max-width: 1375px) {


	.partner-block .p-icon1 img,
	.partner-block .p-icon2 img {
		max-width: 80%;
	}
	.semantic_ui #footable_326 thead tr:first-child>th:only-child,
	.semantic_ui #footable_326 thead tr>th:first-child,
	.semantic_ui #footable_326 tr td:first-child,
	.semantic_ui #footable_326:not(.inverted) thead th:first-child {
		padding-left: 15px;
	}
	.semantic_ui #footable_326 .footable-filtering th {
		padding-left: 15px;
		padding-right: 15px;
	}
	.catg-panel {
		padding: 70px 15px;
	}
	.container {
		max-width: calc(100% - 30px);
	}

	.semantic_ui .ui.table thead tr:first-child>th:only-child,
	.semantic_ui .ui.table thead tr>th:first-child,
	.semantic_ui .ui.table tr td:first-child,
	.semantic_ui .ui.table:not(.inverted) thead th:first-child {
		padding-left: 15px;
	}
	#footable_326.nt_hide_breakpoint_labels table.footable-details tbody>tr>th {
		display: block;
		padding: .78571429em;
		border-bottom: 1px solid;
		font-weight: normal;
		text-transform: uppercase;
	}
	#footable_326.nt_hide_breakpoint_labels table.footable-details tbody>tr:last-of-type>th,
		#footable_326.nt_hide_breakpoint_labels table.footable-details tbody>tr:last-of-type>td,
		.semantic_ui #footable_326.ui.table table.footable-details tr:last-child td {
		border-bottom: none!important;
	}
	h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.p-title-wrap {
		padding-top: 100px;
	}
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.initial-panel {
    padding: 77px 15px;
	}
	.research-panel {
    padding: 65px 72px 72px 15px;

	}
	.research-wrap .cols:nth-child(2n) .research-panel {
		padding-right: 67px;
	}
	.events-panel {
	    padding: 58px 15px 53px;
		}
.joinus-wrap .joinus-block {
	max-width: 100%;
}
}

@media only screen and (max-width: 1275px) {
	.header-inner .logo {
		max-width: 225px;
	}
	.header-inner .logo img {
		height: auto;
	}
	.nav-block ul li {
		margin-right: 16px;
	}
	.nav-block ul li a {
		font-size: 13px;
	}
	.partner-block figure {
		width: 33%;
    min-height: 89px;
	}
	.related-init .rw-slider .owl-item .cols:before {
		opacity: 0;
	}
	.related-init .rw-slider .owl-item .cols {
		border-bottom: 0px;
	}
	.related-init .rw-slider .owl-item .cols:before,
	.related-init .rw-slider .owl-item .cols:after {
		display: none;
	}
}

@media only screen and (max-width: 990px) {
	.semantic_ui #footable_326 td,
	.semantic_ui #footable_326 th {
		width: 30%;
	}

	.semantic_ui #footable_326 .footable-details th,
		.semantic_ui #footable_326 .footable-details td {
		width: 100%;
	}
	.semantic_ui #footable_326 th.footable-first-visible,
	.semantic_ui #footable_326 td.footable-first-visible {
		width: 70%;
	}
		.foo-table h4.h4-h {
			margin-left: 40px;
		}
	.footer-block .row {
		    width: calc(100% + 45px);
}
.partner-block .p-icon1 img,
.partner-block .p-icon2 img {
	max-width: 60%;
}
	h1 {
		font-size: 45px;
		line-height: 50px;
	}
	h2 {
		font-size: 33px;
		line-height: 38px;
	}
	h3 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	p {
		font-size: 17px;
		line-height: 24px;
	}
	.header-inner {
		padding: 16px 0px 16px;
	}
	.home-banner-inner {
		min-height: 450px;
	}
	.home-banner .circle-rotate {
		width: 900px;
		height: 900px;
		top: -420px;
		right: -80px;
	}
	.banner-text {
		margin-right: 0px;
		text-align: right;
	}
	#left-cir {
		width: 300px;
		height: 300px;
		left: -150px;
	}
	#right-cir {
		width: 300px;
		height: 300px;
		right: -150px;
	}
	.banner-text h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.mobile-menu {
		display: inline-block;
		cursor: pointer;
		position: absolute;
		padding-left: 15px;
		padding-top:0px;
		right:15px;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
	}
	.mobile-menu .bar3 {
		margin-bottom:0px;
	}
	.mobile-menu:before {
		content: "";
		position: absolute;
		width: 2px;
		height: 60px;
		background: #000;
		left: 0px;
		top: -21px;
	}
	.bar1,
	.bar2,
	.bar3 {
		width: 22px;
		height: 2px;
		background-color: #000;
		margin: 0px 0px 6px;
		transition: 0.4s;
	}
	.bar2 {
		width: 20px;
	}
	.bar3 {
		width: 18px;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
	.right-header {
		display: none;
	}
	.catg-panel p {
		margin-bottom: 30px;
	}
	.categories-wrap {
		border-top:0px;
	}
	.categories-wrap,
	.research-wrap {
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 0px;
	}
	.categories-wrap .container,
	.research-wrap .container,
	.categories-wrap .container-fluid,
	.research-wrap .container-fluid {
		padding-left:0px;
		padding-right:0px;
	}

	.categories-wrap .cols,
	.research-wrap .cols {
		flex: 0 0 100%;
		max-width: 100%;
		border: 1px solid #000;
		margin-bottom: 15px;
	}
	.catg-panel,
	.research-panel {
		padding: 44px 28px !important;
	}

	.categories-wrap .cols:last-child,
	.research-wrap .cols:last-child {
		border-right: 1px solid #000;
	}
	.more-search {
		border-bottom: 0px;
		padding-top: 0px;
	}
	.p-title-wrap {
		border-top: 1px solid #000;
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.p-title-wrap+.p-title-wrap {
		border-top: 0px;
	}
	.p-title-wrap.with-sec {
		border-bottom: 0px;
		padding-bottom: 20px;
	}
	.research-panel figure{
		float: none;
		display: block;
		margin: auto;
	}
	.research-panel .text h3 {
		font-size: 33px;
		line-height: 38px;
	}
	.research-panel .text {
		width: 100%;
	}
	.research-panel figure {
		padding-top: 0px;
		margin-bottom: 38px;
	}
	.research-panel .text {
		min-height: 1px;
	}
	.related-init {
		border-bottom: 1px solid #000 !important;
	}
	.related-init .rw-slider .owl-item {
		opacity: 1 !important;
		border: 1px solid #000;
	}
	.related-init {
		border-bottom: 0px !important;
		margin-bottom: 15px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.related-init .rw-slider .cols {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.related-init .rw-slider .initial-panel figure img {
		max-width: 100%;
		width: auto;
		padding: 0 10px;
	}
	.related-init .rw-slider .cols {
		border: 0px !important;
	}
	.initial-panel {
		padding: 40px 30px 40px 30px;
	}
	.initial-panel figure{
		max-width: 184px;
		width: 100%;
		height: 103px;
	}
	.events-wrap.inner-data {
		padding-left: 15px;
		padding-right: 15px;
	}
	.events-wrap.inner-data .cols {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 15px;
		border: 1px solid #000;
	}
	.events-wrap.inner-data .cols:before,
	.events-wrap.inner-data .cols:after {
		display: none;
	}
	.events-panel {
		padding: 44px 30px;
	}
	.twitter-block {
		padding-bottom: 0px;
	}
	.twitter-block .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.twitter-block .col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.joinus-wrap {
		padding-top: 75px;
		padding-bottom: 50px;
	}
	.joinus-wrap .row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.joinus-wrap .col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.joinus-wrap .col1 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.joinus-block .form-panel label {
		display: block;
	}
	.joinus-block .form-panel .half input,
	.joinus-block .form-panel .half .inputbtn {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}
	.joinus-block .form-panel .half {
		flex-wrap: wrap;
	}
	.footer-block .inner {
		flex-wrap: wrap;
	}
	.footer-block .partner-block {
		flex: 0 0 100%;
		width: 100%;
	}
	.footer-block .copy-block {
		width: 100%;
		text-align: center;
	}
.copy-block ul li.copyright-items {
	margin-left: 0;

}
	.copy-block ul {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.footer.twt {
		padding-top: 10px;
	}
	.copy-block .ccby-logo {
		margin-top: 20px;
	}
.footer-block .copyright-wrap {
	padding-top: 0;
	padding-bottom: 40px;
}
	.primarybtn.primary,
	.primarybtn.newlink,
	.primarybtn.download {
		text-align: left;
		line-height:18px;
		padding-top:11px;
		padding-bottom:11px;
	}

	.partner-block figure {
		height:138px;
	}
	.home-banner.inner-home .home-banner-inner {
		min-height: 220px;
	}
	.home-banner.inner-home .home-banner-inner h1.inner-title {
		padding-top: 0px;
		margin-top: 46px;
	}
	.home-banner.inner-home:after,
	.home-banner.inner-home .circle-rotate,
	.page-template-page-faq .home-banner.inner-home:after,
	.page-template-page-faq .home-banner.inner-home .circle-rotate {
		top: -536px;
	}
	.home-banner.inner-home {
		margin-bottom: 15px;
	}
	.more-search a.primarybtn:before {
		left:23px;
	}
	.twitter-panel p a:before {
		display:none;
	}
	.joinus-block .form-panel .half span.wpcf7-form-control-wrap {
		width:100%;
		margin-right:0px;
		margin-bottom:15px;
	}
	#content-wrap .container,
	#content-wrap .container-fluid {
		padding-left:0px;
		padding-right:0px;
	}

	.partner-block figure {
		width:31%;
		margin-bottom: 15px;
	}
	h1 {
		font-size: 38px;
		line-height: 40px;
	}
	#accordion .card-header .container,
	#content-wrap .common-content-box .container	{
		padding-left:15px;
		padding-right:15px;
	}
	#accordion .card-header .container .h2 {
		font-size: 28px;
		line-height: 32px;
		padding-left: 50px;
	}
	#accordion .card {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#accordion .card-header .expand-icon {
		width: 35px;
		height: 35px;
		top: 0px;
	}
	#accordion .card-header .expand-icon:before {
		background-size: 15px !important;
	}
	#accordion .card-body {
		padding-left: 50px;
	}
	#accordion .card {
		border-top: 0px;
	}
	.events-wrap.inner-data .filter-wrap {
		top: -74px;
    left: -14px;
	}
	.load-more-wrap .container {
		padding-top: 0px;
		padding-left: 0px;
	}
	.inner-banc+#content-wrap .p-title-wrap:first-child {
		border-top: 0px;
	}
	.tome-institution {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 40px;
	}
	.tome-institution .owl-item {
		border: 1px solid #000;
	}
	.tome-institution .owl-item .events-panel {
		min-height: 1px;
	}
	.tome-institution .row .owl-stage {
		display: flex !important;
		display: -webkit-flex !important;
	}
	.tome-institution .owl-item .cols {
		border: 0px;
		margin-bottom: 0px;
	}
	.tome-institution .events-panel {
		padding: 15px 15px;
	}
	.tome-institution .owl-item {
		display: flex;
		display: -webkit-flex;
		align-items: center;
	}
	.events-panel.quote-cols .events-inner p {
		font-size: 19px;
		line-height: 28px;
	}
	.events-panel.quote-cols span.half-circle {
		width: 195px;
		height: 100px;
		background-size: 195px;
	}
	.events-panel.quote-cols {
		padding-left: 15px;
		padding-right: 15px;
	}
	.events-panel.quote-cols span.half-circle:before,
	.events-panel.quote-cols span.sm-full:before {
		width: 46px;
		height: 35px;
		background-size: 46px;
	}
	.events-panel.quote-cols .events-inner {
		padding-top: 110px;
	}
	.events-wrap.quote .cols {
		border-right: 1px solid #000 !important;
	}
	.common-content-box .text-content h2 {
		font-size: 33px;
		line-height: 38px;
	}
	.common-content-box {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.events-panel {
		min-height: 1px;
		width: 100%;
		display: block;
	}
	.events-panel h3 {
		margin-bottom: 10px;
	}
	.events-wrap.inner-data.part figure {
		max-width: 250px;
		min-height: 146px;
	}
	.events-wrap.inner-data.part figure img {
		padding: 0 15px;
	}
	.events-wrap.inner-data.part .cols {
		border-right: 1px solid #000 !important;
	}
	.semantic_ui .ui.table {
		width: auto;
	}
	.text-content .sm-h1 {
		font-size: 33px;
		line-height: 38px;
	}
	.text-content img {
		max-width: 100%;
		height: auto;
	}
	.entry-meta.mobile {
		display: block;
	}
	.entry-meta.desk {
		display: none;
	}
	.text-content .sm-h1 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.entry-meta.mobile {
		padding-bottom: 20px;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
	}
	.entry-meta.mobile time {
		font-size: 15px;
		margin-bottom: 0px;
	}
	.entry-meta.mobile a {
		color: #000;
		margin-bottom: 0px;
		padding-left: 0px;
		border-left: 0px;
	}
	.common-content-box .table-box .row div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.search .home-banner.inner-home .home-banner-inner h1 {
		padding-top: 16px;
		margin-top: 58px;
	}
	h2.page-title {
		padding-bottom: 40px;
		margin-bottom: 0px;
	}
	.search article {
		padding-top: 30px;
	}
	.right-header {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 59px;
		background: #fff;
		display: none;
	}
	.right-header .inner {
		flex-wrap: wrap;
		display: block;
	}
	.nav-block ul {
		display: block;
	}
	.right-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 85px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.right-header .inner ul li {
		display: block;
		margin-right: 0px;
		margin-bottom: 15px;
	}
		.right-header .inner ul li:last-of-type,
			.right-header .inner ul li.twt {
			margin-bottom: 20px;
		}
	.right-header .inner ul li a {
		font-size: 16px;
		line-height: 20px;
	}
	.right-header .g-link {
		display: inline-block;
		margin-bottom: 20px;
	}
	.social-logo ul li {
		position: initial;
	}
	.social-logo ul li form {
		display: block;
		top: 20px;
		left: 15px;
	}
	.social-logo ul li form input {
		border-radius: 0px;
		padding: 10px 15px;
		background: url(../images/search-icon.svg) no-repeat center right 20px;
		background-size: 22px;
	}
	.social-logo ul li {
		margin-left: 0px;
	}
	.social-logo ul li.search a {
		display: none;
	}
	.change .bar3 {
		transform: rotate(45deg) translate(-5px, -3px);
		-webkit-transform: rotate(45deg) translate(-5px, -3px);
		width: 22px;
	}
}


/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 991px) and (max-width: 1071px) {

	.form-iframe {
		min-height: 716px!important;
	}
}


/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 670px) {
.form-iframe {
	min-height: 716px!important;
}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 599px) {
	.footer-block .row {
				width: calc(100% + 30px);
}
	.partner-block figure {
		width:100%;
		margin-right:0;
	}
	.partner-block .p-icon1 img,
	.partner-block .p-icon2 img {
    max-width: 38%;

	}
	.home-banner-inner {
		min-height: 400px;
	}
	.banner-text h1 {
		font-size: 25px;
		line-height: 31px;
		margin-bottom: 20px;
	}
	.banner-text {
		text-align:left;
	}
	.home-banner .circle-rotate {
		width: 600px;
		height: 600px;
		top: -180px;
		right: -20px;
	}
	.related-init .rw-slider .owl-item {
		flex: 0 0 249px;
		max-width: 249px;
		width: 249px;
		width: 249px !important;
	}
	.related-init .rw-slider .owl-stage {
		display: flex;
		display: -webkit-flex;
	}
	.initial-panel {
		padding-bottom: 20px;
		padding-left: 28px;
		padding-right: 28px;
	}
	.home-banner.inner-home:after,
	.home-banner.inner-home .circle-rotate,
	.page-template-page-faq .home-banner.inner-home:after,
	.page-template-page-faq .home-banner.inner-home .circle-rotate {
		top: -231px;
		right: -187px;
	}
	.tome-institution .owl-item img {
		min-width: 100px;
	}
	.footable_parent {
		overflow-x: auto !important;
	}

	.h4-h {
		font-size: 19px;
		line-height: 21px;
	}
	.semantic_ui .ui.table:not(.inverted) thead th {
		font-size: 15px;
	}
	.semantic_ui .ui.table td {
		font-size: 15px;
	}
	.table.sh {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}


/*-------------------------------   Junaid --------------------------------------------*/


 @media (max-width: 767px) {
 .joinus-cir:before{
    top: 70px;
    width: 235px;
    height: 239px;
    left: -133px;
	}
.page-id-7 .cir-right:before{
	top:50%;
	bottom:inherit;
	width:214px;
  }
  .page-id-7 .cir-left:before {
    bottom: -89px;
    width: 320px;
  }

  .cir-right:before {
    bottom: -100px;
    width: 218px;
    height: 283px;
  }

 }

 @media (min-width: 768px) and (max-width: 991px) {}

 @media (min-width: 992px) and (max-width: 1024px) {}

 @media only screen and (max-width: 480px){

	 .partner-block .p-icon1 img,
	 .partner-block .p-icon2 img {
			max-width: 50%;

	 }
	 .copy-block ul li,
	 .footer-block p {
		 font-size: 14px;
	 }
	 .copy-block ul li {
		 margin-left: 15px;
	 }
 }
  @media only screen and (max-width: 340px){
	 .copy-block li.footer.twt {
		 position: absolute;
		 bottom: 0;
		 right: 40px;
	 }
 }
