@charset "utf-8";
/*
*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-area .banner-caption h1 {
    text-shadow: 1px 1px rgba(0,0,0,.75);
  }
@media (max-width: 1224px) {
  .banner-caption img {
    width: inherit;
  }
}
@media (max-width: 980px) {
  #banner-area .banner-caption h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
#banner-area .logo-altivity {
  width: 200px !important;
}

@media (max-width: 1224px) {
.banner-caption img {
    width: inherit;
}
}
.border-bottom-dark {
  border-bottom: 1px solid rgb(90, 90, 90);
}
#content-area a.thumbnail.thumbnail-video {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  margin-bottom: 0;
}
#content-area a.thumbnail.thumbnail-video .caption p {
  margin-bottom: 0;
}
#content-area a.thumbnail.thumbnail-video:hover, #content-area a.thumbnail.thumbnail-video:active, #content-area a.thumbnail.thumbnail-video:focus, #content-area a.thumbnail.thumbnail-video.focus {
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid rgb(255, 0, 0);
  outline: none;
  xxxbox-shadow: 0 10px 20px rgba(255, 255, 255, 0.19), 0 6px 6px rgba(255, 255, 255, 0.23);
}
#content-area a.thumbnail.thumbnail-video:hover .caption p, #content-area a.thumbnail.thumbnail-video:active .caption p, #content-area a.thumbnail.thumbnail-video:focus .caption p, #content-area a.thumbnail.thumbnail-video.focus .caption p {
  color: inherit;
}
#content-area .section-black a.thumbnail.thumbnail-video {
  background-color: rgb(0, 0, 0);
  border: 1px solid rgb(255, 0, 0);
  border-radius: 0;
  xxxbox-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  margin-bottom: 0;
}
#content-area .section-black a.thumbnail.thumbnail-video .caption p {
  margin-bottom: 0;
}
#content-area .section-black a.thumbnail.thumbnail-video:hover, #content-area .section-black a.thumbnail.thumbnail-video:active, #content-area .section-black a.thumbnail.thumbnail-video:focus, #content-area .section-black a.thumbnail.thumbnail-video.focus {
  background-color: rgb(255, 0, 0);
  text-decoration: none;
  border: 1px solid rgb(255, 0, 0);
  outline: none;
  xxxbox-shadow: 0 10px 20px rgba(255, 255, 255, 0.19), 0 6px 6px rgba(255, 255, 255, 0.23);
}
#content-area .section-black a.thumbnail.thumbnail-video:hover .caption p, #content-area .section-black a.thumbnail.thumbnail-video:active .caption p, #content-area.section-black a.thumbnail.thumbnail-video:focus .caption p, #content-area .section-black a.thumbnail.thumbnail-video.focus .caption p {
  color: rgb(255, 255, 255);
}

.section-black hr {
  border-top: 1px solid rgb(90, 90, 90);
}
.section-black .border,
.section-black .img-border {
  border: 1px solid rgb(100, 100, 100)!important;
}
.border-red {
    border-color: rgb(204,0,0)!important;
}
.text-muted {
  color: #777777!important;
}
#content-area .quote {
    font-size: 2.5rem!important;
}
/*=== Slider Styles ===*/
.slider-wrap {
  /*padding: 4px;*/
  background-color: #ffffff;
  box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
  border: 1px solid rgb(200, 200, 200);
}
.slider-wrap-dark {
  /*padding: 4px;*/
  background-color: rgba(255, 255, 255, .25);
  box-shadow: 1px 1px 1px rgba(100, 100, 100, .1);
  border: 1px solid rgb(100, 100, 100);
}
div#slider-two {
  position: relative;
  font-size: 0;
}
div#slider-two img {
  width: 100%;
  height: auto;
}
div#left-slide-two {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
  border-right: 1px solid rgba(255, 255, 255, .45);
}

.aice-left {
  background-image: url("/resources/img/products/computed-tomography/aquilion-one-insight/technology/aice-clinical-example-bariatric-01.jpg");
}

div#slider-two:hover {
  cursor: col-resize;
}
div#slider-two {
  position: relative;
  font-size: 0;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.arrows {
  font-size: 32px !important;
  position: absolute;
  bottom: 37%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, .85) !important;
  margin: 0 auto;
  transition: opacity ease-in-out .25s;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 1.00);
}
.arrows i:first-child {
  margin-right: 10px;
}
.arrows i:last-child {
  margin-left: 10px;
}

div#slider-two:hover .arrows {
  opacity: 0;
}
/*=== End of Slider Styles ===*/
/*=== Video Custom Styles ===*/
.embed-responsive-custom {
    padding-bottom: 47.38%;
}
/*=== End of Video Custom Styles ===*/
/*=== Parameter Table Styles ===*/
.dose-table {
    margin-top: 20px;
}
#page-wrap .dose-table {
    width: 98%;
}

@media (max-width: 767px) {
#page-wrap .dose-table {
    width: 100%;
}
}
.dose-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: none;
    ffont-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 10px;
}
.dose-table > tbody > tr > td {
    color: rgba(188, 188, 188, 1.00);
    font-size: 12px;
}
.dose-table > tbody > tr:hover td {
    color: white;
}
.dose-table > tbody > tr > td:first-child {
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.dose-table-group thead tr th {
    vertical-align: bottom;
    border-bottom: none;
    font-family: "myriad-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 10px;
    padding: 4px 8px !important;
    border-top: 1px solid rgb(107, 107, 107) !important;
    background-color: rgb(15, 15, 15);
}
.dose-table-group tbody, .dose-table-group tbody + tbody {
    border-top: 1px solid rgb(50, 50, 50);
}
.dose-table-group tbody tr td {
    color: rgb(188, 188, 188);
    font-size: 12px;
    border-top: 1px solid rgb(50, 50, 50);
    padding: 5px 10px;
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.dose-table-group tbody.active {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15) !important;
}
.dose-table-group tbody.active td {
    color: rgb(255, 255, 255);
}
.dose-table tr.active td {
    color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.15) !important;
}
/*=== End of Parameter Table Styles ===*/