/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
/* ---------------- Meta Elements ---------------- */
body {
    font: normal 12px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(../assets/md5images/f9f1857f64e988f82b40bba9844ab515.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#trajectory #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#trajectory #banner_image {
    display: block; /* removes descender of inline element */
    width: 980px; /* not necessary if image is sized correctly */
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
    /* --- Logo --- */
#trajectory #logo_image,
#trajectory #header a#logo_link {
  display: none;
}
#trajectory #header a#banner_link:focus img,
#trajectory #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#trajectory #navigation,
#trajectory #navigation #tabs {
    height: 37px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#trajectory #navigation #tabs #tabtwo,
#trajectory #navigation #tabs #tabthree {
  display: none;
}
/* Flexbox Navigation July 2018 */
#trajectory #navigation #tabs,
#trajectory #navigation #tabs ul {
  display: flex;
  justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
  width: 100%;
}
#trajectory #navigation #tabs,
#trajectory #navigation #tabs ul,
#trajectory #navigation #tabs ul li {
    padding: 0;
    margin: 0; }
#trajectory #navigation #tabs a {
    font: 700 12px 'Open Sans', sans-serif;
    height: 19px;
    line-height: 19px;
    color: #000;
    transition: ease-in-out 0.3s;
    background-color: transparent;
    padding: 0 11px;
    margin: 9px 0;
    border: 0;
    border-right: 1px solid #c69214;
}
#trajectory #navigation #tabs a:hover,
#trajectory #navigation #tabs a:active,
#trajectory #navigation #tabs a:focus {
    text-decoration: underline; }
#trajectory #navigation #tabs li:last-child a { border-right: none; }
#trajectory #navigation #tabs li:first-child a { padding-left: 15px; }
#trajectory #navigation #tabs a span { font-size: 12px; }  /* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */
/* ---------------- Sidebar ---------------- */
#trajectory #sidebar {
    padding-top: 16px; }
#trajectory #sidebar h2 {
    font: 800 15px 'Open Sans', sans-serif;
    color: #000;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0; }
#trajectory #sidebar a:link,
#trajectory #sidebar a:visited {
    font: normal 13px 'Open Sans', sans-serif;
    color: #881c1c;
    background-color: transparent;
    text-decoration: none; }
#trajectory #sidebar a:hover,
#trajectory #sidebar a:active,
#trajectory #sidebar a:focus {
    text-decoration: underline; }
#trajectory #sidebar form label {
    color: #000; }
#trajectory #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */
#trajectory #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */
#trajectory #sidebar #side-notify {
    padding-top: 0;
    margin-top: 0;
}
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#trajectory #wrapper { /* for full-length sidebar content background/elements */
    background: url(../assets/md5images/966431be4b156b9f9471e01aa0a69545.gif) repeat-y left top; }
#trajectory #content {
    background-color: transparent; }
#main.text #series-home { width: 100%; }
    /* --- Breadcrumbs --- */
#trajectory #main.text .crumbs {
  margin-top: 8px;
}
#trajectory p.publication-follow {
  border-bottom: 1px solid #e4e4e4;
}
#trajectory #main.text .crumbs p { margin-bottom: 0; }
#trajectory #main.text .crumbs a {
    text-decoration: none;
    color: #881c1c; }
#trajectory #main.text .crumbs a:hover,
#trajectory #main.text .crumbs a:active,
#trajectory #main.text .crumbs a:focus {
    text-decoration: underline;
    color: #000000; }
    /* --- Headers --- */
#trajectory #main.text h2#series-title a {
    font: normal 21px/2 'Open Sans', sans-serif;
    text-decoration: none; }
#trajectory #main.text h2#series-title a:hover,
#trajectory #main.text h2#series-title a:active,
#trajectory #main.text h2#series-title a:focus {
    color: #000;
    text-decoration: underline; }
#trajectory #main.text #series-home h4 {  /* browse the contents... */
    font: 800 17px/1.5 'Open Sans', sans-serif;
}
    /* --- Links --- */
#trajectory #main.text a:link,
#trajectory #main.text a:visited {
    text-decoration: underline; }
#trajectory #main.text a:hover,
#trajectory #main.text a:active,
#trajectory #main.text a:focus {
    color: #000000; }
/* ---------------- Footer ---------------- */
#trajectory #footer {
  border-top: 1px solid #a8a6a2;
}
#trajectory #footer,
#trajectory #bepress a { /* ir-custom always gives link 75px height */
    height: 82px;
    background-color: #444038; }
#trajectory #footer p,
#trajectory #footer p a {
    font: normal 12px/1.7 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none; }
#footer p:first-of-type { padding-top: 10px; }  
#trajectory #footer p a:hover,
#trajectory #footer p a:active,
#trajectory #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #fff;
}
#trajectory {
    background: url(../assets/md5images/93b7d7671048667471e71f72d6bd3d41.gif) repeat-x left bottom;
}
#trajectory #footer p.sponsor-lib {
  font: normal 10px/1.7 'Open Sans', sans-serif;
}

#trajectory #footer p a.sponsor-link {
  font-size: 10px;
}
#trajectory #content {
    min-height: calc(100vh - 245px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #trajectory #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #trajectory #wrapper { background-image: none; }
/* ---------------- Mobile ---------------- */
.mbl #trajectory {
    margin-top: 0; }
.mbl #navigation #tabs {
    display: none;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #trajectory #header,
.mbl #trajectory #header a#banner_link img,
.mbl #trajectory #navigation {
    width: 100% !important;
}
.mbl #trajectory #header #logo_image {
    display: none;
}
/*---- related image resizing and placement--- */

#trajectory div#main.text td.event .related_image img {
  max-height: 150px;
  width: 150px;
}
#trajectory div#main.text div.column-left {
  display: block;
  float: left;
  width: 30%;
  margin-top: 5px;
}
#trajectory div#main.text div.column-right {
  display: block;
  float: right;
  width: 70%;
  margin-top: 5px;
}
#trajectory div#main.text div.column-left img {
  max-width: 90%;
}
