/* avatars */
.sched-avatar {background-image: var(--avatar-background); background-size: 100%; opacity: 1; overflow: hidden;}
.sched-avatar .sched-avatar-letter {display: none !Important}
a.sched-avatar span:nth-child(2) {display: none !Important}
img[src*="https://cdn.sched.co/icon-private-person.png"] {display: none !important}
.sched-avatar img {border:none;}
@media(min-width: 1200px) { #sched-sidebar .sched-avatar img{height: 70px !important}}
#sched-menu-link-me a {background-image: var(--avatar-background); background-size: 100% !important; background-position: left !Important; opacity: 1; overflow: hidden; }

/* sponsor page fuckery */
/*.sponsors__item .sched-avatar {background-image: none; background-color: #f2f2f2; background-size: 100%; opacity: 1; overflow: hidden;}*/
.sponsors__item .sched-avatar {background-image: none;}
 .sponsors__item {box-shadow: none !important; border:none !important}
.sponsors__title-alt {background-color: #e8e8e8 !important; color: var(--soft-black) !important; font-family: 'cooper hewitt bold'; text-transform: uppercase}
.sponsors__header-alt::after {background-color: #e8e8e8 !important;}

/* poster button class */
a.poster {border: 2px solid var(--stream-button); background-color: var(--stream-button); margin: 0 10px 0 0; padding: 5px 10px; border-radius: 4px; color: #000 !important; text-decoration: none; font-weight: 500; font-size: 100%}
a.poster:hover {border-color: #000; color: #000; text-decoration: none; background-color: #fff}

/* poster button modify */
.sched-button a {
color: #fff !important;    
background: var(--stream-button) !important;    
border: 2px solid var(--stream-button) !important;
}
.sched-button a:hover {
background: var(--powder-blue) !important;
border: 2px solid var(--powder-blue) !important;
box-shadow: 0 1px 2px rgb(0 0 0 / 25%)

}

/* hide side bar attendees */
div#sched-sidebar-attendees em {display: none !important}
div.sched-person em {display: none !important}
div#sched-page-event-attendees em {display: none !important}

/* hide exhibitor page title */
body.schedorg-body-exhibitors h1 {display:none}


/* learning outcome header formatting */
ul.lo-list {margin-top: .75em !important}
.lo-text {font-weight: 600}

/* change stream button */
.stream-button a {
color: #fff !important;    
background: var(--stream-button) !important;    
border: 2px solid var(--stream-button) !important;
transition: all 0.1s !important;
text-indent: -9999px;
line-height: 0;
box-shadow: 0 1px 2px rgb(0 0 0 / 25%)
}
 .stream-button a:after {
content: "Click Here to Join Session At Time of Event";
text-indent: 0;
display: block;
line-height: normal;
margin-top: -28px;
} 
.stream-button a:hover {
background: var(--powder-blue) !important;
border: 2px solid var(--powder-blue) !important;
}

/* profile "about me" to just "about" */
#user-profile__social .user-profile__about .user-profile__title{position:relative;text-indent:-9999px;white-space:nowrap;overflow:hidden}
#user-profile__social .user-profile__about .user-profile__title::after{content:"About";position:absolute;top:0;left:0;text-indent:0;font-size:1em;font-weight:inherit;line-height:inherit;color:inherit}



/* sched header color */
#schedorg-header {background-color: #2a2a2a ;}

/* menu font */
li.sched-menu-link {font-family: 'cooper hewitt bold' !important; text-transform: uppercase !important; color: #3a3a3a !important}
a li.sched-menu-link {color: #3a3a3a !important}

/* palette */
:root {
  --soft-black: #3a3a3a;
  --mint: #84f9b8;
  --light-blue: #42cafd;
  --dark-blue: #455fff;
  --purple: #8b16ff;
  --raspberry: #f74969;
  --link: #4a55bd;
  --link2: #303991;
  --stream-button: #707EFF;
  --powder-blue: #9EB6FF;
  --logo-background: url('https://openeducationconference.org/s/profile-black-circle.png');
  --avatar-background: url('https://openeducationconference.org/s/avatar-2025.png')
}



@font-face {
  font-family: 'Cooper Hewitt Bold';
src:url(https://static1.squarespace.com/static/5e5d413950d7ca2a0b9daffc/t/5f641d6738fc8a5f38ade2d0/1600396647692/cooperhewitt-bold-webfont+%281%29.woff)format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt Medium'; src:url(https://static1.squarespace.com/static/5e5d413950d7ca2a0b9daffc/t/5f641f5b7b4efc5ebc4b1f3d/1600397147885/cooperhewitt-medium-webfont.woff)format('woff');
}

@font-face {
  font-family: 'Cooper Hewitt Light';
src:url(https://static1.squarespace.com/static/5e5d413950d7ca2a0b9daffc/t/5f641f628e17c7238db6725d/1600397154246/cooperhewitt-light-webfont.woff)format('woff');
}

a {color: var(--link)}
a:hover {color: var(--link2) }
a:active {color: var(--link2)  }

/* JUNK CSS BELOW */

/* 
outline: 1px solid rgb(242, 242, 242, .1) !important;
a {color: var(--link)}
a:hover var(--link2)}
a:active var(--link2)}
a.stream-button {background-color: #5833FF !important} */

/* #sched-menu-link-me a {background-image: var(--avatar-background); background-size: 100%; opacity: 1; overflow: hidden; } */

/* #sched-header-tickets {display:none} */

/*.sched-avatar-letter {display: none !Important}*/

/* #schedorg-header-official {font-family: 'cooper hewitt medium';text-indent: -9999px;
line-height: 0;}
#schedorg-header-official:after {font-family: 'cooper hewitt medium';text-indent: -9999px;
line-height: 0;
content: "#OpenEd24";
text-indent: 0;
display: block;
line-height: normal;
margin-top: 1em;
}*/