/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   David Stienstra
Version:  February 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Patrick+Hand&display=swap');
/* ---------------- 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: #3bc0ff url(../assets/md5images/b08c10f33d75498c8ba137f114d4cfca.gif) repeat left top;
}
/* ---------------- Header ---------------- */
#csp-symposium #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#csp-symposium #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 --- */
#csp-symposium #logo_image,
#csp-symposium #header a#logo_link {
    display: none;
}
#csp-symposium #header a#banner_link:focus img,
#csp-symposium #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#csp-symposium #navigation,
#csp-symposium #navigation #tabs {
    height: 60px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
}
#csp-symposium #navigation {
  top: -60px;
  margin-bottom: -60px;
}
/* Flexbox Navigation July 2018 */
#csp-symposium #navigation #tabs,
#csp-symposium #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%;
}
#csp-symposium #navigation #tabs,
#csp-symposium #navigation #tabs ul,
#csp-symposium #navigation #tabs ul li {
    padding: 0;
    margin: 0; }
#csp-symposium #navigation #tabs a {
    font: bold 18px 'Oswald', sans-serif;
    height: 60px;
    line-height: 60px;
    color: #44403d;
    transition: ease-in-out 0.3s;
    background-color: transparent;
    padding: 0 11px;
    margin: 0;
    border: 0;
    border-right: none;
    text-transform: uppercase;
}
#csp-symposium #navigation #tabs a:hover,
#csp-symposium #navigation #tabs a:active,
#csp-symposium #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline; }
#csp-symposium #navigation #tabs li:last-child a { border-right: none; }
#csp-symposium #navigation #tabs li:first-child a { padding-left: 25px; }
#csp-symposium #navigation #tabs a span { font-size: 18px; }  /* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */
/* ---------------- Sidebar ---------------- */
#csp-symposium #sidebar {
    padding-top: 16px; }
#csp-symposium #sidebar h2 {
    font: normal 20px 'Patrick Hand', cursive;
    color: #000;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0; 
    text-transform: uppercase;
  }
#csp-symposium #sidebar a:link,
#csp-symposium #sidebar a:visited {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    background-color: transparent;
    text-decoration: none; }
#csp-symposium #sidebar a:hover,
#csp-symposium #sidebar a:active,
#csp-symposium #sidebar a:focus {
    text-decoration: underline; }
#csp-symposium #sidebar form label {
    color: #000; }
#csp-symposium #sidebar #sidebar-search {
    padding-left: 15px; } /* aligning sidebar search with rest of sidebar */
#csp-symposium #sidebar #sidebar-search span.border { background: transparent; } /* search background adjustment to match designs */
#csp-symposium #sidebar #side-notify {
    padding-top: 0;
    margin-top: 0;
}
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#csp-symposium #wrapper { /* for full-length sidebar content background/elements */
    background: url(../assets/md5images/8ac65b9c17477e6af32f920dac088a1c.gif) repeat-y left top; }
#csp-symposium #content {
    background-color: transparent; }
#main.text #series-home { width: 100%; }
    /* --- Breadcrumbs --- */
#csp-symposium #main.text .crumbs p { margin-bottom: 0; }
#csp-symposium #main.text .crumbs a {
    text-decoration: none;
    color: #104e7b; }
#csp-symposium #main.text .crumbs a:hover,
#csp-symposium #main.text .crumbs a:active,
#csp-symposium #main.text .crumbs a:focus {
    text-decoration: underline;
    color: #000000; }
    /* --- Headers --- */
#csp-symposium #main.text h2#series-title a {
    font: normal 24px/2 'Patrick Hand', cursive;
    text-decoration: none; }
#csp-symposium #main.text h2#series-title a:hover,
#csp-symposium #main.text h2#series-title a:active,
#csp-symposium #main.text h2#series-title a:focus {
    color: #000;
    text-decoration: underline; }
#csp-symposium #main.text #series-home h4 {  /* browse the contents... */
    font: normal 24px/1.5 'Patrick Hand', cursive;
}
    /* --- Links --- */
#csp-symposium #main.text a:link,
#csp-symposium #main.text a:visited {
    text-decoration: underline; }
#csp-symposium #main.text a:hover,
#csp-symposium #main.text a:active,
#csp-symposium #main.text a:focus {
    color: #000000; }
/* ---------------- Footer ---------------- */
#csp-symposium #footer {
  border-top: 6px solid #f58f09;
}
#csp-symposium #footer,
#csp-symposium #bepress a { /* ir-custom always gives link 75px height */
    height: 88px;
    background-color: #f2f3c7; }
#csp-symposium #footer p,
#csp-symposium #footer p a {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #3f3f3f;
    text-decoration: none; }
#csp-symposium #footer p:first-of-type { padding-top: 20px; }  
#csp-symposium #footer p a:hover,
#csp-symposium #footer p a:active,
#csp-symposium #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #000;
}
#csp-symposium #content {
    min-height: calc(100vh - 462px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #csp-symposium #wrapper:after {
	content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #csp-symposium #wrapper { 
  background-image: none; 
  background-color: #fff;
}
/* ---------------- Mobile ---------------- */
.mbl #csp-symposium {
    margin-top: 0; }
.mbl #navigation #tabs {
    display: none;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #csp-symposium #header,
.mbl #csp-symposium #header a#banner_link img,
.mbl #csp-symposium #navigation {
    width: 100% !important;
}
.mbl #csp-symposium #header #logo_image {
    display: none;
}

#csp-symposium #float-left {float: left;
}

#csp-symposium #float-left img {
	width:200px;
	height:auto;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: px;
}

