/*Release Notes Conference 2017*/

/*RESET*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; 
	padding:0; 
	border:0; 
	outline:0; 
	font-size:100%; 
	vertical-align:baseline; 
	background:transparent;
	box-shadow: none;
}

body {
	line-height: 1;
}

a {
	outline: none;
	text-decoration: none;
}

a:active, a:focus {
	outline: none;
}

ol, ul {
	list-style:none;
} 

blockquote, q {
	quotes:none;
} 

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
 
:focus {
	outline:0;
}

ins {
	text-decoration:none;
} 

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse; 
	border-spacing:0;
}

/*Main Page*/

body {
	font-family: "open-sans", sans-serif;
	font-weight: 300;
	line-height: 1.6;
	background-color: #fafafa;
	font-size: 110%;
	color: #505050;
}

h1, h2, h3 {
	font-weight: 700;
}

a:focus {
	outline: none;
}

a {
	font-weight: 600;
	outline: none;
	color: #397BA7;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
}
a:hover {
	color: #599ecb;
}

a:active, a:focus {
	outline: none;
}

.centeredP {
	text-align: center;
}

.headerGraphic {
	display: block;
	width: 90%;
	max-width: 200px;
	margin: 100px auto -90px;
}

.topPodcastNav {
	position: fixed;
	width: 100%;
	top: 0;
	height: 40px;
	background: rgba(7, 14, 19, 0.85);
	z-index: 1000;
	color: #fafafa;
	overflow: hidden;
}

.logo {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/rnLogo_noText@3x.png); 
	background-repeat: no-repeat;
	width: 20px;
	height: 22px;
	padding-bottom: 180px;
	background-size: 20px;
	margin: 9px 10px -4px;
	overflow: hidden;
}

@media screen and (min-width: 550px) {
	.logo {
		width: 140px;
		height: 22px;
		background: none;
		padding-bottom: 0;
	}
}

#topPodcastNavLinks {
	position: absolute;
	top: 5px;
	right: 0;
}

.navLink {
	padding-right: 14px;
	font-weight: 400; 
	color: #fafafa;
}

.selectedLink {
	padding-right: 14px;
	font-weight: 400; 
	color: #3b7ba4;
}

#ticketNav {
	display: none;
	position: fixed;
	bottom: 0;
	right: 5px;
	text-align: center;
	width: 50%;
	max-width: 160px;
	height: 30px;
	padding: 5px 0;
	background: rgba(153, 52, 71, 0.85);
	border-radius: 6px 6px 0 0;
	z-index: 1000;
	color: #fafafa;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ticketGraphic {
	width: 50%;
	display: none;
	margin:  5px auto -3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ticketGraphic:hover {
	transform: scale(1.1) rotate(-2deg);
}

#ticketNav a {
	display: block;
	width: 100%;
	margin: 0;
	font-weight: 400;
	color: #fafafa;
}

@media screen and (min-width: 360px) {
	
	#ticketNav {
		height: 80px;
		padding: 0;
	}
	
	.ticketGraphic {
		display: block;
	}
}

.heroContainer {
	font-size: 80%;
	width: 100%;
	background: #397BA7;
	color: #fafafa;
	text-align: center;
	padding: 80px 0 100px;
	background-image: url(images/chicago.svg);
	background-size: 132%;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto 40px;
}

.heroContainer h1 {
	font-size: 230%;
	font-weight: 600;
}

.heroContainer .tagline {
	font-size: 120%;
	margin: -10px 0 10px 0;
	padding: 0;
	color: #c5c5c5;
}

.heroContainer p {
	font-weight: 100;
}

#dateText {	
	font-size: 110%;
	margin-top: 20px;
	padding-top: 0;
}

.locationText {
	font-size: 100%;
	font-variant: small-caps;
	font-weight: 100;
	margin: -3px 0;
}

@media screen and (min-width: 600px) {
	.heroContainer {
		font-size: 140%;
		padding: 70px 0 120px;
		background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
}

@media screen and (min-width: 900px) {
	.heroContainer {
		font-size: 140%;
		padding: 70px 0 180px;
		background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
}
	
.mainContainer {
	width: 100%;
	margin: 40px auto 100px;
}

.mainContainer p {
	width: 90%;
	max-width: 650px;
	padding: 10px;
	margin: 0 auto;
}

.mainContainer h2 {
	font-size: 200%;
	text-align: center;
	margin: 100px 20px 20px;
	line-height: 1.2;
}

.mainContainer h3 {
	font-size: 140%;
	text-align: left;
	margin: 60px auto 0;
	line-height: 1.2;
	width: 90%;
	max-width: 650px;
}

.mainContainer h4 {
	font-weight: 400;
	font-size: 120%;
	margin: 20px auto -10px;
	width: 90%;
	color: #989898;
	max-width: 650px;
}

.triptych {
	width
	text-align: center;
}

.separatorImageA, .separatorImageB, .separatorImageC {
	width: 100%;
	display: inline-block;
	background: #ccc;
	margin: 40px 0 0;
	padding: 0;
}

.separatorImageB, .separatorImageC {
	display: none;
}

.inlineImage {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 40px auto;
}

@media screen and (min-width: 700px) {
	.separatorImageA, .separatorImageB, .separatorImageC {
		width: 33.3%;
		display: inline-block;
		background: #ccc;
		margin: 40px -5px 0 0;
		padding: 0;
	}
	
	.separatorImageC {
		margin: 40px 0 0 0;
	}
}
@media screen and (min-width: 1800px) {
	.separatorImageA, .separatorImageB, .separatorImageC {
		margin: 40px -2px 0;
	}
}

.testimonials {
	font-family: "minion-pro", serif;
	font-style: italic;
	font-size: 140%;
	font-weight: 400;
	color: #959494;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
}

.testimonials .testimonialName {
	font-size: 80%;
	text-align: right;
}

.tickets {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 95px;
	background: #f4f4f4;	
}

.tito-wrapper {
	padding: 20px;
	max-width: 650px;
	margin: 0 auto;
}

.tito-ticket-description {
	font-size: 70%;
	width: 100%;
	display: block;
	clear: both;
}

.tito-ticket-quantity {
	display: block;
	clear: both;
	margin-top: 10px;
}

.tito-ticket-quantity span {
	padding: 0 10px 0 0;
}

.tito-ticket-name-wrapper {
	width: 75%;
	float: left;
	list-style-type: none;
	margin-bottom: 10px;
}

.tito-ticket-price {
	text-align: right;
}

.tito-ticket-list {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

.tito-ticket.row {
	padding: 20px 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 0px none #fefefe;
}

.tito-ticket-quantity.single {
	text-align: right;
}

.tito-submit {
	display: block;
	font-size: 100%;
	font-weight: 600;
	margin: 20px 0;
	padding: 10px 0;
	width: 100%;
	background: #397BA7;
	color: #f5f5f5;
	border-radius: 7px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
}

.tito-submit:hover {
	background: #599ecb;
}

.tito-badge-link {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.tito-discount-code {
	list-style-type: none;
	text-align: right;
}

.tito-discount-code-label {
	display: none;
}

.tito-ticket-quantity-field {
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 7px;
}

#tito-releasenotes-releasenotes2015-1-show-discount-code {
	display: none;
}

.tito-discount-apply-button {
	display: none;
}

.tito-tickets-unavailable {
	text-align: center;
}

.tito-tickets-remaining {
	font-size: 70%;
	font-weight: 400;
	color: #a1a1a1;	
	padding-left: 30px;
}


.speakers {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.speakers p {
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
}

.speakerSingle {
	text-align: left;
	padding: 40px 0;
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

@media screen and (min-width: 700px) {
	.speakerSingle {
		vertical-align: top;
		width: 100%;
		margin: 0 -1px;
		display: inline-block;
	}	
}

.speakerSingle p {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 10px;
}

.speakerImage {
	display: block;
	text-align: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #ccc;
	margin: 0 auto;
}

.speakerSingle .speakerName {
	text-align: center;
	font-size: 110%;
	font-weight: 100;
	margin: 0 auto;
	padding: 10px;
}

.speakerSingle .speakerTag {
	text-align: center;
	font-size: 90%;
	color: #9d9d9d;
	margin: -10px auto 0;
	padding: 0 10px 10px;
}

.speakerSingle .speakerBio, .speakerSingle .speakerSynopsis {
	font-size: 90%;
}

.speakerWorkshop {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.speakerWorkshop p {
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
}

.codeOfConductContainer ul {
	width: 85%;
	max-width: 630px;
	margin: 10px auto;
	list-style-type: circle;
	padding-left: 20px;
}

.speakerWorshopColumn {
	text-align: left;
	padding: 0;
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.schedule {
	
}

#scheduleTable {
	font-size: 80%;
	width: 90%;
	max-width: 650px;
	margin: 40px auto;
}

@media screen and (min-width: 512px) {
	#scheduleTable {
		font-size: 100%;
	}	
}

#scheduleTable td {
	padding: 15px;
	min-width: 120px;
}

.travel {
	width: 100%;
	margin: 0 auto;
}

.travel p, .lodging p {
	width: 90%;
	margin: 10px auto;
}

#mapFrame {
}

#googleMap {
	display: block;
	width: 100%;
	height: 600px;
	margin: 60px auto 40px;
	pointer-events: none;
}

.travel .contactTitle, .lodging .contactTitle {
	text-align: left;
	font-size: 120%;
	font-weight: 400;
	padding: 0;
	margin: 0 auto;
}

.travel .contactAddress, .lodging .contactAddress, .speakerWorkshop .contactAddress {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

.lodging {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.lodging p {
	text-align: left;
}

.hotelSingle {
	text-align: left;
	padding: 10px 0;
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

@media screen and (min-width: 700px) {
	.hotelSingle {
		vertical-align: top;
		width: 100%;
		margin: 0 -1px;
		display: inline-block;
	}	
}

.hotelLogoImage {
	display: block;
	width: 160px;
	margin: 40px 20px 10px 20px;
}

/*Pricing Table on Conference Page*/


#pricingTable {
	font-size: 80%;
	width: 90%;
	max-width: 650px;
	margin: 40px auto;
}

@media screen and (min-width: 512px) {
	#pricingTable {
		font-size: 100%;
	}	
}

#pricingTable td {
	padding: 10px;
}

.sponsorLogoJohnHancock {
	display: block;
	width: 85%;
	max-width: 350px;
	margin: 60px auto;
}

.sponsorLogoAon {
	display: block;
	width: 70%;
	max-width: 250px;
	margin: 60px auto;
}

.sponsorLogoStudent {
	display: block;
	width: 50%;
	max-width: 200px;
	margin: 60px auto;
}

.footerText {
	font-weight: 100;
	font-size: 80%;
	padding: 20px 0 40px;
	text-align: center;
}

.mailingList p {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}

.mc-field-group {
	display: block;
	width: 90%;
	max-width: 640px;
	margin: 10px auto;
}

#mce-EMAIL, #mce-FNAME, #mce-LNAME {
	width: 90%;
	padding: 10px 5%;
	border-radius: 6px;
	border: 1px solid #eaeaea;
	-webkit-appearance: none;
}

.button {
	display: block;
	width: 70%;
	max-width: 250px;
	padding: 10px;
	margin: 20px auto 40px;
	border-radius: 6px;
	border: 1px solid #eaeaea;
	-webkit-appearance: none;
	background: #397BA7;
	color: #f5f5f5;
	font-size: 100%;
	font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-webk
}

.button:hover {
	background: #599ecb;
}

@media screen and (min-width: 800px) {
	#conference_signup_form {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		text-align: center;
	}
	.mc-field-group {
		text-align: left;
		display: inline-block;
		width: 30%;
		max-width: 300px;
		margin: 30px auto;
	}
}	


/*Code of Conduct Styles*/

.codeOfConductContainer {
	font-size: 100%;
	width: 100%;
	max-width: 650px;
	padding: 80px 0 100px;
	margin: 0 auto 40px;
}

.codeOfConductContainer h1 {
	width: 90%;
	margin: 50px auto;
	font-size: 280%;
	font-weight: 600;
	line-height: 1.2;
}

.codeOfConductContainer h2 {
	width: 90%;
	margin: 40px auto 10px;
	line-height: 1.2;
}

.codeOfConductContainer p {
	width: 90%;
	margin: 15px auto;
	font-weight: 100;
}

.appCampPic {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (min-width: 640px) {
	.appCampPic {
		width: 500px;
		display: block;
		margin: 0 auto;
		padding: 20px;
	}
}
