@import url("https://use.typekit.net/joa0eyq.css");

/*------------------TAG RESETS------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, img, section {
	margin: 0;
	padding: 0;
	border: 0;
}


/*------------------GLOBAL ELEMENTS------------------*/
html, body {
	height: 100%;
}
body {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	background: #363940;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	overflow-x: hidden;
}
a:hover, a:active, a:focus, object, embed {
	outline: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: transparent;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	height: 1px;
	border-width: 0px;
	border-top: 1px solid #999999;
	margin: 0 0 3em 0;
}
.body-overflow-hide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #292a70;
	text-decoration: none;
}
.container {
	overflow: hidden;
	position: relative;
}

/*------------------ANIMATION------------------*/
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(60%, 0, 0);
		transform: translate3d(60%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.6, .6, .6);
		transform: scale3d(.6, .6, .6);
	}

	50% {
		opacity: 1;
	}
}

.slideInLeft, .slideOutLeft, .zoomIn, .zoomOutDown, .fadeInDown {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}


/*------------------LOADER------------------*/
.loader {
	background: #ffffff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.loader-icon {
	position: absolute;
	background: url("/https/www.kinderstexasbowl.com/img/loader-circle.svg?v2") no-repeat center center;
	background-size: 100%;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	padding: 0;
	margin-left: -50px;
	margin-top: -50px;
}
.loader-inline {
	position: absolute;
	background: url("/https/www.kinderstexasbowl.com/img/three-dots.svg?v2") no-repeat center center;
	background-size: 100%;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	padding: 0;
	margin-left: -50px;
	margin-top: -50px;
	z-index: 10;
}


/*------------------LAZY LOAD IMG------------------*/
.lazy-img {
	-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	min-width: 50px;
	min-height: 50px;
}
.lazy-img .loader-inline {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}


/*------------------BUTTONS------------------*/
.button {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	font-size: 16px;
	line-height: 1.12em;
	letter-spacing: .06em;
	padding: .8em .8em .4em .8em;
	margin: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	background: #292a70;
	border-radius: 4em;
	-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.button-sm {
	font-size: 13px;
}
.button-lg {
	font-size: 19px;
}
.button-xl {
	font-size: 21px;
}
.button-gray {
	background: none;
	border: 1px solid #666666;
	color: #666666;
}
.button-angle-right {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	color: #999999;
	-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.button-angle-right i {
	font-size: .86em;
}
.buttons-in-row {
	margin: 0 .5em .5em .5em;
}
/*------------------POPUP BOX------------------*/
.popup {
	display: none;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left:0;
	padding: 2em 1em;
	margin: 0;
	background: #ffffff;
	-webkit-transition: all .5s cubic-bezier(.18,.48,.44,.96);
	-moz-transition: all .5s cubic-bezier(.18,.48,.44,.96);
	-ms-transition: all .5s cubic-bezier(.18,.48,.44,.96);
	-o-transition: all .5s cubic-bezier(.18,.48,.44,.96);
	transition: all .5s cubic-bezier(.18,.48,.44,.96);
}
.popup-container {
	position: static;
	height: 100%;
	width: 100%;
}
.popup-close {
	position: absolute;
	color: #a3a3a3;
	top: 0;
	right: 0;
	font-size: 1.2em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	z-index: 10;
	background: #ffffff;
	cursor: pointer;
	border-radius: 100%;
}
.popup-content {
	height: 100%;
	width: 100%;
	position: relative;
}
.popup-content-inside {
	display: block;
	color: #747773;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0em;
	padding: 0;
	position: relative;
}
.popup h1 {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 1.6em;
	margin: 0 0 .8em 0;
	letter-spacing: .02em;
	text-align: center;
	text-transform: uppercase;
}
.popup h3 {
	font-size: 1.18em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	letter-spacing: .02em;
}
.popup p {
	font-size: .92em;
	line-height: 1.7em;
	margin: 0 auto 1.7em auto;
	letter-spacing: .02em;
}
.popup .iframe-wrapper {
	position: absolute;
	right: 0; 
	bottom: 0; 
	left: 0;
	top: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	padding: 1em 0;
}
.popup .iframe {
	width: 100%;
	height: 99%;
}
.popup .emailFrameSize {
	width: 100%;
	min-height: 85%;
}
.popup .content-details {
	padding: 1.5em;
}

/*------------------HEADER------------------*/
/* mobile bar */
#mobile-nav-bar {
	width: 100%;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
}
#mobile-nav-bar.scrolled {
	position:fixed;
	background: rgba(43,43,86,.95);
	z-index: 9;
	height: 60px;
}
#mobile-nav-bar.scrolled .logo-home {
	text-decoration: none;
	background-size: 360px;
	display: block;
	width: 62px;
	height: 80px;
	position: absolute;
	margin-left: -26px;
	left: 50%;
	top: 0;
}

#mobile-nav-bar .mobile-nav-button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.92em;
	color: #ffffff;
	padding: .2em .4em;
	cursor: pointer;
}
#mobile-nav-bar .mobile-nav-button .icon-menu {
	text-shadow: 0 0.01em .3em rgba(0, 0, 0, 0.6);
}
.mobile-nav-tickets {
	position: absolute;
	font-size: .94em;
	text-decoration: none;
	color: #ffffff;
	line-height: 1em;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1.2em .6em 1.2em 1.2em;
}
.mobile-nav-tickets i {
	font-size: 1.3em;
	padding-right: .1em;
}
.logo-wrap {
	max-width: 1345px;
	margin: 0 auto;
	position: relative;
}
.logo-home {
	background-image: url("/https/www.kinderstexasbowl.com/img/sprites2.png?v3");
	text-decoration: none;
	background-size: 780px;
	background-position-y: -10px;
	display: block;
	width: 120px;
	height: 120px;
	position: absolute;
	margin-left: -55px;
	left: 50%;
	top: 0;
}
.header-wrap {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background: #1f355e;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mobile-nav.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.showMobileNav {
	display: block;
}
.close-mobile-nav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	color: #ffffff;
	padding: .72em 1em;
	cursor: pointer;
}
.close-mobile-nav.fadeIn {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.header-wrap .logo-home {
	background-image: url("/https/www.kinderstexasbowl.com/img/sprites2.png?v3");
	text-decoration: none;
	background-size: 750px;
	display: block;
	position: absolute;
	margin-left: -55px;
	left: 50%;
	top: 0;
}
/* utility */
.utility-wrap {
	position: absolute;
	z-index: 1;
	top: 27.5em;
	width: 100%;
}
.utility {
	border-top: 1px solid rgba(255,255,255,.2);
	text-align: center;
	margin: 0 1.4em;
	padding: .6em 0 0 0;
}
.utility a {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.3em;
	display: inline-block;
	padding: .4em 1em 0 1em;
	position:relative;
	letter-spacing: .1em;
	z-index: 1;
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.utility .util-hide-in-mobile {
	display: none;
}
.utility-social {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -2.7em;
	right: 0;
}
.utility-social a {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	line-height: 1em;
	border: 0;
	font-size: 1.8em;
	padding: 0 .2em;
}

/* main menu */
#menu {
	text-align: center;
	padding: 6.5em .2em 1em .2em;
}
#menu ul {
	list-style: none;
}
#menu li a {
	text-align: center;
	font-family: 'Timmons NY', arial, sans-serif;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 2em;
	line-height: .9em;
	color: #ffffff;
	padding: .15em 0;
	position:relative;
	letter-spacing: .06em;
	z-index: 1;
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#menu .button-tickets-sale {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	text-decoration: none;
	text-align: center;
	letter-spacing: .06em;
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
	line-height: 1.8em;
	font-size: .96em;
	padding: .2em .9em 0 .9em;
	border: 1px solid #ffffff;
	border-radius: 4em;
	z-index: 1;
	margin-top: 8.5em;
	-webkit-transition: background .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: background .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: background .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: background .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: background .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#menu .logo-toyota-sm {
	width: 42px;
	display: inline-block;
	vertical-align: bottom;
}

/*------------------HEAD MAST------------------*/
.mast-wrap {
	position: relative;
	z-index: 1;
}
#head-mast {
	width: 100%;
	visibility: hidden;
	position: relative;
	overflow: hidden;
	background-color: #22245f;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.head-mast {
	height: 400px;
	text-align: center;
}
.mast-heading {
	font-size: 1.8em;
	z-index: 2;
	text-align: center;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}
.mast-heading h1 {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 3em;
	line-height: .9em;
	letter-spacing: .02em;
	color: #ffffff;
	text-shadow: 0 .02em .04em rgba(0, 0, 0, .2);
	text-transform: uppercase;
}
.mast-heading h1 img {
	max-height: 80px;
}
.mast-heading h3 {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	color: #ABACE0;
	font-weight: bold;
	font-size: 1.5em;
	line-height: .9em;
	letter-spacing: .02em;
	text-shadow: 0 .07em .1em rgba(0, 0, 0, .7);
}
.mast-heading p.header-para {
	margin: .5em auto 0 auto;
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	line-height: 1.1em;
	max-width: 16em;
	color: #fff;
	padding: 0 1em;
}
/* tickets */
.mast-tickets {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-news.jpg");
	height: 450px;
}
.mast-tickets .mast-heading {
	top: 7em;
	pointer-events: none;
}
.mast-tickets .mast-heading img {
	max-height: 120px;
}
.mast-tickets .tickets-mast-splash {
	width: 400px;
	height: 379px;
	background-image: url("/https/www.kinderstexasbowl.com/img/tickets-mast-trophy-bg.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 6em;
	left: -6.5em;
	z-index: 0;
	display: none;
}
.mast-tickets .tickets-mast-player {
	width: 400px;
	height: 379px;
	background-image: url("/https/www.kinderstexasbowl.com/img/tickets-mast-trophy.png?v2");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 6em;
	left: -6.5em;
	z-index: 1;
	display: none;
}
.tickets-mast-player.fadeIN {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-duration: 1s;.
	animation-duration: 1s;
}
.mast-tickets .fadeInUp {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.tickets-mast-splash.zoomIn {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
}
.mast-tickets .mast-strip-wrap {
	width: 100%;
	position: absolute;
	bottom: .5em;
	z-index: 2;
}
.mast-tickets .mast-strip-white, .mast-tickets .mast-strip-red {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.84);
	z-index: -1;
}
.mast-tickets .mast-strip-red {
	display: none;
}
.mast-tickets .mast-strip-content {
	max-width: 1076px;
	margin: 0 auto;
	padding: 1em 1em 0 1em;
	position: relative;
}
.mast-tickets .tickets-header-button {
	margin: 0 1em 1em 0;
}
.mast-tickets .tickets-team-logos {
	display: none;
}
.mast-tickets .tickets-team-logos img {
	width: 100%;
	height: auto;
}
.mast-tickets .mast-strip-content h2 {
	color: #292a70;
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 2em;
	line-height: 1.125em;
	letter-spacing: .02em;
	margin: 0 0 .2em 0;
	padding: 0;
	letter-spacing: .06em;
	text-align: center;
}
.mast-tickets .mast-strip-content p {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: .96em;
	line-height: 1.5em;
	letter-spacing: .02em;
	color: #1a1a1a;
	max-width: 33em;
	margin: 0 0 1em 0;
}
.logo-ticketmaster {
	background-image: url("/https/www.kinderstexasbowl.com/img/ticketmaster.svg?v5");
	text-decoration: none;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 120px;
	height: 18px;
	position: absolute;
	bottom: 1.5em;
	left: 13em;
}

/* events */
.mast-events {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-events4.jpg");
}
.mast-kickoff-crawl {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-kickoff-crawl2.jpg");
}
.mast-fan-fest {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-fan-fest.jpg");
}
.mast-tailgate {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-tailgating2.jpg");
}

/* stadium */
.mast-stadium {
	background-image: url("/https/www.kinderstexasbowl.com/uploads/2021/05/stadium_2800x550_2021texasbowl.jpg");
}

/* trip */
.mast-trip {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-plan-your-trip2.jpg");
}

/* media */
.mast-media {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-media3.jpg");
}

/* news */
.mast-news {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-news.jpg");
}

/* about */
.mast-about {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-media.jpg");
}

/* community */
.mast-community {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-community3.jpg");
}
.mast-golf {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-golf3.jpg");
}
.mast-gridiron {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-gridiron.jpg");
}

/* sub page */
.mast-subpage {
	height: 250px;
	position: relative;
}

.mast-medium {
	height: 250px;
	position: relative;
}

/* error */
.mast-error {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-stadium.jpg?v2");
	height: 160px;
	max-height: 300px;
}

.mast-small {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-mast-stadium.jpg?v2");
	height: 160px;
	max-height: 300px;
}


/*------------------SECTIONS------------------*/
.section {
	background: #ffffff;
}
.section-striped {
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-stripes1b.png");
	background-repeat: repeat;
}
.section-gray {
	background: #e5e5e5;
}
.section-content {
	max-width: 1345px;
	padding: 3em 1em;
	margin: 0 auto;
	position: relative;
}
.section-content h2 {
	margin: 0 auto;
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-weight: bold;
	font-size: .84em;
	line-height: 1.5em;
	letter-spacing: .02em;
	color: #1a1a1a;
	text-transform: uppercase;
	margin: 0 auto .2em auto;
}
.section-content p, .section-content ul, .section-content ol {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: .96em;
	line-height: 1.6em;
	letter-spacing: .02em;
	margin: 0 auto 1.7em auto;
}
.section-content > *:last-child {
	margin-bottom: 0;
}
.section-content ul, .section-content ol {
	list-style-type: circle;
	padding: 0 0 0 2em;
}
.section-content ol {
	list-style-type: decimal;
}
.section-content li {
	line-height: 1.6em;
}
.section-content .list-para li {
	margin-bottom: 1em;
}
.section-content ul ul, .section-content ol ol {
	font-size: .96em;
}
.section-content iframe {
	width: 100%;
	max-width: 840px;
}
.section-content .section-head {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 4em;
	line-height: .87em;
	margin: 0 0 .14em 0;
	text-align: center;
	text-transform: uppercase;
	color: #1a1a1a;
	letter-spacing: .04em;
	max-width: 1345px;
}
.section-content .section-subhead {
	font-family: "WinnerWideBold", georgia, serif;
	font-size: .6em;
	line-height: 1.4em;
	text-align: center;
	color: #1a1a1a;
	margin: 0 0 2em 0;
	letter-spacing: 0;
}
.section-content .para-lg {
	font-size: 1.02em;
	text-align: center;
	max-width: 43em;
}
.section-content .para-xl {
	font-size: 1.16em;
	text-align: center;
	max-width: 23em;
}
.section-content .para-styled {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: 1.06em;
	max-width: 33em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.section-content .para-above-list {
	margin-bottom: 0.16em;
}
.section-content .para-head {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-weight: bold;
	font-size: .84em;
	line-height: 1.5em;
	letter-spacing: .02em;
	color: #1a1a1a;
	text-transform: uppercase;
}
.section-content .disclaimer {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0 0 .2em 0;
	font-style: italic;
}

/* section strip */
.section-strip .section-content {
	padding-right: 0;
	padding-left: 0;
}
.section-strip-wrap {
	width: 100%;
	position: relative;
	z-index: 0;
}
.section-strip-wrap .strip-content {
	padding: 3em 1em;
	text-align: center;
}
.strip-content p {
	max-width: 33em;
}
.section-strip-wrap .strip-white {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -1;
}
.strip-normalize {
	max-width: 43.5em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.strip-normalize p, .strip-normalize ul {
	max-width: 100%;
}
.section-subpage-top .section-content {
	padding-bottom: 0;
}
.section-subpage .section-content {
	padding-top: 0;
	max-width: 43.5em;
}
.section-subpage-cont .section-content {
	max-width: 43.5em;
}
.simple-text-blocks {
	margin: 0 auto;
	padding: 2em 0;
	display: inline-block;
}
.simple-text-block {
	max-width: 38em;
	margin: 0 auto 1em auto;
	text-align: left;
}
.simple-text-block p {
	font-size: .95em;
}
.simple-text-block a {
	font-size: .92em;
	text-decoration: none;
}
.simple-text-row {
	max-width: 38em;
	margin: 0 auto;
}

/* gallery */
.lightbox-gallery {
	text-align: center;
}
.lightbox-gallery a {
	display: inline-block;
	margin: 0;
	padding: .3em .3em 0 .3em;
	vertical-align: top;
	background-color: #ffffff;
	text-align: center;
	-webkit-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	-webkit-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	box-shadow: 0 0 .75em rgba(000,000,000,0.2);
}
.lightbox-gallery span.gallery-title {
	font-size: .9em;
	line-height: 2em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}
.lightbox-gallery img {
	display: inline-block;
}

/* site map */
.site-map-cols {
	text-align: left;
}
.site-map-col {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding: 0 0 1em 0;
	width: 100%;
}
.site-map-col h2 {
	margin-bottom: .4em;
}
.site-map-col li {
	line-height: 1.3em;
	margin-bottom: .6em;
}
/* tickets */
.ticket-package-block {
	background: #ffffff;
	margin: 0 auto 2em auto;
	max-width: 385px;
	vertical-align: top;
	-webkit-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	-webkit-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	box-shadow: 0 0 .75em rgba(000,000,000,0.2);
}
.ticket-package-block:last-of-type {
	margin-bottom: 0;
}
.ticket-package-strip {
	width: 100%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.ticket-package-strip .strip-dk-gray {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #5d616c;
	z-index: -1;
}
.ticket-package-strip .strip-content h2 {
	font-family: 'Timmons NY', arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 2em;
	line-height: 1.1em;
	padding: .4em .5em;
	text-align: center;
	letter-spacing: .06em;
	margin-bottom: 0;
}
.ticket-package-content {
	padding: 1em;
}
.ticket-package-image {
	position: relative;
	margin-bottom: 1em;
}
.ticket-package-image img {
	width: 100%;
	display: block;
}
.ticket-package-text p {
	font-size: 1em;
	margin-left: 0;
	margin-right: 0;
}
.ticket-package-text h2 {
	margin-bottom: .5em;
}
.ticket-package-text ul {
	list-style-type: circle;
	margin-left: 0;
	margin-right: 0;
	padding-left: 2em;
}
.ticket-package-text .button {
	text-transform: uppercase;
	margin-bottom: .5em;
}
/* tickets page parking */
.section-tickets-parking .section-content {
	padding-bottom: 0;
}
.section-tickets-parking .section-content p {
	margin: 0;
}
.section-tickets-parking {
	overflow: visible!important;
}
.section-tickets-parking a.button-jumbo {
	text-decoration: none;
	border: .3em solid #979ca7;
	display: block;
	padding: 1.2em .4em .2em .4em;
	max-width: 18em;
	margin: 0 auto .8em auto;
	-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.section-tickets-parking .logo-ticketmaster {
	position: relative;
	left:auto;
	bottom: auto;
	display: block;
	margin: 0 auto .8em auto;
	width: 180px;
	height: 26px;
}
.section-tickets-parking .section-content h4 {
	font-size: 1.02em;
}
.section-tickets-parking .scene {
	position: relative;
	margin: 2em auto 0 auto;
	min-height: 253px;
	max-width: 320px;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.section-tickets-parking .scene img {
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
}

/* events */
.section-events-intro .section-content {
	padding-bottom: 2em;
}
.section-events-intro .section-head {
	margin-bottom: .5em;
}
.section-events-intro .para-styled {
	max-width: 29em;
	line-height: 1.46em;
}
.events-mascot-imgs {
	display: none;
}
.event-blocks {
	text-align: center;
	position: relative;
	z-index: 2;
}
.event-block {
	display: inline-block;
	text-align: left;
	padding: .8em;
	background: #ffffff;
	margin: 0 0 1.6em 0;
	position: relative;
	vertical-align: top;
	-moz-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	-webkit-box-shadow: 0 0 .75em rgba(000,000,000,0.2);
	box-shadow: 0 0 .75em rgba(000,000,000,0.2);
}
.event-block .event-image {
	margin-bottom: .5em;
	position: relative;
	max-width: 520px;
}
.event-block .para-head {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 .2em 0;
	color: #292a70;
}
.event-content {
	max-width: 520px;
	position: relative;
	margin-bottom: 1.5em;
}
.event-content p {
	font-size: .92em;
	line-height: 1.7em;
	color: #1a1a1a;
	letter-spacing: .01em; 
}
.event-location, .event-date {
	font-size: .7em;
	line-height: 1.6em;
	color: #292a70;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: .06em;
	margin: 0 2em 1em 0;
	vertical-align: middle;
}
.event-location i, .event-date i {
	font-size: 1.6em;
	color: #a7a9ac;
	padding: 0 .2em 0 0;
	text-align: center;
	vertical-align: bottom;
}
.event-time {
	margin-left: .8em;
}
.event-block .button {
	background: #eeeeee;
	color: #555555;
	font-size: .7em;
	letter-spacing: .06em;
	line-height: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: .5em;
}
.logo-event {
	text-align: center;
	position: relative;
}
.logo-event img {
	width: 58%;
	max-width: 150px;
}
.section-events-list .section-content {
	padding-bottom: 0;
}
.events-bottom-img {
	display: block;
	position: relative;
	margin: 0 auto;
}
.events-bottom-img img {
	display: block;
}
.event-kickoff-crawl-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -7.3em;
	left: 0;
	text-align: center;
}
.event-kickoff-crawl-logo img {
	width: 220px;
	height: auto;
}
.event-fan-fest-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -6.5em;
	left: 0;
	text-align: center;
}
.event-fan-fest-logo img {
	width: 280px;
	height: auto;
}
.event-texfest-logo {
	margin: 0 auto;
	width: 124px;
	position: absolute;
	display: block;
	z-index: 1;
	top: -8.5em;
	left: 50%;
	margin-left: -62px;
	text-align: center;
}
.event-texfest-logo img {
	width: 100%;
}
.event-heb-tailgate-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -8.5em;
	left: 0;
	text-align: center;
}
.event-heb-tailgate-logo img {
	width: 140px;
	height: auto;
}
.event-banner-wide-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -10em;
	left: 0;
	text-align: center;
}
.event-banner-wide-logo img {
	width: 200px;
	height: auto;
}

/* stadium */
.google-maps {
	height: 250px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 1em auto;
}
.map-enlarge {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}
.parking-map {
	margin: 0 auto 2em auto;
	max-width: 1200px;
	position: relative;
}
.section-parking {
	text-align: center;
}
.section-bag-policy {
	text-align: center;
}
.section-concessions .section-content {
	text-align: center;
}
.section-concessions .simple-text-row {
	text-align: left;
}
.section-tailgate .logo-heb-tailgate {
	max-width: 200px;
	margin: 2em auto 0 auto;
	position: relative;
}
.clear-bag-policy-flyer {
	margin: 0 0 1em 0;
	position: relative;
}
.section-prohibited .list-columns {
	max-width: 400px;
}
.list-columns {
	padding: .5em 0;
	border: .2em solid rgba(0,0,0,.2);
	margin: 0 auto;
}
.list-columns ul {
	list-style: none;
	padding: 0 1em;
	display: inline-block;
	margin: 0;
	width: 100%;
	max-width: 25em;
	text-align: left;
	vertical-align: top;
}
.section-ride-share .scene {
	display: none;
}
.section-tailgate .section-content {
	padding-bottom: 0;
}

/* trip */
.trip-main-block {
	display: block;
	text-decoration: none;
	background: #666666;
	margin: 0 auto 1.5em auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	position: relative;
}
.trip-main-block img {
	max-width: 100%;
	display: block;
}
.trip-main-block em {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1em;
	display: block;
	color: #ffffff;
}
.trip-main-block:last-of-type {
	margin-bottom: 0;
}
.trip-main-block h2 {
	font-family: 'Timmons NY', arial, sans-serif;
	color: #ffffff;
	font-size: 3.4em;
	line-height:.9em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 .18em rgba(0, 0, 0, 1);
	letter-spacing: .02em;
	margin: 0 0 .1em 0;
	max-width: 100%;
}
.trip-main-block h3 {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.16em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 .12em rgba(0, 0, 0, 1);
	letter-spacing: .02em;
	margin: 0;
}

.section-trip-package .section-content {
	padding-top: 0;
}
.section-travel-guide .section-content {
	max-width: 1028px;
}
.travel-guide-block {
	margin: 0 0 4em 0;
}
.travel-guide-block:last-of-type {
	margin-bottom: 0;
}
.travel-guide-block h2 {
	font-family: 'Timmons NY', arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: .92em;
	margin: 0 0 .12em 0;
	letter-spacing: .02em;
}
.travel-guide-block h3 {
	font-family: 'Timmons NY', arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 .1em 0;
	letter-spacing: .02em;
}
.travel-guide-block h3.subhead {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0 0 1em 0;
	letter-spacing: .02em;
}
.logo-visit-houston {
	display: block;
	width: 90%;
	max-width: 360px;
	margin: 0 auto .7em auto;
}
.visit-houston-link h4 {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #1a1a1a;
	margin: 0 0 1em 0;
	letter-spacing: .02em;
}
.travel-guide-block p {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0 auto 1.6em auto;
	letter-spacing: .02em;
	text-align: center;
	max-width: 31em;
}
.travel-guide-fan-guide {
	text-align: center;
}
.fan-guide-cover {
	margin: 1em;
	position: relative;
}
.fan-guide-cover img {
	width: 100%;
	max-width: 500px;
	max-width: 300px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.section-travel-guide .button-angle-right i {
	font-size: 1.2em;
}
.logo-prime-sport {
	max-width: 180px;
	margin: 0 auto .5em auto;
}

/* community */
.section-community-intro .section-content {
	text-align: center;
}
.section-community-intro .para-lg {
	max-width: 36em;
}
.section-community-intro img {
	max-width: 250px;
}
.section-community-intro .depelchin-logo {
	position: relative;
}
.community-event-circle {
	background-color: #2e2868;
	background-image: url("/https/www.kinderstexasbowl.com/img/community-event-placeholder.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 16em;
	height: 16em;
	border-radius: 100%;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: .8em;
	-webkit-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: box-shadow .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.community-event-golf {
	background-image: url("/https/www.kinderstexasbowl.com/img/community-event-golf2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.community-event-gridiron {
	background-image: url("/https/www.kinderstexasbowl.com/img/community-event-gridiron2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.community-event-luncheon {
	background-image: url("/https/www.kinderstexasbowl.com/img/community-event-luncheon.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.community-event-circle h4 {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.3em;
	font-size: 1.6em;
	width: 100%;
	padding: 1.6em;
	text-align: center;
	margin: .5em 0 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.community-event-circle .button-angle-right {
	color: rgba(255,255,255,.75);
	display: block;
	margin: .3em auto;
}
.community-event-circle i {
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.section-sponsors .section-content {
	max-width: 1100px;
	text-align: center;
}
.section-sponsors figure {
	display: inline-block;
	margin: 1.5em 1em;
	vertical-align: middle;
}
.corner-stone-sponsors, .all-sponsors {
	margin: 0 0 3em 0;
}
.corner-stone-sponsors img {
	max-width: 250px;
}
.all-sponsors figure {
	margin: 1em;
}
.all-sponsors img {
	max-width: 120px;
}
.gray-box-content {
	max-width: 950px;
	margin: 0 auto 2em auto;
	background: #e5e5e5;
	padding: 1.5em;
}
.gray-box-content h2.para-head {
	margin-bottom: .4em;
}
.gridiron-golf-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -8.6em;
	left: 0;
	text-align: center;
}
.gridiron-golf-logo img {
	width: 170px;
}
.comm-gridiron-logo {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: -8em;
	left: 0;
	text-align: center;
}
.comm-gridiron-logo img {
	width: 190px;
	height: auto;
}
.section-community-event hr {
	height: 1px;
	margin-top: 2em;
}
.section-community-event .centerImageGroup img {
	margin: .5em;
	display: inline-block;
	vertical-align: top;
}
.gridiron-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.gridiron-img i {
	position: absolute;
	font-size: 1.2em;
	right: .8em;
	top: .8em;
	color: rgba(255,255,255,.75);
	text-shadow: 0 0 .05em rgba(0, 0, 0, .35);
}
.board-blocks {
	text-align: center;
	width: 100%;
}
.board-block {
	background: #ffffff;
	display: inline-block;
	padding: .5em;
	width: 100%;
	max-width: 288px;
	margin: 0 0 1em 0;
	vertical-align: top;
}
.board-block .board-img {
	max-width: 80px;
	float: left;
	margin: 0 .5em 0 0;
}
.board-img img {
	width: 100%;
	display: block;
}
.board-block .board-info {
	float: left;
	width: 184px;
	text-align: left;
}
.section-content .board-info h3 {
	font-family: "NeueHelveticaPro45Light", arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .02em;
	color: #444444;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}
.section-content .board-info p {
	font-size: .87em;
	line-height: 1.5em;
	margin: 0;
}

/* media */
.section-media .section-content {
	padding-bottom: 0;
}
.section-media .section-content .button-xl {
	position: relative;
	z-index: 1;
}
.media-bottom-img {
	display: block;
	position: relative;
	margin: 0 auto;
}
.media-bottom-img img {
	display: block;
}

/* news */
.news-to-media-link {
	color: #ffffff!important
}
.news-filter-nav {
	color: #1a1a1a;
	text-align: center;
	margin: 0 0 2.5em 0;
}
.news-filter-nav span {
	display: inline-block;
	padding: .2em .6em;
}
.news-filter-nav a {
	color: #555555;
	text-decoration: none;
	display: inline-block;
	padding: .2em .6em;
	border-radius: .2em;
}
.news-filter-set {
	color:#1a1a1a;
	background: #f2f2f2;
}
.section-news .section-subhead a {
	margin: 2em 0 0 0;
}
.news-text-row {
	max-width: 42.5em;
	margin: 0 auto 3em auto;
	position: relative;
}
.news-text-row span.news-post-date {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 1.3em;
	color: #777777;
	font-style: italic;
	margin: 0 0 .2em 0;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
}
.news-text-row .news-type {
	color: #ffffff;
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	font-size: .63em;
	text-transform: uppercase;
	line-height: 1em;
	padding: .32em .6em;
	background: #c43536;
	letter-spacing: .04em;
	display: inline-block;
	margin: 0 0 0 1.5em;
	vertical-align: middle;
}
.post-list-content {
	height: auto;
	-webkit-transition: all 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: all 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: all 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: all 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.post-cut-off {
	width: 100%;
	height: 8em;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%);
	position: absolute;
	bottom: 3em;
	left: 0;
}
.post-list-shorten {
	height: 800px;
	overflow: hidden;
}
.post-read-more {
	padding: 1em 0;
	cursor: pointer;
	color: #444444;
	text-align: center;
	display: block;
}
.post-read-more em {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	display: inline-block;
}
.news-text-row h2.news-post-heading {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #333333;
	letter-spacing: .02em;
	text-transform: uppercase;
	margin: 0 0 .3em 0;
}
.news-post-heading a {
	color: #333333;
}
.news-text-row h3.news-post-subhead {
	font-family: "WinnerWideBold", georgia, serif;
	font-weight: normal;
	color: #333333;
	font-size: .7em;
	line-height: 1.3em;
	letter-spacing: 0;
	margin: 0 0 1em 0;
}
.post-list-content p {
	color: #333333;
	font-size: .9em;
	letter-spacing: .02em;
}
.post-list-content h2 {
	font-size: 1.2em;
}
.newsPaging {
	text-align: center;
}
.newsPaging .pageLink {
	display: inline-block;
	margin: .5em 1em;
	font-size: .92em;
	line-height: 1em;
}
.newsPaging .pageLink a {
	color: #c43536;

}
.newsPaging .pageLink i {
	font-size: 1.2em;
}

/* content elements */
.heading-classy {
	text-align: center;
	position: relative;
	font-size: 1.6em;
	line-height: 1em;
	height: 2em;
	border-top: 1px solid #1a1a1a;
	margin: 0 auto;
}
.heading-classy h3 {
	display: inline-block;
	font-family: 'Timmons NY', arial, sans-serif;
	text-align: center;
	position: absolute;
	z-index: 1;
	background: #ffffff;
	padding: 0 .3em;
	letter-spacing: .07em;
	position: relative;
	top: -.5em;
}
.inline-img {
	margin: 1em;
	max-width: 120px;
}
.inline-img-right {
	margin: 0 0 1em 1em;
	float: right;
}
.promo-box-single {
	background-color: rgba(255,255,255, .6);
	width: 100%;
	max-width: 340px;
	padding: 1em;
	margin: 2em auto;
	border: .3em solid #777777;
	position: relative;
	z-index: 2;
}
.promo-box-single h2 {
	font-size: 1.8em;
	margin-bottom: .2em;
}
.promo-box-single p {
	margin-bottom: .8em;
}
.promo-box-single a {
	font-size: .85em;
}
.promo-box-single .image {
	padding: 0;
	margin: 0 auto;
	display: block;
	max-width: 140px;
}
.promo-box-single img {
	width: 100%;
	display: block;
}


/*------------------ESPN BOWLS------------------*/
.section-espn-bowls .section-content {
	text-align: center;
}
.section-espn-bowls .section-content .espn-events {
	margin: 0 auto .5em auto;
	background-repeat: no-repeat;
	background-size: 1160px;
	background-position: 6px -307px;
	width: 280px;
	height: 56px;
}
#espn-bowls a {
	display: inline-block;
	width: 110px;
	height: 110px;
	background-image: url("/https/www.kinderstexasbowl.com/img/sprites2.png?v3");
	background-repeat: no-repeat;
	background-size: 900px;
}
#espn-bowls a.bahamas {
	background-position: -563px -680px;
}
#espn-bowls a.gasparilla {
	background-position: -790px -568px;
}
#espn-bowls a.dallas {
	background-position: -678px -564px;
}
#espn-bowls a.camellia {
	background-position: -451px -454px;
}
#espn-bowls a.boca {
	background-position: -451px -564px;
}
#espn-bowls a.advoTex {
	background-position: -451px -676px;
}
#espn-bowls a.advoTexKickoff {
	background-position: -451px -786px;
}
#espn-bowls a.birmingham {
	background-position: -565px -786px;
}
#espn-bowls a.armed {
	background-position: -678px -786px;
}
#espn-bowls a.royal {
	background-position: -790px -786px;
}
#espn-bowls a.idaho {
	background-position: -678px -680px;
}
#espn-bowls a.hawaii {
	background-position: -790px -680px;
}
#espn-bowls a.gildan {
	background-position: -565px -564px;
}
#espn-bowls a.celebration {
	background-position: -560px -454px;
}
#espn-bowls a.frisco {
	background-position: -678px -454px;
}
#espn-bowls a.fenway {
	background-position: -788px -454px;
}
#espn-bowls a.myrtle {
	background-position: -788px -340px;
}
#espn-bowls a.fba {
	display: block;
	width: 170px;
	height: 70px;
	margin: 1em auto 1em auto;
	background-position: -314px -526px;
	background-size: 1100px;
	border-radius: .3em;
	background-color: #ffffff;
}
.goal-tracker {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
}
.goal-tracker h3.goal-amount {
	font-size: 3em;
	line-height: 1em;
	color: #1a1a1a;
	font-family: 'Timmons NY', arial, sans-serif;
	text-align: center;
	margin: 0 0 .3em 0;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.goal-tracker h2.goal-ticket {
	font-size: 1.2em;
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	text-align: center;
	margin: 0 0 .5em 0;
	text-transform: none;
	line-height: 1em;
}
.goal-bar  {
	width: 100%;
	background: #eee;
	border-radius: .4em;
	border: .2em solid #fff;
	overflow: hidden;
	margin: 0 0 1em 0;
	-moz-box-shadow: 0 .15em .35em rgba(000,000,000,0.4);
	-webkit-box-shadow: 0 .15em .35em rgba(000,000,000,0.4);
	box-shadow: 0 .15em .35em rgba(000,000,000,0.4);
	position: relative;
}
.goal-bar span {
	line-height: 2em;
	height: 2em;
	font-size: 1.8em;
	display: block;
	width: 0;
	-webkit-transition: width 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: width 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: width 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: width 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: width 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.goal-bar .goal-bar-color {
	background-color: #c43536;
	-moz-box-shadow: 0 0 .3em rgba(000,000,000,0.6);
	-webkit-box-shadow: 0 .0 .3em rgba(000,000,000,0.6);
	box-shadow: 0 0 .3em rgba(000,000,000,0.6);
}
.goal-bar .goal-bar-amt {
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	font-family: 'Timmons NY', arial, sans-serif;
	text-align: right;
	text-shadow: 0 .05em .08em rgba(0, 0, 0, .7);
	padding: 0 .5em;
	z-index: 2;
}
.section-content .columns {
	margin: 0 0 3em 0;
	padding-top: 1em;
}
.columns .column {
	display: inline-block;
	vertical-align: top;
}
.columns .column h2 {
	font-family: 'Timmons NY', arial, sans-serif;
	font-size: 2em;
	line-height: 1em;
	margin: 0 0 .3em 0;
	color: #ef483e;
	text-align: center;
}
.columns .column-sec h2 {
	color: #004b8d;
}
.columns .column-x2 {
	width: 49%;
	padding: 0 .2em;
	display: inline-block;
}
.columns .column a {
	font-size: 1.6em;
	font-family: 'Timmons NY', arial, sans-serif;
	background: #cccccc;
	padding: .5em .4em;
	display: block;
	margin: 0 0 .8em 0;
	text-align: center;
	line-height: .92em;
	color: #1a1a1a;
	border-radius: .2em;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.columns .column-sec a {
	background: #1a1a1a;
	color: #cccccc;
}
.column img {
	max-height: .94em;
	max-width: .94em;
	display: inline-block;
	background: #ffffff;
	border-radius: 100%;
	padding: .1em;
	text-align: center;
	vertical-align: bottom;
	margin-right: .1em;
}

.section-content .box-block {
	display: inline-block;
	padding: 0 2em 1.5em 2em;
	text-align: center;
	box-sizing: content-box;
	width: 100%;
	max-width: 440px;
	width: 1;
	box-sizing: border-box;
	vertical-align: top;
}
.section-content .box-block img {
	max-width: 65%;
	margin-bottom: 1.5em;
}
.section-content .box-block h2 {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: .5em;
}
.section-content .box-block p {
	font-size: .92em;
}


.section-content .box-column {
	display: inline-block;
	padding: 0 1em 2em 1em;
	text-align: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}
.section-content .box-column img {
	width: 100%;
	max-width: 220px;
	margin-bottom: 1em;
}
.section-content .box-column .box-column-text {
	width: 100%;
}
.section-content .box-column h2 {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: .5em;
}
.section-content .box-column p {
	font-size: .92em;
}

/*------------------FOOTER------------------*/
#footer {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	max-width: 1345px;
	margin: 0 auto;
	padding: 1.5em 1em 8em 1em;
	position: relative;
	color: #ffffff;
	background-image: url("/https/www.kinderstexasbowl.com/img/bg-footer-logo.svg?v12");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 560px;
	text-align: center;
}
.footer-column {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0;
	margin: 1.7em 0;
}
/* NRG info */
.nrg-info {
	text-align: center;
}
.nrg-logo {
	background-image: url("/https/www.kinderstexasbowl.com/img/sprites2.png?v3");
	text-decoration: none;
	background-size: 600px;
	background-position: 0 386px;
	display: inline-block;
	width: 196px;
	height: 40px;
}
.nrg-info p {
	font-size: .7em;
	text-transform: uppercase;
}
.nrg-info a {
	text-decoration: none;
	color: #ffffff;
}
/* email sign up */
.email-sign-up {
	display: inline-block;
	padding: 0;
}
.email-sign-up .button-footer-newsletter {
	display: inline-block;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	max-width: 15em;
	line-height: 1.5em;
	padding: .8em 0 .5em 0;
	color: #cccccc;
	border: .1em solid #bbbbbb;
	margin-bottom: .3em;
}
.button-footer-newsletter i {
	font-size: 1.5em;
	vertical-align: top;
	margin-right: .1em;
}
/* social */
.social-footer {
	margin-top: .6em;
	text-align: center;
}
.social-footer a {
	font-size: 1.8em;
	color: #bbbbbb;
	text-decoration: none;
	margin: 0 .6em 0 0;
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.social-footer a:last-of-type {
	margin-right: 0;
}
/* company logos */
.company-logos {
	text-align: center;
	margin: 0 0 1em 0;
}
.espn-events, .lone-star-ent {
	background-image: url("/https/www.kinderstexasbowl.com/img/sprites2.png?v3");
	text-decoration: none;
	background-size: 600px;
	background-position: 0 440px;
	display: inline-block;
	width: 140px;
	height: 28px;
	margin: 0 1.2em .5em 1.2em;
}
.lone-star-ent {
	background-position: 0 326px;
	width: 128px;
	height: 50px;
}
/* footer links */
.footer-links {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
}
.footer-links ul {
	list-style: none;
}
.footer-links li {
	display: inline-block;
}
.footer-links li a {
	font-size: .74em;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.6em;
	color: #bbbbbb;
	padding: 0 1em;
	letter-spacing: .06em;
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
/* boilerplate */
.boilerplate {
	font-size: .76em;
	line-height: 1.5em;
	color: #bbbbbb;
}
.boilerplate a {
	color: #bbbbbb;
	text-decoration: none;
	-webkit-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-moz-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-ms-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-o-transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: color .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mobile-app {
	text-align: center;
	margin: 2em 0 0 0;
}
.mobile-app a {
	display: inline-block;
	margin: 0 .1em;
}

.section-home-banner-ads .section-content {
	padding: 0;
	border-top: 1px solid #eeeeee;
}
.banner-ads {
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
}
.banner-ads img, .banner-ads ins {
	max-width: 100%;
	width: 100%x;
}


/*------------------HELPER CLASSES------------------*/
/* clearfix */
.group:after {
	content: " ";
	display: table;
	clear: both;
}
.group {
	*zoom: 1;
}
.clearBoth {
	clear: both;
}
.hidden, .clear-break-sm {
	display:none;
} /* create diff ani duration for even .vis class */
.bounceIn:nth-child(even) {
	animation-duration: 1s; /* So they look staggered */
}
.green {
	color: #75a219;
}
.red {
	color: #c43536;
}
.blue {
	color: #1f355e;
}
.dark-gray {
	color: #444445;
}
.black {
	color: #000000;
}
.nowrap {
	white-space: nowrap;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
	margin: .6em;
}
.float-right {
	float: right;
	margin: .6em;
}
.float-none {
	float: none;
}
.browsehappy, .javaScriptHelp {
	font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
	font-size: 1em;
	color: #444444;
	text-align: center;
	padding: .5em;
	line-height: 1.3em;
	background: #fff542;
	border-bottom: 1px solid #444444;
}
.browsehappy a, .javaScriptHelp a {
	color: #26a0fb;
	text-decoration: none;
}
.blur {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.video-youtube {
	width: 100%;
	max-width: 640px;
	max-height: 532px;
	margin: 2em auto;
}
.video-youtube iframe {
	width: 100%;
	max-width: 946px;
}
.video-placeholder {
	position: relative;
	text-shadow: 0 0 .3em rgba(0, 0, 0, .5);
}
.video-placeholder i {
	position: absolute;
	color: rgba(255,255,255,.85);
	font-size: 2em;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-left: -25px;
	margin-top: -25px;
	z-index: 2;
	text-align: center;
	pointer-events: none;
}
.video-local {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 2em auto;
}
.video-local video {
	width: 100%;
	height: auto;
}
.preloadBgDesktop {
	display: none;
}
.prevent-click {
	cursor: default;
}

/*------------------ACCESSIBILITY------------------*/

.skip-nav {
	text-align: left;
}
.skip-nav a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip-nav a:focus {
	position: absolute;
	display: block;
	left: 1em;
	top: 1em;
	padding: 1em;
	line-height: 1em;
	background: #ffffff;
	color: #1a1a1a;
	width: auto;
	height: auto;
	overflow: visible;
	text-decoration: underline;
	z-index: 99999;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
a:focus, button:focus {
	outline: green solid 3px;
}
#cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {
	outline: green solid 3px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0!important;
}
.icon-link-ext {
	font-size: .9em;
	margin-left: .2em;
}
#ot-sdk-btn {
	position: fixed;
	z-index: 9;
	bottom: 1em;
	left: 1em;
}

.carousel-box {
	max-width: 500px;
	margin: .5em auto 2em auto;
	position: relative;

}
.swipe-prev, .swipe-next {
	display: none;
}
.swiper {
	width: 100%;
	padding: 0;
	border-radius: .5em;
}
.swiper .swiper-slide {

}
.swiper {
	position: relative;
}
.swiper .swiper-slide img {
	display: block;
	border-radius: .5em;
	width: 100%;
	height: auto!important;
}





@media (min-width: 430px) {
	/*------------------HEAD MAST------------------*/
	/* tickets */
	.mast-tickets .mast-heading {
		top: 7em;
	}
	.mast-tickets .mast-heading img {
		max-height: 120px;
	}
	.mast-tickets .tickets-team-logos {
		width: 100px;
		top: 1.1em;
		left: 19.8em;
	}

	/*------------------SECTION------------------*/
	/* tickets */
	.section-tickets-parking .scene {
		min-height: 310px;
		max-width: 390px;

	}
	.board-block {
		padding: .5em;
		max-width: 400px;
		margin: .65em .5em;
	}
	.board-block .board-img {
		max-width: 100px;
	}
	.board-block .board-info {
		width: 276px;
	}
}


@media (min-width: 570px) {

	/*------------------HEAD MAST------------------*/
	.mast-heading {

	}
	.mast-heading h1 img {
		max-height: 90px;
	}
	/* tickets */
	.mast-tickets .mast-heading {

	}
	.mast-tickets .mast-heading img {

	}
	.mast-tickets .tickets-mast-splash {
		top: 6em;
		left: -5em;
		z-index: 0;
	}
	.mast-tickets .tickets-mast-player {
		top: 6em;
		left: -5em;
	}
	.mast-tickets .mast-strip-content {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	.mast-tickets .mast-strip-content h2 {
		font-size: 2.2em;
	}
	.mast-tickets .mast-strip-content p {
		font-size: 1em;
	}
	.logo-ticketmaster {
		text-decoration: none;
		display: inline-block;
		width: 150px;
		height: 20px;
		position: absolute;
		bottom: 1.5em;
		left: 15em;
	}


	/*------------------SECTION------------------*/
	.section-content {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}

	/* tickets */
	.section-tickets-parking a.button-jumbo {

	}
	.section-tickets-parking .logo-ticketmaster {
		margin-bottom: 1.5em;
		width: 230px;
		height: 30px;
	}
	.section-tickets-parking .scene {
		min-height: 400px;
		max-width: 500px;

	}

	/* events */
	.event-block {
		padding: 1em 1em 1.2em 1em;
	}
	.event-location, .event-date {
		font-size: .76em;
		line-height: 1.8em;
		margin: 0 2em 0 0;
	}
	.event-location i, .event-date i {
		font-size: 1.8em;
		padding: 0 .2em 0 0;
	}
	.event-block .button {
		position: absolute;
		font-size: .8em;
		right: 1.1em;
		line-height: 1.4em;
		bottom: 1.4em;
	}

	/* trip */
	.trip-main-block {

	}

	/* gallery */
	.lightbox-gallery a {
		margin: .4em;
	}

	/* site map */
	.site-map-col {
		width: 49%;
		padding: 0 1em 0 1em;
	}

	/* community */
	.section-community-intro img {
		max-width: 100%;
	}
	.community-event-circle {
		width: 17em;
		height: 17em;
		margin: .8em 1.6em;
	}

	/*------------------FOOTER------------------*/
	.email-sign-up .button-footer-newsletter {
		font-size: 1.3em;
	}

	.clear-break-sm {
		display: block;
	}
}


@media (min-width: 600px) {
	/*------------------SECTION------------------*/
	/* events */
	.event-block .para-head {
		font-size: 1.1em;
	}
	.event-content p {
		max-width: 23em;
		margin: 0 0 1.6em 0;
	}
	.logo-event {
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.logo-event img {
		width: 150px;
	}

	.promo-box-single {
		max-width: 554px;
	}
	.promo-box-single .content {
		float: left;
		width: 340px;
	}
	.promo-box-single h2 {
		font-size: 2.8em;
	}
	.promo-box-single p {
		margin: 0;
	}
	.promo-box-single .image {
		float: right;
		margin: 0;
		display: inline-block;
		max-width: 160px;
		vertical-align: top;
	}

	.section-content .box-column {

	}
	.section-content .box-column img {
		width: 35%;
		max-width: 200px;
		margin-right: 1.5em;
		margin-bottom: 0;
		float: left;
	}
	.section-content .box-column .box-column-text {
		float: left;
		max-width: 60%;
	}
	.section-content .box-column h2 {
		text-align: left;
	}
	.section-content .box-column p {
		text-align: left;
	}


}



@media (min-width: 700px) {
	/*------------------HEAD MAST------------------*/
	/* tickets */
	.mast-tickets .mast-heading {

	}

	.mast-tickets .tickets-mast-splash {
		width: 600px;
		height: 569px;
		top: 3em;
		left: -10em;
	}
	.mast-tickets .tickets-mast-player {
		width: 600px;
		height: 569px;
		top: 3em;
		left: -10em;
	}
	.mast-tickets .mast-strip-wrap {
		bottom: 1em;
	}
	.mast-tickets .tickets-team-logos {
		width: 130px;
		display: block;
		position: absolute;
		top: 1.1em;
		left: 34em;
	}
	.trip-main-block em {
		top: .7em;
		right: .7em;
		font-size: 1.5em;
	}
}



@media (min-width: 720px) and (min-height: 520px) {
	.popup {
		max-width: 670px;
		max-height: 500px;
		top: 50%;
		left:50%;
		margin-top: -250px;
		margin-left: -335px;
		-moz-box-shadow: 0 0 .7em rgba(000,000,000,0.25);
		-webkit-box-shadow: 0 0 .7em rgba(000,000,000,0.25);
		box-shadow: 0 0 .7em rgba(000,000,000,0.25);
	}

}

@media (min-width: 728px) {
	.section-home-banner-ads .section-content {
		padding: 2em 1em;
		border-width: 0;
	}
}


@media (min-width: 768px) {
	.section-home-banner-ads .section-content {
		padding: 2em 1em;
		border-width: 0;
	}
	
	
	.carousel-box {
		margin: 1em auto 3em auto;
		max-width: 660px;
	}
	.swiper {
		width: 100%;
		padding: 0;
	}
	.swipe-prev, .swipe-next {
		position: absolute;
		display: block;
		color: #292A70;
		background-color: rgba(0,0,0,0);
		border-radius: 100%;
		height: 50px;
		width: 50px;
		z-index: 2;
		margin: 0;   
		padding: 0;
		cursor: pointer;
		font-size: 30px;
		line-height: 1em;
		text-align: center;
	}
	.swipe-prev em, .swipe-next em {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.swipe-prev {
		position: absolute;
		top: 50%;
		left: -1.06em;
		transform: translate(-50%, -50%);
	}
	.swipe-next {
		position: absolute;
		top: 50%;
		right: -2.7em;
		transform: translate(-50%, -50%);
	}
	.swipe-prev em {
		padding-right: .08em;
	}
	.swipe-next em {
		padding-left: .08em;
	}

	.swipe-prev, .swipe-next {
		-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}
	.swipe-prev:hover, .swipe-next:hover {
		background-color: rgba(0,0,0,.3);
	}

}




@media (min-width: 920px) and (min-height: 640px) {
	.popup {
		max-width: 800px;
		max-height: 600px;
		margin-top: -300px;
		margin-left: -400px;
	}
	.popup h1 {
		font-size: 2em;
	}
	.popup h3 {
		font-size: 1.5em;
	}
	.popup p {
		font-size: 1.1em;
	}
}


@media (min-width: 920px) {
	/*------------------BUTTON------------------*/
	.button {
		font-size: 18px;
	}
	.button-sm {
		font-size: 15px;
	}
	.button-lg {
		font-size: 21px;
	}
	.button-xl {
		font-size: 25px;
	}


	/*------------------HEADER------------------*/
	#mobile-nav-bar {
		display: none;
	}
	.header-wrap {
		width: 100%;
		display: block;
		position: absolute;
		height: auto;
		background: rgba(0,0,0,.6);
		overflow: visible;
	}
	.scrolled {
		position:fixed;
		background: rgba(43,43,86,.95);
	}
	.logo-wrap {
		max-width: 1345px;
		margin: 0 auto;
		position: relative;
	}
	.header-wrap .logo-home {
		background-size: 830px;
		width: 126px;
		height: 118px;
		left: 2em;
		margin: 0;
		padding: 0;
		z-index: 2;
	}
	.header-wrap .mobile-nav-tickets,
	.header-wrap .close-mobile-nav {
		display: none;
		top: -9999em;
	}

	/* utility */
	.utility-wrap {
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 45%, rgba(0,0,0,0.45) 99%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 45%,rgba(0,0,0,0.45) 99%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 45%,rgba(0,0,0,0.45) 99%);
		position: relative;
		top: 0;
	}
	.utility-wrap .util-hide-in-mobile {
		display: inline-block;
	}
	.utility {
		max-width: 1345px;
		margin: 0 auto;
		padding: 0 0 0 10.5em;
		position: relative;
		text-align: left;
	}
	.utility a {
		font-size: .76em;
		line-height: 2.6em;
		padding: .4em 1.3em 0 1.3em;
	}
	.utility a:after {
		content:"";
		position: absolute;
		border-right: 1px solid #ffffff;
		width: 100%;
		height: .7em;
		position: absolute;
		left: 0;
		top: 42%;
		transform: skew(-25deg);
		z-index: 0;
	}
	.utility a:last-of-type:after {
		border: 0;
	}
	.utility-social {
		right: .5em;
		top: 0;
		text-align: right;
		width: auto;
	}
	.utility-social a {
		color: #bbbbbb;
		line-height: 1.9em;
		font-size: 1.2em;
		padding: 0 .1em;
	}
	.utility-social a:after {
		border: 0;
	}

	/* main menu */
	#menu {
		background: none;
		max-width: 1345px;
		margin: 0 auto;
		padding: .9em 0 1em 10.12em;
		position: relative;
	}
	#menu ul {
		list-style: none;
		text-align: left;
		max-width: 38em;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
		text-decoration: none;
		font-size: .94em;
		line-height: 1.7em;
		height: 1.7em;
		color: #ffffff;
		padding: 0 1.4em;
		position:relative;
		letter-spacing: .04em;
	}
	#menu li a:after {
		content:"";
		position: absolute;
		border-right: 1px solid #ffffff;
		width: 100%;
		height: .7em;
		position: absolute;
		left: 0;
		top: .4em;
		transform: skew(-25deg);
		z-index: -1;
	}
	#menu li:last-of-type a:after {
		border: 0;
	}
	#menu .button-tickets-sale {
		font-family: "NeueHelveticaPro55Roman", arial, sans-serif;
		text-decoration: none;
		letter-spacing: .02em;
		color: #ffffff;
		display: inline-block;
		position: absolute;
		right: 1em;
		top: 1.2em;
		line-height: 1.8em;
		font-size: .8em;
		padding: .4em .9em 0 .9em;
		margin: 0;
		border: 1px solid #ffffff;
		border-radius: 4em;
		z-index: 1;
	}
	#menu li .current {
		color: #ABACE0;
	}
	#menu .logo-toyota-sm {
		width: 26px;
		margin-right: .1em;
		margin-bottom: .34em;
	}

	/*------------------HEAD MAST------------------*/
	.head-mast {
		height: 620px;
	}
	.mast-heading {
		font-size: 3.4em;
	}

	.mast-heading h1 img {
		max-height: 130px;
	}

	/* sub page */
	.mast-subpage {
		height: 400px;
		position: relative;
	}
	.mast-medium {
		height: 400px;
		position: relative;
	}

	/* error */
	.mast-error {
		height: 250px;
	}

	.mast-small {
		height: 250px;
	}

	/* tickets */
	.mast-tickets {
		height: 760px;
	}

	.mast-tickets .mast-heading {

	}
	.mast-tickets .mast-heading img {
		max-height: 240px;
	}
	.mast-tickets .head-mast-content {
		max-width: 1345px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.mast-tickets .tickets-mast-splash {
		width: 900px;
		height: 854px;
		top: 6em;
		left: -20em;
	}
	.mast-tickets .tickets-mast-player {
		width: 900px;
		height: 854px;
		top: 6em;
		left: -20em;
	}
	.mast-tickets .mast-strip-wrap {
		width: 100%;
		position: absolute;
		bottom: 1.5em;
		z-index: 2;
	}
	.mast-tickets .mast-strip-white, .mast-tickets .mast-strip-red {
		position: absolute;
		width: 80%;
		height: 100%;
		background: rgba(255,255,255,.84);
		transform: skewX(-25deg);
		transform-origin: top left;
		z-index: -1;
	}
	.mast-tickets .mast-strip-red {
		display: block;
		left: 81.5%;
		background: #292a70;
	}
	.mast-tickets .tickets-team-logos {
		width: 160px;
		top: 1.1em;
		left: 33.8em;
	}

	/*------------------SECTION------------------*/
	.section-content {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.section-content h2 {
		font-size: 1em;
	}
	.section-content p, .section-content ul {
		font-size: 1.08em;
	}
	.section .section-head {
		font-size: 7em;
	}
	.section .section-subhead {
		font-size: .86em;
	}
	.section-content .para-lg {
		font-size: 1.32em;
	}
	.section-content .para-xl {
		font-size: 1.62em;
	}
	.section-content .para-styled {
		font-size: 1.46em;
	}
	.section-content .para-head {
		font-size: 1em;
	}

	/* section strip */
	.section-strip .section-content {
		max-width: 100%;
		padding: 5em 0;
	}
	.section-strip-wrap .strip-white, .section-strip-wrap .strip-red {
		position: absolute;
		width: 116%;
		height: 100%;
		background: #ffffff;
		transform: skewX(-25deg);
		transform-origin: top left;
		z-index: -1;
	}
	.section-strip-wrap .strip-content {
		padding: 5em 1em;
	}
	.section-strip-wrap .strip-red {
		display: block;
		left: 118%;
		background: #292a70;
	}
	.strip-normalize {
		max-width: 49.5em;
	}
	.section-subpage-top .section-content {
		padding-bottom: 0;
	}
	.section-subpage .section-content {
		padding-top: 0;
		max-width: 49.5em;
	}
	.section-subpage-cont .section-content {
		max-width: 49.5em;
	}
	.simple-text-blocks {
		max-width: 920px;
	}
	.simple-text-block {
		max-width: 50%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding: 0 1.8em;
		margin: 0;
		float: left;
	}
	.simple-text-block p {
		font-size: 1.08em;
	}
	.simple-text-row {
		max-width: 51em;
	}

	/* site map */
	.site-map-col {
		width: 32%;
	}

	/* tickets */
	.ticket-package-block {
		max-width: 874px;
		margin: 0 auto 2em auto;
	}
	.ticket-package-strip .strip-dk-gray, .ticket-package-strip .strip-gray {
		position: absolute;
		width: 54%;
		height: 100%;
		background: #5d616c;
		transform: skewX(-25deg);
		transform-origin: top left;
		z-index: -1;
	}
	.ticket-package-strip .strip-gray {
		display: block;
		left: 55.2%;
		background: #a1a8ad;
	}
	.ticket-package-strip .strip-content h2 {
		text-align: left;
		margin-left: .5em;
		font-size: 2.5em;
	}

	.ticket-package-content {
		padding: 1.2em 1.5em;
	}
	.ticket-package-image {
		max-width: 389px;
		float: right;
		padding: 0;
		margin-left: 1.5em;
		margin-bottom: 0;
	}
	.ticket-package-text p {
		font-size: 1.14em;
	}
	.ticket-package-text h2 {
		font-size: 1.1em;
		line-height: 1.4em;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: .3em;
	}
	.section-tickets-parking a.button-jumbo {
		max-width: 30em;
		padding: 2.4em 1em .8em 1em;
		border-width: .35em;
	}
	.section-tickets-parking .section-content h4 {
		font-size: 1.49em;
	}
	.section-tickets-parking .logo-ticketmaster {
		margin-bottom: 1.5em;
		width: 280px;
		height: 50px;
	}
	.section-tickets-parking .scene {
		max-width: 600px;
		margin-top: 8em;
	}

	/* events */
	.section-events-intro .section-content {
		padding-bottom: 3em;
	}
	.section-events-intro .para-styled {
		font-size: 1.7em;
	}
	.event-blocks {
		text-align: center;
	}
	.event-block {
		margin-left: .7em;
		margin-right: .7em;
	}
	.event-block .event-image {
		margin: 0 0 .7em 0;
	}
	.event-block .para-head {
		font-size: 1.2em;
	}
	.event-block p {
		font-size: .96em;
	}
	.section-events-list .section-content {
		padding-bottom: 24em;
	}
	.events-bottom-img {
		position: absolute;
		bottom: 0;
		right: -19.7em;
		margin: 0;
	}
	.event-kickoff-crawl-logo {
		top: -13em;
	}
	.event-kickoff-crawl-logo img {
		width: 380px;
	}
	.event-fan-fest-logo {
		top: -12.2em;
	}
	.event-fan-fest-logo img {
		width: 500px;
	}
	.event-texfest-logo {
		top: -17em;
		width: 230px;
		margin-left: -115px;
	}
	.event-heb-tailgate-logo {
		top: -16.5em;
	}
	.event-heb-tailgate-logo img {
		width: 270px;
	}
	.event-banner-wide-logo {
		top: -19em;
	}
	.event-banner-wide-logo img {
		width: 360px;
	}

	/* stadium */
	.google-maps {
		height: 360px;
	}
	.parking-map, .clear-bag-policy-flyer {
		margin-bottom: 2.5em;
	}
	.section-tailgate .logo-heb-tailgate {
		position: absolute;
		max-width: 190px;
		bottom: -2em;
		left: 5.5em;
	}
	.list-columns {
		padding: 1em 0;
		text-align: center;
	}
	.list-columns ul {
		width: auto;
		max-width: auto;
	}
	.section-prohibited .list-columns {
		max-width: 700px;
	}
	.section-tailgate .section-content {
		padding-bottom: 0;
	}

	/* trip */
	.trip-main-block {
		max-width: 1074px;
		margin-bottom: 4em;
	}
	.trip-main-block h2 {
		font-size: 5.4em;
	}
	.trip-main-block h3 {
		font-size: 1.65em;
	}
	.travel-guide-block {
		margin: 0 0 6em 0;
	}
	.travel-guide-block h2 {
		font-size: 3.8em;
		margin: 0 0 .1em 0;
	}
	.travel-guide-block h3 {
		font-size: 1.8em;
		margin: 0 0 .1em 0;
	}
	.travel-guide-block h3.subhead {
		font-size: 1.42em;
	}
	.travel-guide-block p {
		font-family: "NeueHelveticaPro45Light", arial, sans-serif;
		font-size: 1em;
		line-height: 1.6em;
		margin: 0 auto 1.6em auto;
		letter-spacing: .02em;
		text-align: center;
		max-width: 31em;
	}
	.travel-guide-fan-guide {
		text-align: center;
		position: relative;
	}
	.fan-guide-text {
		padding: 4em 0 6em 18em;
	}
	.fan-guide-cover {
		margin: 1em;
		display: inline-block;
		position: absolute;
		left: 0;
		top: -7em;
	}
	.fan-guide-cover img {
		width: 100%;
		max-width: 340px;
	}
	.section-travel-guide .button-angle-right i {
		font-size: 1.4em;
	}
	.visit-houston-link h4 {
		font-size: 1.88em;
	}
	.logo-visit-houston {
		display: block;
		width: 100%;
		max-width: 540px;
		margin: 0 auto .7em auto;
	}
	.travel-guide-block h3 {
		font-size: 2.9em;
	}
	.logo-prime-sport {
		max-width: 210px;
		margin: 0 auto .5em auto;	
	}

	/* media */
	.section-media .section-content {
		padding-bottom: 14em;
	}
	.media-bottom-img {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: -34em;
	}
	.media-bottom-img img {
		position: relative;
	}

	/* community */
	.corner-stone-sponsors, .all-sponsors {
		margin: 0 0 6em 0;
	}
	.gray-box-content {
		padding: 2em;
	}
	.all-sponsors img {
		max-width: 200px;
		max-height: 140px;
	}
	.gridiron-golf-logo {
		top: -16.6em;
	}
	.gridiron-golf-logo img {
		width: 350px;
	}
	.comm-gridiron-logo {
		top: -15.5em;
	}
	.comm-gridiron-logo img {
		width: 350px;
	}
	.section-community-event p {
		max-width: 46em;
	}
	.section-community-event .content-simple {
		max-width: 1000px;
	}

	/* news */
	.news-text-row {
		max-width: 50em;
		margin: 0 auto 4em auto;
	}
	.news-text-row span.news-post-date {
		font-size: 1.6em;
	}
	.news-text-row .news-type {
		font-size: .72em;
	}
	.news-text-row h2.news-post-heading {
		font-size: 2.9em;
	}
	.news-text-row h3.news-post-subhead {
		font-size: 1.1em;
	}
	.post-list-content p {
		font-size: 1.06em;
		line-height: 1.72em;
	}
	.post-list-content h2 {
		font-size: 1.48em;
	}
	.newsPaging .pageLink {
		margin: .5em 2em;
		font-size: 1.3em;
	}


	/* content elements */
	.heading-classy {
		font-size: 3em;
	}
	.inline-img {
		max-width: 100%;
	}
	.promo-box-single {
		max-width: 554px;
	}
	.promo-box-single .content {
		width: 340px;
	}
	.promo-box-single h2 {
		font-size: 3.2em;
	}
	.promo-box-single .image {
		margin: .6em 0;
	}

	/*ESPN Bowls*/
	.section-espn-bowls .section-content {
		max-width: 1200px;
	}

	/*------------------FOOTER------------------*/
	#footer {
		padding: 2em .5em;
		background-position: 4% top;
	}
	.footer-column {
		width: 27em;
		padding: 1em 0;
		margin: 2.5em 0;
		height: 9em;
	}
	/* NRG info */
	.nrg-info {
		border-right: 1px solid #bbbbbb;
		padding: 0 1em 0 0;
	}

	/* email sign up */
	.email-sign-up {
		padding: 0;
	}

	/* social */
	.social-footer {
		text-align: left;
		margin-left: 4em;
	}
	.social-footer a {
		font-size: 1.4em;
		margin: 0 .2em 0 0;
	}
	/* company logos */
	.company-logos {
		margin: 0 0 1.5em 0;
	}
	.espn-events, .lone-star-ent {
		margin: 0 1.2em;
	}
	.mobile-app {
		margin: 3em 0 0 0;
	}
	.mobile-app a {
		margin: 0 .8em;
	}

	.section-home-banner-ads .section-content {
		padding: 4em 1em;
	}


	/*------------------HELPER CLASSES------------------*/
	.video-youtube {
		max-width: 946px;
		margin: 4em auto;
	}
	.video-youtube iframe {
		max-width: 946px;
		height: 532px;
	}
	.video-placeholder i {
		font-size: 3em;
		width: 80px;
		height: 70px;
		margin-left: -40px;
		margin-top: -35px;
	}


}


@media (min-width: 1030px) {
	a:hover {
		text-decoration: underline;
	}
	.popup-close:hover {
		color: #000000;
		text-decoration: none;
	}
	/*------------------BUTTONS------------------*/
	.button:hover {
		background: #ffffff;
		color: #292a70;
		text-decoration: none;
		-moz-box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
		-webkit-box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
		box-shadow: 0 .1em .2em rgba(000,000,000,0.3);
	}
	.button-gray:hover {
		background: none;
		border-color: #1a1a1a;
		color: #1a1a1a;
		text-decoration: none;
		-moz-box-shadow: 0 0 0 rgba(000,000,000,0);
		-webkit-box-shadow: 0 0 0 rgba(000,000,000,0);
		box-shadow: 0 0 0 rgba(000,000,000,0);
	}
	.button-angle-right:hover {
		color: #292a70;
	}

	/*------------------HEADER------------------*/
	.utility a:hover {
		text-decoration: none;
	}
	.utility a:hover:after {
		width: 100%;
		height: 100%;
		position: absolute;
		left: -2px;
		top: 0;
		background: rgb(93,97,108);
		background: -moz-linear-gradient(top, rgba(93,97,108,1) 0%, rgba(43,44,50,1) 100%);
		background: -webkit-linear-gradient(top, rgba(93,97,108,1) 0%,rgba(43,44,50,1) 100%);
		background: linear-gradient(to bottom, rgba(93,97,108,1) 0%,rgba(43,44,50,1) 100%);
		z-index: 0;
		transform: skew(-25deg);
		z-index: -1;
		border: 0;
	}
	.utility-social a:hover {
		color: #ffffff;
	}
	.utility-social a:hover:after {
		background: none;
	}
	#menu li a:hover {
		color: #ABACE0;
	}
	#menu .button-tickets-sale:hover {
		background: #c43536;
	}


	/*------------------HEAD MAST------------------*/
	/* tickets */
	.mast-tickets {
		height: 900px;
	}
	.mast-tickets .mast-heading {
		font-size: 3.5em;
	}
	.mast-tickets .mast-heading img {
		max-height: 260px;
	}
	.mast-tickets .tickets-mast-splash {
		width: 1000px;
		height: 948px;
		top: 5em;
		left: -22em;
	}
	.mast-tickets .tickets-mast-player {
		width: 1000px;
		height: 948px;
		top: 5em;
		left: -22em;
	}
	.mast-strip-wrap {
		width: 100%;
		bottom: 2em;
	}
	.mast-tickets .mast-strip-white, .mast-tickets .mast-strip-red {
		width: 97%;
	}
	.mast-tickets .mast-strip-red {
		left: 98.5%;
	}
	.mast-tickets .mast-strip-content {
		padding: 1.5em 1.5em 0 1.5em;
	}
	.mast-tickets .mast-strip-content h2 {
		font-size: 3.5em;
	}
	.mast-tickets .mast-strip-content p {
		font-size: 1.25em;
	}
	.logo-ticketmaster {
		width: 220px;
		height: 44px;
		bottom: 1.4em;
		left: 18em;
	}
	.mast-tickets .tickets-team-logos {
		width: 200px;
		top: 1.66em;
		left: 46.5em;
	}


	/*------------------SECTIONS------------------*/
	/* section strip */
	.section-strip-wrap .strip-white, .section-strip-wrap .strip-red {
		width: 112%;
	}
	.section-strip-wrap .strip-red {
		left: 115%;
	}

	/* tickets */
	.ticket-package-block {
		max-width: 980px;
	}
	.ticket-package-strip .strip-dk-gray, .ticket-package-strip .strip-gray {
		width: 59%;
	}
	.ticket-package-strip .strip-gray {
		left: 60%;
	}
	.ticket-package-block:hover {

	}
	.section-tickets-parking a.button-jumbo:hover {
		border-color: #666666;
		background: #f0f0f0;
	}

	/* events */
	.event-block .button:hover {
		color: #ffffff;
		background: #292a70;
	}

	/* stadium */
	a.read-more {
		text-decoration: none;
	}
	a.read-more:hover .button-angle-right {
		color: #292a70;
	}

	/*trip */
	.trip-main-block {

	}
	.trip-main-block:hover {
		-moz-box-shadow: 0 0 2em rgba(000,000,000,0.5);
		-webkit-box-shadow: 0 0 2em rgba(000,000,000,0.5);
		box-shadow: 0 0 2em rgba(000,000,000,0.5);
		text-decoration: none;
	}
	/*
	.fan-guide-cover img:hover {
	-webkit-filter: drop-shadow(0 0 .3em rgba(0,0,0,.5));
	filter: drop-shadow(0 0 .3em rgba(0,0,0,.5));
}
	*/
	.visit-houston-link {
		-webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-ms-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		-o-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
		transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	}
	a.visit-houston-link:hover img {
		-webkit-filter: saturate(2.5);
		filter: saturate(2.5);
		-webkit-filter: saturate(340%) hue-rotate(120deg);
		filter: saturate(340%) hue-rotate(120deg);
	}
	a.visit-houston-link:hover {
		text-decoration: none;
	}

	/* news */
	.section-news .section-subhead a:hover {
		color: #666666!important;
	}
	.post-read-more:hover i {
		color: #292a70;
	}

	/* community */
	.community-event-circle:hover {
		background-blend-mode: screen;
	}
	.community-event-circle:hover i {
		color: #292a70;
	}
	.gridiron-img:hover i {
		color: rgba(255,255,255,1);
		text-shadow: 0 0 .1em rgba(0, 0, 0, .6);
	}

	.columns .column a:hover {
		text-decoration: none;
	}



	.section-content .box-column {
		width: 100%;
		max-width: 49%;
	}
	.section-content .box-column img {
		max-width: 39%;
	}
	.section-content .box-column .box-column-text {
		max-width: 55%;
	}
	.section-content .box-column h2 {
		font-size: 1.2em;
	}
	.section-content .box-column p {
	}


	/*------------------FOOTER------------------*/
	.social-footer a:hover {
		color: #ffffff;
	}
	.footer-links li a:hover {
		color: #ffffff;
	}
	.boilerplate a:hover {
		color: #cccccc;
	}
	.button-footer-newsletter:hover {
		color: #ffffff;
		border-color: #ffffff;
	}

	/*------------------HELPER CLASSES------------------*/
	.video-placeholder:hover i {
		color: rgba(255,255,255,1);
	}
	
	
	.carousel-box {
		margin: 1em auto 3em auto;
		max-width: 860px;
	}

}


@media (min-width: 1200px) {
	.promo-box-single {
		max-width: 554px;
		position: absolute;
		bottom: 5em;
		left: 50%;
		margin-left: -277px;
		margin-top: 0;
	}
}


@media (min-width: 1345px) and (min-height: 700px) {
	.header-wrap .logo-home {
		background-size: 940px;
		background-position-y: -20px;
		width: 140px;
		height: 118px;
		left: 2.6em;
	}
	.utility {
		padding: 0 0 0 12.1em;
	}
	/* main menu */
	#menu {
		padding: .9em 0 1em 12.12em;
	}
	.popup {
		max-width: 860px;
		max-height: 650px;
		margin-top: -325px;
		margin-left: -430px;
	}
	.popup h1 {
		font-size: 2.5em;
	}
	.popup h3 {
		font-size: 1.9em;
	}
	.popup p {
		font-size: 1.18em;
	}
}


@media (min-width: 1345px) {

	/*------------------BUTTON------------------*/
	.button {
		font-size: 20px;
	}
	.button-sm {
		font-size: 17px;
	}
	.button-lg {
		font-size: 25px;
	}
	.button-xl {
		font-size: 30px;
	}


	/*------------------HEADER------------------*/
	/* main menu */
	#menu ul {
		max-width: 100%;
	}
	#menu li a {
		padding: 0 1.02em;
	}

	/*------------------HEAD MAST------------------*/
	.head-mast {
		height: 760px;
	}
	.mast-heading {
		margin-top: .7em;
		font-size: 4em;
	}
	.mast-heading h1 img {
		max-height: 180px;
	}
	/* sub page */
	.mast-subpage {
		height: 550px;
	}
	.mast-medium {
		height: 550px;
	}

	/* tickets */
	.mast-tickets {
		height: 1000px;
	}
	.mast-tickets .mast-heading {
		font-size: 5em;
		padding-bottom: 3.6em;
	}
	.mast-tickets .mast-heading img {
		max-height: 300px;
	}
	.mast-tickets .tickets-mast-splash {
		width: 1181px;
		height: 1120px;
		top: 6.5em;
		left: -25.5em;
	}
	.mast-tickets .tickets-mast-player {
		width: 1200px;
		height: 1139px;
		top: 3.2em;
		left: -25em;
	}
	.mast-tickets .mast-strip-wrap {
		bottom: 4.5em;
	}
	.mast-tickets .mast-strip-white, .mast-tickets .mast-strip-red {
		width: 93%;
	}
	.mast-tickets .mast-strip-red {
		left: 95%;
	}
	.mast-tickets .tickets-team-logos {
		width: 304px;
		top: 1.3em;
		left: 47em;
	}

	/*------------------SECTIONS------------------*/
	.section .section-content {
		padding: 5em 0;
	}
	.section-content h2 {
		font-size: 1.2em;
	}
	.section-content p, .section-content ul {
		font-size: 1.25em;
	}
	.section-content .section-head {
		font-size: 9em;
	}
	.section-content .section-subhead {
		font-size: 1.1em;
	}
	.section-content .para-lg {
		font-size: 1.5625em;
	}
	.section-content .para-xl {
		font-size: 2.5em;
	}
	.section-content .para-styled {
		font-size: 1.87em;
	}
	.section-content .para-head {
		font-size: 1.3em;
	}

	/* section strip */
	.section-strip .section-content {
		max-width: 100%;
		padding-top: 6em;
		padding-bottom: 8em;
	}
	.section-strip-wrap .strip-content {
		padding: 6em 1em;
		max-width: 1345px;
		position: relative;
		margin: 0 auto;
	}
	.section-strip-wrap .strip-white, .section-strip-wrap .strip-red {
		width: 108%;
	}
	.section-strip-wrap .strip-red {
		left: 111.6%
	}
	.strip-normalize {
		max-width: 52.5em;
	}
	.section-subpage-top .section-content {
		padding-bottom: 0;
	}
	.section-subpage .section-content {
		padding-top: 0;
		max-width: 52.5em;
	}
	.section-subpage-cont .section-content {
		max-width: 52.5em;
	}
	.simple-text-blocks {
		max-width: 1100px;
	}
	.simple-text-block p {
		font-size: 1.1em;
	}
	.simple-text-row {
		max-width: 57em;
	}
	.simple-text-row p {
		font-size: 1.12em;
	}

	/* site map */
	.site-map-col {
		width: 32%;
	}

	/* tickets */
	.ticket-package-block {
		max-width: 1026px;
		margin: 0 auto 2em auto;
	}
	.ticket-package-strip .strip-content h2 {
		font-size: 3.2em;
	}
	.ticket-package-content {
		padding: 1.6em 2em;
	}
	.ticket-package-text p {
		font-size: 1.12em;
		max-width: 30em;
	}
	.ticket-package-text ul {
		font-size: 1.06em;
	}
	.ticket-package-strip .strip-dk-gray, .ticket-package-strip .strip-gray {
		width: 61%;
	}
	.ticket-package-strip .strip-gray {
		left: 62.5%;
	}
	.ticket-package-text h2 {

	}
	.section-tickets-parking {
		overflow: hidden;
		padding-bottom: 0;
	}
	.section-tickets-parking .section-content {
		max-width: 1140px;
		padding-bottom: 10em;
	}
	.section-tickets-parking a.button-jumbo {
		max-width: 40em;
		border-width: .5em;
	}
	.section-tickets-parking .logo-ticketmaster {
		margin-bottom: 2em;
		width: 350px;
		height: 50px;
	}
	.section-tickets-parking .section-content h4 {
		font-size: 2em;
	}
	.section-tickets-parking .scene {
		position: absolute;
		right: -74em;
		height: 763px;
		max-width: 1000px;
		width: 1000px;
		bottom: 0;
		overflow: hidden;
	}
	.section-tickets-parking .scene img {
		max-width: 976px;
		width: 976px;
		position: relative;
	}

	/* events */
	.section-events-intro .section-head {
		font-size: 6.875em;
	}
	.section-events-intro .para-styled {
		/*max-width: 18em;*/
		max-width: 23em;
		line-height: 1.26em;
		font-size: 2.1875em;
	}
	.section-events-intro .section-content {
		/*height: 655px;
		padding-left: 30em;*/
	}
	.section-events-intro .section-content .para-styled{
		z-index: 1;
		position: relative;
	}
	.section-events-intro .section-content .section-head {
		z-index: 1;
		position: relative;
	}
	.section-events-list .section-content {
		padding-top: 7.5em;
	}
	.events-mascot-imgs {
		display: block;
		width: 1199px;
		height: 655px;
		position: absolute;
		left: -34.5em;
		bottom: 0;
	}
	.events-mascot-imgs img {
		position: absolute;
		height: 760px;
	}
	.events-mascot-imgs .layer1 {

	}
	.events-mascot-imgs .layer2 {

	}
	.events-mascot-imgs .layer3 {
		bottom: 0;
		left: 23em;
		z-index: 2;
	}
	.event-block .para-head {
		font-size: 1.2em;
	}
	.event-block p {
		font-size: .96em;
	}
	.section-events-list .section-content {
		padding-bottom: 23em;
	}
	.events-bottom-img {
		position: absolute;
		bottom: 0;
		right: -18.7em;
		margin: 0;
	}
	.event-kickoff-crawl-logo {
		top: -19.4em;
	}
	.event-kickoff-crawl-logo img {
		width: 570px;
	}
	.event-fan-fest-logo {
		top: -17.6em;
	}
	.event-fan-fest-logo img {
		width: 700px;
	}
	.event-texfest-logo {
		top: -26.5em;
		width: 350px;
		margin-left: -175px;
	}
	.event-heb-tailgate-logo {
		top: -23.1em;
	}
	.event-heb-tailgate-logo img {
		width: 368px;
	}
	.event-banner-wide-logo {
		top: -28.5em;
	}
	.event-banner-wide-logo img {
		width: 520px;
	}

	/* stadium */
	.google-maps {
		height: 520px;
	}
	.section-tailgate  .logo-heb-tailgate {
		max-width: 256px;
		bottom: -3em;
		left: 8em;
	}
	.section-prohibited .list-columns {
		max-width: 700px;
	}
	.section-ride-share .scene {
		display: inline-block;
		position: absolute;
		left: -43em;
		height: 1376px;
		top: -26.5em;
		z-index: 1;
	}
	.section-ride-share .scene img {
		max-width: 1033px;
		width: 1033px;
		height: 1376px;
		position: relative;
	}
	.section-tailgate .section-content {
		padding-bottom: 0;
	}

	/* trip */
	.trip-main-block {

		margin-bottom: 5.2em;
	}
	.trip-main-block h2 {
		font-size: 8.1em;
	}
	.trip-main-block h3 {
		font-size: 2.474em;
	}
	.trip-main-block:hover {
		-moz-box-shadow: 0 0 2.5em rgba(000,000,000,0.5);
		-webkit-box-shadow: 0 0 2.5em rgba(000,000,000,0.5);
		box-shadow: 0 0 2.5em rgba(000,000,000,0.5);
	}
	.section-trip-package .section-content {
		padding-top: 2em;
	}
	.travel-guide-block {
		margin-bottom: 8em;
	}
	.travel-guide-block h2 {
		font-size: 4.7em;
	}
	.travel-guide-block h3.subhead {
		font-size: 1.74em;
	}
	.fan-guide-text {
		padding: 6em 0 10em 23em;
	}
	.fan-guide-cover {
		margin: 1em;
		display: inline-block;
		position: absolute;
		left: -5.5em;
		top: -10em;
	}
	.fan-guide-cover img {
		width: 100%;
		max-width: 482px;
	}
	.section-travel-guide .button-angle-right i {
		font-size: 1.7em;
	}
	.visit-houston-link h4 {
		font-size: 2.46em;
	}
	.logo-visit-houston {
		max-width: 702px;
	}
	.travel-guide-block h3 {
		font-size: 3.7em;
	}
	.travel-guide-block .para-styled {
		font-size: 1.72em;
	}
	.logo-prime-sport {
		max-width: 250px;
	}

	/* media */
	.media-bottom-img {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: -45em;
	}

	/* community */
	.gray-box-content {
		padding: 2.5em;
	}
	.gridiron-golf-logo {
		top: -27em;
	}
	.gridiron-golf-logo img {
		width: 540px;
	}
	.comm-gridiron-logo {
		top: -24.4em;
	}
	.comm-gridiron-logo img {
		width: 527px;
	}

	/* news */
	h2.news-post-heading {
		font-size: 2.9em;
	}
	.post-list-content p {
		font-size: 1.12em;
	}
	.post-list-content h2 {
		font-size: 1.6em;
	}

	/* content elements */
	.heading-classy {
		font-size: 4em;
	}
	.promo-box-single {
		max-width: 590px;
		padding: 1.2em 1.6em;
		bottom: 4em;
		margin-left: -295px;
		border-width: .4em;
	}
	.promo-box-single .content {
		width: 320px;
	}
	.promo-box-single h2 {
		font-size: 3.2em;
	}
	.promo-box-single p {
		font-size: 1em;
	}
	.promo-box-single .image {
		margin: 0;
		max-width: 176px;
	}	

	.section-home-banner-ads .section-content {
		padding: 5em 1em;
	}

	.carousel-box {
		max-width: 1000px;
	}

}


@media (min-width: 1345px) and (min-height: 800px) {
	.popup {
		max-width: 1000px;
		max-height: 780px;
		margin-top: -390px;
		margin-left: -500px;
	}
	.popup h1 {
		font-size: 2.5em;
	}
	.popup h3 {
		font-size: 1.9em;
	}
	.popup p {
		font-size: 1.18em;
	}
}


@media (min-width: 1920px) {
	/*------------------HEAD MAST------------------*/
	.mast-tickets .tickets-team-logos {
		left: 47.5em;
	}
	.mast-tickets .mast-strip-white, .mast-tickets .mast-strip-red {
		width: 82%;
	}
	.mast-tickets .mast-strip-red {
		left: 84%;
	}

	/*------------------SECTIONS------------------*/
	.section-strip-wrap .strip-white, .section-strip-wrap .strip-red {
		width: 90%;
	}
	.section-strip-wrap .strip-red {
		left: 92.4%;
	}

}