/*** override styles coming from global css, bootstrap, drupal, etc. ***/
main #block-t2portal-content {
    padding: 0 !important; /* override drupal css */
}
.title {
	letter-spacing: normal !important;
}

/*** styles for patent view ***/
#block-t2portal-page-title {
	display: none;
}
.box {
	max-width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	padding: 0 20px;
}
.left-col>hr{
	float: left;
}
.right-col>hr{
    margin: 20px 0;
}
ul {
	margin-bottom:0px;
	list-style-type:none;
}
ul {
	margin: 0;
}
ul.dashed {
	list-style-type: disc;
	padding-left: 20px;
}
.body a,.body a:link,.body a:visited,.body a:hover,.body a:active{
	color:rgb(55,55,55);
	text-decoration:underline;
}
a{
	color:#273DA2;
}
img{
	border:none;
}
table,tbody{
	border:none;
	margin-bottom:0;
}
td{
	vertical-align:top;
}
.body{
	padding:30px 0px 30px 0px;
	font-size:1.3em;
	line-height:1.45em;
	background-color:#fff;
	color:rgb(55,55,55);
	margin-top: 50px;
}
/*! CSS Used fontfaces */
@font-face{
	font-family:'OpenSansLight';
	src:url('/css/opensans/OpenSans-Light-webfont.eot');
	src:url('/css/opensans/OpenSans-Light-webfont.eot#iefix') format('embedded-opentype'), url('/css/opensans/OpenSans-Light-webfont.woff') format('woff'), url('/css/opensans/OpenSans-Light-webfont.ttf') format('truetype'), url('/css/opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight:normal;
	font-style:normal;
}
#dsp_pat .category{
	font-family: 'Oswald', sans-serif !important;
	color: rgb(178,68,48);
	font-size: 28px;
	text-transform: capitalize;
	line-height: 1;
    padding-bottom: 10px;
}
#dsp_pat{
	margin-top: 50px;
}
#dsp_pat .title{
	font-size: 30px;
	text-transform: none;
	line-height: 40px;
	font-weight: 300;
	padding-bottom: 20px;
}
#dsp_pat .subtitle{
	font-weight:normal;
	font-size: 18px;
	padding-top: 10px;
}
#dsp_pat .row{
	margin:0;
	position: relative;
}
.block.flex{
	display: flex;
}
.right-col {
    width: 40%;
}
.left-col {
    width: 60%;
}
.head {
	padding-left: 0 !important;
}
img{
	max-width: 100%;
}
.reference_number{
	color: rgb(95,103,119);
}
.button{
    right: 0;
    background: rgb(29,36,44);
    font-size: 18px;
    padding: 6px 10px;
    width: 150px;
    text-align: center;
    cursor: pointer;
	margin-left: 0px !important;
    margin-right: 1em !important;
	margin-bottom: 10px;
}
.button a {
	color: #fff !important;
	text-decoration: none !important;
}
.questions {
    background: rgb(36,95,156);
}
.download {
    background: none;
	width: auto;
	padding: 6px 0;
}
.apply_to_license{
    background: rgb(180,68,48);
}
.col-subtitle,.button {
    display: inline-block;
}
.bookmark {
    right: 0;
    top: 0;
    width: 180px;
    text-align: center;
    cursor: pointer;
	font-size: 18px;
    margin-right: 1em;
    margin-left: 1em;
}
.subhead {
    font-family: 'Oswald', sans-serif !important;
	font-weight: 500;
    font-size: 24px;
    padding-bottom: 10px;
}
.left-col>* {
    width: 85%;
    line-height: 1.6;
}
.right-col>* {
    line-height: 1.6;
}
.body-text {
    font-size: 1rem;
}
.abstract.body-text {
    padding-bottom: 20px;
}
.technology.subhead {
    margin-top: 40px;
}
.images video {
    max-width: 100%;
    margin-bottom: 35px;
}
img.img1,img.img2 {
    margin-bottom: 35px;
}
.pdf-download{
    font-family: 'Oswald', sans-serif !important;
    color: #fff !important;
    background: #000;
    padding: 5px 10px;
    display: block;
    width: 250px;
    text-align: center;
    margin-top: 25px;
    text-decoration: none !important;
}
.details {
    background: rgb(232,232,232);
    padding: 15px;
	margin-top: 30px;
}
.body .details *{
	font-size: 18px  !important;
	color: rgb(55,55,55) !important;
}
.tablehead{
	font-weight: bold;;
}
.details label{
	font-weight: bold;;
	width: 165px !important;
}
.details .row {
    width: 95%;
	margin-left: 0;
}
.details .left-col {
    width: 50%;
}
table#tags {
    margin: 30px 10px;
}
table#tags *{
	font-size: 18px !important;
}
span.tagLabel a {
    background: rgb(232,232,232);
    color: rgb(55,55,55) !important;
    padding: 8px 12px;
}
span.tagLabel {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
}
.col-title,.col-subtitle {
    max-width: calc(100% - 200px);
}
.category .label {
    font-size: 16px;
	font-weight: normal;
}
.publications {
    overflow-wrap: break-word;
}
/* Styles for Bootstrap's col-lg grid */
@media only screen and (max-width: 991px) {
	.button {
		margin-left: 0px !important;
		margin-right: 1em !important;
	}
	.col-title, .col-subtitle {
		max-width: 100%;
	}
	.head {
		padding-bottom: 40px;
	}
    .buttons {
		display: flex;
		padding: 10px 0 0 0 !important;
		flex-wrap: wrap;
		max-width: 500px;
		position: relative;
		right: 0;
		bottom: 0;
	}
    .button.apply_to_license {
        margin-right: 0 !important;
    }
	.col-lg-2.buttons>.button {
		max-width: 150px;
		min-width: 150px;
		flex: 0 0 calc(16% - 10px);
		flex-wrap: wrap;
	}
	.abstract.body-text {
		padding-bottom: 40px;
		font-size: 1em;
	}
	.subhead{
		font-size: 1.4em
	}
}
@media only screen and (max-width: 600px) {
	.col-lg-2.buttons>.button.bookmark {
		margin-left: 0 !important;
	}
	.block.flex{
		display: block;
	}
    .box .left-col {
		width: 100%;
	}
	.box .right-col {
		width: 100%;
		padding-top: 30px;
	}
	.left-col>*{
		width: 100%;
	}
}
/* Styles for mobile */
@media only screen and (max-width: 480px) {
	.block.flex {
		display: block;
	}
	.col-lg-2.buttons>.button {
		max-width: calc(33% - 5px);
		min-width: calc(33% - 5px);
	}
	.details .row{
		width: 100%;
	}
}
/* Styles for mobile */
@media only screen and (max-width: 436px) {
	.col-lg-2.buttons>.button {
		font-size: 1.2em;
	}
	.buttons{
		position: relative;
	}
}

.similar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


  .similar .result .link {
	background: rgb(29,37,45);
	width: 100%;
	display: block;
	bottom: 0;
	padding: 10px;
	text-align: center;
  }
  .similar .result .link a {
	color: #fff !important;
	text-decoration: none !important;
  }
  .similar .result .link:hover{
	background: rgb(180,69,49);
  }
  .similar .result .description{
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: 300;
	margin: 0 10px 10px 10px;
  }
  .similar .result .title {
	color: rgb(55,55,55);
	font-size: medium;
	font-size: 16px !important;
	font-family: "Arimo", sans-serif !important;
	font-weight: 500;
	display: flex;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	padding: 9px 0 10px 0;
	border-bottom: 1px solid rgb(29,37,45);
	margin: 0 10px 3px 10px;
	width: 90%;
	height: 80px;
	align-items: center;
  }
  .result.img {
	overflow: hidden;
	margin-right: 10px;
    border: 1px solid rgb(29,37,45);
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    padding-bottom: 70px;
   }
   .result img {
		height: 200px;
		width: 300px;
		object-fit: cover;
		padding: 8px;
   }
    .result {
		/* flex: 0 0 calc(33.333333% - 10px); */
		flex-wrap: wrap;
		margin-right: 10px;
		border: 1px solid rgb(161 161 161);
		margin-bottom: 20px;
		position: relative;
		max-width: 220px;
		min-width: 200px;
	}