/*GJC for VM*/
body {
	overflow-x: hidden;
}
/*pages*/
.previous-page.btn > span::before {
	font-size: 22px;
	content: "<";
}
.next-page.btn > span::before {
	font-size: 22px;
	content: ">";
}
.gjc_line {
	display: block;
	width: 100%;
	padding: 0 0 30px;
	margin: 20px 0 0 0;
}
.research #tm-main, .researchers #tm-main {
	padding-top:0px;
}
.clearboth {
	clear: both;
	margin: 0 0 20px;
}
.uk-container {
	/*width: calc(100% - 30px);*/
}
.uk-grid.onehundred, .onehundred {
	width: 100%;
}
.browse-view .uk-position-center {
	top: 50%;
	left: 0%;
	transform: translate(-0%,-50%);
	width: max-content;
	max-width: 100%;
	box-sizing: border-box;
}
h1.uk-padding {
	padding: 0;
}
.uk-padding.uk-padding-horizontal-remove {
	padding: 40px 0;
}
.fortyspace {
	display: inline-block;
	width: 40px;
}
.twentyspace {
	display: inline-block;
	width: 20px;
}
.gjc_contactname {
	display: block;
	clear: both;
	width: 100%;
}
.breadcrumb, .uk-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0px;
	list-style: none;
	margin-bottom: 0;
}
.vm-pagination.vm-pagination-bottom {
	margin-top: 60px !important;
}
.vm-pagination.vm-pagination-bottom span.pagenav {
	color: #001d3f;
	border: 1px solid #001d3f;
}
#bc_container {
	margin-bottom: 70px;
	/* border-bottom: 1px solid #ddd; */
	padding-bottom: 30px;
	margin-top: 0px;
	background: #f9f9f9;
	padding-top: 30px;
}
.uk-container.nomargin {
	margin-bottom: 0 !important;
}
.uk-grid-margin.uk-grid.uk-container.onehundred.departments {
	margin-top: 0;
}
.vimeovideo .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.vimeovideo .embed-container iframe, .vimeovideo .embed-container object, .vimeovideo .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media (max-width:992px) {
.vimeovideo .embed-container {
    padding-bottom: 56.25%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    margin: 15px;
    clear: both;
}
.vimeovideo .embed-container iframe, .vimeovideo .embed-container object, .vimeovideo .embed-container embed {
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    height: 100%;
}
}
.vv_caption {
	text-align: center;
	margin: 10px 0;
}
/*search*/
#mod_virtuemart_search {
	width: 47% !important;
}
.search .uk-button {
	width: 200px;
	font-size: 120%;
}
.ac_results {
	padding: 0px;
	border: 1px solid #bbb;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-top: -1px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/* width: 100%; */
	font: menu;
	font-size: 15px;
	line-height: 16px;
	overflow: hidden;
	text-align: left;
}
.ac_results li:hover {
	cursor:pointer;
}
.ac_results .product_img {
	float: left;
	margin-right: 15px;
}
.ac_results .product_img img {
	width: 80px;
}
.ac_over {
	background-color: #f6f6f6 !important;
	color: #222 !important;
}
.ac_results .ac_over .highlight {
	font-weight: normal;
	color: #00ace6;
}
.ac_results .highlight {
	font-weight: normal;
	color: #00ace6;
	background-color: inherit;
}
.sr_name {
	margin-top: 10px;
	display: inline-block;
}
.ac_results .product_sku {
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
}
/*cats*/
/*themes page*//*
div[class*="-view"] .row.count_2 {
	padding-left: calc(100% * 1 / 6.001);
}*/
.rowholdcat.onehundred > div {
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
}
.category_description {
	width: 60%;
}
#tm-main {
	/*padding-top: 0px;*/
	/* padding-bottom: 70px; */
}
#catimg-hold, .personimg_info, .gjc_fullwidth {
	position: relative;
	margin: 0 calc(50% - 50vw + 0px);
}
@media (max-width: 1200px){
	#catimg-hold, .personimg_info, .gjc_fullwidth {
		position: relative;
		margin: 0 calc(50% - 50vw);
	}
}
 .uk-container
.gjc_fullwidth {
	background: #f9f9f9
	}
#catimg-hold .uk-container, .personimg_info .uk-container, .gjc_fullwidth .uk-container {
	position: relative;
	padding: 0 40px;
}
.gjc_fullwidth.uk-section-primary {
	background: #001d3f;
	padding: 40px 0;
}
.gjc_fullwidth.uk-section-primary ul.uk-subnav {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	padding: 0;
	list-style: none;
}
.gjc_fullwidth.uk-section-primary ul.uk-subnav > li {
	flex: none;
	padding-left: 20px;
	position: relative;
}
.gjc_fullwidth.uk-section-primary ul.uk-subnav li.uk-active a, .gjc_fullwidth.uk-section-primary ul.uk-subnav a:hover{
	color:#fff;
}
.gjc_fullwidth.uk-section-primary ul.uk-subnav  a {
	display: block;
	color: #b2b2b2;
	transition: .1s ease-in-out;
	transition-property: color,background-color,border-color,box-shadow;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
}
.tm-page {
	border-width: 0px;
}

.main-image img {
	/* max-width: 100%; */
	height: auto;
	width: 100%;
}
.cat-title {
	position: absolute;
	color: #fff;
	bottom: 40px;
	/*left: 0px;*/
	font-size: 56px;
	z-index:3;
}
.main-image::before , .cat-mainimage::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,transparent),color-stop(80%,rgba(0,0,0,.4)));
	background-image: -o-linear-gradient(top,transparent,transparent 40%,rgba(0,0,0,.4) 80%);
	background-image: linear-gradient(to bottom,transparent,transparent 40%,rgba(0,0,0,.4) 80%);
	pointer-events: none;
	z-index:2;
}
.cat-mainimage {
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
	transform: scale(1.0);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index:1;
}
.cat-image {
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
	transform: scale(1.0);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.catlink:hover .cat-image {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: scale(0.9);
}
.thumbnail {
	border:0;
}
.vm-cat-title {
	color:#b2b2b2;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.category .caption.text-center {
	padding: 9px 0;
}
.catdesc {
	margin-top: 20px;
	color: #001d3f;
	line-height:1.7;
	text-align:left;
}
.catlink {
	display: block;
}
.catlink:hover .vm-cat-title {
	color:#001d3f;
}
div.product {
	float: left;
	border: 0px solid #ddd;
	min-width: unset;
	margin-bottom: 30px;
}
.department div.product {
	float: unset;
	border: 0px solid #ddd;
	min-width: unset;
	margin-bottom: 40px;
}
.department div.product.goleft {
	clear: both;
	width: 100%;
}
.department div.product.goleft .thumbnail {
	width: 50%;
}
.browseProductImage {
	-webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
	clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
	transform: scale(1.0);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.browse-link:hover .browseProductImage {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: scale(0.9);
}
.gjc_themes_cat {
	margin-bottom: 30px;
}
.vm-product-info-container {
	position: relative;
}
.vm-product-title.product-name {
	color: #b2b2b2;
}
.browse-view .vm-product-title.product-name {
	color: #b2b2b2;
	line-height: 1.2;
	font-size: 22px;
}
.browse-view.department .vm-product-title.product-name {
	color: #b2b2b2;
	line-height: 1.2;
	font-size: 28px;
}
.vm-product-info-container .uk-position-center .product-name,
.vm-product-info-container .uk-position-center .product-fields,
.product-related-products .person-info  .person-link {
	padding: 0 0 0 20px;
}
#researchers-page .vm-product-title.product-name {
	color: #b2b2b2;
	font-size: 19px;
	line-height:1.0;
}
.browse-link:hover .vm-product-title.product-name,
#researchers-page .browse-link:hover .vm-product-title.product-name {
	color: #001d3f;
}
/*
#researchers-page .cat-subtitle,*/
.category-view .cat-title {
	font-weight: 600;
	font-size: 67px;
	text-transform: uppercase;
}
/*products*/
.orcidicon:hover {
	opacity: 0.7;
}
.rt_intro-text {
	font-size: 1.3em;
	font-weight: 700;
}
.catimg_info {
	position: absolute;
	bottom: 60px;
	z-index:3;
}
.catimg_info h1{
	color:#fff;
	font-size: 56px;
}
#person_title > .word-1 {
	font-weight: 600;
}
.catimg_info h3{
	color:#fff;
	font-size: 22px;
}
.prod-subtitle {
	color: #fff;
}
.product-info {
	background: #f6f6f6;
}
.product-description {
	background: #fff;
}
.product-fields .product-field-type-M img {
	display: block;
	vertical-align: text-top;
	float: left;
}
.person-image img {
	-webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
	transform: scale(1.0);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.person3-mainimage {
	-webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
	transform: scale(1.0);
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.person-image:hover img {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	transform: scale(0.9);
}
.person-info {
	position: relative;
	color: #001d3f;
}
.product-related-products, .product-related-categories {
	border-top: 0;
	padding-bottom: 10px;
}
.pright-related h4 {
	margin: 40px 0 0;
}
.person-link {
color: #b2b2b2;
}
.person_manufacturer {
	display: inline;
	margin-right: 20px;
}
.person-image:hover .person-link {
	color: #001d3f;
}
.personimg_title {
	position: absolute;
	bottom: 60px;
	z-index: 3;
}
.email-link-member {
	float: left;
}
.member-position {
	float: left;
	margin-left: 40px;
}
.personimg_title3 {
}
.member-dept {
	margin-top: 20px;
}
.member-dept h4 {
	margin-bottom: 20px;
}
.personimg_title h1 {
	color: #fff;
	font-size: 56px;
}
.personimg_info {
	background: #000;
	color: #fff;
	padding: 50px 80px;
}
.personimg_info3 {
	background: none;
	/*padding: 50px 80px;*/
}
.personimg_info h3{
	color: #fff;
}
.pright_img {

}
.pright-related .product-field-type-Z {
	float: unset;
	margin: 0;
}
.pright-related .product-field-type-Z div{
	text-align: left;
}
.pright-image.clearfix {
	margin-top: 30px;
}
.vm-img-desc {
	display: block;
	padding-top: 20px;
}
.pright-image .product-fields-title-wrapper {
	display:none;
}
.product-field.product-field-type-M.clearfix {
	margin-bottom: 30px;
}
#custom_v_vim, #custom_v_yt, #custom_plink {
	border-bottom: 1px solid #001d3f;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.product-fields-title {
	margin-bottom: 10px;
}
#gjc-related-members {
	/* padding: 0 50px; */
	margin-bottom: 30px;
}
#gjc-related-members .product-field-type-R {
	margin-bottom: 30px;
}
.product-info.groupleaders {
	margin-bottom: 30px;
}
.product-group-leaders .uk-grid {
	margin-bottom: 40px;
}
.groupleaders .product-field-type-R {
	float: unset;
	margin: 0;
	margin-bottom: 30px;
}
.uk-position-center {
	width:100%;
}
.person-info .person-link {
	color: #b2b2b2;
	padding-left: 20px;
}

/*media queries*/

@media (max-width: 1200px){
.browse-view .vm-product-title.product-name {
	font-size: 20px;
}
}

@media (max-width: 992px){
.category_description {
	width: 100%;
}
 .product-field.product-field-type-R {
	margin-bottom: 30px;
}

.thumbnail.product-container {
	margin-bottom: 30px;
}
.vm-product-info-container .uk-position-center {
	top: unset;
	left: unset;
	transform: unset;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	height: auto;
	position: relative !important;
	text-align: center;
	padding: 40px 0 0;
}
.vm-product-info-container .uk-position-center h4 {
	font-size: 26px !important;
}
.product-field-type-S {
	text-align: center;
}
.department div.product.goleft .thumbnail {
	width: auto;
}
}

@media (max-width: 800px){


}

@media (max-width: 767px){
  
}

@media (max-width: 640px){
 .person-img {
	margin-bottom: 30px;
}
.personimg_info {
	background: #000;
	color: #fff;
	padding: 20px 20px;
}
.personimg_title {
	position: absolute;
	bottom: 10px;
	left: 20px;
	z-index: 3;
}
.personimg_title h1 {
	color: #fff;
	font-size: 36px;
}
.prod-subtitle {
	color: #fff;
	margin-top: 0px !important;
}
#bc_container {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-top: 0px;
}
.product-description {
	padding: 15px 0;
}
.product-info {
	padding: 15px 0;
}
div[class*="-view"] .row.count_2 {
	padding-left: 0px;
}

}

@media (max-width: 480px){


}

@media (max-width: 400px) {
 

}
@media (max-width: 360px) {
 
}

@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 800px){

}

@media (max-width: 767px){

}

@media (max-width: 640px){

}
@media (max-width: 600px){

}
@media (max-width: 550px){

}
@media (max-width: 500px){

}
@media (max-width: 480px){

}
@media (max-width: 430px){

}
@media (max-width: 390px){

}
@media (max-width: 352px){

}

@media print{
  
}