@charset "utf-8";
/* CSS Document */
/*
*Myriad Light*
font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: italic;

*Myriad Regular*
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: italic;

*Myriad SemiBold*
font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 600;
font-style: italic;

*Myriad Bold*
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: italic;
*/
#banner-promo {
  background-color: #ffffff;
  padding: 60px 0;
  margin-bottom: 0;
}
#banner-promo .jumbotron-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: inherit;
  display: table;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  #banner-promo h1 {
    font-size: 4em !important;
  }
}
@media (max-width: 981px) {
  #banner-promo .jumbotron-caption h1 {
    font-size: 3em !important;
  }
}
@media (max-width: 767px) {
  #banner-promo .jumbotron-caption h1 {
    font-size: 2em !important;
  }
  #banner-promo .jumbotron-caption {
    position: inherit;
    top: 80px;
    width: 100%;
    margin: 0;
    padding: 15px;
    min-height: inherit;
    display: block;
  }
}
.text-red {
  color: rgb(204, 0, 0) !important;
}
.bg-red {
  background-color: rgb(204, 0, 0);
}
.table-check {
  font-size: 18px !important;
}
.display-1 {
  font-size: 5em;
}
.display-1 strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
@media (max-width: 981px) {}
@media (max-width: 767px) {}
a.thumbnail-clinical:link, a.thumbnail-clinical:visited {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #ffffff;
}
a.thumbnail-clinical:hover, a.thumbnail-clinical:active {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid rgb(204, 0, 0);
  text-decoration: none;
}
.scrollbar {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* Smooth touch scroll for iOS */
}
.scrollbar::-webkit-scrollbar {
  width: 16px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgb(240, 240, 240);
  border: 1px solid #cccccc;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: rgb(204, 0, 0);
}

/*=== Timeline Updates === */
.timeline-carousel {
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 20px;
}
/* ---------- Timeline nav (custom carousel indicators) ---------- */
.tl-nav {
    position: relative;
    margin: 10px 0 30px;
    padding: 0 46px;
}
/* the horizontal track — sits at the dot's vertical center */
.tl-track {
    position: absolute;
    bottom: 6.5px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgb(204,204,204);
    z-index: 1;
}
.tl-heart {
    position: absolute;
    bottom: -9.5px;
    width: 34px;
    height: 34px;
    color: rgb(204,0,0);
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    z-index: 2;
    background: #fff;
}
.tl-heart.left {
    left: 0;
}
.tl-heart.right {
    right: 0;
}
/* override Bootstrap's default .carousel-indicators positioning */
.carousel-indicators.tl-steps {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    left: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    text-align: inherit;
    z-index: 3;
}
.carousel-indicators.tl-steps li {
    display: table-cell;
    width: auto;
    height: auto;
    margin: 0;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-tap-highlight-color: transparent;
}
.carousel-indicators.tl-steps li.active {
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
}
.tl-label {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: rgb(30,30,30);
    letter-spacing: .5px;
    padding-bottom: 20px;
    transition: color .2s ease;
    white-space: nowrap;
}
.tl-dot {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgb(204,0,0);
    position: relative;
    z-index: 2;
    transition: box-shadow .2s ease;
}
.tl-steps li:hover .tl-label {
    color: rgb(204,0,0);
}
.tl-steps li.active .tl-label {
    color: rgb(204,0,0);
}
.tl-steps li.active .tl-dot {
    background: rgb(204,0,0);
    box-shadow: 0 0 0 6px rgba(200,16,46,.18);
}
/* ---------- Slides ---------- */
.tl-body {
    position: relative;
    padding: 20px 60px 0;
}
.tl-carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform .5s ease, opacity .4s ease;
    transition: transform .5s ease, opacity .4s ease;
}
/*.tl-figure {
    margin: 0;
}
.tl-figure img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #e5e5e5;
}
.tl-figure figcaption {
    margin-top: 14px;
    font-size: 20px;
    color: #6b6b6b;
}
.tl-content {
    padding-left: 30px;
}
.tl-content h3 {
    font-style: italic;
    font-weight: 700;
    font-size: 34px;
    color: #555;
    margin: 6px 0 26px;
}
.tl-content p {
    font-size: 21px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 30px;
}
.tl-learn {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #555;
    font-size: 16px;
    text-decoration: none;
}
.tl-learn .tl-learn-icon {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-right: 1px solid #e2e2e2;
    color: #9a9a9a;
}
.tl-learn .tl-learn-text {
    padding: 12px 22px;
    align-self: center;
}
.tl-learn:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #333;
}*/
/* ---------- Arrows (Bootstrap carousel controls, restyled) ---------- */
.tl-body .carousel-control {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 44px;
    height: 60px;
    background: none;
    filter: none;
    opacity: 1;
    color: #b8b8b8;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    text-shadow: none;
    transition: color .2s ease;
}
.tl-body .carousel-control.left, .tl-body .carousel-control.right {
    background-image: none;
}
.tl-body .carousel-control:hover {
    color: rgb(204,0,0);
    opacity: 1;
}
.tl-body .carousel-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: rgb(204,0,0);
}
.tl-body .carousel-control.left {
    left: 0;
}
.tl-body .carousel-control.right {
    right: 0;
}

@media (max-width: 980px) {
.tl-label {
    font-size: 18px;
    padding-bottom: 16px;
}
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
.tl-nav {
    padding: 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 60px;
}
.tl-heart {
    xxdisplay: none;
    bottom: 5px;
    width: 30px;
    height: 30px;
}
.tl-label {
    font-size: 11px;
    padding-bottom: 16px;
}
.tl-track {
    left: 30px;
    right: 30px;
    bottom: 18px;
}
.tl-body {
    padding: 10px 34px 0;
}
/*.tl-content {
    padding-left: 0;
    margin-top: 26px;
}
.tl-content h3 {
    font-size: 26px;
    margin-bottom: 18px;
}
.tl-content p {
    font-size: 18px;
}*/
.tl-body .carousel-control {
    top: 38%;
    font-size: 34px;
    width: 34px;
}
.tl-body .carousel-control.left {
    left: -6px;
}
.tl-body .carousel-control.right {
    right: -6px;
}
}
.text-md-right {
    text-align: right;
}

@media (max-width: 980px) {
.text-md-right {
    text-align: left;
}
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: -26px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.help-block.with-errors ul li {
  font-size: 14px;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  border: none;
  background-color: transparent;
  color: rgb(255, 0, 0);
  padding: 3px 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.has-error .form-control {
  background-color: rgb(254, 236, 236);
  border-color: red;
}
.inquiry-form .btn-submit {
  width: 100%;
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
  margin-top: 5px;
}