@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');
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: #00ada8;
  color: #fff;
}
::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.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;-webkit-transition-duration:inherit;transition-duration:inherit;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:cubic-bezier(.47,0,.74,.71);transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;-webkit-transition-timing-function:cubic-bezier(.22,.61,.36,1);transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;-webkit-transition:opacity .25s ease 0s,visibility 0s ease 0s;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:-webkit-gradient(linear,left bottom, left top,color-stop(0, rgba(0,0,0,.85)),color-stop(50%, rgba(0,0,0,.3)),color-stop(65%, rgba(0,0,0,.15)),color-stop(75.5%, rgba(0,0,0,.075)),color-stop(82.85%, rgba(0,0,0,.037)),color-stop(88%, rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{-webkit-transition-timing-function:cubic-bezier(0,0,.25,1);transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);-ms-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);-ms-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
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 {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #2699fb;
}
.museo {
  font-family: 'Museo';
  font-weight: 700;
}
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5555;
  -webkit-transition: ease all .5s;
  transition: ease all .5s;
}
header.hideonscroll {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          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;
  -webkit-transform-origin: 4px 0px;
      -ms-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  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;
  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, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.hamburger span:nth-child(3) {
  margin-bottom: 0;
}
.hamburger.opened span:first-child {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-5px, 5px);
      -ms-transform: rotate(45deg) translate(-5px, 5px);
          transform: rotate(45deg) translate(-5px, 5px);
  background: #232323;
}
.hamburger.opened span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(-13px, -1px);
      -ms-transform: rotate(-45deg) translate(-13px, -1px);
          transform: rotate(-45deg) translate(-13px, -1px);
  background: #232323;
}
.hamburger.opened span:nth-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      -ms-transform: rotate(0deg) scale(0.2, 0.2);
          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 {
    -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
            transform: translateX(16px);
  }
}
@-moz-document url-prefix() {
  .sidebar-section {
    transform: translateX(16px);
  }
}
@supports (-ms-ime-align:auto) {
  .sidebar-section {
    -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
            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;
  -webkit-transition: all 0.3s ease-in-out;
  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 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #009cdc;
  padding: 5px 0;
}
nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          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: .7rem;
}
footer .top-part .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
footer .top-part .f-menu li {
  border-right: 1px solid #fff;
  padding-right: 8px;
  margin: 0 8px .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: .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#reconstitution .mobile-img {
  display: none;
}
.reference-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: color 0.3s ease-in-out 0s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-box-shadow: 0 -4px 0px #009cdc;
          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 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .container {
    max-width: 100%;
  }
  .header_desc,
  .header_links {
    display: none;
  }
  header {
    -webkit-box-shadow: 1px 5px 3px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 5px 3px 0px rgba(0, 0, 0, 0.15);
  }
  .header {
    padding: 14px 0;
  }
  .grey-block-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            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 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reference-block .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin: 0;
  }
  .reference-block p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .reference-block p br {
    display: none;
  }
}
/*cookies*/
.e-cookies-banner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-cookies-banner {
  min-height: 132px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.e-cookies-banner .align-center.end {
  -webkit-box-pack: end;
      -ms-flex-pack: 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%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: calc(100vh - 114px - 100px);
}
.e-cookies-banner.e-cookies-colapsed {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  min-height: 0;
}
.e-cookies-banner .e-privacy-settings {
  position: absolute;
  font-size: 16px;
  padding: 5px 10px;
  top: -30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          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;
  -webkit-transition: 0.5s ease all;
  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;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          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 .15s linear;
  transition: opacity .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;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-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);
  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 {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.e-btn-close span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          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 {
    -webkit-box-pack: center;
        -ms-flex-pack: 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;
  -webkit-transition: color 0.3s ease-in-out 0s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 14px;
  color: #fff;
  padding-bottom: 3px;
  padding-left: 2px;
  width: 23px;
  height: 23px;
  background: #009cdc;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.external-resources.vivotif-res .res-item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}
