/******************************
MeTRC CONFERENCE COLORS
******************************/

/*

MMC Burgundy: #7c1442;
MMC Website Burgundy: #650032;
Pale Burgundy: #F1E7EC;
Pale Gray: #f5f5f5;
Light Gray: #e5e5e5;
Medium Gray: #999;
Dark Gray: #333;

*/

/******************************
GENERAL STYLES
******************************/

* {
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* text highlighting is now pale green. */
::selection {background: #e5e5e5;}
::-moz-selection {background: #e5e5e5;}

body {
	background-color: #e5e5e5;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}

#container {
	padding-top: 21px;
}

#mainContent {
	max-width: 100%;
	width: 1280px;
	margin: 0 auto 0;
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

h1, h2 {
	color: #000;
	font-weight: 800;
}

strong {
	font-weight: 800;
}

a {
	color: #650032;
	text-decoration: none;
	font-weight: 800;
}

a:hover {
	color: #7c1442;
}

[src="images/MeTRC-Conference-Branding.png"] {
	width: 1280px;
	max-width: 100%;
}

[src^="images/wide-tile"] {
	max-width: 100%;
	margin-top: 21px;
	border-bottom: 9px solid #7c1442;
}

[src*=wide-tile-abstracts], [src*=wide-tile-register], [src*=wide-tile-calendar] {
	filter: brightness(105%);
}

[src*=wide-tile-venue], [src*=wide-tile-agenda] {
	filter: brightness(110%);
}

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

.toTop {
	text-align: right;
}

table em {
	color: #777;
}



/******************************
OVERVIEW STYLES
******************************/

.overview {
	background-color: #F1E7EC;
	margin: 21px 45px 0;
	padding: 21px 45px;
}



/******************************
TILE LINKS STYLES
******************************/

.imageBlock {
	position: relative;
}

.imageBlock img {
	display: inline-block;
}

.homepageBlurb {
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
	display: block;
	width: 370px;
	padding: 21px;
	background-color: rgba(101,0,50,.85);
	position: absolute;
	left: 0;
	bottom: 0;
}

a.tile {
	color: #999;
	text-align: center;
	max-width: 370px;
	display: inline-block;
	margin: 45px 17px;
}

a.tile:hover {
	color: #7c1442;
}

.tile:nth-child(3n-3) {
	margin-left: 45px;
}

.tile:nth-child(3n+2) {
	margin-right: 45px;
}

.homepageLink {
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
}

.tile .homepageBlurb {
	opacity: 0;
	transition: all 0.5s;
}

.tile:hover .homepageBlurb {
	opacity: 1;
}



/******************************
NAV STYLES
******************************/

nav {
	margin: 21px 34px 45px 45px;
	text-transform: uppercase;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	display: inline-block;
	vertical-align: top;
	width: 370px;
	max-width: 33%;
}

nav a {
	display: block;
	margin: 0 0 3px;
	padding: 12px;
	background-color: #e5e5e5;
	transition: all 0.5s;
}

nav a.active {
	background-color: #F1E7EC;
	color: #7c1442;
}

nav a:hover {
	background-color: #f9f9f9;
	text-shadow: 1px 1px 1px rgba(0,0,0,.15);
}



/******************************
DOMCOLUMN STYLES
******************************/

#domColumn {
	display: inline-block;
	vertical-align: top;
	width: 61%;
	padding-bottom: 21px;
}

.dates {
	font-weight: 800;
}

.dates em {
	font-weight: normal;
	font-size: 0.9em;
}

.caution {
	font-style: italic;
	font-size: 0.9em;
	color: #7c1442;
	margin-top: -21px;
}



/******************************
REGISTER STYLES
******************************/

.regBtn, .absBtn {
	display: inline-block;
	float: left;
	margin: 0 9px 9px 0;
	padding: 12px 15px;
	background-color: #650032;
	color: #fff;
	font-size: 1.1em;
	border-radius: 6px;
	transition: all 0.5s;
}

.regBtn:hover, .absBtn:hover {
	background-color: #7c1442;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

#register {
	width: 100%;
	border: 1px solid #e5e5e5;
	font-size: 1.1em;
}

#register tr:first-child {
	background-color: #e5e5e5;
	font-weight: 800;
}

#register td:first-child {
	background-color: #e5e5e5;
	text-align: left;
}

#register td {
	padding: 12px;
	text-align: center;
}

#register td em {
	font-weight: normal;
	font-size: 0.9em;
}



/******************************
VENUE TABLE STYLES
******************************/

#venue {
	width: 67%;
	border: 1px solid #e5e5e5;
	font-size: 1.1em;
}

#venue td:first-child {
	background-color: #e5e5e5;
	text-align: left;
	font-weight: 800;
	width: 67%;
}

#venue td {
	padding: 12px;
	text-align: center;
}

#venue td em {
	font-weight: normal;
	font-size: 0.9em;
}



/******************************
AGENDA TABLE STYLES
******************************/

.agendaTable {
	width: 100%;
	border: 1px solid #e5e5e5;
}

.agendaTable td:first-child {
	background-color: #e5e5e5;
	text-align: right;
	width: 25%;
}

.agendaTable td {
	padding: 12px;
	vertical-align: top;
}



/******************************
BLOCKQUOTE STYLES
******************************/

blockquote {
	text-indent: -9px;
	color: #999;
}

blockquote sup {
	font-style: normal;
}

blockquote span {
	display: block;
	margin-bottom: 12px;
	font-size: 0.9em;
	font-style: italic;
}



/******************************
COLLAPSIBLE RADIO TAB STYLES
******************************/

.tab-group {
	width: 100%;
}

.tab {
	position: relative;
	width: 100%;
}

.tab input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

.tab label {
	background: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.5em;
	margin-top: 0.5em;
	display: block;
	transition: background-color 1s;
	text-shadow: 1px 2px 1px rgba(255,255,255,.75);
}

.tab input:focus + label,
.tab label:hover {
	background-color: #e5e5e5;
	border-bottom: 1px solid #ccc;
	color: #7c1442;
}

.tab-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.75s;
}

.tab input:checked ~ .tab-content {
	max-height: 2400px;
}



/******************************
SPEAKER STYLES
******************************/

.speakerBlock {
	display: block;
	width: 780px;
	max-width: 100%;
}

.speakerPhoto {
	width: 120px;
	border-radius: 50%;
	border: 9px solid #F1E7EC;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	display: inline-block;
	margin-right: 21px;
}

.speakerText {
	display: inline-block;
	width: 600px;
	vertical-align: top;
	margin-bottom: 21px;
	width: 80%;
}

.speakerName {
	font-weight: 800;
	font-size: 1.2em;
	margin-top: 0;
}

.speakerName em {
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
}



/******************************
CONTACTS TABLE STYLES
******************************/

#contacts {
	width: 100%;
}

#contacts td {
	padding-right: 2%;
	width: 50%;
	vertical-align: top;
}

#contacts em {
	font-size: 0.9em;
	color: #999;
}

.cognito {
	margin-bottom: 21px;
}



/******************************
ARTICLE STYLES
******************************/

.articleName {
	margin-bottom: 0;
	font-weight: 800;
}

.articleContent {
	margin-top: 3px;
}

.articleContent em {
	font-size: 0.9em;
	color: #777;
}



/******************************
ABOUT US STYLES
******************************/

.partnerships {
	padding: 0;
	margin-bottom: 45px;
}

.partnerships li {
	margin-bottom: 12px;
	list-style-type: none;
}

#rcmiTable td {
	padding-right: 12px;
	vertical-align: top;
}



/******************************
FOOTER STYLES
******************************/

.wrap {
	min-height: calc(100vh - 141px - 63px);/* height of footer is currently 141px */
}

footer {
	color: #999;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.75em;
	width: 1280px;
	max-width: 100%;
	margin: 21px auto;
}



/******************************
MEDIA QUERY FOR ≤ 1300px
******************************/

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

	.overview {
		padding: 21px 4%;
	}

	#container {
		padding-top: 0;
	}

	#mainContent {
		max-width: 80%;
	}

	footer div p {
		max-width: 80%;
		margin: 21px auto;
	}

	a.tile {
		max-width: 27%;
		font-size: 0.9em;
	}

	.tile img {
		max-width: 100%;
	}

	.homepageBlurb {
		max-width: 100%;
	}

	.homepageLink {
		font-size: 2em;
	}

	nav {
		margin-left: 4%;
	}

	#domColumn {
		max-width: 55%;
	}

	#venue {
		width: 100%;
	}

	.agendaTable td:first-child {
		width: 33%;
	}

	.speakerText {
		width: 100%;
	}

}



/******************************
MEDIA QUERY FOR ≤ 1214px
******************************/

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

	#contacts td, #rcmiTable td {
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.partnerships {
		margin: 0;
	}

}



/******************************
MEDIA QUERY FOR ≤ 1190px
******************************/

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

	.overview {
		background-color: inherit;
		margin: 0;
		padding: 0 4%;
	}

	a.tile {
		max-width: 43%;
		margin: 4%;
	}

	.tile:nth-child(2n) {
		margin-right: 4%;
		margin-left: 2%;
	}

	.tile:nth-child(2n-1) {
		margin-left: 4%;
		margin-right: 2%;
	}

	.homepageLink {
		font-size: 3em;
	}

	#domColumn {
		max-width: 50%;
		margin-right: ;
	}

}



/******************************
MEDIA QUERY FOR ≤ 900px
******************************/

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

	#mainContent {
		max-width: 100%;
	}

	footer div p {
		max-width: 90%;
	}

	.overview {
		padding: 0 4%;
	}

	.speakerPhoto {
		display: none;
	}

}



/******************************
MEDIA QUERY FOR ≤ 730px
******************************/

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



}



/******************************
MEDIA QUERY FOR ≤ 670px
******************************/

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



}

/************************************************************
PRESENTATION TABLE STYLES
************************************************************/

.presTable td {
	padding-right: 24px;
	padding-bottom: 6px;
	vertical-align: top;
}

.presTable td em {
	color: #999;
}

.presDates {
	margin-top: 20px;
	color: #650032;
}

.presPrivate {
	color: #650032;
	font-weight: bold;
}

.notAvailable {
	filter: grayscale(90%) opacity(50%);
	-webkit-filter:grayscale(90%) opacity(50%);
}
