#dubois .hero {
  background-image: linear-gradient(rgba(26, 22, 23, 0.7), #2c3e50), url("https://imgur.com/saGQ8Ax.jpg");
  background-size: cover; }
  #dubois .hero h1, #dubois .hero h2, #dubois .hero h3, #dubois .hero h5, #dubois .hero p {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); }
    #dubois .hero h3 {
      margin-bottom: 20px;}
      #dubois .hero li {
        font-size: 1.125rem;
        color: #fff;
       text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
      }
  #dubois .hero .hbspt-form {
    background: #8e44ad;
    padding: 15px 15px 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    font-size: 1em; }
    #dubois .hero .hbspt-form label {
      color: #fff;
      font-size: 15px; }
     #dubois .hero .hbspt-form .hs-input {
      padding-bottom: 5px;
     }
    #dubois .hero .hbspt-form .hs-form-field {
      margin-bottom: 5px !important; }
    #dubois .hero .hbspt-form select {
      margin-bottom: 15px !important; }
    #dubois .hero .hs-field-desc {
      color: #fff;
      font-size: 11px;
      font-weight: normal;
    }
    #dubois .hero .hs-form-checkbox {
      padding-top: 3px;
      padding-bottom: 1px;
    }
    #dubois .hbspt-form ul {
      list-style: none;
      margin-left: 0px; }
      #dubois .hbspt-form label {
        color: #fff; }
    #dubois .hbspt-form .inputs-list {
      margin-bottom: 0px; }
    #dubois .hs_privacy_policy {
      font-size: 11px;
      color: #aaa;
      padding-bottom: 10px;
      padding-top: 15px; }
     #dubois .hs-form-booleancheckbox-display input {
        margin-bottom: 0px !important; }

#dubois .second-section {
  background: #fff;
  padding-top: 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  #dubois .second-section video {
    width: 540px;
    height: 60px; }

#dubois .third-section {
  background: linear-gradient(#fff, #f1f1f1);
  padding-top: 4em;
  padding-bottom: 4em; }

#dubois .third-and-a-half-section {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #fbfbfb; }

#dubois .fourth-section {
  background: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  #dubois .fourth-section img {
    border-radius: 200px;
    width: 150px;
    padding: 10px;
  }
  #dubois .fourth-section .journal {
    font-style: italic;
  }
  #dubois .fourth-section .right {
    text-align: right;
  }
  #dubois .fourth-section h3 {
    margin-bottom: 1em; }
    #dubois .testimonial-wrapper {
      padding-top: 30px;
    }

#dubois .customer-section {
  padding: 2em 0;}
  #dubois .customer-section .section-headline {
    padding-bottom: 10px;
    text-align: center;
  }
#dubois .customer-section img {
  padding: 10px;
  display: block;
  margin: 0 auto;
}

#dubois .card {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd; }
  #dubois .card img {
    border-radius: 100px;
    display: block;
    margin: 20px auto; }
  #dubois .card p.quote-content {
    color: #27ae60;
    font-weight: bold;
    font-style: italic;
    text-align: center; }
    #dubois .card p.quote-content::before {
      content: "\201C";
      font-family: Georgia, serif;
      font-size: 20px;
      text-align: center; }
  #dubois .card a {
    font-size: 13px; }
  #dubois .card p.name, #dubois .card p.title {
    margin: 0px;
    padding: 0px;
    color: #7f8c8d;
    font-size: 13px; }

@media screen and (min-width: 40.063em) {
  #dubois .hero .hero-text {
    margin-top: 250px; }
  #dubois .card {
    height: 450px;
    position: relative; }
  #dubois .quote .cite-info {
    position: absolute;
    bottom: 20px;
    margin-top: 10px;}
  #dubois .easy-header{
    width: 100%;}
  }

@media screen and (max-width: 40em) {
  #dubois .hero {
    padding-top: 3em; }
  #dubois .hbspt-form {
    margin-top: 2em; }
  #dubois .third-and-a-half-section img {
    margin-top: 2em; }
  #dubois .card {
    border: none; }
    #dubois .card p.name, #dubois .card p.title {
      color: #7f8c8d;
      font-size: 13px;
      text-align: center !important; }
    #dubois .card a {
      text-align: center;
      display: block; } }

input[type="submit"]:not(.minor_button), .button {
  background-color: #2f7cdf;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  padding: 9px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  color: white !important;
  text-decoration: none !important;
  border: none;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-radius: 5px;
  border-bottom-color: #1a58a8;
  transition: background 0.25s ease-in-out; }
  input[type="submit"]:not(.minor_button):hover, .button:hover {
    cursor: pointer;
    background: #1d63be;
    border-color: #164c92; }
  input[type="submit"]:not(.minor_button).red, .button.red {
    background-color: #dc1f24;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #991619; }
    input[type="submit"]:not(.minor_button).red:hover, .button.red:hover {
      cursor: pointer;
      background: #af191d;
      border-color: #831215; }
  input[type="submit"]:not(.minor_button).gray, .button.gray {
    background-color: #7c8a8b;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #586263; }
    input[type="submit"]:not(.minor_button).gray:hover, .button.gray:hover {
      cursor: pointer;
      background: #647070;
      border-color: #4c5555; }
  input[type="submit"]:not(.minor_button).green, .button.green {
    background-color: #299a0b;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #165306; }
    input[type="submit"]:not(.minor_button).green:hover, .button.green:hover {
      cursor: pointer;
      background: #1c6a08;
      border-color: #103b04; }
  input[type="submit"]:not(.minor_button).dark_blue, .button.dark_blue {
    background-color: #616c77;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #3f464d; }
    input[type="submit"]:not(.minor_button).dark_blue:hover, .button.dark_blue:hover {
      cursor: pointer;
      background: #4a535b;
      border-color: #33393f; }
  input[type="submit"]:not(.minor_button).orange, .button.orange {
    background-color: #e67e22;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #a85913; }
    input[type="submit"]:not(.minor_button).orange:hover, .button.orange:hover {
      cursor: pointer;
      background: #bf6516;
      border-color: #924d10; }
  input[type="submit"]:not(.minor_button).purple, .button.purple {
    background-color: #8e44ad;
    font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
    padding: 9px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: white !important;
    text-decoration: none !important;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-radius: 5px;
    border-bottom-color: #612e76; }
    input[type="submit"]:not(.minor_button).purple:hover, .button.purple:hover {
      cursor: pointer;
      background: #703688;
      border-color: #522764; }
  input[type="submit"]:not(.minor_button).small, .button.small {
    padding: 6px 12px;
    font-size: 12px; }
  input[type="submit"]:not(.minor_button).medium, .button.medium {
    padding: 15px 20px !important; }
  input[type="submit"]:not(.minor_button).big, .button.big {
    padding: 25px 35px;
    font-size: 1em; }
  input[type="submit"]:not(.minor_button):active, .button:active {
    border-bottom-color: transparent !important;
    position: relative;
    top: 1px; }
  input[type="submit"]:not(.minor_button)[disabled="disabled"], .button[disabled="disabled"] {
    opacity: 0.5; }
    input[type="submit"]:not(.minor_button)[disabled="disabled"]:hover, .button[disabled="disabled"]:hover {
      cursor: not-allowed; }
    input[type="submit"]:not(.minor_button)[disabled="disabled"]:active, .button[disabled="disabled"]:active {
      border-bottom-width: 3px;
      top: 0px; }
  input[type="submit"]:not(.minor_button).outline-button, .button.outline-button {
    background: transparent !important;
    border: 2px solid #fff;
    color: #fff !important; }
    input[type="submit"]:not(.minor_button).outline-button:active, .button.outline-button:active {
      border-bottom-width: 2px !important;
      border-bottom-style: solid !important;
      border-bottom-color: #fff !important;
      top: 0px !important; }

.outline-button {
  border: 1px solid #3498db;
  color: #3498db;
  padding: 20px;
  border-radius: 50px; }

button.as_link, input[type="submit"].as_link {
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  color: #4083a9 !important;
  font-size: 12px !important;
  cursor: pointer;
  text-shadow: none !important;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  box-shadow: none !important;
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0; }
  button.as_link:hover, input[type="submit"].as_link:hover {
    text-decoration: underline !important; }
  button.as_link[disabled="disabled"], input[type="submit"].as_link[disabled="disabled"] {
    opacity: 0.5; }
    button.as_link[disabled="disabled"]:hover, input[type="submit"].as_link[disabled="disabled"]:hover {
      cursor: not-allowed; }

.block-button {
  display: inline-block !important;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-1", "proxima-nova-2" !important; }

h3 {
  font-weight: bold; }

ul li, ol li {
  padding-bottom: 10px; }

p, ol, li {
  font-family: "proxima-nova-1", "proxima-nova-2" !important; }

.white-text h2, .white-text h3, .white-text h4, .white-text p, .white-text ul, .white-text li, .white-text a {
  color: white; }

.top-bar svg {
  position: relative;
  top: 4px;
  height: 35px; }

#editors {
  background: #fff; }
  #editors h3 {
    margin: 25px 0 50px 0;
    padding: 10px;
    color: #666; }
  #editors p {
    text-align: center; }
    #editors p.name {
      padding: 0;
      margin: 10px 0 2px 0;
      color: #624677;
      font-weight: bold; }
    #editors p.role {
      font-size: .9em;
      color: #737373;
      margin: 5px 0 0 0; }
    #editors p.institution {
      font-size: .9em;
      color: #666;
      font-style: italic;
      margin: 5px 0 25px 0; }

.section {
  padding: 100px 0; }

#brought-by {
  background: linear-gradient(#f2f2f2, #ffffff);
  background-position: top center;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 100px 0px;
  color: #fff !important; }
  #brought-by h3, #brought-by h4, #brought-by a, #brought-by p {
    color: #464646 !important; }
  #brought-by h3 {
    font-weight: bold;
    font-size: 1.9em; }

#privacy-content-footer {
  background: #333;
  padding: 15px 0;
  color: #fff;
  font-size: .8em; }
  #privacy-content-footer a {
    display: block;
    text-align: right;
    color: white;
   }

#editors cite {
  font-size: 12px;
  color: #a4a4a4;
  margin-top: -12px;
  display: block;
  line-height: 1.5; }

.hbspt-form ul {
  list-style: none;
  margin-left: 0px; }
  .hbspt-form ul span {
    margin-left: 5px; }

@media only screen and (max-width: 40em) {
  h1, h2, h3, h4, h5 {
    text-align: center;
    padding-bottom: 5px;
  }
  #dubois .hero .hero-text {
    text-align: center;
  }
  #brought-by.section {
    padding: 0px !important; }
    #brought-by.section svg {
      height: 200px !important;
      display: block !important;
      margin: 30px auto !important; } 
}
