@charset "utf-8";
/*  STG GRID Stylesheet
	STG BLUE #004b87
	Gold  #d9aa28
*/

/* FLEXBOX - CTAS */
/*#merch {
    margin: 20px auto;	
}

#merch .flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#merch .flex-item {
	background-color: #fff; 
    color: #000;
    border: 0px solid #fff;
    width: 250px;
	height: auto;
	min-height: 300px;
    text-align: center;
}
*/
.season-sub-btn {
   display: flex;
   flex-wrap: wrap;
}
.season-sub-btn > div {
  padding: 5px;
  width: calc(100% / 3);
  height: auto;
  margin-right: 35px;
  text-align: center;
  flex: 1 1 auto;
}
.season-sub-container {
  display: flex;
  flex-wrap: wrap;
}
.season-sub-container > div {
  padding: 5px;
  width: calc(100% / 4);
  margin: 8px;
  text-align: center;
  flex: 1 1 auto;
}
@media screen and (max-width: 980px) {
	.season-sub-container > div {
		  padding: 5px;
		  margin: 0px;
		  text-align: center;
		  flex: 1 1 auto;
		  width:auto;
	}
	.season-sub-btn > div {
		  padding: 5px;
		  height: 85px;
		  margin: 0px;
		  text-align: center;
		  flex: 1 1 auto;
		  width:auto;
	}
}
#merch.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  align-content: flex-start
}

#merch .flex-item {
  background: white;
  padding: 5px;
  width: 250px;
  height: 390px;
  margin-top: 10px;
  

  color: black;
  font-weight: bold;
  font-size: inherit;
  text-align: center;
}
#merch .flex-item a {
	display:block;	
}
#merch .flex-item a h4 {
	display:inline-block;	
	padding: 0 5px;
}
/* REDEFINITION GALLERY */
.gallery-sub-container {
	display: flex;
	flex-wrap: wrap;
}
.gallery-sub-container > div.gallery-item {
	padding: 5px;
	width: 25%;
	margin: 8px;
	text-align: center;
	flex: 1 1 auto;
	min-width: 410px;
}
.gallery-sub-container > div.gallery-item div.item-info { 
	margin: 44px 0; 
}
@media screen and (max-width: 980px) {
	.gallery-sub-container > div.gallery-item {
		padding: 5px;
		margin: 0px;
		text-align: center;
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
	}
}
@media screen and (max-width: 767px) {
	#redefgallery.panelwrapper { 
		padding-left: 0px; 
		padding-right: 0px;
	}
	#redefgallery.panelwrapper h2, 
	#redefgallery.panelwrapper p { 
		padding-left: 5px; 
		padding-right: 5px; 
	}
	.gallery-sub-container > div.gallery-item { 
		width: 100%; 
		padding: 0; 
	}
	.gallery-sub-container > div.gallery-item div.item-info {
		padding: 5px;
	}
}
@media screen and (min-width: 410px) and (max-width: 767px) {
	.gallery-sub-container > div.gallery-item { 
		border-bottom: 1px solid #ccc; 
		margin-bottom: 30px;
	}  
} 

/* GRID - EVENTLIST */
#eventsgrid.grid-container {
	display: grid;
	grid-gap: 0%; 
	grid-template-columns: 100%;
	background-color: #f6f6f6;
}
#eventsgrid #eventsfilters.grid-item {
	grid-column: 1;
	grid-row: 1 ;
	margin-bottom: 10px;
}
#eventsgrid #eventslist.grid-item {
	grid-column: 1;
	grid-row: 2 ;
}
#eventsfilters .rl_sliders.accordion>.accordion-group {
    border: 0px solid #fff;
    border: 0;
}
#eventsfilters .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
    border-top: 0px solid #fff;
    border: 0;
    padding-top: 0;
}
#eventsfilters  .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: #f6f6f6;
    color: #004b87;
}
/* FLEXBOX - CTAS */
#showpage_ctas {
	/*max-width: 802px; hid 121718 */
    margin: 20px auto;	
	/* margin-left: 2%; moved to min 768px 121718 */
}
#showpage_ctas .flex-container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
	/*max-width: 802px;*/
    -webkit-flex-direction: column;
    flex-direction: column;
}
#showpage_ctas .flex-item {
	background-color: #004b87; 
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
	height: auto;
	min-height: 100px;
    text-align: center;
}
#showpage_ctas .flex-item:hover {
	background-color: #d9aa28; 
    color: #fff;
}
#showpage_ctas h4,
#showpage_ctas h5, 
#showpage_ctas h6 {
    color:  #fff; 
	padding-left: 6px;
	padding-right: 6px;
}
#showpage_ctas span {
    display: block; 
	font-size: .85em;
	font-weight: normal;
	line-height: normal;
	margin: 10px;
}
#redesign.stgshowpagedata #showpage_ctas p a,
#showpage_ctas a {
    color: #fff; 
    text-decoration: none;
	display: block;
}
#redesign.stgshowpagedata #showpage_ctas p a:hover,
#redesign.stgshowpagedata #showpage_ctas p a:focus,
#showpage_ctas a:hover, 
#showpage_ctas a:focus {
    color:  #fff; 
}
#ed-prog-img-wrapper img {
	float: left;
	max-width: 32%;
	margin: .5%;
}
/* GRID 2 */
#grid2.wrapper {
    background-color: #fff;
    color: #222;
}
#grid2 .box {
    background-color: #fff;
    color: rgba(255, 255, 255, .85);
    border-radius: 0; 
    padding: 20px;
	font-size: 100%;
}
 #grid2 .box.j,
 #grid2 .box.w,
 #grid2 .box.y,
 #grid2 .box.x {
	padding:0;
}
 #grid2 .box.w {
	background-color: #000;
	color: rgba(255,255,255,1.0);
}

 #grid2 .box.z {
	color: #fff;
	background-color: #287f49;
	vertical-align: middle;
}
 #grid2 .box.z p {
	height: 20%;
	vertical-align: middle;
}
 #grid2 .box.z p a{
	line-height: 100%;
}
 #grid2 .box.z p a.btn-sos {
	min-width: 280px;
}
/**/
#grid2 .box.g h4 a,	
#grid2 .box.e h4 a {
	color: #fff;    
}
#grid2 .box h2 a {
	color: rgba(255,255,255,1.0);	
}
#grid2 .a {
  text-align: center;
}
/* The ghost, nudged to maintain perfect centering */
#grid2 .a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
/* The element to be centered, can also be of any width and height */ 
#grid2 .a .centered-contents {
  display: inline-block;
  vertical-align: middle;
}
#grid2 .b,
#grid2 .c {
	background-color: #f6f6f6;
	color: #333;
}
#grid2 .x {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
#grid2 .d {
	color: #eee;
	background-color: #004b87;
}
#grid2 .g,
#grid2 .e {
	color: #fff;
	background-color: #d9aa28;
}
#grid2 h1,
#grid2 h2,
#grid2 h3,
#grid2 h4,
#grid2 h5,
#grid2 h6 {
    color: rgba(255, 255, 255, .6);
    color: rgba(0, 0, 0, .85);
}
#grid2 .b h1,
#grid2 .c h1 {
	color: #004b87;
}
#grid2 .g h1,
#grid2 .g h4,
#grid2 .e h1,
#grid2 .e h4 {
    color: rgba(255, 255, 255, 1.0);
}
#grid2 .x h2 {
	color: #fff;
}
#grid2 h1 {
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	text-transform: uppercase;
}
#grid2 .box img.pull-right {
	float: none;
	padding-left: 0;
	margin: 0 auto 30px;
}
/* RULES FROM REVISIONS FOR DESKTOP  */
#grid2 .box.b h3 {
	font-size: 27.5px;
    line-height: 1.2;
	color:#004b87;
}
#grid2 .box.b h5 {
    font-size: 16px;
}
#grid2 .box.b img {
    width:100%;
	margin-bottom:18px;
}
#grid2 .box.c li a {
	display: inline-block;
    padding: 2px 0;
}
#grid2 .box p.lead {
	margin-bottom: 20px; 
}
.stg-groups .gr-ev-img {
	padding-bottom: 20px;
}
.stg-groups .gr-ev-buy {
	align-self: start;
}
.stg-groups .gr-ev-details h3 {
	color: #004b87;
	margin-top: 0;
	font-weight: 700;
}
.stg-groups.accessibility .gr-ev-details ul {
	margin-top: 18px;	
}
.stg-groups.accessibility .gr-ev-details ul li {
	margin-bottom: 10px;	
}
#globalnav .gnav {  
  text-align: center;
 }
#globalnav #globalnavsocial {
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* RESPONSIVE ================================================*/
@media screen and (min-width: 268px) {
	
	/* GRID - EVENTLIST */
	#eventsgrid.grid-container {
		display: block;
		position: relative;
	}
	#eventsgrid #eventslist.grid-item {
		display: block;
	}
	#eventsfilters .accordion-body.rl_sliders-body.nn_sliders-body.collapse { 
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2000;
		width: 270px;
		height:0;
		background-color: #f6f6f6;
		-webkit-box-shadow: -5px 0 10px rgba(0,0,0,.2);
		box-shadow: -5px 0 10px rgba(0,0,0,.2); 
		padding:0;
		overflow: hidden;
	}
	#eventsgrid #eventsfilters.grid-item .accordion-body.rl_sliders-body.nn_sliders-body.collapse.in {
		height: 100%;
		bottom: 0; 
		overflow: auto;
	}
	#eventsfilters .eventlistfiltermod:last-child {
		padding-bottom: 0px;
	}
}
@media screen and (min-width: 560px) {
	#showpage_ctas .flex-container {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#showpage_ctas .flex-item {
		width: 33.33%;
	}
}
@media screen and (min-width: 600px) {
	.stg-groups .gr-ev-img {
		padding-bottom:0;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.stg-groups .gr-ev-container  {
		display: grid;
		grid-template-columns: 215px auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.stg-groups .gr-ev-img {
		grid-column: 1;
		grid-row: 1;
		padding-bottom:0;
	}
	.stg-groups .gr-ev-details {
		grid-column: 2;
		grid-row: 1 / 3;
	}
	.stg-groups .gr-ev-buy {
		grid-column: 1;
		grid-row: 2 / 2;
	}
}
@media screen and (min-width: 670px) {
	#grid2 .box img.pull-right {
		float: right;
		padding-left: 40px;
	}
}
@media screen and (min-width: 768px) and (min-height: 600px) {
	#grid2 .box {
		   padding: 20px 50px 20px 150px;
		   padding: 20px;
	}
  	#grid2 .box.w {
		   padding: 0px;
	}
	#grid2 .a {
		text-align: left;
	} 
	/* GRID */
	#globalnav {
		display: grid;
		grid-gap: 2%; 
		grid-template-columns: 36% 30% 30%;
		grid-template-rows: auto;
	}
	#globalnav .gnav {  
	  text-align: left;
	 }
	 /* BACKUP BEFORE INSERTING ABOUT MENU
	#globalnav .menu_events {
		grid-column: 1;
		grid-row: 1 ;
	}
	#globalnav .menu_theatres {
		grid-column: 2;
		grid-row: 1;
	}
	 #globalnav .menu_support {
		grid-column: 2;
		grid-row: 2;
	} 
	#globalnav .menu_edu {
		grid-column: 3;
		grid-row: 1 / 3;
	}
	#globalnav .menu_login {
		grid-column: 1;
		grid-row: 2;
	}
	*/
	#globalnav .menu_events {
		grid-column: 1;
		grid-row: 1 ;
	}
	#globalnav .menu_theatres {
		grid-column: 2;
		grid-row: 1;
	}
	 #globalnav .menu_support {
		grid-column: 2;
		grid-row: 2;
	} 
	#globalnav .menu_edu {
		grid-column: 3;
		grid-row: 1;
	}
	#globalnav .menu_about {
		grid-column: 1; /* was col 3*/
		grid-row: 2; /* was row 2*/
	}
	#globalnav .menu_login {
		grid-column: 3; /* was in column 1 */
		grid-row: 2;
	}
	#globalnav .menu_social {
		text-align: left;
	}
	#globalnav .menu_sponsors {
		display: none;
	  }
	#globalnav #globalnavsocial {
	  border-bottom: 0px;	
      	grid-column: 1;
		grid-row: 2; 
	}
}	
@media screen and (min-width: 768px) and (min-height: 600px) {
	#globalnav .menu_about {
      	margin-top: -280px; /* was -300px on 3-24 */
	}
	#globalnav .menu_login {
		margin-top: -15px; /* was -35px */
	}
	#globalnav .menu_support {
		margin-top: -250px; /* was -300px */
	} 
    #globalnav #globalnavsocial {
      margin-top: 40px;
      text-align: left;
    } 
}  
@media screen and (min-width: 841px) and (min-height: 600px) {
	#globalnav .menu_about {
      	margin-top: -270px; /* was -290px on 3-24 */
	}
	#globalnav .menu_login {
		margin-top: -15px; /* was -35px */
	}
	#globalnav .menu_support {
		margin-top: -240px; /* was -270px */
	}  
    #globalnav #globalnavsocial {
      margin-top: 40px;
      text-align: left;
    }  
}
@media screen and (min-width: 903px) and (min-height: 600px) {
    #globalnav .menu_about {
		margin-top: -240px; /* was -300px */
	}   
	#globalnav .menu_login {
		margin-top: 0px; /* was 25px done on 3-24 */
	}  
    #globalnav .menu_support {
		margin-top: -200px; /* was -230px */
	} 
    #globalnav #globalnavsocial {
      margin-top: 70px;
      text-align: left;
    }  
}	
@media screen and (min-width: 1300px) and (min-height: 600px) {
    #globalnav .menu_about { 
		margin-top: -220px; /* was -260px */
	}  
	#globalnav .menu_login {
		margin-top: -10px; /* was 45px done on 3-24 */
	}   
    #globalnav .menu_support {
		margin-top: -180px; /* was -210px */
	} 
  	#globalnav #globalnavsocial {
      margin-top: 90px;
      text-align: left;
    }  
  
}	

@media screen and (min-width: 768px) and (max-width: 979px) and (min-height: 600px) {
	.stg-groups .gr-ev-container  {
		display:grid;
		grid-template-columns: auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 0;
		grid-row-gap: 20px;
	}
	.stg-groups .gr-ev-img {
		grid-column: 1;
		grid-row: 1;
	}
	.stg-groups .gr-ev-details {
		grid-column: 1;
		grid-row: 2;
	}
	.stg-groups .gr-ev-buy {
		grid-column: 1;
		grid-row: 3;
	}
}
@media screen and (min-width: 882px) {
	#showpage_ctas {
		margin-left: 2%;
	}
	#showpage_ctas .flex-container {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#showpage_ctas .flex-item {
		width: 100%;
	}
}
@media screen and (min-width: 1080px) {
	#eventsgrid.grid-container {

		margin-right: 240px;
	}
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
	.stg-groups .gr-ev-container  {
		display: grid;
		grid-template-columns: 215px auto;
		grid-template-rows: auto auto auto;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
	.stg-groups .gr-ev-img {
		grid-column: 1;
		grid-row: 1;
	}
	.stg-groups .gr-ev-details {
		grid-column: 2;
		grid-row: 1 / 3;
	}
	.stg-groups .gr-ev-buy {
		grid-column: 1;
		grid-row: 2 / 2;
	}
}
@media screen and (min-width: 1080px) {

	/* GRID - EVENTLIST 
	#eventsgrid.grid-container {
		display: grid;
		position: static;
		grid-gap: 0%; 
		grid-template-columns: 40% 60%;
	}
	#eventsgrid #eventsfilters.grid-item {
		grid-column: 1;
		grid-row: 1 ;
	}
	#eventsgrid #eventslist.grid-item {
		grid-column: 2;
		grid-row: 1 ;
	}
	#eventsfilters .accordion-body.rl_sliders-body.nn_sliders-body.collapse { 

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: static;

		width: 100%;
		height: auto;
		background-color: #f6f6f6;
		-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
		box-shadow: 0 0 0 rgba(0,0,0,0); 

		overflow: auto;

	}
	#eventsgrid #eventsfilters.grid-item .accordion-body.rl_sliders-body.nn_sliders-body.collapse.in {
		height: auto;
		overflow: auto;
	}
	#eventsfilters .btn#closefilters {
		display:none;
	}*/
}
@media screen and (min-width: 1200px) {
	#grid2.wrapper {
		display: grid;
		grid-gap: 0%; 
		grid-template-columns: 33.33% 33.33% 33.33%;
	}
	#grid2 .box {
		padding: 20px;
	}
	#grid2 .box.c {
		grid-column: 1 / span 2;
		grid-row: 1 ;
		padding: 20px;
	}
	#grid2 .box.b {
		grid-column: 3 ;
		grid-row: 1; 
	}
	#grid2 .w {
		grid-column: 1 / span 3;
		grid-row: 2;
	}
	#grid2 .box.y {
		grid-column: 1 / span 2;
		grid-row: 3;
	}														 
	#grid2 .box.z {
		grid-column: 3;
		grid-row: 3;
	}
	#grid2 .box.d {
		grid-column: 3 ;
		grid-row: 3 ;
	}	
	#grid2 .x {
		grid-column: 1 / span 3;
		grid-row: 4 ;
	}													 
	#grid2 .box.a {
		grid-column: 1 / span 2;
		grid-row: 5 ;
	}														 
	#grid2 .box.e {
		grid-column: 3 ;
		grid-row: 5 ;
	}
  	#grid2 .box.f {
		grid-column: 1;
		grid-row: 6;
	}
	#grid2 .box.g {
		grid-column: 2;
		grid-row: 6;
	}
	#grid2 .box.h {
		grid-column: 3;
		grid-row: 6;
	}
	#grid2 .box.j {
		grid-column: 1 / span 3;
		grid-row: 7;
        padding:0;
	}
	#showpage_ctas .flex-container {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#showpage_ctas .flex-item {
		width: 33.33%;
	}
	.stg-groups .gr-ev-container  {
		display: grid;
		grid-template-columns: 215px auto 120px;
		grid-template-rows: auto;
		grid-column-gap: 20px;
	}
	.stg-groups .gr-ev-img {
		grid-column: 1;
		grid-row: 1;
		padding-bottom: 0;
	}
	.stg-groups .gr-ev-details {
		grid-column: 2;
		grid-row: 1;
	}
	.stg-groups .gr-ev-buy {
		grid-column: 3;
		grid-row: 1;
	}
	.stg-groups.accessibility .gr-ev-container, 
	.stg-groups.group-tix .gr-ev-container  {
		grid-template-columns: 215px auto;
	}
}
