@charset "UTF-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0; 
	} 

* {
  box-sizing: border-box; 
  }
  
.clearfix::after {
	display: block;
	content: "";
	clear: both;
	}

section { 
	clear: both; 
	}

/* TAGS */

html {
	scroll-behavior: smooth;
	}
	
body { 
	color: #333; 
	font-family: 'Open Sans', sans-serif; 
	}

h2 { 
	text-align: center; 
	font-size: 1.75em; 
	font-family: 'Roboto Slab'; 
	padding: 1em 0; 
	line-height: 1; 
	} 

.container { 
	width: 100%; 
	padding: 0 3%; 
	}

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

a:link,
a:visited {
	color: #266EC0;
	}

a:hover {
	color: #194980;
	}

a.text-white:link,
a.text-white:visited,
.text-white a:link,
.text-white a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	}
	
a.text-white:hover,
.text-white a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	}

/* ----------------------------------------------------------

HEADER

---------------------------------------------------------- */

header { 
	padding: 1rem 0; 
	background-color: #0B172E; 
	}

.primary-brand-logo { 
	float: left; 
	}

.primary-brand-logo  img { 
	width: auto;
	height: 56px; 
	}

@media screen and (min-width: 1120px) { 
	
	header { 
		padding: 1.5rem 0; 
		}
	
	.primary-brand-logo  img { 
		width: auto; 
		height: 70px;
		}
	}

.post-event .primary-brand-logo {
	margin-top: 1rem;
	}
	
/* ----------------------------------------------------------

SPEAKER SECTION

---------------------------------------------------------- */

.background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	mix-blend-mode: luminosity;
	opacity: 0.125;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

.background-generic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/bg-generic-hub-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	z-index: 0;
	}

.post-event {
	background-color: #0B172E;
	background-image: url(images/bg-generic-hub-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	}
	
.background-generic.background-fixed {
	background-attachment: fixed;
	}
	
#speaker {
	position: relative; 
	background-image:
    radial-gradient(
      circle at bottom right,
      #1e407c,
      #001e44
    );
	}
	
#speaker .container {
	width: 100%;
	padding: 4vw 4%;	
	display: flex;
	flex-direction: column;
	align-items: center;
	}
	
.asl-icon {
	width: 80px;
	height: auto;
	margin-right: 1rem;
	}

.speaker-photo { 
	order: 1; 
	z-index: 9; 
	}	

.speaker-text { 
	order: 2; 
	color: #fff; 
	padding-top: 6vw; 
	padding-bottom: 3vw; 
	z-index: 9;
	width: 100%;
	}

#speaker h1 { 
	font-family: 'Roboto Slab', serif; 
	font-size: 2.5rem; 
	font-weight: 400; 
	color: #fff; 
	line-height: 1.1; 
	}

#speaker h1 span,
.post-event h1 span {
	font-size: 40%; 
	font-family: 'Open Sans', sans-serif; 
	line-height: 1.4;
	margin-top: 0.5rem; 
	display: block; 
	font-weight: 400; 
	border-top: 1px solid rgba(255,255,255,0.25); 
	padding-top: 0.5rem;
	}

#speaker p,
.post-event p { 
	font-size: 1.2rem; 
	font-weight: 400; 
	margin-top: 1rem; 
	color: #FFF;
	margin-bottom: 1rem; 
	line-height: 1.6;
	}

#speaker ul,
.bios ul {
	font-size: 1.3rem;
	font-weight: 400; 
	margin-top: 0.75rem; 
	color: #FFF;
	padding-left: 2rem;
	padding-right: 1rem;
	}

#speaker ul.welcome-date-time {
	list-style-type: none;
	}

#speaker ul.welcome-date-time li span.time-2025 {
	color: #4aa39d;
	font-weight: bold;
	font-size: 135%;
	display: inline;
	}

#speaker ul.welcome-date-time li span.pm-2025 {
	color: #4aa39d;
	font-weight: normal;
	display: inline;
	}

.bios ul {
	color: #333;
	}

#speaker ul li,
.bios ul li {
	margin-bottom: 1.25rem;
	}

#speaker ul li span {
	display: block;
	font-size: 80%;
	margin-top: 0.125rem;
	}

#speaker ul li span.previous-flag {
	margin-right: 0.25rem;
	text-transform: uppercase;
	color: #B0CEEC;
	}

#speaker em { 
	font-weight: 400;
	}

#speaker ul li.previous-sessions {
	list-style-type: none;
	padding-top: 0.5rem;
	margin-left: -1.375rem;
	border-top: 1px solid rgba(255,255,255,0.25);
	margin-bottom: 0.75rem;
	font-family: 'Roboto Slab', serif;
	}

#speaker ul li.previous {
	opacity: 0.875;
	font-size: 90%;
	}

.speaker-photo img { 
	width: 100%; 
	height: auto; 
	display: block; 
	box-shadow: 0.5vw 0.5vw 0 rgba(11,23,46,0.25); 
	}

#speaker p.live-callout {
	font-size: 0.9rem;
	background: #FFD105;
	padding: 0.25rem 0.75rem;
	text-transform: uppercase;
	color: #0B172E;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0.75rem;
	margin-top: 0;
	}
	
#speaker .additional-details {
	display: flex;
	align-items: center;
	margin-top: 1.75rem;
	margin-left: 0;
	}

#speaker .additional-details p {
	font-size: 1.1rem;
	color: #ffffff;
	margin-top: 0;
	font-weight: 400;
	}

.question-box {
	background: #B0CEEC;
	background: #fff;
	padding: .25rem 1.5rem 0 1.5rem;
	}

#speaker ul.icon-list {
	list-style-type: none;
	padding-left: 0;
	font-size: 1.0rem;
	margin-right: 0.5rem;
	}

ul.icon-list a {
	display: flex;
	align-items: start;
	}

ul.icon-list img,
.tech-tips-desktop img {
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	vertical-align: text-bottom;
	}

.tech-tips-mobile img {
	width: 26px;
	height: 26px;
	margin-right: 0.25rem;
	vertical-align: text-bottom;
	}


@media screen and (min-width: 1120px) { 
	
	#speaker ul.icon-list {
		padding-left: 0;
		}

	#speaker .container {
		width: 100%;
		padding: 3vw 3%;	
		}
	
	#speaker .container {
		flex-direction: row;
		align-items: start;
		}
	
	.speaker-photo { 
		order: 2; 
		float: right;
		width: 60%; 
		}
	
	.speaker-text { 
		order: 1; 
		float: left;
		padding-right: 4%;  
		width: 40%; 
		color: #fff; 
		padding-top: 0; 
		padding-bottom: 0; 	
		}
	
	.speaker-text.speaker-text-no-image { 
		width: 75%;
		width: 100%;
		}
	
	.post-event .speaker-text {
		width: 100%;
		}
	
	#speaker h1,
	.post-event h1 {
		font-size: 2.5rem;
		}
	
	#speaker h1 span,
	.post-event h1 span {
		font-size: 50%; 
		}
	
	h2 {
		font-size: 2.5rem;
		}

	#speaker p,
	.post-event p { 
		font-size: 1.5rem;
		}
	
	#speaker ul {
		font-size: 1.5rem;
		padding-right: 0;
		}			
	}

.archive {
	width: 94%; 
	padding: 3rem 3%; 
	background-color: #0B172E;
	position: relative;
	}

.archive h2 {
	margin-bottom: 1rem;
	color: #fff;
	position: relative;
	z-index: 9;
	font-size: 3rem;
	text-align: left;
	}
	
@media screen and (max-width: 1120px){ 
	
	.archive h2 {
		font-size: 2rem;
		text-align: center;
		}
	}

.archive h3 {
	color: #ffffff;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
	font-size: 1.625rem;
	z-index: 9;
	position: relative;
	}

.archive h3 span {
	font-weight: 400;
	font-size: 75%;
	display: block;
	}

/* ----------------------------------------------------------

VIDEO & CHAT

---------------------------------------------------------- */

#content { 
	padding: 3vw 0; 
	background-color: #E5EFF9; 
	}

.chat p {
	font-weight: bold;
	font-size: 1.2rem;
	color: #1e407c;
	line-height: 1.1;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	max-width: 90%;
	border-left: .5rem solid #28A3E9;
	padding: 0.5rem 0 0.5rem 1rem;
	}

.post-event .chat p {
	border-left: none;
	}

/* FAQ SECTION */

#faq { 
	background-color: #fff; 
	}

#faq p { 
	font-size: 1em; 
	}

.a { 
	padding: 0 0 2em 0; 
	}

.q { 
	padding: 0 0 .25em 0; 
	}

	#caption { 
		display: none; 
		}
		
button:hover { 
	font-size: 1.2em; 
	padding: .5em; 
	margin: .5em 0; 
	border: 1px solid #27aed2; 
	background-color: #fff; 
	color: #27aed2; 
	width: 100%; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; 
	cursor: pointer; 
	}
	
button { 
	font-size: 1.2em; 
	padding: .5em; 
	margin: .5em 0; 
	background-color: #B0CEEC; 
	border: 1px solid transparent;
	color: #333; 
	width: 100%; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px; 
	cursor: pointer; 
	}
	
/* FOOTER */
	
footer { 
	padding: 3em; 
	text-align: center; 
	background-color: #edf5f7; 
	font-size: 80%; 
	clear: both; 
		position: relative; 
	background-image:
    radial-gradient(
      circle at bottom right,
      #1e407c,
      #001e44
    );
    border-bottom: 0.5rem solid #009cde;
	}

footer img { 
	padding: 0 2em 3em 2em; 
	}

.footer-links { 
	list-style-type: none; 
	}

.footer-links li { 
	display: inline; 
	border-right: 1px solid #999; 
	padding-right: 1em; 
	margin-right: 1em; 
	}

.footer-links li:last-child { 
	display: inline; 
	border-right: none; 
	padding-right: 0; 
	margin-right: 0; 
	}
	
.post-event .footer-links {
	font-size: 80%;
	text-align: center;
	color: #fff;
	}	

.post-event .footer-links a {
		color: #fff;
		}

/* ----------------------------------------------------------

RESPONSIVE DISPLAY UTILITIES

---------------------------------------------------------- */

.d-mobile-block.d-desktop-none {
	display: block;
	}

.d-none.d-desktop-block {
	display: none;
	}

@media screen and (min-width: 1120px) { 
	
	.d-none.d-desktop-block {
		display: block;
		}
			
	.d-mobile-block.d-desktop-none {
		display: none;
		}		
	}


@media screen and (max-width: 1120px) { 

	.container {
		width: auto; 
		} 
	
	header { 
		padding: 1em; 
		}
	
	#faq { 
		font-size: 80%; 
		padding: 1em 2em; 
		}
		
	}
	
/* ----------------------------------------------------------

"Fixed" Render Video Sizes

---------------------------------------------------------- */

.recording {
	background-color: #83a6c9;
	}

.livestream-max-width {
	display: block;
	position: relative;
	padding-bottom: 0.5rem;
	margin: 0 auto;
	width: 94%;
	}

.video, .chat,
.stream-only .video { 
	float: none; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
.chat {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	}

.chat .chatWrapper {
	width: 100%;
	display: block;
	float: none;
	margin-top: 1rem;
	height: 720px;
	}
		
.videoWrapper { 
	position: relative; 
	padding-bottom: 56.25%; /* 16:9 */ 
	height: 0; 
	background-color: #000; 
	}

.videoWrapper iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}

.chatWrapper iframe { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	}

 	
@media (max-width: 439px) and (min-width: 320px) {
	
	.pubui-filters-item-text {
		font-size: 9px !important;
		}
	}

@media (min-width: 700px) { /* 640 x 360 vid - stacked video and chat */
		
	.video,
	.chat  {
		width: 640px;
		}		
	}

@media (min-width: 980px) {
  
	.stream-only .video {
		width: 960px; 
		} 
	}
	
	
@media (min-width: 1040px) { /* 640 x 360 vid */
	
	.livestream-max-width {
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		}
	
	.livestream-max-width.stream-only {
		width: 100%;
		max-width: none;
		}
		
	.video,
	.chat {
		float: left;
		margin-left: 0;
		margin-right: 0;
		}
			
	.video {
		width: 640px;
		}
	
	.chat  {
		width: 360px;
		padding-left: 0;
		padding-right: 0;			
		}
	
	.chat .chatWrapper {
		width: 100%;
		height: 360px;	
		overflow-x: hidden;
		overflow-y: auto;
		margin-top: 0;
		}
	}
	

@media (min-width: 1360px) { /* 960 x 540 vid */
	
	  .stream-only .video {
		width: 1280px; 
		}  
		
	.livestream-max-width {
		max-width: 1320px;
		}
			
	.embed-responsive-fixed-sizes,
	.note-max-width {
		width: 960px;
		}
	
	.chat .chatWrapper {
		height: 540px;
		}
	}
	
@media (min-width: 1680px) { /* 1280 x 720 vid */
	
	.livestream-max-width {
		max-width: 1640px;
		}
			
	.embed-responsive-fixed-sizes,
	.note-max-width {
		width: 1280px;
		}
	
	.chat .chatWrapper {
		height: 720px;

		}
	}
	
@media (min-width: 1840px) { /* 1280 x 720 vid */
	
	.livestream-max-width {
		max-width: 1800px;
		}
		
	.embed-responsive-fixed-sizes,
	.note-max-width {
		width: 1280px;
		}
	
	.chat {
		width: 520px;
		}	
	}
	
.tech-tips-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 1.5rem;
    }
	
.tech-tips-desktop {
	display: none;
	}


@media screen and (min-width: 640px){ 
	
	.tech-tips-desktop {
		display: block;
		}
			
	.tech-tips-mobile {
		display: none;
		}		
	}

.tech-tips-mobile {
	position: relative;
	}
	
.tech-tips-desktop {
	position: absolute;
	right: 1.5rem;
	}

a.tech-tips-mobile:link,
a.tech-tips-mobile:visited {
	color: #266EC0;
	}

a.tech-tips-desktop:link,
a.tech-tips-desktop:visited {
	color: #FFFFFF;
	}
	
.bio {
	width: 100%;	
	}

.bios h2 {
	text-align: left;
	border-bottom: 1px solid #999;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	}

.bio p {
	font-size: 0.9rem;
	line-height: 1.5;
	}

.bio::after {
	display: block;
	content: "";
	clear: both;
	}	

.bio-img img {
	width: 100%;
	height: auto;
	}

.bio-img {
	width: 100%;	
	margin: 0 auto;
	margin-top: 2.5rem;
	text-align: center;
	}

.bio-img img {
	width: 25%;
	}

.bio-img {
	background: url(images/hub-border-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	}

.bio-text {
	padding-left: 1rem;
	padding-right: 1rem;
	}

.bio p a.bio-name,
.bio p span.bio-name {
	font-size: 135%;
	font-family: 'Roboto Slab'; 
	}

a.twitter img {
	width: 26px;
	height: 21px;
	position: relative;
	top: 0;
	vertical-align: middle;
	}

@media (min-width: 700px) {

.bio p {
	font-size: 1.1rem;
	}
	
.bio {
	display: flex; 
	flex-direction: row;
	align-items: center;
	}

.bio-img {
	width: 20%;	
	float: left;
	padding: 1rem;
	background: none;
	margin-top: 0;
	}

.bio-img img {
	width: 100%;
	}

.bio-text {
	width: 80%;
	float: left;
	padding-left: 0.5rem;
	}
		}	

/* ----------------------------------------------------------

SPEAKER LIST

---------------------------------------------------------- */
	
ul.ul-people li h3 {
	font-size: 1.5rem;
	background: #FF5500;
	padding: .5rem 1rem;
	font-family: 'Raleway';	
	margin-bottom: 1rem;
	margin-left: -1rem;
	}
		
ul.ul-people {
	font-size: 1.2rem;
	font-family: 'Roboto Slab', serif; 
	list-style-type: none;
	margin-left: 1rem;
	}

ul.ul-people li {
	margin-bottom: 1.5rem;
	line-height: 1.3;
	list-style-type: none;
	}

ul.ul-people li span {
	font-size: 80%;

	display: block;
	font-family: 'Open Sans', sans-serif; 
	}


@media screen and (min-width: 1120px) { 
	
	ul.ul-people {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 4rem;
		}
	
	ul.ul-people li {
		-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
		}
	}

@media (min-width: 1660px) {
	
	ul.ul-people {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		}
	}

/* ----------------------------------------------------------

ADDITIONAL CONTEXT

---------------------------------------------------------- */

.additional-context { 
	padding: 1.5rem 3%; 
	margin-top: 3rem;
	background-color: #f5f5f5; 
	}

.additional-context p.context-header {
	font-size: 1.3rem;
	background: #91c100;
	background: #E5EFF9;
	padding: 0.25rem 0.75rem;
	padding: 0.75rem 1rem;
	font-family: 'Raleway';	
	color: #333333;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.4;
	}

.additional-context ul {
	list-style-type: none;
	text-align: center;
	margin-top: 1rem;
	}

.additional-context ul li {
	display: inline-block;
	}

.additional-context ul li::after {
	content: '●';
	color: #91c100;
	color: #B0CEEC;
	}

.additional-context ul li:last-of-type::after {
	content: none;
	}
		
.additional-context ul li span {
	padding: 0.25rem;
	margin: 0.25rem;
	color: #333;
	text-decoration: none;
	font-size: 1.2rem;
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: all .25s ease-in-out;
	}

.additional-context ul li a:hover {
	border-bottom: 1px solid #91c100;
	}

.divider-line {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 1.5rem;
	}

.divider-line::before, 
.divider-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #91c100;
    border-bottom: 1px solid #B0CEEC;
    width: 100%;
	}
	
.divider-line::before {
    margin-right: .75rem;
	}
	
.divider-line::after {
    margin-left: .75rem;
	}

.related-logos {
	padding-top: 3rem;
	}

.card-deck-logos img {
	height: 90px;
	width: auto;
	}

.card-deck-logos img.logo-wide {
	height: 70px;
	width: auto;
	}
         
.pubui-filters-list {
	display: none;
	}