html {
  scroll-behavior: smooth;
}

.h1, .display-1 {
	text-shadow: none;
	color: black;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.content img {
	width: 100%;
	height: auto;
}

.content a:not([class^="btn"]) {
	text-decoration: underline;
}

#page-headline {
	scroll-padding-top: 600px;
}

.has-border {
	border: 1px solid #000;
}


.content.blog-content h2 {
	font-size: 46px;
	line-height: 1.1 !important;
	text-shadow: none;
	color: black;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
   }
  @media (min-width: 768px) {
    .content.blog-content h2 {
      font-size: 60px;
      line-height: 1.2 !important; } }
  @media (min-width: 992px) {
    .content.blog-content h2 {
      font-size: 80px; } }
  @media (min-width: 1200px) {
    .content.blog-content h2 {
      font-size: 100px; } }

h1.special-message {
	font-size: 46px;
	line-height: 1em !important;
	text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}


p.smaller-type {
	font-size: 1rem;
}

p.smaller-type a {
	text-decoration: underline;
}

.intro-copy {
	font-family: "FoundersGroteskCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 46px;
	font-weight: 600;
	letter-spacing: 1.25px;
	line-height: 1;
	text-transform: none;
	padding-right: 3%;
	padding-left: 3%;
}

@media screen and (max-width: 768px) {
	.intro-copy {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.intro-copy {
		font-size: 30px;
	}
}
@media screen and (min-width: 992px) {
	.intro-copy {
		font-size: 44px;
	}
}
@media screen and (min-width: 1024px) {
	.intro-copy {
		font-size: 46px;
	}
}


/* Ribbon */
.ribbon {
	font-size: 0.90rem;
	background-color: rgb(248, 109, 174);
	color: #000;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	position: fixed;
	z-index: 9999;
	width: 100%;
	line-height: 1.15rem;
	letter-spacing: 0;
	padding-left: 10%;
	padding-right: 10%;
}

.ribbon p {
	margin: 0;
}

.ribbon a {
	color: #000;
}

#header {
	/*margin-top: 30px;*/
	margin-top: 0;
}

#main {
	/*margin-top: 30px;*/
	margin-top: 0;
}

.carousel-inner {
	margin-top: 16px;
}


/* Anchor Offset
This accounts for the top bars when clicking an anchor link 
*/
.anchor::before {
  scroll-margin-top: 200px;
}

@media screen and (max-width: 767px) {
	.anchor::before {
	  scroll-margin-top: 200px;
	}
}


/* Single Event Image Crop
This crops from the bottom of the image responsively to achieve a skinnier image only on 768px screens and higher because otherwise it uses the medium image
*/
@media screen and (min-width: 768px) {
	.single-event-img-scaler {
		display: block;
		overflow: hidden;
	}
	.single-event-img-scaler img {
		margin: 0 0 -5.7% 0;
	}
}


@media screen and (max-width: 1339px) {
	#header {
		/*margin-top: 30px;*/
		margin-top: 0;
	}

	#main {
		/*margin-top: 30px;*/
		margin-top: 0;
	}
}

@media screen and (max-width: 1199px) {
	.ribbon {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#header {
		/*margin-top: 30px;*/
		margin-top: 0;
	}

	#main {
		/*margin-top: 30px;*/
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.ribbon {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.ribbon p {
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	#header {
		/*margin-top: 30px;*/
		margin-top: 0;
	}
	
	#main {
		/*margin-top: 30px;*/
		margin-top: 0;
	}
	
	.carousel-inner {
		margin-top: 36px;
	}
	
	h1.special-message {
		font-size: 28px;
		line-height: 1em !important;
	}
}

@media screen and (max-width: 767px) {
	.ribbon {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.ribbon p {
		letter-spacing: 0;
		font-size: 0.60rem;
		line-height: 12px;
	}
	
	#header {
		/*margin-top: 20px;*/
		margin-top: 0;
	}
	
	#main {
		/*margin-top: 20px;*/
		margin-top: 0;
	}
	
	.carousel-inner {
		margin-top: 40px;
	}
	
	h1.special-message {
		font-size: 18px;
		line-height: 1em !important;
	}
}

/* COVER STYLE CAROUSEL / like Event Venues homepage */
.carousel.cover-style {
	margin-top: -26px;
}

@media screen and (max-width: 1339px) {
	.carousel.cover-style {
		margin-top: -26px;
	}
}

@media screen and (max-width: 1199px) {
	.carousel.cover-style {
		margin-top: -36px;
	}
}

@media screen and (max-width: 1024px) {
	.carousel.cover-style {
		margin-top: -36px;
	}
}

@media screen and (max-width: 767px) {
	.carousel.cover-style {
		margin-top: -40px;
	}
}

h3.display-4 {
	text-shadow: none;
	color: black;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-size: 2.3rem;
	letter-spacing: 1px;
}

/* SEARCH RESULTS */
hr.dark:last-of-type {
	color: #fff;
	background-color: #fff;
	margin-top: 0;
}

.results-section a.readmore {
	font-family: "FoundersGroteskCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 17px;
	line-height: 20px;
	text-decoration: underline;
	display: block;
	margin-bottom: 1rem;
}

.results-section h2 {
	margin-bottom: 0;
	line-height: 1;
}

.results-section a.link {
	margin-bottom: 0;
}

hr.dark {
    border: none;
    height: 1px;
    color: #000; /* old IE */
    background-color: #000; /* Modern Browsers */
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Revert back if out of whack */
.display-3 {
	line-height: 1;
}

.detail-area h1 {
	line-height: 0.9 !important;
	text-shadow: none;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

div.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* HOME */
.carousel-caption h1.style01 {
	 text-shadow: none;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.carousel-caption h1.style02 {
	 text-shadow: none;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-title {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.subscribe-area.home {
		min-height: 167px;
	}
}

.slick-dots {
	margin-top: -20px;
}

/* CATEGORY AREA: LTR Fix */
.category-slide .category-list-ltr, .date-slide .category-list-ltr {
	border-bottom: 1px solid #000;
	padding-left: 0;
	padding-right: 0;
}

.category-slide .category-list-ltr a, .date-slide .category-list-ltr a {
	display: block;
	padding: 13px 17px 12px;
}

.category-slide .category-list-ltr a.active, .date-slide .category-list-ltr a.active {
	text-decoration: underline;
}

.category-slide .category-list-ltr a:hover, .date-slide .category-list-ltr a:hover {
	background: #000;
	color: #fff;
}

@media screen and (max-width: 991.98px) {
	.category-slide .wrap .category-list-ltr:last-child, .date-slide .wrap .category-list-ltr:last-child  {
		border-bottom: 0;
	}
}


@media screen and (min-width: 992px) {
	.category-slide .category-list-ltr, .date-slide .category-list-ltr {
		border-bottom: none;
	}

}

@media screen and (min-width: 992px) {
	.category-slide .category-list-ltr a:hover, .date-slide .category-list-ltr a:hover {
		background: none;
		text-decoration: underline;
		color: #000;
	}
}

@media screen and (min-width: 992px) {
	.category-slide .category-list-ltr a, .date-slide .category-list-ltr a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}


/* INSIDE CAROUSEL: Background Fix */
.carousel-caption {
	text-shadow: 1px 1px 3px #888;
}

.carousel-caption .photo-credit {
	font-size: 0.60em;
	display: block;
}

@media screen and (max-width: 767.98px) {
	.carousel-inner {
		margin-top: 0;
	}
	.carousel-medium .carousel-item {
	  min-height: 300px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}


@media screen and (min-width: 768px) {
	.carousel-inner {
		margin-top: 0;
	}
	.carousel-medium .carousel-item {
	  min-height: 400px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}

@media screen and (min-width: 992px) {
	.carousel-inner {
		margin-top: 0;
	}
	.carousel-medium .carousel-item {
	  min-height: 610px;
	  background: no-repeat center center scroll;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
}

/* LISTINGS */
.partners-list a {
	min-height: 140px;
}


img.border-fix {
	padding-left: 2px;
	padding-right: 2px;
}

img.award {
	width: 50px;
	max-width: 50px;
}

/* EVENTS */
.location-holder address.full-width {
	max-width: none;
}

.promotion-bar {
	font-family: "Neutraface2TextTT-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: #000;
	color: #fff;
	text-align: center;
	padding: 8px 0 6px 0;
	font-size: 20px;
}

.promotion-bar a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.promotion-bar {
		font-size: 13px;
	}
}


/* BLOG */
a.btn-blog-category {
	 text-decoration: underline !important;
}

.blog-metadata h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

@media (min-width: 992px) {
	.blog-metadata h3 {
		font-size: 28px;
	}
}

.blog-metadata .text {
	font-size: 18px;
	line-height: 24px;
}

@media screen and (min-width: 992px) {
	.blog-metadata .text {
		font-size: 24px;
		line-height: 30px;
	}
}

h6.stroke {
	font-size: 1.75rem;
	font-weight: 600;
	color: black;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	margin-bottom: -10px;
}

/* Photo Gallery */
.gallery-info .title {
	font-family: "FoundersGroteskCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    margin: 0 0 2px;
}

@media screen and (min-width: 1440px) {
	.gallery-info .title {
		font-size: 28px;
	}
}

/*BEGIN ADDITIONAL FORM STYLES */
.form.allow-full {
	max-width: none;
}

.interest-category {
	font-family: "FoundersGroteskCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.8125rem;
	text-transform: uppercase;
}

/* Implement if needed
@media (max-width: 767.98px) {
	.row .interests {
		padding-left: 0 !important;
	}
}*/

.archive-paging .btns-list {
	padding: 0; 
}
@media (min-width: 1200px) {
  .archive-paging .btns-list {
	padding: 0 0 47px; 
	} 
}
@media (min-width: 1440px) {
  .archive-paging .btns-list {
	margin: -3px 0 0; 
	} 
}
.archive-paging .btns-list a {
  padding-right: 38px; 
}
@media (max-width: 767.98px) {
	.archive-paging .btns-list a {
	  font-size: 18px; 
	  } 
}
.archive-paging .btns-list a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 38px;
	bottom: 0;
	height: 1px;
	background: #000;
	-webkit-transition: opacity 0.4s ease, visibility 0.4s;
	transition: opacity 0.4s ease, visibility 0.4s; 
}
.archive-paging .btns-list a:hover {
	opacity: 0.7; 
}
.archive-paging .btns-list a:hover:before {
	opacity: 0;
	visibility: hidden; 
}
.archive-paging .btns-list a.back {
	padding-left: 38px;
	padding-right: 0; 
}
.archive-paging .btns-list a.back:before {
	  right: 0;
	  left: 38px; 
}  
.archive-paging .btns-list a.back:after {
	left: 0;
	right: auto;
	top: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}

/* Footer */
#footer {
	background: #fff;
}
#footer .btn.btn-primary {
	font-size: 22px;
	line-height: 26px;
	background: #223fb4;
	border-color: #223fb4;
}
#footer h4.covid-msg {
	color: #223fb4;
}
#footer h4.covid-msg a {
	color: #223fb4;
	text-decoration: underline;
}

@media (max-width: 1024px)  {
	.matter-container {
				position: relative;
				padding-bottom: 56.27%;
				padding-top: 35px;
				height: 0;
				overflow: hidden;
				border: 0px;
		}
	.matter-container iframe{
				display: block;
				position: absolute;
				top: 0px;
				width: 100%;
				height: 100%;
				max-width: 853px;
				max-height: 480px;
		}
	}
}