/* ----- Find Clinical Trials Theme ----- */
/* ----- SETUP ----- */
@import url("https://fonts.googleapis.com/css?family=Lato:400,600,700,900&display=swap");
body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  margin-top: 0;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23889cfb' fill-opacity='0.17'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.container {
  margin: 0 auto;
  padding: 0;
}

.view-filters.form-group {
  display: none;
}

/* ----- HEADER ----- */
header {
  padding: 6px 0;
  margin: 0;
  background: #e3e3e3;
}
header img.img-responsive {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: 5px 0;
}

.progress-steps .steps .number .field--item {
  margin-top: 0;
}

/* ----- FOOTER ----- */
footer {
  background: #2e2e2e;
  color: #ffffff;
  margin-top: 50px;
}
footer .footer {
  margin: 0 auto;
  border: none;
  padding: 0;
}
footer .footer-wrap {
  text-align: center;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
footer .footer-links ul {
  padding: 0;
  margin: 0;
}
footer .footer-links ul li {
  padding: 10px 0;
  font-size: 11px;
  color: #efefef;
  letter-spacing: 0.1px;
  width: 100%;
  text-align: center;
  list-style: none;
}
footer .footer-links ul li a {
  color: #ffffff;
  padding: 1px 5px 0;
}
footer .main-footer-links ul li:first-child {
  padding-top: 0;
}
footer .footer-copy,
footer .footer-site {
  font-size: 10px;
}
footer .footer-copy {
  margin: 8px 0;
}

/* ----- LANDING ----- */
.landing-wrap .main-title {
  font-weight: 700;
  font-size: 34px;
  text-shadow: -0.3px 0.3px 1px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  margin-top: 15px;
}
.landing-wrap .main-title span {
  font-weight: 900;
}
.landing-wrap .headline-block {
  text-align: center;
  margin: 5px 0 10px 0;
}
.landing-wrap .headline-block p strong {
  font-weight: 900;
  font-size: 30px;
  color: #2e2e2e;
  letter-spacing: 0.5px;
}
.landing-wrap .landing-img-block {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.landing-wrap .cta-wrap {
  text-align: center;
  margin: 0 8px 40px;
}

/* ----- FORM----- */
.webform {
  background: #dbeff9;
  margin: 15px auto 100px;
}
.webform p.headline-main span {
  font-weight: 800;
}
.webform select.form-control {
  padding: 8px 13px 7px;
}
.webform div[id*=edit-gender] ul.parsley-errors-list li {
  margin-top: 30px;
}
.webform h2.subheadline {
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
}

p.headline-main {
  font-size: 20px;
  color: #213cbd;
  font-weight: 600;
  margin-bottom: 8px;
  text-shadow: -0.3px 0.3px 0.5px rgba(0, 0, 0, 0.3);
}

p.headline-secondary {
  font-size: 18px;
  text-shadow: -0.1px 0.1px 0.5px rgba(0, 0, 0, 0.3);
}

/* ---- MATCH ---- */
#views_slideshow_cycle_teaser_section_product_carousel-block_1 {
  width: 100%;
  margin: 10px auto 20px auto;
}

.match-wrap .progress {
  height: 40px;
}
.match-wrap .progress-bar-info {
  background-color: #2ca7c7;
}
.match-wrap .percentage {
  font-size: 48px;
  font-weight: 700;
  margin: 20px auto 40px;
  color: #259827;
}
.match-wrap .main-title {
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
}

/* ---- ZAN ---- */
#zeeto {
  box-shadow: 0 5px 8px rgba(88, 88, 88, 0.4);
  padding: 10px 15px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  background: #ffffff;
}
#zeeto .zan-campaign-container.zan-soi-campaign-container {
  padding: 0;
}

.zan-wrap .dyn-copy {
  margin: 10px 8px 0;
  text-align: center;
}
.zan-wrap .dyn-copy span {
  text-transform: capitalize;
}
.zan-wrap p.headline-secondary {
  font-size: 18px;
}

.zan-linkout header .header-sub {
  padding-top: 0;
}
.zan-linkout p.headline-main {
  margin-top: 30px !important;
}

/* ----- THANK YOU ----- */
.thanks-wrap {
  padding: 10px 0 50px;
  max-width: 1000px;
}
.thanks-wrap img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
.thanks-wrap p.headline-secondary {
  margin: 30px auto 0;
}

/* ----- STATIC CONTENT PAGES----- */
.main-content-terms {
  padding: 1rem 2rem;
}

/* ----- BUTTON ----- */
.btn-main {
  height: auto;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  padding: 14px 0;
  font-size: 28px;
  margin: 20px 0 10px 0;
  width: 100%;
  max-width: 330px;
  font-weight: 900;
  border-radius: 11px;
  background: linear-gradient(180deg, #3a5ce9, #2647d1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #2b48d3;
  color: #ffffff;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  outline: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main:active:hover,
.btn-main:active:focus,
.btn-main:hover:focus {
  background: linear-gradient(180deg, #496af3, #3b5eed);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  border: 1px solid #3c5fed;
  color: #ffffff !important;
  outline: none !important;
}

button .button-submit {
  margin-top: 30px;
}

/* ----- ZXM QUESTIONS/ANSWERS ----- */
.zxm-question {
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0 0;
  color: #3a3a3a;
  font-weight: 600;
}

.zxm-label {
  display: block;
  font-size: 14px;
  padding: 0 5px 0 25px;
  margin: 20px 0 20px 0;
  position: relative;
  line-height: 1.3;
  font-weight: 400;
  min-height: 33px;
}
.zxm-label:before {
  left: 0;
  top: 0;
  content: "";
  border: 1px solid #bfbebe;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}
.zxm-label:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #3289e8;
  display: none;
}
.zxm-label:hover {
  font-weight: bold;
  cursor: pointer;
}
.zxm-label:hover:after {
  display: block;
}
.zxm-label:hover:focus:after {
  display: block;
}
.zxm-label:hover:active:after {
  display: block;
}
.zxm-label:focus {
  font-weight: bold;
  cursor: pointer;
}
.zxm-label:active {
  font-weight: bold;
  cursor: pointer;
}

.zxm-answers {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

/* ----- PULSE ----- */
.pulse {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@media (min-width: 375px) {
  .landing-wrap .main-title {
    font-size: 38px;
  }
  .landing-wrap .sub-title {
    font-size: 18px;
  }

  .btn-main {
    max-width: 350px;
  }
}
@media (min-width: 600px) {
  .btn-main {
    max-width: 350px;
  }

  .landing-wrap .main-title {
    line-height: 40px;
    font-size: 44px;
    margin-top: 15px;
  }

  .zan-soi-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }

  .zan-tcpa-campaign-container .zan-headline {
    margin: 15px 0 5px !important;
  }
}
@media (min-width: 768px) {
  p.headline-main {
    font-size: 26px;
  }

  p.headline-secondary {
    font-size: 22px;
  }

  .zan-wrap p.headline-secondary {
    font-size: 22px;
  }
  .zan-wrap .dyn-copy {
    margin: 30px 0 40px;
  }

  .second-monetization p.headline-main {
    margin-top: 20px;
  }

  .landing-wrap .sub-title {
    font-size: 24px;
  }
  .landing-wrap .main-title {
    line-height: 50px;
    font-size: 54px;
    margin-top: 25px;
  }

  .landing .btn-main {
    font-size: 50px;
    max-width: 500px;
  }

  #zeeto {
    padding: 20px 30px 50px;
  }
  #zeeto .zan-linkout-campaign-container {
    padding-top: 0;
    padding-top: 30px;
  }
  #zeeto .second-monetization .dyn-copy {
    margin-top: 35px;
  }

  .zan-linkout p.headline-main {
    margin-top: 55px !important;
  }
  .zan-linkout p.headline-main:before {
    background-size: 555px 66px;
    margin-left: -275px;
    width: 590px;
    top: -17px;
  }

  .btn-main {
    padding: 20px 0;
    font-size: 34px;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  header .header-wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  header .header-sub {
    font-size: 16px;
    padding-top: 8px;
  }

  footer .footer-links ul li a:hover {
    text-decoration: none;
  }
  footer .main-footer-links ul li {
    width: 24%;
    border: none;
    display: inline-block;
  }
  footer .ca-footer-links ul li {
    width: 49%;
    border: none;
    display: inline-block;
    text-align: right;
  }

  h2.subheadline {
    margin: 0px auto 20px auto;
  }

  .match-wrap .main-title {
    font-size: 58px;
  }
}