/****************************************
CLEARFIX
****************************************/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}



/****************************************
HBCU COLORS
****************************************/

/*
RED = #C1272D;
ORANGE = #F7931E;
PALE GRAY = #f2f2f2;
MEDIUM GRAY = #ccc;
DARK GRAY = #272b29;
*/



/****************************************
COGNITO FORM STYLES
****************************************/

.cognito input[type=text], .cognito input[type=radio], .cognito .c-dropdown select, .cognito textarea {
	line-height: 1.5em !important;
	font-size: 1em !important;
}

.cognito .c-label label, .cognito .c-label {
	font-family: 'Source Sans Pro', 'Myriad Pro', 'Helvetica Neue', Calibri, sans-serif !important;
	font-size: 1em !important;
	line-height: 120% !important;
}

.cognito h3 {
	border-bottom: none;
	background-color: #f7f7f7;
	background-image: none;
	padding: 12px !important;
}



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

body, table, td, p, a, li, blockquote {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

::selection {background: #C1272D; color: #fff;}
::-moz-selection {background: #C1272D; color: #fff;}

.question {
	background-color: yellow;
}

#subColumn span.question {
	display: inline;
	padding-left: 0;
}

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Source Sans Pro', 'Myriad Pro', 'Helvetica Neue', Calibri, sans-serif;
	font-weight: 300;
	font-size: 1.1em;
}

body {
	color: #272b29;
	background: #f2f2f2;
}

div {
	box-sizing: border-box;
}

sup {
	font-size: 0.675em;
}

h1 {
	color: #fff;
	background-color: #C1272D;
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	margin: 0;
	padding: 12px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

h1 a {
	color: #ccc;
}

h1 a:hover {
	color: #F7931E;
}

h2 {
	text-align: center;
	color: #444;
	font-weight: 700;
	font-style: italic;
	font-size: 1.35em;
	margin-top: 12px;
}

h3 {
	color: #444;
	font-size: 1.5em;
	padding: 24px 12px 6px;
	margin-bottom: 0;
	border-bottom: 2px dotted #ccc;
}

h4 {
	color: #aaa;
	font-weight: 700;
	padding: 0 12px 6px;
	margin-bottom: 12px;
	font-size: 1.75em;
	border-bottom: 2px dotted #ccc;
}

p {
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #C1272D;
	font-weight: 700;
}

a:hover {
	color: #F7931E;
}

a img {
	border-style: none;
	outline: none;
}

#subColumn {
	font-size: 0.75em;
}

#subColumn ul {
	padding: 0 12px 0;
}

#subColumn li {
	list-style-type: none;
	margin-bottom: 3px;
}

#subColumn a {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.15);
}

#subColumn table {
	padding: 12px;
}

#subColumn span {
	display: block;
	margin-top: 12px;
	margin-bottom: -6px;
	padding-left: 12px;
}

#subColumn .caution {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 1em;
}

.col1, .col2 {
	box-sizing: border-box;
}



/****************************************
CONTAINER & BANNER IMAGES STYLES
****************************************/

#allContent {
	width: 1000px;
	max-width: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 0;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0,0,0,.125);
}

#banner {
	margin-bottom: 0;
}

#logoBlock {
	width: 100%;
	margin: 0 auto;
}

#HBCUbanner {
	width: 100%;
}



/****************************************
SUB COLUMN STYLES
****************************************/

#subColumn {
	width: 30%;
	margin: 0;
	padding: 27px 15px 15px;
	float: left;
	box-sizing: border-box;
}

#subColumn p {
	padding-left: 12px;
}

#subColumn td {
	vertical-align: top;
}

.col2 table {
	width: 100%;
}

.col2 table td:nth-child(2) {
	text-align: right;
}

#subColumn img {
	display: inline-block;
	width: 42%;
	padding: 2%;
	margin-top: 21px;
}



/****************************************
DOM COLUMN STYLES
****************************************/

#domColumn {
	width: 70%;
	min-height: 300px;
	margin: 0;
	padding: 0 24px 12px 12px;
	float: left;
}

#domColumn img {
	max-width: 100%;
}

#domColumn p {
	padding-left: 12px;
}

#domColumn strong {
	font-weight: 400;
	color: #000;
}

.caution {
	font-size: 0.75em;
	font-style: italic;
	color: #C1272D;
}

.toTop {
	font-size: 0.85em;
	text-align: right;
}

.supportIMG {
	max-width: 100%;
	padding-left: 12px;
	box-sizing: border-box;
}

#activeLink {
	color: #F7931E;
}



/****************************************
TARGET AUDIENCE STYLES
****************************************/

#targetAudience {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	font-size: 0.9em;
	width: 100%;
}

#targetAudience td {
	vertical-align: top;
}

#targetAudience td:first-child {
	width: 50%;
}

#targetAudience tr:nth-child(2n-1) {
	background-color: #f2f2f2;
}

#targetAudience tr td {
	padding: 12px 6px;
}



/****************************************
PROGRAM OUTLINE STYLES
****************************************/

.agendaDate {
	font-weight: 700;
	margin-bottom: 6px;
}

.progOutline {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	width: 100%;
}

.progOutline td {
	vertical-align: top;
}

.progOutline em {
	font-size: 0.8em;
	color: #C1272D;
}

.progOutline td:first-child {
	text-align: right;
	font-size: 0.9em;
	font-weight: 400;
	background-color: #f2f2f2;
	width: 33%;
}

.progOutline tr:nth-child(2n-1) {
	
}

.progOutline tr td {
	padding: 12px 6px;
}



/****************************************
REGISTRATION TABLE STYLES
****************************************/

#regTable {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	width: 100%;
	text-align: center;
}

#regTable em {
	font-size: 0.8em;
	font-weight: 400;
}

#regTable tr:first-child {
	font-weight: 700;
}

#regTable tr:nth-child(2n-1) {
	background-color: #f2f2f2;
}

#regTable tr:nth-child(n+2) {
	font-size: 1.25em;
	font-weight: 700;
}

#regTable tr td {
	padding: 12px 6px;
}



/****************************************
SUPPORT TABLE STYLES
****************************************/

#supportTable {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	font-size: 0.9em;
}

#supportTable td ul {
	margin: 0;
}

#supportTable #topRow td {
	font-size: 1.25em;
	font-weight: 300;
	background-color: #ddd;
}

#supportTable td {
	vertical-align: top;
}

#supportTable td:first-child {
	text-align: right;
	width: 33%;
}

#supportTable td span {
	font-size: 1.5em;
	font-weight: 700;
}

#supportTable td em {
	font-size: 1.2em;
	color: #888;
	font-weight: 300;
	font-style: normal;
}

#supportTable tr:nth-child(2n-1) {
	background-color: #f2f2f2;
}

#supportTable tr td {
	padding: 12px 6px;
}



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

.presTable {
	margin-top: -12px;
}

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

.presTable em {
	font-size: 0.8em;
	color: #888;
}



/****************************************
TOOLKIT TABLE STYLES
****************************************/

.tab-group {
	width: 100%;
}

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

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

.tab label {
	background: #f2f2f2;
	border-bottom: 2px dotted #f2f2f2;
	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: #e0e0e0;
	border-bottom: 2px dotted #ccc;
}

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

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

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

.toolkitTable td:first-child {
	min-width: 120px;
}

.toolkitTable em {
	font-size: 0.8em;
	color: #888;
}

.toolkitTable tr:nth-child(2n) {
	background-color: #f9f9f9;
}



/****************************************
EXHIBITOR STYLES
****************************************/

#domColumn ul {
	font-size: 0.875em;
}

#exhibitRegistration em, #exhibitHours em, #adRegistration em, ul em {
	font-size: 0.8em;
	font-weight: 400;
}

blockquote {
	font-size: 0.8em;
	font-weight: 400;
	text-indent: -9px;
}

blockquote.address {
	text-indent: 0;
	font-weight: 300;
}

blockquote span {
	display: block;
}

#exhibitRegistration {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	width: 100%;
}

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

#exhibitRegistration em {
	font-size: 0.8em;
}

#exhibitRegistration col:first-child {
	background-color: #f2f2f2;
	width: 50%;
}

#exhibitRegistration td:first-child {
	font-weight: bold;
	text-align: left;
}

#exhibitRegistration tr:first-child {
	background-color: #f2f2f2;
	font-weight: bold;
}

#exhibitHours {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	width: 100%;
}

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

#exhibitHours em {
	font-size: 0.8em;
}

#exhibitHours td:first-child {
	text-align: right;
	font-size: 0.9em;
	font-weight: 400;
	background-color: #f2f2f2;
	width: 33%;
}

#exhibitHours tr:nth-child(2n-1) {
	
}

#exhibitHours tr td {
	padding: 12px 6px;
}

#adRegistration {
	padding: 0;
	margin-bottom: 18px;
	border: 1px solid #ddd;
	width: 100%;
}

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

#adRegistration em {
	font-size: 0.8em;
}

#adRegistration col:first-child {
	background-color: #f2f2f2;
	width: 50%;
}

#adRegistration td:first-child {
	font-weight: bold;
	text-align: left;
}

#adRegistration tr:first-child {
	background-color: #f2f2f2;
	font-weight: bold;
}



/****************************************
BUTTON STYLES
****************************************/

.buttonLink {
	display: inline-block;
	float: left;
	margin: 6px 12px 6px 0;
	padding: 12px 24px;
	background-color: #C1272D;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	font-weight: 400;
	border-radius: 6px;
	transition-property: background-color;
	transition-duration: 0.2s;
}

.buttonLink:hover {
	color: #fff;
	background-color: #F7931E;
}



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

.footerText {
	margin: 21px auto;
	width: 1000px;
	max-width: 100%;
}

.footerText, .footerTextImportant {
	font-size: 0.8em;
	color: #888;
	text-align: center;
}

.footerTextImportant {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 21px;
	padding: 21px;
	box-sizing: border-box;
	background-color: #ececec;
	border-radius: 6px;
	box-shadow: 0 0 4px rgba(0,0,0,.05);
	border: 1px solid #dfdfdf;
}

.footerText a, .footerTextImportant a {
	color: #C1272D;
}

.footerText a:hover, .footerTextImportant a:hover {
	color: #F7931E;
}

#oneJG {
	color: #888;
}

#oneJG:hover {
	color: #F7931E;
}



/****************************************
@MEDIA QUERY 1080px
****************************************/

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


	#allContent {
		max-width: 100%;
		margin-top: 0;
		border-radius: 0;
	}

	.footerTextImportant {
		border-radius: 0;
		margin-bottom: 0;
	}

}



/****************************************
@MEDIA QUERY 1000px
****************************************/

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


	body {
		font-size: 0.9em;
	}

	#subColumn {
		font-size: 0.9em;
		width: 33%;
	}

	#domColumn {
		width: 67%;
	}

}



/****************************************
@MEDIA QUERY 960px
****************************************/

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

	body {
		background-size: 50%;
	}

	#subColumn {
		width: 40%;
	}

	.col2 table td:first-child {
		width: 75%;
	}

	#domColumn {
		width: 60%;
	}

}



/****************************************
@MEDIA QUERY 735px
****************************************/

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

	body {
		font-size: 1em;
	}

	#banner {
		margin-bottom: 0;
	}

	#subColumn {
		width: 100%;
	}

	.col1 {
		float: left;
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}

	.col1 h3:nth-child(1) {
		margin-top: 0;
	}

	.col2 {
		float: right;
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}

	.col2 h3:nth-child(1) {
		margin-top: 0;
	}

	#domColumn {
		width: 100%;
	}

}



/****************************************
@MEDIA QUERY 633px
****************************************/

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

	body {
		font-size: 1.25em;
	}

	.col1 {
		width: 100%;
	}

	.col2 {
		width: 100%;
	}

	.col2 h3:nth-child(1) {
		margin-top: 1em;
	}

	.col2 table td:first-child {
		width: 67%;
	}

	.col2 table td:nth-child(2) {
		text-align: left;
	}

	#subColumn img {
		width: 25%;
	}

}



/****************************************
@MEDIA QUERY 468px
****************************************/

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

	h1 {
		font-size: 0.9em;
	}

	.col2 table td:first-child {
		width: 75%;
	}

	.col2 table td:nth-child(2) {
		text-align: right;
	}

}



/****************************************
@MEDIA QUERIES FOR (SOME) RETINA SCREENS
****************************************/

@media only screen
	and (min-device-width: 320px)
	and (max-device-width: 736px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {

	body {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	.cognito input[type=text], .cognito input[type=radio], .cognito .c-dropdown select, .cognito textarea {
		line-height: 1.5em !important;
		font-size: 1.5em !important;
	}

	.cognito .c-label label, .cognito .c-label {
		font-family: 'Source Sans Pro', 'Myriad Pro', 'Helvetica Neue', Calibri, sans-serif !important;
		font-size: 1.5em !important;
		line-height: 150% !important;
	}

	#subColumn {
		width: 100%;
	}

	.col1 {
		float: left;
		width: 49%;
	}

	.col1 h3:nth-child(1) {
		margin-top: 0;
	}

	.col2 {
		float: right;
		width: 49%;
	}

	.col2 h3:nth-child(1) {
		margin-top: 0;
	}

	#subColumn img {
		width: 25%;
	}

	#domColumn {
		width: 100%;
		font-size: 1.25em;
	}

	h4 {
		padding-bottom: 30px;
	}

}



/****************************************
@MEDIA QUERY FOR PRINTING
****************************************/

@media print {

	body {
		font-size: 1em;
	}

	#subColumn {
		font-size: 0.8em;
	}

	#speakerNav {
		display: none;
	}

	.progOutline li {
		padding-top: 3px;
		padding-bottom: 0;
	}

}