body, html {
	font-family: "Geist", sans-serif;
	background: #fff;
}

strong {
	font-weight: bold;
}

header {
	padding: 1rem 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}

header.scrolled {
	background: #fff;
	padding: 1rem 2rem;
}

header.scrolled .logo {
	height: 40px;
}

.site-branding {
	display: inline-block;
}

.site-nav {
	display: inline-block;
	position: relative;
	transition: .5s;
}

.site-nav nav {
	transition: .5s;
	position: relative;
}

.site-nav nav a {
	color: #000;
}

.site-nav:hover nav {
	opacity: 1;
}

.site-nav:hover .hamburger {
	opacity: 0;
}

.site-nav .hamb {
	position: absolute;
	bottom: 2px;
}

.hamburger {
	position: relative;
	bottom: -1rem;
	margin-left: 1rem;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	height: 1.5px;
	background-color: #fff;
	width: 30px;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

.menu li {
	padding-left: 2rem;
}

.menu li a {
	font-family: "Geist", sans-serif;
	font-size: 16px;
	font-weight: 500;
	transition: .5s;
	color: #333;
}

.current_page_item a {
	border-bottom: 2px solid #ff0000;
}

.menu li a:hover {
	color: #ec1c24;
	text-decoration: none;
}

.rightNav {
	display: flex;
	place-self: center;
}

.rightNav ul {
	display: inline-block;
}

.rightNav ul li {
	display: inline-block;
}

.rightNav .cta {
	font-size: 1.35rem;
	color: #DAF0CD;
	border-bottom: 1.75px solid #DAF0CD;
	text-decoration: none;
	transition: .5s;
}

.rightNav .cta:hover {
	border-bottom-color: #fff;
}

.rightNav .lang {
	padding-left: 1rem;
	font-size: .8rem;
}

.rightNav .lang li {
	padding: 0 .5rem;
}

.rightNav .lang a {
	color: #fff;
	text-decoration: none;
	opacity: 1;
	transition: .5s;
}

.rightNav .lang .active {
	opacity: 1;
}

.rightNav .lang a:hover {
	opacity: 1;
}

main .page header {
	background: linear-gradient(207deg, #143B53 0%, #005B94 100%);
	text-align: center;
	color: #fff;
}

.hamb {
	display: none;
}

main {
	width: 100%;
}

.section {
}

.hero {
	background-image: url('../img/01.jpg');
	background-size: cover;
	background-position: center;
	text-align: center;
}

.section .wrapper {
}

.wrapper {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 4rem;
}

.logo {
	transition: .5s;
}

#fullpage {
	padding: 0;
}

#fullpage .section {
  position: relative;
  z-index: 2;
}

#fullpage .wrapper {
}

h1 {
	font-family: "Gabarito", sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	color: #000;
	letter-spacing: -1px;
}

h3 {
	font-family: 'Gabarito', sans-serif;
	font-size: 3rem;
	font-weight: 500;
	color: #222;
	padding-bottom: 2rem;
	letter-spacing: -1px;
}

h3 span {
	color: #ff0000;
}

h2 {
	font-family: 'Gabarito', sans-serif;
	font-size: 3rem;
	color: #000;
	line-height: 1.25;
	padding-bottom: .5rem;
	font-weight: 500;
	letter-spacing: -1px;
}

h4 {
	font-family: 'Gabarito', sans-serif;
	font-size: 2.25rem;
	color: #000;
	line-height: 1.25;
	padding-bottom: .5rem;
}

h5 {
	font-family: 'Gabarito', sans-serif;
	font-size: 1.75rem;
	color: #000;
	line-height: 1.25;
	padding-bottom: 1rem;
}

.red {
	color: #ff0000;
}

h1 span {
	color: #ff000a;
}

p, li {
	font-size: 1.25rem;
	line-height: 1.5;
}

p a,
p a:visited {
	color: #222;
	transition: .5s;
}

p a:hover {
	color: #ff0000;
}

.btn {
    background: #ff000a;
    color: #fff;
    font-size: 1.125rem;
    padding: 16px 30px 18px 30px;
    border-radius: 60px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1.5;
    text-decoration: none;
    transition: .5s;
}

.btn:hover {
	background: #ff5d5d;
	font-weight: bold;
	color: #fff;
}

.h01 {
}

.h01 .row {
	padding: 0;
	margin: 0;
}

.home .h01 {
	min-height: 90vh;
}

.heroCaption h1 {
	font-size: 2.5rem;
	line-height: 1.125;
	color: #fff;
	font-weight: 400;
}

.heroCaption {
	position: absolute;
	left: 0;
	bottom: 6rem;
	width: 100%;
}

.heroCaption p {
	color: #fff;
	font-size: 1.35rem;
}

.heroCaption .wrapper > div {
	max-width: 50%;
}

.heroCaption .btn {
  background-color: #fff;
  color: #000;
  background-image: url(//cambiumoncology.com/wp-content/themes/cambium-new/css/../img/symbol.svg);
  background-size: 24px;
  background-position: 30px center;
  background-repeat: no-repeat;
  padding-left: 4.5rem;
  font-weight: 500;
}

.heroCaption .btn:hover {
	color: #ff000a;
	background-color: #efefef;
}

.h01 video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.h01 .row > div {
	padding: 0;
}

.h01 h1 {
	position: relative;
}

.h01 .colB > div {
	padding: 0 2rem;
}

.h01 .colB p {
	padding-bottom: 2rem;
}

canvas {
  display: block;
  max-width: 100%;
  max-width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.video video {
	position: fixed;
	max-width: none;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: .5;
	width: 100%;
}

.fp-watermark {
  display: none !important;
}

.h02 {
	background: #fff;
	border-top: 1px solid #eee;
	padding: 4rem 0;
	margin: 2rem 0;
}

.h02 h3 {
	color: #222;
}

.h02 h3,
.h03 h3 {
	color: red;
}

.h02 p {
	color: #333;
	line-height: 1.5;
	padding-right: 2rem;
}

.h03, .h04 {
	padding: 4rem 0;
	margin: 2rem 0;
	border-top: 1px solid #eee;
	background: #fff;
}

.h03 .colA {
	text-align: right;
}

.h03 .colA img {
	margin-right: 3rem;
	max-width: 360px;
}

.h03 .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: -1;
}

.h03.dark h3,
.h03.dark p,
.h03.dark p a {
	color: #fff;
}

.h04 {
	padding-top: 6rem;
}

.h04 h3 {
	text-align: center;
}

.h04 .colB > p {
	text-align: center;
}

footer {
	background: #fff;
  padding: 2rem 0;
  width: 100%;
  z-index: 2;
  position: relative;
  border-top: 1px solid #ddd;
}

footer .row > div {
	align-content: center;
}

footer .logo {
	height: auto;
}

footer img {
	height: 48px;
}

footer .colB {

}

footer .colB > p {
	padding-left: 2rem;
	font-size: .75rem;
	padding-top: .5rem;
}

footer #primary-menu {
	text-align: right;
	padding-bottom: 1rem;
	place-content: flex-end;
}

footer #primary-menu li a {
	text-transform: none;
	color: #333;
	font-size: 1rem;
}

.static {
	padding: 6rem 6rem;
	position: relative;
	z-index: 2;
}

#team .colA {
	padding-top: 6rem;
	padding-right: 6rem;
	text-align: right;
}

#team .colB {
	padding-top: 3rem;
}

#team .photo {
	padding-right: 2rem;
}

#team .photo img {
	max-width: 320px;
}

#team .photo .in {
	max-width: 52px;
	display: block;
	margin: 2rem auto 0 auto;
}

form {
	padding: 2rem;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #ddd;
}

form label {
	padding-bottom: 1rem;
	display: grid;
	grid-template-columns: 120px auto;
}

form input[type="text"],
form input[type="email"],
form textarea {
	border-radius: 30px;
	border: none;
	background: #f8f8f8;
	padding: 8px;
	text-indent: 5px;
	font-size: 1.125rem;
}

form textarea {
	resize: none;
}

input[type="submit"].wpcf7-submit {
    background: #ec1c24;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5;
    width: auto;
    max-width: 160px;
    padding: 10px 4px 12px 4px;
    cursor: pointer;
    transition: .5s;
}

input[type="submit"].wpcf7-submit:hover {
	background: #ff0d16;
}

#team p.desc {
	margin-top: 2rem;
	line-height: 1.5;
}

#team .item {
	padding: 4rem 0;
	border-bottom: 2px solid #fff;
}

p small {
	font-size: 1rem;
	display: block;
	line-height: 1.25;
}

.post, .page {
	margin: 0;
}

.miniSec {
	border-bottom: 1px solid #eee;
}

.tech02 {
	margin-top: 2rem;
}

.tech05 {
	max-width: 320px;
	margin-bottom: 2rem;
}

.tech06 {
	max-width: 320px;
	margin: 2rem auto;
}

.center {
	text-align: center;
}

hr {
	margin: 4rem 0;
	background: #fff;
	height: 4px;
}

#tech .row {
	margin-bottom: 2rem;
}

#tech .row .wrap {
	display: flex;
	height: 100%;
	align-items: center;
}

#tech .row p {
	margin-right: 2rem;
}

#tech ul {
}

#tech li {
	list-style: none;
	padding: 1rem
}

#tech ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.rowTitle {
	margin-top: 6rem;
}

.tech07 {
	max-width: 720px;
}

.tech08 {
	max-width: 640px;
}

.tech09 {
	border-radius: 60px;
	margin-bottom: 2rem;
}

.table {
	margin: 0 0 4rem 0;
	max-width: 640px;
}

#tech .table .row {
	margin: 1rem 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}

#tech .baseBlock {
	padding: 2rem;
}

#tech .redBlock {
	background: #ed0b0b;
	padding: 2rem;
	color: #fff;
}

#tech .redBlock h5 {
	color: #fff;
}

#tech .redBlock .red {
	color: #fff;
}

#tech .redBlock ul {
	margin-left: 1rem;
}

#tech .redBlock ul li:before {
	color: #222;
}

.pros {
	display: grid;
	grid-gap: 2%;
	grid-template-columns: 48% 48%;
}

.pros > div {
	background: #eee;
	max-width: 100%;
	display: grid;
	padding: 4rem 2rem;
	grid-template-columns: 25% 75%;
}

.pros > div strong {
	font-size: 1.5rem;
}

.pros img {
	max-width: 72px;
}

.pros > div.pro {
	background: #ed0b0b;
	color: #fff;
}

.pros > div.anti {
	background: #333;
	color: #fff;
}

.pubList {
	margin: 3rem auto;
}

.pubList > div {
	margin-bottom: 1rem;
}

.pubList a {
	color: #222;
	text-decoration: none;
	display: block;
	background: #fff;
	border-bottom: 1px solid #ddd;
	transition: .5s;
	height: 100%;
	font-size: .9rem;
	padding: 2rem 0;
	transition: .5s;
}

.pubList a span {
	display: inline-block;
	margin-bottom: 1rem;
	color: #666;
	font-size: .8rem;
}

.pubList a p {
	font-weight: 500;
	padding-bottom: 1rem;
	font-size: 1.25rem;
	color: #222;
}

.pubList a:hover u {
	color: #ff0000;
}

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

.himg02 {
	max-width: 360px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  padding: 1rem;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

#partnership .items > div {
	margin-top: 4rem;
	padding-right: 2rem;
}

#partnership .items img {
	max-width: 200px;
}

#partnership .items h3 {
	font-size: 1.25rem;
	padding-bottom: 1rem;
}


.wpContent {
	padding-top: 4rem;
}

.wpContent p,
.wpContent ul {
	padding-bottom: 2rem;
}

.wpContent li {
	list-style: square;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.wpContent hr {
	height: 0;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.wpContent h4 {
	font-size: 1.5rem;
	padding-bottom: 2rem;
}

.pipeline {
	font-weight: bold;
}

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

.pipeline .rect {
	display: flex;
	width: 100%;
	height: 100%;
	place-items: center;
	background: #fff;
	justify-content: center;
	padding: 0 1rem;
}

.pipeline .row {
	margin: .5rem 0;
}

.pipeline .row img {
	margin: 4px 0;
}

.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid #ff0000;
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #ff0000;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #ff0000;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tab-panels .smallGrid > .row > div {
	margin-bottom: 1rem;
}

#team .newGrid .item {
	background: #efefef;
	border-radius: 20px;
	text-align: center;
	padding: 0 0 1rem 0;
	line-height: 1.5;
	height: 100%;
}

#team .newGrid .item .in {
	max-width: 24px;
}

#team .newGrid .bigPhoto {
	align-content: center;
	height: calc(100% - 1rem);
}

#team .newGrid .photo img {
}

#team .newGrid .photo h6 strong {
	font-size: 1.125rem;
}

#team .newGrid .photo h6 em {
	color: #666;
	font-style: italic;
}

#team .smallGrid .photo {
	display: flex;
	padding: 1rem;
	flex-flow: column;
	text-align: center;
	margin-bottom: 0;
}

#team .smallGrid a.photo,
#team .smallGrid a.photo:visited {
	color: #222;
	text-decoration: none;
	line-height: 1.25;
}

#team .smallGrid a.photo:hover h6 strong {
	text-decoration: underline;
}

#team .smallGrid .photo img {
	max-width: 70px;
	margin: 1rem auto;
}

#team .smallGrid .photo h6 {
	font-size: .75rem;
}

#team .smallGrid .photo h6 strong {
	font-size: .85rem;
}

#team .desc p {
	padding: 2rem 0 0 0;
}

#team .featured {
	text-align: center;
}

#team .avatar {
	max-width: 90%;
}

#team .featured a {
	display: inline-block;
	margin: 2rem .25rem;
}

#team .featured .in {
	max-width: 48px;
}

.backWrap {
	padding-bottom: 4rem;
}

.backWrap a {
	text-decoration: none;
	color: #666;
}

.backWrap a:hover {
	text-decoration: underline;
}

.backWrap img {
	opacity: .25;
	max-width: 12px;
}

#company .wrapper {
}

#company li {
	padding-bottom: 2rem;
	padding-right: 2rem;
}

#company li strong {
	color: #ff000a;
}

#company hr {
	margin: 2rem 0;
}

#company .greyBlock {
	background: #efefef;
	padding: 4rem;
	margin-bottom: 4rem;
}

#company .greyBlock h4 {
	color: #ff000a;
}


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

	.wrapper {
		padding: 0;
	}

	#fullpage .wrapper {
		padding: 2rem;
		height: auto;
	}

	#fullpage .section {
		height: auto;
	}

	header {
		text-align: center;
		width: calc(100% - 4rem);
		padding: 2rem;
		width: 100%;
	}

	h1 {
		font-size: 2rem;
		line-height: 1.35;
	}

	h2 {
		font-size: 2rem;
		line-height: 1.35;
	}

	h3 {
		font-size: 2rem;
		line-height: 1.35;
	}

	header.scrolled #primary-menu {
		display: none;
	}

	#primary-menu {
		padding-top: 1rem;
	}

	#primary-menu li {
		padding: 6px;
	}

	#primary-menu li a {
		font-size: 13px;
	}

	.h01 .colB > div {
		position: static;
	}

	.site-nav {
		width: 100%;
	}

	.site-nav nav {
		padding-top: 2rem;
	}

	.menu li {
		padding: 1rem;
	}

	.menu li a {
		font-size: 16px;
	}

	p, li {
		font-size: 1rem;
		line-height: 1.25;
	}

	.btn {
		font-size: 1rem;
		display: inline-block;
		padding: 10px 26px 11px 26px;
	}

	.home .h01 {
		min-height: 0;
	}

	#fullpage .heroCaption .wrapper {
		padding: 8rem 2rem 4rem 2rem;
	}

	.heroCaption .wrapper>div {
		max-width: 100%;
	}

	.heroCaption h1 {
		font-size: 2rem;
	}

	.heroCaption p {
		font-size: 1rem;
	}

	.h01 .colB {
		text-align: left;
	}

	.h01 .colB p {
		text-align: left;
		padding: 1rem 0;
		margin: 0;
	}

	.himg02,
	.h03 .colA img {
		max-width: 180px;
		margin: 1rem auto;
	}

	.h02 {
		padding: 0;
	}

	.h03 .colA {
		text-align: left;
	}

	.pubList a {
		height: auto;
	}

	.h03, .h04 {
		padding: 2rem 0;
	}

	.h04 h3 {
		padding-bottom: 0;
		text-align: left;
	}

	.h04 .colB {
		margin-top: 2rem;
	}

	.pubList {
		margin: 0;
	}

	footer .colB {
		text-align: center;
		padding-top: 2rem;
	}

	.logo {
		max-width: 160px;
    margin: 0 auto;
    display: block;
	}

	footer .row {
		margin: 0;
	}

	footer p {
		font-size: .75rem;
	}

	#team .colB {
		padding: 0;
	}

	#team .photo img {
		max-width: 180px;
	}

	.static {
		padding: 12rem 2rem;
	}

	.static .row {
		margin: 0;
	}

	#team .photo {
		padding-bottom: 2rem;
	}

	#team .photo a {
		display: block;
		position: relative;
	}

	#team .photo .in {
		left: 72px;
    position: absolute;
    bottom: -18px;
    max-width: 36px;
	}

	h5 {
		font-size: 1.25rem;
		padding-bottom: .5rem;
	}

	#company .greyBlock {
		padding: 3rem 2rem;
	}

	#team p.desc {
		font-size: 1rem;
	}

	.tech02, .tech03, .tech04 {
		max-width: 100%;
	}

	#tech ul {
		display: block;
		margin-left: 2rem;
	}

	#tech li {
		padding: 0 0 1rem 0;
	}

	#tech .row {
		margin: 1rem 0 0 0;
	}

	#tech .row.rowTitle {
		margin: 6rem 0 0 0;
	}

	.pros {
		display: block;
	}

	#team .colA {
		padding: 2rem .5rem;
		text-align: left;
	}

	form label {
		display: block;
	}

	.wpcf7-form-control-wrap {
		display: block;
	}

	form input[type="text"], form input[type="email"], form textarea {
		display: block;
		width: 100%;
	}

	input[type="submit"].wpcf7-submit {
		width: 100%;
	}

	.video video {
		height: 100%;
		width: 100%;
		max-width: none;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	.static .pubList {
		padding-top: 4rem;
	}

	.pipeline {
		font-size: 9px;
		padding: 2rem 0 0 0;
	}

	.pipeline .box {
		padding: 0 4px;
	}

	.heroCaption {
		position: static;
	}

	.static {
		padding: 2rem;
	}

	#tech .baseBlock {
		padding: 0;
	}

	#tech .row > div {
		padding: 0;
	}

	#tech .redBlock {
		margin-bottom: 2rem;
	}

	#tech .row > div {
		padding: 2rem 1rem;
	}

	.tabset {
		margin-top: 2rem;
	}

	.tab-panel {
		border: none;
	}

	.tabset>label {
		display: block;
		padding: 15px;
	}

	.tabset>input:checked+label {
		background: #efefef;
		border-radius: 60px;
		border: none;
	}

	.tabset>label:after {
		left: 4px;
		top: 21px;
		width: 3px;
	}

}