/* LungMAP.net identity layer.
 *
 * Lines 10367-10639 of
 * /Users/saljh8/Dropbox/LungMAP/refactored_website_archive/v0.1/app/lungmap/static/theme/css/page.css
 * copied verbatim. That file is Bootstrap 5.3.3 compiled with the LungMAP
 * SilverStripe variables; lines 1-10366 are Bootstrap and ship separately as
 * vendor/bootstrap-5.3.3.min.css. Lines 10641-10753 style the member login
 * forms and are left out: their `input[type="text"] { height: 36px }` rule
 * fights the facet search field.
 *
 * The palette is the site's own: #005295 secondary, #198cea primary, Roboto.
 * Do not edit this file. Re-extract it if the theme changes upstream.
 */

body {
  background: #ffffff;
  color: #005295;
  font-size: 16px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a,
a:hover {
  color: #198cea;
  text-decoration: none; }

img {
  height: auto;
  max-width: 100%; }

.img-border-black {
  border: 1px solid black; }

.pointer-default {
  cursor: default; }

.text-basic {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: Roboto;
  line-height: 1.25; }

.text-blue {
  color: #005295; }

.text-white {
  color: #ffffff; }

.text-dark-gray {
  color: #707070; }

.text-light-gray {
  color: #adadad; }

.text-light-blue {
  color: #198cea; }

.text-bold {
  font-weight: bold; }

.text-size-12 {
  font-size: 12px; }

.text-size-14 {
  font-size: 14px; }

.text-size-16 {
  font-size: 16px; }

.text-size-18 {
  font-size: 18px; }

.text-size-20 {
  font-size: 20px; }

.text-size-24 {
  font-size: 24px; }

.text-size-30 {
  font-size: 30px; }

.text-size-40 {
  font-size: 40px; }

.text-block {
  margin-top: 3px;
  margin-bottom: 9px; }

.height-xlg {
  height: 48px; }

.height-xxlg {
  height: 96px; }

.background-blue {
  background: #005295 0% 0% no-repeat padding-box;
  opacity: 1; }

.background-white {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1; }

.page__header {
  color: #198cea;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 24px; }

.thumbnail {
  height: 120px; }

.thumbnail-wrapper {
  display: inline-block;
  padding: 1px;
  margin-right: 20px;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5; }

.thumbnail-link {
  text-align: center; }

.thumbnail-caption {
  text-align: center; }

.header {
  background: transparent linear-gradient(180deg, #005295 0%, #005295 3%, #ffffff 3%, #ffffff 99%, #adadad 99%, #adadad 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029 !important;
  opacity: 1;
  left: 0px;
  padding: 12px; }

.header-row-login {
  margin-top: 12px; }

.logo {
  height: 60px;
  margin: 12px 0;
  /* Only used for print */ }
  .logo:last-child {
    display: none; }

.btn-rounded-circle-icon {
  width: 15px;
  height: 15px; }

.header__nav,
.header__nav__subnav {
  list-style-type: none; }

.header__mobile-nav {
  margin-top: 12px; }

.header__nav {
  line-height: 36px;
  text-align: right;
  margin: 18px 0;
  position: relative;
  z-index: 1200; }
  .header__nav li {
    display: inline-block; }
    .header__nav li:hover .header__nav__subnav {
      display: block;
      opacity: 1; }
  .header__nav a {
    color: #005295;
    font-size: 17px;
    margin: 0 10px;
    cursor: default; }
    .header__nav a svg {
      vertical-align: middle; }

.header__nav__subnav {
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: none;
  line-height: normal;
  margin: -1px 0 0;
  max-width: 200px;
  min-width: 150px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: opacity 0.2s;
  z-index: 1201; }
  .header__nav__subnav li {
    display: block;
    padding: 2px; }
  .header__nav__subnav a {
    border-left: 2px solid transparent;
    color: #005295;
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 4px 8px;
    cursor: pointer; }
    .header__nav__subnav a:hover {
      border-color: #005295; }

aside {
  padding-top: 24px;
  padding-right: 32px; }

main {
  padding-top: 24px;
  padding-bottom: 12px; }
  @media (min-width: 768px) {
    main.narrow {
      border-left: 1px solid #d4d4d4;
      padding-left: 32px; } }

.aside__nav {
  list-style-type: none;
  padding: 2px 0 0 0;
  margin: 0; }
  .aside__nav ul {
    border-left: 2px solid #198cea;
    list-style-type: none;
    padding: 0 0 0 12px;
    margin: 8px 0 0 1px; }
  .aside__nav li {
    padding: 8px 0 0; }
    .aside__nav li:first-of-type {
      padding-top: 0; }
  .aside__nav a {
    color: #005295;
    display: block; }
    .aside__nav a:hover, .aside__nav a.active {
      color: #198cea; }
    .aside__nav a.active {
      font-weight: 700; }

.responsive__nav {
  background: #005295;
  display: none;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 96px;
  width: 100%;
  z-index: 1100; }
  .responsive__nav li {
    padding: 3px 0;
    text-transform: uppercase; }
  .responsive__nav,
  .responsive__nav ul {
    list-style-type: none; }
  .responsive__nav ul {
    margin: 0 0 2px 1px;
    padding: 2px 0 2px 12px; }
    .responsive__nav ul li {
      text-transform: none; }
  .responsive__nav a {
    color: #ffffff; }

footer {
  background: #005295;
  color: #ffffff;
  padding: 24px 12px;
  text-align: center; }

.btn-rounded-circle-icon {
  height: 80px;
  width: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  padding-top: 8px; }

.footer-p-support {
  margin-top: 10px; }

@media (min-width: 768px) {
  footer {
    text-align: left; } }
.footer__nav {
  margin: 0 0 20px 0; }
  .footer__nav a {
    color: #ffffff;
    margin-left: 5px;
    font-weight: bold; }
    .footer__nav a:first-child {
      margin-left: 0; }
