#mainSlider
{
	margin-bottom: 20px;
}

#programOther {
	width: 49.7%;
}

#programOther ul li.noMarker
{
	list-style-type: none;
}

#programOther .iblock img,
#programOther img
{
	width: auto;
}

#transportationMenu,
#sponsorshipMenu,
#registrationMenu
{
	font-size: 1.2em;
}

#transportationMenu a,
#sponsorshipMenu a,
#registrationMenu a
{
	display: inline-block;
	width: 99.9%;

	background-color: #5a616b;
	color: #fff;

	padding: 15px 5px 15px 5px;

	position: relative;
}


#transportationMenu a.active,
#sponsorshipMenu a.active,
#registrationMenu a.active
{
	border-left: 10px solid #428bca;
	padding-left: 5px;
	background-color: #49505a;
}

font[color=red]
{
	color: #428bca;
	font-weight: bold;
}

font[color=red].red
{
	color: #f00;
}

#program
{
	margin-right: 15px;
}

#program .subsub {
	width: 100%;
	float: left;
	background-color: #5a616b;
	margin-bottom: 20px;
}
#program .subsub font[color=red]
{
	color: #86cffe;
}

#programOther.soBlue
{
	min-height: 792px;
	margin-left: -14px;
	margin-top: 32px;
	float: left;
}

#programOther.soBlue > h4:first-child
{
	margin-top: 2px;
}

#programOther a:hover {
	color: #539cdb;
}

div#page > table td
{
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
}

.sponsor
{
	margin: 5px 0 20px 0;
	display: inline-block;
}
.sponsor .tag
{
	font-size: xx-small;
	text-align: center;
	display: block;
}


/* Landscape iPad Pro */
@media screen and (max-width: 1366px) and (max-height: 1024px) {
	#programOther.soBlue
	{
		width: 49.5%;
	}
}

/* Portrait iPad Pro */
@media screen and (max-width: 1024px) and (max-height: 1366px) {
	#mainSlider {
		margin-bottom: 40px;
	}

	#program p {
		margin-bottom: 20px;
	}

	#programOther.soBlue
	{
		width: 48.8%;
	}
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
	#mainSlider {
		margin-bottom: 0;
	}
}

/* Portrait iPad */
@media screen and (max-width: 768px) and (orientation: portrait) {
	#programOther.soBlue
	{
		width: 47.7%;
	}

	#program #caption {
		margin-top: 4px;
	}
	#mainSlider {
		margin-bottom: 40px;
	}
	#related {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	#mainSlider {
		margin-bottom: 40px;
	}
}



/* iPhone 6 Landscape */
@media screen and (max-width: 667px) and (max-height: 375px) and (orientation: landscape) {
	#related a {
		font-size: 16px;
	}
}


/* iPhone 6 Plus Landscape */
@media only screen and (max-height: 414px) and (max-width: 736px) and (orientation: landscape) {
	#mainSlider {
		min-height: 0;
		margin-bottom: 40px;
	}

	#page table tr td img.floatLeft {
		float: none;
		display: block;
		margin-bottom: 10px;
		border: 1px solid;
	}
}

/* iPhone 5 Landscape */
@media only screen and (max-width: 568px) and (max-height: 320px) and (orientation: landscape) {
	#programOther.soBlue
	{
		width: 49%;
	}
}

/* iPhone 6 Plus Portrait-like */
@media only screen and (max-width: 414px) and (orientation: portrait) {
	#programOther.soBlue
	{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	#page table tr td img.floatLeft {
		float: none;
		display: block;
		margin-bottom: 10px;
		border: 1px solid;
	}
}

/* iPhone 6 Portrait-like (might be longer?) */
@media only screen and (max-width: 375px) {
	#related a {
		font-size: 16px;
	}
}


@media only screen and (max-width: 320px) {
	#mainSlider {
		margin-bottom: 20px;
	}
}
