/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- Meta Elements ---------------- */
body {
    font: normal 13px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(../assets/md5images/f6a9be52725389c5a3ce1f7c1faf4dc3.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#nulungu_researchweek #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#nulungu_researchweek #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 --- */
#nulungu_researchweek #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 4.11392405%;
    left: 22.551020408%;  /* change to "left:" for left aligned logo */
    width: 56.02040816% !important;  /* 240 / 980 */
    height: auto;
}
#nulungu_researchweek #header a#banner_link:focus img,
#nulungu_researchweek #header a#logo_link:focus img {
  outline: 1px dashed #ce4e12;
}
/* ---------------- Navigation ---------------- */
#nulungu_researchweek #navigation,
#nulungu_researchweek #navigation #tabs {
    height: 43px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#nulungu_researchweek #navigation #tabs,
#nulungu_researchweek #navigation #tabs ul,
#nulungu_researchweek #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#nulungu_researchweek #navigation #tabs,
#nulungu_researchweek #navigation #tabs ul {
    display: flex;
    justify-content: center; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#nulungu_researchweek #navigation #tabs #tabtwo {
  display: none;
}
#nulungu_researchweek #navigation #tabs #search a:focus img {
  outline: 1px dashed #fff;
}
#nulungu_researchweek #navigation #tabs #search {
  height: 37px;
  margin-top: 3px;
  margin-bottom: 3px;
}
#nulungu_researchweek #navigation #tabs a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 43px;
    line-height: 43px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 32px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    text-transform: uppercase;
}
#nulungu_researchweek #navigation #tabs a:hover,
#nulungu_researchweek #navigation #tabs a:active,
#nulungu_researchweek #navigation #tabs a:focus {
    text-decoration: underline;
}
/* ---------------- Sidebar ---------------- */
#nulungu_researchweek #sidebar {
    padding-top: 16px; }
#nulungu_researchweek #sidebar h2 {
    text-indent: 0px;
    margin-left: 15px;
    font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #4a4a4a;
    background-color: transparent;
    border-top: 1px solid #ce4e12;
    border-bottom: 0;
    padding-top: 20px;}
#nulungu_researchweek #sidebar h2:first-of-type {
  border-top: none;
  padding-top: 0;
}
#nulungu_researchweek #sidebar a:link,
#nulungu_researchweek #sidebar a:visited {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #8a733e;
    background-color: transparent;
    text-decoration: none; }
#nulungu_researchweek #sidebar a:hover,
#nulungu_researchweek #sidebar a:active,
#nulungu_researchweek #sidebar a:focus {
    text-decoration: underline; }
#nulungu_researchweek #sidebar form label {
    color: #000; }
#nulungu_researchweek #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */
#nulungu_researchweek #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */
#nulungu_researchweek #sidebar #side-notify {
    padding-top: 0;
    margin-top: 0;
}
#nulungu_researchweek #sidebar #sb-custom-upper a:focus img {
  outline: 1px dashed #000;
}
#nulungu_researchweek #sidebar #sb-custom-upper a img {
  margin-bottom: 10px;
}

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#nulungu_researchweek #wrapper { /* for full-length sidebar content background/elements */
    background: url(../assets/md5images/58e06cb53d36ae535b80453ca30424e4.gif) repeat-y left top; }
#nulungu_researchweek #content {
    background-color: transparent; }
#main.text #series-home { width: 100%; }
    /* --- Breadcrumbs --- */
#nulungu_researchweek #main.text .crumbs p { margin-bottom: 0; }
#nulungu_researchweek #main.text .crumbs a {
    text-decoration: none;
    color: #8a733e; }
#nulungu_researchweek #main.text .crumbs a:hover,
#nulungu_researchweek #main.text .crumbs a:active,
#nulungu_researchweek #main.text .crumbs a:focus {
    text-decoration: underline;
    color: #000000; }
    /* --- Headers --- */
#nulungu_researchweek #main.text h2#series-title a {
    font: normal 21px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none; }
#nulungu_researchweek #main.text h2#series-title a:hover,
#nulungu_researchweek #main.text h2#series-title a:active,
#nulungu_researchweek #main.text h2#series-title a:focus {
    color: #000;
    text-decoration: underline; }
#nulungu_researchweek #main.text #series-home h4 {  /* browse the contents... */
    font: normal 18px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;
}
    /* --- Links --- */
#nulungu_researchweek #main.text a:link,
#nulungu_researchweek #main.text a:visited {
    text-decoration: underline; }
#nulungu_researchweek #main.text a:hover,
#nulungu_researchweek #main.text a:active,
#nulungu_researchweek #main.text a:focus {
    color: #000000; }
/* ---------------- Footer ---------------- */
#nulungu_researchweek,
#nulungu_researchweek #footer {
    background: url(../assets/md5images/78bd41618074c646e6b400d53b83796b.gif) repeat-x left bottom;
}
#nulungu_researchweek #footer,
#nulungu_researchweek #bepress a { /* ir-custom always gives link 75px height */
    height: 82px;
    background-color: #0c0c0c; }
#nulungu_researchweek #footer p,
#nulungu_researchweek #footer p a {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none; }
#nulungu_researchweek #footer p:first-of-type { padding-top: 17px; } 
#nulungu_researchweek #footer p a:hover,
#nulungu_researchweek #footer p a:active,
#nulungu_researchweek #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #000;
}
#nulungu_researchweek #content {
    min-height: calc(100vh - 441px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #nulungu_researchweek #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #nulungu_researchweek #wrapper { background-image: none; }
/* ---------------- Mobile ---------------- */
.mbl #nulungu_researchweek {
    margin-top: 0; }
.mbl #navigation #tabs {
    display: none;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #nulungu_researchweek #header,
.mbl #nulungu_researchweek #header a#banner_link img,
.mbl #nulungu_researchweek #navigation {
    width: 100% !important;
}
.mbl #nulungu_researchweek #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 4.11392405%;
    left: 22.551020408%;  /* change to "right:" for right aligned logo */
    width: 56.02040816% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #nulungu_researchweek #header {
background: url(../assets/md5images/1138597da334dd48acb6ec0cc338395f.png) no-repeat left top;
}

/* to fit Zoom link on one line, dconrad 5-25-21 */
#nulungu_researchweek .location a {font-size: 11px;}
#nulungu_researchweek #location a {font-size: 11px;}

/* Registration button in intro text dconrad 8-17-22 */
#nulungu_researchweek #main.text p#registration {
    text-align: left;
}
 
#nulungu_researchweek a#registration-btn {
    width: 100%;
    max-width: 150px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    background-image: none;
    border-radius: 8px;
    box-shadow: none;
    border: 2px solid #DC661E;
    font-weight: normal;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: #DC661E;
}
 
#nulungu_researchweek #main.text a#registration-btn:link {
    color:white;
    text-decoration:none;}      
#nulungu_researchweek #main.text a#registration-btn:visited {
    color:white;}
#nulungu_researchweek #main.text a#registration-btn:hover {
    background: #fff;
    color:#DC661E;}
#nulungu_researchweek #main.text a#registration-btn:active {
    color:white;}
    
#nulungu_researchweek #main.text p#registration .online {
    font-weight: normal;
    font-size: 18px;
    padding-left: 25px;    
/* end Registration button */