/* SuperBowl Live*/

  .sbLive {
  background-color: #fff;
  text-align: center;
}

.sbLive .h2 span,
.sbLive .h3 span,
.sbLive .h5 span,
.sbLive .description {
  color: #000;
}
.sbLive .description p {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
}
.sbLive .livebuttons {
  height: auto;
  background-color: transparent;
  border: 0.5em solid white;
  background-size: cover;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 17em;
}
.sbLive .livebuttons button {
  background-color: #4D4380;
  padding: 1.5em 2.3em;
  font-size: 1em;
  width: 100%;
}
.sbLive .livebuttons button a {
  width: 100%;
}
@media only screen and (min-width: 600px) {
	.sbLive .livebuttons {
		width: auto;
	}
	.sbLive .description p {
	    width: 60%;
	    line-height: 1.5em;
	    font-size: 1.2em;
	}
}

@media (min-width: 0em) and (max-width: 37.5em) {
  .reverseOrderContainer {

display: -webkit-box;

display: -moz-box;

display: -ms-flexbox;

display: -webkit-flex;

display: flex;

-webkit-flex-flow: column-reverse;

flex-flow: column-reverse;

}
}


.sbNicollet {
  position: relative;
  width: 100%;
  background-color: #425563;
   /*padding-bottom: 1.5em;  FIX Don't need this */
}
.sbNicolletPureWhite {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
}

.sbNicollet .nicolletMall,
.sbNicolletPureWhite .nicolletMall {
  float: left;
  position: relative;
  width: auto;
  overflow: hidden;
}
@media screen and (max-width:600px) {
  .sbNicolletPureWhite .nicolletMall {
    padding: 1em 0;
  }
}


.sbNicollet .nicolletMall button a,
.sbNicolletPureWhite .nicolletMall button a {
/*  width: 100%;
  padding: 10px 5px 10px;
  font-size: 1.2em;*/
}
.sbNicollet .nicolletMall img {
	width: 100%;
  display: block;
}
.sbNicolletPureWhite .nicolletMall img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.sbNicollet .nicolletMall .nicolletSub,
.sbNicolletPureWhite .nicolletMall .nicolletSub {
	margin: 2em 1em auto;
}
.sbNicollet .nicolletMall .nicolletSub .livebuttons,
.sbNicolletPureWhite .nicolletMall .nicolletSub .livebuttons {
	text-align: center;
}
.sbNicollet .nicolletMall .nicolletSub  .livebuttons button,
.sbNicolletPureWhite .nicolletMall .nicolletSub .livebuttons button {
	width: 100%
}
.sbNicollet .nicolletMall .nicolletSub .h3 span,
.sbNicolletPureWhite .nicolletMall .nicolletSub .h3 span {
  text-transform: capitalize;
	font-size: 1.1em;
	font-family: "futura-pt", sans-serif;
}
.sbNicollet .nicolletMall .nicolletSub .description p,
.sbNicolletPureWhite .nicolletMall .nicolletSub .description p {
	font-size: .7em;
	width: auto;
	/* margin-bottom: 5em; */
	font-family: "futura-pt", sans-serif;
    font-weight: 100;
}

@media only screen and (min-width: 600px) {
	.sbNicollet,
  .sbNicolletPureWhite {
	  padding-bottom: 0;
	}
	.sbNicollet .nicolletMall,
  .sbNicolletPureWhite .nicolletMall {
  		width: 50%;
	}
	.sbNicollet .nicolletMall .nicolletSub,
  .sbNicolletPureWhite .nicolletMall .nicolletSub {
		margin: 6em 4em auto 4em;
	}
	.sbNicollet .nicolletMall .nicolletSub  .livebuttons,
  .sbNicolletPureWhite .nicolletMall .nicolletSub  .livebuttons {
		text-align: left;
	}
	.sbNicollet .nicolletMall .nicolletSub  .livebuttons button,
  .sbNicolletPureWhite .nicolletMall .nicolletSub  .livebuttons button {
		width: auto;
	}
	.sbNicollet .nicolletMall .nicolletSub .h3 span,
  .sbNicolletPureWhite .nicolletMall .nicolletSub .h3 span {
		font-size: 1.5em;
	}
	.sbNicollet .nicolletMall .nicolletSub .description p {
		font-size: 1em;
		width: 72%;
	}
  .sbNicolletPureWhite .nicolletMall .nicolletSub .description p {
    font-size: 1em;
    width: 100%;
  }
}

/* Hours of Operation */
section.hoursOperation {
	background-image: url(../media/image/1/hoursofoperation.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 0;
}
.hoursOperation .hoursTable {
	background-color: #fff;
	margin: 20px 0;
}
.hoursOperation .hoursTable td {
	color: #000;
	font-size: .7em;
	padding: 6px 15px;
	font-family: "open sans", sans-serif;
    font-weight: 100;
}
.hoursOperation .hoursTable td:nth-child(even) {
	text-align: right;
}
.hoursOperation .hoursTable tr:nth-child(odd) {
	background-color: #BAACD2;
}
@media only screen and (min-width: 600px) {
	.hoursOperation .hoursTable {
		margin: 20px 100px;
	}
	.hoursOperation .hoursTable td {
		font-size: 1.3em;
	}
}

/* Concert Schedule */
section.concertSch {
	background-color: #fff;
	color: #000;
	text-align: center;
	position: relative;
	height: 25em;
	padding: 2.8em 0 3.4em;
}
.concertSch .conHeading {
    margin: auto;
}
.concertSch .h2 span {
	font-size: 1.8em;
	font-family: "futura-pt", sans-serif;
}
.concertSch .topbg {
	height: 50%;
}
.concertSch p {
	font-size: .8em;
}
.concertSch .imgbg {
	border-bottom: 0.2em solid #444782;
    background-image: url(../media/image/1/homedskbkg2.png);
    background-size: 100% 100%;
    height: 50%;
    position: relative;
    bottom: 0;
}
.concertSch img {
	width: 90%;
	position: absolute;
	top: 44%;
	left: 5%;
	box-shadow: 0px 0px 11px 3px #fbfafa;
}
@media only screen and (min-width: 600px) {
	section.concertSch {
		height: 42em;
	}
	.concertSch .conHeading {
		width: 50%;
	}
	.concertSch .h2 span {
	font-size: 3em;
	}
	.concertSch img {
		width: 50%;
		top: 31%;
		left: 25%;
	}
	.concertSch p {
	font-size: 1.2em;
}
}

/* Featued Attractions */
.featuedAttractions {
	background-color: #fff;
	font-family: "futura-pt", sans-serif;
	color: #000;
}
.featuedAttractions .storyCollection {
	padding-top: 1em;
}
.featuedAttractions .h2 span {
	font-size: 1.8em;
}
.featuedAttractions .attBoxes {
    background-color: #1d1249;
    background-size: cover;
    position: relative;
    margin-bottom: 0.625em;
    box-shadow: 0px 5px 10px #999;
    overflow: hidden;
}
.featuedAttractions .attBoxes .attimages {
    width: 100%;
    height: 12.58em;
}
.featuedAttractions .attBoxes .headline {
    width: 100%;
    background-color: #fff;
    padding: 0.3125em 0.5em 0.5em;
    word-wrap: break-word;
}
.featuedAttractions .attBoxes .headline .h3 {
  padding-right: 1em;
}
.featuedAttractions .attBoxes .headline .h2 {
	text-align: left;
}
.featuedAttractions .attBoxes .h2 span {
	font-size: 1.125em;
}
.featuedAttractions .attBoxes .h3 span {
	font-size: .8em;
}
@media only screen and (min-width: 600px) {
	.featuedAttractions .attBoxes {
		margin-right: 0.8em;
		margin-right: 1%;
		float: left;
    width: 30.1%;
    width: 32.25%;
    min-height: 20em;
    background: #fff;
	}
	.featuedAttractions .attBoxes:last-child {
		/* margin-right: 0; */
	}
	.featuedAttractions .attBoxes .headline {
		padding: .5em 0.5em 1em;
    word-break: break-word;
	}
	.featuedAttractions .attBoxes .h3 span {
		font-size: .8em;
	}
	.featuedAttractions .h2 span {
		font-size: 3em;
	}
}

/*h2*/
.faqs {
	background-color: #fff;
	color: #000;
}
.faqs .whatYou {
	text-align: center;
    text-transform: uppercase;
}
.faqs .whatYou span {
	font-size: 1.8em;
	font-weight: 600;
	font-family: "futura-pt", sans-serif;
}
.faqs .description p {
	text-align: center;
	font-size: .8em;
    margin-left: auto;
    margin-right: auto;
}
.faqs .livebuttons {
	text-align: center;
	background-color: #fff;
	margin-top: 2em;
}
.faqs .livebuttons button {
	background-color: #4D4380;
}
.faqs .livebuttons button a {
/*	width: 100%;
	padding: 12px 5px;
    font-size: 1em;*/
}
@media only screen and (min-width: 600px) {
	.faqs .description p {
		width: 70%;
		font-size: 1.2em;
	}
	.faqs .whatYou span {
	font-size: 3em;
	}
}

/* UPDATES */

section#publicTransportation {
  padding-top: 5em;
}