@charset "UTF-8";
.bg-green {
  background-color: #227a61;
}

.btn-tealblue {
  background-color: #009fad;
  border-color: #009fad;
  color: #FFF;
  padding: 8px 26px;
}

.btn-cerulean {
  background-color: #0089c8;
  border-color: #0089c8;
  color: #FFF;
  padding: 3px 30px;
  font-size: 19px;
}
.btn-cerulean:hover {
  color: #FFF;
  background-color: #035074;
}

.btn-radius {
  border-radius: 28px;
}

@font-face {
  font-family: "flaticon";
  src: url("public/fonts/flaticon.eot");
  src: url("public/fonts/flaticon.eot?#iefix") format("embedded-opentype"), url("public/fonts/flaticon.woff") format("woff"), url("public/fonts/flaticon.ttf") format("truetype"), url("public/fonts/flaticon.svg#flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.img-zoom img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.img-zoom img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*!
Theme Name: Adaptive Biotech
Theme URI: https://adaptivebiotech.com
Author: IQVIS
Author URI: https://www.iqvis.com/
Description: Pioneers in immune-driven medicine, Our goal is to meaningfully improve people’s lives by learning from the wisdom of their adaptive immune systems. It’s a bold objective that we’re uniquely built to achieve.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adaptive-biotech
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
body {
  font-family: "atten-new", sans-serif;
  overflow-x: hidden;
}

a {
  color: #00a1de;
}
a:hover {
  text-decoration: underline;
}

#myTab li:nth-child(3) {
  text-align: center;
}

.popupaoc-button {
  background: #fd7b17;
  border-radius: 25px;
  font-size: 22px;
}

.submitform-btn {
  display: inline-block;
  background: #fd7b17;
  margin-bottom: 20px;
  border-radius: 25px;
  color: #FFF;
  max-width: 250px;
  cursor: pointer;
  margin-top: 23px;
  margin-bottom: 34px;
  padding: 3px 20px;
  font-size: 22px;
  min-height: 50px;
}
.submitform-btn:hover {
  opacity: 0.7;
}

.bg-green {
  background-color: #227a61;
}

.btn-tealblue {
  background-color: #009fad;
  border-color: #009fad;
  color: #FFF;
  padding: 8px 26px;
}

.anti-p {
  font-size: 18px;
  color: #515151;
  line-height: 22px;
}

.btn-cerulean {
  background-color: #0089c8;
  border-color: #0089c8;
  color: #FFF;
  padding: 3px 30px;
  font-size: 19px;
}

.btn-cerulean:hover {
  color: #FFF;
  background-color: #035074;
}

.btn-radius {
  border-radius: 28px;
}

p {
  color: #4d4d4d;
}

.txt-bold {
  font-weight: bold;
}

h6 {
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.recent-posts .item {
  padding: 1em;
  border: 1px solid lightgray;
  border-radius: 0.5em;
  margin-bottom: 2em;
}
.recent-posts .item a {
  color: #484848;
}
.recent-posts .item h4 {
  height: 59px;
  overflow: hidden;
}

.dropdown-no-border {
  border: none;
}

@media screen and (max-width: 768px) {
  .recent-posts .item h4 {
    height: auto;
  }
}
.orb-image .wpb_content_element {
  margin-bottom: 0 !important;
}

#field-groups button {
  background-color: #0f2149;
  border: none;
  margin-right: 4px;
  display: inline-block;
  padding: 8px 14px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  color: #FFF;
}
#field-groups button:hover {
  background-color: #004587;
}

/*# sourceMappingURL=style.css.map */
.nav-container {
  position: relative;
}

.custom-logo-link {
  padding: 10px 0;
}
.custom-logo-link a img {
  max-width: 100%;
}

header {
  margin-top: 20px;
  z-index: 2;
}
header .top-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
header .top-nav ul li {
  margin-left: 20px;
  margin-top: 12px;
  position: relative;
}
header .top-nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #3a3a3a;
}
header .top-nav ul li.sign-in {
  padding-left: 16px;
}
header .top-nav ul li.sign-in::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #3a3a3a;
  position: absolute;
  left: 0;
  top: 3px;
}
header .top-nav-mobile {
  display: none;
}
header .top-nav-mobile ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color: #09223b;
  margin: 0;
  padding: 20px 1.5rem 20px 1.5rem;
}

header .top-nav-mobile ul li {
  flex: 0 0 50%;
}

header .top-nav-mobile ul li:nth-child(n + 3) {
  margin-top: 1rem;
}

header .top-nav-mobile ul li a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
}
header .navbar-primary {
  padding: 0;
}
header .navbar-primary button:focus {
  outline: none;
}
header .navbar-primary button[aria-expanded=false]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #09223b;
}
header .navbar-primary button[aria-expanded=true]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
header .navbar-primary .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #09223b;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: bold !important;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.8px;
}
header .navbar-primary .navbar-nav .nav-item .nav-link:last-child {
  padding-right: 0;
}
header .navbar-primary .navbar-nav .nav-item.dropdown .nav-link {
  padding-right: 20px;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-toggle::before {
  font-family: "flaticon";
  content: "";
  font-size: 13px !important;
  top: 8px !important;
  position: absolute;
  right: -4px;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu {
  background-color: #09223b;
  min-width: 250px;
  padding-bottom: 6px;
  padding-top: 6px;
  border-radius: 6px;
  left: unset;
  right: -20px;
  top: 36px;
  border: none;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 18px;
  top: -5px;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #09223b;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu h4 {
  font-size: 12px;
  margin: 0;
  padding: 0.25rem 1.5rem;
  border-top: 2px solid #314a5c;
  text-transform: uppercase;
  padding-top: 15px;
  margin-top: 15px;
  color: #92c4d0;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu h4:first-child {
  border-top: none;
  padding-top: 0;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu h4 a {
  color: #92c4d0;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #f7f7f8;
  font-size: 16px;
  padding: 17px 25px;
  border-bottom: 1px solid #4c6876;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  background: transparent;
  color: #92c4d0;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item.sub-navi {
  padding: 2px 24px;
  border-bottom: none !important;
}
header .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item.sub-navi:last-child {
  padding-bottom: 15px !important;
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  header .navbar-primary .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 990px) {
  body.home::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    opacity: 0.3;
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(top, black 0%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
    /* IE6-9 */
  }

  body.home header {
    position: absolute;
    top: 0;
    width: 100%;
    color: #FFF;
  }
  body.home header .custom-logo-link {
    display: none;
  }
  body.home header .top-nav ul li a, body.home header .navbar-primary .navbar-nav .nav-item .nav-link {
    color: #FFF;
  }
  body.home header .top-nav ul li.sign-in::before {
    background-color: #FFF;
  }

  body.home header.fixed-top .custom-logo-link {
    display: block;
  }
  body.home header.fixed-top #home-logo {
    display: none;
  }

  header.fixed-top {
    margin-top: 0;
    min-height: 75px;
    position: fixed !important;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 13px -12px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 4px 13px -12px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 4px 13px -12px rgba(0, 0, 0, 0.56);
    padding-top: 10px;
    animation-name: topIn;
    animation-duration: 0.5s;
  }
  header.fixed-top .top-nav {
    display: none;
  }
  header.fixed-top .navbar-primary .navbar-nav .nav-item .nav-link {
    color: #09223b !important;
  }

  .navbar-brand {
    margin-top: 4px;
  }

  header .navbar-primary .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  header {
    margin-top: 0;
  }
  header .nav-col {
    padding-right: 0;
    padding-left: 0;
  }
  header .nav-col .custom-logo-link {
    display: block;
  }
  header .nav-col #home-logo {
    display: none;
  }
  header .nav-col.toggle .custom-logo-link {
    display: none;
  }
  header .nav-col.toggle #home-logo {
    display: block;
  }
  header .nav-col.toggle .mobile-nav-container {
    background-color: #001f36;
  }
  header .nav-col.toggle .navbar-primary button[aria-expanded=true]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    color: #FFF;
  }

  .mobile-nav-container {
    min-height: 80px;
    width: 100%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    margin-top: -2px;
  }

  .nav-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FFF;
    max-width: 100%;
    background-color: #09223b;
    max-height: 90vh;
    overflow: auto;
    z-index: 9999;
  }
  .nav-container .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav-container.vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .top-nav {
    display: none;
  }

  .top-nav-mobile {
    display: block !important;
  }

  .navbar-primary .navbar-nav .nav-item {
    border-top: 1px solid #4f686f;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-primary .navbar-nav .nav-item .nav-link {
    color: #FFF !important;
    text-transform: capitalize;
    padding-left: 24px !important;
  }
  .navbar-primary .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .navbar-primary .navbar-nav .nav-item .dropdown-menu {
    display: block;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border: none !important;
  }
  .navbar-primary .navbar-nav .nav-item .dropdown-menu h4 {
    border-top: none !important;
    margin-top: 0;
  }
  .navbar-primary .navbar-nav .nav-item .dropdown-menu::before {
    display: none;
  }
  .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #bcc0c3 !important;
    font-size: 16px;
    padding: 0.3rem 1.5rem !important;
    border-bottom: none !important;
  }
  .navbar-primary .navbar-nav .nav-item .dropdown-menu .dropdown-item.sub-navi {
    border-bottom: none !important;
  }
}
@keyframes topIn {
  0% {
    opacity: 0.5;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.slider-section {
  width: 100%;
  padding-top: 0;
  /*   background-image: url("../images/main-bg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 100vh;
}

@media screen and (max-width: 990px) {
  .slider-section {
    margin-top: 0;
    padding-top: 50px;
    min-height: 100%;
  }
}
.single-banner {
  margin-top: 20px;
}
.single-banner .banner {
  background-size: cover;
  min-height: 374px;
  position: relative;
}
.single-banner .banner .page-title {
  position: absolute;
  top: 235px;
  z-index: 1;
}
.single-banner .banner .page-title h4 {
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 0;
}
.single-banner .banner .page-title h3 {
  font-size: 48px;
  color: #FFF;
}
.single-banner .banner::after {
  content: "";
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  display: block;
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .single-banner .banner .page-title {
    bottom: 15px !important;
    top: unset;
  }
  .single-banner .banner .page-title h3 {
    font-size: 18px !important;
  }
}
.page-content {
  position: relative;
}
.page-content article {
  background-color: #FFF;
  padding: 60px 0;
}
.page-content article .title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.page-content article .title::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  background-color: rgba(65, 103, 146, 0.8);
  margin: auto;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg); 
}
.page-content article .title::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #8fc2ff;
  position: absolute;
  left: 0;
  right: 20px;
  top: -30px;
  margin: auto;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}
.page-content article .title h2 {
  letter-spacing: -0.5px;
  font-size: 58px;
  color: #09223b;
  font-weight: 500;
}
.page-content article .title .date {
  color: #9a9a9a;
  font-size: 16px;
}
.page-content article .content p {
  color: #4a4a4a;
  font-size: 22px;
  line-height: 32px;
}
.page-content article .article-related {
  border-top: 1px solid #d5d5d5;
  padding-top: 32px;
  margin-top: 50px;
}
.page-content article .article-related .item {
  border: 1px solid #d5d5d5;
  padding: 35px;
  border-radius: 6px;
  min-height: 277px;
}
.page-content article .article-related .item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #134632;
  text-transform: uppercase;
  position: relative;
}
.page-content article .article-related .item a {
  display: block;
  font-size: 22px;
  color: #484848;
}
.page-content article .article-related .item a:hover {
  text-decoration: none;
  color: #09223b;
}
.page-content article .article-related .item .date {
  color: #9a9a9a;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 0;
}
.page-content article .article-related .item.next h4 {
  margin: 0;
  padding-left: 40px;
}
.page-content article .article-related .item.next h4 span {
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #134632;
  text-align: center;
}
.page-content article .article-related .item.next h4 span i {
  color: #FFF;
  margin-top: 7px;
}
.page-content article .article-related .item.next a {
  margin: 20px 0 0 40px;
}
.page-content article .article-related .item.next .date {
  margin-left: 40px;
}
.page-content article .article-related .item.previous h4 {
  margin: 0;
}
.page-content article .article-related .item.previous h4 span {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #134632;
  text-align: center;
}
.page-content article .article-related .item.previous h4 span i {
  color: #FFF;
  margin-top: 7px;
}
.page-content article .article-related .item.previous a {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .single-banner {
    margin-top: 20px;
  }
  .single-banner .banner {
    min-height: 230px;
  }
  .single-banner .banner .container .page-title h4 {
    font-size: 14px;
  }
  .single-banner .banner .container .page-title h3 {
    font-size: 32px;
  }

  .page-content article {
    padding: 70px 10px;
  }
  .page-content article .title h2 {
    font-size: 32px;
  }
  .page-content article .content p {
    font-size: 18px;
  }
  .page-content article .article-related .item {
    margin-bottom: 30px;
  }
  .page-content article .article-related .item.next h4 {
    margin: 0;
    padding-left: 0;
  }
  .page-content article .article-related .item.next h4 span {
    display: none;
  }
  .page-content article .article-related .item.next a {
    margin: 20px 0 0 0;
  }
  .page-content article .article-related .item.next .date {
    margin-left: 0;
  }
  .page-content article .article-related .item.previous h4 {
    margin: 0;
  }
  .page-content article .article-related .item.previous h4 span {
    display: none;
  }
}
.blog {
  margin-top: 50px;
}
.blog .blog-item {
  padding: 0 0 15px 0;
  border: 1px solid #efefef;
  margin-bottom: 30px;
}
.blog .blog-item .blog-thumb a img {
  max-width: 100%;
}
.blog .blog-item .blog-description {
  padding: 10px 20px;
}
.blog .blog-item .blog-description h3 a {
  font-size: 20px;
  color: #09223b;
}
.blog .blog-item .blog-description h3 a:hover {
  text-decoration: none;
}
.blog .blog-item:hover {
  -webkit-box-shadow: 2px 2px 23px -1px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 2px 2px 23px -1px rgba(0, 0, 0, 0.46);
  box-shadow: 2px 2px 23px -1px rgba(0, 0, 0, 0.46);
}

.navigation .pagination {
  justify-content: center;
}
.navigation .pagination .nav-links {
  font-size: 14px;
}
.navigation .pagination .nav-links .page-numbers {
  color: #0089c8;
  margin: 0px 8px;
}
.navigation .pagination .nav-links .page-numbers.current {
  color: #979797;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 3px 7px;
}
.navigation .pagination .nav-links .page-numbers.dots {
  color: #979797;
}

.pagination .page-item .page-link {
  border: 1px solid transparent;
  color: #0089c8;
  font-size: 14px;
  padding: 0.3rem 0.35rem;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active, .pagination .page-item .page-link.active {
  background: transparent;
  border: 1px solid #979797;
  color: #979797;
  border-radius: 6px;
}

.tabbed-layout {
  margin-top: 50px;
}
.tabbed-layout .nav-tabs .nav-item {
  min-width: 120px;
}
.tabbed-layout .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  color: #09223b;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid transparent;
}
.tabbed-layout .nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #0089c8;
}
.tabbed-layout .nav-tabs .nav-item .nav-link:hover, .tabbed-layout .nav-tabs .nav-item .nav-link:focus, .tabbed-layout .nav-tabs .nav-item .nav-link:active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #0089c8;
}
.tabbed-layout .tabbed-layout-content {
  min-height: 175px;
  margin-bottom: 30px;
}

.fixed-tabbed-layout.fixed {
  position: fixed;
  top: 30px;
  background: #FFF;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  .tabbed-layout .nav-tabs .nav-item {
    min-width: 100%;
  }
  .tabbed-layout .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    padding: 0.5rem 0.5rem;
  }
  .tabbed-layout .tabbed-layout-content {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #myTab li:nth-child(3) {
    text-align: left;
  }

  .fixed-tabbed-layout.fixed {
    position: relative;
  }

  .tabbed-layout .nav-tabs .nav-item {
    min-width: 100%;
  }
}
.publications {
  color: #FFF;
  border-radius: 10px;
  padding: 35px 50px;
}
.publications p {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 32px;
}
.publications h4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.publications .count {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.featured-pub .vc_custom_1545814850295 {
  min-height: 415px;
}

.featured-pub .wpb_wrapper {
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .vc_custom_1545588151125 {
    min-height: 167px;
  }
}
@media screen and (max-width: 1440px) {
  .vc_custom_1545588151125 {
    min-height: 207px;
  }
}
@media screen and (max-width: 768px) {
  .vc_custom_1545588151125 {
    min-height: auto;
  }
}
.featured-publication {
  border: 1px solid #d5d5d5;
  padding: 32px 50px;
  border-radius: 6px;
}
.featured-publication > h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.featured-publication > h1 {
  margin: 0;
  line-height: 35px;
}
.featured-publication > h1 a {
  color: #1a7f95;
  font-size: 30px;
}
.featured-publication p {
  color: #6a6a6a;
  font-size: 14px;
}

.publications-collapse p {
  margin: 10px 15px;
}

.list-angel-right {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-angel-right li a {
  position: relative;
  display: inline-block;
  color: #6c6c6c;
  padding-left: 16px;
  font-size: 14px;
}
.list-angel-right li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 0;
  color: #6a6a6a;
  font-size: 12px;
  top: 50%;
  margin-top: -8px;
}
.list-angel-right li a[aria-expanded=true]::before {
  content: "";
}

.list-border-right {
  margin: 27px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.list-border-right li {
  border-right: 1px solid #545454;
  padding: 0px 8px;
  color: #545454;
}
.list-border-right li:last-child {
  border-right: none;
}
.list-border-right li:first-child {
  padding-left: 0;
}
.list-border-right li a {
  color: #545454;
}

.search-publications {
  display: flex;
  justify-content: flex-end;
}

.publications-list {
  margin: 80px 0;
}
.publications-list .heading {
  font-size: 14px;
  color: #09223b;
}
.publications-list .item {
  border-top: 1px solid #d8d8d8;
  margin-top: -1px;
  border-bottom: 1px solid #d8d8d8;
  padding: 50px 0;
}
.publications-list .item:first-child {
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.publications-list .item h1 {
  margin: 0 0 20px 0;
  font-size: 26px;
  line-height: 29px;
}
.publications-list .item h1 a {
  color: #1a7f95;
  display: block;
}
.publications-list .item h1 a:hover {
  text-decoration: none;
  color: #3a3a3a;
}
.publications-list .item p {
  font-size: 14px;
  color: #545454;
}
.publications-list .item .list-border-right {
  font-size: 14px;
  font-weight: 500;
}
.publications-list .item .list-border-right li {
  color: #545454;
}
.publications-list .item .list-border-right li a {
  font-size: 14px;
  color: #545454;
}

.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tags li {
  margin-bottom: 16px;
  display: inline-block;
}
.tags li a {
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 6px 8px;
  color: #303030;
  font-size: 15px;
}

.icon-textbox {
  position: relative;
}
.icon-textbox .search-control {
  width: 328px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  padding: 10px 6px 10px 50px;
}
.icon-textbox span {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .publications {
    color: #FFF;
    border-radius: 10px;
    padding: 28px 35px;
    margin-bottom: 20px;
  }
  .publications p {
    font-size: 18px;
  }

  .featured-publication {
    padding: 15px 15px;
  }
  .featured-publication > h4 {
    font-size: 14px;
  }
  .featured-publication > h1 {
    line-height: 18px;
  }
  .featured-publication > h1 a {
    font-size: 20px;
  }
  .featured-publication p {
    display: none;
  }

  .list-border-right {
    display: block;
  }
  .list-border-right li {
    display: inline-block;
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .publications {
    margin-bottom: 20px;
  }

  .search-publications {
    margin-top: 10px;
    justify-content: center;
  }
  .search-publications .icon-textbox {
    width: 100%;
  }
  .search-publications .icon-textbox .search-control {
    width: 100%;
  }

  .publications-list {
    margin: 20px 0;
  }
  .publications-list .item {
    padding: 18px 0;
  }
  .publications-list .item h1 {
    font-size: 20px;
  }
  .publications-list .item .col-sm-4 {
    display: none;
  }
}
.rounded img {
  border-radius: 10px;
}

.press {
  color: #FFF;
  border-radius: 10px;
  padding: 35px 50px;
}
.press p {
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 32px;
}
.press h4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.press .count {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.press-list {
  margin: 80px 0;
}
.press-list .heading {
  font-size: 14px;
  color: #09223b;
}
.press-list .item {
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 0;
}
.press-list .item:first-child {
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
}
.press-list .item .date {
  color: #545454;
}
.press-list .item h1 {
  margin: 0;
  font-size: 26px;
  line-height: 29px;
}
.press-list .item h1 a {
  color: #1a7f95;
  display: block;
}
.press-list .item h1 a:hover {
  text-decoration: none;
  color: #3a3a3a;
}
.press-list .item p {
  font-size: 14px;
  color: #545454;
}
.press-list .item .adaptive-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.press-list .item .adaptive-logo > div img {
  max-width: 100%;
}
.press-list .item .list-border-right li {
  color: #545454;
}
.press-list .item .list-border-right li a {
  font-size: 14px;
  color: #545454;
}

.icon-textbox {
  position: relative;
}
.icon-textbox .search-control {
  width: 328px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  padding: 10px 6px 10px 50px;
}
.icon-textbox span {
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -11px;
}

@media screen and (max-width: 768px) {
  .press {
    color: #FFF;
    border-radius: 10px;
    padding: 28px 35px;
    margin-bottom: 20px;
  }
  .press p {
    font-size: 18px;
  }

  .press-list .item .date {
    display: none;
  }
  .press-list .item h1 a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .press-list .item .adaptive-logo > div {
    background-color: #F5F5F5;
    padding: 10px;
  }
  .press-list .item .adaptive-logo > div img {
    max-width: 100%;
  }

  .list-border-right {
    display: block;
  }
  .list-border-right li {
    display: inline-block;
    font-size: 12px;
  }
}
@media screen and (max-width: 990px) {
  .press {
    margin-bottom: 20px;
  }

  .search-press {
    margin-top: 10px;
    justify-content: center;
  }
  .search-press .icon-textbox {
    width: 100%;
  }
  .search-press .icon-textbox .search-control {
    width: 100%;
  }

  .press-list {
    margin: 20px 0;
  }
  .press-list .item {
    padding: 18px 0;
  }
  .press-list .item h1 {
    font-size: 20px;
  }
  .press-list .item .col-sm-4 {
    display: none;
  }
}
.notice-bar {
  background-color: #f3fafc;
  min-height: 103px;
  display: flex;
  align-items: center;
  position: relative;
}
.notice-bar .container p {
  font-size: 22px;
  color: #000;
}
.notice-bar .close-notice {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -15px;
}
.notice-bar .close-notice span {
  cursor: pointer;
}
.notice-bar .close-notice span i {
  color: #648894;
  font-size: 22px;
}

.wpb_raw_html.banner-sub-nav {
  margin-bottom: 0 !important;
}

.banner-links {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.banner-links li {
  padding: 8px 12px;
}
.banner-links li:first-child {
  padding-left: 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.banner-links li:last-child {
  padding-right: 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.banner-links li a {
  font-size: 16px;
  display: block;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.banner-links li a:hover {
  text-decoration: none;
}
.banner-links li a.nav-link {
  padding: 0;
}
.banner-links.orange li {
  background-color: #ffebe2;
}
.banner-links.orange li a {
  color: #000 !important;
  border-radius: 0;
}
.banner-links.orange li a:hover, .banner-links.orange li a.active {
  border-bottom-color: #F3714F;
  background-color: transparent;
}
.banner-links.blue-green li {
  background-color: #1a7f95;
}
.banner-links.blue-green li a {
  color: #FFF;
  border-radius: 0;
}
.banner-links.blue-green li a:hover, .banner-links.blue-green li a.active {
  border-bottom-color: #45A0BA;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .banner-links {
    display: block;
  }
  .banner-links li {
    padding: 8px 12px;
  }
  .banner-links li:first-child {
    padding: 8px 12px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
  .banner-links li:last-child {
    padding-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
@media screen and (min-width: 320px) {
  .banner-sub-nav-services {
    position: relative;
    top: -170px;
  }
  .banner-sub-nav-services.fixed {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 3;
    left: 0;
  }
  .banner-sub-nav-services.fixed.blue-green {
    background-color: #1a7f95;
  }
  .banner-sub-nav-services.fixed .banner-links li:first-child {
    padding-left: 16px;
  }

  .banner-sub-nav {
    position: relative;
    top: -13vh;
  }
  .banner-sub-nav.fixed {
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 3;
  }
  .banner-sub-nav.fixed.orange {
    background-color: #ffebe2;
  }
  .banner-sub-nav.fixed.blue-green {
    background-color: #1a7f95;
  }
}


/* @media screen and (max-width: 768px) {
	a#home-logo {
    display: none;
  }
  .banner-sub-nav-services {
    margin-top: -260px;
    border-radius: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner-sub-nav-services.blue-green {
    background-color: #1a7f95;
  }
  .banner-sub-nav-services.fixed {
    position: relative;
    top: unset;
  }
  .banner-sub-nav-services.fixed .banner-links li:first-child {
    padding: 8px 12px;
  }

  .banner-sub-nav {
    margin-top: 0;
    border-radius: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .banner-sub-nav.orange {
    background-color: #ffebe2;
  }
  .banner-sub-nav.fixed {
    position: relative;
    top: unset;
  }
  .banner-sub-nav.fixed .banner-links li:first-child {
    padding: 8px 12px;
  }
} */

.page-navigation {
  background-color: #ffebe2;
}
.page-navigation .wpb_content_element {
  margin-bottom: 0;
}

.nav-banner-bottom {
  background-color: #ffebe2;
}
.nav-banner-bottom.fixed {
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 99;
  background-color: #ffebe2;
}
.nav-banner-bottom .navigation {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-banner-bottom .navigation li {
  padding: 18px 14px;
}
.nav-banner-bottom .navigation li a {
  display: block;
  font-size: 16px;
  color: #2e4258;
  border-bottom: 2px solid transparent;
  padding: 0;
}
.nav-banner-bottom .navigation li a.active, .nav-banner-bottom .navigation li a:hover {
  border-bottom: 2px solid #2e4258;
  background-color: transparent;
  border-radius: 0;
  color: #2e4258 !important;
}

.nav-banner-bottom.gray,
.nav-banner-bottom.gray .navigation {
  background-color: #f0f1f3;
}

@media screen and (min-width: 768px) {
  .nav-banner-bottom.gray .banner-links {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav-banner-bottom.gray:not(.fixed) {
  height: 100%;
}

@media screen and (max-width: 990px) {
  .nav-banner-bottom .navigation {
    display: block;
  }
  .nav-banner-bottom .navigation li {
    padding: 8px 14px;
  }
}
footer {
  background-color: #09223b;
  padding-top: 70px;
}
footer .footer-logo svg path {
  fill: #FFF;
}
footer .footer-widget h4 {
  color: #FFF;
  font-size: 14px;
  margin: 0 0 28px 0;
}
footer .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .footer-widget ul li a {
  color: #a2a2a2;
  font-size: 14px;
}
footer .footer-widget ul li.sub-menu {
  margin-bottom: 0;
}
footer .copyright {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #001422;
  font-size: 13px;
  color: #3f4d57;
}

@media screen and (min-width: 768px) {
  footer .copyright  p {
    margin-bottom: 0;
  }
}

footer .copyright .row {
  align-items: center;
}
footer .copyright .copyright-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
footer .copyright .copyright-links li {
  margin-left: 5px;
}

footer .copyright .copyright-links li:first-child {
  margin-left: 0;
}

footer .copyright .copyright-links li:first-child a {
  padding-left: 0;
}
footer .copyright .copyright-links li .link-item {
  color: #3f4d57;
  display: block;
  position: relative;
  padding-right: 10px;
  padding-left: 4px;
  border-right: 1px solid #3f4d57;
  font-size: 12px;
}
footer .copyright .copyright-links li:last-child .link-item {
  border-right: none;
}
footer .copyright .footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
footer .copyright .footer-social li {
  margin-left: 18px;
}
footer .copyright .footer-social li a {
  font-size: 20px;
}
footer .menu > li.menu-item-has-children > a {
  color: #befaff !important;
  font-size: 11px;
  text-transform: uppercase;
}
footer .menu > li.menu-item-has-children > a:hover {
  text-decoration: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
  footer .widget_nav_menu {
    display: none;
  }
  footer .custom-html-widget {
    text-align: center;
  }
  footer .copyright .copyright-links {
    margin-top: 20px;
    justify-content: center;
  }
  footer .copyright .copyright-links li {
    display: none;
  }

  footer .copyright .footer-social {
    justify-content: center;
  }
}
.img-immuneorbit img {
  max-width: 75% !important;
}

.immune-section {
  padding-right: 20px;
  padding-left: 40px;
}

.services-banner-title {
  font-size: 50px;
  color: #FFF;
}

.antigenmap-title {
  font-size: 50px;
  color: #333333;
  line-height: 49px;
  text-align: center;
}

.immuneSEQ .headline {
  font-size: 50px;
  font-weight: normal;
  line-height: 0.98;
  letter-spacing: -1px;
  color: #ffffff;
}

.vc_custom_1546262531786 {
  margin-top: -215px;
}

@media screen and (min-width: 768px) {
  .our-story-text {
    padding-right: 100px;
    padding-left: 100px;
  }

  .products-sectionmargin {
    margin-left: 35px;
    margin-right: 35px;
  }

  .immuneseq-box-text,
.analyzier-heading,
.pipeline-heading {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-about > li {
    justify-content: center;
  }

  .services-banner-title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .mo-m-1 {
    order: -1;
  }

  .immune-np .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .antigenmap-title {
    font-size: 24px;
    line-height: 32px;
  }

  .antigen-outer h4, .antigen-outer p {
    text-align: center !important;
  }

  .adaptive-culture {
    padding-top: 80px;
  }

  .vc_custom_1546262531786 {
    margin-top: 0;
  }

  .cd-image {
    display: flex;
    flex-wrap: wrap;
  }
  .cd-image .vc_col-sm-3 {
    order: -1;
  }

  #biopharma-partnerships {
    display: flex;
    flex-wrap: wrap;
  }
  #biopharma-partnerships .vc_col-sm-4 {
    order: -1;
  }

  .immuneSEQ {
    margin-top: 100px;
  }
  .immuneSEQ .headline {
    font-size: 30px;
    letter-spacing: 0;
  }

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

  .orb-bg {
    margin-top: 35px;
  }
}
@media screen and (max-width: 568px) {
  .width-312 button, .width-312 a {
    width: 100% !important;
  }

  .width-402 button, .width-402 a {
    width: 100% !important;
  }

  .vidyard_iframe {
    width: 100% !important;
    height: 288px;
  }
}
@media screen and (max-width: 400px) {
  .vidyard_iframe {
    width: 100% !important;
    height: 193px;
  }
}
.press-list.mt-1 {
    font-size: 0;
}
.form-group.checkboxes-cs span.wpcf7-list-item {
    margin: 0;
    width: 33.33%;
    display: inline-block;
}
.form-group.radio-cs span.wpcf7-list-item {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}
input.wpcf7-form-control.wpcf7-submit.submitform-btn {
    outline: none;
    border: 0;
    padding: 5px 30px;
    border-radius: 9px;
    min-height: auto;
    text-transform: uppercase;
    font-weight: 600;
}
/*# sourceMappingURL=style.css.map */


@media (min-width: 1920px) {

.container-cs.Pioneers {
    margin: 0px auto !important;
    max-width: 1250px;
    display: block;
}
.container-cs.roundabout{
       margin: 0px auto !important;
       max-width: 1300px;
       left: auto !important;
}
.container-cs.Pioneers .vc_column_container, .container-cs.roundabout .vc_column_container.vc_col-sm-12{
    margin: 0 !important;
    width: 100%;
}
.container-cs.Pioneers .vc_col-lg-offset-2{
      margin: 0;
}
footer .vc_col-lg-offset-1{
      margin: 0;
      width: 100%;
}

footer .wpb_wrapper{
    max-width: 1720px;
    margin: 0px auto;
    width: 100%;
}

footer .copyright .vc_column-inner {
      max-width: 1720px;
      margin: 0px auto;
      width: 100%;
      padding-left: 0;
}
.translating_brilliance.containerbrillance .wpb_wrapper{
    max-width: 940px;
}
.conatiner-im .vc_col-lg-offset-1 {
    margin: 0;
}

.conatiner-im {
    max-width: 1750px;
    margin: 0px auto !important;
    display: block;
    width: 100% !important;
    float: none !important;
}
}

@media (max-width: 990px) {
	header , footer {
    	padding-left: 30px;
    	padding-right: 30px;
	}
	footer .copyright{
		margin: 0 -30px;
    	padding: 20px 30px;
	}
}
@media screen and (max-width: 990px){
body .nav-container.vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}





@media screen and (min-width: 769px) and (max-width: 990px) {
.footer-about > li {
        display: block;
    }
    .footer-about > li p {
        margin: 0 0px !important;
    }
    footer .copyright .copyright-links{
        display:block;
        padding-right: 100px;
    }
    /* body .footer-about > li, footer .copyright .copyright-links li:first-child{display: block;} */
    footer .copyright .copyright-links li{
        display:inline-block;
    }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
   
    .footer-about > li {
        display: block;
    }
    .footer-about > li p {
        margin: 0 0px !important;
    }
    footer .copyright .copyright-links{
        display:block;
        padding-right: 100px;
    }
    footer .copyright .copyright-links li{
        display:inline-block;
    }
    
   
    
    footer .copyright .copyright-links{
        display:block;
        padding-right: 110px;
    }

    footer .copyright .copyright-links li{
        display:inline-block;
    }
    
    footer .copyright , footer .copyright .copyright-links{
        text-align:left;
    }
    footer .copyright .footer-social{
        justify-content: flex-end;
    }
}


@media screen and (min-width: 320px) and (max-width: 767px) {
    
    body p {
        font-size: 16px !important;
    }
  
    .products-services-cs.wisdom-cs ,
    body.page-id-4954 .products-services-cs .vc_col-md-offset-1{
        padding: 0 15px 0 15px !important;
        padding-top: 70px !important;
    }
    
   
    .footer-about > li {
        display: block;
    }
    .footer-about > li p {
        margin: 0 0px !important;
    }
    footer .copyright .copyright-links{
        display:block;
        padding-right: 100px;
    }

    footer .copyright .copyright-links li{
        display:inline-block;
    }
    
   
    
    footer .copyright .copyright-links{
        display:block;
        padding-right: 0px;
    }

    footer .copyright .copyright-links li{
        display: none;
    }
    
    footer .copyright , footer .copyright .copyright-links{
        text-align: center;
    }
    footer .copyright .footer-social{
        justify-content: center;
    }

    .vc_row{
        padding-left: 0;
        padding-right: 0;
    }
    footer .row{
        display:block;
        flex-wrap: unset;
    }
    footer .col-sm-4 , footer  .col-sm-3 ,footer .col-sm-8 ,  footer .col-sm-1 , footer .col-sm-11 {
        width:100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .footer-widget h4{
        border-top: 1px solid #0f375f;
        margin-bottom:10px;
        padding-top: 15px;
        margin-top: 25px;
    }
    footer .footer-widget ul li{
        margin-bottom:0;
        line-height: 21px;
    }
   footer{
      padding-top:30px;
      padding-bottom: 0px;
    }
   footer .copyright{
		    margin: 20px -30px 0;
	}
}


/* ACF Author Image and Author Name */

.post-author {
  position: relative;
  margin-top: -87px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-author .author-image {
  width: 175px;
  height: 175px;
  margin: 0 0 20px 0;
}

.post-author .author-image img {
  width: 100%;
  height: auto;
}

.post-author .author-name span {
  font-size: 30px;
  color: #014163;
}