/* GEL STUDIOS STYLESS */
/* FONTS
	font-family: 'Lato', sans-serif; 400 700 900
 */
body, html {
	font-family: 'Lato' !important;
}

.content .block .bookmarkThisShare img {
width: auto;
}

.content ul li { margin-left: 1em; }


.right {
	text-align:right;
}

.center {
	text-align:center;	
}

.caps {
	text-transform:uppercase;	
}

.contentLeft, .contentRight {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	width:50%;
	display:inline-block;
	float:left;
}

.contentLeft {
	padding:0 20px 0 0;
}

.contentRight {
	
}

xxx.columns {
	position:relative;	
}

/* Colour blocks */

.whiteBlock, .redBlock {
	display:inline-block;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:2px solid #e5e5e5;
	overflow:hidden;
}

.whiteBlock:hover h3 {
	color:#df8f92
}

.redBlock:hover h3 {
	color:#df8f92	
}

.whiteBlock h3, .redBlock h3 {
	position:relative;
	text-transform:uppercase;
	font-size:16px;
	font-weight:900;
	line-height:16px;
	margin:0;
	padding:5px 7px 5px 20px;
}

.whiteBlock {
	background-color:#fff;	
}

.whiteBlock h3 {
	color:#bf2026;	
}

.whiteBlock h3:before {
	content:'';		
	position:absolute;
	bottom:8px;
	left:7px;
	display:block;
	height:10px;
	width:7px;
	background:url(../assets/site/org/images/arrowRed.png) top left no-repeat;	
}

.redBlock {
	background-color:#bf2026;
}

.redBlock h3 {
	color:#fff;	
}

.redBlock h3:before {
	content:'';		
	position:absolute;
	bottom:8px;
	left:7px;
	display:block;
	height:10px;
	width:7px;
	background:url(../assets/site/org/images/arrowWhite.png) top left no-repeat;	
}

.search {
	display:inline-block;
	margin:0 !important;
	position:relative;
	width:170px !important;
}

.search input {
	display:inline-block;
	border:2px solid #e5e5e5;
	margin:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px 5px;
	width:135px;
	height:16px;
}

.search input:focus {
	border:2px solid #e5e5e5 !important;
	margin:0;	
}

.search button {
	display:inline-block;
	margin:0;
	background: #68cad5; /* Old browsers */
	background: -moz-linear-gradient(top,  #68cad5 0%, #3897a2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68cad5), color-stop(100%,#3897a2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #68cad5 0%,#3897a2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #68cad5 0%,#3897a2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #68cad5 0%,#3897a2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #68cad5 0%,#3897a2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68cad5', endColorstr='#3897a2',GradientType=0 ); /* IE6-9 */
	border:2px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	text-transform:uppercase;
	padding:0 3px;
	height:26px;
	width:25px;
	position:absolute;
	text-shadow:none;
	color:#fff;
	font-size:18px;
	top:0;
	right:0;
}

.search button:hover {
	background-image:none;
	background: #68cad5;
}

h1, h2, h3, .header, .footer {
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size:29px;
	font-weight:900;
	line-height:35px;	
}

h2 {
	font-size:29px;
	font-weight:900;
	line-height:35px;
	color:#bf2026;	
}

p {
	font-size:16px;	
}

a {
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

body, html {
	border-top:2px solid #231f20;	
	background:url(../assets/site/org/images/background.jpg) repeat #f7f7f7;
}

.header {
	background-color:#bf2026;
	font-size:17px;
	color:#fff;
	padding:0 0 70px;
}

.header .logo {
	padding:30px 0 0;	
}

.header .menu {
	text-align:right;	
}
.header .menu ul {
	margin:5px 0 0;	
}

.header .menu ul li {
	display:inline-block;
	padding:5px 10px;	
	margin:0 0 0 10px;
}

.header .menu ul li:hover, .header .menu ul .active  {
	background-color:#fff;	
}

.header .menu ul li:hover a, .header .menu ul .active a {
	color:#bf2026;
}

.header .menu ul li a{
	color:#fff;
	font-weight:900;
	font-size:15px;
	text-transform:uppercase;
}

.header .menu ul li a:hover {
	text-decoration:none;	
}

.header .whiteBlock, .header .redBlock {
	border-top:none;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.header .redBlock {
	margin-right:-2px;	
}

.header .contact {
	text-transform:uppercase;
	font-weight:700;	
	padding:2px 0 0 0;
}

.header .contact span {
	color:#df8f92;
}

.header .seven {
	margin-bottom:20px;	
}

.selectnav {
	display: none;
	width:100%;
	font-size:22px;
	margin:15px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 0 5px 10px;
}

.footer {
	background-color:#231f20;
	font-size:17px;
	color:#fff;
	padding:50px 0 30px;
}

.footer .two {
	text-transform:uppercase;
	font-weight:700;	
}

.footer .copyright p {
	font-size:12px;	
	margin-bottom:5px;
}

.footer a {
	color:#fff;	
}

.footer .connect a {
	outline:none;
	color:#231f20;
	margin:0 5px 0 0;	
}

.content {
	margin-top:-50px;	
}

.content a {
	color:#bf2026;

}
.content p {
	color:#000;
	font-size:18px;	
}

.content table {
	width:100%;	
}

.content form table tbody td {
	border:none !important;	
}

.content table tbody td {
	border:1px solid #cc4d51 !important;	
	text-align:Center;
	color:#000;
	padding:10px 5px;
}
.content table tbody tr td p {
	font-size:14px;	
}
.content table tbody tr:first-child {
	padding:10px 0 0 !important;
	color:#cc4d51 !important;	
}

.content table tbody tr:first-child td {
	color:#cc4d51 !important;	
}

.content table tbody tr:first-child, .content table tbody tr td:first-child {
	font-weight:bold;
	color:#cc4d51;	
	font-size:16px;
	vertical-align:middle !important;
	padding:10px 0 !important;
}

.content table tbody .highlight td {
	background-color:#cc4d51 !important;
	color:#fff !important;
	font-weight:bold;
	font-size:16px;
}

.content input, .content textarea, .content select {
	width:100%;
	padding:5px 0;	
	border:1px solid #cc4d51;
}

.content input[type=image] {
	width:auto !important;
	border:none;
}

.content textarea {
	resize:none;	
}

.content .submit, .content .submit:hover {
	width:100%;
	background:none;
	background-color:#cc4d51;
	color:#fff;
	text-transform:uppercase;
	text-shadow:none;
	padding:8px 0 5px;
	font-size:16px;	
}

.content input[type=checkbox] {
	width:auto;	
}

.content .block {
	background-color:#fff;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 40px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 40px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 40px rgba(50, 50, 50, 0.75);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom:20px;
	padding:20px 20px 15px;
	position:relative;
}

.content .quote {
	position:relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:#e9e9e9;
	border:10px solid #fff;
	margin-bottom:70px;
}

.content .quote:before {
	content:'';		
	position:absolute;
	bottom:-50px;
	left:0;
	display:block;
	height:50px;
	width:96px;
	background:url(../assets/site/org/images/quoteTip.png) top left no-repeat;
}

.content .block img {
	width:100%;
	height:auto;
}

.content .block h2 {
	padding:0;
	margin:0;
}

.content .block p {
	padding:0 20px;
	font-size:18px;
	margin:0 0 20px;
	color:#000;
}

.content .block p:last-child {
	margin:0 0 10px;	
}

.content h1 {
	text-align:center;
	color:#000;
	margin:30px 0 50px;
}

.content h1 span {
	color:#bf2026;
}

.content .ticket {
	position:relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width:300px !important; /* overloading default .four width to give desired effect, corrected in responsive */
	background-color:#bf2026;
	border:12px solid #e5e5e5;
	border-left:none;
	margin-left:-10px;
	margin-top:30px;
	margin-bottom:0;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index:1;
}

.content .ticket:before {
	content:'';		
	position:absolute;
	bottom:10px;
	right:-40px;
	display:block;
	height:86px;
	width:98px;
	background:url(../assets/site/org/images/ticket.png) top left no-repeat;	
}

.content .ticket h2 {
	color:#fff;
	position:relative;
	font-size:35px;	
	text-transform:uppercase;
	padding:0 0 0 15px;
}

.content .ticket h2:before {
	content:'';		
	position:absolute;
	top:13px;
	left:0;
	display:block;
	height:10px;
	width:7px;
	background:url(../assets/site/org/images/arrowWhite.png) top left no-repeat;	
}

.content .ticket p {
	color:#fff;
	font-size:20px;
	padding:5px 40px 0 15px;	
}

.content .ticket p span {
	font-weight:700;	
}

.content .getInvolved {
	position:relative;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:#ffffff;
	border:12px solid #e5e5e5;
	border-left:none;
	margin-left:-10px;
	margin-top:-30px;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	border-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	z-index:0;
}

.content .getInvolved h2 {
	position:relative;
	font-size:35px;	
	margin:5px 0 0;
	text-transform:uppercase;
	padding:0 0 0 15px;	
}

.content .getInvolved h2:before {
	content:'';		
	position:absolute;
	top:13px;
	left:0;
	display:block;
	height:10px;
	width:7px;
	background:url(../assets/site/org/images/arrowRed.png) top left no-repeat;	
}

.content .search {
	width:330px !important;	
}

.content .search input {
	font-size:18px;	
	padding:5px 10px;
	width:300px;
	height:auto;
}

.content .search button {
	padding:5px 10px;
	height:auto;
	width:auto;
}

.content ul {
	list-style-type:disc;
}

.content ul li {
	color:#000;
}

.page {
	margin-bottom:25px;	
}

.page .container {
	background-color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
}

.page .container .sixteen {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	margin-bottom:20px;
	padding:30px 20px;	
}

.page .pageTitle {
	margin:0 0 10px;
	font-size:22px;	
	line-height:22px;
	text-align:left;
	color:#bf2026;
	font-weight:900;
	text-transform:uppercase;
}

.page .contentBlock {
	overflow-y:auto;
	margin:0 0 30px;
}

.page .contentBlock img {
	margin: 0 50px 0 0;	
	float:left;
}

.content .title, .page .contentBlock .title {
	font-size:22px;
}

.page .contentBlock p {
	margin:20px 0 0;
	font-size:20px;	
}

.breadcrumbs ul li {
	display:inline-block;
	margin:0 5px 0 0;
	color:#999;
	font-size:18px;
}

.breadcrumbs ul li a {
	color:#999;	
}

.breadcrumbs ul li span {
	margin:0 0 0 5px;	
}

.whiteContent {
	background-color:#fff;	
	padding:50px 0 40px;
}

.whiteContent h3 {
	text-transform:uppercase;
	color:#000;
	margin:0 0 20px;
	font-size:30px;
	font-weight:900;	
}

.whiteContent ul {
	list-style-image:url(../assets/site/org/images/bullet.gif);	
}

.whiteContent ul li {
	font-size:18px;
	margin:0 0 10px 15px;
	padding:0 0 0 15px;
	color:#000;	
}

.whiteContent ul li a {
	color:#000;	
}

/* ORGCON STYLES */
.conHeader {
	background-color:#fff;	
}

.conHeader .seven {
	margin-bottom:30px;	
}

.conHeader .contact a {
	color:#bf2026;
	text-transform:none;
}

.conHeader .menu ul li a {
	color:#000;	
}

.conHeader .menu ul li:hover, .conHeader .menu ul .active {
	background-color:#000;	
}

.conHeader .menu ul li:hover a, .conHeader .menu ul .active a {
	color:#fff;	
}

.conSponsor {
	background-color:#e9e9e9;
	color:#000;
	text-align:center;
	font-size:16px;
	padding:10px 0;
}

.conSponsor span {
	display:inline-block;
	position:relative;
	bottom:32px;	
}

.conSponsor a {
	color:#000080;	
}

.conSponsor img {
	margin:0 0 0 20px;	
}

.conPage .container {
	border:15px solid #e9e9e9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.conPage .container .sixteen {
	margin:0;
	padding:40px 50px 20px 40px;	
}

.blockWrapper {
	display:block;	
	float:left;
	width:400px;
	height:auto;
	margin:0 10px 0 0;
}

.blockWrapper .block {
	margin-left:0;	
}

.conH1 {
	font-weight:400;
	font-size:25px;	
}

.conH1 span {
	display:block;
	font-size:35px;
}

.ticketInfo {
	display:inline-block;
	position:relative;	
	z-index:1;
}

.ticketInfo:before {
	content:'';		
	position:absolute;
	top:-50px;
	right:40px;
	display:block;
	height:86px;
	width:98px;
	z-index:10;
	background:url(../assets/site/org/images/ticket.png) top left no-repeat;	
}

.ticketInfo .five {
	padding:25px 0 0;	
}

.ticketInfo .five p {
	font-size:24px;
	line-height:30px;	
}

.ticketInfo .five p a, #cfSubmit {
	background-color:#bf2026;
	text-transform:uppercase;
	padding:0 5px;
	color:#fff;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.ticketInfo .five p a:hover, #cfSubmit:hover {
	color:#df8f92;
	text-decoration:none;	
}

.twitter {
	border:10px solid #393536;
	background-color:#4f4c4d;
	color:#fff;
	position:relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding:15px;
	margin-bottom:43px;	
	text-align:center;
}

.twitter:before {
	content:'';		
	position:absolute;
	bottom:-73px;
	right:-10px;
	display:block;
	height:73px;
	width:77px;
	background:url(../assets/site/org/images/quotetwitter.png) top left no-repeat;
}

.twitter li {
	list-style-type:none;
	margin:0;	
}

.twitter li span {
	list-style-type:none;
	margin:0;
	font-size:18px;	
}

.twitter li span a {
	color:#fff;	
}

/* Contact form */
#contactMailSending {
    	display: none;
    	text-align:center;
}

#cfError {
    	display:block;
    	color:red;
    	font-weight:bold;
}

.contactLeft {
	display:inline-block;
	width:250px;
}

.contactLeft img {
	margin:0 0 30px;	
}

.contactRight {
	display:inline-block;
	float:right;
	width:590px;
}

.contact input, .contact textarea {
	border:1px solid #bf2026;	
	width:100%;
}

.contact textarea {
	resize:none;	
}

.watchOverlay {
	position:absolute;
	top:0;
	left:0;	
	z-index:100;
}

.fpBlock {
	position:absolute;
	display:block;
	width:480px;
	text-align:center;
	height:40px;	
	color:#fff;
}

.fpBlock h2 {
	color:#fff;	
	text-transform:uppercase;
	font-weight:normal;
	font-size:25px;
	padding:2px 0 0 !important;
}

.fpBlock p {
	color:#fff !important;
	text-transform:uppercase;
	font-size:14px !important;
	padding:8px 0 0 !important;	
}

.black {
	background-color:#000;	
}

.red {
	background-color:#bf2026;
}

.red a {
	color:#fff;
	}

.btm {
	bottom:20px;	
}

.top {
	bottom:60px;	
}

.blackFpBlock, .redFpBlock {
	display:block;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	padding:15px;	
}
.blackFpBlock a, .redFpBlock a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	width:140px;
	padding:5px 10px;
	margin:5px 0 0;
	text-transform:uppercase;
}

.blackFpBlock h2, .redFpBlock h2, .blackFpBlock h3, .redFpBlock h3, .blackFpBlock h4, .redFpBlock h4 {
	color:#fff;	
	font-weight:normal;
}

.blackFpBlock h2, .redFpBlock h2 {
	text-transform:uppercase;
	padding:0 0 10px;	
}

.blackFpBlock h4, .redFpBlock h4 {
	font-size:22px;	
	line-height:23px;
}

.blackFpBlock, .redFpBlock a {
	background-color:#000;
}

.redFpBlock, .blackFpBlock a {
	background-color:#bf2026;
}

.sisea-paging {display:none;}
.sisea-results-list h3 {
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	font-weight:900;
}

.sisea-results-list h3 a {
	color:#bf2026;	
}

.shareThisEvent {
	position:relative;
	top:-7px;	
}

.bookmarkThis img {
	height:25px !important;
	width:25px !important;	
	margin:0 5px 0 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#orgcon_map {
	width:100%;
	height:250px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:10px solid #e5e5e5;
}

.footerLinks p span:first-child {
	display:none;	
}

/* Media Adjustments */

/* Small screen */
@media only screen and (min-width: 768px) and (max-width: 959px)  {
	.contact {
		font-size:15px;	
	}
	.search {
		width:135px !important;	
	}
	.search input {
		width:120px;	
	}
	.content .ticket {
		margin-top:20px;
		width:250px !important;	
	}
	.content .ticket h2, .content .getInvolved h2 {
		font-size:25px;	
	}
	.content .search {
		width:255px !important;	
	}
	.content .search input {
		width:230px;
		font-size:16px;	
		padding:6px 10px;
	}
	.content .nine {
		padding:25px 20px 20px;	
	}
	.content h1 {
		margin:10px 0 30px;
	}
	.blockWrapper {
		width:316px !important;
	}
	.ticketInfo .five p {
		font-size:22px;
		line-height:26px;
	}
	.ticketInfo .five {
		padding:15px 0 0;	
	}
	.conSponsor span {
		bottom:0;
	}
	.fpBlock {
		width:372px;
	}
	.fpBlock h2 {
		font-size:20px;
	}
	
	.blackFpBlock a, .redFpBlock a {
		width:130px;
		padding:4px 10px;
		margin:0px 0 0;
	}

	.blackFpBlock h2, .redFpBlock h2 {
		font-size:22px;
		line-height:22px;
	}
	
	.blackFpBlock h3, .redFpBlock h3 {
		font-size:20px;
		line-height:22px;
	}
	
	.blackFpBlock h4, .redFpBlock h4 {
		font-size:16px;
		line-height:18px;
	}
	.shareThisEvent {
		top:-3px;	
	}

	.bookmarkThis img {
		height:20px !important;
		width:20px !important;	
	}
}

/* Phone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* #nav {display: none;} */
  	.selectnav {display: block;}
  	.header {
  		padding:0 0 70px;	
  	}
	.header .seven {
		display:none;	
	}
	.header .logo {
		margin-bottom:10px;	
	}
	.contact {
		font-size:22px;	
		text-align:center;
		margin-bottom:15px;
	}
	.search {
		width:420px !important;	
	}
	.search input {
		float:left;
		width:335px;
		font-size:22px;	
		padding:10px;
	}
	.search button {
		width:50px;
		height:40px;
	}
	
	.content .ticket, .content .getInvolved {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		border:10px solid #e5e5e5;
	}
	.content .ticket {
		display:block;
		margin:0 0 0 55px;
		width:300px !important;	
	}
	.content .getInvolved {
		width:420px;
		margin-top:-20px !important;
		margin-left:0 !important;
	}
	.content .getInvolved h2:before {
		left:60px;
	}
	.content .ticket h2, .content .getInvolved h2 {
		font-size:30px;	
	}
	.content .search {
		width:420px !important;	
		margin-bottom:15px !important;
	}
	.content .search input {
		width:290px;
		font-size:22px;	
		padding:6px 10px;
	}
	.content .search button {
		padding:8px 10px;
	}
	.content .nine {
		padding:20px 20px 15px;		
	}
	.content h1 {
		margin:10px 0 30px;
	}
	.footer img {
		margin:5px 5px 10px 0;	
	}
	.footer, .right, .content .getInvolved, .header .logo, .whiteContent h3, .ticketInfo .five {
		text-align:center;	
	}
	.ticketInfo .five {
		padding:0;	
	}
	.blockWrapper {
		width:100%;
	}
	.ticketInfo:before {
		display:none;
	}
	.conSponsor span {
		bottom:0;
	}
	.fpBlock {
		width:380px;
	}
	.fpBlock h2 {
		font-size:20px;
	}
	.page .contentBlock {
		text-align:Center;
		overflow:hidden;	
	}
	
	.page .contentBlock img {
		display:block !important;
		padding:0 60px;
		margin:0 auto;	
	}
	.blackFpBlock, .redFpBlock {
		text-align:center;	
	}
	.contentLeft, .contentRight {
		width:100%;
		padding:0;	
	}
	.conPage .container .sixteen {
		padding:20px 40px 10px 10px; !important;	
	}
	.shareThisEvent {
		display:none;	
	}
	
	.content table tr td {display:block;}
}

/* Phone Portrait */
@media only screen and (max-width: 479px) {
	/* #nav {display: none;} */
  	.selectnav {display: block;}
  	.header {
  		padding:0 0 70px;	
  	}
	.header .seven {
		display:none;	
	}
	.header .logo {
		margin-bottom:15px;	
	}
	.header .logo img {

	}
	.contact {
		font-size:22px;	
		text-align:center;
		margin-bottom:15px;
	}
	.search {
		width:300px !important;	
	}
	.search input {
		float:left;
		width:240px;
		font-size:22px;	
		padding:10px;
	}
	.search button {
		width:50px;
		height:40px;
	}
	.content .ticket, .content .getInvolved {
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		border:10px solid #e5e5e5;
	}
	.content .ticket {
		display:block;
		margin:0 0 0 0;
		width:300px !important;	
	}
	.content .getInvolved {
		width:300px !important;
		margin-top:-20px !important;
		margin-left:0 !important;
	}
	.content .ticket h2, .content .getInvolved h2 {
		font-size:30px;	
	}
	.content .search {
		width:300px !important;	
		margin-bottom:15px !important;
	}
	.content .search input {
		width:200px;
		font-size:22px;	
		padding:6px 10px;
	}
	.content .search button {
		padding:8px 10px;
	}
	.content .nine {
		padding:20px 20px 15px;	
	}
	.content h1 {
		margin:10px 0 30px;
	}
	.footer img {
		margin:5px 15px 10px 0;	
	}
	.footer, .right, .content .getInvolved, .header .logo, .whiteContent h3, .content .quote h2, .content .quote p, .ticketInfo .five {
		text-align:center;	
	}
	.ticketInfo .five {
		padding:0;	
	}
	.blockWrapper {
		width:100%;
	}
	.ticketInfo:before {
		display:none;
	}
	.conSponsor span {
		bottom:0;
	}
	.fpBlock {
		width:260px;
	}
	.fpBlock h2 {
		font-size:15px;
	}
	.page .contentBlock {
		text-align:Center;
		overflow:hidden;	
	}
	
	.page .contentBlock img {
		display:block !important;
		margin:0 auto;	
	}
	.blackFpBlock, .redFpBlock {
		text-align:center;	
	}
	.shareThisEvent {
		display:none;	
	}
	.contentLeft, .contentRight {
		width:100%;
		padding:0;	
	}
	.conPage .container .sixteen {
		padding:20px 40px 10px 10px; !important;	
	}
	#tickets {
		width:343px !important;	
		position:relative;
		left:-50px;
		margin-right:-50px;
	}
	.bookmarkThis img {
		height:20px !important;
		width:20px !important;	
	}
	.content table tr td {display:block;}
}