/* Base Elements; */
*:focus {
	outline: 0;
}
html,body {
	display: flex;
	flex-flow: column nowrap;
	height: 100vh;
	min-height: 100%; 
}
body {
	background: #76787B;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,p,li,a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted transparent;
	transition: border-color 250ms ease-in-out;
}
p a:hover,
p a:focus {
	border-color: #00D;
	transition: border-color 250ms ease-in-out;
}
p a:visited:hover,
p a:visited:focus {
	border-color: #C0C;
}
p a.lnk-emphasis {
	font-weight: 600;
}
ul {
	list-style-type: square;
	padding: 0 0 20px 14px;
}
dt,dd {
	display:inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
}
header {
	background:#E6E6E6;
}
main {
	padding: 3rem 70px 0 70px;
}
footer {
	padding: 10px 40px 40px 40px;
}

/* Layout; */
.wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
}
.content-block {
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto 30px auto;
	background: #FFF;
	box-shadow: 0 0 0 1px #0003,1px 1px 3px 0 #0003;
}
.footer-wrap {
	padding: 30px;
	background: #E6E6E6;
}
.container-flex {
	display: flex;
}
.container-flex.bio-wrapper {
	margin-bottom: 1.3rem;
}
.column,
.logos .logo {

}

/* SHARED; */
.red {
	color: #B31B27;
}

/* Buttons; */
.btn {
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: #DFDFDF;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	outline: 0;
	border: 0;
	border-radius:7px;
	transition: color 450ms ease-in-out;
}
.btn:hover,
.btn:focus {
	color: #FFF;
	transition: color 450ms ease-in-out;
}
.btn-red {
	background: #B31B27;
}
.btn-rsvp {
	position: absolute;
	width: 110px;
	height: 110px;
	font-size: 24px;
	right: 36px;
	top: 36px;
	border-radius: 110px;
}
.btn-reserve {
	width:320px;
	height: 60px;
	margin: 0 auto;
	font-size: 22px;
}
.btn-fb,.btn-li {
	height: 48px;
	max-width: 280px;
	font-size: 18px;
}
.btn-fb {
	margin-bottom: 0.5rem;
	background: #3B5998;
}
.btn-li {
	background: #0E76A8;
}
.view-pdf {
	display: block;
	width: 960px;
	margin: 10px auto;
	color: #555;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1;
	text-align: right;
	text-decoration: none;
	transition: color 450ms ease-in-out;
}
	.view-pdf:hover,
	.view-pdf:focus {
		color: #000;
		transition: color 450ms ease-in-out;
	}
	
/* Header; */
.hdr-top-pad {
	position: relative;
	align-items: center;
	padding: 68px 0 10px 70px;
}
.hdr-top-pad .brand-wrapper {
	flex: 2;
	height: 60px;
}
.hdr-top-pad .brand {
	display: inline-block;
	width: 260px;
	height: 50px;
	background: url(/itconnect/img/logo-itc.svg) 0 0 no-repeat;
	background-size: 75% auto;
}
.hdr-date-pad {
	padding: 5px 0 16px 70px;
}
.hdr-date-pad h1,
.hdr-date-pad h2 {
	display: block;
	color: #383838;
	text-transform: uppercase;
}
.hdr-date-pad h1 .date:after,
.hdr-date-pad h1 .time:after {
	content: ' |';
	color: #555;
	font-family: 'Open Sans';
	font-weight: 400;
}
.event-info {
	font-size: 1.4rem;
	letter-spacing: -0.035em;
	line-height: 1.1;
}
.event-host {
	font-size: 1.1rem;
	font-weight: 700;
}
.host-intro {
	color: #54565A;
}
.host-name {
	color: #383838;
	font-weight: 700;
}
.hero {
	width: 100%;
	height: 267px;
	background: url('/itconnect/2019-04/web/img/hero-qa@2x.png') 0 100% no-repeat;
	background-size: 960px auto;
}
.burst {
	float:right;
	width: 150px;
	height: 150px;
	margin-right:30px;
	background: url('/itconnect/2019-02/web/img/burst@2x.png') 100% 0;
	background-size: 150px auto;
}

/* Main; */
.event-summary {
	position: relative;
}
.details {
	flex: 1;
	width: 50%;
	margin-bottom: 2rem;
	empty-cells: show;
	border-collapse: collapse;
	border: none;
}
.details.sp-line {
	margin-right: 20px;
	border-right: 1px solid #CCC;
}
.details td {
	padding-bottom: 14px;
	color: #333;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
	font-size:1.2em;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.3;
	vertical-align: top;
}
.details .lbl-red {
	min-width: 125px;
	color:#B31B27;
	text-transform: uppercase;
}
.details .lbl-red:after {
	content: ':';
}
.details td .norm {
	font-weight: 600;
}
.details td a {
	font-weight: 700;
	text-decoration:none;
}
.speaker {
	flex: 0 0 110px;
	width: 110px;
	height: 110px;
	margin-right: 30px;
}
.bio {
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 1rem;
	letter-spacing: -0.01em;
	line-height: 1.3;
}
.callout {
	margin: 30px 0;
	padding: 10px 10px 10px 40px;
	text-align: right;
	background: #E6F6FF;
	border-top: 6px solid #A8D0E7;
	border-bottom: 6px solid #A8D0E7;
}
.callout p {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}
.img-right {
	flex: 0 0 97px;
	width: 97px;
	height: 120px;
	margin: 0 30px;
}
.logos {
	align-items: center;
	margin: 30px 0 10px 0;
}
.logos .logo {
	display: inline-flex;
	justify-content: center;
	flex: 1;
	width: 300px;
	background-size: 200px auto;
}
.poly {
	height: 70px;
	background: url('/itconnect/img/logo-poly@2x.png') 50% 0 no-repeat;
}
.mida {
	height: 36px;
	background: url('/itconnect/img/logo-mac@2x.png') 50% 0 no-repeat;
}
.park {
	width: 163px;
	height: 44px;
	background: url('/itconnect/2019-02/web/img/logo-parkar@2x.png') 50% 0 no-repeat;
	background-size: 163px 44px !important;
}

/* Footer; */
footer h4 {
	margin-bottom: 2rem;
	font-size: 1.2rem;
}
.column {
	flex: 1;
}
footer p.contact {
	margin: 0;
}
footer span.lbl {
	display: inline-block;
	width: 54px;
}
footer span.lbl:after {
	content: ':';
}
footer span.data {
	font-weight: 700;
}
footer span.data a {
	text-decoration: none;
	outline: 0;
}