/* Minification failed. Returning unminified contents.
(2877,1): run-time error CSS1019: Unexpected token, found '}'
(2936,30): run-time error CSS1046: Expect comma, found '23'
(2936,36): run-time error CSS1046: Expect comma, found '/'
(2941,40): run-time error CSS1046: Expect comma, found '0'
(2941,44): run-time error CSS1046: Expect comma, found '/'
(3011,1): run-time error CSS1019: Unexpected token, found '}'
 */
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

body {
  background-color: #F6F7FB;
  font-size: 20px;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto; }

input[type="submit"]:hover {
  cursor: pointer; }

a.btn:hover {
  color: #fff !important; }

a:link {
  text-decoration: none;
  color: #005daa; }

a:visited {
  text-decoration: none;
  color: #005daa; }

a:hover {
  text-decoration: none;
  color: #999 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: bold;
  color: #1a1c44; }

h2, h3, h4, h5, h6 {
  margin-bottom: 16px !important;
  font-family: "Arial"; }

/* Makes h2 the same as h3 */
.h2, h2 {
  font-size: 1.75rem !important; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 20px; }

.h5, h5 {
  font-size: 18px; }

h2.l2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 38px;
  font-weight: bold;
  color: #1A1C45;
  text-align: center;
  margin-bottom: 32px !important; }

h2.l2::after {
  content: '';
  width: 40px;
  border-bottom: 2px solid #192344;
  position: relative;
  left: 0;
  right: 0;
  bottom: -16px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.btn-primary {
  color: white !important; }

/* ------------- Mega Menu ---------- */
.rsna-navbar .rsna-dropdown-menu div[class*="col"] {
  margin-bottom: 8px; }

.rsna-navbar .rsna-dropdown-menu {
  border: none; }

.rsna-navbar {
  padding-top: 0px;
  padding-bottom: 0px; }

.rsna-navbar .rsna-nav-item {
  padding: .5rem .75rem; }

.rsna-navbar .rsna-dropdown {
  position: static; }

.rsna-navbar .rsna-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  top: 20px; }

.rsna-navbar .rsna-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.nav-on {
  visibility: visible !important;
  opacity: 1 !important; }

.nav-shadow {
  box-shadow: -6px 0 transparent, 6px 0 rgba(194, 133, 133, 0), -20px 30px 63px -2px rgba(0, 0, 0, 0.4); }

.main-menu-section {
  border-top: 3px solid #DE5825 !important;
  margin-top: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-width: 0px;
  height: 375px;
  overflow: hidden;
  background-color: #ebebeb;
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: .25s, .125s; }

/*
.menu-section-li:hover .main-menu-section {
    visibility: visible;
    opacity: 1;
    transition-delay: 1s;
}
*/
/*
.menu-section-li .main-menu-section:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s,0s;
}
*/
.menu-section-li {
  font-size: 16px !important;
  color: #1a1c44;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: table;
  height: 100%; }

.no-margin {
  margin-bottom: 0px;
  margin-top: 0px;
  display: table-cell;
  vertical-align: middle; }

.l1-menu-link {
  font-weight: 700; }

a.l1-menu-link {
  color: #1D1D40; }

a.l2-menu-link {
  font-weight: 700;
  padding-bottom: 4px; }

a.l3-menu-link {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px !important;
  padding-left: 15px;
  color: #005daa;
  display: inline-block; }

.l3-menu-ul {
  padding-bottom: 10px; }

.nav-heading {
  font-weight: 700; }

.logo-image img {
  width: 160px; }

/* Underline menu section when opened or hovered */
.dropdown:hover .l1-menu-link a {
  border-bottom: 3px solid #dc5826; }

/* Vertical divider between mega menu columns */
.mm-vertical-divider {
  clear: both;
  position: relative;
  padding-top: 10px; }

.mm-vertical-divider:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden; }

.mm-vertical-divider .col-md-4:not(:first-child):after {
  background: #DDDDDD;
  bottom: 0;
  content: " ";
  margin-left: -30px;
  position: absolute;
  top: 0;
  width: 1px; }

.menu-subsection-image {
  width: 247px;
  height: 154px; }

#search-nav {
  padding: 0px;
  margin-bottom: 0px;
  z-index: 1060;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  background-color: #005daa; }
  
#search-div-ul .search-li .nav-search-section {
    height: 100%;}  

.menu-greeting-dropdown-button {
  width: 100%; }

.menu-greeting-dropdown {
  width: 100%; }

#menu-nav {
  height: 100px;
  z-index: 1050;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 44px; }

.menu-ul {
  height: 100px; }

/* ------------- Search Bar ---------- */
.search-div {
  height: 44px; }

.search-div-ul {
  font-size: 16px; }

.search-li {
  white-space: nowrap;
  font-size: 16px;
  padding: 0px; }

.search-nav-icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 3px;
  color: white; }

#lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -15px; }

.desktop-search-label {
    color: #ffffff;
    float: right;
}

.desktop-search-label:hover {
  color: #999 !important; }

.desktop-search-form {
  float: left; }

.search-input {
  float: right;
  border: 0;
  outline: 0;
  background: #7F81B4;
  margin: 0;
  padding: 0px 0px 0px 0px;
  margin-right: 10px;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff; }

.desktop-search-input {
  color: #ffffff;
  width: 352px; }

.mobile-search-input {
  width: 162px;
  padding-left: 10px;
  font-size: 12px;
  padding-top: 7px; }

.desktop-search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .5;
  /* Firefox */ }

.desktop-search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

desktop-search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white; }

.login-dropdown-link {
  color: black; }

.desktop-external-link-icon {
  width: 15px;
  height: 15px; }

/* Home Page Jumbotron Component */
#home-jumbotron {
  margin-top: 144px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 0%;
  overflow: hidden; }

/* ------------- Mobile Menu ---------- */
.m-menu-li {
  margin-left: 15px;
  margin-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ffffff; }

#mobile-nav-ul {
  padding-top: 10px; }

.mobile-menu-a {
  display: block; }

a.mobile-menu-a {
  color: #1D1D40; }

.mobile-menu-a:hover {
  color: #1D1D40; }

.mobile-link-text {
  float: left;
  font-weight: bold;
  font-family: Georgia;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 12px;
  padding-top: 12px;
  max-width: 93%; }

.mobile-menu-icon-link {
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    font-family: Arial;
    font-size: 18px;}

.mobile-menu-icon-link a:hover {
    text-decoration: none; }

.mobile-arrow-right {
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 18px;
  float: right; }

.mobile-arrow-left {
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 18px;
  float: left; }

#mobile-logo-image {
  width: 100px;
  height: 50px; }

#mobile-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #DE5825 !important;
  z-index: 1050;
  height: 73px;
  overflow: hidden; }

#left-mobile-nav {
  background-color: #EBEBEB;
  width: 350px;
  left: -350px;
  position: fixed;
  z-index: 1040;
  height: 100%;
  padding-top: 70px;
  top: 0px;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  border-top: 3px solid #DE5825 !important;
  overflow-x: hidden;
  overflow-y: auto; }

.mobile-menu-loading {
    margin-left: 45%;
    margin-top: 30px;
    color: #005daa;
    opacity: 0;
    transition: opacity 2s linear;
}

.mobile-menu-loading-visible {
    opacity: 1;
}

#content {
  transition: margin 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  margin-top: 144px;
  position: relative; }

/* Fix for SSO page */
.RSNA-Target.twoColumnPage {
  position: relative; }

.content-padding {
  padding-top: 10px; }

.mobile-content {
  transition: none; }

#content.mobile-content {
  margin-top: 73px; }

#content.gdpr-banner-margin {
  margin-top: 212px; }

#content.gdpr-banner-margin.mobile-content {
  margin-top: 163px; }

#left-mobile-nav.gdpr-banner {
  padding-top: 160px; }

.mobile-nav-expanded {
  left: 0px !important;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

.mobile-push-right {
  margin-left: 350px;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44); }

/*
.mobile-hidden,
.mobile-hidden a {
    margin: 0px;
    padding: 0px;
    height: 0px;
    transition: all 0.6s cubic-bezier(.87, -.41, .19, 1.44);
}
*/
.content-darken {
  background-color: rgba(1, 1, 1, 0.7) !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1035 !important; }

#content-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 1s ease;
  transition-delay: .3s; }

.mobile-nav-icon {
  width: 20px;
  color: #005daa; }

.mobile-search-form {
  right: 20px;
  top: 10px;
  padding: 10px;
  position: fixed; }

.mobile-callout {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-left: 15px; }

.mobile-callout-image {
  max-width: 300px;
  height: auto;
  margin-bottom: 5px; }

.mobile-callout-text {
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 300px; }

.mobile-external-link-icon {
  margin-top: 10px;
  width: 15px;
  height: 15px;
  float: right;
  fill: #000000; }

.mobile-menu-0 {
  background-color: #ebebeb !important;
  margin-left: 0px !important;
  padding-left: 15px !important; }

.m-menu-li {
  margin-left: 0;
  padding-left: 35px;
  padding-right: 35px; }

.mobile-back {
  padding-left: 15px !important; }

.mobile-back div.mobile-link-text {
    padding-left: 5px;
}

.mobile-link-text {
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #005daa; }

.mobile-back a {
  font-size: 18px !important; }

.mobile-back .mobile-link-text {
  font-size: 18px; }

.mobile-menu-0 .mobile-link-text {
  font-size: 18px; }

.m-menu-li {
  border-bottom: 1px solid #e0e0e0; }

.mobile-back {
  background-color: #e0e0e0; }

.mobile-menu-bottom-ul {
  padding-left: 20px; }

/* ------------- Mobile Menu Hamburger Icon ---------- */
#mobile-toggler {
  position: fixed;
  left: 25px;
  top: 25px;
  width: 25px;
  height: 18.75px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#mobile-toggler span {
  display: block;
  position: absolute;
  height: 3.75px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#mobile-toggler span:nth-child(even) {
  left: 50%;
  border-radius: 0 3.75px 3.75px 0; }

#mobile-toggler span:nth-child(odd) {
  left: 0px;
  border-radius: 3.75px 0 0 3.75px; }

#mobile-toggler span:nth-child(1), #mobile-toggler span:nth-child(2) {
  top: 0px; }

#mobile-toggler span:nth-child(3), #mobile-toggler span:nth-child(4) {
  top: 7.5px; }

#mobile-toggler span:nth-child(5), #mobile-toggler span:nth-child(6) {
  top: 15px; }

#mobile-toggler.mobile-icon-open span:nth-child(1), #mobile-toggler.mobile-icon-open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#mobile-toggler.mobile-icon-open span:nth-child(2), #mobile-toggler.mobile-icon-open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#mobile-toggler.mobile-icon-open span:nth-child(1) {
  left: 2.08333px;
  top: 2.91667px; }

#mobile-toggler.mobile-icon-open span:nth-child(2) {
  left: calc(50% - 2.08333px);
  top: 2.91667px; }

#mobile-toggler.mobile-icon-open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#mobile-toggler.mobile-icon-open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#mobile-toggler.mobile-icon-open span:nth-child(5) {
  left: 2.08333px;
  top: 12.08333px; }

#mobile-toggler.mobile-icon-open span:nth-child(6) {
  left: calc(50% - 2.08333px);
  top: 12.08333px; }

/* ------------- LeftNav ---------- */
.left-nav {
  height: 100%;
  margin-right: 15px;
  padding-top: 10px;
  width: 280px !important;
  overflow: hidden; }

.left-nav-l2 {
  display: block;
  width: 100%; }

a.left-nav-l2 {
  color: #1D1D40; }

.left-nav-l3 {
  font-family: Georgia;
  font-size: 16px;
  line-height: 2.8;
  padding-top: 4px;
  padding-bottom: 4px; }

.left-nav-l4 {
  font-size: 14px;
  font-family: Arial;
  margin-bottom: 0px;
  line-height: 1.8; }

.left-nav-l4 .left-nav-link-text {
  padding-left: 15px; }

.left-nav-l5 .left-nav-link-text {
  padding-left: 30px; }

.left-nav-l5 {
  font-size: 13px;
  font-family: Arial;
  line-height: 1.7;
  margin-bottom: 0px; }

/*
.left-nav-l5.row {
    padding-left: 40px;
}
*/
.left-nav-col-right {
  padding-left: 0px;
  padding-right: 0px; }

.left-nav-divider {
  border-bottom: 1px solid #e5e5e5; }

.left-nav-link {
  color: #005daa !important;
  width: 100%; }

.left-nav-arrow-right {
  float: right;
  color: #BCBCBE;
  font-size: 10px; }

.left-nav-arrow-down {
  float: right;
  color: #656782;
  font-size: 11px; }

.left-nav-link-text {
  float: left;
  line-height: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  max-width: 90%; }

.left-nav-arrow-right-l3 {
  margin-top: 8px; }

.left-nav-arrow-down-l3 {
  margin-top: 7px; }

.left-nav-arrow-right-l4 {
  margin-top: 8px; }

.left-nav-arrow-down-l4 {
  margin-top: 5px; }

.title-underline {
  height: 4px;
  border: none;
  background-color: #1a1c44;
  width: 50px;
  margin-left: 0px;
  margin-bottom: 14px;
  margin-top: 7px;
  display: block; }

.centered-title-underline {
  height: 2px;
  border: none;
  background-color: #cccccc;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  margin-top: 7px;
  display: block; }

.left-nav-title-underline {
  margin-bottom: 0px; }

/* ------------- Menu Breadcrumb ---------- */
#breadcrumb-div {
  margin-bottom: 20px; }

.breadcrumb-link {
  color: #005daa;
  display: inline-block;
  font-size: .7rem; }

#breadcrumb-div .menu-current-page, .menu-section-li .menu-current-page {
    color: #de5825;
    font-weight: bold;
}

.breadcrumb-back-div {
  margin-bottom: 20px; }

.breadcrumb-back-icon {
  color: #CECECE;
  height: 12px;
  margin-bottom: 3px;
  margin-left: -16px;
  font-size: 13px; }

.back-breadcrumb-link {
  color: #005daa !important;
  display: inline-block;
  font-size: 16px; }

/* ------------- Accordion ---------- */
.accordion-icon {
  color: #de5825;
  margin-right: 15px;
  min-width: 20px !important;
  float: left;
  cursor: pointer;
  line-height: 1.6 !important;
}

.accordion-item {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 7px;
  border-radius: 4px;
  width: 100%; }

.accordion-label-text {
  margin-bottom: 0 !important;
  cursor: pointer; }

.accordion-content {
  background-color: #fff;
  padding-top: 1rem;
  font-size: 18px; }

.accordion-right {
  padding-left: 40px; }

/* ------------- Caption Image ---------- */
.caption-image-component {
  display: table;
  width: 100%;
  max-width: 896px; }

.caption-image {
  width: 100%; }

.caption-modal-image {
    max-height: 90vh;
    width: auto;
}

.caption-image-text {
  display: table-caption;
  caption-side: bottom;
  background-color: white;
  padding: 15px;
  font-size: 16px;
  font-weight: 500; }

/* ------------- Login ---------- */
#verificationFailedMessage {
  display: none; }

/* ------------- Table of Contents ---------- */
.table-of-contents-link {
  display: flex;
  align-items: center; }

.table-of-contents-row {
  border-bottom: 1px solid #E8E8E9; }

.table-of-contents-icon {
  color: #005daa;
  font-size: 17px; }

.table-of-contents-link-text {
  font-size: 18px;
  color: #005daa !important;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 24px;
  display: inline-block;
  width: 80%; }

.table-of-contents-description {
  padding-left: 40px;
  margin-top: 4px;
  font-size: 16px; }

.table-of-contents-item {
  min-width: 300px;
  padding-top: 10px; }

/* ------------- Box Feature Component ---------- */
.box-feature-image {
  display: block;
  cursor: pointer;
}

.box-feature-image img {
  width: 100%; }

.box-feature-outer {
  transition: all 0.3s ease;
  margin-bottom: 16px; }

.box-feature-figure {
  display: flex;
  height: 100%; }

figure.box-feature-figure {
  margin-bottom: 0; }

.box-feature-link {
  display: block;
  height: 100%; }

.box-feature-inner {
  background-color: #fff;
  display: block;
  height: 100%;
  border-radius: 4px; }

.box-feature-hover:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

/* add animation later
.three-box-feature-outer:hover {
box-shadow: inset 0 0 0 25px $primaryColor;
 }
*/
.box-feature-caption {
  caption-side: bottom;
  border-radius: 4px;
  padding: 5px;
  padding-top: 10px;
  height: 100%; }

.box-feature-subheading {
  font-size: 18px;
  font-family: "Georgia";
  color: #005daa;
  font-weight: 600;
  line-height: 1.2;
  min-width: 150px;
  padding-left: 5px;
  padding-bottom: 16px; }

/*
.box-feature-link a {
     font-size: $baseFontSize - 4px;
     color: $primaryColor;
     font-weight: 500;
     line-height: 1.2; 
     padding-left: 5px;
}

.box-feature-link {
     font-size: $baseFontSize - 4px;
     margin-bottom: 0px;
     padding-left: 5px;
     color: $primaryColor;
}
*/
.box-feature-content {
  line-height: 1.2;
  padding-left: 5px;
  font-size: 16px;
  color: #005daa;
  padding-bottom: 16px; }

/* ------------- List of Links ---------- */
/*
ul.link-list-ul {
    list-style: none;
    padding-left: 0px;
}
    */
.link-list-li-icon {
  color: #CECECE;
  height: 8px;
  margin-bottom: 3px;
  float: left;
  margin-top: 8px;
  font-size: 8px; }

.link-list-right {
  padding-left: 20px;
  padding-bottom: 10px; }

.link-list-image {
  min-width: 75%;
  height: auto; }

.link-list-link {
  font-size: 16px;
  color: #005daa !important;
  font-weight: 500;
  line-height: 1.2; }

/* ------------- Floating Image With Text ---------- */
.floating-image-image {
  display: table;
  background-color: white; }

.floating-image-image.float-sm-right {
  margin-left: 20px; }

.floating-image-image.float-sm-left {
  margin-right: 20px; }

.floating-image-caption {
  font-size: .8rem;
  display: table-caption;
  caption-side: bottom;
  background-color: white;
  font-weight: 600;
  padding: 10px; }

.floating-image-modal {
    z-index: 2000;
}

.floating-image-component {
    overflow: hidden;
}

/* ------------- Two Column Content ---------- */
@media (min-width: 1024px) {
  .two-column-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px; } }

/* ------------- Tabbed Content ---------- */
.tabbed-content-ul, .tabbed-content-mobile-label {
  font-size: 20px;
  font-weight: 500; }

.tabbed-content-ul.vertical-tabs {
  width: 20%;
  float: left; }

.tabbed-content-a.vertical-tabs {
  border-left: none;
  border-bottom: none;
  border-top: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0 !important; }

.tabbed-content-a.vertical-tabs.active {
  border-right: 1px solid #de5825 !important;
  color: #de5825 !important;
  background-color: #F6F7FB !important; }

.tabbed-content-a.horizontal-tabs.active {
  border-top: 1px solid #de5825 !important;
  color: #de5825 !important; }

.tabbed-content-a.horizontal-tabs {
  height: 100%; }

.tabbed-content-content.horizontal-tabs {
  background-color: white;
  padding: 17px; }

.tabbed-content-li.vertical-tabs {
  width: 100%;
  background-color: #F6F7FB !important;
  text-align: right !important; }

.tabbed-content.horizontal-tabs {
  margin-bottom: 40px; }

.tab-text-content.vertical-tabs {
  font-size: 18px;
  padding-left: 20px;
  width: 80%;
  float: right; }

@media (min-width: 1024px) {
  .mobile-tabbed-content {
    display: none; } }

@media (max-width: 1023px) {
  .desktop-tabbed-content {
    display: none; } }

/* ------------- Stylized Table ---------- */
.stylized-table-head {
  background-color: #042E5C;
  color: #fff; }

.mobile-stylized-table-title {
  font-weight: bold; }

@media (min-width: 768px) {
  .mobile-stylized-table {
    display: none; } }

@media (max-width: 767px) {
  .desktop-stylized-table {
    display: none; } }

/* ------------- Article List Component ---------- */
.article-list-content {
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  height: 100%;
  padding: 10px;
  color: #1a1c44; }

.article-list-item {
  margin-bottom: 16px; }

.article-list-date {
  font-size: 14px;
  padding-bottom: 5px; }

.article-list-hover:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

/* ------------- Journal Feed Component ---------- */
.journal-feed-image {
  height: auto;
  width: 100%; }

.journal-feed-article-link {
  float: left; }

.journal-feed-article-date {
  float: right; }

.journal-feed-article {
  margin-bottom: 20px; }

a.journal-feed-article-link {
  color: #005daa; }

a.journal-feed-title-link {
  color: #005daa;
  width: 100%; }

.journal-feed-content {
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  height: 100%;
  padding: 10px; }

@media (min-width: 1280px) {
  .journal-feed-article .order-xl-1 {
    padding-right: 0px; }
  .journal-feed-article .order-xl-2 {
    padding-left: 0px; } }

/* ------------- Full Width Feature ---------- */
.full-width-feature-image {
  width: 100%;
  height: auto; }

.full-width-feature-link {
  font-size: 16px;
  color: #005daa !important;
  font-weight: 500;
  line-height: 1.2; }

.full-width-feature-content {
  height: 100%;
  border-radius: 4px;
  font-size: 16px;
  padding-top: 10px; }

@media (min-width: 1200px) {
  .full-width-feature .order-xl-1 {
    padding-right: 0px; }
  .full-width-feature .order-xl-2 {
    padding-left: 0px; }
  .full-width-feature-content {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px; } }

/* ------------- Single Photo Feature ---------- */
.single-photo-feature-image {
  width: 100%;
  height: auto; }

.single-photo-feature-link {
  font-size: 16px;
  color: #005daa !important;
  font-weight: 500;
  line-height: 1.2; }

.single-photo-feature-content {
  height: 100%;
  border-radius: 4px;
  font-size: 18px !important;
  padding-top: 10px; }

@media (min-width: 1200px) {
  .single-photo-feature .order-xl-1 {
    padding-right: 0px; }
  .single-photo-feature .order-xl-2 {
    padding-left: 0px; }
  .single-photo-feature-content {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px; } }

/* ------------- Icon Row ---------- */
.icon-row-image {
  width: 100%;
  height: auto; }

.icon-row-image-col {
  overflow: hidden;
  border-radius: 50%;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  border: 2px solid gray; }

.icon-row-label {
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #de5825;
  line-height: 1.2; }

.icon-row-description {
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.2;
  font-size: 16px; }

.icon-row-cta {
  text-align: center;
  padding-top: 10px; }

/* ------------- Announcement Box ---------- */
.announcement-box {
  border-radius: 4px;
  background: #192344;
  padding: 20px; }

/* ------------- News Ribbon ---------- */
.news-ribbon {
  border-radius: 4px;
  padding: 20px; }

.news-ribbon-text {
  font-size: 18px;
  font-family: "Georgia";
  font-weight: 600; }

/* ------------- Footer ---------- */
#rsna-footer {
  font-size: 12px;
  bottom: 0;
  width: 100%;
  margin-top: 20px;
  max-width: 100%;
  border-top: 3px solid #005daa; }

#rsna-footer p {
  margin-bottom: .3rem; }

.rsna-footer-text-top {
  text-align: left;
  margin: auto;
  max-width: 300px; }

.rsna-footer-row-1 {
  padding-top: 20px;
  padding-bottom: 20px; }

.rsna-footer-row-2 {
  padding-top: 20px;
  padding-bottom: 110px;
  color: white;
  background-color: #005daa; }

.rsna-footer-row-2 a {
  color: white !important; }

.rsna-footer-top-col {
  padding-top: 10px; }

.footer-underline {
  height: 2px;
  border: none;
  background-color: #005daa;
  width: 50px;
  margin-left: 0px;
  margin-bottom: 14px;
  margin-top: 7px;
  display: block; }

.footer-logo {
  padding-bottom: 10px; }

/* ------------- News Right Rail Box ---------- */
.news-right-rail-box {
  border: 1px solid #cccccc;
  padding: 10px;
  line-height: 1; }

/* ------------- Related Materials Box ---------- */
.related-materials-bottom {
  padding-bottom: 10px; }

.related-materials-right {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2; }

/* ------------- Headshot Image ---------- */
.headshot-left {
  width: 17%;
  margin-right: 30px; }

.headshot-right {
  width: 17%;
  margin-left: 30px; }

.headshot-image {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  width: 100%; }

.headshot-image-caption {
  font-size: .8rem;
  display: table-caption;
  caption-side: bottom;
  font-weight: 700; }

.headshot-hr {
  background-color: #cccccc; }

@media (max-width: 767px) {
  .headshot-left {
    width: 100%;
    margin-right: 0px; }
  .headshot .headshot-image {
    display: inline-block;
    width: 40%;
    margin: 0 10px 0 10px; }
  .headshot iframe {
    max-width: 100%; } }

/* ------------- By Line ---------- */
.by-line {
  background-color: #005daa;
  padding: 10px;
  float: left;
  width: 100%;
  color: white;
  font-size: 16px;
  height: 44px; }

/* ------------- Pull Quote ---------- */
.pull-quote {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px; }

.pull-quote-quote {
  font-style: italic; }

.pull-quote-image {
  padding-bottom: 15px; }

/* ------------- Pull Text ---------- */
.pulled-text {
  width: 40%;
  font-size: 26px;
  font-weight: 500; }

.pulled-text-hr {
  width: 70%;
  margin-left: 0;
  background-color: #cccccc;
  text-align: left; }

@media (max-width: 767px) {
  .pulled-text {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%; } }

/* ------------- Big Stat ---------- */
.big-stat {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 25px;
  padding-bottom: 25px; }

.big-stat-text {
  font-size: 50px;
  font-weight: 700; }

.big-stat-caption {
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  line-height: 1.2; }

/* ------------- Slideshow ---------- */
.slideshow-inner {
  max-height: 80vh; }

.slideshow-image {
  max-height: 60vh; }

@media (min-width: 768px) {
  .slideshow-inner {
    height: 720px; }
  .slideshow-image {
    width: auto;
    height: 500px;
    max-height: 500px; } }

@media (min-width: 1024px) {
  .slideshow-inner {
    height: 700px; }
  .slideshow-image {
    width: auto;
    height: 500px;
    max-height: 500px; } }

@media (min-width: 1280px) {
  .slideshow-inner {
    height: 680px; }
  .slideshow-image {
    width: auto;
    height: 500px;
    max-height: 500px; } }

.slideshow {
  background-color: #192344;
  padding-top: 40px;
  border-radius: 4px; }

.slideshow-modal-image {
  max-width: 90%;
  height: 80vh; }

.slideshow-modal-image-caption {
  font-size: 12px;
  padding: 20px; }

.slideshow-caption {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  font-size: 12px;
  margin: 10px; }

.carousel-expand {
  top: 5px;
  left: 30px;
  z-index: 2;
  position: absolute;
  color: white !important; }

.slideshow-page-count {
  top: 5px;
  right: 30px;
  z-index: 2;
  position: absolute;
  color: white !important; }

.slideshow-modal-content {
  background-color: white;
  padding-top: 20px; }

.slideshow-modal-dialog {
  max-width: 90vw !important;
  max-height: 80vh !important;
  margin-top: 10px !important; }

.slideshow-modal-close {
  padding-right: 5px;
  float:right;}

/* ------------- Two Column People List ---------- */
.two-col-people-list-col {
  margin-bottom: 20px; }

/* Ad Component*/
.rsna-ad {
  width: 728px;
  height: 90px;
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); }

.rsna-ad-close {
  position: absolute;
  z-index: 2001;
  top: 8px;
  right: 8px;
  opacity: .4;
  height: 16px;
  border-radius: 50%;
  background: white; }

.rsna-ad-text-note {
  position: absolute;
  top: -22px;
  color: #999;
  font-size: 12px;
  left: 50%; }

.rsna-ad-close:hover {
  cursor: pointer; }

@media (max-width: 750px) {
  .rsna-ad {
    transform: translateX(-50%) scale(0.75);
    bottom: -11px; }
  .rsna-ad-close, .rsna-ad-text-note {
    transform: scale(1.33); } }

@media (max-width: 575px) {
  .rsna-ad {
    transform: translateX(-50%) scale(0.5);
    bottom: -23px; }
  .rsna-ad-close {
    transform: scale(3);
    top: 0px;
    right: 0px; }
  .rsna-ad-text-note {
    transform: scale(2); } }

@media (max-width: 400px) {
  .rsna-ad {
    transform: translateX(-50%) scale(0.4);
    bottom: -28px; }
  .rsna-ad-close {
    transform: scale(3.75);
    top: 0px;
    right: 0px; }
  .rsna-ad-text-note {
    transform: scale(2.5); } }

@media (max-width: 330px) {
  .rsna-ad {
    transform: translateX(-50%) scale(0.25);
    bottom: -33px; }
  .rsna-ad-close {
    transform: scale(6);
    top: 0px;
    right: 0px; }
  .rsna-ad-text-note {
    transform: scale(4); } }

/* GDPR Component*/
.cookie-popup {
  height: auto;
  width: 100%;
  top: 0px;
  display: block;
  margin: 0;
  padding: 5px;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: fixed;
  background-color: #192344; }

.popup-content {
  padding: 10px;
  max-width: 980px;
  margin: 0 auto; }

.popup-text {
  display: inline-block;
  max-width: 60%;
  vertical-align: middle;
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  text-align: left; }

.popup-buttons {
  display: inline-block;
  max-width: 40%;
  vertical-align: middle; }

.cookie-popup button {
  border: none;
  border-radius: .25rem;
  padding: 5px;
  min-width: 130px;
  font-family: arial;
  font-weight: bold;
  margin: 5px;
  cursor: pointer;
  font-size: 12px; }

.cookie-popup .agree-button {
  background-color: #dc5826;
  color: #ffffff;
  transition: 0.15s ease-in; }

.cookie-popup .agree-button:hover {
  background-color: #bd4a1f;
  color: #ffffff;
  transition: 0.15s ease-in; }

.cookie-popup a {
  color: #dc5826; }

.cookie-popup a:hover {
  color: #bd4a1f; }

.cookie-popup .find-more-button {
  background-color: #0073d2;
  color: #ffffff;
  transition: 0.15s ease-in; }

.cookie-popup .find-more-button:hover {
  background-color: #005daa;
  color: #ffffff;
  transition: 0.15s ease-in; }

@media (max-width: 1025px) {
  .cookie-popup-mobile {
    height: 90px; }
  .cookie-popup-mobile .popup-content {
    height: 90px;
    padding: 3px; }
  .cookie-popup-mobile .popup-text {
    max-width: 100%; }
  .cookie-popup-mobile .popup-buttons {
    max-width: 100%;
    display: block; }
  .gdpr-mobile-nav {
    top: 90px; }
  .gdpr-mobile-toggler {
    top: 115px !important; }
  .gdpr-mobile-search-form {
    top: 100px; } }

@media (max-width: 575px) {
  .cookie-popup-mobile {
    height: 90px;
    padding: 2px;
    margin: 0px; }
  .cookie-popup-mobile .popup-content {
    height: 90px;
    padding: 3px; }
  .cookie-popup-mobile .popup-text {
    max-width: 100%;
    font-size: 10px; }
  .cookie-popup-mobile .popup-buttons {
    max-width: 100%;
    display: block; }
  .cookie-popup-mobile button {
    font-size: 10px; }
  .gdpr-mobile-nav {
    top: 90px; }
  .gdpr-mobile-toggler {
    top: 115px !important; }
  .gdpr-mobile-search-form {
    top: 100px; } }

@media (max-width: 320px) {
  .cookie-popup-mobile {
    height: 100px; }
  .gdpr-mobile-nav {
    top: 100px; }
  .gdpr-mobile-toggler {
    top: 125px !important; }
  .gdpr-mobile-search-form {
    top: 110px; } }

/* RSNA News Announcements */
.news-announcement-multi-headshot-content {
  padding-bottom: 10px; }

.news-multi-headshot-caption {
  font-size: 16px;
  line-height: 1.2; }

/* People List */
.people-list-content {
  font-size: 16px;
  line-height: 1.2;
  min-width: 150px;
  padding-left: 5px;
  padding-bottom: 16px; }

.people-list-caption {
  caption-side: bottom;
  border-radius: 4px;
  padding: 5px;
  padding-top: 10px; }

@media (max-width: 575px) {
  .people-list-inner.box-feature-inner {
    height: 95%; } }

@media (min-width: 576px) {
  .people-list-inner.box-feature-inner {
    height: 92%; } }

/* L2 News Hero */
.l2-news-hero-card {
  height: 100%; }

.l2-news-hero-item {
  margin-bottom: 20px; }

.l2-editors-picks-date {
  font-size: 16px;
  color: #1a1c44;
  padding: 10px;
  padding-bottom: 0px; }

.l2-editors-picks-title {
  padding: 10px;
  padding-bottom: 0px; }

/* ------------- L2 News Recently Posted ---------- */
.news-rec-post-list-item {
  margin-bottom: 16px; }

.news-recently-posted-row {
  padding: 10px 0; }

.news-recently-posted-item-row {
  height: 100%; }

.l2-news-recently-posted-date {
  display: block;
  padding-bottom: 5px;
  font-size: 16px;
  color: #1a1c44; }

.l2-news-recently-posted-subheading {
  color: #1a1c44;
  font-size: 16px;
  line-height: 1.2; }

@media (min-width: 992px) {
  .l2-news-recently-posted-image {
    padding-right: 0px; } }

@media (max-width: 991px) {
  .l2-news-recently-posted-content {
    padding: 10px;
    height: 100%; } }

/* ------------- L2 News In Brief ---------- */
.l2-news-in-brief-icon {
  color: #005daa;
  font-size: 17px; }

.l2-news-in-brief-link-text {
  font-size: 18px;
  font-family: "Georgia";
  color: #005daa !important;
  font-weight: 600;
  line-height: 1.2;
  padding-left: 10px;
  display: inline-block;
  width: 80%; }

.l2-news-in-brief-link {
  display: flex;
  align-items: center; }

.l2-news-in-brief-item {
  padding-bottom: 20px; }

/* ------------- News Archive ---------- */
.news-archive-section {
  margin-bottom: 40px; }

/* ------------- Rich Text Images ---------- */
.text-box img, .rich-text-section img {
  max-width: 100%;
  height: auto; }

/* ------------- Utility Classes ---------- */
.hidden {
  display: none !important; }

.outer-div-centered {
  width: 100%; }

.inner-div-centered {
  display: table;
  margin: 0 auto; }

.white {
  color: #fff !important; }

.bold {
  font-weight: bold; }

.orange {
  color: #de5825 !important; }

.purple {
  color: #005daa; }

.error {
  color: darkred;
  font-weight: bold; }

.non-bulleted-list {
  list-style-type: none; }

.capitalize {
  text-transform: lowercase;
  display: inline-block; }

.capitalize::first-letter {
  text-transform: uppercase; }

.social-icon {
  color: #005daa;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #005daa;
  padding: 6px;
  width: 100%;
  height: 100%; }

/* ------------- RSNA News Social Sharing ---------- */
.social-sharing-label {
  font-size: 16px;
  vertical-align: top; }

.pointer-cursor {
  cursor: pointer; }

.notransition {
  -o-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important; }

.no-right-padding {
  padding-right: 0; }

.no-left-padding {
  padding-left: 0; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.mb-40 {
  margin-bottom: 40px; }

.r-grid .component-section {
  margin-bottom: 40px; }

/* L2 Page CSS */
.l2-grid .component-section {
  margin-bottom: 100px; }

.l2-grid .justify-content-center {
  padding: 25px 0; }

.rsna-block p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important; }

.l2-grid .btn-full {
  width: 100%; }

.l2-grid .btn-primary {
  margin-bottom: 15px; }

/* Home Page News Editors Picks*/
.news-item .info-wrap .news-title {
  width: 100%; }

/*Global Alert component*/
.global-alert {
  display: block;
  /* Shown by default */
  position: fixed;
  /* Stay in place */
  z-index: 1070;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(255, 255, 255, 0.5);
  /* White w/ opacity */ }

.global-alert-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  /* Could be more or less, depending on screen size */
  box-shadow: 0 0 30px 0 #000000;
  border-radius: 10px;
  z-index: 1071; }

@media (max-width: 1024px) {
  .global-alert-content {
    width: 80%; } }

.close-global-alert {
  text-align: right;
  color: #005daa;
  margin: 0;
  margin-left: auto;
  width: fit-content; }

.close-global-alert:hover,
.close-global-alert:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.global-alert-button {
  width: auto; }

/* COVID Grid Layout*/
.covid-right-col {
  font-size: 16px; }

/*Rotating Logo Component*/
@media (min-width: 1024px) {
  .rotating-logo-mobile {
    display: none; } }

@media (max-width: 1023px) {
  .rotating-logo-desktop {
    display: none; } }

/*
.rotating-logo-component .carousel-indicators {
    bottom: 0px !important;
    position: absolute !important;
}
    */
.rotating-logo-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 0px;
  background-color: #999999; }

.rotating-logo-indicators .active {
  background-color: #005DAA; }

.rotating-logo-indicators {
  position: static; }

.rotating-logo-nav {
  justify-content: center; }

.rotating-logo-left-arrow {
  padding-right: 0px; }

.rotating-logo-right-arrow {
  padding-left: 0px; }

ol.rotating-logo-indicators {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px; }

/*Event Calendar Component*/
.event-calendar.row {
  font-size: 16px; }

.event-calendar h6 {
  font-size: 15px; }

.event-calendar .event-details {
  top: 15%;
  bottom: 15%; }
  .event-calendar .event-details .modal-dialog {
    overflow-y: initial; }
  .event-calendar .event-details .modal-body {
    max-height: 50vh;
    overflow-y: auto; }
  .event-calendar .event-details .modal-label {
    font-weight: bold; }
  .event-calendar .event-details .link {
    padding-top: 10px; }
    .event-calendar .event-details .link .secondary-link {
      padding-left: 15px; }

.event-calendar .fc-event-main {
  cursor: pointer; }

.event-calendar .fc-event-time {
  display: none; }

.event-calendar #calendar .fc-event-title {
  padding-left: 5px; }

/*Event Calendar Request Form Component*/
.event-calendar-request-form .hidden {
  display: none; }

.event-calendar-request-form .request-form-title {
  padding: 0 0 20px 10px; }

.event-calendar-request-form form .form-section {
  padding: 5px 0px; }

.event-calendar-request-form form label {
  font-size: 20px;
  font-weight: bolder; }
  .event-calendar-request-form form label.top-aligned {
    vertical-align: top; }

.event-calendar-request-form form .form-input-empty {
  border: 2px solid red;
  background-color: #fee; }

.event-calendar-request-form form input[type=submit] {
  font-size: 20px;
  margin-top: 20px; }

.event-calendar-request-form form .thank-you-message {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bolder; }

.event-calendar-request-form form .sorry-message {
  padding-top: 10px;
  font-size: 20px;
  font-weight: bolder;
  color: red; }

/*Foundation Focus Components*/
.foundation-focus-hero {
    background: transparent linear-gradient(244deg, #01ABE3 0%, #003E7F 100%) 0% 0% no-repeat padding-box;
    background-size: auto 75%;
    padding-top: 50px;
}

.foundation-focus-hero img {
    border: 3px solid #05A8E0;
    max-width: 75%;
    max-height: 275px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .foundation-focus-hero {
        padding-top: 25px;
    }

    .foundation-focus-hero img {
        max-width: 95%;
    }
}

.foundation-focus-article-hero {
    padding: 20px 0;
}

.foundation-focus-article-hero img {
    border: 3px solid #05A8E0;
    max-width: 50%;
    height: auto;
}

@media (max-width: 1023px) {
    .foundation-focus-article-hero img {
        max-width: 95% !important;
        display: block;
        margin: 0 auto 0 0;
    }
}

.news-category .news-category-title {
    color: #005EA9;
    padding: 25px 0;
    font: bold 32px Arial;
}

.news-category .news-category-title i {
    padding-left: 20px;
}

.news-category .category-card .category-card-content {
    display: flex;
    padding-bottom: 20px;
}

.news-category .category-card .category-card-content .category-card-image {
    max-width: 33%;
    margin-right: 15px;
}

.news-category .category-card .category-card-content .category-card-image img {
    max-width: 100%;
    border: 1px solid #707070;
}

.news-category .category-card .category-card-content .category-card-text {
    display: block;
}

.news-category .category-card .category-card-content .category-card-text .category-card-title {
    font: bold 18px Arial;
    color: #1A1C42;
    padding-bottom: 10px;
}

.news-category .category-card .category-card-content .category-card-text .category-card-subheading {
    font: normal 16px Arial;
    color: #1A1C42;
}

.news-category {
    margin-bottom: 50px;
}

.selected-articles {
    padding: 20px 0;
}

.selected-articles .article-card {
    padding: 0 25px 25px 0;
    font: bold 20px Arial;
}

@media (max-width: 1023px) {
    .selected-articles .article-card {
        padding: 0 10px 25px 10px;
    }
}

.selected-articles .article-card .article-card-content {
    display: block;
    color:#1A1C42;
    background-color: white;
    border: 1px solid #707070;
    height: 100%;
}

.selected-articles .article-card .article-image:has(img) {
    border-bottom: 1px solid #707070;
}

.selected-articles .article-card .article-image img {
    max-width: 100%;
}

.selected-articles .article-card .article-title {
    padding: 20px 15px;
}

/* Press Release Components */
.press-login-txt {
    text-align: center;
    font-size: .86em;
    line-height: 18px;
    margin-right: 12px;
    padding: 18px 50px;
    border: 1px dashed #424242;
}

.press-release-date {
    background-color: #005daa;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    color: white;
    font-size: 16px;
}
.press-release-date.embargo-release {
    background-color: #fe0000;
    text-align: center;
    font-weight: bold;
}

.contact-listing {
    display: inline-block;
    color: #666;
}

.contact-listing .contact-card {
    display: inline-block;
    font-size: 16px;
    padding: 0 50px 15px 0;
}

.press-release-table form {
    padding: 5px 5px 20px 5px;
}

.press-release-table form label {
    width: 10%;
}

.press-release-table form input[type=text] {
    margin: 5px 0;
    padding: 5px 10px;
    width: 50%;
}

.press-release-table form .press-release-search-button {
    margin: 5px 0;
}

.press-release-table-header {
    margin-top: 10px;
}

.press-release-table .press-release-table-header {
    background-color: #094FBB;
    color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 0px;
}

.press-release-table .press-release-table-header .release-date-header {
    display: inline-block;
    width: 15%;
    font-size: 20px;
}

.press-release-table .press-release-table-header .release-title-header {
    display: inline-block;
    font-size: 20px;
}

.press-release-table .press-release-table-row {
    padding: 5px;
    font-size: 0px;
}

.press-release-table .press-release-table-row:nth-child(odd) {
    background-color: #ddd;
}

.press-release-table .press-release-table-row .release-date {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    font-size: 20px;
}

.press-release-table .press-release-table-row .release-url {
    display: inline-block;
    max-width: 80%;
    font-size: 20px;
}

@media (max-width: 1023px) {
    .press-release-table form input[type=text] {
        width: 100%;
    }

    .press-release-table form label {
        width: 22%;
    }

    .press-release-table .press-release-table-header .release-date-header {
        width: 30%;
    }

    .press-release-table .press-release-table-row .release-date {
        width: 30%;
    }

    .press-release-table .press-release-table-row .release-url {
        max-width: 65%;
    }
}

#rsna-social-icon-pdf {
    background-image: url("-/media/images/shared/icons/pdf-icon.png");
    background-position-x: center;
    background-position-y: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#rsna-social-icon-pdf:hover {
    filter: grayscale(1);
}

#press-release-glance {
    font-size: 15px;
    width: 430px !important;
    float: right;
    width: 300px;
    max-width: 100%;
    margin: -7px 25px 30px 30px;
    padding: 10px 20px 30px 20px;
    font-weight: 400;
    color: #333;
    background-color: #B4D2FF;
    border-radius: 10px;
}

#press-release-glance-head {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0;
}

#pr_resources, #pr_links_container {
    font-size: 20px;
    color: #666;
    font: Arial,Helvetica,Verdana,sans-serif !important;
}

#pr_resources {
    width: 290px;
    height: auto;
    float: left;
    padding: 0 0 30px 50px;
}


#pr_resources div {
    width: 340px;
    font-size: 12px;
    line-height: 1.3em;
    display: block;
    clear: both;
    padding: 0 10px 0 0;
}

.press-resources-media-item {
    margin-bottom: 30px;
}

#press-release-footnotes {
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0 20px;
    border-top: 1px solid #CCC !important;
}

a.info2 {
    background-image: url(pressreleases/images/info-icon.png) !important;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    font-size: 1.16em;
    height: auto;
    line-height: 2;
    padding-left: 0;
    padding-right: 30px;
}

a.pdf2 {
    background-image: url(pressreleases/images/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    font-size: 1.04em;
    height: auto;
    line-height: 2;
    padding-right: 30px;
}

#press-release-search-input-container {
    display: flex;
    align-items: center;
}

#press-release-search-input-container #SearchTerm {
    flex: 1;
    padding: 8px;
}

#press-release-search-input-container .search-icon {
    padding-left: 10px;
}

#press-release-search-icon {
    height: 4vh;
    color: #005daa;
}

/*Press Release Pagination Controls*/
.press-release-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    margin: 0.5em 0;
    font-size: 1em;
}

.press-release-pagination .btn,
.press-release-pagination .pagination-select {
    font-size: 1em;
    padding: 0.4em 1em;
    transition: background 0.2s, color 0.2s;
}

.pagination-page {
    border-radius: 3px;
    border: 1px solid #005fae;
    background: #fff;
    color: #005fae;
    cursor: pointer;
}

.press-release-pagination .btn:disabled {
    background: #ccc;
    color: #666;
    border-color: #ccc;
    cursor: not-allowed;
}

.press-release-pagination .active {
    background: #005fae;
    color: #fff;
    font-weight: bold;
}

.pagination-range {
    margin-right: 1em;
    color: #333;
}

.pagination-label {
    margin: 1.5em;
}

.pagination-ellipsis {
    padding: 0 0.5em;
    color: #888;
    font-size: 1.2em;
    user-select: none;
}

@media (max-width: 600px) {
    .press-release-pagination {
        font-size: 0.5em;
        gap: 0.3em;
    }

    .pagination-label {
        margin: 0.75em;
        font-size: 0.75em;
    }
}


.press-footnotes {
    font-size: .9em;
    margin: 30px 0 0;
    padding: 0 20px;
    border-top: 1px solid #CCC !important;
}

/*Personify Left Nav Component*/
#personify-left-nav {
    width: 200px;
    background-color: rgb(245, 245, 245);}

.personify-leftpane {
    margin: 18px;}

#personify-left-nav * {
    color: #666;}

.personify-my-account-h2 {
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-family: "latoregular", sans-serif;
    background-color: #2d6389;
    color: #fff !important;
    padding: 13px;
    height: 50px;}

.personify-linkitem a {
    font-size: 14px;
    color: #5e6f7b;
    white-space: normal;}

.personify-linkitem {
    list-style: none;
    white-space: nowrap;}

.personify-section-title {
    font-weight: 700;
    font-family: "latoregular", sans-serif;
    font-size: 14px;}

@media (max-width: 1023px) {
     #personify-left-nav {
         display: none;
     }
}

.personify-linklist {
    line-height: 1.3;}

#pr_resources, #pr_links_container {
    font-size: 20px;
    color: #666;
    font: Arial,Helvetica,Verdana,sans-serif !important;
}

.press-resources-image-container {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    margin-bottom: .6em;
}

.press-resources-media-container {
    margin-bottom: 45px;
}

#pr_resources p {
    padding: 0;
    line-height: 24px;
}

#press-resources-images-title, #press-resources-videos-title {
    font-weight: bold;
}

#pr_resources img {
    max-width: 240px;
}

#pr_resources .download-link-txt {
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    padding-right: 30px;
    width: 340px;
    padding-top: 5px !important;
    font-style: normal;
    font-size: 15px;
}

#pr_resources .download-link-txt:hover {
    cursor: pointer;
}

.press-release-media-caption {
    color: #666 !important;
    font-size: .7em;
    line-height: 14px;
    background-image: none !important;
}

.resource-col-heading {
    font-size: 20px;
    font-weight: bold;
}

#pr_links_container .info2 {
    background-image: url('/images/rsna/info-icon.png') !important;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 2;
    padding-left: 0;
    padding-right: 30px;
}

#pr_links_container .pdf2 {
    background-image: url('/images/rsna/pdf-icon.png');
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 2;
    padding-right: 30px;
}

#pr_links_container .anchor-link {
    display: inline-block;
    font-size: 15px;
    height: auto;
    line-height: 2;
    padding-right: 30px;
}

#pr_links_container .anchor-link > i {
    margin-left: 4px;
}

#pr_title {
    color: #666;
    border-bottom: 1px solid #CCC !important;
}

/* Newsroom */

#newsroom_media-content li {
    font-size: 1em !important;
    line-height: 1.7em !important;
}

#newsroom_press_releases {
    margin: .8em 0 2em 0;
}

.newsroom_wwwhead {
    margin: 1em 0 0 0;
    line-height: 1.4;
    font-weight: 700;
    color: #666;
    padding-bottom: .2em
}

.newsroom_savedate {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 2.1em;
    font-style: italic;
    font-weight: 900;
    color: #bf3b95 !important;
    background-color: #fff;
    margin-top: 20px;
}

.newsroom_indent {
    margin-left: 20px;
}

.newsroom_indent p {
    margin-top: -10px
}

.newsroom_normal {
    line-height: 1.4em;
}

.newsroom_italic {
    font-style: italic;
}

.newsroom_h2 {
    font-size: 1.3em !important;
    margin-top: 30px;
    color: #666 !important;
}

.newsroom_title {
    font-family: Arial,Helvetica,Verdana,sans-serif !important;
    font-size: 2.6em;
    font-weight: 600;
    color: #666;
    line-height: inherit;
    padding: 16px 0 0 0;
    clear: both;
}

.newsroom_subhead {
    background-color: #eee;
    font-weight: 900;
    margin-left: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding-left: 5px;
    max-width: 90%;
}

@media handheld, only screen and (max-width: 768px) {
    .newsroom_title {
        font-size: 2.6em;
        padding: 0;
    }

    .newsroom_savedate {
        font-size: 1.9em;
        text-shadow: 0 0 0 rgba(0,0,0,0.4)
    }
}

@media only screen and (max-width:480px) {
    .newsroom_title {
        font-size: 2.51em;
        padding: 0;
    }
}

.newsroom_heading3 {
    font-size: 1em;
    margin-top: 30px;
    color: #666;
}

.newsroom_heading4 {
    font-size: .45em;
    margin-top: 30px !important;
    color: #666;
}

.newsroom_heading2 {
    font-size: 1.3em !important;
    margin-top: 30px;
    color: #666 !important;
}

.savedate {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 2.1em;
    font-style: italic;
    font-weight: 900;
    color: #bf3b95 !important;
    margin-top: 20px;
}

.subhead {
    background-color: #eee;
    font-weight: 900;
    margin-left: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding-left: 5px;
    max-width: 90%;
}

/* Modal Overrides */
.modal-open {
    padding-right: 0px !important;
}

/*Temp Fix for jobs.rsna.org display issue*/
body.bti-ssi-container .left-nav-arrow-right, body.bti-ssi-container .left-nav-arrow-down {
    display: none;
}

#shopping-cart-link {
    margin-top: 2px;
}

/*Font Awesome Overrides*/

.social-icon.fa-stack-2x {
    height: 30px;
    width: 30px;
}

.fa-brands.fa-stack-1x {
    width: 30px;
}

a span.fa-stack {
    width: 2em;
}

/*Journal Trial Form*/

.required-field-sitecore-form::after {
    content: "*";
    color: red;
    margin-left: 2px;
}

.journal-subscription-checkboxes {
    margin-left: 75px;
}

.field-validation-error {
    color: red;
}

.field-validation-error::after {
    content: "*";
    color: red;
    margin-left: 2px;
}
/* Sticky Search Container */
.search-container {
    position: fixed;
    top: 230px;
    right: 20px;
    display: flex;
    align-items: center;
    transition: width 0.3s ease-in-out;
    z-index: 1000;
}

/* Search Label */
.searchLabel {
    font-size: 10px;
    color: #005daa;
    margin-right: -37px;
    transition: opacity 0.3s ease-in-out;
}

/* Expanded Input */
.search-container.expanded .search-input {
    width: 200px;
    opacity: 1;
    padding-right: 30px;
    border: 1px solid #ccc;
}

/* Magnifying Glass */
.universal-search-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005daa;
}

/* Highlighted Text */
.highlight {
    background-color: yellow;
    font-weight: bold;
}

    /* Current Highlight */
    .highlight.current {
        background-color: orange;
    }

/* Navigation Controls */
.universal-search-nav {
    display: none;
    align-items: center;
    margin-left: 10px;
    background: white;
    padding: 5px 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.universal-search-nav span {
    font-size: 14px;
    margin: 0 10px;
}

.universal-search-nav button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #005daa;
}

.universal-search-nav button:last-child {
    margin-right: 10px;
}
}

.jwplayer-video-container {
    max-width: 400px;
    margin: 0 10px 10px 0;
}

.jwplayer {
    width: 391px !important;
    height: 220px !important;
}

h2.psearch-head {
    margin: 0px !important;
    font-size: 22px !important;
}

.psearch-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.psearch-input {
    width: 100%;
    height: 34px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.psearch-cont button {
    width: 175px;
    margin: 0 0 0 10px;
    color: white;
    background-color: #015daa !important;
    border: 1px solid #005daa;
    border-radius: 5px;
    transition: 0.3s ease;
}

.psearch-cont button:hover {
    background-color: #0971c8 !important;
}
/* Core */

.psearch-widget {
    position: fixed;
    top: 200px;
    right: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    z-index: 1000;
    margin-left: 20px;
    padding: 5px;
    font-size: 16px;
    color: white;
    background-color: rgb(23 23 23 / 85%);
    border: 1px solid #cccccc;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 5px 20px -10px rgb(0 0 0 / 50%);
}

.psearch-widget-cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 10px;
}

/* Nav */

.psearch-nav {
    display: flex;
    align-items: center;
}

.psearch-widget .psearch-nav button {
    width: 40px;
    margin: 5px 10px;
    padding: 5px;
    background-color: #404040;
    border: 1px solid #929292;
    border-radius: 10px;
    transition: 0.3s ease;
}

    .psearch-widget .psearch-nav button:hover {
        background-color: #606060;
    }

.psearch-widget .psearch-nav i.fa-solid.fa-chevron-up, .psearch-widget .psearch-nav i.fa-solid.fa-chevron-down {
    color: #ffffff;
}

.psearch-widget button.btn-done {
    width: 100px;
    margin: 5px;
    font-size: 18px;
    color: white;
    background-color: #404040;
    border: 1px solid #929292;
    border-radius: 10px;
    transition: 0.3s ease;
}

    .psearch-widget button.btn-done:hover {
        background-color: #606060 !important;
    }

/* Mobile */

@media (max-width: 1024px) {

    .psearch-widget {
        top: 100px;
        padding: 5px 10px;
    }

        .psearch-widget .psearch-nav {
            flex-direction: column;
        }


        .psearch-widget .psearch-nav {
            font-size: 12px;
        }
}

/* end @media (max-width: 1024px) */
}
.accordion-label-text-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

