@import 'bootstrap-reboot.min.css';
@import 'bootstrap-grid.min.css';
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), url('../fonts/roboto-regular-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto'), url('../fonts/roboto-italic-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto'), url('../fonts/roboto-bold-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto'), url('../fonts/roboto-bolditalic-webfont.woff2') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  src: local('Sarabun'), url('../fonts/Sarabun-Regular.woff') format('woff2');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  src: local('Sarabun'), url('../fonts/Sarabun-Medium.woff') format('woff2');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 300;
  src: local('Museo'), url('../fonts/Museo-300.woff') format('woff2');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 500;
  src: local('Museo'), url('../fonts/Museo500-Regular.woff') format('woff2');
}
@font-face {
  font-family: 'Museo';
  font-style: normal;
  font-weight: 700;
  src: local('Museo'), url('../fonts/Museo-700.woff') format('woff2');
}
::placeholder {
  color: #666;
}
::selection {
  background-color: #00ada8;
  color: #fff;
}
input,
textarea {
  outline: none;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: #00ada8;
}
body {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  color: #76777b;
}
body {
  padding-top: 158px;
}
body.fixed {
  overflow: hidden;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ol {
  padding-left: 11px;
}
sup {
  font-size: 60%;
  vertical-align: super;
}
a {
  transition: color 0.3s ease-in-out;
  color: #2699fb;
}
.museo {
  font-family: 'Museo';
  font-weight: 700;
}
.main {
  display: flex;
  flex-wrap: wrap;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5555;
  transition: ease all 0.5s;
}
header.hideonscroll {
  transform: translateY(-100%);
}
.hamburger span {
  display: block;
  margin-left: auto;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #232323;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.hamburger span:nth-child(3) {
  margin-bottom: 0;
}
.hamburger.opened span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, 5px);
  background: #232323;
}
.hamburger.opened span:nth-child(2) {
  transform: rotate(-45deg) translate(-13px, -1px);
  background: #232323;
}
.hamburger.opened span:nth-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.container {
  max-width: 930px;
}
.content-section {
  width: 100%;
}
.sidebar-section {
  width: 360px;
  position: fixed;
  top: 0;
  right: 0;
  padding: 108px 20px 20px;
  height: 100vh;
  overflow-y: scroll;
  border-left: 1px solid #2699fb;
}
.sidebar-section::-webkit-scrollbar {
  display: none;
}
.sidebar-section ul {
  margin-left: 20px;
  margin-bottom: 24px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar-section {
    transform: translateX(16px);
  }
}
@-moz-document url-prefix() {
  .sidebar-section {
    transform: translateX(16px);
  }
}
@supports (-ms-ime-align:auto) {
  .sidebar-section {
    transform: translateX(16px);
  }
}
.sidebar-title,
.sidebar-subtitle {
  font-family: 'Museo';
  font-weight: 500;
  color: #00ada8;
}
.sidebar-title.blue {
  color: #009cdc;
}
.sidebar-title.blue.info-bottom {
  font-size: 30px;
  padding-top: 100px;
}
.sidebar-subtitle {
  font-size: 18px;
}
p {
  color: #76777b;
  margin-bottom: 1.5rem;
}
p b {
  font-family: 'Museo';
  font-weight: 700;
}
p.no-margin {
  margin-bottom: 5px;
}
.btn {
  display: inline-block;
  border: 1px solid;
  padding: 12px 53px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
  color: #fff;
  background-color: #006bb6;
  border-color: #006bb6;
}
.btn.btn-primary:hover {
  background-color: rgba(0, 107, 182, 0.12);
  color: #006bb6;
}
.btn:hover {
  text-decoration: none;
}
.header {
  padding: 21px 0;
}
.header_links a,
.header_desc a {
  display: block;
  color: #2699fb;
}
.header_links a.grey-link,
.header_desc a.grey-link {
  color: #76777b;
  font-weight: 500;
}
.header_cta {
  text-align: right;
}
.grey-block-mobile {
  display: none;
}
.jumptron {
  background: url(../images/honeycomb_header_v1.png) no-repeat bottom left, url(../images/BN23-005_VAX-hero.jpg) no-repeat 100% 72%;
  background-color: #00ada8;
  min-height: 545px;
  position: relative;
}
@media (min-width: 1921px) {
  .jumptron {
    background: url(../images/honeycomb_header_v1.png) no-repeat bottom left, url(../images/BN23-005_VAX-hero.jpg) no-repeat 100% 72% / cover;
  }
}
.jumptron h1 {
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: 'Museo';
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  max-width: 400px;
  padding-top: 64px;
}
nav {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #009cdc;
  padding: 5px 0;
}
nav ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul > li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
nav ul > li > a.active {
  color: #222222;
}
nav ul > li > a.active:after {
  content: '';
  display: block;
  position: absolute;
  background: url('../images/menu-shape.png') center bottom no-repeat;
  background-size: cover;
  width: 50px;
  height: 20px;
  z-index: 3;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
nav ul > li > a:hover {
  color: #222222;
  text-decoration: none;
}
section {
  padding: 80px 0;
}
section h2 {
  color: #009cdc;
  font-family: Museo;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
section h4 {
  color: #00ada8;
  font-family: Museo;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}
section .module-img {
  margin-bottom: 15px;
}
.subsection {
  margin-bottom: 75px;
}
.item .item-title {
  font-family: 'Museo';
  font-weight: 700;
  margin: 10px 0;
}
.item img {
  display: block;
  margin: 0 auto;
  max-height: 175px;
}
.item .item-descr {
  min-height: 72px;
  margin-bottom: 10px;
}
.item a {
  display: block;
  text-align: center;
}
.info-block {
  padding: 30px 0;
}
.info-block .training-link {
  display: block;
  position: relative;
}
.info-block .training-link.bordered {
  border: 1px solid #009cdc;
}
.info-block .training-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: ease all 0.3s;
  box-sizing: border-box;
  width: 50px;
  height: 74px;
  border-style: solid;
  border-width: 37px 0px 37px 50px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}
.info-block .training-link:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.guides-grid {
  margin-bottom: 0;
}
.guides-grid a {
  display: block;
  position: relative;
}
.guides-grid a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: ease all 0.3s;
  box-sizing: border-box;
  width: 50px;
  height: 74px;
  border-style: solid;
  border-width: 37px 0px 37px 50px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}
.guides-grid a p {
  color: #76777b;
}
.guides-grid a:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.info-bottom-sec .ref {
  font-size: 12px;
  margin-top: 30px;
}
.info-bottom-sec .ref p {
  margin-bottom: 0;
}
.info-bottom-sec.home {
  padding-bottom: 30px;
}
.info-bottom-sec.home .sidebar-title.blue {
  padding-top: 50px;
}
.info-bottom-sec.home strong {
  text-decoration: underline;
}
.info-bottom-sec:not(.home) {
  background: url(../images/single_teal.png) top left no-repeat;
  background-size: 100% auto;
}
.info-bottom-sec .info-more-link {
  display: none;
}
footer .top-part {
  background-color: #009cdc;
  padding: 30px 0;
}
footer .top-part .f-info {
  margin-bottom: 0.7rem;
}
footer .top-part .f-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
footer .top-part .f-menu li {
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin: 0 8px 0.5rem 0;
  line-height: 1;
}
footer .top-part .f-menu li a {
  font-size: 14px;
  color: #fff;
}
footer .top-part .f-menu li:last-child {
  border-right: none;
}
footer .top-part p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0.7rem;
  line-height: 16px;
}
footer .top-part p:last-child {
  margin-bottom: 0;
}
footer .top-part .f-logo {
  text-align: center;
}
footer .bottom-part {
  background-color: #006bb6;
  text-align: center;
  padding: 35px;
}
footer .bottom-part b {
  color: #fff;
}
#efficacy-profile {
  background: url(../images/efficacy-top.png) top left no-repeat, url(../images/efficacy-bottom.png) bottom left no-repeat;
  background-size: 100% auto;
  padding: 140px 0;
}
.cohort-holder {
  margin: 0px;
  margin-bottom: 30px;
}
.cohort-holder .cohort-item {
  text-align: center;
  background-color: #F8F8F8;
  padding: 15px 18px;
}
.cohort-holder .cohort-item .cohort-head {
  color: #76777b;
  padding: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.cohort-holder .cohort-item .cohort-subhead {
  color: #fff;
  font-weight: 600;
  padding: 20px 30px;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.cohort-holder .cohort-item .cohort-content {
  padding: 20px 25px;
}
.cohort-holder .cohort-item .cohort-content .cohort-blue {
  font-family: 'Museo';
  font-weight: 500;
  color: #009cdc;
  font-size: 20px;
  margin-bottom: 15px;
}
.cohort-holder .cohort-item .cohort-content .cohort-text {
  text-align: center;
  margin: 1rem 0 0;
}
.cohort-holder .cohort-item .cohort-content img {
  max-width: 250px;
}
.cohort-holder .cohort-item.cohort-1 {
  border-right: solid 1px #76777B;
  padding-right: 20px;
}
.cohort-holder .cohort-item.cohort-1 .cohort-subhead {
  padding: 20px;
}
.cohort-holder .cohort-item.cohort-1 .cohort-subhead,
.cohort-holder .cohort-item.cohort-4 .cohort-subhead,
.cohort-holder .cohort-item.cohort-5 .cohort-subhead {
  background: #009cdc;
}
.cohort-holder .cohort-item.cohort-2 {
  padding-left: 20px;
}
.cohort-holder .cohort-item.cohort-2 .cohort-subhead {
  background: #006bb6;
  padding: 20px;
}
.cohort-holder .cohort-item.cohort-2 .cohort-blue {
  color: #006bb6;
}
.cohort-holder .cohort-item.cohort-3 .cohort-subhead {
  background: #00ada8;
}
.cohort-holder .cohort-item.cohort-3 .cohort-blue {
  color: #00ada8;
}
.cohort-holder .cohort-item.cohort-4 .cohort-blue,
.cohort-holder .cohort-item.cohort-5 .cohort-blue {
  margin-bottom: 0px;
}
.cohort-row {
  padding: 20px;
  background-color: #F8F8F8;
}
.cohort-row .cohort-item {
  background-color: transparent;
  padding: 0px;
}
.duration-list {
  list-style: none;
  margin: 0 0 20px;
  font-size: 12px;
}
.duration-list li {
  position: relative;
  padding-left: 5px;
}
.antibody-list {
  padding-left: 18px;
  margin-bottom: 20px;
}
.antibody-list li {
  line-height: 1.3;
}
#safety {
  padding-top: 30px;
  padding-bottom: 65px;
}
#safety h2 {
  margin-bottom: 15px;
}
#safety .table-header {
  background: #009cdc;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px 100px;
  font-size: 18px;
}
#safety .blue {
  color: #006bb6;
  margin: 1rem 0;
  text-align: center;
  font-weight: 700;
}
#safety .table {
  text-align: center;
  width: 540px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#safety .table .table-head {
  font-size: 16px;
  color: #009cdc;
  font-weight: 700;
  line-height: 1.3;
}
#safety .table .table-head.black {
  color: #76777b;
}
#safety .table .tr {
  width: 100%;
  border-bottom: 2px dotted #009cdc;
  margin: 0;
}
#safety .table .tr .table-column:first-child {
  text-align: left;
  color: black;
  font-weight: 500;
}
#safety .table .tr .table-column:nth-child(2) {
  background-color: #F2FAFD;
}
#safety .table .tr .td {
  padding: 5px 0;
}
#safety .table .tr.head {
  border-bottom: 2px solid black;
  align-items: end;
}
#safety .table .tr.head .table-column:first-child {
  text-align: left;
  font-weight: 500;
}
#safety .table .tr.head .table-column:first-child .table-head {
  color: black;
}
#safety .table .tr.head .table-column:nth-child(2) {
  background-color: transparent;
}
#safety .table .tr:last-child {
  border-bottom: none;
}
#safety .table-2 {
  width: 100%;
}
#safety .table-2 .head-top {
  border-bottom: 0px;
}
#safety .table-2 .head-top .table-column:not(:first-child) {
  max-width: 28.56%;
}
#safety .table-2 .head-top .table-column:not(:first-child):nth-child(2n) {
  background-color: transparent;
}
#safety .table-2 .head .table-head {
  font-size: 14px;
}
#safety .table-2 .head .table-column:nth-child(2n) {
  background-color: transparent;
}
#safety .table-2 .table-column {
  max-width: 13.9%;
  padding: 0px 9px;
}
#safety .table-2 .table-column:first-child {
  font-size: 14px;
  max-width: 14.5%;
}
#safety .table-2 .table-column:nth-child(2n) {
  background-color: #F2FAFD;
}
#safety .table-2-mob {
  display: none;
}
#safety .duration-list:first-child {
  margin: 0 0 50px;
}
#dosing {
  background: url(../images/dosing-desk-bg-top.png) top left no-repeat /*,
	url(../images/dosing-desk-bg-bottom.jpg) bottom right no-repeat*/;
  background-size: 100% auto;
  padding: 215px 0 50px 0;
}
#dosing .dosing-holder {
  padding-top: 30px;
}
#dosing .dosing-holder .dosing-item {
  text-align: center;
}
#dosing .dosing-holder .dosing-item .shape {
  width: 130px;
  height: 115px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#dosing .dosing-holder .dosing-item .shape h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
#dosing .dosing-holder .dosing-item .shape.one {
  background: url('../images/hexagon-1.png') center center no-repeat;
  background-size: cover;
}
#dosing .dosing-holder .dosing-item .shape.two {
  background: url('../images/hexagon-2.png') center center no-repeat;
  background-size: cover;
}
#dosing .dosing-holder .dosing-item .shape.three {
  background: url('../images/hexagon-3.png') center center no-repeat;
  background-size: cover;
}
#dosing .dosing-holder .dosing-item .shape.four {
  background: url('../images/hexagon-4.png') center center no-repeat;
  background-size: cover;
}
#dosing .dosing-holder .dosing-item p {
  margin-top: 30px;
}
#why-vaxchora .duration-list {
  margin-top: 20px;
}
#why-vaxchora .duration-list li:first-child {
  padding-bottom: 15px;
  padding-left: 0px;
}
#reconstitution {
  padding: 150px 0 60px;
}
#reconstitution .btns {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#reconstitution .mobile-img {
  display: none;
}
.reference-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.reference-block .img {
  margin-right: 20px;
}
.reference-block p {
  margin: 0;
  color: #009cdc;
  font-size: 14px;
}
.reference-block a {
  color: #006CBF;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease-in-out 0s;
}
.reference-block a:hover {
  text-decoration: none;
}
.reference-block a:first-child {
  text-decoration: none;
}
.reference-block a:first-child:hover {
  text-decoration: underline;
}
#storage {
  background: url(../images/supplied-top.jpg) top left no-repeat, url(../images/supplied-bottom.jpg) bottom left no-repeat;
  background-size: 100% auto;
  padding: 95px 0 150px;
}
#storage .storage-table {
  width: 725px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 50px;
}
#storage .storage-table .head {
  background: #009cdc;
  color: #fff;
  font-weight: 700;
}
#storage .storage-table .head .col-4 {
  padding: 10px 0;
}
#storage .storage-table .line {
  font-family: 'Museo';
}
#storage .storage-table .line p {
  padding: 25px 0;
  margin: 0;
}
#storage .storage-table .brdr-bottom,
#storage .storage-table .col-4:not(:last-child) {
  display: flex;
  align-items: center;
  justify-content: center;
}
#storage .storage-table .col-centr {
  border-left: solid 1px #BEBFC1;
  border-right: solid 1px #BEBFC1;
}
#storage .storage-table .brdr-bottom {
  border-bottom: dashed 1px #009cdc;
}
#storage .storage-list {
  padding-left: 18px;
}
#storage .storage-list li {
  line-height: 1.3;
  margin-bottom: 7px;
}
#storage .resources-block {
  margin-top: 30px;
}
#storage .resources-block a {
  width: 340px;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 66666;
  display: none;
}
.hcp-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 77777;
  width: 640px;
  padding: 30px 0;
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 5px;
  display: none;
}
.hcp-modal h4 {
  color: #009cdc;
  font-size: 20px;
  font-family: 'Museo';
  font-weight: 500;
  margin-bottom: 30px;
}
.hcp-modal .btn.btn-primary {
  width: 280px;
}
.full-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/supplied-bottom.jpg) no-repeat bottom right / cover;
  z-index: 5556;
}
.full-modal h2 {
  color: #000000;
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 60px;
}
.full-modal img {
  max-width: 321px;
  margin-bottom: 60px;
}
.full-modal .close_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background-color: #e4e4e4;
  border-radius: 44px;
  position: absolute;
  top: 20px;
  right: 27px;
  color: #7c7d80;
  font-size: 22px;
  cursor: pointer;
}
.full-modal .close_btn:hover {
  opacity: 0.8;
}
.hamburger {
  display: none;
}
.mobile-links {
  display: none;
}
.sidebar-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .sidebar-title {
    line-height: 1;
  }
}
.fixed-sec-bottom {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 555;
  max-width: 100%;
}
.fixed-sec-bottom .isi {
  background-color: #fff;
  overflow: auto;
  padding: 10px;
  box-shadow: 0 -4px 0px #009cdc;
  border-top: 4px solid #fff;
  max-height: 30vh !important;
}
@media (max-width: 767px) {
  .fixed-sec-bottom .isi.large {
    max-height: 62vh !important;
  }
}
.fixed-sec-bottom .isi::-webkit-scrollbar {
  width: 4px;
}
.fixed-sec-bottom .isi::-webkit-scrollbar-track {
  background: #fff;
}
.fixed-sec-bottom .isi::-webkit-scrollbar-thumb {
  background: #009cdc;
}
.fixed-sec-bottom .isi ul {
  margin-left: 20px;
}
.fixed-sec-bottom .isi p {
  margin-bottom: 10px;
}
.fixed-sec-bottom .isi .sidebar-title.blue.info-bottom {
  padding-top: 0;
}
.fixed-sec-bottom .isi .no-margin {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
}
@media (max-width: 400px) and (max-width: 840px) {
}
@media (max-width: 1279px) {
  .content-section,
  header {
    width: 100%;
  }
  .sidebar-section {
    display: none;
  }
  .jumptron {
    min-height: 430px;
  }
  #dosing {
    padding: 150px 0;
  }
  #reconstitution {
    padding: 50px 0;
  }
  #storage {
    padding: 100px 0;
  }
  .info-bottom-sec {
    padding-top: 25px;
  }
  .info-bottom-sec .sidebar-title.blue {
    padding-top: 0;
  }
  .info-bottom-sec .info-more-link {
    display: block;
    margin-bottom: 5px;
  }
  .info-bottom-sec:not(.home) {
    background: #fff;
  }
  .info-bottom-sec.home .sidebar-title.blue {
    padding-top: 0;
  }
  .item {
    margin-bottom: 50px;
  }
  .item img {
    max-width: 100%;
    height: auto;
    max-height: unset;
  }
  .item .item-descr {
    min-height: unset;
  }
  .item:nth-child(2) img,
  .item:nth-child(3) img {
    max-width: 50%;
  }
}
@media (max-width: 939px) {
  body {
    padding-top: 91px;
    font-size: 14px;
  }
  .col-xs-4 {
    flex: 0 0 33.33%;
  }
  .container {
    max-width: 100%;
  }
  .header_desc,
  .header_links {
    display: none;
  }
  header {
    box-shadow: 1px 5px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .header {
    padding: 14px 0;
  }
  .grey-block-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #76777b;
    padding: 5px 0;
  }
  .grey-block-mobile a {
    font-size: 12px;
    color: #fff;
  }
  .grey-block-mobile a:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
  }
  nav {
    display: none;
    position: fixed;
    top: 91px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 156, 220, 0.8);
    z-index: 9999;
  }
  nav ul {
    display: block;
  }
  nav ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
    padding: 20px 0;
  }
  nav ul li a br {
    display: none;
  }
  nav .mobile-links {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .mobile-links a {
    color: #fff;
    line-height: 1;
  }
  nav .mobile-links a:first-child {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
  }
  .btn {
    padding: 10px 15px;
  }
  .block-btn {
    display: block;
    width: 240px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }
  .header_cta .btn {
    padding: 5px 15px;
  }
  .jumptron h1 {
    font-size: 32px;
    margin-left: 0;
    padding-top: 100px;
    line-height: 1.1;
    font-weight: 500;
  }
  #safety .table {
    width: 100%;
  }
  #safety .table-header {
    padding: 10px;
  }
  #storage .storage-table {
    width: 100%;
  }
  #storage .resources-block a {
    width: 100%;
  }
  #dosing {
    background: url(../images/dosing-mob-bg-top.png) top left no-repeat, url(../images/dosing-mob-bg-bottom.png) bottom left no-repeat;
    background-size: 100% auto;
    padding: 50px 0;
  }
  #reconstitution .btns {
    margin-top: 10px;
  }
  #reconstitution .btns a {
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }
  #reconstitution .desktop-img {
    display: none;
  }
  #reconstitution .mobile-img {
    display: block;
    margin: 0 auto;
  }
  .sidebar-title.blue.info-bottom,
  h2 {
    font-size: 20px;
  }
  section {
    padding: 30px 0;
  }
  section h2 {
    margin-bottom: 5px;
  }
  #efficacy-profile,
  #safety,
  #storage {
    padding: 60px 0;
  }
  .hamburger {
    display: block;
  }
  .subsection {
    margin-bottom: 0;
  }
  .item {
    margin-bottom: 50px;
  }
  .item .item-descr {
    min-height: unset;
  }
  .info-block {
    padding: 0;
  }
  footer .top-part .f-menu {
    justify-content: center;
    margin-bottom: 10px;
  }
  footer .top-part .f-menu li {
    margin-bottom: 10px;
  }
  footer .top-part .f-menu li a {
    line-height: 1;
  }
  footer .top-part p {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .top-part p:last-child {
    margin-bottom: 20px;
  }
  footer .bottom-part {
    padding: 15px 15px 35px;
  }
  footer .bottom-part b {
    font-size: 16px;
  }
  .hcp-modal {
    width: 300px;
    padding: 10px 0;
  }
  .hcp-modal .hcp-set {
    margin-bottom: 10px;
  }
  .hcp-modal h4 {
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .table-2 {
    display: none !important;
  }
  .table-2-mob {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 20px;
  }
  .jumptron {
    background: url(../images/honeycomb_header_v1.png) no-repeat bottom left, url(../images/BN23-005_VAX-hero.jpg) no-repeat left / cover;
  }
  .jumptron h1 {
    padding-top: 50px;
    max-width: 300px;
  }
  br {
    display: none;
  }
  .antibody-list li br {
    display: inline;
  }
  .item img {
    max-height: unset;
    width: 100%;
  }
  .item:nth-child(2) img,
  .item:nth-child(3) img {
    max-width: 50%;
  }
  .cohort-holder .cohort-item {
    margin-top: 50px;
  }
  .cohort-holder .cohort-item.cohort-1 {
    padding-right: 0px;
    border: none;
  }
  .cohort-holder .cohort-item.cohort-1 {
    padding-left: 0px;
  }
  .cohort-holder .cohort-item .cohort-subhead {
    padding: 10px;
  }
  .cohort-holder .cohort-item:first-child {
    margin-top: 0;
  }
  #reconstitution .btns a:not(:first-child) {
    margin-top: 15px;
  }
  .reference-block {
    justify-content: space-between;
  }
  .reference-block .img {
    flex: 0 0 20%;
    margin: 0;
  }
  .reference-block p {
    flex: 0 0 75%;
  }
  .reference-block p br {
    display: none;
  }
}
/*cookies*/
.e-cookies-banner * {
  box-sizing: border-box;
}
.e-cookies-banner .btn.btn-primary:hover {
  color: #fff;
}
.e-cookies-banner .pull-right {
  float: right!important;
}
.e-cookies-banner .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.e-cookies-banner .btn {
  font-size: 18px;
  padding: 5px 30px;
}
.e-cookies-banner .row:before {
  display: table;
  content: " ";
}
.e-cookies-banner .row:after {
  clear: both;
  display: table;
  content: " ";
}
.e-cookies-banner .align-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.e-cookies-banner .align-center.end {
  justify-content: flex-end;
}
.e-cookies-banner .align-center p {
  margin-bottom: 0;
}
.e-cookies-banner-wrp .e-btn {
  background-color: #ffffff;
  color: #00c1d5 !important;
  border-color: #00c1d5;
  border-width: 2px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 24px;
  border-style: solid;
}
.e-cookies-banner-wrp .e-m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.e-cookies-banner-wrp .e-btn.e-btn-150 {
  width: 150px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-250 {
  width: 250px;
  font-size: 20px;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse,
.e-btn.cancelBtn {
  color: #ffffff !important;
  background-color: #00c1d5;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn:hover,
.e-btn:focus {
  color: #ffffff !important;
  background-color: #00c1d5 !important;
  border-color: #00c1d5 !important;
  text-decoration: none;
}
.e-cookies-banner-wrp .e-btn.e-btn-inverse:hover,
.e-btn.cancelBtn:hover {
  background-color: #ffffff !important;
  color: #00c1d5 !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-white-hover:hover {
  border-color: #ffffff !important;
}
.e-cookies-banner-wrp .e-btn.e-btn-transparent {
  background-color: transparent !important;
}
.e-cookies-banner {
  color: #ffffff;
}
.e-cookies-banner h2 {
  font-family: "Museo";
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 10px;
}
.e-cookies-banner-wrp p {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px;
  color: #ffffff;
}
.e-cookies-banner .hover-white {
  color: #0097a9;
}
.e-cookies-banner .hover-white:hover,
.hover-white:active,
.hover-white:focus {
  color: #ffffff;
  text-decoration: underline;
}
.e-cookies-banner {
  z-index: 5565;
  background: rgba(0, 156, 220, 0.8);
  color: #ffffff;
  width: 100%;
  transition: 0.5s;
  max-height: calc(100vh - 114px - 100px);
}
.e-cookies-banner.e-cookies-colapsed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}
.e-cookies-banner .e-privacy-settings {
  position: absolute;
  font-size: 16px;
  padding: 5px 10px;
  top: -30px;
  transform: translateX(-50%);
  left: 50%;
  background: #919191;
  color: #ffffff;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: normal;
}
.e-cookies-banner .e-cookies-container {
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 30px 15px;
}
.e-cookies-banner .e-cookies-container h2 {
  font-size: 17px;
  margin-top: 0;
}
.e-cookies-banner .e-consent-banner {
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
.e-cookies-banner .e-consent-banner th,
.e-cookies-banner .e-consent-banner td {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid;
  padding: 10px;
}
.e-cookies-banner .e-consent-banner thead th:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody td:last-of-type {
  border-right: none;
}
.e-cookies-banner .e-consent-banner tbody tr:last-of-type td,
.e-cookies-banner .e-consent-banner tbody tr:last-of-type th {
  border-bottom: none;
}
.e-cookies-banner .e-consent-banner label {
  white-space: nowrap;
}
.e-cookies-banner .e-privacy-info {
  max-height: 70vh;
  overflow-y: scroll;
  padding-right: 20px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar {
  width: 3px;
}
.e-cookies-banner .e-privacy-info.e-privacy-info::-webkit-scrollbar-thumb {
  background: #ffffff;
}
.e-cookies-banner .e-cookies-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
.e-noscroll {
  overflow: hidden;
  height: 100vh;
}
.e-white-color {
  color: #ffffff !important;
}
.e-underline-link {
  text-decoration: underline;
}
.e-underline-link:hover {
  text-decoration: none;
}
.e-cookies-banner table {
  margin: 0;
  border-spacing: 0;
}
.e-cookies-banner [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[type="radio"] + .e-label-box {
  font-weight: normal;
  position: relative;
  font-size: 16px;
}
.e-cookies-banner [type="radio"] + .e-label-box:before {
  border-width: 2px;
}
[type="radio"]:checked + .e-label-box:before {
  background: #006bb6;
}
[type="radio"] + .e-label-box:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: -0.25em;
  border-radius: 10px;
  border: 1px solid #006bb6;
  margin-right: 0.5em;
  transition: 0.5s ease all;
}
[type="radio"]:checked + .e-label-box:after {
  background: #ffffff;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 50px;
}
.e-cookies-banner a {
  outline: none;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  transform: none !important;
}
.e-cookies-banner-wrp .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.e-cookies-banner-wrp .modal p {
  color: #000000;
}
.e-cookies-banner-wrp .modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.e-cookies-banner-wrp .modal.fade.in {
  opacity: 1;
  display: block;
}
.e-cookies-banner-wrp .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.e-cookies-banner-wrp .modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content_new {
  max-width: 490px;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  position: relative;
  background-color: #fff;
}
.e-cookies-banner-wrp .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border: 0;
}
.e-cookies-banner-wrp .modal-body {
  color: #333;
  text-align: center;
  position: relative;
  padding: 0 15px 30px 15px;
}
.e-btn-close {
  width: 30px;
  height: 30px;
  border: 2px solid #00c1d5;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
}
.e-btn-close:hover {
  background-color: #00c1d5;
  border-color: #ffffff;
}
.e-btn-close span {
  height: 2px;
  width: 65%;
  display: block;
  background-color: #00c1d5;
  position: absolute;
  left: 50%;
  top: 50%;
}
.e-btn-close:hover span {
  background-color: #ffffff;
}
.e-btn-close span:first-of-type {
  transform: translate(-50%, -50%) rotate(135deg);
}
.e-btn-close span:last-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.spinnerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.top_mar10 {
  margin-top: 10px;
}
.e-cookies-banner-wrp .container {
  max-width: 930px;
}
.pull-right.e-cookies-btn-wrp {
  padding-right: 15px;
}
.sidebar-link {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .e-cookies-banner {
    text-align: center;
  }
  .e-cookies-banner .e-cookies-btn-wrp {
    display: block;
    margin: auto;
    float: none !important;
  }
  .e-cookies-banner .e-consent-banner thead th:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:nth-last-child(2) {
    border-right: none;
  }
  .e-cookies-banner .e-consent-banner thead th:last-of-type {
    display: none;
  }
  .e-cookies-banner .e-consent-banner tbody td:last-of-type {
    display: none;
  }
  .e-cookies-banner .btn {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 5px;
  }
  .e-cookies-banner .btn:first-child {
    margin-right: 5px;
  }
  .e-cookies-banner-wrp p {
    font-size: 14px;
  }
  .pull-right.e-cookies-btn-wrp {
    padding-right: 0;
  }
  .e-cookies-banner .align-center {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .e-cookies-banner-wrp .e-btn {
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .e-cookies-banner-wrp .container {
    margin: 0;
    padding-left: calc((100% - 930px) / 2 + 15px);
    padding-right: 0;
    max-width: 100%;
  }
  .e-cookies-container {
    max-width: calc(100% - 360px);
  }
}
@media (min-width: 768px) {
  .top-part .container {
    padding-right: 30px;
  }
}
/*cookies*/
.info-bottom-sec ul {
  margin: 0 0 20px 21px;
}
.m-bt-14 {
  margin-bottom: 14px;
}
.references-ul {
  font-size: 0.75em;
  list-style-type: decimal;
  margin-left: 13px !important;
}
.heading-blue {
  color: #2699fb;
}
.link-block {
  margin-bottom: 25px;
}
.link-block a {
  color: #76777b;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease-in-out 0s;
}
.link-block a:hover {
  text-decoration: none;
}
.link-block span {
  margin: 0px 10px;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.external-resources {
  padding: 20px 0;
  border-bottom: 1px solid #BABBBD;
}
.external-resources.last-r {
  border-bottom: 0px;
}
.external-resources .res-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .external-resources .res-item img {
    max-height: 35px;
    margin-bottom: 10px;
  }
}
.external-resources .res-item-2 {
  padding-left: 30px;
}
.external-resources .res-item-2 a {
  color: #009cdc;
  font-weight: 600;
}
.external-resources .res-item-2 p {
  margin-bottom: 0.25rem;
}
.external-resources .res-item-2 .a-more-sign {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  display: inline-flex;
  line-height: 14px;
  color: #fff;
  padding-bottom: 3px;
  padding-left: 2px;
  width: 23px;
  height: 23px;
  background: #009cdc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  flex-direction: column;
}
.external-resources.vivotif-res .res-item-2 {
  display: flex;
  align-items: center;
}
.external-resources.vivotif-res .res-item-2 a {
  color: #42B02B;
}
.external-resources.vivotif-res .res-item-2 .a-more-sign {
  background: #42B02B;
}
#safety .table-2 .head-top .table-column:not(:first-child) {
  max-width: 27.8%;
}
#safety .table-2 .row.head-top .table-column:first-child {
  max-width: 14.5%;
}
#safety .table-2 .row.head-top .table-column:nth-child(2),
#safety .table-2 .row.head-top .table-column:nth-child(3) {
  border-right: 2px solid #d3d4d5;
}
#safety .table-2 .row:not(.head-top) .table-column:nth-child(3),
#safety .table-2 .row:not(.head-top) .table-column:nth-child(5) {
  border-right: 2px solid #d3d4d5;
}
.external-resources .resource-text-logo {
  font-family: "Roboto";
  font-size: 36px;
  color: #009cdc;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cookie_close_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: -38px;
  right: 5px;
  color: #7c7d80;
  font-size: 18px;
  cursor: pointer;
}
.cookie_close_btn:hover {
  opacity: 0.8;
}
