@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 Styles
=======================================================================*/
#banner-area {
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 40%, #d2d2d2 80%);
  position: relative;
}
#banner-area .banner-caption {
  width: 100%;
  margin: 0;
  padding: 0 5%;
  min-height: inherit;
  display: table;
}
@media (max-width: 1920px) {
  #banner-area .banner-caption {
    left: 10%;
    width: 80%;
  }
}
@media (max-width: 992px) {
  #banner-area .container {
    width: 100%;
  }
  #banner-area .container .row {
    padding-left: 0;
    padding-right: 0;
  }
  #banner-area .container .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #banner-area .banner-caption {
    position: inherit;
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    padding: 30px;
    border-top: 1px solid #CCCCCC;
  }
}
@media (max-width: 767px) {
  #banner-area .banner-caption {
    padding: 20px;
  }
}
#banner-area .banner-caption h1 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 20px;
  color: rgb(204, 0, 0);
}
#banner-area h2 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  color: rgb(204, 0, 0);
  margin: 0;
}
#banner-area h3 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgb(50, 50, 50);
  margin: 0;
}
#banner-area .banner-caption strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
#banner-area .btn-red {
  background-color: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
}
#banner-area .btn-red:hover {
  background-color: rgb(255, 0, 0);
}
@media (max-width: 767px) {
  #banner-area .banner-caption h1 {
    font-size: 36px;
    line-height: 40px;
  }
  #banner-area h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #banner-area h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
#banner-sub {
  background-color: rgb(204, 0, 0);
}
@media (max-width: 1199px) {
  #banner-sub {
    xxxpadding: 15px 70px;
  }
}
@media (max-width: 992px) {
  #banner-sub {
    padding: 5px 30px
  }
}
@media (max-width: 767px) {
  #banner-sub {
    xxxpadding: 15px 30px;
  }
  #banner-sub img {
    margin-left: auto;
    margin-right: auto;
  }
}
#banner-area .btn-outline-white {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: all ease-in-out .15s;
  font-size: 18px;
}
#banner-area .text-blue {
  color: rgb(0, 93, 171) !important;
}
#banner-area .text-grey {
  color: rgb(71, 71, 71) !important;
}
/*Content Styles
=======================================================================*/
#primary-content strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700!important;
}
#primary-content h1 strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700!important;
}
.well-transparent {
  background-color: transparent;
  border: 1px solid rgb(90, 90, 90);
}
#content-area a:link, #content-area a:visited {
  text-decoration: none;
}
#content-area a:hover, #content-area a:active, #content-area a:focus {
  text-decoration: underline
}
#content-area a.thumbnail:link, #content-area a.thumbnail:visited {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
#content-area a.thumbnail:hover, #content-area a.thumbnail:active, #content-area a.thumbnail:focus {
  border: 1px solid rgb(255, 255, 255);
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#content-area a.thumbnail:link .well, #content-area a.thumbnail:visited .well {
  border: 2px solid rgb(240, 240, 240);
}
#content-area a.thumbnail:hover .well, #content-area a.thumbnail:active .well, #content-area a.thumbnail:focus .well {
  border: 2px solid rgb(204, 0, 0);
}
@media (max-width: 767px) {
  #content-area a.thumbnail .well .caption button.btn-lg {
    font-size: 14px !important;
  }
}
#content-area .thumbnail.thumbnail-demo:link, #content-area .thumbnail.thumbnail-demo:visited {
  background-color: rgb(204, 0, 0);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50% !important;
  height: 164px;
  width: 164px;
  padding-top: 4rem;
  margin: 0 auto;
}
#content-area .thumbnail.thumbnail-demo:link .caption h1, #content-area .thumbnail.thumbnail-demo:visited .caption h1 {
  color: rgb(255, 255, 255) !important;
}
#content-area .thumbnail.thumbnail-demo:hover, #content-area .thumbnail-demo:active, #content-area .thumbnail-demo.active, #content-area .thumbnail-demo:focus #content-area .thumbnail-demo.focus {
  background-color: rgb(255, 255, 255) !important;
  border: 2px solid rgb(204, 0, 0);
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .4);
  color: rgb(204, 0, 0) !important;
}
#content-area .thumbnail.thumbnail-demo:hover .caption h1, #content-area .thumbnail-demo:active .caption h1, #content-area .thumbnail-demo.active .caption h1, #content-area .thumbnail-demo:focus .caption h1, #content-area .thumbnail-demo.focus .caption h1 {
  color: rgb(204, 0, 0) !important;
}
#content-area .btn-red {
  background-color: rgb(204, 0, 0);
}
#content-area .btn-red:hover {
  background-color: rgb(255, 0, 0);
}
#content-area .text-red {
  color: rgb(204, 0, 0) !important;
}
#content-area .section-dark-grey {
  background-color: rgb(0, 0, 0);
}
#content-area .section-dark-grey a.thumbnail .caption p {
  color: rgb(50, 50, 50);
}
.well-featured hr {
  border-top: 1px solid rgb(204, 204, 204);
}
.well-featured {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(204, 0, 0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.well-featured .featured-header {
  min-height: 106px;
}
.well-featured .featured-body {
  min-height: 103px;
}
.well-featured .featured-footer {
  min-height: 40px;
}
@media (max-width: 767px) {
  .well-featured .featured-header, .well-featured .featured-body, .well-featured .featured-footer {
    min-height: inherit;
  }
}


#table-kol {
	background-color:#FFFFFF;
}
#table-kol, 
#table-kol > thead > tr > th, 
#table-kol > tbody > tr > th, 
#table-kol > tfoot > tr > th, 
#table-kol > thead > tr > td, 
#table-kol > tbody > tr > td, 
#table-kol > tfoot > tr > td {
  border-color: rgb(204, 204, 204);
	text-align: center;
}

#table-kol > thead > tr > th {
	font-size: 18px;
}

@media (max-width: 1224px) {}
@media (max-width: 980px) {}
@media (max-width: 767px) {}
.content-banner {
  position: relative;
}
.content-banner-caption, .content-banner-caption-black {
  width: 100%;
  margin: 0 -15px;
  padding: 0 60px;
  min-height: inherit;
  display: table;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .content-banner {
    position: inherit;
  }
  .content-banner-caption {
    background-color: rgb(250, 250, 250);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
  .content-banner-caption-black {
    background-color: rgb(0, 0, 0);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
}
@media (max-width: 992px) {
  .content-banner-caption {
    background-color: rgb(250, 250, 250);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
  .content-banner-caption-black {
    background-color: rgb(0, 0, 0);
    position: inherit;
    top: 0;
    margin: 0;
    padding: 20px;
    transform: none;
  }
}
.list-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-left: 0;
}
.list-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
}
@media (max-width: 767px) {
  .list-justified > li {
    float: left;
    display: block;
    width: 50%;
    min-height: 260px;
  }
}
.bg-dark {
  background-color: rgb(30, 30, 30);
}
.bg-red {
  background-color: rgb(204, 0, 0);
}
.bg-dark-red {
  background-color: rgb(160, 0, 0);
}
.bg-gradient {
  background-image: url("/news/events/rsna/img/bg-gradient.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-grey {
  background-color: #D0D3D4;
}
.bg-light-grey {
  background-color: #fafafa;
}
#content-area .btn-lg {
  font-size: 18px !important;
}
/*=== Scientific Sessions Styles ===*/
#content-area .tab-sessions li a:link, #content-area .tab-sessions li a:visited {
  color: rgb(30, 30, 30);
}
#content-area .tab-sessions li a:hover, #content-area .tab-sessions li a:active, #content-area .tab-sessions li a:focus, #content-area .tab-sessions li a.focus {
  color: rgb(204, 0, 0);
  text-decoration: none;
}
#content-area .tab-sessions li.active a {
  color: rgb(204, 0, 0);
}
.table-sessions thead th {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
.img-border-2x {
  border: 2px solid rgb(235, 235, 235);
}
.img-border.dark, .img-border-2x.dark {
  border-color: rgb(60, 60, 60) !important;
}
.img-border.red, .img-border-2x.red {
  border-color: rgb(204, 0, 0) !important;
}
@media (min-width: 1200px) {
  .col-lg-offset-1-half {
    margin-left: 12.33333333%;
  }
}
.btn-pulse {
  padding: .85rem 1.25rem;
  -webkit-animation: pulse 3.65s infinite;
  -moz-animation: pulse 3.65s infinite;
  -o-animation: pulse 3.65s infinite;
  animation: pulse 3.65s infinite;
}
@media (max-width: 992px) {
  .btn-pulse {
    padding: .5rem .75rem;
    font-size: .9rem;
  }
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@-o-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
#content-area .btn-xl {
  padding: 20px 32px;
  font-size: 24px;
  line-height: 1.3333333rem;
}
@media (max-width: 767px) {
  #content-area .btn-xl {
    padding: 15px 10px;
    font-size: 18px;
    line-height: 1.3333333rem;
  }
}
#content-area .btn.btn-default:link, #content-area .btn.btn-default:visited {
  background-color: rgb(255, 255, 255);
  color: rgb(204, 0, 0);
}
#content-area .btn.btn-default:link p, #content-area .btn.btn-default:visited p {
  color: rgb(204, 0, 0);
}
#content-area .btn.btn-default:hover, #content-area .btn.btn-default:active {
  background-color: rgb(204, 0, 0);
  color: rgb(255, 255, 255);
}
#content-area .btn.btn-default:hover p, #content-area .btn.btn-default:active p {
  color: rgb(255, 255, 255);
}
/*Footer Styles
=====================================================*/
#content-area .product-footer {
  background: rgb(0, 0, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}
#content-area .product-footer h2 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#content-area .product-footer hr {
  border-top: 1px solid rgb(90, 90, 90);
}
@media (max-width: 767px) {
  #primary-content .product-footer h2 {
    text-align: left;
  }
  #primary-content .product-footer p {
    text-align: left;
  }
}
/*Social Media Area Styles
=============================================================*/
#primary-content #tweet-feed ul {}
#primary-content #tweet-feed ul li {
  list-style: none;
  background-image: none;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid rgb(90, 90, 90);
  border-top: none;
}
#primary-content #tweet-feed ul li:first-child {
  padding-top: 0;
}
#primary-content #tweet-feed ul li:last-child {
  border-bottom: none;
}
#primary-content #tweet-feed ul li div.user {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
}
#primary-content #tweet-feed ul li div.user img {
  display: none;
}
#primary-content #tweet-feed ul li p.tweet {
  font-family: "myriad-pro", sans-serif;
  font-weight: 300;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
#primary-content #tweet-feed ul li p.interact {
  display: none;
}
#rss-feed {}
#rss-feed a:link, #rss-feed a:visited {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(255, 0, 0);
  text-decoration: none;
}
#rss-feed a:hover, #rss-feed a:active {
  text-decoration: underline;
}
/*==================================
Anchor Styles
==================================*/
.anchor {
  display: block;
  height: 50px; /*same height as header*/
  margin-top: -50px; /*same height as header*/
  visibility: hidden;
}
@media (max-width: 767px) {
  .anchor {
    display: block;
    height: 0; /*same height as header*/
    margin-top: 0; /*same height as header*/
    visibility: hidden;
  }
}