/* #TYPOGRAPHY
================================================== */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('../fonts/SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/SourceSansPro-Bold.ttf') format('truetype'),
        url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_proitalic';
    src: url('../fonts/sourcesanspro-it-webfont.eot');
    src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-it-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

:focus {
  outline: none;
}
i, em{
    font-family: 'source_sans_proitalic';
	font-style: normal;
}
b, strong{
	font-family: 'source_sans_probold';
	font-weight: 100;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'source_sans_proregular', sans-serif;
  color: #2c3e50;
  font-size: 16px;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'source_sans_probold', sans-serif;
	font-weight: 100;
	color: #f3342e;
}
p {
  	font-size: 16px;
  	line-height: 22px;
	font-weight: 400;
  	margin: 0px 0px 30px 0px;
	font-family: 'source_sans_proregular', sans-serif;
}
a, a:hover{
	text-decoration:none;
	outline:none!important;
	border:none;
	color: #f3342e;
}
.container-fluid{
	width:93%;
}
.container{
	width:75%;
	max-width:1370px;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	width:100%;
	float:left;
	position:relative;
}
.mt-100{
	margin-top: 100px;
}
.pt-0{
	padding-top: 0px;
}
.pb-0{
	padding-bottom: 0px;
}


/*-------------------------------------------------------*/
/* Custom
/*-------------------------------------------------------*/

header{
	height:138px;
	background: #f3342e;
	width:100%;
	padding: 0px;
	z-index: 999;
	position: relative;
}
header:after{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	background:url(../images/h-ruler.png) repeat -160px 0px;
}
header .container-fluid{
	transition: all 0.3s ease 0s;
	width:100%;
	padding: 0px;
	position: relative;
}
header.off-canvas .container-fluid{
	position: fixed;
	left: 0px;
	top:-400px;
	height:70px;
}
header.off-canvas.fixed .container-fluid{
	position: fixed;
	left: 0px;
	top:0px;
	height:70px;
	padding: 0px 0px;
	z-index: 99;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	background: #f3342e;
}
header.off-canvas.fixed:before{
	content:'';
	position: fixed;
	pointer-events: none;
	z-index: 999;
	background:url(../images/h-ruler.png) repeat -160px 0px;
	height: 70px;
	top:0px;
	left: 0px;
	width: 90%;
}
header.off-canvas h1#logo{
	height: 70px;
	padding: 5px 0px;
}
header.off-canvas h1#logo img{
	max-height: 60px;
}
header.off-canvas .search-trigger{
	margin: 4px 10px 0px 0px;
	background-size: 40px;
}
header.off-canvas ul.nav{
	margin-top: 0px;
}
header h1#logo{
	float:left;
	height:138px;
	margin: 0px;
	width: 160px;
	text-align: center;
	padding: 20px 0px;
	transition: all 0.3s ease 0s;
}
header h1#logo img{
	transition: all 0.3s ease 0s;
}
header .header-right{
	float:right;
}
header .search-wrapper{
	background:rgba(243,52,46,0.98);
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	padding: 40px 3%;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease 0s;
	height: 138px;
}
header.off-canvas.fixed .search-wrapper{
	height: 70px;
	padding: 18px 3% 8px;
}
header.off-canvas.fixed .search-wrapper input[type="text"]{
	padding: 0px;
}
header.off-canvas.fixed .search-wrapper input[type="submit"]{
	margin-top: -44px;
}
header.off-canvas.fixed .search-wrapper .close-search{
	top:12px;
}
header .search-wrapper.active{
	opacity: 1;
	pointer-events: auto;
}

header .search-wrapper .close-search{
	position: absolute;
	right:10px;
	top:8px;
	width:20px;
	height: 20px;
	display: block;
	background: url(../images/close-search.png) no-repeat center;
	background-size: 18px;
}
header .search-wrapper input[type="text"]{
	float:left;
	width: 100%;
	border:none;
	border-radius: 0px;
	border-bottom:solid 2px #fff;
	padding: 10px 0px 6px;
	background: none;
	color: #fff;
	font-size: 24px;
	padding-right: 60px;
	font-family: 'source_sans_probold', sans-serif;
}
header .search-wrapper input::placeholder{
	color:#fff;
	opacity: 0.6;
}
header .search-wrapper input[type="submit"]{
	border:none;
	width:40px;
	height: 40px;
	background: url(../images/search-ico.png) no-repeat center;
	background-size: 40px;
	float:right;
	margin: -50px 0px 0px 0px;
	cursor: pointer;
}
header .search-wrap{
	float:right;
}
header .search-trigger{
	width:60px;
	height: 60px;
	background:url(../images/search-ico.png) no-repeat center;
	float:right;
	margin:38px 40px 0px 0px;
}
header .login-search-wrap .btn-primary{
	float:left;
}
.menu_scroll{
	width: auto;
	display: inline-block;
}
header ul.nav{
	float:left; 
	padding: 0px;
	margin: 68px 0px 0px 0px;
	transition: all 0.3s ease 0s;
	display: table;
	table-layout: fixed;
}
header ul.nav > li{
	list-style: none;
	margin: 0px;
	background:url(../images/h-ruler-head.png) repeat-y left center;
	display: table-cell;
	height: 70px;
	width: 160px;
	text-align: center;
	vertical-align:middle;
	position: relative;
}
header ul.nav > li.current:before,
header ul.nav > li.active:before{
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background:url(../images/stroke-white.png);
}
header ul.nav > li:first-child{
	border:none;
}
header ul.nav > li > ul{
	position: absolute;
	left:0px;
	top:50px;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	width: 320px;
	padding: 0px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	transition: all 0.3s ease 0s;
}
header ul.nav > li:hover > ul{
	top:70px;
	opacity: 1;
	pointer-events: auto;
}
header ul.nav > li > ul > li{
	text-align: left;
	float:left;
	width: 100%;
	list-style: none;
	border-top:solid 1px rgba(0,0,0,0.1);
}
header ul.nav > li > ul > li:first-child{
	border:none;
}
header ul.nav > li > ul > li a{
	display: block;
    font-family: 'source_sans_prosemibold';
	font-size: 17px;
	line-height: 14px;
	padding: 17px 15px;
	color: #f3342e;
	transition: all 0.3s ease 0s;
}
header ul.nav > li > ul > li a:hover{
	color: #ffffff;
	background: #f3342e;
}
header ul.nav > li > a{
	font-size: 20px;
	color: #fff;
    font-family: 'source_sans_probold';
	text-decoration: none;
	line-height: 100%;
	transition: all 0.3s ease 0s;
	display:table-cell;
	width: 100vw;
	height: 100%;
	text-align: center;
	padding-top: 2px;
	position: relative;
}
header ul.nav > li > a:after{
	content:'';
	background: #fff;
	height: 0px;
	width: 100%;
	position: absolute;
	top:-50%;
	bottom:-50%;
	margin: auto;
	left: 0px;
	z-index: -1;
	pointer-events: none;
	transition: all 0.3s ease 0s;
}
header ul.nav > li:hover > a:after{
	height: 70px;
}
header ul.nav > li:hover > a{
	color: #f3342e;
}
header ul.nav > li:last-child a{
	padding-right: 0px;
}
.mobilewrap{
	display:none;
}


/*BTN*/
.btn-prime{
	font-size: 20px;
	color: #f3342e;
	/*padding: 14px 30px;*/
	padding:12px 26px;
	line-height: 100%;
	border:solid 3px #f3342e;
	transition: all 0.7s ease 0s;
	text-decoration: none!important;
	display: inline-block;
    font-family: 'source_sans_prosemibold';
	background:url(../images/stroke-orange.png);
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 130px;
	text-align: center;
}
.btn-prime:hover{
	color: #fff;
	border:solid 3px #f3342e;
}
.btn-prime:before{
	content: "";
    position: absolute;
    z-index: -1;
    background: #f3342e;
    height: 150px;
    width: 320px;
    border-radius: 50%;
	top: 0;
    left: -250%;
    transition: all .7s;
	z-index: -1;
}
.btn-prime:hover:before {
    top: -32px;
    left: -32px;
}
.btn-prime.btn-white{
	background:url(../images/stroke-white.png);
	color:#fff;
	border-color:#fff;
}
.btn-prime.btn-white:hover{
	border-color:#fff;
	color:#f3342e;
}
.btn-prime.btn-white:before{
	background: #fff;
}
.btn-prime.btn-green{
	background:url(../images/stroke-green.png);
	color:#008776;
	border-color:#008776;
}
.btn-prime.btn-green:hover{
	border-color:#008776;
	color:#fff;
}
.btn-prime.btn-green:before{
	background: #008776;
}
.btn-prime.btn-blue{
	background:url(../images/stroke-blue.png);
	color:#2c3e50;
	border-color:#008776;
}
.btn-prime.btn-blue:hover{
	border-color:#008776;
	color:#fff;
}
.btn-prime.btn-blue:before{
	background: #2c3e50;
}
.no-border{
	border:#2c3e50!important;
}
.btn-readmore{
	font-size: 16px;
	color: #2c3e50;
	text-decoration: underline;
    font-family: 'source_sans_prosemibold';
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
.btn-readmore:hover{
	transform: scale(0.92);
	text-decoration: underline;
}


figure#home-banner{
	margin: 0px;
	float:left;
	width: 100%;
	position: relative;
	/*min-height: calc(100vh - 140px);*/
	/*padding-bottom: 5%;*/
}
figure#inner-banner{
	margin: 0px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: calc(100vh - 140px);
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 5%;
}
figure#home-banner{
    margin: 0 0 1px;
}
figure#inner-banner:before{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
}
figure#inner-banner:after{
    display:none;
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	background:url(../images/h-ruler.png) repeat -160px 0px;
}

figure#home-banner ul.slides > li:before{
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.25);
}
figure#home-banner ul.slides > li:after{
    display: none;
	content:'';
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	background:url(../images/h-ruler.png) repeat -160px 0px;
}

figure#home-banner ul.slides > li{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	/*min-height:100vh;*/
	position: relative;
	padding-bottom:80px;
	min-height: calc(100vh - 140px);
}
figure#home-banner ul.slides > li .cont{
	display:inline-block;
	width:100%;
	min-height: 207px;
}
figure#home-banner .flex-direction-nav{
	display:none;
}

figure#home-banner .banner-desc, figure#inner-banner .banner-desc{
	width: 80%;
	margin: auto;
	position: relative;
	z-index: 3;
	padding: 7.8% 0px 0px 1%;
}
figure#home-banner li > img{
    display: none;
}
figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2{
	font-size: 60px;
	color: #fff;
	line-height: 70px;
    font-family: 'source_sans_prosemibold';
	margin: 0px 0px 40px 0px;
}
figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span{
	display: block;
	font-size: 40px;
	line-height: 100%;
}
figure#home-banner .banner-desc p, figure#inner-banner .banner-desc p,
figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p{
	font-size: 40px;
	line-height: 100%;
	color: #fff;
	font-family: 'source_sans_prosemibold';
	margin: 0px 0px 40px 0px;
}
figure#home-banner .featured-post{
	width:100%;
	float:right;
	max-width: 540px;
	background: rgba(255,255,255,0.85);
	padding: 30px;
	margin-top: 8%;
	position: relative;
	margin-right: 4px;
}
figure#home-banner .featured-post .btn-prime{
	position: absolute;
	left:30px;
	bottom:30px;
}
figure#home-banner .featured-post img{
	float:right;
	margin: 0px;
}
figure#home-banner .featured-post .ft-dsc{
	display: table;
	padding-right: 20px;
}
figure#home-banner .featured-post .ft-dsc h3{
	margin: 0px 0px 15px 0px;
	/*color: #008776!important;*/
	margin-top: -5px;
}
figure#home-banner .featured-post .ft-dsc h3, figure#home-banner .featured-post .ft-dsc h3 a{
	font-size: 28px;
	color: #008776;
}
figure#home-banner .featured-post .ft-dsc p{
	color: #008776;
    font-family: 'source_sans_prosemibold';
	font-size: 20px;
	
}
figure#home-banner .flex-control-nav{
	bottom:15px;
}
figure#home-banner .flex-control-paging li a{
	background: rgb(255, 255, 255);
}
figure#home-banner .flex-control-paging li a.flex-active{
	background: rgba(243, 52, 46, 0.66);
}


section{
	float:left;
	width: 100%;
}
section .container-fluid{
	width: 100%;
}
.row.con-row{
	margin-bottom: 100px;
}
.row.con-row .col-3{
	padding: 95px 2% 80px 8%;
}
#inner-section .container-fluid .row.con-row:first-child .col-3,
#inner-section .container-fluid > #system-message-container + .row.con-row .col-3,
#inner-section .container-fluid > #system-message-container + script + .row.con-row .col-3{
	padding-top:95px;
}
#inner-section .row.con-row .col-3{
	padding-top:50px;
}
.row.con-row.processing{
	pointer-events: none;
	opacity: 0.7;
}
.row.con-row .col-3 .btn-prime{
	position: absolute;
	bottom:27px;
}
.com_publications-category .row.con-row .col-3 .btn-prime{
	bottom: 27px;
}
.row.con-row .col-3 h2,
.row.con-row .col-9 > h2{
	font-size: 40px;
	line-height: 46px;
	color: #f3342e;
	margin: 0px 0px 40px 0px;
}
.row.con-row .col-9{
	padding: 95px 6% 30px 0px;
}
.row.con-row .col-4, .row.con-row .col-5{
	padding: 95px 6% 0px 0px;
}
.row.con-row.con-fill .col-9{
	background: #f8f8f8;
}
.row.con-row.con-fill .col-3{
	background: #f3342e;
}
.row.con-row.con-fill .col-3 h2{
	color: #fff;
}
.no-pad{
	padding: 0px!important;
}
ul.block-list{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
	table-layout: fixed;
}
#home-section ul.block-list{
	margin-top:50px;
}
ul.block-list > li{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 40px 30px 110px 30px;
	background: #f8f8f8;
	position: relative;
}
ul.block-list > li:nth-child(odd){
	background: #f3342e;
}
.block-list.more-rel-resource > li{
	display: inline-block;
	width: 33.33%;
	float: left;
}
ul.block-list > li:nth-child(2n+1) ul li{
	color:#FFFFFF
}
ul.block-list > li h3{
	font-size: 26px;
	line-height: normal;
	margin-bottom: 7px;
}
ul.tags > li:last-child{
	margin-bottom: 0px!important;
}
ul.tags > li a{
	line-height: normal!important;
}
ul.block-list > li .block-meta{
	display: block;
	font-size: 18px;
	line-height: 23px;
	margin: 0px 0px 35px 0px;
	color: #f3342e;
    font-family: 'source_sans_prosemibold';	
}
ul.block-list > li p{
	line-height: 26px;
	font-size: 16px;
	margin: 0px 0px 26px;
}
ul.block-list > li .btn-prime{
	position: absolute;
	left:30px;
	bottom:30px;
}
ul.block-list span.rel-title{
	color: #f3342e;
	font-size: 18px;
	font-family: 'source_sans_proitalic';
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
ul.block-list.block-rows-grey > li{
	float:left;
	display: inline-block;
	width:33.33%;
}
.com_issues-issues #inner-section .block-list.block-list_one > li{
	width:100%;
}
ul.block-list.block-list-float > li{
    float:left;
    width:33.333%;
    display: inline-block;
}
ul.block-list > li{
	/*max-height:480px;*/
}
ul.block-list.block-list-float > li:nth-child(3n+1){
    clear:left;
}
ul.tags{
	float:right;
	margin: 10px 0px 0px;
	padding: 0px;
	max-width: 62%;
}
ul.tags.pos-bottom{
	position: absolute;
	bottom:30px;
	right:30px;
}
ul.tags *{
	color: #f3342e;
}
ul.tags > li{
	line-height: 10px!important;
	float:left;
	list-style: none!important;
	border-left:solid 2px;
}
ul.tags > li:first-child a{
	padding-left: 0px;
}
ul.tags > li a{
	font-size: 14px;
	line-height: 10px;
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 10px;
    font-family:'source_sans_proregular', sans-serif;	
}
ul.tags > li:first-child{
	padding-left: 0px!important;
	border:none!important;
}
ul.tags > li:last-child a{
	padding-right: 0px;
}
#home-section ul.publication-list li ul.tags *{
	text-transform: none;
	font-style: italic;
	color: #2c3e50!important;
}
#home-section ul.publication-list li ul.tags{
	float: left;
	max-width: 100%;
	margin-top: 2px;
}
#home-section ul.publication-list li ul.tags li{
	margin-bottom:8px;
}
#home-section ul.publication-list li.featured-pub ul.tags{
	margin-top: 3px;
	float: right;
}
#home-section ul.publication-list li.featured-pub .item-meta > strong.user_title{
	float: right;
	clear: both;
	margin-top: 0px;
	line-height: 100%;
}
#home-section ul.publication-list > li .card-body {
    padding-bottom: 120px;
    position: relative;
}
#home-section ul.publication-list > li .card-body .btn-prime {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
#home-section ul.publication-list.news-list li ul.tags *{
	color: #f3342e!important;
}
#home-section ul.publication-list ul.news-list li h4{
	margin-bottom:6px;
}

ul.tags.tags-inline{
	float:none;
	display: inline-block;
	margin: 0px 0px 15px 0px;
}
ul.tags.tags-inline *{
	color: #2c3e50;
}
h5.author{
	font-size: 18px;
	color: #2c3e50;
	text-decoration: none;
	margin: 0px 0px 15px 0px;
}
h5.author a{
	color: #2c3e50;
}
.author strong.user_title.tall{
	margin-bottom:10px;
}
.author strong.user_title.tall + ul.tags.inline{
	margin-top: 10px;
}
.article-page .date{
	float:right;
	color: #2c3e50;
    font-family: 'source_sans_probold';	
	font-size: 24px;
	padding-left: 25px;
}
.article-page .date + h4{
	clear: none!important;
}
ul.block-list > li:nth-child(odd) h3,
ul.block-list > li:nth-child(odd) .block-meta,
ul.block-list > li:nth-child(odd) p,
ul.block-list > li:nth-child(odd) span.rel-title,
ul.block-list > li:nth-child(odd) ul.tags *
{
	color:#fff;
}
ul.block-list.block-rows-grey > li h3,
ul.block-list.block-rows-grey > li .block-meta,
ul.block-list.block-rows-grey > li span.rel-title,
ul.block-list.block-rows-grey > li ul.tags *{
	color:#f3342e;
}
ul.block-list.block-rows-grey > li p{
	color: #333;
}
ul.block-list.block-rows-grey > li:nth-child(odd){
	background: #e7e7e7;
}

ul.publication-list{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:url(../images/pub-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
ul.publication-list > li{
	float:left;
	list-style: none;
	margin: 0px;
	width: 33.33%;
}
ul.publication-list > li.featured-pub{
	width: 66.66%;
	padding: 22px 30px 30px 30px;
	padding-bottom: 178px;
}
ul.publication-list > li.featured-pub .item-meta{
	line-height: 23px;
	float: right;
	width: 100%;
}
ul.publication-list > li.featured-pub .btn-prime{
	position: absolute;
	left:30px;
	bottom:30px;
}
ul.publication-list > li.featured-pub img{
	margin: 35px -30px 44px -30px;	
	width: calc(100% + 60px);
	max-width: none;
}
ul.publication-list h3{
	font-size: 40px;
	color:#2c3e50;
	margin: 0px 0px 5px;
}
ul.publication-list p{
	font-size: 18px;
	line-height: 28px;
}
ul.publication-list h4{
	font-size: 24px;
	color:#2c3e50;
	margin: 0px 0px 10px;
}
ul.publication-list h4 a{
	color:#2c3e50;
}
ul.news-list{
	background: #f8f8f8;
}
ul.news-list > li{
	position: relative;
}
ul.news-list > li .card{
	background: #e7e7e7;
	border-radius:0;
}
ul.news-list h3{
	font-size: 40px;
	color:#f3342e;
	margin: 0px 0px 5px;
}
ul.news-list p{
	font-size: 18px;
	line-height: 28px;
}
ul.news-list li.featured-news h4{
	font-size: 24px;
	color:#f3342e;
	margin: 0px 0px 3px;
}
ul.news-list h4{
	font-size: 20px;
	color:#f3342e;
	margin: 0px 0px 3px;
}
ul.news-list h4 a{
	color:#f3342e;
}
ul.news-list > li.featured-news{
	width: 66.66%;
	/*padding: 0px 30px 60px 30px;*/
	padding: 0px 50px 60px 30px;
}
ul.news-list > li.featured-news img{
	/*margin: 0px -30px 30px -30px;	
	width: calc(100% + 60px);*/
	margin: 0px -30px 30px 0px;
	width: 100%;
	max-width: none;
}
ul.news-list > li.featured-news .item-meta{
	margin: 0px 0px 12px 0px;
}
ul.news-list > li .item-meta{
	color:#f3342e;
	margin: 0px;
}
ul.news-list > li .btn-readmore{
	float:right;
	position: absolute;
	bottom:18px;
	right: 30px;
}
ul.news-list > li.featured-news .btn-readmore{
	right:50px;
}
.news-detail-list ul.tags{
	float: left;
	max-width: 70%;
}
ul.publication-detail-list ul.tags{
	max-width:100%;
	width:100%;
	margin-top: 0;
}
ul.publication-detail-list li.featured-pub ul.tags{
	float: right;
	width:auto;
}
.news-detail-list ul.tags li,
ul.publication-detail-list > li .item-meta ul.tags li,
#home-section ul.publication-list.news-list .item-meta ul.tags li{
	margin-right: 10px;
	border: 0px;
	margin-top: 8px;
}
ul.publication-detail-list li.featured-pub .item-meta.text-right strong{
	float: right;
	clear: both;
	margin-top: 5px;
}

.news-detail-list ul.tags li a,
ul.publication-detail-list > li .item-meta ul.tags li a,
#home-section ul.publication-list.news-list .item-meta ul.tags a{
	padding-left: 0px;
	padding-right:10px;
	font-size: 16px;
	text-transform:none;
	font-family: 'source_sans_proitalic';
	font-style: normal;
	border-right: solid 2px;
}
ul.publication-detail-list > li .item-meta ul.tags li a{
	color:#2c3e50;
}
.news-detail-list ul.tags li:last-child a,
ul.publication-detail-list > li .item-meta ul.tags li:last-child a,
#home-section ul.publication-list.news-list .item-meta ul.tags li:last-child a{
	border:0px;
}
ul.publication-detail-list > li .item-meta ul.tags li:last-child{
	margin-right:0px; 
}
ul.publication-detail-list > li .item-meta ul.tags li:last-child a{
	padding-right:0px;
}
ul.publication-detail-list > li .card{
	border-radius:0px;
}
.publication-detail-list ul.news-list > li {
    max-height: 480px;
}

.publication-detail-list ul.news-list > li{
	max-height:450px;
}
.com_news-category ul.news-list > li.featured-news{
	height: auto!important;
	max-height: none!important;
	padding-left: 0;
}
ul.publication-detail-list > li.featured-pub{
	height: auto!important;
	max-height: none!important;
}
.com_news-category ul.news-list > li:nth-child(2),
.com_news-category ul.news-list > li:nth-child(3),
.com_publications-category ul.publication-detail-list > li:nth-child(2),
.com_publications-category ul.publication-detail-list > li:nth-child(3){
	height: auto!important;
	max-height: none!important;
}
.com_news-category ul.news-list > li:nth-child(2){
	background: #e7e7e7;
}
.com_news-category ul.news-list > li:nth-child(3){
	background: #f8f8f8;
}
.com_news-category ul.news-list > li:nth-child(4){
	clear: left;
}
.com_news-category ul.news-list > li .card-image{
	max-height: 140px;
	overflow: hidden;
    text-align: center;
	background: #FFFFFF;
}
.com_publications-category ul.publication-detail-list > li .card-image{
	text-align: center;
	background: #FFFFFF;
}
.com_publications-category ul.publication-detail-list > li.featured-pub .card-image{
    max-height: 210px;
    overflow: visible;
    /*margin-bottom: 25px;*/
    margin: 35px -30px 48px -30px;
}

.com_publications-category ul.publication-detail-list > li.featured-pub .card-image img {
    margin: 0px -35px 0px -35px;
    /*width: calc(100% + 60px);*/
    /*max-width: none;*/
    width: 100%;
    /*max-width: calc(100% - 0px);*/
    /*max-height: 210px;*/
	max-height:none;
}

.com_news-category ul.news-list > li.featured-news .card-image{
	max-height: none;
	overflow:visible;
	margin-bottom: 30px;
}
.com_news-category ul.news-list > li.featured-news .card-image img{
	margin: 0px 0px 0px 0px;
	max-width: calc(100% - 0px);
	width: auto;
	max-height: 210px;
}
.com_news-category .news-detail-list li.featured-news .item-meta{
	float:left;
	width: 100%;
}
.com_news-category .news-detail-list li ul.tags,
.com_news-news .news-detail-list li ul.tags{
	margin: -5px 0px 0px;
}
.com_news-category .news-detail-list li.featured-news ul.tags{
	max-width:none;
	width:100%;
	margin-top:-1px;
	margin-bottom: 5px;
}
.com_news-category .news-detail-list li .card-body,
.com_news-news .news-detail-list li .card-body{
	padding-bottom:30px!important;
}
.com_news-category ul.news-list > li .btn-readmore,
.com_news-news ul.news-list > li .btn-readmore{
	bottom: 25px;
}
.com_publications-category .publication-detail-list li ul.tags{
	margin-top: -4px;
}
#home-section ul.publication-list > li.featured-pub .card-image img{
	 margin:0px -35px 0px -35px;
	/*width: calc(100% + 60px);
	max-width: none;*/
	width: auto;
	max-width: calc(100% - 0px);
	max-height: 210px;
}
#home-section ul.publication-list.news-list > li.featured-news .card-image img {
    margin:0px -30px 25px -30px;
	/*width: calc(100% + 30px);*/
	/*max-width: none;*/
	max-width:calc(100% - 0px);
	width:auto;
	max-height: 210px;
}
#home-section ul.publication-list.news-list > li .card {
    height: 100%;
}
#home-section ul.publication-list.news-list .item-meta{
	display: inline-block;
	width: 100%;
	margin:0px 0px 18px 0px;
}
#home-section ul.publication-list.news-list .item-meta ul.tags{
	float:left;
	width: 100%;
	max-width:100%;
	margin-top:4px;
}
#home-section ul.publication-list.news-list .card-image{
	/*max-height: 140px;
	overflow: hidden;*/
}
#home-section ul.publication-list > li.featured-pub .card-image{
	max-height:210px;
	overflow:visible;
	text-align: center;
	/*margin-bottom: 25px;*/
	margin:35px -30px 48px -30px;
	background: #FFFFFF;
}
#home-section ul.publication-list.news-list li.featured-news .card-image{
	max-height:210px;
	overflow:visible;
	text-align: center;
	/*margin-bottom: 25px;*/
	margin: 0 0px 25px -30px;
	background: #FFFFFF;
}
#home-section ul.publication-list.news-list .card-image img{
	margin-bottom:0px!important;
}
#home-section ul.publication-list > li > .card > .card-image{
	text-align: center;
	background: #FFFFFF;
}
#home-section ul.publication-list > li:nth-child(2),
#home-section ul.publication-list > li:nth-child(3){
	background: rgba(231,231,231,0.2);
}
#home-section ul.publication-list.news-list > li:nth-child(2),
#home-section ul.publication-list.news-list > li:nth-child(3){
	background: #e7e7e7;
}
#home-section ul.publication-list.news-list > li .card .card-body{
	padding:18px 30px;
}
section .card{
	border:none;
	background: none;
}
section .card .card-body{
	padding:30px;
}
section ul.news-list .card .card-body{
	padding:18px 30px;
}
section.item-meta{
	font-size: 16px;
	line-height: 40px;
}

p img{
	float: left;
	margin:4px 50px 30px 0px;
	margin-bottom: 20px!important;
}
ul.block-list li p img{
	margin:4px 30px 20px 0px;
}
/* image style */
section#inner-section .article-page img[style="float: left;"]{
    margin-left: 0px!important;
    margin-right: 50px!important;
    margin-bottom: 20px;
}
section#inner-section .article-page img[style="float: right;"]{
    margin-left: 50px!important;
    margin-right: 0px!important;
    margin-bottom:20px;
}
section#inner-section .article-page img[style="display: block; margin-left: auto; margin-right: auto;"]{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.con-row .tab-col{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.con-row .tab-col.tab-panel{
	padding: 94px 50px 50px;
	width: 45%;
}
.con-row .tab-col.tab-result{
	background: #e7e7e7;
	width: 55%;
	position: relative;
}
.tab-col.tab-panel .btn-prime{
	width: 100%;
	text-align: center;
	float:left;
	margin: 0px 0px 18px 0px;
}
.tab-col.tab-panel .btn-prime:before{
	content: "";
    position: absolute;
    z-index: -1;
    background: #f3342e;
    height: 150px;
    width: 800px;
    border-radius: 0px 50% 0px 0px;
	top: -10px;
    left: -250%;
    transition: all .7s;
}
.tab-col.tab-panel .btn-prime:hover:before {
    top: -30px;
    left: -30px;
}
.tab-col .tab-menu a.active{
	background: #f3342e;
	color: #fff;
}
.tab-col p{
	font-size: 18px;
	line-height: 28px;
}
.tab-content .tab-c-img{
	width:40%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tab-col.tab-result .tab-content{
	display: none;
}
.tab-col.tab-result .tab-content.current{
	display: table;
}
.tab-col.tab-result .tab-content > *{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.tab-col.tab-result .tab-c-wrap{
	padding: 92px 50px 100px 46px;
	width: 60%;
}
.tab-col.tab-result .tab-c-wrap h4{
	margin-bottom: 15px;
}
.tab-col.tab-result .tab-c-wrap .btn-prime{
	position: absolute;
	left:50px;
	bottom: 50px;
}
.content-experts{
	margin-bottom: 100px;
}
.team-search-wrap{
	float: left;
    width: 20%;
    margin-left: -16.8vw;
    clear: both;
}
.team-search-wrap input{
    border: solid 3px #2c3e50;
    color: #2c3e50;
    margin: 0px;
    padding: 6px 12px 6px 38px;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'source_sans_prosemibold';
    line-height: 100%;
	background:url(../images/search.png) no-repeat 8px 5px #fff;
	background-size: 24px;
	width: 100%;
}
.team-search-wrap .dropdown-menu{
	width: 20%;
	border-radius: 0px;
}
.team-search-wrap .dropdown-item{
	font-size: 16px;
	font-family: 'source_sans_prosemibold';
	padding: 6px 10px 3px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.team-search-wrap .dropdown-item:focus, .team-search-wrap .dropdown-item:active{
	background: #2c3e50!important;
}
ul.experts-list{
	float:left;
	width: 100%;
}
ul.experts-list > li{
	list-style: none;
	float:left;
	width: 33.3%;
	margin: 0px;
	background: #f8f8f8;
}
ul.experts-list > li:nth-child(even){
	background: #e7e7e7;
}
ul.experts-list > li .team-intro-wrap{	
	float:left;
	width: 100%;
}
ul.experts-list > li .ex-pic{
	float:left;
	width: 100%;
	height: 230px;
	overflow: hidden;
	text-align: center;
}
ul.experts-list > li .ex-pic img{
	margin: auto;
	max-width: none;
	/*height: 230px;*/
	min-height: 230px;
}
ul.experts-list > li .ex-dsc{
	padding: 25px 30px 70px;
	float:left;
	width: 100%;
	position: relative;
	height: 150px;
}
/*#home-section ul.experts-list > li .ex-dsc{
	height: 100%;
}*/
ul.experts-list > li .ex-dsc h4{
	margin: 0px!important;
}
ul.experts-list > li .ex-dsc p{
	margin: 0px;
    font-family: 'source_sans_prosemibold';	
	font-size: 18px;
}
ul.experts-list ul.social-icons{
	position: absolute;
	bottom:30px;
	left: 30px;
}
ul.experts-list.research-team > li .ex-dsc h4{
	margin-bottom: 10px!important;
}
ul.experts-list.research-team > li .ex-dsc{
	padding-bottom: 20px;
}
ul.social-icons{
	float:left;
	margin: 0px;
	padding: 0px;
}
ul.social-icons > li{
	float:left;
	margin: 0px 0px 0px 10px;
}
ul.social-icons > li:first-child{
	margin: 0px;
}
ul.social-icons > li a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 30px;
	background: #f3342e;
	color: #fff;
	padding-top: 6px;
}
ul.social-icons > li a i{
	display: block;
	font-size: 17px;
	/*line-height: 100%;*/
	line-height: 20px;
}
ul.social-icons > li a:hover{
    animation: bounce 1s;
}
ul.social-icons > li a i.fa-globe-img{
	width:30px;
	height: 30px;
	position: relative;
	
}
ul.social-icons > li a i.fa-globe-img::after{
	content: '';
	position: absolute;
	width:30px;
	height: 30px;
	left: -50%;
	right:-50%;
	top:-27px;
	bottom:-50%;
	margin: auto;
	background:url(../images/globe.png) no-repeat center;
	background-size: 26px;
	background-position: 2px 2px;
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -6px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    transform: translate3d(0,-2px,0);
  }
}

.footer-blocks{
	float:left;
	width: 100%;
}
.footer-blocks .container-fluid{
	width: 100%;
}
.footer-blocks .col-4{
	background: #f8f8f8;
	padding: 46px 50px 94px;
}
.footer-blocks .btn-prime{
	position: absolute;
	bottom:50px;
	left: 50px;
}
.subc_btn.btn-prime{
	border:0px;
}
.subc_btn input{
	background: none;
	font-size: 20px;
	color: #f3342e;
	cursor:pointer;
	padding: 14px 30px;
	min-width: 130px;
	transition: all 0.7s ease 0s;
}
.subc_btn:hover input{
	color: #FFFFFF;
}
footer .col-4{
    background: none!important;
    padding: 0px 15px!important;
}
.footer-blocks .subscribe-nl .btn-prime{
	right:50px;
	left: auto;
	padding: 0;
	cursor:pointer;
}
.footer-blocks .col-4:nth-child(2){
	background: #e7e7e7;
}
.footer-blocks .col-4:nth-child(3){
	padding-bottom: 50px;
}
.footer-blocks h3{
	font-size: 30px;
	line-height: 36px;
	margin: 0px 0px 12px;
}
.footer-blocks p{
	font-size: 18px;
	line-height: 28px;
	margin: 0px 0px 22px 0px;
}
.footer-blocks .subscribe-nl{
	margin-top: -6px;
}
.footer-blocks input[type="text"]{
	width:100%;
	border:solid 3px #f3342e;
	margin: 5px 0px 18px 0px;
	padding: 10px 20px;
	background: none;
	border-radius: 0px;
	font-size: 20px;
	color:#f3342e;
    font-family: 'source_sans_prosemibold';	
	line-height: 100%;
}
.footer-blocks input::placeholder{
	color:#f3342e;
	opacity: 0.5;
}
.footer-blocks #email-error{
	display: none!important;
}
.footer-blocks input[type="text"].error {
    box-shadow: 0px 0px 10px rgba(240,27,21,0.7);
}
footer a.websiteby{
	float:left;
	font-weight: 300;
	background:url(../images/logo_karakas_digital.svg) no-repeat right 4px!important;
	padding: 4px 100px 0px 0px;
	background-size:90px!important;
	font-size: 16px;
	margin-right: 0px;
	position: absolute;
    right: 15px;
    bottom: -87px;
}
#member-slider{
	float:left;
	width: 100%;
	margin-top: 35px;
	position: relative;
}
#member-slider ul.slides > li{
	text-align: center;
	padding-top: 20px;
}
#member-slider ul.slides > li img{
    max-height: 70px;
    max-width: 330px;
}
.flex-direction-nav .flex-prev{
	opacity: 1!important;
	width: 18px;
	height: 22px;
	overflow: hidden;
	text-indent: -200px;
	position: absolute;
	left: 0px;
	top:-20px;
}
.flex-direction-nav .flex-prev:before{
	content:'';
	width:12px;
	height: 2px;
	background: #2c3e50;
	position: absolute;
	left: 2px;
	top:6px;
	transform: rotate(-45deg);
	border-radius: 4px;
    transition: all .4s;
}
.flex-direction-nav .flex-prev:after{
	content:'';
	width:12px;
	height: 2px;
	background: #2c3e50;
	position: absolute;
	left: 2px;
	top:14px;
	transform: rotate(45deg);
	border-radius: 4px;
    transition: all .4s;
}
.flex-direction-nav .flex-next{
	opacity: 1!important;
	width: 18px;
	height: 22px;
	overflow: hidden;
	text-indent: 200px;
	position: absolute;
	left: 30px;
	top:-20px;
}

.flex-direction-nav .flex-next:before{
	content:'';
	width:12px;
	height: 2px;
	background: #2c3e50;
	position: absolute;
	left: 2px;
	top:6px;
	transform: rotate(45deg);
	border-radius: 4px;
    transition: all .4s;
}
.flex-direction-nav .flex-next:after{
	content:'';
	width:12px;
	height: 2px;
	background: #2c3e50;
	position: absolute;
	left: 2px;
	top:14px;
	transform: rotate(-45deg);
	border-radius: 4px;
    transition: all .4s;
}
.flex-direction-nav .flex-prev:hover:before{
	transform: rotate(-30deg);
	top:7px;
}
.flex-direction-nav .flex-prev:hover:after{
	transform: rotate(30deg);
	top:13px;
}
.flex-direction-nav .flex-next:hover:before{
	transform: rotate(30deg);
	top:7px;
}
.flex-direction-nav .flex-next:hover:after{
	transform: rotate(-30deg);
	top:13px;
}
.flex-direction-nav .flex-disabled{
	z-index: 0;
	opacity: 0.5!important;
}

.flex-direction-nav .flex-prev.flex-disabled:before{
	transform: rotate(0deg);
	top:10px;
}
.flex-direction-nav .flex-prev.flex-disabled:after{
	transform: rotate(0deg);
	top:10px;
}
.flex-direction-nav .flex-next.flex-disabled:before{
	transform: rotate(0deg);
	top:10px;
}
.flex-direction-nav .flex-next.flex-disabled:after{
	transform: rotate(0deg);
	top:10px;
}

footer{
	float:left;
	background: #f3342e;
	border-top:solid 1px #dadada;
	width: 100%;
	padding: 97px 0px 130px;
	color: #fff;
}
footer .container-fluid{
	width: 88%;
}
footer p{
	font-size: 18px;
	line-height: 28px;
	margin: 0px 0px 20px;
}
footer h3{
	font-size: 40px;
	color: #fff;
	margin: 0px 0px 15px 0px;
	line-height: 100%;
}
footer h4{
	color: #fff;
}
footer h3 a:hover{
	color: #fff;
}
footer a{
   color: #fff; 
}
footer .ftr-links{
	padding: 0px;
	margin: 0px;
	float:left;
	width:100%;
}
footer .ftr-links > li{
	list-style: none;
	float:left;
	width:50%;
	padding: 5px 15px 5px 0px;
	line-height: 100%;
}
footer .ftr-links > li a, footer .base-links a{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
    font-family: 'source_sans_probold';
	transform: scale(1);
	transition: all 0.3s ease 0s;
	display: inline-block;
}
footer .ftr-links > li a:hover, footer .base-links a:hover{
	transform: scale(0.94);
	text-decoration: underline;
	color: #2c3e50;
}
footer .contact-info a{
	color: #fff;
}
footer ul.social-icons li a{
	background: #fff;
	color: #f3342e;
}
footer .base-links{
	display: block;
	position: absolute;
	left: 15px;
	bottom:-90px;
}
footer .base-links a{
	margin-right: 28px;
}


/*-------------------------------------------------------*/
/* Inner
/*-------------------------------------------------------*/
figure#inner-banner{
	height: 560px;
	float:left;
	width: 100%;
	background-position: center 20%;
	background-size: cover;
	position: relative;
	margin:0px;
	min-height: 600px;
}
/*figure#inner-banner img{
	display:none;
}*/
.com_team-category figure#inner-banner.inner-banner-page{
	height:auto;
	min-height: auto;
	padding-bottom:0;
}
.com_team-category figure#inner-banner.inner-banner-page img{
	display: block;
}
.com_team-category figure#inner-banner.inner-banner-page .banner-desc{
	position: absolute;
	top: 10vh;
}
/*.com_team-category figure#inner-banner{
	background-size: 100%;
	min-height: auto;
	max-height: none;
	background-position: top;
	padding-bottom: 0;
	height:calc(100vw - 138vh);
}*/

section#inner-section h4{
	font-size: 24px;
	clear:both;
	margin: 0px 0px 18px 0px;
}
section .article-page p{
	font-size: 18px;
	line-height: 28px;
}
section .article-page ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
section .article-page ul li{
	font-size: 18px;
	line-height: 28px;
	list-style: disc;
	list-style-position: outside;
}
.article-page img{
	float:left;
	margin: 4px 50px 30px 0px;
}
.row.con-row.article-page .col-3 .btn-prime{
	position: relative;
	bottom:auto;
}
ul.tab-nav{
	float:left;
	width: 90%;
	padding: 0px;
	margin: 100px 0 50px 0px;
	display: table;
	table-layout: fixed;
	border:solid 3px #f3342e;
}
ul.tab-nav > li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left:solid 3px #f3342e;
}
ul.tab-nav > li:first-child{
	border:none;
}
ul.tab-nav > li a{
	font-size: 20px;
	color: #f3342e;
	padding: 0px 30px;
	line-height: 100%;
	transition: all 0.7s ease 0s;
	text-decoration: none!important;
    font-family: 'source_sans_prosemibold';
	background:url(../images/stroke-orange.png);
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: table-cell;
	text-align: center;
	width:100vw;
	height: 46px;
	vertical-align: middle;
}
ul.tab-nav > li a:hover, ul.tab-nav > li.active a{
	color: #fff;
}
ul.tab-nav > li.active a{
	background: #f3342e;
}
ul.tab-nav > li a:before{
	content: "";
    position: absolute;
    background: #f3342e;
    height: 150px;
    width: 320px;
    border-radius: 50%;
	top: 0;
    left: -250%;
    transition: all .7s;
	z-index: -1;
}
ul.tab-nav > li a:hover:before {
    top: -30px;
    left: -30px;
}
ul.tab-nav.event-tab-nav > li a:before,
.event-listing-page ul.menu.tab-nav > li a:before{
	content: "";
    position: absolute;
    z-index: -1;
    background: #f3342e;
    height: 150px;
    width: 800px;
    border-radius: 0px 50% 0px 0px;
	top: -10px;
    left: -250%;
    transition: all .7s;
}
ul.tab-nav.event-tab-nav > li a:hover:before,
.event-listing-page ul.menu.tab-nav > li a:hover:before{
    top: -30px;
    left: -30px;
}
.com_events-category .event-listing-page #loadItems.processing{
	float: left;
	width:100%;
	position:relative;
}

.grey-txt-block{
	float:left;
	width: 100%;
	background: #f8f8f8;
	padding: 50px 10% 50px 50px;
}
.left-pad-match{
	padding-top: 95px;
	padding-bottom: 95px;
}
.grey-txt-block img.fill-left{
	float:left;
	margin: -50px 50px 0px -50px;
	max-width: 480px;
}
section#inner-section .grey-txt-block h4{
	clear:none;
}
.grey-txt-block p:last-child{
	margin: 0px;
}
.grey-txt-block > p{
	font-size: 18px;
	line-height: 28px;
}
.resource-list .card-body .item-meta{
	width: 100%;
	float: left;
	margin-bottom: 20px!important;
}
section#inner-section ul.experts-list.bureau-list h4{
	margin: 0px 0px 6px!important;
}
ul.experts-list.bureau-list .ex-dsc{
	font-size: 18px;
}
ul.experts-list.bureau-list .ex-dsc p{
	margin: 0px!important;
}
ul.experts-list.bureau-list .ex-dsc i{
	font-weight: 800;
}
ul.experts-list .team-desc-wrap{
	float:right;
	padding: 42px 30px 30px 30px;
	width: 50%;
	opacity: 0;
	pointer-events: none;
	max-height: 350px;
    transition-property: transform, opacity;
    transition-duration: 0.8s;
	font-size: 18px;
	line-height: 28px
}
ul.experts-list .team-desc-wrap p{
	font-size: 18px;
	line-height: 28px
}
.filter-items .calendar-ico{
	float:none!important;
	margin: auto;
	width: 30px;
	display: block;
}
.calendar-pop-wrap{
	position: absolute;
	background: #fff;
	width: 680px;
	padding: 20px;
	top:50px;
	left: -50%;
	right: -50%;
	margin: auto;
	z-index: 2;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	display: none;
}
.calendar-pop-wrap:after{
	content:'';
	position: absolute;
	left:-50%;
	right:-50%;
	margin: auto;
	top:-16px;
	background: url(../images/arw.png) no-repeat center;
	width: 26px;
	height: 16px;
}
ul.experts-list.bureau-list.list-wide > li{
	width: 100%;
	background: #efefef;
}
ul.experts-list.bureau-list.list-wide > li .team-intro-wrap{
	width: 33.3%;
}
ul.experts-list.bureau-list.list-wide > li .team-desc-wrap{
	width: 60%;
	opacity: 1;
	pointer-events: auto;
	float:left;
	padding:30px;
}
ul.experts-list .team-desc-wrap.scroll-content{
	max-height: 360px;
}
ul.experts-list > li.flip-content .team-desc-wrap{
	opacity: 1;
	pointer-events: auto;
}
ul.experts-list > li.flip-content{
	width: 66.6%;
}	
ul.experts-list > li.flip-content .team-intro-wrap{
	width: 50%;
}
ul.experts-list > li.element{
	height: 380px;
}
ul.experts-list > li.element .ex-pic{
	cursor: pointer;
}
ul.experts-list.team-list > li.element{
	height: 466px;
}
ul.experts-list.team-list.team-experts > li.element{
    height: auto;
}
ul.experts-list.team-list .team-desc-wrap.scroll-content{
	max-height: 460px;
}
ul.experts-list.team-list.team-experts .team-desc-wrap.scroll-content {
    /*max-height: 300px;*/
    display: none;
}
ul.experts-list.team-list > li .ex-pic{
	pointer-events: none;
}
ul.experts-list.team-list > li h4{
	margin: 0px 0px 6px 0px!important;
}
ul.experts-list.team-list > li .ex-dsc p{
	margin: 0px 0px 8px;
}
ul.experts-list.team-list ul.social-icons{
	position: static;
}
ul.experts-list.team-list > li .ex-dsc{
	height: 236px;
	padding-bottom: 76px;
	padding-top: 20px;
}
ul.experts-list.team-list > li .ex-dsc .btn-prime{
	position: absolute;
	left: 30px;
	width: 160px;
	text-align: center;
	bottom:30px;
}
ul.experts-list.team-list > li .ex-dsc .btn-prime.active:after{
	content: "\f00d";
	 font-family: 'FontAwesome';
	font-weight: 100;
	margin: 0px 0px 1px 10px;
	font-size: 18px;
}
ul.experts-list.team-list > li .ex-dsc p a{
	transform: scale(1);
    transition: all 0.3s ease 0s;
    display: inline-block;
}
ul.experts-list.team-list > li .ex-dsc p a:hover{
	transform: scale(0.9);
    color: #2c3e50;
}
ul.team-list > li .ex-dsc p.position,
#home-section ul.experts-list > li .ex-dsc p.position,
.com_issues-issues ul.research-team > li .ex-dsc p.position{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.article_page ul.team-list.isotope-wrap .isotope-item{
	min-height: 466px;
	height: auto;
	height: 500px;
	position:relative;
	padding-bottom: 90px;
}
.article_page ul.team-list.isotope-wrap.team-experts .isotope-item{
    height:350px;
    min-height:250px;
}

ul.team-list .isotope-item .team-intro-wrap .ex-dsc{
	padding-bottom:0px;
	position: static;
	/*height: auto!important;*/
}


ul.issues-list{
	float:left;
	width:100%;
	margin: 0px;
	padding: 0px;
}
ul.issues-list > li{
	list-style: none;
	display: table;
	float:left;
	width: 33.33%;
}
ul.issues-list > li > a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size:30px;
	height:250px;
    font-family: 'source_sans_probold';
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}
ul.issues-list > li > a:after{
	content:'';
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	opacity: 0.7;
}
ul.issues-list > li > a:hover:after{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}
ul.resource-list{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.resource-list > li{
	list-style: none;
	float:left;
	margin: 0px;
	width: 33.33%;
	background: #666666;
}
ul.resource-list > li:nth-child(even){
	background: #333333;
}
section#inner-section ul.resource-list > li h4{
	margin-bottom: 10px;
}
ul.resource-list > li h4,
ul.resource-list > li p,
ul.resource-list > li .item-meta,
ul.resource-list > li ul.tags *{
	color: #fff;
}
ul.resource-list > li ul.tags{
	float:left;
	padding: 0px;
}
ul.resource-list > li ul.tags > li:first-child a{
	padding-left: 0px;
}
ul.resource-list > li ul.tags > li a{
	font-size: 16px;
}
.com_press-category ul.resource-list > li ul.tags > li a{
	/*font-size: 14px;*/
	font-style: italic;
	text-transform: none;
}
.com_press-category ul.resource-list.press-list > li .card {
    height: 100%;
}
ul.resource-list > li .card-body{
	padding-bottom: 80px;
}
ul.resource-list.media-list > li .card-body{
	padding-bottom: 30px;
}
ul.resource-list.press-list > li .card-body{
	padding-bottom: 30px;
}
.com_press-category ul.resource-list.press-list{
	margin-bottom:100px
}
.com_press-category ul.resource-list.press-list:last-child{
	margin-bottom:0px
}
.com_press-category ul.resource-list.press-list > li .card-body{
	padding-bottom: 80px;
	position: relative;
	height: 100%;
}
.com_press-category ul.resource-list.press-list > li .card-body .btn-prime {
    position: absolute;
    bottom: 30px;
    right: 30px;
	top: inherit;
	left:inherit;
}
.com_press-category ul.resource-list.press-list > li ul.tags{
	max-width:100%;
}
.com_press-category ul.resource-list.press-list > li ul.tags li{
	margin-bottom:8px;
}
.com_events-category ul.tags.pos-bottom,
.com_events-events ul.tags.pos-bottom,
.com_issues-issues ul.tags.pos-bottom,
.com_team-category ul.tags.pos-bottom{
	max-width:50%;
}
.com_events-category ul.tags.pos-bottom li,
.com_events-events ul.tags.pos-bottom li,
.com_issues-issues ul.tags.pos-bottom li,
.com_team-category ul.tags.pos-bottom li{
	margin-bottom: 10px;
}

ul.resource-list.press-list > li .btn-prime{
	position: relative;
	left: 0px;
	top:0px;
}
ul.resource-list h4 a{
	color: #fff;
}
ul.resource-list > li .btn-prime{
	position: absolute;
	right:30px;
	bottom:30px;
}
ul.resource-list > li .card-media.video-thumb{
	position: relative;
}
ul.resource-list > li .card-media.video-thumb:after{
	content:'';
	width:52px;
	height: 52px;
	position: absolute;
	left:-50%;
	right:-50%;
	margin: auto;
	top:-50%;
	bottom:-50%;
	background: url(../images/play.png);
	pointer-events: none;
}
ul.resource-list > li .btn-prime:hover{
	color: #333333;
}
ul.resource-nav{
	float:left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.resource-nav > li{
	list-style: none;
	float:left;
	width: 25%;
	height: 315px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 75px;
	position: relative;
	overflow: hidden;
}
ul.resource-nav > li a{
	display: table;
	height: 75px;
	position: absolute;
	bottom:0px;
	left: 0px;
	/*width: 100%;*/
	width:calc(100% + 1px);
	text-align: center;
	background: #333333;
}
ul.resource-nav > li:nth-child(even) a{
	background: #666666;
}
ul.resource-nav > li a span{
	text-align: center;
	vertical-align: middle;
	height: 75px;
	font-size: 24px;
	color: #fff;
	display: table-cell;
    font-family: 'source_sans_probold';
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
ul.resource-nav > li a:hover span{
	transform: scale(0.85);
	color: #f3342e;
}
ul.publication-list.news-detail-list .featured-news h4{
	font-size: 24px!important;
	margin-bottom: 6px!important;
}
ul.publication-list.news-detail-list h4{
	font-size: 20px!important;
	margin-bottom: 10px!important;
}
ul.publication-list.news-detail-list, ul.publication-list.news-detail-list .featured-news{
	background: #fff;
}
ul.publication-list.news-detail-list > li .card{
	background: #f8f8f8;
	height: 100%;
}
ul.publication-list.publication-detail-list > li .card{
	height: 100%;
}
ul.publication-list.news-detail-list > li:nth-child(even) .card{
	background: #e7e7e7;	
}
ul.publication-list.news-detail-list li.featured-news a.btn-readmore{
	float:left;
	position: static;
}
.com_news-category .filter-items .search-field,
.com_publications-category .filter-items .search-field{
	margin-top:-4px;
}
.col-3 .hasDatepicker,
.col-3 .datetext{
	float:right;
	width: 100%;
	font-size: 18px;
    color: #2c3e50;
	max-width: 160px;
	padding:0px!important;
	padding-right: 35px!important;
	background: url(../images/select.jpg) no-repeat right bottom!important;
	line-height: 24px;
}
.col-3 .hasDatepicker{
	border:none!important;
	cursor: pointer;
}
.col-3 .hasDatepicker::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.col-3 input.hasDatepicker::placeholder {
  color:#2c3e50;
	opacity: 1;
}

.col-3 .datetext{
	border-bottom:solid 1px #2c3e50;
}
.select_datefilter{
	width:100%;
	position: relative;
	display:inline-block;
}
.select_datefilter a.reset {
	position:absolute;
	right:17px;
	width:10px;
	height: 10px;
	overflow:hidden;
	background-color:transparent;
	text-indent:-300px;
	outline: none;
	background: url(../images/close-red.png) no-repeat center;
	background-size:10px;
	bottom: 6px;
}
.select_datefilter a.reset:active,
.select_datefilter a.reset:focus{
	background-color:transparent!important;
	border: 0!important;
	box-shadow:none!important;
}
.news-insidepage .col-9 ul.tags,
.publications-insidepage .col-9 ul.tags{
	float: none;
	display: inline-block;
	margin: 0px 0px 15px 0px!important;
	width:100%!important;
	max-width: 100%;
	padding: 0px!important;
}
.news-insidepage .col-3 h6{
	margin-bottom:30px; 
	margin-top:-7px; 
}
.news-insidepage .col-9 ul.tags *,
.publications-insidepage .col-9 ul.tags *{
    color: #2c3e50;
}
.news-insidepage .col-9,
.publications-insidepage .col-9{
	padding-bottom:0px!important;
}
.news-insidepage .col-9 p:last-child,
.publications-insidepage .col-9 p:last-child{
	margin-bottom:0px!important;
}
.publications-insidepage .col-9 h2{
	margin-bottom: 50px!important;
}

ul.publication-list.publication-detail-list .featured-news h4{
	font-size: 24px!important;
	margin-bottom: 6px!important;
}
ul.publication-list.publication-detail-list h4{
	font-size: 20px!important;
	margin-bottom: 10px!important;
}
ul.publication-list.publication-detail-list, ul.publication-list.publication-detail-list .featured-news{
	/*background: #f8f8f8;*/
	background:none;
}
ul.publication-list.publication-detail-list > li .card{
	background: #f8f8f8;	
}
ul.publication-list.publication-detail-list > li .card > .card-image {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
}
ul.publication-list.publication-detail-list > li:nth-child(even) .card{
	background: #e7e7e7;	
}
/*ul.publication-list.publication-detail-list > li:nth-child(3) .card{
	background: #e7e7e7;
}*/
.com_publications-category ul.publication-list.publication-detail-list > li:nth-child(2) .card,
.com_publications-category ul.publication-list.publication-detail-list > li:nth-child(3) .card{
	height: auto!important;
}
ul.publication-list.publication-detail-list li.featured-pub{
	padding-bottom: 20px;
	background: #f8f8f8;
}
ul.publication-list.publication-detail-list li.featured-pub a.btn-readmore{
	float:left;
	position: static;
}
ul.publication-list.publication-detail-list li.featured-pub .btn-prime{
	position: relative;
	bottom:0px;
	left: 0px;
}
ul.publication-list.publication-detail-list > li .card-body .btn-prime{
	/*margin-top:30px;*/
	position:absolute;
	bottom:30px;
	right:30px;
}
ul.publication-list.publication-detail-list > li .card-body{
	padding-bottom:90px;
	position:relative;
}
.com_publications-category ul.publication-list.publication-detail-list > li:nth-child(4){
	clear: left;
}
ul.publication-list.news-list.news-detail-list > li .card > .card-image {
    max-height: none;
	overflow: visible;
}


.filter-items{
	float:left;
	width: 100%;
	padding: 100px 100px 80px 0px;
}
.filter-items .col-3{
	padding: 0px 15px!important;
}
.filter-items .search-field{
	float:left;
	width: 100%;
	padding-left: 40px;
	background:url(../images/search.png) no-repeat left bottom;
	margin-top: -9px;
}
.filter-items input[type="text"]{
	font-size: 18px;
	color:#2c3e50;
	background: none;
	border:none;
	padding: 3px 0px;
	border-bottom:solid 1px #2c3e50;
	width: 90%;
}
.filter-items select{
	display: none;
	-moz-appearance:none;
	-webkit-appearance:None;
}
.filter-items .select{
	width: 100%;
	max-width: 160px;
	margin-bottom: 20px;
	position: relative;
	float:right;
}

.select-styled{
	font-size: 18px;
	color:#2c3e50;
	border:none;
	padding: 0px;
	border-bottom:solid 1px #2c3e50;
	width: 100%;
	max-width: 160px;
	padding-right: 20px;
	background: url(../images/select.jpg) no-repeat right bottom;
	line-height: 24px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter-items .select-options{
	border:solid 1px #2c3e50;
	margin-top: -1px;
	display: none;
	position: absolute;
	top:25px;
	left: 0px;
	width: 100%;
	z-index: 2;
	max-height:220px;
}
.filter-items .select-options li{
	background: #eeeeee;
	padding: 6px 10px;
	line-height: normal;
	border-top:solid 1px #2c3e50;
	cursor: pointer;
}
.filter-items .select-options li:first-child{
	border:none;
}
.filter-items .select-options li:hover{
	background: #2c3e50;
	color: #fff;
}
.filter-items .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.filter-items .mCSB_scrollTools{
	width: 8px;
	margin-top: 10px;
	right: 2px !important;
}

.com_events-category ul.block-list.event-listing{
	position:relative;
}
.com_events-category ul.block-list.event-listing li.more-container{
	position: absolute;
	left: -25%;
	height: auto !important;
	background: none;
	bottom: 0;
}
.filter-author .fs-wrap{
	width: 100%;
	float:left;
	width: 100%;
}
.filter-author .fs-dropdown{
	width:180px;
	border:solid 1px #2c3e50;
	margin-top: -1px!important;
}
.filter-author .fs-search{
	padding: 0px;
	border-bottom:solid 1px #2c3e50;
}
.filter-author .fs-search input{
	padding: 4px 8px;
	background: #eeeeee;
}
.filter-author .fs-label-wrap{
	border:none;
}
.filter-author .select-styled, .filter-author .select-options{
	display: none;
}
.fs-label-wrap .fs-label{
	font-size: 18px;
	color:#2c3e50;
	border:none;
	padding: 0px!important;
	border-bottom:solid 1px #2c3e50;
	width: 100%;
	max-width: 160px;
	padding-right: 20px!important;
	background: url(../images/select.jpg) no-repeat right bottom;
	line-height: 24px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fs-label-wrap .fs-label + .fs-arrow{
	display: none!important;
}

.event-detail{
	float:left;
	width: 100%;
}
.event-detail .event-pagination{
	float:left;
	width: 100%;
	margin-bottom: 10px;
}
.event-detail > h4{
	margin-top: 35px!important;
	display: inline-block;
	width: 100%;
}
.event-detail h5{
	font-size: 18px;
	color: #2c3e50;
	margin-bottom: 35px;
}
.event-detail .row{
	/*margin-top: 50px;*/
	margin-top: 40px;
}
.event-detail .misc-links{
	margin-bottom: 6px;
}
.event-detail .misc-links a, .row ul.con-info > li a{
	font-size: 18px;
	text-decoration: underline;
	color: #f3342e;
    font-family: 'source_sans_probold';
	display: inline-block;
	margin-bottom: 6px;
	transform: scale(1);
	transition: all 0.3s ease 0s;
}
.event-detail .misc-links a:hover, .row ul.con-info > li a:hover{
	transform: scale(0.94);
	color: #2c3e50;
}
.misc-links .addeventatc {
	padding:0;
	border:0px;
	background:none;
	font-size: 18px;
    text-decoration: underline;
    color: #f3342e!important;
    font-family: 'source_sans_probold';
    display: inline-block;
    margin-bottom: 6px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
	line-height: 27px!important;
}
.misc-links #shr_event{
    float:left;
}
.misc-links .addeventatc .addeventatc_icon{
	display:none;
}
.misc-links .addeventatc:hover {
	transform: scale(0.94);
    color: #2c3e50!important;
	border:0px;
	font-size: 18px;
	text-decoration: underline;
}
.misc-links .addeventatc:focus{
	outline:none;
	border:none;
}
.misc-links .addeventatc:active {
    top:0px;
}
.misc-links .addeventatc:hover .addeventatc_dropdown{
	transform: scale(1.1)!important;
}
.event-detail .sharethis-inline-share-buttons{
	text-align: left!important;
}
.event-detail .st-btn{
	width: 30px!important;
    height: 30px!important;
    text-align: center;
    border-radius: 30px!important;
    background: #f3342e!important;
    color: #fff!important;
    padding-top: 6px!important;
	min-width:auto!important;
	margin-right: 10px!important;
	line-height: 100%!important;
}
.event-detail .st-btn:hover {
    animation: bounce 1s;
}
.event-detail .st-btn:hover {
    opacity: 1!important;
    top: 0!important;
}
.event-detail .st-btn:before{
    content: "\f09a";
	font-size: 17px!important;
    /*line-height: 100%;*/
	line-height: 20px !important;
	font: 14px/1 FontAwesome;
}
.event-detail .st-btn.st-last:before{
    content: "\f099";
}
.event-detail .st-btn > svg,
.event-detail .st-btn > span{
	display:none!important;
}

.event-detail .map-wrap{
	float:left;
	height: 300px!important;
	width: 100%;
	margin-top:10px;
	overflow: visible!important;
}
.event-detail .map-wrap iframe,
.event-detail .map-wrap > div{
	width: calc(100% + 9%)!important;
	height: 100%!important;
	overflow: hidden;
}
.event-detail .btn-prime i{
	margin: 0px 12px 0px -6px;
	position: relative;
	bottom:-4px;
	font-size: 30px;
	line-height: 0px;
}
.event-detail .btn-prime.float-right i{
	margin: 0px -6px 0px 12px;
}

.tag-category form.form-inline{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding:95px 6% 100px 8%;
}
.tag-category form.form-inline .filters.btn-toolbar{
	width: 100%;
    display: inline-block;
	margin-bottom: 25px;
}
.tag-category form.form-inline .filters.btn-toolbar .btn-group:nth-child(1){
	display:none;
}

.com_events-events .row.con-row .col-9{
	padding-bottom:0px;
}


.com_tags-tag .select {
    /*width: 100%;
    max-width: 160px;*/
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.com_tags-tag .form-limit .select {
	max-width: 50px;
}
.com_tags-tag .select-options {
    border: solid 1px #2c3e50;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
.com_tags-tag .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
.com_tags-tag .select-options > li:first-child {
    border: none;
}
.com_tags-tag .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
.com_tags-tag select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
.tag-category form.form-inline .filters.btn-toolbar .btn-group:nth-child(2) .select .select-styled{
	 min-width: 55px;
}
.tag-category form.form-inline .filters.btn-toolbar .btn-group:nth-child(2) .element-invisible{
	vertical-align: top;
	margin-right:15px;
    display: inline-block;
}
.tag-category form.form-inline ul.category.list-striped{
	width:100%;
	float: left;
}
.tag-category form.form-inline ul.category.list-striped > li{
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 20px;
	border-radius: 10px;
	width:auto!important;
	background: #e7e7e7;
}
.tag-category form.form-inline ul.category.list-striped > li h3{
	font-size: 16px;
	font-weight: 100;
	margin: 0px;
	font-family: 'source_sans_proregular', sans-serif;
}

.com_contact-contact #inner-section .container-fluid .row.con-row:nth-child(2) .col-3 {
    padding-top: 95px;
}
.row.con-map{
	margin-bottom: 0px!important;
	height: 400px;
}
.row.con-map iframe{
	width: 100%;
	height:100%;
}
.row ul.con-info{
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
}
.row ul.con-info > li:nth-child(1){
	background-image: url(../images/con-pin.png);
}
.row ul.con-info > li:nth-child(2){
	background-image: url(../images/con-phone.png);
}
.row ul.con-info > li:nth-child(3){
	background-image: url(../images/con-mail.png);
}
.row ul.con-info > li{
	list-style: none;
	margin: 0px 0px 20px 0px;
	padding-left: 44px;
	font-size: 18px;
	color: #2c3e50;
    font-family: 'source_sans_prosemibold';
	background-repeat: no-repeat;
	background-position: 0px 4px;
	min-height: 35px;
}
.row ul.con-info > li p{
	margin: 0px;
	font-size: 18px;
	color: #2c3e50;
    font-family: 'source_sans_prosemibold';
}
.row ul.con-info > li a{
    font-family: 'source_sans_prosemibold';
	text-decoration: underline!important;
}
.row .con-form{
	float:left;
	width: 100%;
	margin: 0px;
}
.row .con-form input{
	border:solid 3px #2c3e50;
	color: #2c3e50;
	padding: 12px 20px;
	line-height: 100%;
    font-family: 'source_sans_prosemibold';
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	background: none;
	border-radius: 0px;
	float:left;
	width: 100%;
	clear:both;
	max-width: 320px;	
}
.con_submit.btn-prime {
    position: relative;
	float: right;
	border: 0;
	padding:0;
	cursor: pointer;
}
.row .con-form .con_submit input {
    background: none;
    font-size: 20px;
    color: #f3342e;
	margin: 0px;
	padding:0px;
	cursor: pointer;
	padding: 14px 30px;
	min-width: 130px;
    transition: all 0.7s ease 0s;
}
.row .con-form .con_submit:hover input {
    color: #FFFFFF;
}

.row .con-form input::placeholder, .row .con-form textarea::placeholder{
	color:#2c3e50;
	opacity: 0.6;
}
.row .con-form textarea{
	border:solid 3px #2c3e50;
	color: #2c3e50;
	padding: 12px 20px;
    font-family: 'source_sans_prosemibold';
	font-size: 20px;
	margin: 0px 0px 20px 0px;
	background: none;
	border-radius: 0px;
	float:left;
	width: 100%;
	clear:both;
}
.row .con-form .error{
	box-shadow:0px 0px 10px rgba(240,27,21,0.7);
}
.row .con-form label.error{
	display: none!important;
}
.row .con-form .recaptcha-box{
	float:left;
}
.rcaptcha_error{
	border:0px!important;
	box-shadow: 0px 0px 10px rgba(240,27,21,0.7);
}



/*istotope*/
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}
/*scrollbar*/
.mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools{
	width: 8px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 4px;
	background: rgba(0,0,0,0.5)!important;
}
.item-101{
    display: none!important;
}


/*SEARCH*/

.com_search-search header .search-trigger{
	display:none;
}

#searchForm .select {
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#searchForm .form-limit .select {
	max-width: 50px;
}
#searchForm .select-options {
    border: solid 1px #2c3e50;
    margin-top: -1px;
    display: none;
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 2;
}
#searchForm .select-options > li {
    background: #eeeeee;
    padding: 6px 10px;
    line-height: normal;
    border-top: solid 1px #2c3e50;
    cursor: pointer;
}
#searchForm .select-options > li:first-child {
    border: none;
}
#searchForm .select-options > li:hover {
    background: #2c3e50;
    color: #fff;
}
#searchForm select {
    display: none;
    -moz-appearance: none;
    -webkit-appearance: None;
}
#searchForm .ordering-box{
	display: none;
}
.com_search-search .container-fluid > .search{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 95px 6% 100px 8%;
}
#searchForm .searchintro {
    background:#e7e7e7;
    color:#2c3e50;
    margin-top:20px;
    padding: 5px 15px;
}
#searchForm .searchintro p{
	font-size:14px!important;
}
#searchForm input[type="text"]#search-searchword {
	width:100%;
	border: 0px;
	border-bottom:solid 2px #f3342e;
    font-size: 24px;
    color: #2c3e50;
	padding:2px 14px;
	padding-left: 0px;
	background: #FFFFFF;
}
#searchForm .btn-toolbar{
	position:relative;
	/*border-top: 1px solid #b5b5b5;*/
}
#searchForm .btn-toolbar .btn-group{
	width:100%;
}
#searchForm .btn-toolbar .btn-group:nth-child(2){
	position:absolute;
	right:0px;
	bottom:5px;
	width:50px!important;
}
#searchForm button.btn{
	background: url(../images/search.png) no-repeat center;
    border: none;
    height: 40px;
	min-width:0px;
	text-indent:-6000px;
    padding: 0;
    width: 50px;
	cursor: pointer;
}
#searchForm .searchintro p {
    color:#2c3e50;
    margin: 0;
	font-size: 16px;
}
.badge-info {
    background-color:#f3342e;
}
#searchForm fieldset {
	border-width:0px 0px 1px 0px;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 0px;
    padding: 10px 0;
}
#searchForm .form-limit {
    display: inline-block;
    float: right;
    padding: 5px;
	padding-right: 0px;
	position:relative;
	top:-40px;
	width: 130px;
}
#searchForm .form-limit label {
    color: #2c3e50;
    font-size: 13px !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-top: 3px;
}
#searchForm .form-limit .select {
	float: left;
}
.chzn-container .chzn-results li{
	font-size:12px !important;
}
#searchForm legend {
    border-bottom: 0 none;
    float: left;
    font-size:13px;
    font-style: italic;
    line-height: 100%;
    margin: 1px 15px 0 0;
    overflow: hidden;
    width:auto;
    font-weight: 100;
}
#searchForm .phrases-box, #searchForm.ordering-box {
    float: left;
    margin-right: 20px;
}
#searchForm .phrases label, #searchForm .only label {
    color: #2c3e50 !important;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 100;
}
#searchForm .phrases input, #searchForm .phrases label, #searchForm .only input, #searchForm .only label {
    float: left;
    margin-top: 2px;
	position:static!important;
}
#searchForm fieldset .radio, #searchForm fieldset .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    min-height: 0;
}
#searchForm fieldset input[type="checkbox"],
#searchForm fieldset input[type="radio"]{
	margin-right:10px;
	margin-left:0px;
	position:static!important;
}
/*#searchForm .phrases select {
    margin: 2px 0 0;
    width: auto;
	border-radius: 5px;
	border: solid 1px #b5b5b5;
}*/
#searchForm .search .search-results a {
	color:#2c3e50;
	
}
dl.search-results .result-title {
    border-top:1px solid #b5b5b5;
    margin-top: 14px;
    padding-top: 14px;
	font-size: 18px;
    color: #f3342e;
    font-weight: 700;
}
dl.search-results .result-title:nth-child(1){
	border-top:0px;
}
dl.search-results .result-title a{
	font-size: 18px;
    color: #f3342e;
    font-weight: 700;
}
dl.search-results{
	color:#2c3e50;
}
dl.search-results .highlight{
	color:#f3342e;
	font-size: 18px;
	line-height: 28px;
    font-weight: 700;
}
dl.search-results dt a {
	text-decoration:none !important;
}
dl.search-results dd {
	margin-left:18px;
	color: #2c3e50;
	font-size: 18px;
	line-height: 28px;
    font-weight: 300;
    margin-bottom: 6px;
}
dl.search-results dd.result-created{
	text-align:right;
	color:#2c3e50;
	font-size:13px;
	display: none;
}
dl.search-results dd.result-category{
	display: none;
}
#search-result-page{
    display:block;
    float:left;
    margin-top:60px;
}
.ordering-box label, .ordering-box select {
    margin-top: 0 !important;
}
.search div.error{
	padding:20px 0px;
    font-size: 16px;
    color: #fd5050;
    font-style: italic;
}
#inner-section .search p.counter {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin: 12px 0px 15px 0px;
}

/*datepicker*/
.ui-datepicker {
	width:auto!important;
	padding:5px !important;
	border-radius:0px !important;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.ui-widget-content{
	border:0px;
}
.ui-datepicker-header {
	border: 0px !important;
	border-bottom:1px solid #FFF !important;
	background-color: #2c3e50!important;
	border-radius:0px !important;
}
.ui-datepicker thead {
	color: #FFF;
    background:none !important;
    text-transform:lowercase;
    font-size: 14px;
	/*font-family: 'source_sans_probold', sans-serif;
	font-weight:100;*/
}
.ui-datepicker thead th{
	border-bottom:1px solid #2C3E50;
	color:#2c3e50;
	font-family: 'source_sans_prosemibold';
}
.ui-datepicker thead th:nth-child(1){
	border-left:0px;
}
.ui-datepicker-calendar {
	margin-bottom:0px !important;
}
.ui-datepicker-calendar td {
	padding: 0px!important;
	border:0px!important;
	text-align: center !important;
	font-family: 'source_sans_probold', sans-serif;
	font-weight:100;
	background: #fff;
	font-size: 13px;
	height: auto;
	width: 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:0px !important;
	background:#ffffff;
	color: #004056!important;
	font-size: 18px;
	font-family: 'source_sans_prosemibold';
	font-weight: 100;;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color:#FFF!important;
	background:#004056;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center !important;
	float: none;
	display: inline-block;
	padding: 0 !important;
	line-height: 30px;
}
.ui-datepicker td span, .ui-datepicker td a {
	padding:5px 15px !important;
	text-align:center !important;
	font-size: 18px;
	color: #004056;
	font-family: 'source_sans_prosemibold';
	font-weight: 100;;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	color:#f3342e !important;
	background:#e7e7e7!important;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	text-align: center !important;
	float: none;
	display: inline-block;
	padding: 0 !important;
	line-height: 32px;
}

#ui-datepicker-div.ui-widget-content .ui-datepicker-header a.ui-datepicker-prev {
	background: url(../images/datepikr-left.png) no-repeat center!important;
	border: none!important;
}
.ui-datepicker .ui-datepicker-prev {
	left: 1px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 6px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
#ui-datepicker-div.ui-widget-content .ui-datepicker-header a.ui-datepicker-next {
	background: url(../images/datepikr-right.png) no-repeat center!important;
	border: none!important;
	padding: 0px!important;
	margin: 0px!important;
}
.ui-datepicker .ui-datepicker-next {
	right: 1px;
}
.ui-datepicker .ui-datepicker-title{
	text-transform:capitalize;
	line-height: 100%;
    padding: 10px 0px;
	font-family: 'source_sans_probold', sans-serif;
	font-weight:100;
}
.ui-datepicker .ui-widget-header{
	font-weight:500;
}
/*datepicker end*/

/*-no_item-*/
.no_item{
	width:100%;
	float: left;
    color: #aeaeae;
    padding-left: 37px !important;
    background: url(../images/noitem.png) no-repeat left center!important;
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 0px!important;
	padding-top: 0px!important;
    border: 0!important;
	background-color:transparent!important;
    background-position: 0px 3px;
}
span.no_item{
	width:100%;
	float: left;
	margin-top:15px;
}
#loadItems.processing{
	position: relative;
}
#loadItems.processing *{
	opacity:0.6;
}
#loadItems.processing::before{
	width:68px;
	height: 68px;
	z-index: 1;
	content:" ";
	margin: auto;
	top:30px;
	left:-50%;
	right:-50%;
	position: absolute;
	background: url(../images/processing.gif) no-repeat center;
}
#loadItems.processing.process-more:before{
	top:auto!important;
	bottom:6%!important;
}
.misc-links .addeventatc .copyx {
    display: none !important;
}

.com_content-article #inner-section .article-page > .col-9{
	padding-bottom:0px;
}
.com_content-article #inner-section .article-page > .col-9 p:last-child{
	margin-bottom:0px;
}
.com_content-article ul.block-list li ul.tags > li{
	margin-bottom:8px;
}
.com_content-article ul.block-list > li h3{
	width: 100%;
	float: left;
}
.com_fmedia-category ul.resource-list.media-list .card-body .item-meta{
	margin-bottom:0px!important;
}
.com_users-remind .remind,
.com_users-reset .reset, .com_users-reset .reset-confirm{
	padding:95px 2% 80px 8%;
}

.com_users-remind .remind input,
.com_users-reset .reset input,
.com_users-reset .reset-confirm input{
    border: solid 3px #2c3e50;
    color: #2c3e50;
    padding: 12px 20px;
    line-height: 100%;
    font-family: 'source_sans_prosemibold';
    font-size: 20px;
    margin: 0px 0px 20px 0px;
    background: none;
    border-radius: 0px;
    float: left;
    width: 100%;
    clear: both;
    max-width: 320px;
}
.com_users-remind .remind button,
.com_users-reset .reset button,
.com_users-reset .reset-confirm button{
    background: url(../images/stroke-orange.png);
    font-size: 20px;
    color: #f3342e;
    margin: 0px;
    cursor: pointer;
    padding:10px 25px;
    min-width: 130px;
	border: 0px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
    transition: all 0.7s ease 0s;
}
.com_users-remind .remind button::before,
.com_users-reset .reset button::before,
.com_users-reset .reset-confirm button::before{
    content: "";
    position: absolute;
    background: #f3342e;
    height: 150px;
    width: 320px;
    border-radius: 50%;
    top: 0;
    left: -250%;
    transition: all .7s;
    z-index: -1;
}
.com_users-remind .remind button:hover,
.com_users-reset .reset button:hover,
.com_users-reset .reset-confirm button:hover{
    color: #FFFFFF;
}
.com_users-remind .remind button:hover::before,
.com_users-reset .reset button:hover::before,
.com_users-reset .reset-confirm button:hover::before{
    top: -32px;
    left: -32px;
}
.com_users-remind .remind p,
.com_users-reset .reset p,
.com_users-reset .reset-confirm p{
	font-size:18px;
}
.com_fmedia-category #mediaURL .col-3{
	padding-bottom: 40px;
}
.com_fmedia-category #loadItems .row > .col-3{
	padding-top: 50px!important;
}

.error_page .error_content{
	height:calc(100vh - 200px);
}
.error_page footer{
	padding:30px;
}
.error_page .error_content .container-fluid{
	padding:95px 2% 80px 8%;
}
.error_page .error_content h1{
	font-size: 100px;
}
#system-message{
	position:relative;
}
.alert{
	background: #ecbebc;
	width: 83%;
	margin: auto;
	position:relative;
	margin-top: 30px;
}
.alert .close{
	position: absolute;
	top: 10px;
	cursor:pointer;
	right: 10px;
}
.com_issues-issues ul.resource-list > li .card .card-media,
.com_projects-projects ul.resource-list > li .card .card-media,
.article_reslist ul.resource-list > li .card .card-media{
	max-height: 240px;
	overflow: hidden;
	/*border:1px solid red;*/
}
.com_issues-issues ul.resource-list > li .card .card-media img,
.com_projects-projects ul.resource-list > li .card .card-media img,
.article_reslist ul.resource-list > li .card .card-media img{
	width:100%;
	max-width: none;
}
.com_issues-issues #inner-section .container-fluid .row.con-row .col-3,
.com_projects-projects #inner-section .container-fluid .row.con-row .col-3{
	padding-top:40px;
}
.com_issues-issues #inner-section .container-fluid .row.con-row:nth-child(3) .col-3,
.com_projects-projects #inner-section .container-fluid .row.con-row:nth-child(3) .col-3{
	padding-top:95px;
}
.com_issues-issues #inner-section .block-list.block-list_one,
.com_projects-projects #inner-section .block-list.block-list_one{
	width:33.33%;
}
.com_issues-issues #inner-section .block-list.block-list_two,
.com_projects-projects #inner-section .block-list.block-list_two{
	width:66.66%;
}
.com_content-featured .col-9 .tab-col.tab-result .tab-content.current{
	width: 100%;
}
.title_only{
	padding-top:50px;
	padding-bottom:40px;
}
figure#home-banner .featured-post .btn-prime{
	background: url(../images/stroke-color.png);
}
figure#home-banner .featured-post .btn-prime:hover{
	color:#FFFFFF!important;
}

.filter-items .reset_filters{
	width: 100%;
	float: left;
}

.filter-items .reset_filters a.btn-prime{
	background: 0;
	padding:0;
	min-width:auto;
	font-size: 18px;
	float: right;
	margin-right: 15px;
}
.filter-items .reset_filters a.btn-prime::before{
	display: none;
}
.filter-items .reset_filters a.btn-prime:hover{
	color:#f3342e;
	text-decoration: underline;
}

.com_team-category .more-container.team-list{
    position: relative;
    float: left;
    width: 100%;
}
.com_team-category .more-container.team-list > a{
    position: absolute;
    left: -25%;
    top: -70px;
}

.article-page.news-insidepage ul.downloads > li > a,
.article-page.publications-insidepage ul.downloads > li > a{
	font-size: 20px;
	color: #f3342e;
	padding: 14px 30px;
	padding: 12px 26px;
	line-height: 100%;
	border: solid 3px #f3342e;
	transition: all 0.7s ease 0s;
	text-decoration: none !important;
	display: inline-block;
	font-family: 'source_sans_prosemibold';
	background: url(../images/stroke-orange.png);
	position: relative;
	overflow: hidden;
	z-index: 1;
	min-width: 130px;
	text-align: center;
	word-break: break-all;
}
.article-page.news-insidepage ul.downloads > li > a::before,
.article-page.publications-insidepage ul.downloads > li > a::before{
    content: "";
    position: absolute;
    background: #f3342e;
    height: 150px;
    width: 400px;
    border-radius: 50%;
    top: 0;
    left: -250%;
    transition: all .7s;
    z-index: -1;
}
.article-page.news-insidepage ul.downloads > li > a:hover,
.article-page.publications-insidepage ul.downloads > li > a:hover{
    color: #fff;
    border: solid 3px #f3342e;
}
.article-page.news-insidepage ul.downloads > li > a:hover::before,
.article-page.publications-insidepage ul.downloads > li > a:hover::before{
    top: -32px;
    left: -60px;
}
.old_downloads{
    float: left;
    width:100%;
    margin-top:10px;
}
.old_downloads li{
    float: left;
    margin-right:10px;
}
.downloads_til{
    color:#2c3e50;
    font-family: "source_sans_probold";
    font-size: 24px;
}
.old_downloads a:before{
    width: 200%!important;
}
.old_downloads a:hover::before{
    left: -90px!important;
}
.download_row{
    margin-top:0px;
}
.download_row .col-3, .download_row .col-9{
    padding-top:20px!important;
}
.mr_b_0{
    margin-bottom: 0px!important;
}


.privacy_section{
    float: left;
    width: 100%;
}
.privacy_section input{
    width:auto!important;
    margin-right:3px!important;
    margin-top: 5px!important;
}
.privacy_section input.error{
    box-shadow: 0 0 10px rgba(240, 27, 21, 0.7);
}
.privacy_section label.error{
    display:none!important;
}

ul.issue-more-events > li{
    width:33.33%;
    float: left;
    display:inline-block!important;
}
ul.issue-more-events.block-list_two > li{
    width: 50%;
}

.com_press-category .grey-txt-block{
	padding-left:29px;
}
.custom_calendar tr td > a.more{
	padding-left: 6px!important;
}
.custom_calendar tr td.today > a.more {
    padding: 0px !important;
}

.com_team-category ul.tags.inline{
	max-width:100%;
}
.com_team-category ul.tags.inline > li{
	margin-bottom:10px;
}
.article-page.publications-insidepage.download_row .col-3 span.downloads_til{
	margin-top: 17px;
	display: inline-block;
}

/*banner section img*/ 

figure#inner-banner.inner-banner-page {
	height: auto;
    max-height: 560px;
    min-height: auto;
    padding-bottom: 0;
	overflow: hidden;
	background-image:none !important;
}
figure#inner-banner.inner-banner-page img{
	width:100%
}
figure#inner-banner.inner-banner-page .banner-desc {
    position: absolute;
    top: 10vh;
}
/*banner section img END*/ 

/*-Safari css hacks-*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
	::i-block-chrome, .footer-blocks input[type="text"]{
		padding-top:15px;
	}
}
/*-Safari css hacks-*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	_::-webkit-full-page-media, _:future, :root .footer-blocks input[type="text"] {
		padding-top:15px;
	}
}

.article-page.publications-insidepage .col-9 p a,
.com_events-events .col-9 .event-detail p a{
	color: #f3342e;
}
.book_category{
	margin-top: 25px;
	float: left;
	font-size: 18px;
	font-family: 'source_sans_prosemibold';
}
.book_category.active{
	color:#2c3e50;
}
.breadcrumb{
    background: none;
    margin: 0px;
    padding-left: 7.3%;
}

.breadcrumb li .divider > img{
    margin-bottom: 1px;
    margin-right: 5px;
    margin-left: 3px;
}
.breadcrumb li:first-child{
    display: none!important;
}



/*@media - Feps*/
@media only screen and (min-width: 1400px) and (max-width :2200px){
    figure#home-banner li > img{
        display: block;
    }
    figure#home-banner .banner-desc,
	figure#inner-banner .banner-desc{
        position: absolute;
        top:0px;
        left: -50%;
        right:-50%;
        padding-bottom: 80px;
    }
	figure#inner-banner .banner-desc{
		padding:3.8% 0px 0px 0;
	}
    figure#home-banner ul.slides > li{
        padding-bottom: 0px;
    }
    figure#home-banner .featured-post{
        margin-top: -20px;
    }
	figure#home-banner .banner-desc{
		min-height: calc(100vh - 180px);
		padding-top: 100px;
	}
	figure#home-banner .featured-post{
		position: absolute;
		right: 0px;
		bottom: 30px;
	}
}
@media only screen and (min-width: 1400px) and (max-width :1660px){
	figure#home-banner .banner-desc{
		padding-top: 70px;
	}
}
@media only screen and (max-width: 1690px){
	.com_events-category ul.tags.pos-bottom, .com_events-events ul.tags.pos-bottom, .com_issues-issues ul.tags.pos-bottom, .com_team-category ul.tags.pos-bottom {
		max-width: 45%;
	}
}
@media only screen and (max-width: 1680px){
	.calendar-pop-wrap{
		margin-left: -15%!important;
	}
	.com_events-category ul.tags.pos-bottom {
		max-width: 42%;
	}
	.com_issues-issues ul.tags.pos-bottom,
	.com_team-category ul.tags.pos-bottom{
		max-width:42%;
	}
	.article_page ul.team-list.isotope-wrap .isotope-item{
		height: 540px;
	}
    .article_page ul.team-list.isotope-wrap.team-experts .isotope-item {
        height: 350px;
    }
}
@media only screen and (max-width: 1650px){
	.article-page.news-insidepage .col-9 p iframe{
		width:calc(50% - 20px)!important;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		/*height: auto!important;*/
	}
	ul.tags > li{
		margin-bottom: 5px!important;
	}
	ul.tags > li a{
		line-height: 16px!important;
	}
}
@media only screen and (max-width: 1550px){
	.com_events-category ul.tags.pos-bottom, .com_events-events ul.tags.pos-bottom, .com_issues-issues ul.tags.pos-bottom, .com_team-category ul.tags.pos-bottom {
		max-width: 40%;
	}
}

@media only screen and (max-width: 1480px){
	.btn-prime{
		padding: 14px 20px;
	}
	ul.news-list.news-detail-list > li:nth-child(4), ul.publication-list.publication-detail-list > li:nth-child(4){
		clear:left;
	}
	.calendar-pop-wrap{
		margin-left: -32%!important;
	}
}

@media only screen and (max-width: 1400px){
	.com_issues-issues ul.resource-list > li .card .card-media{
		height: 200px;
	}
	
	.row.con-row .col-3 {
		padding: 95px 2% 80px 3%;
	}
	footer .container-fluid {
		width: 95%;
	}
	footer {
		padding: 45px 0px 130px;
	}
	figure#inner-banner .banner-desc{
        position: absolute;
        top:0px;
        left: -50%;
        right:-50%;
        padding-bottom: 80px;
    }
	figure#inner-banner .banner-desc{
		padding:3.8% 0px 0px 0;
	}
}
@media only screen and (max-width: 1280px){
	header {
    	height: 130px;
	}
	header::after, figure#home-banner ul.slides > li::after, figure#inner-banner::after,
	header.off-canvas.fixed::before{
		background: url(../images/h-ruler.png) repeat -190px 0px;
	}
	header ul.nav{
		margin: 60px 0px 0px 0px;
	}
	header h1#logo{
		width: 130px;
		height: 100%;
	}
	header h1#logo img{
		max-width:73%;
	}
	header .search-wrapper{
		height: 130px;
	}
	header .search-trigger{
		background-size:40px;
		margin: 38px 30px 0px 0px;
	}
	.tab-col.tab-panel .btn-prime::before{
		left: -300%;
	}
	footer .base-links{
		bottom: -60px;
	}
	footer a.websiteby{
		bottom: -58px;
	}
	.com_events-category ul.tags.pos-bottom, .com_events-events ul.tags.pos-bottom, .com_issues-issues ul.tags.pos-bottom, .com_team-category ul.tags.pos-bottom {
		max-width:100%;
		position: static;
	}
}

@media only screen and (max-width: 1199px){
	header ul.nav > li{
		width: 135px;
	}
	figure#home-banner .banner-desc, figure#inner-banner .banner-desc{
		width: 90%;
		padding: 4% 0px 0px 1%;
	}
	figure#inner-banner.inner-banner-page .banner-desc {
		top: 0;
	}
	figure#home-banner .banner-desc p{
    	font-size: 36px;
	}
	figure#inner-banner .banner-desc p, figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p {
		font-size: 32px;
	}
	figure#inner-banner .banner-desc .btn-prime {
		padding: 8px 15px;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2 {
		font-size: 52px;
		line-height: 62px;
	}
	header::after, header.off-canvas.fixed::before, figure#home-banner ul.slides > li::after, figure#inner-banner::after {
		background:none;
	}
	
	header h1#logo{
		border-right: 1px solid #f88582;
	}
	header ul.nav > li:nth-child(2){
		background:none;
	}
	header .header-right{
		border-left: 1px solid #f88582;
	}
	
	header .search-trigger{
		height: 130px;
		width: 80px;
		margin: 0px 10px 0px 0px;
	}
	header.off-canvas .search-trigger{
		height: 66px;
	}
	
	ul.publication-list h3, ul.news-list h3{
		font-size: 34px;
	}
	ul.publication-list > li.featured-pub,
	ul.news-list > li.featured-news{
		width:100%;
		padding: 22px 30px 30px 30px;
	}
	ul.publication-list > li.featured-pub .btn-prime{
		position:relative;
		left: 0;
		bottom: 0;
	}
	ul.publication-list > li{
		width:50%;
	}
	ul.news-list > li.featured-news {
		padding: 0px 50px 60px 30px;
	}
	.con_submit.btn-prime{
		float: left;
		margin-top: 20px;
	}
	
	.row.con-row > .col-3, .row.con-row > .col-9{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#home-section .row.con-row{
		position:relative;
	}
	#home-section .container-fluid .row.con-row:nth-child(2){
		padding-bottom: 100px;
	}
	#home-section .row.con-row > .col-3{
		position:static;
		padding: 95px 2% 0px 30px;
	}
	#home-section .row.con-row > .col-3 > a.btn-prime{
		bottom: -100px;
	}
	#home-section .container-fluid .row.con-row:nth-child(2) > .col-3 > a.btn-prime{
		bottom:0px;
	}
	ul.resource-list > li{
		width:50%;
	}
	#home-section .row.con-row.con-fill > .col-3{
		padding: 48px 2% 0px 30px;
	}
	.con-row .tab-col.tab-panel{
		padding: 50px 30px 50px;
	}
	.tab-col.tab-result .tab-c-wrap {
		padding:50px 30px 100px 30px;
	}
	.tab-col.tab-result .tab-c-wrap .btn-prime{
		left:30px;
	}
	.footer-blocks .col-4{
		padding: 40px 30px 100px;
	}
	.footer-blocks .subscribe-nl .btn-prime{
		right:auto;
		left:30px;
	}
	.footer-blocks .btn-prime{
		left:30px;
	}
	.row.con-row .col-3 {
		padding-left:30px;
	}
	/*ul.resource-list > li:nth-child(odd) {
		background: #333333;
	}
	ul.resource-list > li:nth-child(odd) {
		background:#666666;
	}*/
	#member-slider ul.slides > li img {
		max-height: 70px;
		max-width: 260px;
	}
	
	#inner-section .row.con-row > .col-3{
		padding-bottom:0px;
	}
	.com_content-article #inner-section .article-page > .col-9{
		padding-top: 0;
		padding-left:30px;
	}
	.row.con-row .col-9 ul.tab-nav{
		margin-top:0px;
		width: 100%;
	}
	#inner-section .row.con-row .col-9.no-pad{
		poadding-left:30px;
	}
	#inner-section .row.con-row .col-9{
		padding-right:30px!important;
		padding-left: 30px!important;
	}
	
	.com_team-category #inner-section .container-fluid .row.con-row {
		position:relative;
		padding-bottom: 100px;
	}
	.com_team-category #inner-section .container-fluid > .row.con-row > .col-3{
		position:static;
	}
	.com_team-category #inner-section .container-fluid > .row.con-row > .col-3 a.btn-prime{
		bottom:0;
	}
	.team-search-wrap{
		width: 35%;
		margin-left: 30px;
		margin-bottom: 30px;
	}
	ul.experts-list > li.no_item{
		margin-left: 30px;
	}
	.com_team-category #inner-section .container-fluid > .row.con-row.mb-0{
		padding-bottom:0;
	}
	.com_team-category #inner-section .container-fluid > .row.con-row.mb-0 .col-9 ul.tab-nav{
		margin-bottom:0;
	}
	
	.com_issues-issues #inner-section .container-fluid .row.con-row .col-3,
	.com_projects-projects #inner-section .container-fluid .row.con-row .col-3 {
		padding-top:0px;
	}
	.left-pad-match {
		padding-top: 20px;
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.com_content-article ul.resource-nav > li{
		width:50%;
	}
	ul.resource-nav > li:nth-child(2n) a {
		background:#333333;
	}
	ul.resource-nav > li:nth-child(3n+1) a {
		background: #666666;
	}
	
	.com_news-category .row.con-row,
	.com_publications-category .row.con-row{
		position: relative;
		padding-bottom: 100px;
	}
	.com_news-category .row.con-row > .col-3,
	.com_publications-category .row.con-row > .col-3{
		position: static;
	}
	.com_news-category #inner-section .row.con-row .col-9.no-pad{
		padding-right: 30px!important;
		padding-left: 30px!important;
	}
	.com_news-category #inner-section .row.con-row .col-3 .btn-prime,
	.com_publications-category #inner-section .row.con-row .col-3 .btn-prime{
		bottom:0;
	}
	.filter-items{
		padding: 0px 0px 50px 0px;
	}
	ul.news-list > li.featured-news {
		padding: 0px 0px 50px 30px;
	}
	
	.com_news-news #inner-section .row.con-row .col-9{
		padding-top:0;
	}
	.com_publications-category #inner-section .row.con-row > .col-3 {
		padding-top:94px;
	}
	.com_publications-publications .row.con-row > .col-9{
		padding-top:0;
	}
	ul.news-list.news-detail-list > li:nth-child(4), ul.publication-list.publication-detail-list > li:nth-child(4) {
		clear: none;
	}
	
	
	.com_fmedia-category #loadItems .row.con-row{
		position:relative;
		padding-bottom:100px;
	}
	.com_fmedia-category #loadItems .row.con-row > .col-3{
		padding-top:0!important;
		position:static;
	}
	.com_fmedia-category #loadItems .row.con-row > .col-3 .btn-prime{
		bottom:0;
	}
	
	.com_events-category ul.event-listing > li{
		width:50%;
	}
	.com_events-events #inner-section .row.con-row .col-9{
		padding-top:0px;
	}
	
	
	.com_contact-contact .row.con-row .col-4, .com_contact-contact .row.con-row .col-5{
		ms-flex: 100%;
		flex:100%;
		max-width:100%;
	}
	.com_contact-contact .row.con-row .col-4, .com_contact-contact .row.con-row .col-5{
		padding-top:0px;
		padding-left:30px;
		padding-right:30px;
	}
	.con_submit.btn-prime {
		float: right;
	}
	
	/*.com_content-article #inner-section .row.con-row.article-page > .col-3{
		padding-bottom: 50px;
	}*/
	
	#home-section .container-fluid .row.con-row:nth-child(3){
		padding-bottom:100px;
	}
	#home-section .container-fluid .row.con-row:nth-child(3) .col-3 > a.btn-prime{
		bottom: 0;
	}
	.com_events-events #inner-section .row.con-row{
		position:relative;
	}
	.com_events-events #inner-section .row.con-row:nth-child(3){
		padding-bottom:100px;
	}
	.com_events-events #inner-section .row.con-row:nth-child(3) > .col-3{
		padding-top:0px;
	}
	.com_events-events #inner-section .row.con-row > .col-3{
		position:static;
	}
	.com_events-events #inner-section .row.con-row > .col-3 > a.btn-prime{
		bottom:0;
	}
	
	.com_content-article .row.con-row.article-page{
		position:relative;
		padding-bottom:100px;
	}
	.com_content-article .row.con-row.article-page .col-3{
		position:static;
	}
	.com_content-article .row.con-row.article-page .col-3 > .btn-prime{
		bottom:0;
		position: absolute;
	}
	.com_team-category #inner-section .row.con-row:nth-child(6) > .col-3{
		padding-top:0px;
	}
	#home-section ul.publication-list.news-list > li .card{
		min-height:auto!important;
	}
	#home-section ul.publication-list.news-list .card-image{
		max-height: none;
	}
	
}

@media only screen and (max-width: 1099px){

	/*header ul.nav > li {
		width: 110px;
	}*/
	
	header {
		height: 109px;
	}
	header h1#logo {
		width: 100px;
	}
	header .search-trigger {
		height: 109px;
	}
	header .search-wrapper {
		height: 109px;
		padding: 22px 3%;
	}
	
	header ul.nav.menu{
		display: none;
	}
	.mobilewrap{
		width: 48px;
		height: 48px;
		position: absolute;
		right: 110px;
		top: 33px;
		z-index:0;
		cursor: pointer;
		/*background: #fff;*/
		display: block;
	}
	span.mobilemenu{
		display: block;
		width: 33px;
		height:5px;
		background:#fff;
		z-index: 100;
		cursor: pointer;
		position: absolute;
		top: 22px;
		left: 7px;
	}
	span.mobilemenu:after, span.mobilemenu:before {
    	background-color:#fff;
		content: "";
		display: block;
		height:5px;
		position: absolute;
		transition: all 0.3s ease 0s;
		width:33px;
		z-index:100;
	}
	span.mobilemenu:before{
		top:-12px;
	}
	span.mobilemenu:after{
		top:12px;
	}
	span.mobilemenu.active, span.mobilemenu.active:after, span.mobilemenu.active:before{
		background:#fff;
	}
	span.mobilemenu.active{
		height:0px;
		left: 8px;
	}
	span.mobilemenu.active:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top:0px;
	}
	span.mobilemenu.active:before{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top:0px;
	}
	header ul.nav.menu {
		position: absolute;
		top: 109px;
		z-index: 99;
		background:#ffffff;
		display:none;
		margin-top: 0px;
		width:100%;
		left: -50%;
		right: -50%;
		margin: auto;
		table-layout: auto;
		transform: none!important;
		transition: none!important;
		max-height:calc(100vh - 40vh);
		overflow-y: scroll;
		box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	}
	/*.menu_scroll{
		max-height:calc(100vh - 50vh);
	}*/
	header ul.nav.menu > li{
		width:100%;
		height: auto;
		background:none;
		display: inline-block;
		margin: 0!important;
		padding: 0px!important;
		border-bottom:solid 1px rgba(0,0,0,0.1);
	}
	header ul.nav.menu > li > a{
		width:auto;
		float: left;
    	text-align: left;
		padding: 14px 20px!important;
		/*border-top:solid 1px rgba(0,0,0,0.1);*/
		/*transform: none!important;
		transition: none!important;*/
		color: #f3342e!important;
		font-size: 18px;
		border-radius: 0px;
		display:inline-block;
	}
	header ul.nav > li > a:hover {
		color:#f3342e!important;
		background:none;
	}
	/*header ul.nav.menu > li ul > a:hover {
		color: #ffffff!important;
		background: #f3342e;
	}*/
	header ul.nav > li > a::after{
		display:none;
	}
	
	
	header ul.nav > li > ul > li a{
		padding: 17px 35px;
	}
	header.off-canvas.fixed .container-fluid ul.nav.menu {
		top: 70px;
	}
	header.off-canvas.fixed .container-fluid .mobilewrap{
		top: 11px;
	}
	header ul.nav > li > ul {
		display: none;
		left: 0;
		width: 100%!important;
		position: static!important;
		background: none;
		float: left;
		color: #FFFFFF;
		opacity:1!important;
		/*display: inline-block;*/
		box-shadow: none;
		padding-bottom: 0;
		transition: all 0.3s ease 0s;
		
	}
	header .nav > li > ul.rep_menu_open,
	header ul.nav > li:hover > ul.rep_menu_open{
		height:auto;
		opacity: 1;
		/*transform: scaleY(1);*/
		pointer-events: auto;
	}
	header .nav > li > ul > li a{
		color: #FFFFFF;
	}
	header ul.nav > li > ul > li a:hover{
		color:#FFFFFF!important;
	}
	header.off-canvas ul.nav{
		top:-500px;
		transition: all 0.3s ease 0s;
	}
	header ul.nav > li > ul > li:first-child{
		border-top:solid 1px rgba(0,0,0,0.1);
	}
	span.resp-menu{
		width:30px;
		height: 30px;
		content: '';
		right:30px;
		top: 10px;
		margin: auto;
		position:absolute;
		cursor: pointer;
		transition: all 0.3s ease 0s;
	}
	span.resp-menu::after{
		content:'';
		width:20px;
		height: 15px;
		left:-50%;
		right: -50%;
		top:-50%;
		bottom:-50%;
		margin:auto;
		position: absolute;
		transition: all 0.3s ease 0s;
		background:url(../images/menu_down.png) no-repeat center;
	}
	span.resp-menu.active::after{
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	ul.experts-list > li{
		width:49.5%;
	}
	ul.experts-list > li.flip-content {
		width:100%;
	}
	ul.block-list.block-list-float > li{
		width:50%;
	}
	footer .base-links{
		width:100%;
	}
	footer .container-fluid .col-1{
		/*display: none;*/
	}
	.com_issues-issues ul.block-list.block-rows-grey > li{
		width:50%;
	}
	.com_events-category ul.block-list.event-listing li.more-container{
		position:static;
	}
	.com_search-search .container-fluid > .search{
		padding:30px;
	}
	
	
	/*-home banner-*/
	figure#home-banner .banner-desc {
		position:absolute;
		top: 0;
		left: 20px;
		max-width: 90%;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2 {
		font-size: 46px;
		line-height: 53px;
	}
	figure#home-banner .banner-desc p, figure#inner-banner .banner-desc p, figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p {
		
		margin: 0px 0px 30px 0px;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2, figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span {
		
		margin: 0px 0px 30px 0px;
	}
	figure#home-banner .banner-desc .btn-prime{
		/*font-size: 16px;
		padding: 3px 15px;*/
	}
	figure#home-banner ul.slides > li{
		min-height: auto;
		padding-bottom:0px;
		background: none!important;
	}
	figure#home-banner ul.slides > li .cont{
		min-height: auto;
		height: auto!important;
	}
	figure#home-banner .banner-desc .featured-post{
		padding: 15px;
		margin-top: 4%;
	}
	figure#home-banner .featured-post > .ft-dsc{
		    padding-top: 2px;
	}
	figure#home-banner .featured-post .ft-dsc h3, figure#home-banner .featured-post .ft-dsc h3 a{
		    font-size: 22px;
	}
	figure#home-banner .featured-post .ft-dsc p{
		
	}
	figure#home-banner .featured-post > a{
		    float: right;
    padding-right: 10px;
	}
	/*figure#home-banner .featured-post > a::after{
		content: 'Read the latest Post';
		position: relative;
		left: 0;
		top: -50%;
		bottom: -50%;
		width: auto;
		height: auto;
		font-size: 16px;
		color: #f3342e;
	}*/
	
	figure#home-banner .featured-post > a > img{
		    max-width: 85px;
	}
	figure#home-banner li > img {
		display: block;
	}
	figure#home-banner .flex-control-nav {
		bottom: 0px;
	}
	/*-home banner end-*/
	
	
	
}

@media only screen and (max-width: 980px){
	
	/*header ul.nav {
		margin:39px 0px 0px 0px;
	}*/
	/*header ul.nav > li{
		width: 85px;
	}*/
	header ul.nav > li > a{
		font-size: 18px;
	}
	/*header ul.nav > li > ul{
		width: 235px;
	}*/
	/*header ul.nav > li:hover > a:after {
		height: 50px;
	}*/
	header .search-trigger {
		height: 109px;
	}
	header .search-wrapper {
		height: 109px;
		padding: 25px 3%;
	}
	figure#home-banner .banner-desc, figure#inner-banner .banner-desc{
		width: 95%;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2 {
		font-size: 46px;
		line-height: 50px;
	}
	#home-section .row.con-row > .col-3 {
		padding: 60px 2% 0px 30px;
	}
	.row.con-row {
		margin-bottom: 70px;
	}
	.con-row .tab-col.tab-panel{
		width:100%;
		padding: 30px 30px 30px;
		display:inline-block;
	}
	.footer-blocks .col-4{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		padding: 30px;
	}
	.footer-blocks .col-4:nth-child(3){
		padding: 30px;
	}
	.footer-blocks .btn-prime{
		position: relative;
		left:0px;
		bottom:0px; 
		margin-top:20px;
	}
	.footer-blocks .subscribe-nl .btn-prime{
		left:0;
	}
	footer {
		padding: 30px 0px 90px;
	}
	footer .col-4, footer .col-3{
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		position: static;
	}
	footer .col-1{
		display:none;
	}
	footer .row{
		position: relative;
	}
	
	figure#inner-banner {
		min-height: auto;
		height: 430px;
	}
	#inner-section .container-fluid .row.con-row:first-child .col-3,
	#inner-section .container-fluid > #system-message-container + .row.con-row .col-3,
	#inner-section .container-fluid > #system-message-container + script + .row.con-row .col-3 {
		padding-top: 60px;
	}
	
	.com_team-category ul.tab-nav > li{
		width: 33.33%;
		border-left: 0;
		border-right:3px solid #f3342e;
		display: inline-block;
	}
	.com_team-category ul.tab-nav > li:nth-child(1){
		border-right:3px solid #f3342e;
	}
	.com_team-category ul.tab-nav > li:nth-child(1),
	.com_team-category ul.tab-nav > li:nth-child(2),
	.com_team-category ul.tab-nav > li:nth-child(3){
		border-bottom:3px solid #f3342e;
	}
	.com_team-category ul.tab-nav > li:nth-child(3),
	.com_team-category ul.tab-nav > li:nth-child(6){
		border-right:0px;
	}
	.grey-txt-block img.fill-left{
		float:none;
		margin: -30px 50px 0px -30px;
		margin-bottom:20px;
	}
	.grey-txt-block{
		padding: 30px 30px 30px 30px;
	}
	
	ul.block-list.block-list-float > li {
		width:100%;
		height: auto!important;
	}
	ul.block-list > li{
		padding: 30px 30px 110px 30px;
	}
	
	ul.experts-list > li {
		width:100%;
	}
	ul.experts-list > li.flip-content .team-intro-wrap {
		width: 100%;
	}
	ul.experts-list .team-desc-wrap{
		width:50%;
		padding:0px 30px 30px 30px;
	}
	
	.filter-items .col-3{
		-ms-flex:100%;
		flex:100%;
		max-width:100%;
	}
	.com_events-category .filter-items .col-3 .search-field{
		margin-bottom:15px;
	}
	.filter-items input[type="text"]{
		width:100%;
	}
	.filter-items .select{
		max-width:none;
	}
	.fs-label-wrap .fs-label{
		max-width: none;
	}
	.select-styled{
		max-width:none;
	}
	.filters.filter-author{
		margin-top:20px;
	}
	.filter-author .fs-dropdown{
		width:100%;
	}
	
	ul.publication-list > li {
		width:100%;
		height: auto!important;
	}
	.col-3.filters{
		margin-top:20px;
	}
	ul.resource-list > li {
		width:100%;
		height: auto!important;
	}
	.com_press-category ul.resource-list.press-list > li .card-body,
	ul.publication-list.publication-detail-list > li .card-body{
		padding:30px;
	}
	.com_press-category ul.resource-list.press-list > li .card-body .btn-prime,
	ul.publication-list.publication-detail-list > li .card-body .btn-prime{
		position:relative;
		bottom: 0;
		right: 0;
	}
	ul.publication-list.publication-detail-list > li .card{
		height:auto!important;
	}
	ul.publication-list.publication-detail-list > li .card-body .btn-prime{
		margin-top:20px;
	}
	ul.publication-list.publication-detail-list > li .card-body .item-meta{
		float:left;
		width:100%;
	}
	.com_publications-category ul.publication-list.publication-detail-list > li:nth-child(2)
	.card, .com_publications-category ul.publication-list.publication-detail-list > li:nth-child(3) .card{
		min-height:auto!important;
	}
	.filter-items .calendar-ico{
		margin-top: 20px;
	}
	.calendar-pop-wrap {
		top: 60px;
		width: 98%;
		margin-left: auto!important;
	}
	.com_events-category ul.event-listing > li{
		width:100%;
		padding:30px;
		height: auto!important;
	}
	ul.event-listing > li .btn-prime{
		position: relative;
		left: auto;
    	bottom: auto;
		margin-top:10px;
	}
	.event-detail iframe{
		width:100%!important;
	}
	ul.issues-list > li {
		width: 50%;
	}
	
	#home-section ul.block-list > li{
		width:100%;
		display:inline-block;
	}
	#home-section ul.block-list {
		margin-top:0px;
	}
	#home-section .con-row .tab-col.tab-result{
		width:100%;
		display:inline-block;
	}
	#home-section .tab-col.tab-result .tab-content.current{
		height:auto!important;
	}
	.tab-col.tab-result .tab-c-wrap p a.btn-prime{
		margin-top:20px;
	}
	.com_events-events .col-9.no-pad .block-list > li{
		width:100%;
		padding: 30px 30px 90px 30px;
		display: inline-block;
	}
	.com_events-events .col-9.no-pad ul.block-list > li .btn-prime {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	ul.experts-list .team-desc-wrap{
		width:100%;
	}
	.article_page ul.team-list.isotope-wrap .isotope-item{
		height:auto!important;
		min-height:auto!important;
	}
	#home-section ul.publication-list.news-list > li .card{
		height:auto!important;
	}
	
	.article_page ul.team-list.isotope-wrap{
		height:auto!important;
		transition: all 0.3s ease 0s;
	}
	.article_page ul.team-list.isotope-wrap .isotope-item{
		position:relative!important;
		transform: translate3d(0px, 20px, 0px)!important;
		transition: all 0.3s ease 0s;
	}
	ul.experts-list.isotope-wrap .team-desc-wrap{
		height:0;
	}
	ul.experts-list.isotope-wrap > li.flip-content .team-desc-wrap{
		height:auto;
		transition: all 0.3s ease 0s;
	}
	.article_page ul.team-list.isotope-wrap > li .ex-pic{
		height: auto;
	}
	ul.team-list .isotope-item .team-intro-wrap .ex-dsc{
		padding-bottom:15px;
	}
	
	.com_issues-issues .block-list.eventlist li{
		width:100%;
		display:inline-block;
	}
	.com_issues-issues .row.con-row .col-3 #load_more_block .btn-prime{
		position: relative;
	}
	.com_issues-issues ul.block-list.block-rows-grey > li{
		width:100%;
		height:auto!important;
	}
	
	
}

@media only screen and (max-width: 900px){
	ul.experts-list.bureau-list.list-wide > li .team-intro-wrap{
		width:100%;
	}
	ul.experts-list.bureau-list .ex-dsc{
		height: auto;
		padding: 30px;
	}
	ul.experts-list.bureau-list.list-wide > li .team-desc-wrap{
		width:100%;
		padding-top:0px;
	}
}

@media only screen and (max-width: 800px){
	figure#home-banner .banner-desc p, figure#inner-banner .banner-desc p, figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p {
		font-size: 28px;
		margin: 0px 0px 20px 0px;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2, figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span {
		font-size: 34px;
		line-height: 40px;
		margin: 0px 0px 20px 0px;
	}
	figure#home-banner .banner-desc .btn-prime{
		font-size: 16px;
		padding:10px 15px;
	}
	figure#home-banner .featured-post > a > img {
		max-width: 70px;
	}
	figure#home-banner .featured-post .ft-dsc h3, figure#home-banner .featured-post .ft-dsc h3 a {
		font-size: 20px;
	}
	figure#home-banner .featured-post .ft-dsc p {
		font-size: 18px;
		margin: 0px 0px 15px 0px;
	}	
}


@media only screen and (max-width: 736px){
/*Menu*/
	
	
	
	figure#home-banner .banner-desc p,
	figure#inner-banner .banner-desc p,
	figure#home-banner .banner-desc h2 p,
	figure#inner-banner .banner-desc h2 p {
		font-size: 28px;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2,
	figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span{
		font-size: 38px;
		line-height: 40px;
	}
	figure#home-banner .featured-post{
		max-width:100%;
		padding: 18px;
    	margin-top: 20px;

	}
	figure#home-banner .featured-post img{
		max-width:100px;
	}
	
	.row.con-row .col-3 h2, .row.con-row .col-9 > h2 {
		font-size: 34px;
		line-height:42px;
		margin: 0px 0px 30px 0px;
	}
	footer h3 {
    	font-size: 34px;
	}
	footer .ftr-links{
		margin-bottom:20px;
	}
	.team-search-wrap {
		width: 100%;
		margin-left: 0;
	}
	.com_content-article ul.resource-nav > li {
		width: 100%;
	}
	.article-page.news-insidepage .col-9 p iframe{
		width:100%!important;
	}
	
	
}

@media only screen and (max-width: 650px){
	ul.tab-nav > li{
		display:inline-block;
		border-right: 0!important;
		width:100%!important;
		border-bottom: 3px solid #f3342e!important;
	}
	ul.tab-nav > li:last-child{
		border-bottom:0px!important;
	}
	ul.tab-nav > li a::before{
		display:none;
	}
	ul.tab-nav > li a:hover{
		background: #f3342e;
	}
	.grey-txt-block img.fill-left{
		max-width:100%;
		margin:-30px 0px 20px -30px;
	}
	ul.block-list > li .btn-prime{
		position: relative;
		left:0px;
		bottom:0px;
	}
	ul.block-list.block-list-float > li{
		padding: 30px;
	}
	ul.tags{
		width: 100%;
		float:left;
		max-width:100%;
	}
	ul.experts-list.team-list.team-experts > li.element{
		height:auto!important;
	}
	ul.issues-list > li {
		width:100%;
	}
	#home-section ul.block-list > li .btn-prime {
		position: absolute;
		left: 30px;
		bottom: 30px;
	}
	ul.tab-nav > li:last-child {
		border-left: 0;
	}
	.com_team-category .grey-txt-block img.fill-left {
		max-width: calc(100vw - 60px);
	}
	ul.experts-list.isotope > li .ex-pic img {
		max-width:100%;
		height: auto;
		min-height:auto;
	}
	.com_content-article .row.con-row.article-page .col-9 > table > tbody > tr > td{
		display:inline-block;
		width:100%;
	}
	.com_content-article .row.con-row.article-page .col-9 > table > tbody > tr > td:nth-child(2){
		padding-bottom:15px;
	}
	.popup_close{
		z-index:999;
	}
	.com_issues-issues ul.tags.pos-bottom, .com_team-category ul.tags.pos-bottom{
		width:100%;
		position:static;
		max-width:100%!important;
	}
	.com_issues-issues .block-list.eventlist > li{
		width: auto;
		padding:30px;
	}
	.com_issues-issues ul.tags.pos-bottom{
		margin-top:25px;
	}
	.com_issues-issues ul.tags.pos-bottom li{
		width: auto;
	}
	.com_issues-issues ul.block-list.block-rows-grey > li{
		padding:30px;
	}
	
	/*-home banner-*/
	figure#home-banner .banner-desc {
		position:absolute;
		top: 0;
		left: 20px;
		max-width: 90%;
	}
	figure#home-banner .banner-desc p{
		font-size: 20px;
		margin: 0px 0px 20px 0px;
	}
	figure#inner-banner .banner-desc p, figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p {
		font-size: 16px;
		margin: 0px 0px 14px 0px;
	}

	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2, figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span {
		font-size: 24px;
		line-height: 26px;
		margin: 0px 0px 20px 0px;
	}
	figure#home-banner .banner-desc .btn-prime{
		/*display:none;*/
		font-size: 16px;
		padding: 3px 15px;
	}
	figure#home-banner ul.slides > li{
		min-height: auto;
		padding-bottom:0px;
		background: none!important;
	}
	figure#home-banner ul.slides > li .cont{
		min-height: auto;
		height: auto!important;
	}
	figure#home-banner .banner-desc .featured-post{
		/*display:none;*/
		padding: 0;
		width: auto;
		float: left;
		/*background: none;*/
	}
	figure#home-banner .featured-post > .ft-dsc{
		display: none;
	}
	figure#home-banner .featured-post > a{
		float: left;
		padding:3px 10px;
	}
	figure#home-banner .featured-post > a::after{
		content: 'Progressive post';
		position: relative;
		left: 0;
		top: -50%;
		bottom: -50%;
		width: auto;
		height: auto;
		font-size: 16px;
		color: #f3342e;
	}
	
	figure#home-banner .featured-post > a > img{
		display: none;
	}
	figure#home-banner li > img {
		display: block;
	}
	figure#home-banner .flex-control-nav {
		bottom: 0px;
	}
	/*-home banner end-*/
	
}

@media only screen and (max-width: 550px){
	.tab-col.tab-result .tab-c-wrap {
		padding:30px;
	}
	.tab-content .tab-c-img{
		display:none!important;
	}
	.tab-col.tab-result .tab-c-wrap .btn-prime{
		left: 0;
		top: 0;
		position: relative;
	}
	footer {
		padding: 30px 0px 110px;
	}
	footer .base-links {
		bottom: -50px;
	}
	footer a.websiteby {
		bottom: -90px;
		left: 16px;
		right: auto;
	}
	.article-page.news-insidepage .date,
	.article-page.publications-insidepage  .date{
		width:100%!important;
		padding-left: 0;
	}
	.com_events-category ul.tags.pos-bottom{
		max-width:100%!important;
		width:100%;
		position:static;
		margin-top:25px;
	}
	
}

@media only screen and (max-width: 450px){
	.event-pagination .btn-prime{
		min-width: 100%;
		margin-bottom:15px;
	}
	.event-pagination .btn-prime:last-child{
		margin-bottom:0px;
	}
	.com_content-article .row.con-row.article-page .col-9 > table > tbody > tr > td{
		word-break: break-all;
	}
	
}

@media only screen and (max-width: 400px){
	.header-right{
		display:none;
	}
	.mobilewrap{
		right: 30px;
	}
	/*.featured-post > a{
		display:none;
	}*/
	/*figure#home-banner .banner-desc p, figure#inner-banner .banner-desc p, figure#home-banner .banner-desc h2 p, figure#inner-banner .banner-desc h2 p {
		font-size: 24px;
	}
	figure#home-banner .banner-desc h2, figure#inner-banner .banner-desc h2, figure#home-banner .banner-desc h2 span, figure#inner-banner .banner-desc h2 span {
		font-size: 29px;
		line-height: 34px;
	}*/
	ul.publication-list h3, ul.news-list h3 {
		font-size: 28px;
	}
}





