/*
******************************
*****  MOBILE FIRST CSS  *****
******************************
*/


/*
	Combi Tickets Page
	------------------
*/

.combiPanel a h2 {
		color:#cc6;
		text-decoration:none !important;
		display:inline-block;
		width:100%;
		margin-bottom: 0;
	}
	.combiPanel a h2:hover {
		color:#fff;
	}
	.combiPanel a h2.unToggled:before {
		content:"+";
		float:right;
		padding-left:20px;
		text-decoration:none !important;
	}
	.combiPanel a h2.toggled:before {
		content:"-";
		float:right;
		padding-left:20px;
		text-decoration:none !important;
	}
	.combiPanel a h2 .ticketTagline {
		font-size: 16px;
		line-height: 25px;
		display: inline-block;
		font-family: 'Lato';
		text-transform: none;
		float: left;
		color: #fff;
	}
	.combiPanel a h2 .ticketTagline span {
		color:#e60005;
		display:inline-block;
	}

	.combiAttractionLogos {
		display: block;
		width: 100%;
		white-space: nowrap;
	}

	.combiAttractionLogos img {
		width: 18%;
	}

	.combiAttractionLogos img.withRightMargin {
		margin-right: 2%;
	}
	
/*
	Press Page Download
	-------------------
*/

	.downloadForm select {
		margin-bottom: 10px;
	}
	.downloadForm .submitButton {
		width: 100%;
		font-family: 'Lato';
		text-transform: uppercase;
		background-color: #861315;
		color: #fff;
		border: 2px solid #e60005;
		font-family: "LeagueGothicRegular";
		font-size: 23px;
		line-height: 24px;
		padding-top: 5px;
		margin-bottom: 5px;
		cursor:pointer;
	}
	.downloadForm .submitButton:hover {
		background-color:#e60005;
	}
