/*bold, normal, 300 (light) and 500 (medium)*/

/*
enya dark blue: #2C308C
link color: #2523FF;
old bd red color: #2C308C;
*/

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-Book.woff2') format('woff2'),
  url('Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir-BookOblique.woff2') format('woff2'),
  url('Avenir-BookOblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

html {
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #ffffff; /*white background*/
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  color: #2d3e4f; /*standard dark grey font*/
  font-size: 16px;
  line-height: 20px;
}

hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  width: 90%;
  height: 1px;
  background-color: #dbdbdb;
  border-style: hidden
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

/*highlight code on the front page*/
.hmKpMl {
  font-family: 'Roboto Mono', 'Andale Mono', Consolas, Monaco, 'Ubuntu Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  line-height: 18px;
  -webkit-letter-spacing: -0.3px;
  -moz-letter-spacing: -0.3px;
  -ms-letter-spacing: -0.3px;
  letter-spacing: -0.3px;
  border-radius: 2px;
  border: 1px solid #e1e6f2;
  background: #ebf0fa;
  color: #353761;
  padding: 0 4px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*Link in Get Start section on the front page*/
.iWPYhr {
  color: #2523FF;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
}

/*Securing Genetics ... on the front page*/
.section-heading.centered {
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  color: #2d3e4f; /*standard dark grey font*/
  font-size: 28px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
}

/*Your Email ... on the front page*/
.Email-heading{
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  color: #2d3e4f; /*standard dark grey font*/
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
}

.section-heading.centered.white {
  color: #ffffff;
}

/*medium text on the front page*/
.section-subheading.center {
  margin: auto;
  /*width: 70%;*/
  padding-right: 0px;
  padding-left: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
}

/*smaller text on the front page*/
.section-subheading-s.center {
  margin: auto;
  width: 80%;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
}

/*the writing in front of the central image*/
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

/*'Secure storage' on the front page'*/
.text-block {
  margin-top: 40px;
  margin-bottom: 22px;
  color: #2d3e4f;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0px;
}

/*this is for the "about blockdoc in the footer"*/
.heading {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  /*color: #676770;*/
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  /*text-transform: uppercase*/;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

/*navigation links top bar*/

.navigation-link {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770; /*basic dark grey color of navigation links*/
  font-weight: 500;
}

.navigation-link:hover {
  /*color: #2523FF;*/
}

.navigation-link.w--current {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navigation-bar {
  min-height: 0px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
}

.navigation-menu {
  color: #bec3c7;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #2523FF;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
  /*background: red;*/
}

.section.accent {
  background-color: #192024;
}

.white-box {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: static;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px none transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/main.svg');
  background-position: 50% 10%;
  background-size: cover;
  background-attachment: scroll;
  text-align: center;
}

.hero-sectionB {
  padding-top: 75px;
  padding-bottom: 30px;
}

.hero-sectionB.centered {
  position: static;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 75px;
  padding-bottom: 30px;
  border-bottom: 4px none transparent;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.hero-heading {
  margin: auto 10px auto auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: rgba(255,255,255,.6);
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  color: #2C308C;/*red*/
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title-group {
  margin-bottom: 60px;
  font-weight: 500;
}

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

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

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

.footer:hover {
  font-size: 14px;
}

.footer.center {
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}

.footer.line {
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #C8C8C8;
  font-size: 12px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid transparent;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: 0 0 0 1px #2e9dff;
  color: transparent;
}

.info-icon {
  float: left;
}

.paragraph-footer {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 6px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #676770;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 80%;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 6px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #2523FF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #2523FF;
  font-size: 14px;
  font-weight: 500;
}

.text-link {
  margin-right: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #192024; /*#0082f3*/
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
}

.supporttext-link {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #192024; /*#0082f3*/
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.supporttext-link:hover {
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
}

.inlinetext-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #192024; /*#0082f3*/
  font-weight: 300;
  text-decoration: none;
}

.inlinetext-link:hover {
  color: #668cad;
  font-weight: 300;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.image {
  padding-top: 7px;
  padding-bottom: 7px;
}

.container {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  justify-items: stretch;
  grid-column-gap: 0px;
  grid-template-areas: ". ." "Area Area-2";
  -ms-grid-rows: minmax(auto, 1fr) auto;
  grid-template-rows: minmax(auto, 1fr) auto;
}

.column {
  position: relative;
  top: 100px;
  line-height: 20px;
}

.body {
  color: #192024;
}

.text-block {
  position: static;
}

.section-2 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 10px;
}

.container-4 {
  position: static;
  clear: both;
}

.container-5 {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.columns {
  margin-top: 41px;
}

.button-app {
  margin-top: auto;
  border-radius: 20px;
  background-color: #001a60;
  box-shadow: 1px 1px 6px -1px #668cad;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  line-height: 25px;
  font-weight: 500;
}

.button-download {
  display: inline-block;
  padding: 9px 13px;
  color: white;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  background-color: #001a60;
  box-shadow: 1px 1px 6px -1px #668cad;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  line-height: 25px;
  font-weight: 500;
}

.column-3 {
  padding-right: 10px;
}

.container-6 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.paragraph {
  margin-top: 20px;
  padding-right: 43px;
  font-family: 'Montserrat', 'Avenir', 'Open Sans', sans-serif;
  color: #2d3e4f;
  font-size: 15px;
  font-weight: 300;
}

.center-signup {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-top: 1px solid #dbdbdb;
}

.center-start {
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  /*background: red;*/
}

.center-block-button-sq {
  margin: auto;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2523FF;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
   -webkit-appearance: none !important;
}

.center-block-button {
  margin: auto;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #2e9dff;
  box-shadow: 1px 1px 3px 0 #668cad;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.center-block {
  margin: auto;
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 40%;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.link-block {
  margin-right: auto;
  margin-left: auto;
}

.main_entire_lower {
  background-color: #fff;
  color: #192024;
}

/*used for legal terms*/
.paragraph-terms {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.5em;
}
/*otherwise too strong*/
strong {
  font-weight: bold;
}

.image-logo {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
}

/*front page button*/
.button-front {
  margin-top: 60px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 20px;
  background-color: #001a60;
  box-shadow: 1px 1px 3px 0 #668cad;
  color: #ffffff;
  font-weight: bold;
  line-height: 30px;
}

.link-block-2 {
  position: static;
}

.bold-text-2 {
  text-align: center;
}

.link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #404047;
  text-decoration: underline;
}

.link:hover {
  color: #3b99d9;
}

.text-span {
  font-size: 10px;

}

/* support page */
.faq_title {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  /*text-align: center;*/
}

.faq_heading {
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.faq_paragraph {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.blog_centerimage {
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  width: 60%;
}

@media (max-width: 991px) {
  .image-logo {
    margin-left: 0px;
  }
  /* navigation-link w-dropdown */
  .navigation-menu {
    color: #3E4348;
    background-color: white; /*light grey*/
  }
  /* major properties of the right dropdown menu */
  .w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    overflow: visible;
    min-width: 250px;
    border-left: 1px solid #bcbec0;
    border-bottom: 1px solid #bcbec0;
  }
  /*                                              */
  /*entry in right DD menu*/
  .navigation-link {
    margin: 0px;
    font-weight: bold;
    color: #3E4348;
    background-color:white; /*light grey*/
    border-top: 1px solid #bcbec0;
  }
  /*entry in right DD menu with submenu*/
  .navigation-link.w-dropdown {
    margin: 0px;
    font-weight: bold;
    color: #3E4348;
    background-color: white; /*light grey*/
  }
  .navigation-link.w--current {
    margin: 0px;
    font-weight: bold;
    color: #3E4348;
    background-color: white; /*light grey*/
    
  }
  /* a single link entry in a submenu in the right dropdown menu */
  .w-dropdown-link {
    padding: 0px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-bottom: 7px;
    margin: 0px; 
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #3E4348;
    border-top: 0px solid #bcbec0;
  }
  /*                                               */
  .hamburger-button {
    margin-top: 23px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background-image: url("../images/menu-icon-black.svg");
    background-position: 50% 50%;
    background-size: 26px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: cover;
  }
  .hamburger-button.w--open {
    display: none;
    background-color: #ffffff;
    background-image: url("../images/close-icon-black.svg");
  }
  .icon {
    color: #4c4949;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .footer.center {
    padding-bottom: 20px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .blog_centerimage {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .hamburger-button {
    margin-top: 23px;
    background-color: #ffffff;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: auto;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .section-subheading.center {
    margin-bottom: 60px;
  }
  .bold-text {
    line-height: 40px;
  }
  .paragraph-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .blog_centerimage {
    width: 100%;
  }
}

@media (max-width: 479px) {
  /* major properties of the right dropdown menu */
  .w--nav-menu-open {
    left: 0;
    border-left: 0px solid #bcbec0;
  }
  .button {
    margin-bottom: 25px;
  }
  .hero-section.centered {
    height: auto;
    margin-top: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-heading {
    font-size: 250%;
    line-height: 130%;
  }
  .section-subheading.center {
    line-height: 30px;
    margin-bottom: 60px;
  }
  .grid-image {
    width: 35%;
  }
  .container-6 {
    padding-left: 0px;
  }
  .paragraph-3 {
    margin-right: 10px;
    margin-left: 10px;
  }
}

