.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
body a {
  color: #4179a7;
}
.darkblue-bg,
#sp-footer {
  background-color: #366389;
}
.lightblue-bg {
  background-color: #a5d1f7;
}
.lightblue {
  color: #a5d1f7;
}
.darkblue {
  color: #366389;
}
.mediumblue-bg {
  background-color: #447dad;
}
.mediumblue {
  color: #447dad;
}
.lightestblue-bg {
  background-color: #a3dbfb;
}
.lightestblue {
  color: #a3dbfb;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.center-img {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .flexrow-sm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .hp-top-banner-box .pb-element-container > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
.hp-top-banner-box .pb-element-container > div img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  div.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;
  }
  div.modal.fade {
    top: 0;
  }
  div.modal.fade.in {
    top: 0;
  }
}
@media (max-width: 480px) {
  div.modal {
    top: 0;
    left: 0;
    right: 0;
  }
}
.gradientbox1 {
  background-color: #c9e7f2;
  background-image: url(/images/article_images/hp-ldn-icon.png);
  background-repeat: no-repeat;
  background-position: 1.2em 14em;
  background-size: 70%;
  transition: 0.7s ease;
  background-position: 50% 57%;
}
.gradientbox1:hover {
  background-position: 1.5em 15.5em;
  background-size: 36%;
  transition: 0.3s ease;
}
.gradientbox2 {
  background-color: #d9dfef;
  background-image: url(/images/article_images/hp-research-icon.png);
  background-repeat: no-repeat;
  background-position: 2em 11.5em;
  background-size: 40%;
  background-position: 50% 65%;
  transition: 0.7s ease;
}
.gradientbox2:hover {
  background-position: 2em 13.5em;
  background-size: 18%;
  transition: 0.3s ease;
}
.gradientbox3 {
  background-color: #FFE3B1;
  background-image: url(/images/article_images/hp-researchers-icon.png);
  background-repeat: no-repeat;
  background-position: 2em 10em;
  background-size: 40%;
  background-position: 50% 65%;
  transition: 0.7s ease;
}
.gradientbox3:hover {
  background-position: 2em 13.5em;
  background-size: 18%;
  transition: 0.3s ease;
}
.gradientbox4 {
  background-color: #d4e8e8;
  background-image: url(/images/article_images/hp-find-icon.png);
  background-repeat: no-repeat;
  background-position: 2em 12em;
  background-size: 40%;
  background-position: 50% 60%;
  transition: 0.7s ease;
}
.gradientbox4:hover {
  background-position: 2em 13.5em;
  background-size: 18%;
  transition: 0.3s ease;
}
.gradientbox1 p,
.gradientbox2 p,
.gradientbox3 p,
.gradientbox4 p {
  opacity: 0;
  transition: 0.3s ease;
}
.gradientbox1:hover p,
.gradientbox2:hover p,
.gradientbox3:hover p,
.gradientbox4:hover p {
  opacity: 1;
  transition: 0.3s ease;
}
body .jsn-bootstrap3 .box1 {
  color: #16537d;
  width: 100%;
  padding: 5%;
  font-size: 0.94em;
  font-weight: 600;
  min-height: 19em;
  width: 107%;
  border-radius: 20px;
  cursor: pointer;
}
.patients-box {
  background: #DFEDF8;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 1em;
}
.patients-box p,
.patients-box h2 {
  text-align: center;
}
.patients-box img {
  margin: 0 auto;
}
.hp-news-feed-box .lSAction {
  position: absolute;
  margin-top: -2em;
  width: 100% !important;
}
.hp-cure-leaders-box .lSAction {
  position: absolute;
  margin-top: -0.8em;
  width: 100% !important;
}
.patients-box h2:before {
  content: ' ';
  width: 5em;
  height: 5em;
  background: white;
  display: block;
  border-radius: 50%;
  margin: -3em auto 1em;
}
.where-to-buy-ldn .patients-box h2:before {
  display: none;
}
.where-to-buy-ldn .we-support-ldn-box {
  margin: 1em 0 4em;
  text-align: center;
  font-weight: 600;
}
body.patients-stories {
  padding: 0;
}
.patients-stories h2:before {
  background-image: url(/images/article_images/ico-interviews.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.patients-faq h2:before {
  background-image: url(/images/article_images/ico-faq.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.patients-faq h2:before {
  background-image: url(/images/article_images/ico-faq.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.patients-faq + .patients-box h2:before {
  background-image: url(/images/article_images/ico-clinical.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.patients-doctor h2:before {
  background-image: url(/images/article_images/ico-find.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.patients-buy h2:before {
  background-image: url(/images/article_images/ico-geotag.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
patients-box.patients-faq.col-md-6.col-sm-6.col-xs-12 {
  width: 49%;
  margin-left: 0% !important;
}
.patients-box.patients-trials.col-md-6.col-sm-6.col-xs-12 {
  min-height: 28.3em;
}
.patients-box.col-md-6.col-sm-6.col-xs-12:first-child {
  float: left;
  margin-left: 0 !important;
}
.patients-box.col-md-6.col-sm-6.col-xs-12 {
  border: 0;
  margin-right: 0%;
  width: 49%;
  float: right;
  min-height: 24em;
}
.patients-box a.btn-submit-question {
  margin-right: 27%;
}
.patients-box a.btn-submit-story {
  margin-right: 41%;
}
.hp-cure-leaders-box.col-md-7.col-sm-7.col-xs-12,
.hp-our-people-box.col-md-7.col-sm-7.col-xs-12 {
  padding-left: 5px !important;
}
.hp-news-feed-box.col-md-5.col-sm-5.col-xs-12,
.hp-latest-updates-box.col-md-5.col-sm-5.col-xs-12 {
  padding-right: 0;
}
.hp-news-feed-box > div,
.hp-latest-updates-box > div,
.hp-cure-leaders-box > div,
.hp-our-people-box > div {
  background: #f7fafd;
}
.hp-our-people {
  line-height: 1.4em;
}
.hp-our-people .col-md-5.padding-none {
  padding: 0 !important;
  width: 37%;
}
.hp-our-people .col-md-5.padding-none img {
  margin-top: 0 !important;
  height: 100px;
}
body.about-us .hp-our-people .col-md-5.padding-none img {
  margin-top: 0 !important;
  height: 180px;
}
.hp-our-people .col-md-5.padding-none + .col-md-7 {
  padding: 0 0 0 10px;
  width: 62%;
}
.col-xs-6.col-sm-6.col-md-3.member {
  padding: 0px 0.7em;
  width: 20%;
}
body.view-trials form > div {
  border-bottom: 2px #9AD5E6 dotted;
  padding: 0 0 2em 0;
  margin: 0 0 2em 0;
  float: left;
}
body.view-trials form > div .location {
  margin: .5em 0;
}
body.view-trials form > div .purpose {
  font-size: 1.2em;
  font-weight: 300;
}
.member a.thumbnail {
  overflow-y: hidden;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.5em !important;
  margin-top: 2em !important;
}
.homepage .hp-our-people .member a.thumbnail {
  height: 60px;
  width: 60px;
  margin-left: 0 !important;
}
.about-box.about-news img {
  border-radius: 50%;
  width: 100% !important;
}
.about-box.about-news .col-md-4 {
  width: 21.5% !important;
}
.about-box.about-news .col-md-8 {
  width: 78% !important;
}
.hp-our-people,
.hp-latest-updates {
  min-height: 15.5em;
}
.hp-latest-updates .pb-module-content {
  margin: 0 1em;
}
.latestnews.ldnModule {
  max-height: 11em;
  overflow-y: auto;
}
.latestnews.ldnModule > div > small {
  float: left;
  width: 79px;
  color: #87a8c4;
  font-weight: 600;
  font-size: 0.9em;
  margin: 3px 0 0 0;
  line-height: 1.2em;
}
.latestnews.ldnModule > div > a {
  color: #3e3e3e;
  text-decoration: none;
  float: right;
  text-align: left;
  width: 340px;
  line-height: 1.5em;
  font-weight: 400;
}
.latestnews.ldnModule > div {
  margin: 0 0 0.5em;
  float: left;
  width: 100%;
}
body.view-trials .mcSignupModule form > div {
  border-bottom: 0 !important;
  padding: 0;
  margin: 0;
}
li.medinsight-feed-item {
  box-sizing: border-box;
  padding: 0 0 0 1em !important;
}
li.medinsight-feed-item > img {
  width: 20%;
  float: left;
  margin: 1em 0.5em 0 0;
}
li.medinsight-feed-item > h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3em;
}
li.medinsight-feed-item p.medinsight-feed-description {
  line-height: 1.2em;
  margin-top: 0.3em;
  padding: 0 3em;
  font-size: 0.9em;
}
.latestnews a {
  font-weight: 600;
}
.latestnews small {
  float: left;
  margin: 0 1em 0 0em;
  font-weight: 500;
}
a.thumbnail {
  border: 1px solid #dadbdb;
  padding: 0 !important;
  margin: 0 !important;
}
.hp-cure-leaders h3.pb-module-title:before {
  content: " ";
  background: url(/images/article_images/cure-leader.png) no-repeat right bottom #cde3ee;
  float: left;
  width: 104px;
  height: 74px;
  position: absolute;
  margin-top: -28px;
  margin-bottom: -10px;
}
.mcSignupModule .ajaxLoader {
  background: url(/images/article_images/loader.gif) no-repeat 0px 10px !important;
  width: 32px !important;
  height: 52px !important;
}
div#cureleader {
  padding-top: 2em;
  height: 150px !important;
}
.about-us div#cureleader {
  padding-top: 2em;
  height: 190px !important;
}
#cureleader .img-thumbnail {
  padding: 0;
  margin: -6px 0 0 0px;
  border: 0;
}
#cureleader span.hasTip {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 4em;
  height: 4em;
  margin-top: 1em;
}
#cureleader .col-md-7 {
  padding: 0;
}
#cureleader h3 {
  color: #5e96c7 !important;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700 !important;
  padding-left: 50px;
}
.hp-news-feed h3.pb-module-title:before {
  content: " ";
  background: url(/images/article_images/medinsight.png) no-repeat right bottom #fff;
  float: left;
  width: 131px;
  height: 56px;
  position: absolute;
  margin-top: -28px;
  margin-bottom: -10px;
  margin-left: -31px;
}
.hp-news-feed h3.pb-module-title {
  padding-left: 40px;
  margin-bottom: 0;
}
.hp-news-feed ul.lSPager.lSpg {
  margin-top: -1em !important;
}
.hp-news-feed ul#feeditems {
  height: 172px !important;
}
.hp-video-box.col-md-6.col-sm-6.col-xs-12 {
  background: aliceblue;
  border: 0em solid white;
  border-radius: 1em;
  padding: 1em 1em 2em;
  margin: 0em 0% 0 2%;
  width: 47%;
}
.hp-news-feed,
.hp-cure-leaders-box > div {
  height: 17em;
}
#cureleader h3:before {
  content: " ";
  width: 34px;
  height: 53px;
  float: left;
  margin: -13px 4px 0 -40px;
  background-size: 100% !important;
  position: absolute;
}
#cureleader h3.icon_gold:before {
  background: url(/images/article_images/cureleader-gold.png) no-repeat;
}
#cureleader h3.icon_diamond:before {
  background: url(/images/article_images/cureleader-silver.png) no-repeat;
}
#cureleader h3.icon_platinum:before {
  background: url(/images/article_images/cureleader-diamond.png) no-repeat;
}
.jsn-bootstrap3 .img-thumbnail {
  padding: 0;
}
.lSAction a {
  background-color: #057DC3 !important;
  border-radius: 50%;
  width: 28px !important;
  height: 28px !important;
}
.lSAction > .lSPrev {
  background-position: 0 -2px !important;
}
.lSAction > .lSNext {
  background-position: -35px -2px !important;
}
.hp-cure-leaders {
  line-height: 1.2em;
}
.breadcrumb>li {
  line-height: 20px;
}
ol.breadcrumb > span {
  color: #000000;
  font-weight: 100;
}
.input-mini {
  width: auto;
}
#sp-top2 span.pull-right {
  display: none;
}
.searchintro strong {
  font-weight: normal;
}
#sp-donate-header {
  display: table;
  height: 90px;
  text-align: right;
  float: right;
}
@media (max-width: 480px) {
  #sp-donate-header {
    padding-right: 0;
  }
}
#sp-donate-header > .sp-column {
  display: table-cell;
  vertical-align: middle;
}
#sp-donate-header > .sp-column .btn {
  background: #ffb347;
  font-weight: bold;
}
#sp-donate-header > .sp-column .btn:hover {
  background: #F39106;
  transition: 0.2s ease;
}
@media (min-width: 1200px) {
  #sp-donate-header > .sp-column .btn {
    padding: 6px 28px;
  }
}
.view-search fieldset.only:before {
  content: " ";
  background: whitesmoke;
  width: 240%;
  height: 18.7em;
  float: left;
  position: absolute;
  z-index: 0;
  left: -180px;
  margin-top: -2.6em;
}
.search fieldset + .btn-toolbar {
  position: absolute;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
  margin-left: 0;
  float: left;
  margin-right: 3em;
  margin-top: 3em;
}
.search .btn-toolbar .chzn-container.chzn-container-single {
  margin-top: 0.7em;
}
.search .searchby {
  position: absolute;
}
.view-search legend {
  z-index: 11;
  position: absolute;
}
.search .only label {
  margin-top: 5em;
}
.searchintro span.badge.badge-info {
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}
.searchintro {
  border-bottom: 2px solid silver;
  margin-bottom: 2em;
  font-size: 1.7em;
  padding: 1em 0 !important;
  clear: both;
}
.highlight {
  background: #FFFE8D;
}
dl.search-results {
  font-size: 1.2em;
}
dd.result-created {
  border-bottom: 2px dotted silver;
  padding-bottom: 2em;
}
ul.social-icons {
  float: right;
  margin-right: 0em !important;
  margin-top: 0.1em;
}
ul.social-icons [class*=" fa-"] {
  margin-left: 8px;
  margin-right: 0px;
}
#sp-header {
  height: 100px !important;
}
.fa-twitter:before,
.fa-google-plus:before,
.fa-facebook-f:before,
.fa-facebook:before,
.fa-youtube:before,
.fa-linkedin:before {
  opacity: 0.6;
  transition: 0.2s ease;
}
.fa-twitter:hover:before,
.fa-google-plus:hover:before,
.fa-facebook-f:hover:before,
.fa-facebook:hover:before,
.fa-youtube:hover:before,
.fa-linkedin:hover:before {
  opacity: 1;
  transition: 0.2s ease;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 1px;
}
.fa-facebook-f:before,
.fa-facebook:before {
  color: white;
  background: #999;
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
}
.fa-youtube:before,
.fa-linkedin:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-linkedin:before {
  background: #999;
  color: white;
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
}
.footer-project img {
  background-color: white;
  width: 20px;
  height: 20px;
  margin: 2px 8px -2px 0;
  border-radius: 3px;
  padding: 2px;
}
.footer-project * {
  color: white !important;
}
.footer-project a:hover {
  text-decoration: underline;
}
.footer-project + p {
  line-height: 0.4em;
}
.footer-copy div span {
  font-size: 0.7em !important;
}
.footer-copy > div {
  width: 50% !important;
}
.footer-copy div div {
  line-height: 1em;
  margin-left: 2em;
  width: 13em !important;
}
.footer-copy div a {
  color: white;
}
.footer-copy div a:hover {
  color: white;
  text-decoration: underline;
}
article.item {
  font-size: 1.2em;
  font-weight: 500;
}
.CTA-right-square {
  display: block;
  float: right;
  text-align: center;
  padding: 2em 1em;
  font-weight: bold;
  font-size: 1.4em;
  background: rgba(255,179,46,0.32);
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: .5em;
  width: 363px;
  margin-left: 1em;
  line-height: 1.4em;
}
.CTA-right-square a {
  color: #305592;
}
.how-does-ldn-work .sppb-section.fullwidth-section {
  background: #9CD3E3 !important;
  margin-bottom: 2em;
  margin-top: -2px;
  color: #153973;
  text-shadow: 1px 1px 2px #FFFFFF;
  border-top: 1px solid #9CC8D6;
}
.how-does-ldn-work .video-container.col-md-6.col-sm-6.col-xs-12 {
  width: 40%;
}
.how-does-ldn-work .fullwidthrow p {
  font-size: 1.5em !important;
  line-height: 2em;
  font-weight: 300;
}
.how-does-ldn-work .col-md-12.col-sm-12.col-xs-12 {
  margin-bottom: 2em;
}
.how-does-ldn-work .page-header {
  padding: 0 8% 3em !important;
}
#sp-bottom {
  background: white !important;
}
body .jsn-bootstrap3 .box1 h3 {
  color: #16537d;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.pb-module-content h3 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  color: inherit !important;
}
.about-ldnscience h2 {
  margin: 2em 0 0.5em !important;
}
.about-ldnscience .col-md-3.col-sm-3.col-xs-12 {
  background-color: #DFEDF8;
  min-height: 32em;
  font-size: 0.9em;
  box-sizing: border-box;
  border: 0.5em solid white;
  border-radius: 2em;
  padding: 2em;
  margin-top: 1em;
}
.about-ldnscience .col-md-3.col-sm-3.col-xs-12 .pb-element-image {
  height: 8em;
}
.external-website-item {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 2px #9AD5E6 dotted;
  padding: 0em 0 2em;
  margin: 0 0 2em 0;
  float: right;
}
.external-website-item-title {
  float: right;
  width: 85%;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.external-website-item-description {
  float: right;
  width: 85%;
}
.external-website-item-logo {
  float: left;
  width: 14%;
}
.external-website-item-logo img {
  border: 1px solid silver;
  width: 9em !important;
  margin-bottom: 0;
  border-radius: 50%;
  height: 9em;
}
.pagination.pagination-toolbar.clearfix #limit + div {
  margin: 0 1em;
}
#sp-ldn-footer {
  padding: 20px 0 0px 0;
}
div#sp-ldn-footer-1 {
  padding: 0 0 0 20px;
}
.footer-about {
  width: 42% !important;
  line-height: 1.6em;
}
.footer-about div > div > span {
  margin-bottom: -5px;
  display: block;
}
.mcSignupModule {
  background-color: #366389;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 2em;
}
.mcSignupModule:before {
  content: " ";
  background: url(/images/article_images/signup-icon.png) no-repeat right bottom transparent;
  width: 50px;
  height: 32px;
  float: left;
  position: absolute;
  margin: 10px 0px 0 -33px;
}
.mcSignupResult {
  color: white;
  line-height: 1.4em;
  padding-top: .7em;
  padding-bottom: .7em;
  padding-left: 2em;
}
.footer-project + p + .box.rounded-10.text-center {
  background: #366389 !important;
  padding: 10px;
  line-height: 1.4em;
  transition: 0.2s ease;
}
.footer-project + p + .box.rounded-10.text-center:hover {
  background: #0B3A62 !important;
  transition: 0.2s ease;
}
#sp-ldn-footer {
  padding: 20px 0 0px 0 !important;
}
.footer-project + p + .box.rounded-10.text-center span:first-child {
  color: #fff154 !important;
  width: 100%;
  margin: 6px 0;
  float: left;
}
#sp-ldn-footer-4 .custom > p {
  font-weight: 600;
}
.mcSignupModule .intro {
  float: left;
  font-weight: 700;
  line-height: 4em;
  margin-right: 7px;
  color: #A5D1F7;
  margin-left: 22px;
  font-size: 0.9em;
}
div#sp-ldn-footer-2 {
  width: 49.666667% !important;
}
div#sp-ldn-footer-4 {
  width: 17%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mcSignupModule .padding-top-bottom-10px {
  padding-bottom: 0;
}
.mcSignupModule .pull-left input[type=text] {
  width: 18em;
  margin-right: 6px;
  padding: 0.05em 0.2em;
}
.mcSignupModule input.btn.btn-primary.button.mcSignupSubmit {
  background: #aad6fc;
  color: #366389;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6em;
}
.mcSignupModule .intro,
.mcSignupModule .outro {
  margin-bottom: 0;
}
.box1 p {
  line-height: 1.5em;
}
body .jsn-bootstrap3 .pb-element-container {
  margin: 0 0 10px 0;
}
body .jsn-bootstrap3 h1,
h1 {
  font-size: 23px;
}
body .jsn-bootstrap3 h2,
h2 {
  font-size: 20px;
}
.strongemphasis {
  font-weight: 700;
}
#toolbar {
  left: 0;
  position: fixed;
  top: 32%;
  width: 37px;
}
#sp-section-1 {
  background-color: #fff !important;
  color: #605a5f !important;
  padding: 0.1em 0 0;
  margin-bottom: 0em !important;
}
#sp-main-body .addtoany_container {
  display: none;
}
.width80 {
  width: 80px;
}
h3.pb-module-title,
h3.sp-module-title {
  color: #5593ca;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 1.2em !important;
  padding: 5px 15px;
  background: url(/images/article_images/h2-bg.jpg) no-repeat right bottom #cde3ee;
}
body .ldnModule {
  background-color: #f7fafd;
}
body .ldnModule h3.pb-module-title,
body .ldnModule h3.sp-module-title {
  color: #5593ca;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 1.2em !important;
  padding: 5px 15px;
  background: url(/images/article_images/h2-bg.jpg) no-repeat right bottom #cde3ee;
}
body .ldnModule .sp-module-content h3 {
  color: #3e3e3e;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  float: none;
}
h1,
h2,
h3,
body .jsn-bootstrap3 h1,
body .jsn-bootstrap3 h2,
body .jsn-bootstrap3 h3 {
  font-weight: bold;
  margin-top: 0;
  color: #057DBF;
  margin-bottom: 20px;
}
body .jsn-bootstrap3 h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
div#system-message-container {
  top: 8em;
  box-sizing: border-box;
  position: absolute;
  width: 400px !important;
  z-index: 1;
  display: block;
  left: 50%;
  margin: 0 0 0 -200px;
  font-weight: 600;
}
div#system-message-container .alert {
  margin-bottom: 0;
  border: 0.6em solid rgba(192,192,192,0.54);
  border-radius: 10px;
}
li.padding-bottom-15.logos {
  text-align: center;
  border: 0;
  background: #F7FAFD;
}
li.padding-bottom-15.logos img {
  margin-top: 0.5em;
  max-height: 5em;
  min-height: 5em;
}
.lSSlideOuter .lSPager.lSpg > li {
  border: 0;
}
a.close {
  margin: 0 24px 0 0;
  background-color: white;
  opacity: 1;
  border-radius: 50%;
  height: 1em;
  float: right;
  width: 1em;
  text-align: center;
}
#sp-main-body {
  padding: 0px 0 0 0;
  background: url(/images/article_images/page-title-bg.jpg) no-repeat right top #fff;
  background-size: 100% 6em;
}
.homepage.homepage #sp-main-body {
  background: none;
  padding-top: 2em;
}
.homepage.homepage article.item {
  font-size: 1em;
}
table.table.table-striped {
  font-size: 1.15em;
  font-weight: 400;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  border: 0;
}
body.itemid-1207.homepage.homepage #sp-main-body {
  padding-top: 0;
}
body.itemid-1207.homepage.homepage.itemid-1207.homepage.homepage h1 {
  color: inherit !important;
  margin: 1.5em 0 1em !important;
  line-height: 1.5em;
}
body.itemid-1207 .hp-video + div p {
  margin-left: 5px;
}
body.itemid-1207.homepage.homepage #sp-main-body .addtoany_container + .sppb-section {
  background: url(/images/article_images/hp-slider-bg1.jpg) no-repeat right top #f5f8fc;
  padding: 1em 0;
  margin-bottom: 3em;
  background-size: 100% 120%;
}
body.itemid-1207 #sp-main-body .addtoany_container + .sppb-section h2,
body.itemid-1207 #sp-main-body .addtoany_container + .sppb-section h3 {
  color: #153973;
  font-size: 1.75em;
  line-height: 1.7em;
  font-weight: 600;
  padding: 0 !important;
  text-align: left;
}
.homepage #sp-main-body .addtoany_container + .sppb-section h2 {
  margin: 2px 0 0 0 !important;
}
.homepage .hp-top-banner-box .pb-element-container > div>div>h3 {
  margin: 0 0 0.3em;
  font-weight: 600;
  color: #0161a6;
  font-size: 22px;
}
.homepage .hp-top-banner-box .pb-element-container > div>div>h3:last-child {
  margin: 0 0 1em;
}
body.itemid-1207 .hp-ldn-box,
body.itemid-1207 .hp-get-ldn-box,
body.itemid-1207 .hp-ldn-research-box,
body.itemid-1207 .hp-news-alerts-box {
  background: #dfedf8;
  border: 1em white solid;
  box-sizing: border-box;
  border-radius: 2em;
  margin-top: 2em;
  font-size: 1.2em;
}
body.itemid-1207 .hp-video {
  padding: 0 !important;
  margin: 0;
  border: 0;
  background: none;
}
body.itemid-1207 .hp-news-alerts-box h3,
body.itemid-1207 .col-md-6.col-sm-6.col-xs-12 h2,
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 h2 {
  text-align: center;
}
body.itemid-1207 .hp-news-alerts-box h3:before,
body.itemid-1207 .col-md-6.col-sm-6.col-xs-12 h2:before,
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 h2:before {
  content: ' ';
  width: 100px;
  height: 100px;
  background: white;
  display: block;
  border-radius: 50%;
  margin: -3em auto 1em;
}
body.itemid-1207 .hp-ldn-box h2:before {
  background-image: url(/images/article_images/ico-faq.png) !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: 0.5em 0.5em !important;
}
body.itemid-1207 .hp-ldn-research-box h2:before {
  background-image: url(/images/article_images/ico-researchers.png) !important;
  background-size: 100% !important;
}
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 h2:before {
  background-image: url(/images/article_images/ico-find.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 {
  background: #fffdd8;
}
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 .col-md-6.col-sm-6.col-xs-12 {
  text-align: center;
}
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 .col-md-6.col-sm-6.col-xs-12 a {
  color: white;
  display: block;
  background: #057ca2;
  margin: 2em auto;
  width: 56%;
  border-radius: 0.2em;
  transition: 0.2s ease;
  padding: 0.4em;
  font-weight: bold;
}
body.itemid-1207 .hp-get-ldn-box.col-md-12.col-sm-12.col-xs-12 .col-md-6.col-sm-6.col-xs-12 a:hover {
  text-decoration: none;
  background: #086a89;
  transition: 0.2s ease;
}
body.itemid-1207 .hp-news-alerts-box h3 {
  font-weight: bold;
  margin-top: 0;
  color: #057DBF;
  margin-bottom: 20px;
  background: none;
  text-transform: inherit !important;
}
body.itemid-1207 .hp-news-alerts-box h3:before {
  font-weight: bold;
  margin-top: -3em;
  color: #057DBF;
  margin-bottom: 20px;
  background-color: white;
  text-transform: inherit !important;
  font-size: 20px !important;
  background-image: url(/images/article_images/ico-news.png) !important;
  background-size: 100%;
}
body.itemid-1207 .hp-news-alerts-box h3:after {
  content: "Keep up to date on the latest LDN news and research.";
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 0.9em;
  margin: 1em 0 0;
}
body.itemid-1207 .latestnews.ldnModule > div > small,
body.itemid-1207 .latestnews.ldnModule > div > a {
  width: 100%;
  font-size: 0.9em;
}
body.itemid-1207 .latestnews.ldnModule > div > a:hover {
  text-decoration: underline;
}
body.itemid-1207 .latestnews.ldnModule > div > small {
  font-size: 0.8em;
}
body.itemid-1207 .latestnews.ldnModule > div {
  border-top: 1px solid white;
  padding: 0.5em 0 0.25em;
  margin: 0.5em 0 0;
}
body.itemid-1207 .latestnews.ldnModule.ldnModule {
  background: none;
  height: 30em !important;
  max-height: 30em !important;
}
body.itemid-1207 .hp-news-alerts-box .jsn-pb-module-element.pb-element-container.pb-element-module {
  width: 100%;
}
body.itemid-1207 .hp-news-alerts-box .mcSignupModule {
  margin: 0 -1em -1.2em;
  border-radius: 0 0 0.5em 0.5em;
}
body.itemid-1207 .hp-news-alerts-box  .pull-left input[type=text] {
  width: 16em;
}
body.itemid-1207 div.hp-donate {
  background: #057dbf;
  border: 1em white solid;
  box-sizing: border-box;
  border-radius: 2em;
  margin-top: 2.65em !important;
  color: white;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.7em;
  padding: 2em 1em 1em;
}
body.itemid-1207 div.hp-donate:before {
  content: ' ';
  width: 100px;
  height: 100px;
  background: white;
  display: block;
  border-radius: 50%;
  margin: -6em auto 1em;
  background-image: url(/images/article_images/ico-donate.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.itemid-1207 div.hp-donate a {
  color: white;
  display: block;
  background: #ffb347;
  margin: 1em auto 0;
  width: 78%;
  border-radius: 0.2em;
  transition: 0.2s ease;
}
body.itemid-1207 div.hp-donate a:hover {
  text-decoration: none;
  background: #F39106;
  transition: 0.2s ease;
}
div#sp-top2 .sp-module {
  float: right;
  margin-top: 0.44em !important;
}
body.site-map h1,
#sp-main-body h1 {
  width: 100%;
  color: white;
  margin: 1em 0 3em;
}
.breadcrumb>li+li:before {
  color: #868686;
}
.breadcrumb>.active {
  max-width: 42em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  margin-bottom: -5px;
  PADDING-right: 0.5em;
}
ol.breadcrumb {
  margin: 20px 0 -60px 0;
  z-index: 1;
  width: auto;
  text-align: right;
  font-weight: 600;
  FONT-SIZE: 1.1em;
  color: white;
  right: 0;
  background: rgba(255,255,255,0.4);
  position: absolute;
}
.page-header {
  padding: 0 0 3em !important;
  margin: 0.2em 0 0 0 !important;
  border: 0 !important;
}
body.homepage #sp-main-body {
  padding: 0;
}
body.homepage #sp-main-body .entry-header,
body.homepage #sp-main-body article.item {
  margin-bottom: 0;
}
#sp-search,
#sp-search form {
  display: inline-block;
  line-height: 7px !important;
  margin-top: 14px !important;
}
.sp-megamenu-parent >li >a {
  letter-spacing: 0;
}
#sp-menu {
  font-weight: 500 !important;
}
#sp-top-bar {
  background-color: #bcdaf4;
}
#sp-top-bar .fa {
  color: #4681b2;
}
#sp-top1 a {
  color: #718291;
}
#sp-footer {
  color: #a5d1f7;
}
.padding-top-bottom-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-top-bottom-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}
.padding-bottom-15 {
  padding-bottom: 15px;
}
.padding-top-bottom-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-none {
  padding: 0;
}
.otherteam .member {
  padding: 5px;
  max-width: 100px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 60%;
  z-index: 55;
}
.form-actions .btn[type='submit'],
.layout-doctor-registration button.btn.btn-primary.validate[type="submit"],
.view-question_and_answers.layout-submit-question button.btn.btn-primary.validate[type="submit"],
.layout-submit-story button.btn.btn-primary.validate[type="submit"] {
  float: right;
}
.layout-doctor-registration .form-actions,
.view-question_and_answers.layout-submit-question .form-actions,
.layout-submit-story .form-actions {
  clear: both;
}
.start_date,
.location,
.location + div a {
  font-size: 1em;
  font-weight: 600;
}
.location + div a {
  margin-bottom: 3em;
}
.register_doctor {
  background: whitesmoke;
  padding: 2em 2em 0;
  border-radius: 1em;
  margin-bottom: 2em;
}
a.btn-submit-question,
a.btn-submit-story {
  background: #FFB32E !important;
  text-shadow: 0 0 0;
  font-weight: 600 !important;
  color: inherit !important;
  padding: 0.45em 1em;
  border-radius: 5px;
  font-size: 0.9em;
  border: 1px solid #ccc;
  margin: 1em 0;
  float: left;
}
img.we-support-ldn.thumb-plg {
  width: 120px;
}
body.resources .col-md-4.col-sm-4.col-xs-12 h2 {
  text-align: center;
}
.newsletter.col-md-4.col-sm-4.col-xs-12 h2:before {
  background-image: url(/images/article_images/ico-newsletter.png);
}
.interviews.col-md-4.col-sm-4.col-xs-12 h2:before {
  background-image: url(/images/article_images/ico-interviews.png);
}
.vip.col-md-4.col-sm-4.col-xs-12 h2:before {
  background-image: url(/images/article_images/ico-vip.png);
}
.layout-doctor-registration div#dynamic_recaptcha_1 + fieldset .control-group {
  width: 100%;
  margin-bottom: 0em;
}
.layout-doctor-registration div#dynamic_recaptcha_1 + fieldset .control-label {
  width: 96%;
  float: right;
  text-align: left;
}
.layout-doctor-registration div#dynamic_recaptcha_1 + fieldset .controls {
  float: left;
  margin: 0;
  width: 4% !important;
}
.search_doctor {
  font-size: 1.2em;
  font-weight: 500;
}
.find-a-doctor .radio label {
  width: auto !important;
  padding-left: 1px !important;
  display: block;
}
.search_doctor {
  font-size: 1.2em;
  font-weight: 500;
}
.patients .patients-stories.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.purpose {
  font-size: 1.1em;
  font-weight: 400;
  margin: 1em 0;
}
.jsn-bootstrap3 a.btn-find-doctor:hover,
.jsn-bootstrap3 a.btn-find-doctor {
  display: block;
  border: 1px solid;
  width: 22em;
  margin: 1.4em auto;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  font-weight: 700;
  background: #057DBF;
  color: white;
}
.jsn-bootstrap3 a.btn-find-doctor:hover {
  text-decoration: none;
  color: white;
  background: #04527D;
}
a.btn-doctor-registration {
  margin-right: 20%;
}
a.btn-doctor-registration.btn-doctor-registration:before,
a.btn-submit-question:before,
a.btn-submit-story:before,
.patients-stories .btn.btn-default:before,
p.link a:before {
  content: "+";
  float: left;
  width: 1.5em;
  height: 1.5em;
  background: white !important;
  text-align: center;
  line-height: 1.1em;
  border-radius: 50%;
  margin: -0.34em 0em 0px -1.7em;
  position: absolute;
  border: 3px solid #FFB32E;
  color: #FFB32E !important;
  font-size: 2em;
}
a.btn.btn-default.btn-submit-question {
  float: left;
  margin-left: 1.3em;
}
.patients .sppb-section {
  margin: 0px 0 2em 0;
  padding: 0 0 0em 0;
  float: right;
}
a.btn-doctor-registration.btn-doctor-registration,
a.btn-submit-question,
a.btn-submit-story,
.patients-stories .btn.btn-default {
  float: right;
  background: #FFB32E;
  text-shadow: 0 0 0;
  font-weight: 600;
  color: inherit;
  font-size: 1em;
  padding: 0.3em 1em 0.5em 2em;
  border-radius: 17px;
  border: 0px solid #ccc;
}
a.btn-doctor-registration.btn-doctor-registration:hover {
  color: inherit !important;
}
.ldn-box {
  background: #DFEDF8;
  padding: 1em;
  border-radius: 1em;
  border: 0.5em white solid;
  min-height: 20em !important;
  margin: 0.5em 0;
}
.ldn-box span.intro {
  min-height: 7em;
  display: block;
}
.resources-box h2:before,
.ldn-box h2:before {
  content: ' ';
  width: 5em;
  height: 5em;
  background: white;
  display: block;
  border-radius: 50%;
  margin: -3em auto 1em;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
.resources-interview-experts.resources-box h2:before {
  background-image: url(/images/article_images/ico-expert.png);
}
.resources-interview-patients.resources-box h2:before {
  background-image: url(/images/article_images/ico-patient.png);
}
.resources-external-links.resources-box h2:before {
  background-image: url(/images/article_images/ico-links.png);
}
.success_doctor {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 13em 0;
  padding: 22px 0px 20px 107px;
  background: url(/images/article_images/ico-thumbsup.png) no-repeat;
}
.ldn-box.ldn-what-is-ldn h2:before {
  background-image: url(/images/article_images/ico-faq.png);
}
.ldn-box.ldn-timeline h2:before {
  background-image: url(/images/article_images/ico-timeline.png);
}
.ldn-box.ldn-how-work h2:before {
  background-image: url(/images/article_images/ico-ldn.png);
}
.ldn-box.ldn-what-used-for h2:before {
  background-image: url(/images/article_images/ico-use.png);
}
.ldn-box.ldn-researchers h2:before {
  background-image: url(/images/article_images/ico-researchers.png);
}
.resources-box.col-md-4.col-sm-4.col-xs-12 {
  background: #DFEDF8;
  padding: 1em;
  border-radius: 1em;
  border: 0.5em white solid;
  min-height: 20em !important;
  margin: 0.5em 0;
}
.resources-box h2
.ldn-box h2 {
  text-align: center;
}
.resources-box.resources-interview-experts .read-more,
.resources-box.resources-interview-patients .read-more {
  margin-top: 3.76em;
}
.search_doctor .page-header p.link a,
#results + p.link a,
.search_doctor .page-header p.link a {
  float: right;
  background: #FFB32E;
  text-shadow: 0 0 0;
  font-weight: 600;
  color: inherit;
  font-size: 0.9em;
  padding: 0.2em 1em 0.2em 3em;
  border-radius: 17px;
  border: 0px solid #ccc;
}
#results + p.link a {
  margin-bottom: 2em;
}
div#results .findadoctor-list {
  background: whitesmoke;
  padding: 2em;
  border-radius: 10px;
  border: #FFB32E solid 1px;
  margin-bottom: 1em;
}
.search_doctor fieldset {
  background: whitesmoke;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: 2em;
}
.search_doctor fieldset > div {
  margin-top: 20px;
}
.search_doctor fieldset > div:first-child {
  margin-top: 0px;
}
.search_doctor fieldset label {
  float: left;
  width: 160px;
  text-align: right;
  margin-right: 17px;
  line-height: 2.4em;
}
.search_doctor .page-header .link + p {
  font-weight: 400;
  margin-top: 0;
  color: inherit;
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7em;
}
.search_doctor .page-header {
  padding-bottom: 1em !important;
}
div#us-only {
float:right;
}
#results div#us-only {
  margin: 3em auto;
  width: 92% !important;
  padding: 3em !important;
}
#results div#us-only div {
  width: 100% !important;
}
a[href="https://ldndoctor.com"]:before {

}
.findadoctor-list .storyRow {
  border-top: 2px dotted #FFB32E;
  padding-top: 2em;
}
.storyRow:first-child {
  border-top: 0;
  padding-top: 0;
}
.shortDT strong {
  padding-right: 10px;
}
.postDT strong {
  float: left;
  width: 100px;
}
.sp-megamenu-parent >li >a:hover {
  background-color: #366389;
  color: white !important;
}
form#member-registration {
  background: whitesmoke;
  padding: 2em;
  border-radius: 1em;
  margin-bottom: 2em;
}
section#sp-ldn-footer .copyright {
  font-size: 0.8em;
  line-height: 1.6em;
}
ul.nav.menu.footermenu a:hover {
  text-decoration: underline;
}
.ldn-discovery-timeline {
  padding: 0;
}
.timeline-item {
  float: left;
  width: 100%;
  background: url(/images/article_images/timeline-bg.png) repeat-y 49.8% top transparent;
  font-size: 0.95em;
  padding-bottom: 0.05em;
  margin-top: -2.5em;
}
#system-message-container + .timeline-item {
  margin-top: 2em !important;
}
#system-message-container + .timeline-item .timeline-item-title {
  margin-top: 0em;
}
#system-message-container + .timeline-item .timeline-item-year {
  margin-top: -1em;
}
.timeline-item:hover .timeline-item-title,
.timeline-item:hover .timeline-item-description {
  background-color: #ffebbe;
}
.timeline-item:hover .timeline-item-year {
  background: #FFB32E;
}
.timeline-item:nth-child(odd):hover .timeline-item-title:after {
  border-left-color: #FFB32E !important;
}
.timeline-item:nth-child(even):hover .timeline-item-title:before {
  border-right-color: #FFB32E !important;
}
.timeline-item:hover .timeline-item-title,
.timeline-item:hover .timeline-item-description,
.timeline-item:hover .timeline-item-year {
  border-color: #FFB32E;
  transition: 0.3s ease;
}
.timeline-item-year {
  display: block;
  font-weight: 700;
  color: #153973;
  background: #72CFFF;
  text-align: center;
  border-radius: 0.5em;
  border: 0;
  margin: -2.5em 42.6% 0;
  font-size: 1.1em;
  float: left;
  padding: 0.1em 0.9em;
  position: absolute;
}
.timeline-item:nth-child(even) .timeline-item-year {
  margin-left: 49.9%;
}
h1 + .timeline-item {
  margin-top: 2em;
  padding-top: 1.7em;
}
.timeline-item:last-child {
  background: none;
  margin-bottom: 4em;
}
.timeline-item .timeline-item-icon {
  display: none;
}
.timeline-item .timeline-item-title,
.timeline-item .timeline-item-description {
  width: 45%;
  font-size: 1.2em;
  padding: 0.5em 1em;
  font-weight: 400;
}
.timeline-item:nth-child(odd):hover .timeline-item-year:after,
.timeline-item:nth-child(even):hover .timeline-item-year:before {
  background-color: #FFB32E;
  transition: 0.2s ease;
}
.timeline-item:nth-child(odd) .timeline-item-year:after {
  content: " ";
  float: right;
  width: 1.3em;
  height: 0.3em;
  background: #72CFFF;
  margin: 0.8em 0 0 0.7em;
  position: absolute;
}
.timeline-item:nth-child(even) .timeline-item-year:before {
  content: " ";
  float: right;
  width: 1.5em;
  height: 0.3em;
  background: #72CFFF;
  margin: 0.8em -2.7em 0 -2.2em;
  position: absolute;
}
.timeline-item-title {
  margin-top: -1em;
  border-radius: 1em 1em 0 0;
  font-weight: 700 !important;
  border-style: solid;
  border-color: #72CFFF;
  border-width: 0em;
}
.timeline-item-description {
  margin-top: -10px;
  padding-top: 0 !important;
  border-radius: 0 0 1em 1em;
  border-style: solid;
  border-width: 0em;
  border-color: #72CFFF;
  border-top: 0;
  margin-bottom: 1.8em;
}
.timeline-item .timeline-item-title,
.timeline-item .timeline-item-description {
  background: #e7f7ff;
  transition: 0.3s ease;
}
.timeline-item:nth-child(even) .timeline-item-title,
.timeline-item:nth-child(even) .timeline-item-description {
  float: right;
  clear: right;
}
.timeline-item:nth-child(odd) .timeline-item-title,
.timeline-item:nth-child(odd) .timeline-item-description {
  float: left;
  clear: left;
}
.jsn-bootstrap3 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
ul.list-unstyled li {
  float: left;
  width: 20%;
}
.patients-faq {
  margin: 0 -1.5em !important;
}
.ldn .patients-box {
  margin: 1em -1em;
}
ldn .patients-box.col-md-6.col-sm-6.col-xs-12 {
  min-height: 11em;
}
.what-is-ldn-used-for ul.list-unstyled li {
  float: left;
  width: 100%;
}
.ldn_stories_diseases ul.list-unstyled,
.what-is-ldn-used-for ul.list-unstyled {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
  color: #5FB5FF;
}
.what-is-ldn-used-for .col-md-4.col-sm-4.col-xs-12 {
  margin-top: 1em;
  background: #DFEDF8;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 2em;
  border: 1em white solid;
}
.what-is-ldn-used-for .col-md-4.col-sm-4.col-xs-12 h3 {
  margin-bottom: 0em;
}
.patients-faq ul.list-unstyled li {
  width: 100%;
}
.patients-faq ul.list-unstyled li:before {
  content: " ";
  float: left;
  width: 1em;
  height: 1em;
  background: #8BC3F3;
  border-radius: 50%;
  margin: 0.2em 0.4em;
}
@media only screen and (max-width: 480px) {

.homepage .hp-top-banner-box .pb-element-container > div>div>h3 {font-size:1.4em; margin:1em 0; line-height:1.5em}

div#us-only {
float:none;
}

  ul.social-icons {
    margin-right: 0.7em;
  }
  .external-website-item:first-child {
    margin-top: 3em;
  }
  .external-website-item-logo {
    width: 100%;
  }
  .external-website-item-title,
  .external-website-item-description {
    width: 100%;
  }
  .external-website-item-logo img {
    margin: 0 auto 1em;
  }
  .view-external_links {
    padding: 0;
  }
  .view-external_links .col-md-offset-3.col-md-6.text-center {
    float: left;
  }
  .patients .patients-stories.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .patients-box a.btn-submit-story {
    margin: 0 auto;
    float: none;
  }
  .row.researcher-item:first-child {
    margin-top: 4em;
  }
  .ldn-box {
    margin: 1.5em 0;
  }
  .patients-stories .col-md-12.text-center,
  .research .col-md-12.text-center {
    float: left;
  }
  .hp-news-feed,
  .hp-cure-leaders-box > div {
    height: auto;
  }
  div#cureleader {
    padding-top: 2em;
    height: 210px !important;
  }
  body.about-us .hp-our-people .col-md-5.padding-none img {
    height: inherit;
  }
  .hp-cure-leaders-box.col-md-7.col-sm-7.col-xs-12,
  .hp-our-people-box.col-md-7.col-sm-7.col-xs-12 {
    padding-left: 0px !important;
    margin: 0px 0 0 6px;
  }
  .view-patient_interviews.interviews-patients  #sp-main-body {
    margin-top: -4em !important;
  }
  .col-xs-6.col-sm-6.col-md-3.member {
    padding: 0px 0.7em;
    width: 50%;
  }
  .homepage .hp-our-people .member a.thumbnail {
    height: 5em;
    width: 5em;
    margin: 0 auto !important;
  }
  .hp-video-box.col-md-6.col-sm-6.col-xs-12 {
    padding: 1em;
    margin: 0 0px 0 4%;
    width: 91%;
  }
  body .jsn-bootstrap3 .box1 {
    width: 100%;
  }
  .gradientbox1 p,
  .gradientbox2 p,
  .gradientbox3 p,
  .gradientbox4 p {
    opacity: 1;
  }
  #sp-search .pull-right,
  .sp-contact-info {
    float: none !important;
  }
  #sp-top2,
  #sp-top1 {
    text-align: center;
  }
  ul.sp-contact-info {
    margin: 0;
    margin-bottom: 10px;
  }
}
#sp-top-bar {
  background-color: #f5f5f5;
  color: #999999;
}
#sp-page-builder .page-content > p:first-child {
  margin: 0;
}
.sppb-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bottom_links {
  font-weight: 600;
  font-size: 1.3em;
  padding: 0 0.5em 1em;
  float: left;
  width: 103%;
  margin: 2em -1% 1em;
}
.bottom_links > span {
  display: block;
  background: #dfedf8;
  float: left;
  width: 31%;
  margin: 1% 1%;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 0.5em;
  text-align: center;
  min-height: 11em;
}
.bottom_links > span:before {
  content: ' ';
  width: 5em;
  height: 5em;
  background-color: #6eb3e8;
  display: block;
  border-radius: 50%;
  margin: -3em auto 1em;
  background-size: 100%;
  background-position: -1%;
  background-repeat: no-repeat;
  border: .13em solid white;
}
span.color-magenta {
  background-color: #f2cae3;
}
span.color-cyan {
  background-color: #a6f1f1;
}
span.color-green {
  background-color: #dbe8a8;
}
span.color-yellow {
  background: #ffe7be;
}
span.color-blue {
  background: #c5d1d8;
}
span.color-magenta:before {
  background-color: #e073b7;
}
span.color-cyan:before {
  background-color: #5bb8c1;
}
span.color-green:before {
  background-color: #acc159;
}
span.color-yellow:before {
  background-color: #e4b15b;
}
span.color-blue:before {
  background-color: #709fb7;
}
span.bottom_link_home:before {
  background-image: url(/images/article_images/ico-home-white.png);
}
span.bottom_link_doctor:before {
  background-image: url(/images/article_images/ico-doctor-white.png);
}
span.bottom_link_find:before {
  background-image: url(/images/article_images/ico-find-white.png);
}
span.bottom_link_timeline:before {
  background-image: url(/images/article_images/ico-timeline-white.png);
}
span.bottom_link_use:before {
  background-image: url(/images/article_images/ico-use-white.png);
}
span.bottom_link_researchers:before {
  background-image: url(/images/article_images/ico-researchers-white.png);
}
span.bottom_link_patient:before {
  background-image: url(/images/article_images/ico-patient-white.png);
}
span.bottom_link_news:before {
  background-image: url(/images/article_images/ico-news-white.png);
}
span.bottom_link_ldn:before {
  background-image: url(/images/article_images/ico-ldn-white.png);
}
span.bottom_link_links:before {
  background-image: url(/images/article_images/ico-links-white.png);
}
span.bottom_link_interviews:before {
  background-image: url(/images/article_images/ico-interviews-white.png);
}
span.bottom_link_geotag:before {
  background-image: url(/images/article_images/ico-geotag-white.png);
}
span.bottom_link_expert:before {
  background-image: url(/images/article_images/ico-expert-white.png);
}
span.bottom_link_faq:before {
  background-image: url(/images/article_images/ico-faq-white.png);
}
span.bottom_link_clinical:before {
  background-image: url(/images/article_images/ico-clinical-white.png);
}
span.bottom_link_donate:before {
  background-image: url(/images/article_images/ico-donate-white.png);
}
body.site-map ul.level_0 {
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 600;
}
body.site-map ul.level_1 {
  font-weight: 500;
}
fieldset#jform_publishemail {
  float: left;
}
.register_doctor {
  margin-top: 2em;
}
body.about-us h3.pb-module-title,
body.about-us h3.sp-module-title {
  padding: 5px 0;
  background: none;
}
body.about-us .pb-element-module {
  background: none;
  width: 100%;
}
body.about-us .pb-element-module .col-md-12 {
  padding: 0;
}
body.our-people .entry-image.intro-image a,
body.other-team-members .entry-image.intro-image
body.our-people .entry-image.intro-image,
body.other-team-members .entry-image.intro-image {
  width: 7em;
  text-align: center;
  border-radius: 50%;
  height: 7em;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto 1em;
  border: 1px solid silver;
}
.our-team-members h4 {
  font-size: 0.85em;
  font-weight: 700;
}
.our-team-members .entry-header {
  width: 85%;
  float: right;
  margin-top: 4em;
}
.our-people h2 {
  text-align: center;
}
.our-people article.item.leading-0 .entry-image.intro-image {
  float: none;
}
.our-team-members .entry-header h4 {
  font-weight: bold !important;
  margin-top: 0 !important;
  color: #057DBF !important;
  font-size: 20px !important;
}
.our-team-members .entry-image.intro-image,
.our-team-members .entry-image.full-image {
  width: 9em;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 2em;
  height: 9em;
  overflow: hidden;
  display: block;
}
.our-team-members p.readmore,
.our-team-members .ldn-team-page-header {
  text-align: center;
}
.our-team-members .entry-image.intro-image {
  margin: 0 auto 1em;
}
a.read-more {
  display: block;
  text-align: right;
  margin-top: 1em;
  font-weight: bold;
  margin-right: 1em;
  font-size: 0.95em;
}
a.read-more:after {
  content: "...";
}
.our-team-members p.readmore {
  margin: 1em 0 0;
}
.our-team-members .entry-image.intro-image img,
.our-team-members .entry-image.full-image img {
  width: 100%;
}
.our-founder h4 {
  font-weight: bold;
  margin-top: 0;
  color: #057DBF;
  margin-bottom: 20px;
  font-size: 1.2em;
}
body.our-founder .entry-image.full-image img {
  width: 100%;
  border-radius: 50%;
}
body.our-founder .entry-image.full-image {
  width: 12em;
  text-align: center;
  border-radius: 50%;
  height: 12em;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto 1em;
  border: 1px solid silver;
  box-shadow: 0 0 1px black;
}
.moshe-role {
  font-size: 0.9em;
  background: #DFEDF8;
  padding: 2em !important;
  box-sizing: border-box;
  border: 1em solid white;
  border-radius: 2em;
  height: 23em;
}
.about-box.about-contact.col-md-12.col-sm-12.col-xs-12,
.about-us .about-box.about-news.col-md-6.col-sm-6.col-xs-12,
.about-us .about-box.about-supporters.col-md-6.col-sm-6.col-xs-12,
.about-us .col-md-5.col-sm-12.col-xs-12.padding-bottom-15,
.about-us .col-md-7.col-sm-12.col-xs-12.innerldn.padding-bottom-15 {
  background: #DFEDF8;
  padding: 1em;
  border: 1em solid white;
  border-radius: 2em;
  margin-top: -1em;
}
.about-us .col-md-5.col-sm-12.col-xs-12.padding-bottom-15,
.about-us .col-md-7.col-sm-12.col-xs-12.innerldn.padding-bottom-15 {
  min-height: 18.5em;
}
.about-us .about-box.about-news.col-md-6.col-sm-6.col-xs-12,
.about-us .about-box.about-supporters.col-md-6.col-sm-6.col-xs-12 {
  min-height: 31em !important;
}
.pb-element-container.pb-element-text.text-jndvig.about-moshe-blog {
  text-align: center;
  font-weight: 600;
  margin: 1em;
}
body.our-people .ldn-team-page-header h4 {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}
body.our-people .ldn-team-page-header,
body.other-team-members .ldn-team-page-header {
  text-align: center;
  margin: 0 0 2em 0;
}
.our-people .entry-image.intro-image {
  float: left;
  margin: 0 1em 0 0;
}
body.our-people .ldn-team-page-header {
  margin: 2em 0 3em 0;
  float: none;
  width: 100%;
  text-align: center;
}
.about-us a.outer {
  font-weight: 700;
}
a.outer strong {
  font-weight: 500;
}
.about-ldnscience a.outer,
.our-supporters a.outer {
  float: none;
}
.our-supporters .cureleader-type-amount {
  font-size: 1.4em;
  margin: 1em auto;
  font-weight: 900;
  color: white;
  background: #15A4EE;
  width: 4em;
  height: 4em;
  line-height: 4em;
  position: relative;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 16px white;
  text-shadow: 1px 1px 0 gray;
}
.our-supporters .col-md-3.col-sm-3.col-xs-12:nth-child(1) .cureleader-type-amount {
  background-color: #CD7F32;
  background-image: linear-gradient(45deg,#FFB86C 16%,transparent 49%,transparent 0%,#FEB76A 80%,#FFFFFF), -webkit-linear-gradient(45deg,#FFFFFF 0%,transparent 15%,transparent 71%,#efefef 88%,#FFFFFF);
}
.our-supporters .col-md-3.col-sm-3.col-xs-12:nth-child(2) .cureleader-type-amount {
  background-color: #AFB5BF;
  background-image: linear-gradient(45deg,#DCDCDC 16%,transparent 49%,transparent 0%,#D9DADA 80%,#FFFFFF), -webkit-linear-gradient(45deg,#FFFFFF 0%,transparent 15%,transparent 71%,#efefef 88%,#FFFFFF);
}
.our-supporters .col-md-3.col-sm-3.col-xs-12:nth-child(3) .cureleader-type-amount {
  background-color: #FFC203;
  background-image: linear-gradient(45deg,#FDEFC5 16%,transparent 49%,transparent 0%,#FFE79C 80%,#FFFFFF), -webkit-linear-gradient(45deg,#FFFFFF 0%,transparent 15%,transparent 71%,#efefef 88%,#FFFFFF);
}
.our-supporters .col-md-3.col-sm-3.col-xs-12:nth-child(4) .cureleader-type-amount {
  background-color: white;
  color: #4485B7;
  box-shadow: 0 0 10px silver;
  background-image: linear-gradient(45deg,#ECF4FB 16%,transparent 49%,transparent 0%,#ECF4FB 80%,#FFFFFF), -webkit-linear-gradient(45deg,#FFFFFF 0%,transparent 15%,transparent 71%,#efefef 88%,#FFFFFF);
  text-shadow: 1px 1px 0 white;
}
.cureleader-type-level {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.5em;
  margin: 0.5em 0 1em;
  color: #4F575A;
}
.donate {
  background: #DFEDF8;
  padding: 2em 1em 1em;
  border-radius: 1em;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: 600;
}
.donate form {
  margin-bottom: 1em;
}
.cureleader-type-plaque.checked,
.cureleader-type-message.checked,
.cureleader-type-website.checked,
.cureleader-type-name.checked {
  color: #DFEDF8;
}
.cureleader-type-plaque.uncheck:after,
.cureleader-type-message.uncheck:after,
.cureleader-type-website.uncheck:after,
.cureleader-type-plaque.checked:after,
.cureleader-type-message.checked:after,
.cureleader-type-website.checked:after,
.cureleader-type-name.checked:after {
  content: "\f058";
  display: inline-block;
  text-align: right;
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
  color: #0DBF50;
  margin-bottom: 0.7em;
  margin-top: 0.23em;
  padding: 0;
}
.cureleader-type-plaque.uncheck:after,
.cureleader-type-message.uncheck:after,
.cureleader-type-website.uncheck:after {
  content: "\f057";
  color: silver;
}
.our-supporters .col-md-3.col-sm-3.col-xs-12 {
  background: #DFEDF8;
  padding: 1em;
  border: 1em solid white;
  border-radius: 2em;
  text-align: center;
  font-size: 0.9em;
  font-weight: 600;
}
.about-initiative.col-md-3.col-sm-3.col-xs-12 {
  background: #DFEDF8;
  border: 1em solid white;
  padding: 1em 0em 0;
  border-radius: 2em;
  min-height: 26em;
}
.about-ldnscience .about-initiative.col-md-3.col-sm-3.col-xs-12 {
  padding: 1em;
  min-height: 31em;
}
.about-supporters-options a:after {
  content: "\f06e";
  margin-left: 8px;
}
a.btn-contact-us:before {
  content: "\f003";
  margin-right: 8px;
}
.location + div a:after,
.about-box a[target="_blank"]:after,
a.outer:after {
  content: " \f14c";
  margin-left: 8px;
}
.location + div a:after,
a.btn-contact-us:before,
.about-box a[target="_blank"]:after,
a.outer:after,
.about-supporters-options a:after {
  background-image: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0,0);
}
.our-people .col-sm-3 .entry-image.intro-image {
  float: none;
}
body.our-people .col-sm-3 .ldn-team-page-header {
  float: none;
  width: 100%;
  text-align: center;
  margin: 2em 0 0 0;
}
body.other-team-members p.readmore {
  text-align: center;
  padding: 1em;
}
body.other-team-members a.btn.btn-default {
  font-size: 0.8em;
}
body.other-team-members .ldn-team-page-header {
  text-align: center;
}
body.in-the-news .entry-image.intro-image img.caption {
  border: 1px solid silver;
  width: 100% !important;
  margin-bottom: 1em;
  border-radius: 50%;
}
body.in-the-news article.item {
  font-size: 1.2em;
  font-weight: 500;
  border-bottom: 2px #9AD5E6 dotted;
  padding: 0em 0;
  margin: 0 0 3em 0;
  float: right;
}
body.in-the-news article.item h2 {
  line-height: 1.5em;
  font-size: 1em;
  font-weight: 600;
}
body.in-the-news article.item h2 a {
  font-weight: 600;
}
body.in-the-news article.item .entry-header {
  position: relative;
  margin-bottom: 1em;
}
body.in-the-news .img_caption p.img_caption {
  text-align: center;
}
body.in-the-news .readmoreblock {
  text-align: right;
}
.entry-header h2 a {
  color: #000;
  font-weight: 500;
  line-height: 1.5em;
}
body.in-the-news .entry-image.intro-image,
body.in-the-news .entry-image.full-image {
  float: left;
  margin-right: 2em;
  width: 10em;
}
body.our-supporters .jsn-bootstrap3.jsn-pagebuilder.pb-element-container.pb-element-image.about-initiative-logo {
  height: 8em;
}
.about-initiative:first-child .about-initiative-logo {
  padding-top: 27px;
}
.about-ldnscience .about-initiative-logo img[alt="Dipyridamole Eye Drops"],
body.our-supporters .about-initiative-logo img[alt="Dipyridamole Eye Drops"] {
  margin-top: 10px;
  margin-bottom: 0;
  position: absolute;
  margin-left: -21px;
}
.about-initiative.col-md-3.col-sm-3.col-xs-12:first-child a img {
  padding-top: 2em;
}
.about-ldnscience .about-initiative.col-md-3.col-sm-3.col-xs-12:first-child a img {
  padding-top: 0em;
}
.about-ldnscience .about-initiative-logo img[alt="We Fund The Cure"],
body.our-supporters .about-initiative-logo img[alt="We Fund The Cure"] {
  width: 74%;
  margin: 8px 12px 0;
  position: absolute;
}
.about-ldnscience .about-initiative-logo img[alt="We Fund The Cure"] {
  margin: 8px 24px 0;
}
body.our-supporters .about-initiative .pb-element-container {
  margin: 0 0 10px 0;
  font-size: 0.85em;
  padding: 0 2em;
  line-height: 1.6em;
}
.contentpane.container.newsletter-issue {
  padding-top: 100px;
}
#sp-header .logo h1 {
  float: none;
}
#sp-header .logo {
  display: table-cell !important;
  vertical-align: middle !important;
}
#sp-main-body {
  padding: 0px 0 0 0;
  background: url(/images/article_images/page-title-bg.jpg) no-repeat right top #fff;
  background-size: 100% 6em;
}
.page-header h1 {
  color: white;
  float: left;
  width: auto;
}
body.other-team-members .entry-image img {
  width: 7em;
  text-align: center;
  border-radius: 50%;
  height: 7em;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 3em 1em 0;
  float: left;
}
.no-pad-row.row {
  margin: 0;
}
.no-pad-row.row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.ldnpopup .close {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: 1042;
  font-size: 41px;
}
.ldnpopup .modal-content {
  position: relative;
  border: 10px solid rgba(188,199,218,0.65);
  background: transparent;
  color: white;
}
.ldnpopup .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
  #donatePopup .modal-dialog {
    width: 730px;
  }
}
#donatePopup .modal-body {
  background: #C1D2EE;
}
#donatePopup .modal-body .row {
  margin-left: -15px;
  margin-right: -15px;
}
#donatePopup .modal-body > .row {
  margin: 0;
}
@media (min-width: 768px) {
  #donatePopup .modal-body .custom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
#donatePopup .modal-body .custom > div:first-child {
  background: #366389;
}
#donatePopup .modal-body img {
  padding: 12px 0;
  margin: 0 auto;
}
#donatePopup .modal-body .col-image {
  background: url(/images/time-remaining.jpg) no-repeat;
  background-size: cover;
  padding: 0;
}
#donatePopup .modal-body .col-image .shade {
  text-align: center;
  background: rgba(54,99,137,0.66);
  padding: 5px 15px;
}
@media (min-width: 768px) {
  #donatePopup .modal-body .col-image .shade {
    margin-top: 122px;
  }
}
#donatePopup .modal-body .col-image .shade h4 {
  line-height: 1.4;
}
#donatePopup .modal-body .col-content {
  background: #C1D2EE;
  text-align: center;
}
@media (max-width: 767px) {
  #donatePopup .modal-body .col-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#donatePopup .modal-body .col-content h3 {
  font-size: 19px;
  font-weight: 600;
  color: #3F617D;
  line-height: 1.5;
  margin-bottom: 25px !important;
}
@media (min-width: 768px) {
  #donatePopup .modal-body .col-content h3 {
    width: 90%;
    margin: 0 auto;
    font-size: 25px;
  }
}
#donatePopup .modal-body .col-content .btn {
  min-width: 210px;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  #donatePopup .modal-body .col-content .btn {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
#signupPopup .modal-body {
  background-color: #366389;
}
#signupPopup .mcSignupModule:before {
  content: "";
  background: none;
}
#signupPopup .mcSignupModule h3 {
  color: white;
  font-size: 1.8em;
  margin-top: 20px;
}
#signupPopup .mcSignupModule h3 + p {
  line-height: 1.6em;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 0 1.5em;
  color: white;
}
#signupPopup .mcSignupModule h4 {
  font-weight: 600;
}
#signupPopup .mcSignupModule .pull-left input[type=text] {
  width: 19em;
  margin-right: 7px;
  padding: 0.05em 0.2em;
  margin-left: 22px;
  margin-bottom: 1em;
}
#signupPopup .mcSignupModule input.btn.btn-primary.button.mcSignupSubmit {
  margin: -8px 0 0 22px;
  width: 268px;
}
#signupPopup .mcSignupModule .outro p {
  padding: 0px 0em 0 24px;
  margin: 1em 0 0 0;
  float: left;
}
#signupPopup .col-image {
  background: url(/images/article_images/popup-pic.jpg) no-repeat;
  height: 336px;
  background-size: 129%;
  background-position: -28px -5px;
}
#signupPopup .col-image img {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  display: none;
}
#signupPopup .mcSignupModule {
  margin: 0;
  border-radius: 0;
  padding-top:  - 6;
}
.tip-wrap {
  z-index: 10000;
}
.tip {
  float: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
}
.tip-title {
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tip-text {
  font-size: 100%;
  margin: 0;
}
#sp-search {
  padding: 0;
  width: 12%;
  height: 90px;
  display: table;
  position: relative;
}
#sp-search > .sp-column {
  position: absolute;
  z-index: 2;
  right: 0;
}
#sp-search form {
  position: relative;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#sp-search .button {
  right: 4px;
  width: 30px;
  padding-left: 10px;
  position: absolute;
  line-height: 0px;
  right: 21px;
  width: auto;
  padding: 0;
  height: 22px;
  top: 6px;
  border: none;
  background: #fff;
  border-radius: 0;
  margin: 0;
}
#sp-search .button span::before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  color: #122F5C;
  font-size: 16px;
}
#sp-search div.mod_search93 input[type="search"] {
  width: 30px;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  border: none;
  border-radius: 0;
  opacity: 0;
}
#sp-search div.mod_search93 input[type="search"].focused {
  width: 180px !important;
  opacity: 1;
}
@media (max-width: 991px) {
  #sp-search {
    float: right;
  }
  #sp-menu {
    float: right;
    width: 55px;
  }
  #sp-menu .sp-megamenu-wrapper #offcanvas-toggler {
    display: block !important;
  }
  #sp-menu ul.sp-megamenu-parent {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sppb-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sppb-container {
    width: 970px;
  }
  ul.social-icons {
    margin-right: -3.7em;
  }
  ul.sp-megamenu-parent {
    float: none;
  }
}
@media (max-width: 1199px) {
  .sp-megamenu-parent >li >a {
    padding: 0 9px !important;
  }
}
@media (min-width: 1200px) {
  .sppb-container {
    width: 1170px;
  }
  ul.social-icons {
    margin-right: 0.7em;
  }
}
.sppb-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-row {
  margin-left: -15px;
  margin-right: -15px;
}
.sppb-container:before,
.sppb-container:after,
.sppb-container-fluid:before,
.sppb-container-fluid:after,
.sppb-row:before,
.sppb-row:after {
  content: " ";
  display: table;
}
.sppb-container:after,
.sppb-container-fluid:after,
.sppb-row:after {
  clear: both;
}
#sp-ldn-footer-3 ul >li,
#sp-ldn-footer-4 ul >li {
  border: none;
}
#sp-ldn-footer-3 ul >li >a {
  color: white;
  line-height: inherit;
}
#sp-ldn-footer-3 ul >li >a:before {
  content: '';
}
#sp-ldn-footer-3 {
  font-size: 13px;
}
#sp-ldn-footer-4 {
  font-size: 13px;
}
.rounded-10 {
  border-radius: 10px;
}
#sp-ldn-footer-1,
#sp-ldn-footer-2,
#sp-ldn-footer-3,
#sp-ldn-footer-4 {
  padding-bottom: 20px;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #336fa1;
}
@media (min-width: 768px) {
  #sp-ldn-footer-3 {
    border-left: 1px solid #6997bd;
    border-right: 1px solid #6997bd;
    margin-top: -20px;
    padding-top: 20px;
    min-height: 21em;
  }
}
@media (max-width: 980px) {
  ol.breadcrumb {
    margin: 1em 0 0;
    z-index: 0;
    position: inherit;
    width: 100%;
    text-align: left;
    background: transparent;
    font-weight: 600;
    FONT-SIZE: 0.9em;
    color: #65BEF1;
    padding: 0 0 1em 0;
  }
  div#sp-breadcrumb {
    padding: 0 2em;
  }
  .about-ldnscience .col-md-3.col-sm-3.col-xs-12 {
    min-height: auto;
  }
  .about-ldnscience .col-md-3.col-sm-3.col-xs-12 .pb-element-image {
    height: auto;
    padding: 0;
  }
  .our-team-members .entry-header {
    width: 100%;
    float: right;
    margin-top: 0;
  }
  a.logo img {
    margin-top: 0em;
  }
  .sp-megamenu-parent >li >a {
    padding: 0 6px;
  }
  .moshe-role {
    height: auto;
  }
  .our-team-members .entry-image.full-image {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .CTA-right-square {
    width: 100%;
  }
  .itemid-1113.resources .resources-box .mcSignupModule .pull-left input[type=text] {
    width: 14em;
  }
  .itemid-1113.resources .resources-box .mcSignupModule input.btn.btn-primary.button.mcSignupSubmit {
    width: 13.16em !important;
  }
  .view-patient_interviews.interviews-patients h1 {
    width: 19em !important;
    font-size: 1.3em !important;
    position: relative;
    margin: 1.9em 0px 2em 0em !important;
    height: 4.9em;
    float: left;
    padding: 1.5em 0px;
  }
  .testimonials {
    margin-top: 3em;
  }
  body {
    padding: 0;
  }
  .mcSignupModule .intro {
    line-height: 2.3em;
    padding: 0 !important;
    margin: 0;
    width: 100%;
  }
  #signupPopup .mcSignupModule .pull-left input[type=text] {
    width: 112%;
    margin-right: 0;
    padding: 0.05em 0.2em;
    margin-left: 0px;
    margin-bottom: 1em;
  }
  .mcSignupModule input.btn.btn-primary.button.mcSignupSubmit {
    margin: -8px 0 0 0px !important;
    width: 14.3em !important;
  }
  .mcSignupModule .outro p {
    padding: 0px 0em 0 0 !important;
    margin: 1em 0 !important;
    float: left !important;
    line-height: 1.4em;
  }
  body.clinical-trials-in-progress {
    padding: 0;
  }
  body.clinical-trials-in-progress h2 {
    margin-top: 2em !important;
  }
  body.in-the-news .entry-image.intro-image img.caption {
    width: 50% !important;
    margin: 1em auto;
  }
  #sp-main-body .addtoany_container {
    display: block;
    padding: 0;
    text-align-last: center;
    margin: 1.3em 0;
  }
  .col-xs-6.col-sm-6.col-md-3.member {
    margin: 1em 0;
  }
  div#cureleader {
    height: 150px !important;
  }
  .about-us div#cureleader {
    height: 300px !important;
  }
  .about-box.about-news .col-md-4 {
    width: 60% !important;
    margin: 0 auto;
  }
  .about-box.about-news .col-md-8 {
    width: 100% !important;
    margin-bottom: 3em;
  }
  .about-us .about-box.about-news.col-md-6.col-sm-6.col-xs-12 {
    margin-top: 0.1em;
  }
  body.site-map h1,
  h1 {
    margin: 0.4em 0 1em;
    display: table-cell;
    height: 3em;
    vertical-align: middle;
    float: none;
    width: 100%;
  }
  body.view-researcher h1 {
    width: 21em !important;
    font-size: 0.8em !important;
    position: relative;
    margin: 4.5em 0 2em -5.9em !important;
    height: 4.9em;
    float: left;
    padding: 1.5em 0;
  }
  body.in-the-news .entry-image.intro-image,
  body.in-the-news .entry-image.full-image {
    float: none;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  body.in-the-news .entry-image.intro-image .img_caption.none,
  body.in-the-news .entry-image.full-image .img_caption.none {
    float: none;
    margin: 0 auto;
    width: 100% !important;
    position: relative;
  }
  .about-ldnscience .about-initiative-logo img[alt="We Fund The Cure"],
  .about-ldnscience .about-initiative-logo img[alt="Dipyridamole Eye Drops"],
  body.our-supporters .about-initiative-logo img[alt="Dipyridamole Eye Drops"] {
    margin: 1em auto;
    position: relative;
  }
  .about-ldnscience .about-initiative.col-md-3.col-sm-3.col-xs-12 {
    padding: 1em;
    min-height: auto;
  }
  #sp-main-body h1 + .items-row.row-0.row.clearfix {
    margin-top: 3em;
  }
  .latestnews.ldnModule > div > small {
    width: 100%;
  }
  .latestnews.ldnModule > div > a {
    width: 100%;
    margin: 1em 0 0.3em;
  }
  .latestnews.ldnModule {
    max-height: inherit;
  }
  .hp-news-feed-box.col-md-5.col-sm-5.col-xs-12,
  .hp-latest-updates-box.col-md-5.col-sm-5.col-xs-12 {
    padding-right: 0px;
    margin: 0 0 0 -8px;
  }
  .lSSlideOuter div.col-md-5 {
    width: 100% !important;
    float: left;
  }
  .mcSignupModule:before {
    display: none;
  }
  .mcSignupModule .intro {
    padding-right: 40px;
  }
  .hp-news-feed-box.col-md-5.col-sm-5.col-xs-12 {
    margin-top: 20px;
  }
  div#sp-ldn-footer-4,
  .footer-about,
  div#sp-ldn-footer-2 {
    width: 100% !important;
  }
  .footer-copy > div {
    width: 100% !important;
  }
  .footer-copy p {
    float: left;
    width: 50%;
  }
  .footer-copy div div {
    line-height: 1em;
    margin-left: 0;
    clear: both;
    text-align: center;
    width: 100% !important;
    margin-bottom: 2em;
  }
  .mcSignupModule .pull-left input[type=text] {
    width: 18em;
    margin-right: 6px;
    margin-bottom: 1em;
  }
  .mcSignupModule input.btn.btn-primary.button.mcSignupSubmit {
    margin: -8px 0 1em 0px !important;
    width: 15.5em;
  }
  #sp-ldn-footer input.btn.btn-primary.button.mcSignupSubmit {
    width: 19.5em !important;
  }
  .resources-box.col-md-4.col-sm-4.col-xs-12 {
    min-height: auto !important;
    margin-bottom: 2em;
  }
  .resources-box.resources-interview-experts .read-more,
  .resources-box.resources-interview-patients .read-more {
    margin-top: 1em;
  }
  #toolbar {
    display: none;
  }
  span.fb-like-box {
    width: 92%;
    margin: 2em 0;
    float: left;
  }
  .search_doctor fieldset label {
    float: left;
    width: 100%;
    text-align: left;
    margin-right: 0px;
    line-height: 2.4em;
  }
  .search_doctor fieldset select {
    width: 100%;
  }
  div#us-only {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0;
    padding: 0;
    white-space: initial;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }

div#us-only a {content: url(/images/find-doc-bg-mob.png);color: black;display: block;height: auto;font-size: 1em;width: 100%;}
div#us-only img {display:none}

  #results div#us-only {
    margin: 1em;
    width: 91% !important;
  }
  .findadoctor-list .items > ul {
    padding: 0;
    margin: 0;
  }
  .postDT strong {
    float: left;
    width: auto;
    margin-right: 5px;
  }
  body.view-doctors.find-a-doctor {
    margin: 0;
    padding: 0;
  }
  .form-horizontal .control-label {
    float: left;
    width: 100%;
    padding-top: 5px;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .controls textarea,
  .form-horizontal .controls select,
  .form-horizontal .controls input {
    wisth: 100%;
  }
  #sp-ldn-footer .custom img {
    margin: 0 auto;
  }
  .copyright {
    text-align: center;
    margin-bottom: 3em;
  }
  .footer-project + p + .box.rounded-10.text-center {
    margin-bottom: 2em;
  }
  .timeline-item-year {
    margin: 0 auto;
    padding: 0.1em 0.9em;
    position: relative;
    border-radius: 0.5em 0.5em 0 0;
    width: 100%;
  }
  h1 + .timeline-item {
    margin-top: 3em;
    padding-top: 0;
  }
  .timeline-item-title {
    margin-top: 1em;
    border-radius: 1em 1em 0 0;
    font-weight: 700 !important;
    border-style: solid;
    border-color: #72CFFF;
    border-width: 0em;
  }
  .timeline-item:nth-child(even) .timeline-item-year {
    margin-left: 0;
  }
  .timeline-item .timeline-item-description {
    margin-bottom: 4em;
  }
  .timeline-item-title {
    margin-top: 0em;
    border-radius: 0;
    font-weight: 700 !important;
    border-style: solid;
    border-color: #72CFFF;
    border-width: 0em;
  }
  .timeline-item .timeline-item-title,
  .timeline-item .timeline-item-description {
    padding: 0.5em;
    width: 100%;
  }
  .timeline-item:nth-child(odd) .timeline-item-year:after,
  .timeline-item:nth-child(even) .timeline-item-year:before {
    content: '';
    width: 0;
  }
  ul.list-unstyled li {
    float: left;
    width: 100%;
  }
  .patients-box.col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
    min-height: auto !important;
    margin: 4em 0;
  }
  .patients .sppb-section {
    float: none;
  }
  .jsn-bootstrap3 a.btn-find-doctor:hover,
  .jsn-bootstrap3 a.btn-find-doctor {
    width: 100%;
  }
  a.btn-doctor-registration.btn-doctor-registration {
    width: 100%;
    margin: 0;
  }
  a.btn-doctor-registration.btn-doctor-registration:before {
    margin: 2px 0px 0px -2em;
  }
  .patients-doctor {
    margin-top: -4em !important;
  }
  .search_doctor .page-header p.link a {
    width: 94%;
    margin: 3em 0;
  }
  .patients-box.col-md-6.col-sm-6.col-xs-12:first-child {
    margin-bottom: 2em;
  }
  .how-does-ldn-work .video-container.col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
  }
  .view-search fieldset.only:before {
    content: "";
  }
  .view-search legend {
    position: inherit;
  }
  .search .only label {
    margin-top: 0em;
  }
}
/* US only ad CSS */

.us-only-ad {
    background: url(/images/us-only-bg.jpg) #e0e5f8 no-repeat;
    background-position:right;
    box-sizing: border-box;
    padding: 1.3em;
    float: right;
    border-radius:.5em;
    font-size:1em;

}

.us-only-ad a {color:#494949;display: block;/* width: 100%; */}

.us-only-ad img {float:left; width:4.5em; margin-right:1.5em}

.us-only-ad strong {display:block}

span.ad {display:inline-block; width:20px; height:16px; background:url(/images/article_images/add-ico.png) no-repeat; margin:5px 5px 0 0; float:left}



@media (min-width: 1280px) {.us-only-ad {    width: 645px;} .us-only-ad a {padding-right:15em}


}

@media (min-width: 1024px) {

.us-only-ad {    width: 445px;margin-top:-34px!important; background-position:5em -0em!important; background-size:90%!important} 
.us-only-ad a {padding-right:6em; text-shadow:0 0 10px white;color:black!important; font-size:.9em} 
.us-only-ad img {margin-top:5px;float:left; width:4.8em!important; margin-right:1.5em}
}

@media (max-width: 768px) {
    .us-only-ad {  width: 205px;margin-top:-34px!important; background-image:none!important; background-size:300%!important; }
     .us-only-ad a {padding-right:0em; }
     .us-only-ad img {margin:0em auto 1em!important; float:none!important; display:block; width:50%!important} 
     }


@media (max-width: 425px) {
    
div#us-only a,
.us-only-ad a {content:""!important; background-image:none!important;text-align:center}

.us-only-ad {  width: 205px;margin-top:34px!important; background-image:none!important; background-size:300%!important; padding:1em!important; border-radius:.5em!important }
     .us-only-ad a {padding-right:0em; }
     div#us-only img,
     .us-only-ad img {margin:0em auto 1em!important; float:none!important; display:block!important; width:20%!important} 
    

}
body.homepage #sp-main-body .page-content .sppb-section:first-child {
    background: url(/images/article_images/hp-slider-bg1.jpg) no-repeat right top #f5f8fc;
    padding: 1em 0;
    margin-bottom: 3em;
    background-size: 100% 120%;
}


.how-to-talk-to-dr-intro p {
    font-size: 1.1em;
    line-height: 1.8em;
}

.how-to-talk-to-dr-tips ol {
    display: flex;
    list-style: none;
    margin: 2em 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.how-to-talk-to-dr-tips li:before {
    content: ' ';
    width: 100px;
    height: 100px;
    background: white;
    display: block;
    border-radius: 50%;
    margin: -1em 0px 0 -7em;
    position: absolute;
}

.how-to-talk-to-dr-tips li strong {
  display:block;
  margin:1em 0;
  color:#428bca;
  font-size: 1.1em;
}

.how-to-talk-to-dr-tips li {
    padding: 0.5em 1.5em 0.5em 6em !important;
}

.how-to-talk-to-dr-tips li:nth-child(1):before
{    background-image: url(/images/article_images/ico-interviews.png) !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 0.5em 0.5em !important;}
	

.how-to-talk-to-dr-tips li:nth-child(2):before
{    background-image: url(/images/article_images/ico-open-heart.png) !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 0.5em 0.5em !important;}


.how-to-talk-to-dr-tips li:nth-child(3):before
{    background-image: url(/images/article_images/ico-megaphone.png) !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 0.5em 0.5em !important;}


.how-to-talk-to-dr-tips li:nth-child(4):before
{    background-image: url(/images/article_images/ico-friend.png) !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 0.5em 0.5em !important;}


.how-to-talk-to-dr-tips li:nth-child(5):before
{    background-image: url(/images/article_images/ico-geotag.png) !important;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: 0.5em 0.5em !important;}	


/* LDN Buyers Guide */
@media (min-width:769px) {
    .ldn-guide-drops ,.ldn-guide-tablets , .ldn-guide-capsules { min-height: 33em;}
}

.ldn-guide-drops ,.ldn-guide-tablets , .ldn-guide-capsules {
    background: #dfedf8;
    box-sizing: border-box;
    border-radius: 1em;
    margin-top: 3.3em!important;
    position: relative;
    padding: 3.4em 1em 1em;
   
    }

.ldn-guide-drops h3 , .ldn-guide-tablets  h3, .ldn-guide-capsules  h3 {text-align:center}

.ldn-guide-drops h3:before , .ldn-guide-tablets  h3:before, .ldn-guide-capsules  h3:before
{
    content: ' ';
    width: 100px;
    height: 100px;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    margin: 0em auto 0em -50px;
    position: absolute;
    left: 50%;
    top: -3em;
}
.ldn-guide-drops h3:before {background-image: url(/images/article_images/ico-drops.png);}
.ldn-guide-tablets  h3:before {background-image: url(/images/article_images/ico-tablets.png);}
.ldn-guide-capsules  h3:before {background-image: url(/images/article_images/ico-capsules.png);}

.ldn-guide-benefits ,
.ldn-guide-drawbacks ,
.ldn-guide-storage,
.ldn-guide-cautions { display: flex; width:100%;margin:1em 0;
}

.ldn-guide-benefits strong,
.ldn-guide-drawbacks strong,
.ldn-guide-storage strong,
.ldn-guide-cautions strong {width:30%}


.ldn-guide-benefits span,
.ldn-guide-drawbacks span,
.ldn-guide-storage span,
.ldn-guide-cautions span {width:70%}

@media (max-width:768px) {

  .ldn-guide-benefits,
.ldn-guide-drawbacks,
.ldn-guide-storage,
.ldn-guide-cautions { flex-wrap:wrap}
.ldn-guide-benefits span,

.ldn-guide-drawbacks span,
.ldn-guide-storage span,
.ldn-guide-cautions span {width:100%}
  
.ldn-guide-drops h3:before, .ldn-guide-tablets h3:before, .ldn-guide-capsules h3:before {
    width: 80px!important;
    height: 80px!important;
    margin: 0em auto 0em -40px;
    top: -2.4em!important;
    background-size: 80%!important;
    background-repeat: no-repeat!important;
    background-position: center;
}
}
/* End - LDN Buyers Guide */
