/* Base Elements; */
::focus {
	outline: 0;
}
body {
	padding:20px;
	background:#76787B;
}
h1,h2,h3,h4 {
	margin:0;
	padding:0;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
}
p,li,a {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
ul {
	list-style-type: square;
}
dt,dd {
	display:inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
}
header {
	background:#E6E6E6;
}
main {
	padding: 30px 40px 0 40px;
}
footer {
	padding: 10px 40px 40px 40px;
}

/* Layout; */
.wrap {
	min-width: 960px;
	max-width: 960px;
	margin: 0 auto;
}
.content-block {
	background: #FFF;
	box-shadow: 0 0 0 1px #0003,1px 1px 3px 0 #0003;
}
.footer-wrap {
	padding: 30px;
	background: #E6E6E6;
}
.container-flex {
	display: flex;
}
.column,
.logos .logo {

}

/* SHARED; */
.red {
	color: #B31B27;
}

/* Buttons; */
.btn {
	display:flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: #FFFFFFEE;
	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;
}
.btn-red {
	background: #B31B27;
}
.btn-rsvp {
	flex: 0 0 90px;
	width:90px;
	height:90px;
	font-size: 21px;
	border-radius:90px;
}
.btn-reserve {
	width:275px;
	margin: 0 auto;
}
.btn-fb,.btn-li {
	max-width:220px;
}
.btn-fb {
	margin-bottom: 1rem;
	background: #3B5998;
}
.btn-li {
	background: #0E76A8;
}

/* Header; */
.hdr-top-pad {
	align-items: center;
	padding:30px 40px 10px 40px;
}
.brand-wrapper {
	flex: 2;
	height: 50px;
}
.hdr-top-pad .brand {
	display: inline-block;
	width: 260px;
	height:50px;
	background: url('/img/logo-itc.svg') 0 0 no-repeat;
	background-size: 100% auto;
}
.hdr-date-pad {
	padding:0 40px 10px 40px;
}
.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.8rem;
	letter-spacing: -0.035em;
	line-height: 1.1;
}
.event-host {
	font-size: 1.4rem;
	font-weight: 700;
}
.host-intro {
	color: #54565A;
}
.host-name {
	color: #383838;
	font-weight: 700;
}
.hero {
	width: 100%;
	height: 267px;
	background: url('/img/hero-globe@2x.jpg') 0 100% no-repeat;
	background-size: 960px auto;
}
.burst {
	float:right;
	width: 150px;
	height: 150px;
	margin-right:30px;
	background: url('/img/burst@2x.png') 100% 0;
	background-size: 150px auto;
}

/* Main; */
.details {
	margin-bottom: 2rem;
	empty-cells: show;
	border-collapse: collapse;
	border: none;
}
.details td {
	color: #333;
	font-family: 'Montserrat',Arial,Helvetica,sans-serif;
	font-size:1.6rem;
	font-weight: 700;
	vertical-align: top;
}
.details .lbl-red {
	padding-right:40px;
	color:#B31B27;
	text-transform: uppercase;
}
.details .lbl-red:after {
	content: ':';
}
.details td .norm {
	font-weight: 600;
}
.details td .norm a {
	font-weight: 700;
	text-decoration:none;
}
.speaker {
	flex: 0 0 146px;
	width: 146px;
	height: 146px;
	margin-right: 30px;
}
.bio {
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	letter-spacing: -0.025em;
}
.callout {
	margin: 30px 0;
	padding: 20px 10px 10px 40px;
	text-align: right;
	background: #C5EAFF;
}
.callout p {
	font-size: 1.5rem;
	font-weight: 700;
}
.img-right {
	flex: 0 0 180px;
	width: 180px;
	height: 180px;
	margin: 0 30px;
}
.logos {
	align-items: center;
	margin: 40px 0 10px 0;
}
.logos .logo {
	display: inline-flex;
	justify-content: center;
	width: 300px;
	background-size: 200px auto;
}
.poly {
	height: 70px;
	background: url('/img/logo-poly@2x.png') 50% 0 no-repeat;
}
.mida {
	height: 36px;
	background: url('/img/logo-mac@2x.png') 50% 0 no-repeat;
}
.park {
	height: 44px;
	background: url('/img/logo-parkar@2x.png') 50% 0 no-repeat;
}

/* 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;
}