@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: 3em; 
	font-family: 'Roboto Slab'; 
	padding: 1em 0; 
	line-height: 1; 
	} 

footer { 
	padding: 3em; 
	text-align: center; 
	background-color: #edf5f7; 
	}

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

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

a:hover {
	color: #194980;
	}

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

a.text-white:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	}


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

HEADER

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

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

.mobile-brand img {
	width: 178px;
	height: 56px;
	}
	
.mobile-brand p {
	font-size: 1rem;
	margin-top: 0.35rem;
	margin-bottom: 0.35rem;
	}

@media screen and (min-width:576px){ 
	
	.mobile-brand p {
		font-size: 1.2rem;
		}			
	}	
	
header a {
	display: inline-block;
	}

/* @media screen and (min-width: 768px){ 
	.primary-brand-logo { 
		float: left; 
		}	
	}
	*/

.primary-brand-logo {
	float: left;
	}	
	
.primary-brand-logo img { 
	width: auto; 
	height: 60px;
	}

.secondary-brand-logo img {
	width: auto; 
	height: 60px;
	margin-left: 3rem;
	}
		
.d-logo-mobile-block.d-logo-desktop-none {
	display: inline-block;
	}

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

@media screen and (min-width: 1080px){ /* logos are so long - have to adjust this to hide logos sooner - was 640px */

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

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

	header .container {
		display: flex;
		}
	
	.primary-brand-logo {
		display: flex;	
		align-items: center;
		width: auto;
		}	
	}

@media screen and (min-width: 768px){ 
	
		
	.primary-brand-logo img { 
		width: auto; 
		height: 70px;
		}
	
	.secondary-brand-logo img {
		width: auto; 
		height: 90px;
		}
				
	}	
	
.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 { 
	/* background-color: #000; 	*/
	}

#speaker {
	position: relative; 
/*	background-image:
    radial-gradient(
      circle at bottom right,
      #1e407c,
      #001e44
    ); */
	}

#speaker .container {
	width: 100%;
	padding: 4vw 4% 0 4%;	
	display: flex;
	flex-direction: column;
	align-items: center;
	}

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

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

#speaker h1,
.post-event h1 { 
	font-family: 'Roboto Slab', serif; 
	font-size: 2.5rem; 
	font-weight: 400; 
	color: #fff; 
	line-height: 1.2; 
	border-bottom: 1px solid rgba(255,255,255,0.25); 
	padding-bottom: 0.75rem;
	}

.post-event h1 {
	margin-bottom: 3rem;
	}

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

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

#speaker ul {
	font-size: 1.1rem;
	font-weight: 400; 
	margin-top: 1rem; 
	color: #FFF;
	padding-left: 2rem;
	padding-right: 1rem;
	}

#speaker 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: 1vw 1vw 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.5rem;
	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: 600;
	}

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

#speaker ul.icon-list {
	list-style-type: none;
	padding-left: 24px;
	font-size: 1.0rem;
	}

#speaker ul.icon-list li {
	text-indent: -24px;
	}

ul.icon-list img {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	vertical-align: text-bottom;
	}

	
@media screen and (min-width: 1120px) { 
	
	#speaker ul.icon-list {
		padding-left: 28px;
		font-size: 1.2rem;
		}

	#speaker ul.icon-list li {
		text-indent: -28px;
		}

	ul.icon-list img {
		width: 28px;
		height: 28px;
		margin-right: 3px;
		vertical-align: text-bottom;
		}
	
	#speaker h1 span,
	.post-event h1 span {
		margin-top: 1rem; 
		padding-top: 1rem;
		}
	
	#speaker .container {
		width: 100%;
		padding: 3vw 3% 0 3%;	
		}
	
	#speaker .container {
		flex-direction: row;
		align-items: start;
		}
	
	.speaker-photo { 
		order: 2; 
		float: right; 
		width: 60%; 
		}
	
	.speaker-text { 
		order: 1; 
		float: left; 
		width: 40%; 
		color: #fff; 
		padding-top: 0; 
		padding-bottom: 0; 
		padding-right: 3%; 
		}
	
	.speaker-text.speaker-text-no-image { 
		/* width: 75%; */
		width: 100%;
		}
	
	.post-event .speaker-text {
		width: 100%;
		}
	
	#speaker h1,
	.post-event h1 {
		font-size: 4rem;
		}

	#speaker h1.long-title {
		font-size: 3rem;
		}
	
	#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;
	}


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

TECH TIPS

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

a.tech-tips:link,
a.tech-tips:visited {
	color: #ffffff;
	}

.tech-tips img  {
	width: 21px;
	height: 21px;
	margin-right: 3px;
	vertical-align: text-bottom;
	}

.tech-tips {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.875rem;
	}

@media screen and (min-width: 1080px){  /* matching logo break point */
	.tech-tips img  {
	width: 24px;
	height: 24px;
	}
	
	.tech-tips {
		font-size: 1rem;
		}	
	}
		
/* ----------------------------------------------------------

ADDITIONAL CONTEXT

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

.additional-context.d-mobile-block {
	margin-top: 2.5rem;
	padding-top: 0.5rem;
	border-top: 1px solid rgba(255,255,255,0.25); 
	}

#speaker .additional-context p.context-header,
.additional-context p.context-header {
	font-size: 1rem;
	padding: 0.25rem 0.75rem;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
	}

#speaker .additional-context ul,
.additional-context ul {
	list-style-type: none;
	text-align: left;
	margin-top: 1rem;
	padding-left: 0;
	padding-right: 0;
	}

#speaker .additional-context ul li,
.additional-context ul li {
	display: inline-block;
	margin-bottom: 0;	
	}

#speaker .additional-context ul li span,
.additional-context ul li span  {
	font-size: 0.875rem;
	display: inline-block;

	font-weight: 700;
	color: #ffffff;
	}

.additional-context ul li a::after {
	content: '●';
	color: #B0CEEC;
	display: inline-block;
	margin-left: 0.5rem;
	}

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

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

@media screen and (min-width: 768px){ 
	#speaker .additional-context ul li span,
	.additional-context ul li span {
		font-size: 1rem;
		}
	
	.additional-context ul li a {
		font-size: 1rem;
		}	
	}
	
/* ----------------------------------------------------------

VIDEO & CHAT

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

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

body {
	background-color: #0161a7;
	background-image: url(images/shield-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	opacity: 1;
	z-index: 0;
	}
	
.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; 
	border: 1px solid transparent;
	background-color: #B0CEEC; 
	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; }

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;
	}
		
.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%; 
	}

		
/* CHAT FIXES */

	/*
.pubui-app {
	padding: 10px !important;
	}
	
.pubui-str-header { display:none !important; }

.pubmd-card-istext .pubui-card-main {
	padding-left: 0 !important;
	}
	
.pubui-card-avatar, .pubui-comment-avatar { margin-left: -22px; }
.pubui-card-info { padding: 0; }

.pubui-card-user-name {
	font-size: 11px !important;
	line-height: 22px !important;
	}
	
.pubmd-card-istext .pubui-card-user {
	margin-top: 0 !important;
	}

.pubui-card.pubmd-is-card_update .pubui-card-user {
	width: 100% !important;
	height: auto !important;
	display: flex !important;
	}
		
 .pubmd-card-istext .pubui-card.pubmd-is-card_update {
	padding-left: 0.5rem;
 	}
	
.pubmd-card-istext .pubui-card-time-ico {
	display: none !important; 
	}

.pubui-card-time,
.pubui-comment-time { margin-top: 0 !important; float: left !important; width: 80px !important; text-align: right !important; font-size: 90% !important; }
.pubui-card-time-text::before,
.pubui-comment-time-text::before { content: '\2022\0020'; color: #c9c9c9; display: inline-block; margin-left: .125rem; margin-right: .125rem; }
.pubui-card-time-text {
	font-size: 11px !important;
	}
.pubui-card-action { margin: 5px 0 !important; }
.pubui-eventstatus-title { width: 70px !important; }

.pubui-card-text {
	font-size: 15px !important;
	}

.pubui-app {
	font-size: 11px !important;
	background-color: #ffffff;
	}

.pubui-filters-item {
	padding-right: 4px !important;
	}

button.pubui-filters-item {
	width: auto;
	border-radius: 0;
	}

.pubui-filters-item-text {
	font-size: 9px !important;	
	}

.pubui-inputbox {
	padding: 25px !important;
	}

.pubui-comment-avatar {
	 margin-left: 10px;
 	} */
 	
@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: 1040px) { /* 640 x 360 vid */
	
	.livestream-max-width {
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		}
	
	.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;
		}	
	}
	


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

ADDITIONAL CONTEXT - SPONSORS

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

.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;
	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: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;
	}

.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;
	}

	.pubui-filters-list {
		display: none;
		}

	