:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

body {
  color: rgba(0, 0, 0, .74);
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

a {
  text-decoration: underline;
}

li {
  margin-bottom: 6px;
  line-height: 23px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: #383838;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.section {
  background-color: #eeecf5;
  padding: 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section.white-bg {
  background-color: #fff;
  background-image: none;
  border-top: 0 #ccc5e4;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.white-bg.section-pad {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.white-bg.section-pad2 {
  padding-top: 40px;
}

.section.white-bg.pad-top20 {
  margin-top: 0;
  padding-top: 0;
}

.section.white-bg.nopad-bottom {
  padding-bottom: 0;
}

.section.white-bg-noline {
  background-color: #fff;
}

.call-to-action-section {
  color: #fff;
  background-color: #cf404d;
  padding: 44px 40px;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

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

.hero-subheading {
  color: #fff;
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: rgba(0, 174, 239, .3);
  border-width: 0;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #00baff;
}

.section-heading {
  color: #4d3a97;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section-heading.centered {
  color: #4d3a97;
  text-align: left;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.section-heading.newclassname {
  font-size: 60px;
}

.body-text {
  color: #333;
}

.body-text.center {
  color: #333;
  text-align: left;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.section-title-group {
  margin-bottom: 20px;
}

.section-title-group.content {
  margin-bottom: 0;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: left;
  background-color: rgba(255, 255, 255, .89);
  max-width: 640px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  position: relative;
  top: 15%;
  left: auto;
  right: auto;
}

.left-navigation {
  color: rgba(77, 58, 151, .31);
  background-color: #fff;
  border-right: 1px solid #ccc5e4;
  width: 120px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: none;
  padding: 10px 0;
  font-size: 15px;
  display: block;
}

.nav-link:hover {
  color: #002395;
}

.nav-link.w--current {
  color: #4d3a97;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: url('../images/virus.png'), linear-gradient(#fff 44%, #eceaf5);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 327px, auto;
  background-attachment: scroll, scroll;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.banner.aurora {
  background-image: none;
}

.content {
  height: 100%;
}

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

.paragraph-form {
  margin-bottom: 0;
}

.body {
  padding-left: 120px;
  font-family: Source Sans Pro, sans-serif;
}

.div-block {
  text-align: left;
  padding-top: 0;
}

.authors {
  color: #5b5c5e;
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.paper-title {
  color: #4d3a97;
  text-align: left;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.authors-reference {
  color: #5b5c5e;
  text-align: left;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}

.text-span {
  color: #585858;
  font-size: 17px;
  font-weight: 300;
}

.list {
  color: #333;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.list.reference-list {
  font-size: 12px;
  line-height: 16px;
}

.list-item {
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.list-item.reference-list {
  padding-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.text-block {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-block.figure-description {
  color: #333;
  margin-top: 6px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.text-block.bottom-pad {
  margin-bottom: 20px;
}

.heading {
  color: #002395;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
}

.list-item-2 {
  margin-bottom: 7px;
}

.list-2, .list-item-3, .list-3 {
  list-style-type: disc;
}

.faux-list {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.faux-list.extraindent {
  margin-left: 20px;
  padding-left: 0;
}

.faux-list.hideme {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.figure-label {
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq {
  cursor: pointer;
  border: 1.3px solid #00d563;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  box-shadow: 0 1px 13px rgba(61, 81, 105, .16);
}

.faq-circle {
  border: 1px solid #00aeef;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: flex;
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #0b1033;
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.tippy.ref-link {
  color: #00aeef;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.div-block-2 {
  margin-bottom: 0;
}

.div-block-3, .div-block-4 {
  margin-bottom: 20px;
}

.click-container {
  margin-top: 15px;
  margin-bottom: 20px;
}

.click-me {
  display: flex;
}

.reveal {
  overflow: hidden;
}

.figure-details {
  color: #4d3a97;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-block-2 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: #002395;
}

.link-3 {
  text-decoration: none;
}

.image {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 40px;
  display: inline-block;
}

.image-2 {
  margin-bottom: 10px;
  margin-left: 40px;
}

.lottie-animation {
  width: 60px;
}

.image-3 {
  margin-bottom: 10px;
  margin-left: 40px;
}

.list-item-4 {
  margin-top: 20px;
}

.image-4 {
  margin-bottom: 10px;
  margin-left: 40px;
}

.columns {
  margin-bottom: 0;
}

.link-4 {
  text-decoration: none;
}

.bold-text {
  color: #4d3a97;
  font-weight: 300;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-family: Roboto, sans-serif;
}

.image-5 {
  float: none;
  text-align: left;
}

.image-6 {
  text-align: left;
  margin-right: 20px;
}

.lottie-animation-2 {
  text-align: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-9, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #4d3a97;
}

.ref-link-colour {
  color: #333;
}

.text-span-10, .text-span-11 {
  font-family: Roboto, sans-serif;
}

.link-block {
  display: block;
}

.image-7 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.video {
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  max-width: 800px;
  max-height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.third-level-bullet {
  padding-left: 20px;
  list-style-type: none;
}

.image-8 {
  max-width: 80%;
  margin-bottom: 20px;
}

.html-embed {
  margin-bottom: 40px;
}

.link-5, .link-6, .link-7, .link-8 {
  color: #00aeef;
  text-decoration: none;
}

.button-2 {
  float: none;
  clear: none;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transform: translate(0);
}

.div-block-7 {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #00aeef;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .section {
    padding-top: 40px;
  }

  .section.white-bg {
    padding-top: 80px;
  }

  .section.white-bg.nopad-bottom {
    padding-top: 20px;
  }

  .section.white-bg.highlight {
    padding-top: 40px;
  }

  .section-title-group.content.rempadtop {
    margin-top: 0;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .hero-title-wrapper {
    padding-left: 45px;
    padding-right: 45px;
    top: 6%;
  }

  .left-navigation {
    float: none;
    border-bottom: 1px solid #ccc5e4;
    border-right-width: 0;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    color: #000;
    height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    margin-top: 60px;
  }

  .body {
    padding-left: 0;
  }

  .paper-title {
    position: relative;
  }

  .icon {
    color: #002395;
  }

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-8 {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.white-bg {
    padding-top: 80px;
  }

  .section.white-bg.pad-top20 {
    margin-top: 80px;
  }

  .section.highlight {
    padding-top: 20px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

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

  .hero-subheading {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .body-text.center {
    padding-right: 0%;
  }

  .hero-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 2%;
  }

  .grid-fours {
    width: 33.333%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .paper-title {
    font-size: 24px;
    line-height: 30px;
  }

  .image-3 {
    max-width: 90%;
  }

  .image-4 {
    object-fit: fill;
    max-width: 90%;
  }

  .third-level-bullet {
    padding-left: 20px;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-9 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.white-bg {
    padding-top: 80px;
  }

  .section.white-bg.pad-top20 {
    margin-top: 80px;
    padding-top: 0;
  }

  .section.white-bg.highlight {
    margin-top: 0;
    padding-top: 0;
  }

  .section.white-bg.highlight.background-style {
    padding-top: 0;
  }

  .section.white-bg-noline {
    padding-top: 40px;
  }

  .section.highlight {
    margin-top: 0;
    padding-top: 0;
  }

  .hero-subheading {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .hollow-button.red {
    font-size: 12px;
    line-height: 14px;
  }

  .section-title-group.content {
    margin-top: 0;
    padding-top: 60px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-title-wrapper {
    padding-top: 60px;
    top: 3%;
  }

  .left-navigation {
    z-index: 2000000;
    bottom: auto;
  }

  .banner {
    height: 540px;
  }

  .content {
    margin-top: 0;
    padding-top: 0;
  }

  .content.back-style {
    padding-top: 60px;
  }

  .authors {
    font-size: 12px;
    line-height: 18px;
  }

  .paper-title {
    font-size: 16px;
    line-height: 22px;
  }

  .authors-reference {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 14px;
  }

  .figure-label {
    padding-top: 0;
  }

  .paragraph {
    margin-left: 15px;
  }

  .faq {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .image-3, .image-4 {
    max-width: 85%;
  }

  .image-9 {
    padding-bottom: 20px;
  }

  .container-2 {
    margin-top: 0;
    padding-top: 40px;
  }

  .container-2.method-style {
    padding-top: 0;
  }

  .container-3 {
    margin-top: 0;
    padding-top: 0;
  }
}


