
/* CSS TO FOLD INTO OFFICIAL CSS LATER */



/* Navigation/Menu fixes */

.main-navigation ul.menu li > a {
	font-size:1.25rem;
}

.main-navigation ul.sub-menu--primary ul.sub-menu--secondary li a {
	font-size:1rem;
/* 	color:rgba(253,130,4,.9); */
	color:#0083c2;
}

.main-navigation ul.sub-menu--primary ul.sub-menu--secondary li a:hover {
	color:rgba(0,131,194,.6);
}

.main-navigation ul.menu li.get_tickets > a {
	color:#74a333;
}

.main-navigation ul.menu li > a {
	margin:0 0 0 30px;
}

.utility-nav__menu li > a {
		padding-left:16px;
		font-size:.85rem;
	}

.utility-hours {
	font-size:.85rem;
	font-weight:900 !important;
	padding-top:2px;
}

@media (min-width: 1026px) {
.main-navigation ul.sub-menu--primary .submenu {
    margin: 0 5% 0 0;
	}
}

@media (max-width: 990px) {
	.utility-nav__menu li > a {
		padding-left:14px;
		font-size:.85rem;
	}
}

.header, .header__container {
	background:#ffffff;
}

/* Small fixes */

.single-post .article__content figcaption {font-size:1.15rem}

.single-post .article__content figure {margin-bottom:2em}

.button {
	border-bottom:none !important;
}

hr {
	border-bottom:1px solid #dddddd;
}

[data-bg="black"] {
    background-color: #000000;
}

[data-content="editor"] a { border:0;
}

.mixed-content__snippet h3 {
font-weight:bold
}



/* Not sure about this globally
.card__snippet {
	font-size:1.375rem !important;
}
*/

.sgpb-popup-close-button-4 {
	font-size:.9em;
	text-transform:uppercase;
}

.cta-block {
	padding:40px !important;
}

.post-card__tag {
	font-size:1rem !important;
}

.body-copy__copy ol {
	list-style-type:decimal;
}

.body-copy__copy ol li {
	margin-left:1em;
	margin-bottom:.5em;
}

img.size-full {
	width:100%;
	height:auto;
}

blockquote {
	margin:1em auto;
	padding:0 10%;
	font-size:1.8rem;
	font-weight:600
}

#page #main article .body-copy__copy ul li {margin:0 0 1em}


.footer h4 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 10px;
    padding: 0;
}

.footer div.smallfoot,
.footer .footer__prices-text,
.footer .footer__hours-text {
	font-size:18px;
	line-height:24px !important;
}


/* Problems with "content sidebar" module */

.cs__container {
	padding:40px 0 0 0 !important;
}

/* Those daggun buttons on MORE WAYS TO GIVE */
@media only screen and (min-width:  1026px) {

	.page-id-2001 .colored-buttons {
	padding:0 40px 30px 0 !important;
	}
}


/* Breadcrumbs adjustments */
.hero__breadcrumbs {
	font-size:1rem !important;
	font-weight:600 !important;
}

.breadcrumb_last {display:none}




/* turn off the thumbnail zoom thing */

a.card img {
transform:none !important;
transition: none !important;	
}
a.card:active img,
a.card:hover img,
a.card:active img{
transform:none !important;
transition:none !important;
}




/* set off utility nav link color from utility hours */
.utility-nav__menu li a {color:#0099a8}


/* Is the slider causing problems on mobile??? */

@media only screen and (max-width: 900px) {/*
section.image-slider {display:none}*/
}



   /* Fix "overlay shading" */
.feature.overlay:after {
background: rgb(102,102,102);
background: linear-gradient(0deg, rgba(102,102,102,0.75) 0%, rgba(255,255,255,0) 50%);
  }

.overlay:after {
background: rgb(102,102,102);
background: linear-gradient(0deg, rgba(102,102,102,0.75) 0%, rgba(255,255,255,0) 50%);
  }



	
/* Some header sizing adjustments */

.card__heading {
	font-size:2rem !important;
  }

.explore-archive__grid .explore-post__title {font-size:1.5rem !important}



@media (min-width: 1026px) {

.hero[data-type="v1"] .hero__heading,
	.explore-archive__title{
		font-size:5rem !important;
	  }
	
	
/* Header tweak just for the logo page */
.page-id-7932 h1.cards__header {
	font-size:2em;
}

@media only screen and (max-width: 900px) {
.page-id-7932 h1.cards__header {
	font-size:1.5rem;
  }
}	
	
	
	
/* reduce the excessive V4 title padding */	
.hero[data-type="v4"] {
    padding: 20px 0px !important;
    }	
	
/* scale down v5 header a bit */
	.hero[data-type="v5"] h1.hero__heading {font-size:4rem;}
	
}

/* Home page mobile adjustments for hero header */


/* Home page header finessing */

.home-subhead {
	  font-weight: 500; 
	  font-size: 1.5rem; 
	  max-width: 100%; 
	  margin: 40px auto;
    }	

/* Small screen */
@media only screen and (max-width: 900px) {
.home .hero[data-type="v1"] .hero__heading,
.hero[data-type="v5"] .hero__heading {
	font-size:2rem !important;
	}
	
.home-subhead {
    text-align: center; 
	  font-weight: 500; 
	  font-size: 1.5rem; 
	  max-width: 100%; 
	  margin: 40px auto;
    }	
	
	h2.mf__header {
		font-size:1.8rem;
	}
	
	h1.post-grid__header {
	  color:#0083c2;
		font-size:2rem
	}
	
	h2.card__heading {
	font-size:1.4rem !important;
}
	
	
	
} 

/* .hero[data-type="v1"] .hero__heading {
font-size:2rem !important;
} */

	h1.post-grid__header {
	  color:#0083c2;
	}

/* Bigger screen */
@media (min-width: 1026px) {
.hero[data-type="v1"] .hero__heading {
   font-size:5rem !important;
  }

.home	.hero[data-type="v1"] .hero__heading {
   font-size:4rem !important;
  }
	
	
.home-subhead {
    text-align: center; 
	  font-weight: 500; 
	  max-width: 80%; 
	  margin: 40px auto;
    }		
}


.page .body-copy__copy h3 {
	font-weight:800;
}


/* End header sizing adjustments




/* Blog landing page fixes */

.post-card--featured {
	margin-bottom:40px !important;
}

.post-card--featured .post-card__description {
	font-size:1.4rem;
}


@media (min-width: 1026px) {
  .post-card--featured .post-card__content {
   width:47% !important;
	 }
	
	.post-card--featured .post-card__image {
		width:50% !important;
	}
}
	

/* Let's hide the filter on mobile and tone down the header/subheader*/
@media only screen and (max-width: 900px) {
section.blog-filter__container {display:none;}

	h1.blog-header__title {
		line-height:100%;
		font-size:2.5rem;
		margin-bottom:16px;
	}
	
	h2.blog-header__subtitle {
		font-size:1.6rem;
		font-weight:500;
	}

}
	
/* adjusting some sizing issues with blog posts */
.single-post .article__sidebar .heading,
.single-post .article .article-author .name,
.single-post .article__date {
	font-size: .9rem !important;
	text-transform:uppercase;
	line-height:100%;
}


.single-post .article__sidebar .heading {
	color:#999999 !important;
}

.single-post h3 {
	font-weight:600;
}



/* Hide author photo for now */
.single-post .article .article-author__image {
	display:none;
}

/* .single-post .article__breadcrumbs a {
	color:# !important;
	font-weight:500 !important;
	font-size:.9rem !important;
} */

.single-post .article__breadcrumbs {display:none}

.single-post .article .article-author .name {
	font-size:1rem !important;
}

.article-related__container h4 {
	font-size:1rem !important;
	}


.single-post .article .article-author .title {
	font-weight:500 !important;
	font-style:italic !important;
	line-height:120%;
	margin-top:6px;
}

/* 
.single-post .article li a.social-share__link {
	color:#666666 !important;
} */



@media (min-width: 1026px) {
	.single-post .nav-links a {
	font-size:1.5rem !important;
  }
}
/* End blog post adjustments */


/* Single event page cleanup */
.se-sidebar {display:none !important}

.single-exhibit__container {
		margin-top:0 !important;
}

.se-content ul {
	list-style-type:bullet !important;
  }




/* Custom Content / Block finessing */

.block h2 {margin-top:0;font-weight:800}

.block p {font-size:1.375rem}

.block h5 {font-weight:bold}

.block strong {font-weight:bold}
.block .smaller {font-size:1.25rem}

.custom-content__heading h2 {font-weight:800}


@media only screen and (max-width: 900px) {

	.block {margin-top:1em;}
	
}


/* A floating sidebar element to the right */
.smash-float-bar-right {
	padding:2em;
	border-radius:8px;
	background:#eeeeee;
	float:right;
	margin:0 0 20px 40px
}


/* Press Release styling */

.release {
	font-size:1.375rem;
	max-width:960px;
	margin:0 auto;
  }

.release .article__breadcrumbs {display:none;}

.release h1.article__title {
	margin-top:40px;
	font-size:3rem;
   }

.release .article__sidebar,
.release .article__date {display:none;}

.release .article__container {background:#ffffff;}

.press-releases h5 {
	margin:30px 0 6px 0;
  }

.press-releases h4 {
	margin:0 0 6px;
  }



/* OTHER ROGUE CSS */

/* Test fixes */

.smash-third {
	display:block;
	width:33.33%;
	}

.smash-two-third {
	display:block;
	width:66.66%;
	}

.smash-quarter {
	display:block;
	width:23%;
	}

.smash-half {
	display:block;
	width:49%;
}


.smash-right {
	float:right
	}

.smash-left {
	float:left;
	}

.clean-top {
	margin-top:0 !important;
	margin-bottom:1em !important;
	}

.smash-pad-right {
	padding-right:30px
	}

.smash-pad-left {
	padding-left:30px
	}

	.smash-margin-right {
		margin-right:20px;
	}
		
	.smash-margin-left {
		margin-left:20px;
	}

.smash-icon-right {
	float:right;
	width:80px;
	height:auto;
  margin-left:20px;
	margin-bottom:20px;	
}



.smash-icon-left {
	float:left;
	width:80px;
	height:auto;
	margin-top:5px;
  margin-right:30px;
	margin-bottom:20px;	
}

.smash-item-box p {
	clear:both;
	font-size:1.1rem;
	padding:10px 0;
	}

.smash-item p {
	font-size:1.1rem;
}

.smash-box {
	display:block;
	padding:1em;
	border:1px solid #dddddd;
	background:#ffffff;
	margin-right:2%;
	margin-bottom:20px;
	text-align:center;
}

.smash-box h4 {
	font-weight:800;
	font-size:1.3rem;
	margin:0 0 10px 0;
}
.smash-box h3 {
	font-weight:500;
	font-size:2.5rem;
	margin:0 0 10px 0;
}

.smash-box h5 {
	font-weight:500;
	font-size:1.1rem;
	margin:0 0 10px 0;
	padding:0
}

.smash-box p {
	font-size:1em;
	color:#666666;
	}

.smash-box a.button {
	margin:0;
	font-size:1.1rem;
}

.smash-box h5 a,
.smash-item p a {
	color:#fd8204
	}

.smash-sublist {
	font-size:1.25rem;
}

.smash-clear {
  content: "";
  display: table;
  clear: both;
	}



/* Mobile/Small screen adjustments */

@media only screen and (max-width: 900px) {
 
		.smash-third,	
	  .smash-quarter,
	  .smash-two-third,
		.smash-half,
		.smash-item,
		.smash-box,
	  .smash-float-bar-right {
			display:block;
			width:100%;
		}
	
		.smash-right,
		.smash-left {
			float:none;
		}
		
	.smash-pad-right {
		padding-right:0
	}
	
	.smash-pad-left {
		padding-left:0
	  }
			
	.smash-margin-right {
		margin-right:0;
	}
	
	
	.smash-margin-left {
		margin-left:0;
	}

	.smash-icon-right,
	.smash-icon-left{
		float:none;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		}

	
	.smash-item img,
	.smash-item img.smash-half,
	.smash-item img.smash-right,
	.smash-float-bar-right {
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
	
	/* Adjust tables for small screens */
	
	table td {font-size:.9rem;}
	
	
	/* Adjust some mobile nav issues */
	
		.main-navigation #primary-menu li {
    padding: 6px 0;
		}
	
}	

.wrapper form.post-password-form {
    margin-top: 50px;
}
form.post-password-form input[type="submit"] {
    margin-top: 20px;
}

.additional-block h3{
	font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin: 10px  0px;
  padding: 0;
}
.footer__right-col {
    max-width: 370px;
}