*, *:active, *:focus {
  outline: none; }

html, body {
  font-family: "Rubik", sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; }

body {
  background: #F7F8FE;
  background: linear-gradient(270deg, white 0%, #f7f8fe 100%); }

h1 {
  color: #0069FA;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 33px; }
  @media (min-width: 576px) {
    h1 {
      font-size: 2rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 2.5rem;
      line-height: 46px; } }

h2 {
  color: #0069FA;
  font-weight: 300;
  font-size: 1.5rem; }
  @media (min-width: 576px) {
    h2 {
      font-size: 1.8rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2rem;
      line-height: 46px; } }

h3 {
  color: #0069FA;
  font-weight: 200;
  font-size: 1.25rem; }
  @media (min-width: 576px) {
    h3 {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    h3 {
      font-size: 1.75rem; } }

.icon-container .content, p, ol li, ol li p,
ul li, ul li p {
  font-weight: 300;
  font-size: 0.8rem; }
  @media (min-width: 576px) {
    .icon-container .content, p, ol li, ol li p,
    ul li, ul li p {
      font-size: 0.9rem; } }
  @media (min-width: 992px) {
    .icon-container .content, p, ol li, ol li p,
    ul li, ul li p {
      font-size: 0.9rem; } }

ol {
  counter-reset: item; }
  ol > li {
    counter-increment: item; }
  ol ol > li {
    display: block;
    margin-bottom: 10px; }
    ol ol > li > h2 {
      display: inline-block; }
    ol ol > li:before {
      content: counters(item, ".") ". ";
      margin-left: -20px; }

.contentContainer {
  max-width: 500px;
  margin: 0 auto 15px; }
  .contentContainer .actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .contentContainer .actions .btn {
      display: inline-block;
      width: auto;
      margin-bottom: 10px; } }

.sub-text {
  color: #6c757d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px; }

.btn {
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 25px;
  outline: none !important;
  transition: all 0.2s; }
  .btn-primary {
    padding: 10px 40px; }
  .btn--yellow {
    background-color: #FFC42A;
    border: solid thin #FFC42A;
    margin-right: 10px;
    color: #000; }
    .btn--yellow:hover {
      background-color: #FFCD38;
      border-color: #FFC42A;
      color: #000; }
    .btn--yellow:active, .btn--yellow:focus {
      background-color: #CE9E22 !important;
      border-color: #FFC42A !important; }
  .btn--blue {
    background-color: #0069FA;
    border: solid thin #0069FA; }
    .btn--blue:hover {
      background-color: #007bfa;
      border-color: #007bfa; }
    .btn--blue:active, .btn--blue:focus {
      background-color: #005cda !important;
      border-color: #005cda !important; }
  .btn--darkblue {
    background-color: #0057d0;
    border: solid thin #0057d0; }
    .btn--darkblue:hover {
      background-color: #1e66ca;
      border-color: #1e66ca; }
    .btn--darkblue:active, .btn--darkblue:focus {
      background-color: #0055cc !important;
      border-color: #0055cc !important; }

.form-group label {
  font-size: 11px;
  text-transform: uppercase; }

.footnote {
  font-size: 0.9rem;
  border-top: solid thin #eee;
  padding-top: 1.2rem; }
  .footnote a {
    font-size: 0.9rem; }

.logo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }
  .logo-gallery .logo {
    margin-bottom: 15px;
    flex: 1 0 50%; }
    .logo-gallery .logo:last-child {
      margin-bottom: 0; }
    .logo-gallery .logo img {
      max-width: 100px;
      margin: 0 auto;
      filter: grayscale(100%);
      opacity: 0.7;
      transition: all 0.2s; }
      .logo-gallery .logo img:hover {
        filter: grayscale(0%);
        opacity: 1; }
  @media (min-width: 576px) {
    .logo-gallery .logo {
      flex: 1 0 32%; } }
  @media (min-width: 992px) {
    .logo-gallery .logo {
      flex: 1 0 3%; } }

.icon-container {
  position: relative;
  margin-bottom: 30px; }
  .icon-container img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35px; }
  .icon-container .content {
    margin-left: 50px; }

main {
  min-height: calc(100vh - 40px); }
  main .section {
    padding: 5rem 0; }

footer {
  height: 40px; }
  footer a {
    color: #999; }
    footer a:hover {
      color: #999; }
  footer small {
    font-size: 10px; }

main.home .section--welcome {
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #0069FA;
  padding-top: 50px; }
  main.home .section--welcome h1 {
    color: #fff;
    font-weight: 600; }
  main.home .section--welcome .icon-container .content, .icon-container main.home .section--welcome .content, main.home .section--welcome p, main.home .section--welcome ol li, ol main.home .section--welcome li,
  main.home .section--welcome ul li, ul main.home .section--welcome li {
    color: #fff;
    margin-bottom: 0; }
  main.home .section--welcome .sample-image {
    max-width: 550px;
    width: 100%; }
  main.home .section--welcome .start-form form .form-group {
    margin-bottom: 0; }
    main.home .section--welcome .start-form form .form-group .form-control {
      width: 100%;
      padding: 20px; }
  main.home .section--welcome .start-form form .form-check-label {
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
    margin-right: 0.5rem; }
  main.home .section--welcome .start-form form .btn {
    width: 100%;
    margin-right: 0; }
  main.home .section--welcome .start-form .alt-start {
    color: #ccc; }
    main.home .section--welcome .start-form .alt-start span {
      margin-right: 15px; }

main.home .section--logos {
  background: #fff;
  border-bottom: solid thin #eee;
  padding: 3rem 0; }

main.home .section--snippet {
  border-bottom: solid thin #eee; }
  main.home .section--snippet .snippet-image img {
    border-radius: 4px;
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto; }
  main.home .section--snippet .snippet-image .sub-text {
    font-size: 10px;
    color: #6c757d;
    letter-spacing: 0; }

main.home .section--features {
  background: #fff;
  border-bottom: solid thin #eee; }

main.home .section--who {
  border-bottom: solid thin #eee; }

main.home .section--signup {
  background: #0069FA; }
  main.home .section--signup h2 {
    color: #fff; }
  main.home .section--signup .icon-container .content, .icon-container main.home .section--signup .content, main.home .section--signup p, main.home .section--signup ol li, ol main.home .section--signup li,
  main.home .section--signup ul li, ul main.home .section--signup li {
    color: #fff;
    margin-bottom: 0; }

h2 {
  color: #6c757d;
  font-size: 1rem;
  font-weight: bold; }

.verify_email section {
	height: 90vh;
}