@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,900);

@font-face {
	font-family: 'League Gothic';
	src: url('/fonts/LeagueGothic/leaguegothic-regular-webfont.eot');
	src: url('/fonts/LeagueGothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/LeagueGothic/leaguegothic-regular-webfont.woff') format('woff'),
	url('/fonts/LeagueGothic/leaguegothic-regular-webfont.ttf') format('truetype'),
	url('/fonts/LeagueGothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f7f7f7;
}

nav {
	background-color: transparent;
	height: 64px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

h3 {
	padding: 0;
	margin: 0;
}

hr {
	border: none;
	height: 1px;
	color: #000;
	background-color: #000;
}

.clear {
	clear: both;
}

nav, header, #navContents, footer, #filtersContainer, .errorPage, .category-sub-menu {
	box-sizing: border-box;
}

.hidden, .hidden-desktop {
	display: none !important;
}

#top {
	background-color: #000;
}

#middle {
}

#bottom {
	background-color: #000;
}

#topContainer {
	margin: auto;
	max-width: 1920px;
	height: 250px;
	background: linear-gradient(
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)
	),
	url('/images/venue-default-1920x250.jpg') top center no-repeat;
}

#topContainerHome {
	position: relative;
	margin: auto;
	max-width: 1920px;
	height: 400px;
}

#slides, .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.slide {
	opacity: 0;
	transition: opacity 3s;
}

#slide0 {
	background: linear-gradient(
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0.5)
	),
	url('https://s3.amazonaws.com/scorebig/images/home/0.jpg') top center no-repeat;
}
#slide1 {
	background: linear-gradient(
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0.5)
	),
	url('https://s3.amazonaws.com/scorebig/images/home/1.jpg') top center no-repeat;
}
#slide2 {
	background: linear-gradient(
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0.5)
	),
	url('https://s3.amazonaws.com/scorebig/images/home/2.jpg') top center no-repeat;
}
#slide3 {
	background: linear-gradient(
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0.5)
	),
	url('https://s3.amazonaws.com/scorebig/images/home/3.jpg') top center no-repeat;
}
#slide4 {
	background: linear-gradient(
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0.5)
	),
	url('https://s3.amazonaws.com/scorebig/images/home/4.jpg') top center no-repeat;
}

header {
	position: relative;
	z-index: 1;
}

#main, footer, header {
	margin: auto;
	max-width: 1140px;
	padding: 0 10px;
}

#main {
	padding-top: 20px;
	padding-bottom: 100px;
}

footer {
	color: #d7d7d7;
	padding: 20px 10px;
}

header {
	height: 100%;
	width: 100%;
}

#topContainer #headerContents {
	position: relative;
	height: 100%;
}

#topContainer #headerContents .header-bottom-contents {
	padding-top: 170px;
	width: 100%;
}

#topContainer #headerContents h1 {
	float: left;
	color: #fff;
	font-family: 'League Gothic', Arial, Helvetica, sans-serif;
	font-size: 58px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#topContainer #headerContents .header-tag {
	float: left;
	padding: 37px 0 0 10px;
	font-size: 16px;
	margin: 0 0 -4px;
	color: #fff;
}

#topContainerHome #headerContents {
	padding-top: 75px;
	color: #fff;
}

#topContainerHome #headerContents .centered-content {
	padding-top: 50px;
	text-align: center;
}

#topContainerHome h1 {
	font-weight: 400;
	font-size: 48px;
	margin: 0;
}

h1.small-shadow, h2.small-shadow, h4.small-shadow {
	text-shadow: 0 1px #000;
}

#topContainerHome h2 {
	font-weight: 700;
	font-size: 25px;
	margin: 10px 0;
}

#topContainerHome .search-bar-input {
	width: 400px;
	box-shadow: inset -1px 3px 6px -1px rgba(0, 0, 0, .4);
	font-size: 18px;
	height: 46px;
	border-radius: 23px 0 0 23px;
	padding-left: 50px;
}

#topContainerHome .search-button {
	border-radius: 0 23px 23px 0;
	height: 46px;
	font-size: 18px;
}

#topContainerHome .tag {
	font-size: 21px;
	margin-top: 20px;
}

#navContents {
	max-width: 1140px;
	margin: auto;
	position: relative;
	padding: 0 10px;
}

#navContents > * {
	vertical-align: middle;
}

#logo {
	background-position: 0 -150px;
	width: 174px;
	height: 33px;
	background-image: url(/images/layout@2x.png);
	background-size: 486px 226px;
}

#logo, #topNav, #mainMenu, #logoWrapper, #searchBar, .nav-item, #searchItem {
	display: inline-block;
}

#topNav {
	position: relative;
}

.nav-margin {
	margin-left: 35px;
}

.nav-item, #searchPanel, #searchBar {
	height: 64px;
	line-height: 64px;
	vertical-align: top;
	text-align: center;
}

#searchPanel {
	position: absolute;
	top: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: width 0.3s, left 0.3s;
	z-index: 100;
}

.search-panel-visible {
	left: 190px;
	width: 600px;
}

.search-panel-hidden {
	left: 730px;
	width: 80px;
}

#navSearchInput {
	width: 0px;
	transition: width 0.6s;
}

.nav-item {
	width: 96px;
}

#searchItem {
	width: 50px;
	height: 100%;
}

.nav-item > a {
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.3s linear;
}

.search-icon {
	height: 32px;
	width: 32px;
	border-radius: 16px;
	display: inline-block;
	text-align: left;
	color: #fff;
	margin-top: 2px;
	cursor: pointer;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	-moz-transition: background 0.2s linear, color 0.2s linear;
	-ms-transition: background 0.2s linear, color 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

.search-icon i {
	font-size: 20px;
	padding: 6px;
}

.nav-item:hover a::after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	box-sizing: border-box;
	height: 10px;
	width: 10px;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
}

.nav-dropdown {
	border-radius: 4px 0 0 4px;
	top: 64px;
	line-height: 1.3;
	left: 0px;
	display: none;
}

.nav-item:hover .nav-dropdown {
	display: block;
}

.nav-dropdown, .category-sub-menu {
	position: absolute;
	background: white;
	height: 500px;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
	box-sizing: border-box;
}

.category-menu > li:first-child {
	padding-top: 20px;
}

.category-tab {
	display: block;
	text-align: left;
}

.category-tab a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.category-tab:hover > a, .category-tab.default > a {
	background: #eb3333;
	color: #fff;
}

.category-link {
	color: #898989;
	line-height: 36px;
	padding: 0 20px 0 32px;
	text-transform: uppercase;
	display: block;
	width: 158px;
}

.category-tab:hover .category-sub-menu, .category-tab.default .category-sub-menu {
	display: block;
}

.category-sub-menu {
	top: 0;
	left: 209px;
	border-radius: 0 4px 4px 0;
	white-space: nowrap;
	padding: 20px 0 0 0;
	display: none;
}

.category-sub-menu a {
	color: #4c4c4c;
	width: 176px;
	padding: 0 8px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 36px;
}

.category-sub-menu ul {
	display: inline-block;
	padding: 0 16px 0 14px;
	vertical-align: top;
}

.category-sub-menu a:hover {
	color: #eb3333;
}

.category-sub-menu h3 {
	color: #898989;
	font-weight: 700;
	font-size: 18px;
	padding: 0 22px;
	line-height: 36px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.category-sub-menu-column {
	vertical-align: top;
	display: inline-block;
}

#homeSearchBar form {
	display: inline-block;
	position: relative;
}

#homeSearchBar i {
	position: absolute;
	font-size: 25px;
	top: 11px;
	left: 15px;
	color: #000;
}

#searchBar {
	transition: opacity 0.1s;
	opacity: 0;
}

#searchBar form {
	display: inline-block;
	position: relative;
}

#searchBar i {
	position: absolute;
	left: 13px;
	top: 25px;
}

.search-bar-input {
	padding-left: 40px;
	border-radius: 18px 0 0 18px;
	height: 36px;
	border: none;
	outline: 0;
	font-size: 14px;
	width: 285px;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.search-button {
	width: 100px;
	background: #555;
	border-radius: 0 18px 18px 0;
	box-shadow: inset -1px 3px 6px -1px rgba(0, 0, 0, .4);
	color: #fff;
	height: 36px;
	padding: 0 15px;
	font-size: 14px;
	outline: 0;
	border: none;
	margin-left: -3px;
}

#filtersContainer {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
	border-radius: 4px;
	background: #fff;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
}

#filtersContainer i {
	font-size: 20px;
	vertical-align: middle;
	margin-bottom: 3px;
	text-align: center;
}

#locationFilter, #dateFilter {
	padding: 7px 15px 5px 15px;
	display: inline-block;
	color: #000;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

.filterWrapper {
	margin-right: 20px;
	display: inline-block;
	position: relative;
}

.filterBox {
	position: absolute;
	top: 38px;
	left: 10px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.117647) 0px 9px 27px 0px;
	border: 1px solid #d3d3d3;
	border-radius: 0 0 4px 4px;
	text-align: left;
	padding: 3px;
	display: none;
	z-index: 9999;
}

#dateBox, #locationBox li {
	font-weight: normal;
	width: 200px;
}

#dateBox li a, #locationBox li a {
	padding: 5px;
	display: block;
	color: #000;
}

#dateBox li:hover, #locationBox li:hover {
	background-color: #f1f1f1;
}

#locationBox li:last-child:hover {
	background-color: inherit;
}

#locationBox input {
	width: 180px;
	font-size: 16px;
	font-family: 'Roboto';
	padding: 3px;
}

#locationSpinner {
	color: #666;
	display: none;
}

.pac-container {
	z-index: 10000 !important;
}

.autocomplete-suggestions {
	background-color: #fff;
	box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
	border-radius: 4px;
	margin-top: 10px !important;
	color: #0095bf;
	font-size: 15px;
	padding: 15px 0 10px 0;
	cursor: pointer;
}

.autocomplete-suggestion {
	padding: 5px 15px 5px 15px;
}

.autocomplete-selected {
	background-color: #555;
	color: white;
}

.autocomplete-suggestions:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	box-sizing: border-box;
	height: 10px;
	width: 10px;
	left: 5%;
	margin-left: -5px;
	top: -7px;
}

.tiles-wrap {
	overflow: hidden;
	margin: 5px 5px 30px 5px;
}

.tile {
	float: left;
	position: relative;
	cursor: pointer;
}

.tile a {
	color: #fff;
}

.tile-inner {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	overflow: hidden;
	background-color: #000;
}

.tile-inner img {
	width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}

.tile:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}

.tile-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	width: calc(100% - 40px);
}

.tile-title {
	color: #fff;
	font-family: 'League Gothic', Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.tile-description {
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	text-shadow: 0 1px #000;
}

.tile-description.upper {
	text-transform: uppercase;
}

.tile-description.see-more {
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 0;
}

.tile-description.see-more a {
	color: white;
	cursor: pointer;
}

#footerWrap {
	width: 80%;
	margin-bottom: 20px;
}

footer .column-half {
	width: 50%;
	float: left;
}

footer h5 {
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.footer-links {
	padding-top: 10px;
	font-size: 10px;
}

.footer-links li {
	margin-top: 5px;
}

.footer-links a {
	color: inherit;
}

.footer-links a:hover {
	color: #0096ce;
}

#copyright {
	font-size: 10px;
	margin-bottom: 15px;
}

#talkingAbout {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 80px;
}

#talkingAbout .talking-about-text {
	display: inline-block;
	float: left;
	margin: 5px 15px 0 0;
}

.company-logo {
	background-image: url(/images/layout@2x.png);
	background-size: 486px 226px;
	content: " ";
	display: inline-block;
	float: left;
	opacity: 0.7;
	margin-left: 16px;
	margin-top: 7px;
}

#cnbc {
	background-position: 0 -120px;
	width: 30px;
	height: 24px;
	margin: 0;
}

#mashable {
	background-position: 0 -109px;
	width: 56px;
	height: 11px;
	margin-top: 9px;
}

#time {
	background-position: 0 -87px;
	width: 48px;
	height: 15px;
}

#techCrunch {
	background-position: 0 -67px;
	width: 82px;
	height: 11px;
}

#wsj {
	background-position: 0 -48px;
	width: 107px;
	height: 12px;
}

#lat {
	background-position: 0 -31px;
	width: 86px;
	height: 13px;
}

#forbes {
	background-position: 0 -17px;
	width: 50px;
	height: 14px;
}

#fastCompany {
	background-position: 0 0;
	width: 62px;
	height: 15px;
}

.main-left-panel {
	width: 70%;
	float: left;
}

.main-right-panel {
	width: 30%;
	float: left;
}

.right-panel-contents {
	padding: 0 20px 20px 20px;
}

.right-panel-contents p {
	margin-top: 0;
}

.right-panel-contents a {
	color: #0096ce;
}

.related-title {
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.related a {
	display: block;
	margin-bottom: 5px;
}

.event-list {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	margin-bottom: 20px;
}

.event-item {
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
}

.event-item a {
	color: #000;
}

.event-list-title {
	cursor: auto;
}

.event-list-title h3 {
	margin: 5px;
}

.event-item table {
	width: 100%;
	font-size: 14px;
}

.event-item .event-date {
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}

.event-item .event-date .month {
	color: #ce1b28;
	font-size: 18px;
}

.event-item .event-date .date {
	font-size: 38px;
}

.event-item .event-date .day {
	color: #7f7f7f;
	font-size: 13px;
	font-weight: 400;
}

.event-item .event-description {
	padding: 10px;
}

.event-item .event-description div {
	margin-bottom: 2px;
}

.event-title {
	font-size: 18px;
	font-weight: 700;
}

.event-item .get-tickets {
	width: 170px;
}

.event-item .get-tickets .get-tickets-button {
	margin: 20px 0 20px 10px;
	font-size: 15px;
}

.button-text {
	padding: 10px 20px;
}

.load-more-tiles {
	width: 100%;
	margin: 20px 0;
	font-size: 16px;
	font-weight: 700;
}

.load-more-tiles:hover {
	background-color: #007da0;
}

.rounded-button {
	height: 40px;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.blue-button {
	background-color: #0095bf;
	border: 0;
	color: #fff;
}

.grey-button {
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
	background-color: transparent;
}

.load-more-events {
	width: 270px;
	margin: 40px auto;
	display: block;
	font-weight: 700;
	font-size: 14px;
}

.load-more-events:focus, .load-more-tiles:focus {
	outline: 0;
}

.errorPage {
	margin: auto;
	max-width: 100%;
}

#errorPageContents {
	max-width: 870px;
	margin: auto;
	text-align: center;
}

#errorPageContents hr {
	margin: 30px 0;
}

#errorPageTitle {
	color: #fff;
	text-transform: uppercase;
}

#errorPageTitle i {
	font-size: 95px;
	margin-right: 15px;
}

#errorPageTitleLineOne {
	font-size: 75px;
	font-weight: 300;
	margin-bottom: 10px;
}

#errorPageTitleLineTwo {
	font-size: 90px;
	font-weight: 300;
}

#errorBadge {
	padding: 20px;
	border-radius: 50px;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	background-color: #999;
	width: 130px;
	margin: 30px auto 15px auto;
}

.error-message {
	font-size: 20px;
}

.error-assistance {
	font-size: 18px;
}

.error-message a, .error-assistance a {
	color: #0096ce;
}

.errorPage .bottom-links {
	margin-bottom: 30px;
}

.errorPage .bottom-links a {
	color: #000;
	margin-top: 10px;
	display: inline-block;
	padding: 0 10px;
}

#blurb {
	margin: 30px 0;
	padding: 10px;
}

.blurb-title {
	text-transform: uppercase;
	color: #595959;
	font-size: 27px;
	font-weight: 700;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

.blurb-description {
	color: #323232;
}

.blurb-description a {
	color: #0096ce;
}

h3.tiles-header {
	color: #7c7c7c;
	font-size: 22px;
	text-transform: uppercase;
	margin: 10px;
}

.tiles-empty-message {
	margin: 5px;
}

.event-list-empty-message {
	margin: 15px;
}

#ticketsDisplay {
	border-radius: 3px;
	max-width: 1500px !important;
	height: calc(100vh - 48px) !important;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	margin: 10px auto;
}

#ticketsDisplay ul {
	padding-left: 15px;
	margin: 0;
	list-style-type: inherit;
}

.tickets-buy-button {
	display: inline-block;
	background-color: #eb3333;
	color: #fff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.expired-message {
	margin: 0 0 20px 10px;
	font-weight: 700;
	font-size: 16px;
}



