/*
Theme Name: I·MAK
Author: Agency
Author URI: http://agency.sc
Version: 1.0
License:
License URI:
Description:
*/

.container.-xlarge {
	max-width: 100%;
}

.align-center {
	text-align: center;
}

/* Homepage */
#team {
	padding: 5em 0;
	background-color: #f9f9f9;
}

#team .align-center {
	text-align: center;
	display: block;
	float: left;
	width: 73.33333%;
	margin-left: 13.33333%;
	margin-right: 5;
	text-align: center;
}

#team .align-center p {
	padding: 0;
}

#team .align-center hr,
hr.separator {
	background-color: #00adee;
	height: 3px;
	border-radius: 2px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

#results p {
	font-size: 1.75em;
}

.circle-num {
	width: 35px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	background-color: #00adee;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
}

#featured-front {
	padding-bottom: 8.125em;
}

#featured-front .posts-featured-3 .masonry-item,
#featured-front .posts-featured-3 .masonry-sizer {
	width: calc(33.33333% - 15px);
}

#featured-front .posts-featured-4 .masonry-item,
#featured-front .posts-featured-4 .masonry-sizer {
	width: calc(25% - 20px);
}

#featured-front footer {
	margin-top: 3em;
}

#featured-front .item {
	position: relative;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

#featured-front .item:before {
	width: calc(100% + 2px);
	height: 11px;
	top: -1px;
	left: -1px;
	content: '';
	position: absolute;
	z-index: 1;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
	background-color: #dfdfdf;
}

#featured-front .item:hover {
	transform: translate3d(0, 3px, 0);
}

#featured-front .item:hover:before {
	background-color: #c6305d
}

#featured-front .item+.item {
	margin-left: 20px;
}

#featured-front .item-image {
	width: 100%;
	height: 93.4426%;
	margin-top: 10px;
}

#featured-front .item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0%;
}

/* Press */
.press-heading {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 5em;
}

.press-heading.-first {
	margin-top: 3em;
}

#featured-front footer.press-footer {
	text-align: center;
}

#featured-front footer.press-footer+.press-heading {
	margin-top: 7em;
	text-align: center;
}

.page-template-template-press .posts-heading {
	margin-top: 2em;
	position: relative;
	z-index: 10;
}

/* Covid Grid */
#covid-grid {
	padding-top: 6em;
}

#covid-grid hr.separator {
	margin: 1em 0;
	float: none;
	display: inline-block;
}

#covid-grid .row {
	width: 100%;
	height: 390px;
	margin: 4em 0;
	clear: both;
	background-color: #f9f9f9;
}

#covid-grid .col {
	width: 50%;
}

#covid-grid .col-text {
	height: 390px;
	display: flex;
	align-items: center;
}

#covid-grid .row.odd .col.col-text {
	justify-content: flex-end;
}

#covid-grid .row.even .col.col-text {
	justify-content: flex-start;
}

#covid-grid .col-text a {
	max-width: 380px;
	margin-left: auto;
	display: block;
}

#covid-grid .row.even .col-text a {
	margin-left: 0;
}

#covid-grid .col-text a {
	color: #000;
}

#covid-grid .col-text a:hover {
	color: #00adee;
}

#covid-grid .col-image:hover+.col-text a {
	color: #00adee;
}

#covid-grid .row.odd .col-text-inner {
	text-align: right;
	margin-right: 4em;
}

#covid-grid .row.even .col-text-inner {
	text-align: left;
	margin-left: 4em;
}

#covid-grid .col-text-inner {
	width: 70%;
	text-align: center;
}

#covid-grid .col-image {
	height: 390px;
	overflow: hidden;
	float: right;
}

#covid-grid .row.odd .col-image {
	float: right;
}

#covid-grid .row.even .col-image {
	float: left;
}

#covid-grid .col-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
}

/* Patent Reform 2021 */
.page-template-template-patent-reform .video-container,
.video-row .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.page-template-template-patent-reform .video-container iframe,
.page-template-template-patent-reform .video-container object,
.page-template-template-patent-reform .video-container embed,
.video-row .video-container iframe,
.video-row .video-container object,
.video-row .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-template-template-patent-reform #featured-front .item-image {
	height: 100%;
}

.page-template-template-patent-reform #video,
.video-row,
.wysiwyg-row {
	padding: 5em 0;
}

.page-template-template-patent-reform #video .featured-reports-new .row {
	width: 720px;
	margin-left: calc(50% - 360px);
}

.page-template-template-patent-reform #video .container,
.video-row .container {
	max-width: 760px;
}

.page-template-template-patent-reform #video .video-text,
.video-row .video-text {
	max-width: 80%;
	margin: 2em auto 0;
}

.page-template-template-patent-reform #video .video-text p,
.video-row .video-text p,
.wysiwyg-row p {
	font-size: 1.25em;
}

.page-template-template-patent-reform .main-default .wysiwyg> :not(.embed-container):not(.row--fullimage):not(.quote):not(.wp-caption):not(.btn):not(.link):not(h4):not(img):not(script):not(.floater),
.page-id-3735 .main-default .wysiwyg> :not(.embed-container):not(.row--fullimage):not(.quote):not(.wp-caption):not(.btn):not(.link):not(h4):not(img):not(script):not(.floater),
.page-id-3735 .wysiwyg-row .wysiwyg> :not(.embed-container):not(.row--fullimage):not(.quote):not(.wp-caption):not(.btn):not(.link):not(h4):not(img):not(script):not(.floater) {
	margin-left: 5%;
	width: 90%;
}

.page-template-template-patent-reform .main-default p,
.page-id-3735 .main-default p {
	font-size: 1.25em;
}

.page-template-template-patent-reform .advisors-grid {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-template-template-patent-reform .advisors-grid-item {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 3em;
}

.page-template-template-patent-reform .advisors-grid-item img {
	max-width: 100%;
}

.page-template-template-patent-reform #featured-front {
	padding: 5em 0;
}

.page-template-template-patent-reform #featured-front.bg-grey .item {
	background-color: #f9f9f9;
}

.page-template-template-patent-reform #featured-front.bg-grey .item-wrap {
	background-color: #fff;
}

.page-template-template-patent-reform #featured-front .item {
	border: none;
	overflow: visible;
	border-radius: 0px;
}

.page-template-template-patent-reform #featured-front .item .item-wrap {
	display: block;
	border: 1px solid #dfdfdf;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.page-template-template-patent-reform #featured-front p {
	font-size: 1.25em;
}

.page-template-template-patent-reform #how {
	padding: 5em 0;
}

.page-template-template-patent-reform #how .how-grid article {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}

.page-template-template-patent-reform #how .how-grid article .image {
	width: 200px;
}

.page-template-template-patent-reform #how .how-grid article .image img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.page-template-template-patent-reform #how .how-grid article .text {
	width: calc(100% - 200px);
	padding-left: 50px;
}

.page-template-template-patent-reform #research,
.page-template-template-patent-reform #education {
	padding: 5em 0;
}

.page-template-template-patent-reform .research-grid-item {
	width: 50%;
	float: left;
	margin-top: 2em;
	padding: 0 20px;
	text-align: center;
}

.page-template-template-patent-reform .research-grid-item h4 {
	margin-top: 1em;
}

.page-template-template-patent-reform .research-grid-item .image {
	display: block;
}

.page-template-template-patent-reform .research-grid-item .image img {
	max-width: 100%;
}

.page-template-template-patent-reform .research-grid-item p {
	padding: 0 5%;
}

.page-template-template-patent-reform .research-grid-item .link {
	display: inline-block;
	margin-top: 1em;
}

.page-template-template-patent-reform .bg-grey {
	background-color: #f9f9f9;
}

.page-template-template-patent-reform .solutions,
.page-template-default .solutions {
	padding: 5em 0;
}

.page-template-template-patent-reform #research a.flex-item>*:not(h5) {
	color: #000;
}

.page-template-template-patent-reform #research .flex-item img {
	margin-bottom: 0.5em;
}

.page-template-template-patent-reform #research .flex-item h5 {
	color: #767676;
	font-size: 1em;
	margin: 1em 0;
	letter-spacing: 0.888px;
}

.page-template-template-patent-reform #research a.flex-item:hover h3 {
	color: #00adee;
}


.flex {
	display: flex;
}

.flex-gap-2 {
	gap: 2em;
}

.flex-gap-3 {
	gap: 3em;
}

.flex-item {
	flex-basis: 100%;
}

.flex-align-center {
	align-items: center;
}

.flex-column {
	flex-direction: column;
}

.flex-grow {
	flex-grow: 1;
}

.posts-dots-item {
	position: relative;
	margin-top: 20px;
	background-color: #081f30;
	padding: 2em 1em;
	border-radius: 15px;
	overflow: hidden;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
	padding: 6em 2em;
	align-content: center;
}

.posts-dots-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(assets/dist/img/dots.png);
	background-repeat: repeat;
	opacity: .15;
	z-index: 0;
}

.posts-dots-item .shape.-sm.-b {
	left: -10px;
}

.posts-dots-item .shape.-sm.-a {
	right: -50px;
	top: 200px;
}

.posts-dots-item p {
	font-size: 1.7em;
	line-height: 1.16;
	font-weight: 700;
	margin: 0;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.posts-dots-item:hover p {
	transform: translateY(-20px);
}

/* logos row */
.logos-row article {
	text-align: center;
}

.logos-row .logos-row-group {
	width: 100%;
	float: left;
}

.logos-row .logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

	grid-gap: 1rem;
	padding: 2em 0 0;
	margin: 0;
}

.logos-row .logo-item {
	background: #fff;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logos-row .logo-item img {
	display: inline-block;
	max-width: 100%;
	height: 120px;
	object-fit: contain;
}

.logos-row .logo-item .span {
	text-align: center;
}

.logos-row .logo-item img[src$=".jpg"],
.logos-row .logo-item img[src$=".png"] {
	mix-blend-mode: multiply;
}

.logos-row #echoing-green.logo-item img {
	max-height: 80px;
}

.logos-row #ford-foundation.logo-item img,
.logos-row #the-commonwealth-fund.logo-item img {
	max-width: 320px;
}

.logos-row #kaiser-permanente.logo-item img {
	max-width: 160px;
}

.logos-row #open-society-foundation.logo-item img {
	width: 150px;
}

.logos-row #calamus-foundation-de.logo-item img,
.logos-row #medecins-sans-frontiere.logo-item img,
.logos-row #palayam-foundation.logo-item img {
	max-width: 180px;
}

.logos-row #palayam-foundation.logo-item {
	justify-content: initial;
}

.logos-row #the-mont-fund.logo-item img {
	max-width: 200px;
}

.grid .grid-item {
	width: calc(50% - 10px);
	float: left;
	text-align: center;
	margin-top: 1em;
}

.grid .grid-item:nth-of-type(odd) {
	margin-right: 10px;
}

.grid .grid-item:nth-of-type(even) {
	margin-left: 10px;
}

.button {
	display: inline-block;
	padding: 1em 2em;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2em;
	border-bottom: none;
	background: #c6305d;
	color: #fff !important;
	border-bottom: none !important;
}

.grid-image-full {
	width: 100%;
	height: auto;
}


[class*="page-template-template-topselling"] .header-content p {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

[class*="page-template-template-topselling"] section p {
	font-size: 1.25em;
}

[class*="page-template-template-topselling"] .container.-small {
	max-width: 760px;
}

[class*="page-template-template-topselling"] .section.stats .container {
	text-align: center;
}

[class*="page-template-template-topselling"] .section.stats::before,
[class*="page-template-template-topselling"] .section.stats::after {
	display: none;
}

[class*="page-template-template-topselling"] .stat-figure {
	font-size: 3em;
	line-height: 0.75;
}

[class*="page-template-template-topselling"] .stats-container li {
	padding: 0;
}

[class*="page-template-template-topselling"] .main-default article {
	min-height: 0;
}

[class*="page-template-template-topselling"] .text-center,
.text-center 	{ text-align: center; }
.text-left 		{ text-align: left; }

.pad-0-t 	{ padding-top: 0em !important;}
.pad-0-b 	{ padding-bottom: 0em !important;}
.pad-0-tb 	{ padding-top: 0 !important; padding-bottom: 0 !important;}
.pad-1-t 	{ padding-top: 1em !important;}
.pad-1-b 	{ padding-bottom: 1em !important;}
.pad-1-tb 	{ padding-top: 1em; padding-bottom: 1em !important;}
.pad-2-t 	{ padding-top: 2em !important;}
.pad-2-b 	{ padding-bottom: 2em !important;}
.pad-2-tb 	{ padding-top: 2em; padding-bottom: 2em !important;}
.pad-3-t 	{ padding-top: 3em !important;}
.pad-3-b 	{ padding-bottom: 3em !important;}
.pad-3-tb 	{ padding-top: 3em; padding-bottom: 3em !important;}

section.pad-t { padding-top: 5em !important; }
section.pad-b { padding-bottom: 5em !important; }

section.pad-0-t { padding-top: 0 !important; }
section.pad-0-b { padding-bottom: 0 !important; }

.bg-darkest {
	background-color: #081f30;
	color: #fff;
}

.grid .grid-item.grid-item-3 {
	width: calc(25% - 10px);
	float: left;
	text-align: center;
	margin-top: 1em;
}

.grid .grid-item.grid-item-3:nth-of-type(odd),
.grid .grid-item.grid-item-3:nth-of-type(even) {
	margin-left: 5px;
	margin-right: 5px;
}

.grid .grid-item.grid-item-4 {
	width: calc(33.33333% - 10px);
	float: left;
	text-align: center;
	margin-top: 1em;
}

.grid .grid-item.grid-item-4:nth-of-type(odd),
.grid .grid-item.grid-item-4:nth-of-type(even) {
	margin-left: 5px;
	margin-right: 5px;
}

[class*="page-template-template-topselling"] #featured-report {
	background-color: #081f30;
}

[class*="page-template-template-topselling"] #featured-report.section.featured-report .content {
	background: none;
	color: #fff;
}

.grid .grid-item.grid-item-push-1 {
	margin-left: calc(25% + 5px) !important;
}

.grid .grid-item.grid-item-push-half {
	margin-left: calc(12.5% + 5px) !important;
}

#methods-featured.section.featured-report {
	margin-top: 0;
	padding-top: 4rem;
}

#methods-featured.section.featured-report .content {
	background: none;
}

#overpatented-table-group-2021 {
	margin-left: 0;
	overflow: hidden;
	width: 100%;
}

#overpatented-table-group-2021 small {
	display: block;
	font-size: 12px;
	line-height: 1.714286;
	margin-top: 1.5em;
}

#overpatented-table-tabs-2021 {
	display: block;
	list-style: none;
	margin: 0 auto;
	max-width: 940px;
	padding: 0;
	white-space: nowrap
}

#overpatented-table-tabs-2021 li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top
}

#overpatented-table-tabs-2021 li::before {
	display: none
}

#overpatented-table-tabs-2021 button {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	border: 0;
	border-radius: 10px 10px 0 0;
	color: #1b74bb;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 15px 14px 14px;
	text-transform: uppercase;
	transition: background-color .3s, color .3s
}

#overpatented-table-tabs-2021 button:focus,
#overpatented-table-tabs button:hover {
	background-color: #e9e9e9
}

#overpatented-table-tabs-2021 button.active {
	background-color: #1b74bb;
	color: #fff
}

.main-search-heading {
	padding-bottom: 1em;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 2em
}

#overpatented-table-2021,
#overpatented-table-tabs-2021 {
	max-width: 1140px;
}

[class*="page-template-template-topselling"] small {
	display: block;
	font-size: 12px;
	line-height: 1.714286;
	margin-top: 1.5em;
}

/* Bestselling 2019 banner */
.page-template-template-overpatented-table .header .container {
	position: relative;
}

.page-template-template-overpatented-table .header {
	padding-top: 20em;
}

#top-selling-banner {
	width: calc(100% - 40px);
	height: 40px;
	position: absolute;
	top: -75px;
	left: 20px;
	background-color: #c6305d;
	padding-top: 10px;
	transition: background-color .3s, color .3s;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#top-selling-banner:hover {
	background-color: #9b3251;
}

.button.mobile-display {
	display: none;
}

.header.-person-single .button {
	margin-top: 15px;
	position: relative;
	z-index: 10;
}

.header.-person-single.-has-speaker-link+.main-person-single {
	margin-top: -48px;
	z-index: 0 !important;
}

.reports-new .grid-item-3 .report .cover {
	width: 225px;
	height: 291px;
}

.reports-new .report .cover {
	/* width: 160px;
	height: 207px; */
	width: 225px;
	height: 291px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.reports-new .report .cover .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
}

.reports-new .report .cover h5 {
	color: #fff;
	width: calc(100% - 20px);
	margin-left: 20px;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
}

.reports-new .report .cover .subtitle {
	color: #fff;
	width: 140px;
	margin-left: 20px;
	display: block;
	line-height: 1.3;
	margin-top: 10px;
	position: relative;
}

.reports-new .report .cover .overlay:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: #c6305d;
	color: #fff;

	bottom: -100%;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.reports-new .alt .report .cover .overlay:before {
	background-color: #00adee;
}

.reports-new .report .cover .action {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	/* background-color: #00adee; */
	color: #fff;
	height: 291px;
	bottom: -291px;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
	text-transform: uppercase;
}

.reports-new .report .cover .action span {
	width: calc(100% - 20px);
	margin-left: 20px;
	margin-top: 30px;
	font-weight: bold;
	text-align: left;

	font-size: 16px;
	letter-spacing: 0.888px;
	color: #000;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
}

.reports-new .report:hover .cover .action {
	bottom: 0;
}

.reports-new .report:hover .cover .overlay:before {
	bottom: 0;
}

.reports-new .grid-item-fifth {
	width: calc(20% - 10px);
	margin-right: 10px;
}

.reports-new .grid .grid-item-fifth.grid-item:nth-of-type(even) {
	margin-left: 0;
}

.reports-new .grid-item-fifth .report .cover .action span {
	font-size: 18px;
}

.reports-new.-large .reports .cover {
	width: 190px;
	height: 245px;
}

.reports-new .reports .cover {
	width: 178px;
	height: 235px;
}

.faq-row.-large .faq {
	width: 100% !important;
	margin-left: 0 !important;
}

.page-id-3982 .header {
	padding-bottom: 6.25em;
}

.page-id-3982 #background {
	padding-top: 0;
}

#database-demo.text-center {
	text-align: center;
}

#database-demo.pad-t {
	padding-top: 5em;
}

#database-demo.pad-b {
	padding-bottom: 5em;
}

.pad-5-t { padding-top: 5em !important; }
.pad-5-b { padding-bottom: 5em !important; }
.pad-8-t { padding-top: 8em !important; }
.pad-8-b { padding-bottom: 8em !important; }

.hide-section { display: none; }

/* faq page */
.page-id-3989 .faq-row.lightbg {
	background-color: transparent;
}

.page-id-3989 .faq {
	background-color: #fff;
}

/* overpatented page */
.page-id-1943 .row--cta .shape.-lg.-c {
	display: none;
}

/* footer menu */
.menu-footer>li {
	width: 300px;
}

.page-template-template-speaker .speaker-photo-grid .speaker-photo {
	margin: 40px 5px 0 5px;
	display: inline-block;
}

.page-template-template-speaker .speaker-photo img {
	max-width: 100%;
	height: auto;
}

.page-template-template-speaker .speaker-photo p {
	margin: 10px 0 5px;
}

.page-template-template-speaker .wysiwyg .link {
	background-color: #b2b2b2;
	color: #fff;
	margin-right: 0;
	padding-right: 0;
	padding: 5px 20px;
	border-radius: 15px;
	display: inline-block;
	margin: 0;
}

.page-template-template-speaker .wysiwyg .link:hover {
	color: #000;
}

.page-template-template-speaker .video-row .block-half {
	width: calc(50% - 10px);
	float: left;
	text-align: center;
}

.page-template-template-speaker .video-row .block-half h3 {
	margin-bottom: 20px;
}

.page-template-template-speaker .video-row .block-half+.block-half {
	margin-left: 20px;
}

.page-template-template-speaker .wysiwyg .block-half p {
	line-height: 1.5;
	padding: 0 30px;
	font-size: 14px;
}

.page-template-template-speaker .wysiwyg .block-half .screenshot {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 56.25%;
	padding-top: 30px;
	background-size: cover;
	background-position: 0 0;
}

.person-image-container {
	width: 300px;
	float: left;
}

/* Press NEW 2023 */
.page-template-template-press-new .posts-heading {
	margin-top: 2em;
	position: relative;
	z-index: 10;
}

.press-item {
	width: calc(50% - 15px);
	height: 230px;
	float: left;
	margin-top: 30px;
	position: relative;
	background-color: #D8D8D8;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
}

.press-item:nth-of-type(even) {
	margin-left: 30px;
}

.press-item-image,
.press-item-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.press-item-image {
	overflow: hidden;
}

.press-item-image img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.press-item-overlay {
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
	background-color: rgba(0, 0, 0, 0.5);
}

.press-item:hover .press-item-overlay {
	background-color: rgba(0, 0, 0, 0.7);
}

.press-item .press-item-content h4 {
	color: #000;
	;
}

.press-item.-wimage .press-item-content h4 {
	color: #fff;
}

.press-item-content {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 40px 20px 20px;
	display: block;
}

.press-item-content img {
	max-width: 300px;
	max-height: 40px;
	height: auto;
}

.press-item-content h6 {
	color: rgba(0, 0, 0, .5);
	margin-bottom: 5px;
	font-size: 12px;
}

.press-item.-wimage h6 {
	color: rgba(255, 255, 255, .75);
}

.press-item-content h4.logo-title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

.press-item-content h4 {
	font-size: 1.65em;
	line-height: 1.15;
}

.press-item-logo {
	height: 40px;
	display: block;
	margin-bottom: 30px;
}

.hero.-front .btn span.verbose {
	padding-right: 0;
}

.page-template-template-hometest #stats p {
	width: 100%;
	float: left;
}

.button-blue,
.button-pink {
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.button-pink:hover {
	background: #9b3251;
}

.button-blue {
	background: #00adee;
}

.button-blue:hover {
	background: #1b75bb;
}

.page-id-3982 #background {
	background-color: transparent;
}

.page-id-3982 #background .faq {
	background-color: #fff;
}

.page-id-4067 #grid-links a.grid-item,
.page-id-4067 #grid-links a.grid-item:visited,
.page-template-template-hometest #overpatented a.grid-item,
.page-template-template-hometest #overpatented a.grid-item:visited,
.page-template-template-patent-reform #research a.grid-item,
.page-template-template-patent-reform #research a.grid-item:visited {
	color: #000;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.page-id-4067 #grid-links a.grid-item:hover,
.page-template-template-hometest #overpatented a.grid-item:hover,
.page-template-template-patent-reform #research a.grid-item:hover {
	color: #c6305d;
}

.page-template-template-patent-reform #research .align-center p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

/* our mandate */
.page-id-2942 #tinymce .quote p,
.page-id-2942 .wysiwyg .quote p {
	font-size: 2em;
}


ul.diamond {
	/* font-family: monospace; */
	list-style: none;
	list-style-type: none;
	padding: 0;
}

ul.diamond li {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 1.5em;
	position: relative;
}

ul.diamond li:before {
	display: none;
}

ul.diamond li:after {
	content: '';
	height: .5em;
	width: .5em;
	background: #c6305d;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: .5em;
	left: 0;
}

#leaders .container.container-people {
	max-width: 1200px;
}

/* Home Dynamic – Hero */
#hero-home-dynamic .hero.-front {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#hero-home-dynamic .hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

#hero-home-dynamic .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	/* Dark transparent overlay */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

#hero-home-dynamic .hero-overlay h3 {
	font-size: 48px;
	font-size: 3em;
	line-height: 1.16;
	margin: 0.5em 0 1em;
}

/* Slider */
#hero-home-dynamic .slider {
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#hero-home-dynamic .slide {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
}
#hero-home-dynamic .slide.active {
	display: flex;
	animation: fadeInUp 1s ease-in-out forwards;
}

#hero-home-dynamic .btn-primary {
	margin: 1em 0 0;
}

.header .btn-primary + .btn-primary {
	margin-left: 1em;
}

.header-cta {
	margin-top: 2em;
}

/* Fade-in-up animation for slides */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px); 
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Dynamic */
.page-template-template-home-dynamic #latest-report {
	background-color: #dfdfdf;
}

.page-template-default .featured-reports-new h2 {
	color: #00adee;
}

.page-template-default .featured-reports-new p {
	font-size: 1.25em;
	line-height: 1.77;
	margin-left: 5%;
	width: 90%;
}

.featured-reports-new .row {
	width: calc(60% + 5em);
	margin-left: calc(20% - 2.5em);
}

.featured-report-new-item {
	flex-basis: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid rgba(11, 41, 64, 0.75);
	border-radius: 2em;
	position: relative;
	margin-bottom: 3em;
	background-color: #fff;

	display: flex;
	flex-direction: column;
}

.btn-report-new {
	width: 100%;
	background-color: #00adee;

	font-size: 1.125em;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 1.5em 50px;
	color: #fff;

	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.featured-report-new-item:not(.small) .btn-report-new.logo img {
	max-height: 35px;
	width: auto;
}

.featured-report-new-item.small .btn-report-new.logo img {
	max-height: 25px;
	width: auto;
}

.btn-report-new,
.btn-report-new i {
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.btn-report-new i {
	transform: translateX(-4px);
}

.btn-report-new:hover i {
	/* background-color: #1b75bb; */
	transform: translateX(4px);
}

.featured-report-new-item.small>img {
	width: 100%;
	height: auto;
	max-height: 200px;
}

.featured-report-new-item:not(.small):not(.imak)>img {
	width: 100%;
	height: auto;
	max-height: 300px;
}

.featured-report-new-item.imak .featured-report-new-title {
	padding-top: 150px;
	padding-bottom: 80px;
	flex-grow: 1;
}

.featured-report-new-item h5.date {
	font-size: 1em;
	letter-spacing: 0.888px;
	margin: 0 0 0.5em;
	color: #767676;
}

.featured-report-new-item:not(.small):not(.single) img {
	width: 100%;
	height: auto;
	max-height: unset;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.featured-report-new-item.single .featured-report-new-title img {
	width: 100%;
	height: auto;
	margin-top: 1.5em;
	object-fit: cover;
	object-position: 50% 0%;
}

.featured-report-new-item.small:not(.single) .featured-report-new-title {
	padding-bottom: 50px;
}

.featured-report-new-item.small:not(.single) .featured-report-new-title>img {
	max-height: 200px;
	align-self: flex-end;
}

.featured-report-new-item.small.single .featured-report-new-title>img {
	max-height: 300px;
}

.featured-report-new-banner {
	position: relative;
	z-index: 5;
	padding: 25px 50px;
}

.featured-report-new-item.small .featured-report-new-title h3 {
	font-size: 1.5em;
	flex-grow: 1;
}

.featured-report-new-item.small .featured-report-new-title {
	width: calc(100% - 50px);
	padding-top: 50px;
}

.featured-report-new-title {
	height: auto;
	padding-left: 50px;
	position: relative;
	z-index: 5;
	text-align: left;
}

.featured-report-new-item.imak .featured-report-new-title {
	width: calc(100% - 150px);
	padding-top: 150px;
	padding-bottom: 60px;
}

.featured-report-new-item:not(.imak) .featured-report-new-title {
	padding-top: 50px;
	padding-bottom: 50px;
}

.featured-report-new-item.single .featured-report-new-title {
	width: 100%;
	padding: 50px;
}

.featured-report-new-item.single .featured-report-new-title p {
	font-size: 1.25em;
	line-height: 1.77;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}

.featured-report-new-title h3 {
	font-weight: 700;
	color: #0b2940;
}

.featured-report-new-title h5 {
	font-size: 1.5em;
	margin-top: 1em;
	color: #0b2940;
	color: #b2b2b2;
}

.solutions h4 {
	margin-bottom: 1em;
}

.flex .featured-report-new-item.imak .featured-report-new-title {
	padding-top: 100px;
	width: calc(100% - 100px);
}

.flex .featured-report-new-item.imak .featured-report-new-title h3 {
	font-size: 32px;
	font-size: 2em;
}

.flex .featured-report-new-item.imak .featured-report-new-title h5 {
	font-size: 1em;
	letter-spacing: 0.66667px;
}

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

.margin-0-t 		{ margin-top: 0 !important; }
.margin-0-r 		{ margin-right: 0 !important; }
.margin-0-b 		{ margin-bottom: 0 !important; }
.margin-0-l 		{ margin-left: 0 !important; }
.margin-0-tb 		{ margin-top: 0 !important; margin-bottom: 0 !important; }
.margin-0-lr 		{ margin-left: 0 !important; margin-right: 0 !important; }
.margin-half-t 	{ margin-top: 0.5em !important; }
.margin-half-r 	{ margin-right: 0.5em !important; }
.margin-half-b 	{ margin-bottom: 0.5em !important; }
.margin-half-l 	{ margin-left: 0.5em !important; }
.margin-half-tb { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
.margin-half-lr { margin-left: 0.5em !important; margin-right: 0.5em !important; }
.margin-1-t 		{ margin-top: 1em !important; }
.margin-1-r 		{ margin-right: 1em !important; }
.margin-1-b 		{ margin-bottom: 1em !important; }
.margin-1-l 		{ margin-left: 1em !important; }
.margin-1-tb 		{ margin-top: 1em !important; margin-bottom: 1em !important;}
.margin-1-lr 		{ margin-left: 1em !important; margin-right: 1em !important; }
.margin-2-t 		{ margin-top: 2em !important; }
.margin-2-r 		{ margin-right: 2em !important; }
.margin-2-b 		{ margin-bottom: 2em !important; }
.margin-2-l 		{ margin-left: 2em !important; }
.margin-2-tb 		{ margin-top: 2em !important; margin-bottom: 2em !important; }
.margin-2-lr 		{ margin-left: 2em !important; margin-right: 2em !important; }
.margin-3-t 		{ margin-top: 3em !important; }
.margin-3-r 		{ margin-right: 3em !important; }
.margin-3-b 		{ margin-bottom: 3em !important; }
.margin-3-l 		{ margin-left: 3em !important; }
.margin-3-tb 		{ margin-top: 3em !important; margin-bottom: 3em !important; }
.margin-3-lr 		{ margin-left: 3em !important; margin-right: 3em !important; }
.margin-4-t 		{ margin-top: 4em !important; }
.margin-4-r 		{ margin-right: 4em !important; }
.margin-4-b 		{ margin-bottom: 4em !important; }
.margin-4-l 		{ margin-left: 4em !important; }
.margin-4-tb 		{ margin-top: 4em !important; margin-bottom: 4em !important; }
.margin-4-lr 		{ margin-left: 4em !important; margin-right: 4em !important; }

.btn-primary,
.btn-secondary {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.88px;
	line-height: 1;
	display: inline-block;
	margin: 0.5em 0;
	position: relative;
	padding: 1.2em 2em;
	border-radius: 1.9em;
	color: #fff;
	transition: all .3s cubic-bezier(.25, .01, .1, 1);
}

.btn-primary [class^=icon],
.btn-secondary [class^=icon] {
	margin-left: 0.5em;
}

.btn-primary {
	background-color: #00adee;
}

.btn-secondary {
	background-color: #c6305d;
}

.btn-primary:hover {
	background-color: #1b75bb;
}

.btn-secondary:hover {
	background-color: #9b3251;
}

/* About page */
.page-id-4700 .main-default article {
	min-height: 0;
}
.page-id-4700 #main {
	padding-bottom: 0;
}

/* header */
.header .container {
	position: relative;
}
.hero-wrap {
	width: 100%;
	height: calc(100% + 14em);
	z-index: -1;
}
.hero.-subtle {
	height: 100%;
	right: 0;
    border-radius: 0 0 10%;
}
.hero.-subtle .hero-bg {
	right: 0;
    border-radius: 0 0 10em;
}

.row--cta {
	padding: 8em 0;
}
.row--cta:after {
	display: none;
}

section {
	position: relative;
	z-index: 2;
}

h6.hero-tagline + h1 {
	margin-top: 0.25em;
}


.container-flex {
	display: flex;
	gap: 2em; /* spacing between columns */
}
  
.container-flex .column-auto {
	flex: 1; /* makes all columns equal width */
	padding: 2em;
}
.container-flex .column {
	padding: 2em;
}

.container-flex.justify-content-center,
.key-takeaways-cont .flex,
#health-inequities-cont .flex,
#recommendations-grid .flex,
#recommendations-grid-cont .flex {
	justify-content: center;
}
.container-flex .column-2,
.key-takeaways-cont .flex .flex-item,
#health-inequities-cont .flex .flex-item,
#recommendations-grid .flex .flex-item, 
#recommendations-grid-cont .flex .flex-item {
	flex: 0 0 calc((100% - 4em) / 3);
}
.container-flex .column-single {
	flex: 0 0 calc((100% - 2em) / 2)
}

.page-id-5081 #indicator-1 .container-flex .column-auto {
	align-content: end;
}

.color-secondary {
	color: #c6305d;
}

/* glp-1 page */
.page-id-5081 h2 {
	color: #1a3760;
}
.page-id-5081 .posts-dots-item,
.page-id-5081 .shape {
	background-color: #c6305d;
}

.page-id-5081 #five-key-indicators ol {
	font-size: 1.25em;
}
.page-id-5081 #five-key-indicators ol li {
	font-size: 1em;
}
.page-id-5081 #five-key-indicators ol li:before,
.page-id-5081 #recommendations-intro ol li:before,
.page-id-5081 #recommendations-cont ol li:before {
	color: #c6305d;
}
.page-id-5081 #five-key-indicators ol li strong,
.page-id-5081 #recommendations-intro ol li strong,
.page-id-5081 #recommendations-cont ol li strong,
.page-id-5081 #health-inequities-intro ul li strong,
.page-id-5081 #health-inequities-cont ul li strong {
	color: #c6305d;
	display: block;
}
.page-id-5081 #health-inequities-intro ul li:before,
.page-id-5081 #health-inequities-cont ul li:before {
	background-color: #c6305d;
	border-color: #c6305d;
}
.page-id-5081 .footnote-row-content p {
	font-size: 12px;
	letter-spacing: 0.57px;
}

sup {
	vertical-align: super;
	font-size: 0.75em;
}
.image-caption {
	font-size: 14px;
    color: #7f7f7f;
	font-weight: 400;
}

.page-id-5081 #introduction article.wysiwyg,
.page-id-5081 #five-key-indicators article.wysiwyg,
.page-id-5081 #analysis article.wysiwyg,
.page-id-5081 #health-inequities article.wysiwyg {
	padding-top: 6em;
    border-width: 10px 0 0;
    border-color: #dfdfdf;
    border-style: solid;
	position: relative;
}
.page-id-5081 article.wysiwyg:before,
.page-id-5081 article.wysiwyg:after {
	width: 1px;
    height: 500px;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, #dfdfdf 0, #fff 100%);
}
.page-id-5081 article.wysiwyg:before {
	left: 0;
}
.page-id-5081 article.wysiwyg:after {
	right: 0;
}
.page-id-5081 #recommendations-cont ol li:nth-of-type(1):before {
	content: '3.';
}
.page-id-5081 #recommendations-cont ol li:nth-of-type(2):before {
	content: '5.';
}
.page-id-5081 #methodologies-and-definitions .faq.-open .faq-expander {
	max-height: 100%;
}
.page-id-5081 #methodologies-and-definitions pre code {
	display: block;
    white-space: normal;
    font-size: 14px;
	padding: 1em;
}
.page-id-5081 #methodologies-and-definitions  .faq-4 p {
	font-size: 12px;
    letter-spacing: 0.57px;
	margin: 2em 0;
}

/* 
* ================================================================
* @media queries
* ================================================================
*/


@media (max-width: 1400px) {

	/* under 1401px */
	#team .align-center {
		display: block;
		float: left;
		width: 73.33333%;
		margin-left: 13.33333%;
		margin-right: 5;
	}

	#results .align-center {
		display: block;
		float: left;
		width: 73.33333%;
		margin-left: 13.33333%;
	}

	[class*="page-template-template-topselling"] .hero .container {
		max-width: 1000px;
	}
}

/* END -- max-width: 1400px */

@media (max-width: 1024px) {
	.hero.-subtle .hero-bg {
		border-radius: 0;
	}
	.posts-dots-item {
		padding: 4em 2em;
	}
}


@media (max-width: 1023px) {

	/* under 1024px */
	.menu-footer>li {
		width: 100%;
	}
	.page-template-template-patent-reform #video .video-text {
		max-width: 100%;
	}

	#featured-front .posts-featured-2 .masonry-item,
	#featured-front .posts-featured-3 .masonry-item,
	#featured-front .posts-featured-3 .masonry-sizer,
	#featured-front .posts-featured-4 .masonry-item,
	#featured-front .posts-featured-4 .masonry-sizer {
		width: 100%;
	}

	#featured-front .posts-featured .card+.card,
	#featured-front .item+.item {
		margin-left: 0;
	}

	#team .align-center p {
		padding: 0;
	}

	#team .stats-container li {
		margin-top: 1em;
	}

	#covid-grid .row {
		height: auto;
		background-color: transparent;
		margin: 0;
	}

	#covid-grid .row.even {
		background-color: transparent;
	}

	#covid-grid .col {
		width: 100%
	}

	#covid-grid .col-text {
		height: auto;
		padding: 3em 0 8em;
	}

	#covid-grid .row.odd .col.col-text,
	#covid-grid .row.even .col.col-text {
		justify-content: center;
	}

	#covid-grid .row.odd .col-text-inner,
	#covid-grid .row.even .col-text-inner {
		text-align: center;
		margin-right: 0;
		margin-left: 0;
	}

	#covid-grid .row.odd .col-image {
		float: left;
	}

	#covid-grid .col-image {
		height: auto;
	}

	#covid-grid .col-image img {
		max-width: calc(100% - 40px);
		height: auto;
		margin-left: 20px;
	}

	.page-template-template-patent-reform .advisors-grid-item {
		padding: 0 15px;
	}

	.featured-report-new-item.small .featured-report-new-title {
		width: calc(100% - 30px);
		/* height: 100%; */
		padding-top: 30px;
		padding-left: 30px;
	}

	.featured-report-new-item.imak .featured-report-new-title,
	.flex .featured-report-new-item.imak .featured-report-new-title {
		width: 75%;
		padding-top: 75px;
		padding-bottom: 45px;
	}
	.featured-reports-new > .container > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.flex > .featured-report-new-item {
		width: calc(100% - 40px);
	}

	#overpatented-table-tabs-2021 button {
		font-size: 12px
	}

	#overpatented-table-group-2021 small {
		font-size: 12px;
		line-height: 1.5;
	}

	.flex-direction-column-md {
		flex-direction: column;
		gap: 0;
	}

	.flex-gap-2-md {
		gap: 2em;
	}

	.flex-gap-0-md {
		gap: 0;
	}

	.page-id-5081 .solutions .posts-dots {
		display: none;
	}
	#indicator-2 .container-flex .column {
		justify-items: center;
	}

}

/* END -- max-width: 1024px */

@media (max-width: 1024px) {
	/* 1024 and under */
	.site-announcement a {
		color: rgba(198,48,93,.8) !important;
	}
	body.home #nav.-top:not(.-hidden) .nav-primary .menu-primary > .menu-item:not(.menu-item-icon) > a,
	body.home #nav.-top:not(.-hidden) .menu-primary > .menu-item.menu-item-icon > a {
		color: #00adee;
	}
}

@media (max-width: 767px) {

	/* under 768px */
	br.mobile-display-none {
		display: none;
	}
	.page-id-3735 .section.featured-report .report-cover .cover {
		width: 300px;
		height: 156px;
		padding-bottom: 0;
	}

	.page-template-template-patent-reform .advisors-grid {
		display: inline-flex;
		flex-wrap: wrap;
	}

	.page-template-template-patent-reform .advisors-grid-item {
		width: 33.333333%;
		padding: 0 25px;
	}

	.page-template-template-patent-reform .research-grid-item {
		width: 100%;
	}

	.page-template-template-patent-reform .research-grid-item+.research-grid-item {
		margin-top: 4em;
	}

	.page-template-template-patent-reform #how .how-grid article {
		display: block;
		text-align: center;
	}

	.page-template-template-patent-reform #how .how-grid article .image {
		width: 100%;
	}

	.page-template-template-patent-reform #how .how-grid article .image img {
		max-width: 100px;
		margin: 0 auto 1em;
	}

	.page-template-template-patent-reform #how .how-grid article .text {
		width: 100%;
		padding: 0 30px;
	}

	.page-template-template-patent-reform #how .how-grid article+article {
		margin-top: 2em;
	}

	.posts-dots-item p {
		font-size: 2.25em;
		padding: 0;
	}

	#main.main-person-single .wysiwyg>:not(.embed-container):not(.row--fullimage):not(.quote):not(.wp-caption):not(.btn):not(.link):not(h4):not(img):not(script):not(.floater),
	#main.main-person-single .wysiwyg>:not(.embed-container):not(.row--fullimage):not(.quote):not(.wp-caption):not(.btn):not(.link):not(h4):not(img):not(script) {
		width: 80%;
		margin-left: 10%;
	}

	.page-id-3735 .section.featured-report .report-cover .cover {
		width: 100%;
		max-width: 360px;
		padding-bottom: 188px;
	}

	.logos-row .logos {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}

	.grid .grid-item {
		width: 100%;
	}

	.grid .grid-item:nth-of-type(odd) {
		margin-right: 0;
	}

	.grid .grid-item:nth-of-type(even) {
		margin-left: 0;
	}

	.page-template-template-speaker .video-row .block-half {
		width: 100%;
	}

	.page-template-template-speaker .video-row .block-half+.block-half {
		margin-left: 0;
	}

	.person-image-container {
		width: 100%;
	}

	.press-item {
		width: 100%;
		height: 200px;
	}

	.press-item:nth-of-type(even) {
		margin-left: 0;
	}

	.press-item-content img {
		max-width: 100px;
	}

	.page-id-3735 .section.featured-report {
		width: 50%;
	}

	.page-id-3735 .section.featured-report .report-cover {
		width: 70%;
		margin-left: 15%;
		height: 250px;
	}

	.page-id-3735 .section.featured-report .report-cover .cover {
		height: 100%;
		width: 100%;
		padding-bottom: 0;
	}

	.page-id-3735 .section.featured-report .report-text {
		width: 60%;
		margin-left: 20%;
		text-align: center;
		padding: 3em 0;
	}

	.page-id-2942 #tinymce .quote p,
	.page-id-2942 .wysiwyg .quote p {
		padding-right: 3em;
	}

	#leaders .person {
		width: 50%;
	}

	.page-template-template-hometest .hero.-front h1 {
		font-size: 3em;
	}

	.page-template-template-hometest .hero.-front .hero-content {
		top: 35%
	}

	.hero.-front .home-logo {
		width: 100px;
		height: 35px;
	}

	.page-template-template-hometest .hero.-front .container {
		z-index: 2;
	}

	.row--cta .cta-title {
		font-size: 2.5em;
	}

	.page-template-template-hometest .hero.-front h1 br,
	.page-template-template-hometest #impact p br,
	.row--cta .cta-title br,
	.page-template-template-hometest #stats p br {
		display: none;
	}

	.page-template-template-hometest #stats .equation-container p br {
		display: block;
	}

	.page-template-template-hometest .equation-container div {
		margin: 1em 0 0;
	}

	.grid .grid-item.grid-item-3 {
		width: 100%;
		margin-top: 2em;
	}

	.reports-new .grid-item-3 .report .cover {
		width: 180px;
		height: 232.8px;
	}

	.grid .grid-item.grid-item-push-1,
	.grid .grid-item.grid-item-push-half {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.reports-new .grid-item-3 .report .cover {
		margin: 0 auto;
	}

	.reports-new .report .cover h5,
	.reports-new .report .cover .action span {
		font-size: 14px;
		letter-spacing: 0.777px;
	}

	.page-id-4067 #grid-links .grid .grid-item.grid-item-4,
	.page-template-template-hometest #overpatented .grid .grid-item.grid-item-4 {
		width: calc(100% - 10px);
	}

	.page-id-4067 #grid-links .grid .grid-item+.grid-item,
	.page-template-template-hometest #overpatented .grid .grid-item+.grid-item {
		margin-top: 50px;
	}

	;

	.page-id-4067 #grid-links .grid .grid-item img,
	.page-template-template-hometest #overpatented .grid .grid-item img {
		max-width: 400px;
		margin-bottom: 30px;
	}

	.reports-new .report .cover h5,
	.reports-new .report .cover .action span {
		font-size: 15px;
	}

	.page-id-4067 #grid-links .grid .grid-item.grid-item-4,
	.page-template-template-hometest #overpatented .grid .grid-item.grid-item-4 {
		width: calc(100% - 10px);
	}

	.page-id-4067 #grid-links .grid .grid-item+.grid-item,
	.page-template-template-hometest #overpatented .grid .grid-item+.grid-item {
		margin-top: 50px;
	}

	;

	.page-id-4067 #grid-links .grid .grid-item img,
	.page-template-template-hometest #overpatented .grid .grid-item img {
		max-width: 400px;
		margin-bottom: 30px;
	}

	.featured-report-new-item {
		width: 100%;
	}

	.featured-report-new-item:not(.small) img {
		width: 100%;
		height: auto;
	}

	.featured-report-new-title {
		width: calc(100% - 95px);
		padding-top: 100px;
	}

	[class*="page-template-template-topselling"] #featured-report.section.featured-report {
		padding-bottom: 3em;
	}

	br.mobile-none {
		display: none;
	}

	.button.mobile-display-none {
		display: none;
	}

	.button.mobile-display {
		display: inline-block;
	}

	.header.-person-single.-has-speaker-link+.main-person-single {
		margin-top: 0;
	}

	.featured-reports-new .row {
		width: 100%;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.flex-direction-column-sm {
		flex-direction: column;
		gap: 0;
	}

	.flex-gap-0-sm {
		gap: 0;
	}

	.pad-0-t-sm { padding-top: 0; }

	.featured-report-new-item.small.single .featured-report-new-title>img,
	.featured-report-new-item.small.single .featured-report-new-title>img,
	.page-template-template-patent-reform #research .flex-item img {
		max-height: 200px;
	}

	#hero-home-dynamic .slide br {
		display: none;
	}

	.header .btn-primary {
		font-size: 14px;
	}

	.container-flex {
		flex-direction: column;
	}
}

/* END -- max-width: 767px*/

@media (max-width: 480px) {

	/* under 480px */
	.logos-row .logos {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	#overpatented-table-tabs-2021 button {
		padding-left: 6px;
		padding-right: 6px
	}
}

/* END -- max-width: 455px */


@media (max-width: 1100px) {

	/* under 1101px */
	.page-id-3735 .section.featured-report .btn span .verbose {
		display: none;
	}
}


@media (max-width: 1200px) {

	/* under 1201px */
	[class*="page-template-template-topselling"] .container.-xlarge,
	.page-id-3915 .container.-xlarge {
		max-width: 1140px;
	}
}

@media (min-width: 737px) {

	/* over 767px */
	[class*="page-template-template-topselling"] #featured-report.section.featured-report .report-text {
		width: 50%;
	}

	.row>.featured-report-new-item .featured-report-new-title h3 {
		font-size: 48px;
		font-size: 3em;
	}
}

@media (min-width: 1200px) {

	/* over 1200px */
	[class*="page-template-template-topselling"] #featured-report .container.-large {
		max-width: 980px;
	}

	.reports-new.-large .container {
		max-width: 1040px;
	}

	[class*="page-template-template-topselling"] .container.-xlarge,
	.page-id-3915 .container.-xlarge {
		max-width: 1180px;
	}

}

@media (min-width: 1400px) {

	/* over 1400px */
	.logos-row .container {
		max-width: 1200px;
	}

	.logos-row article {
		max-width: 980px;
		margin: 0 auto;
	}

	[class*="page-template-template-topselling"] .header .container,
	[class*="page-template-template-topselling"] .container.-xlarge.action,
	.page-id-3915 .container.-xlarge {
		max-width: 1200px;
	}
}