/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	padding: 0;
	margin: 0;
	border: 0;
  	interpolate-size: allow-keywords;
}
html:not(:has(.calendar-container)) {
	scroll-behavior: smooth;
}
body {
	padding: 0;
	margin: 0;
	border: 0;

	max-width: 100%;
	min-height: 100vh;
/*	background-color: rgba(76,81,99,1.00);*/
	color: rgba(78, 81, 88, 1);
	font-family: Montserrat,arial,sans-serif;
	font-weight: 400;
	font-size: clamp(70%, 1vw, 90%);	
	
	display: flex;
	flex-direction: column;
	
	opacity: 0;
	transition: opacity 0.3s;
}
footer {
	order: 10;
}

body p{
	line-height: 1.5em;	
}

h1, .h1 {
	margin: 0;
	font-size: min(10vw, 3.3em);
	color: rgba(76,81,99,1.00);
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 0.1em;
	text-align: center;
}

h2 {
	margin: 0;
	font-size: 2em;
	color: rgba(180,180,180,1.00);
	line-height: 1em;
	font-weight: 400;
}

h1 + h2 {
	margin-bottom: 1em;
}

h3{
	font-size: 2.1em;
	margin: 2em 0;
	color: white;
	background-color: rgba(113,21,58,1.00);
	padding: 0.25em 0.5em;
}
p {
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.8em;
	margin-top: 0;
}
.storeBody p {
	font-size: 1em;
	font-weight: 400;
}

p + h1, h1 + p, .h1 + p{
	margin-top: 1em;
}

a{
	text-underline-offset: 5px;
	color: rgba(113,21,58,1.00);
	font-weight: 600;
}

img {vertical-align: top;}
img.image-left{
	float: left;
	margin: 0 2em 2em 0;
}

input,
textarea,
select{
	outline: none;
}

.tbl{display: table}
.tr{display: table-row}
.td{display: table-cell; vertical-align: top;}

.login-indicator {
	order: 11;
	background-color: black;
	color: white;
	padding: 5px 10px;
	position: sticky;
	bottom: 0;	
	z-index: 40001;
	vertical-align: top;
	font-size: 80%;
	display: flex;
	justify-content: space-between;
}
.login-indicator > div {
	flex: 0 0 0;
	white-space: nowrap;
}
.header-link {
	font-size: inherit!important;
	text-transform: none!important;
	margin-top: 0!important;
	border-bottom: none!important;
	text-decoration: none;
}
.scroll-target {
	position: relative;
	top: -100px;
}

/* --------------------------- SITE HEADER ------------------------------ */

header{
	width: 100%;
	background-color: white;
	z-index: 40000;
	position: sticky;
	top: 0;
	transition: all 0.5s;
}

header > div:nth-of-type(1){
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0 2em;	
	padding: 0em clamp(1em, calc(100% - 1700px), 6em);
	position: relative;
	z-index: 2;
	background-color: white;
}

header nav{
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: clamp(0.9em, 1.9vw, 1.2em);
	width: 100%;
	gap: 0 1em;
	flex-wrap: nowrap;
	text-align: center;
	background-color: rgba(180,180,180,1);
	background-image: linear-gradient(90deg, rgba(53,149,195,1.00), rgba(113,21,58,1.00));
	filter: drop-shadow(0 0 50px rgba(0,0,0,0.6));
}
header nav a{
	flex: 0 0 0;
	display: block;
	padding: 0.3em 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 500;
	color: rgba(46,46,63,1.00);
	color: white;
	white-space: nowrap;
	text-decoration: none;
}
header .flyout-container{
	position: relative;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
	cursor: default;
}
header .flyout div {
	color: rgba(255,255,255,0.5);
	padding: 0.3em 0;
	white-space: nowrap;
}
header .flyout-container .flyout {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	text-align: left;
	background-color: rgba(113,21,58,1.00);
	color: white;
	margin-top: 0.3em;
	font-size: 90%;
	overflow: hidden;
	height: 0;
	padding: 0 0.5em;
	transition: all 0.3s;
}
header .flyout-container:hover .flyout{
	height: auto;
	padding: 0.5em 0.5em;
}
header .phone{
	color: rgba(171,35,35,1.00);
	font-size: 3em;
	font-weight: 700;
	padding: 0 0 0.2em 0;
	transition: all 0.5s;
}
header .phone img{
	height: 0.8em;
	vertical-align: baseline;
}

.header-logo {
	flex: 0 0 0;
	text-align: center;
	margin: 0;
	padding: 0;
}
.header-logo img{
	transition: all 0.5s;
	width: auto;
	height: 105px;
}
.header-right-column{
	flex: 0 1 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 1em;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}
.header-nav-container{
	flex: 48 1 686px;
	text-align: right;
	padding: 0;
}
.header-social{
	flex: 0 0 145px;
	flex-wrap: nowrap;
	margin: 0.5em 0;
	text-align: right;
	overflow: hidden;
	transition: all 0.4s;
}
.header-social a{
	text-decoration: none;
}
.header-social img{
	margin: 0.5em;
	width: 30px;
	height: 30px;
	transition: all 0.5s ;
}

.mobile-nav{
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	border-bottom: 2px solid rgba(91,202,244,1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 50000;
	display: none;
}
.mobile-nav figure{
	margin: 10px;
	max-width: 75%;
}
.mobile-nav > div {
	padding: 10px;
}
.mobile-nav img{
	max-width: 100%;
}
.nav-label {
	width: 2em;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.5s;
	flex: 0 0 0;
}

.nav-label hr{
	border: none;
	background-color: rgba(180,180,180,1.00);
	height: 4px;
	margin: 4px 0;
	transition: all 0.3s;
}


.nav-switch{
	position: fixed;
	top: 0;
	left: -1000px;
}

#nav_switch:checked + label + div hr:nth-of-type(1){
	transform: translateY(8px) rotate(45deg);
	transform-origin: center center;
}
#nav_switch:checked + label + div hr:nth-of-type(2){
	opacity: 0;
}
#nav_switch:checked + label + div hr:nth-of-type(3){
	transform: translateY(-8px) rotate(-45deg);
	transform-origin: center center;
}
#nav_switch:checked + label + div + header{
	transform: translateY(0);
}
#nav_switch:checked + label{
	left: 0;
}


/* ------------------ ABOVE THE FOLD --------------- */


.art-anthology-container .content-columnar{
	background-image: linear-gradient(165deg, rgba(245,245,245,1) 70%, rgba(220,220,220,1));
}
.home-text{
	font-size: 2em;
	font-weight: 500;
	line-height: 1.2em;
}

.coming-up{
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 5px;
	padding: 0 1em 1em 1em;
}

.closing-label{
	position: fixed;
	top: 0;
	left: -10000px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0);
	z-index: 3;
}

.divider-newsletter {
	background-color: rgba(113,21,58,1.00);
	color: white;
	color: white;
	text-align: center;
	container-name: nlimagebox;
	container-type: inline-size;
}
.divider-newsletter p,
.divider-newsletter h2,
.divider-newsletter td {
	color: white!important;
}
.divider-newsletter > div {
	margin: 0 auto;
}
.divider-newsletter > div:nth-of-type(1) {
	flex: 2 1 0;
	padding: 2em 2em 1em 2em;

}
#SFctr h2.SFboxttl{
	margin-bottom: 0!important;
}
.divider-newsletter > div:nth-of-type(2) {
	flex: 1 0 0;
	min-width: 450px;
}
.divider-newsletter > div:nth-of-type(2) img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.divider-newsletter .SFfrm {
	margin: 1em auto!important;
}
.divider-newsletter .SFfrm input {
	background-color: white!important;
	color: black!important;
}
.divider-newsletter #SFfrmpaybtx {
	text-align: center;
}
.divider-newsletter .SFbox {
	border: none!important;
	padding: 0!important;
}
@container nlimagebox (max-width: 1175px) {
	div.nl-sub-img-container {
		display: none;
	}
}


.home-hero{
	width: 100%;
	aspect-ratio: 7 / 1;
	max-width: 100%;
	min-height: 300px!important;
}
.home-hero img{
	width: 100%;
	height: 150%;
	object-fit: cover;
	object-position: right center;
}
.home-hero > div{
	font-size: clamp(3em, 10vw, 5.5em);
	color: white;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	line-height: 1em;
	transform: translate(-50%, -50%);
}

.meetings-banner {
/*
	background-color: rgba(76,81,99,1.00);
	color: white;
	padding: 2.5em 1em 1.5em 1em;
*/
	margin-top: 5em;
	text-align: center;
	font-size: 80%;
}

.anthology-announcement{
	position: relative;
	background-image: linear-gradient(180deg, rgba(24, 134, 187, 0.40), rgba(240, 240, 240, 1));
	padding: 4em clamp(1em, calc(100% - 1700px), 6em);
	font-size: 80%;
}
.anthology-announcement h1, h2{
	line-height: 1.2em;
}
.announcement-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3em;
	flex-wrap: wrap;
}
.announcement-image {
	flex: 1 1 500px;
	order: 2;
}
.announcement-image img{
	max-height: 400px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.announcement-text{
	flex: 1 1 500px;
	text-align: center;
}
.announcement-text > div {
	padding: 2em;
	background-color: white;
	filter: drop-shadow(0 0 75px rgba(0,0,0,0.5));
	max-width: 500px;
	width: 100%;
	margin: auto;
}
.announcement-text a {
	background-color: rgba(24, 134, 187, 1.00);
    color: white;
    text-decoration: none;
    padding: 5px 2em;
    border-radius: 3px;
}

.content-container {
	margin: 0 auto; 
	padding: 1em 2em 1em 2em; 
	text-align: left; 
	width: 100%; 
}

.meeting-info-container{
	width: 1400px;
	max-width: 100%;
	margin: 3em auto auto auto;
	padding: 2em;
	background-color: white;
/*	border: 2px solid rgba(113,21,58,1.00);*/
	border-radius: 5px;
	filter: drop-shadow(0 1em 2em rgba(0,0,0,0.2));
}

.meeting-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2em;
	flex-wrap: wrap;
}
.meeting-info > div {
	flex: 1 1 0;
}
.meeting-info-headline{
	color: rgba(53,149,195,1.00);
	font-size: 2em;
	font-weight: 600;
}
.meeting-info-image {
	flex: 0 1 0!important;
}
.meeting-info-image img{
	max-height: 400px;
	max-width: 400px;
}
.meeting-details p{
	text-align: left;
	color: rgba(78,81,88,1);
}
.meeting-details b, .meeting-details strong {
	font-weight: 600;
}
.meeting-details p:first-of-type{
	margin-top: 2em;
}
.meeting-map-container{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
	text-align: center;
	margin-top: 3em;	
}
.meeting-map-container > div {
	flex: 1 1 0;
}
.meeting-address {
	font-size: 150%;
	margin: 1em;
}

.signin-warning{
	max-width: calc(100% - 2em);
	width: fit-content;
	padding: 1em;
	margin: 5em auto;
	font-size: 2em;
	text-align: center;
	background-color: white;
	border-radius: 5px;
	filter: drop-shadow(0 0 75px rgba(0,0,0,0.5));
	
}

/* ------------------ GROUP PAGES ------------------- */

.groups {
	padding: 4em 2em;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(24, 134, 187, 0.20), rgba(240, 240, 240, 1));
	font-size: clamp(70%, 1.4vw, 100%);
}

.event-header-image img{
	max-width: 100%;
}


.group-hr{
	margin: 4em 1em;
	border: none;
	height: 5px;
	background-image: linear-gradient(90deg, rgba(53,149,195,1.00), rgba(112,21,58,1.00));
	
}

.group-ev-header{
	width: 100%;
	max-width: 1400px;
	margin: 1em auto;
	line-height: 1em;
	text-align: left;
}
.group_ev_header h1{
	text-align: center;
}

.event-container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 2em;
	flex-wrap: wrap;
	margin: 3em;
}
.event-container figure {
	margin: 0;
	flex: 0 1 auto;
	max-width: 600px;
}
.event-container figure img {
	width: 100%;
	height: auto;
}
.event-container figcaption a {
	display: block;
	padding: 0.5em 1em;
	margin: 1em auto;
	width: fit-content;
	color: white;
	background-color:rgba(113,21,58,1.00);
	font-size: 130%;
	text-decoration: none;
}

/* ----------------- STORE STYLES ------------------- */

.tvwi-store-container {
	width: 100%;
   padding: 6em clamp(1em, calc(100% - 1700px), 6em);
   text-align: center;
   position: relative;
	background-color: rgba(245,245,245,1.00);
}


/* ----------------- MEMBER AREA ---------------------*/

[name='tabselect']{
	position: fixed;
	left: -10000px;
	top: 0;
	z-index: 1000;
}
.area {
	padding: 2em;
	background-color: white;
	border-radius: 5px;
	border: 1px solid rgba(180,180,180);
	position: absolute;
	z-index: 1;
	height: 0;
}
.area *:nth-child(n + 2){
	visibility: hidden;
}

input:checked + .area {
	z-index: 2;
	position: relative;
	height: auto;
}
input:checked + .area *:nth-child(n + 2) {
	visibility: visible;
}

.area:nth-of-type(2){
	background-color: rgb(240,240,240);
}
.area:nth-of-type(3){
	background-color: rgb(240,240,240);
}
.area:nth-of-type(4){
	background-color: rgb(220,220,220);
}
.area:nth-of-type(n + 2) {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.tab {
	display: block;
	padding: 0.5em;
	border-radius: 5px 5px 0 0;
	position: absolute;
	bottom: 100%;
	left: 20px;
	background-color: rgb(255,255,255);
	border: 1px solid rgba(180,180,180);
	border-width: 1px 1px 0 1px;
	cursor: pointer;
}
.tab.downloads{
	background-color: rgb(240,240,240);
	left: calc(20px + 5.45em);
}
.tab.videos{
	background-color: rgb(240,240,240);
	left: calc(20px + 12.3em);
}
.tab.marketplace{
	left: calc(20px + 16.9em);
	background-color: rgb(220,220,220);
}

.downloads {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
	flex-wrap: wrap;
}
.market-form {
	width: 100%;
	margin: 0 auto!important;
	display: flex!important;
	align-items: flex-start;
	justify-content: space-between;
	gap:2em;
	flex-wrap: wrap;
}
.market-form > div {
	flex: 1 1 350px;
}

.BGM-form-vB.submitted input[required]:placeholder-shown,
.BGM-form-vB.submitted textarea:placeholder-shown,
.BGM-form-vB.submitted select:invalid{
	outline: 2px solid rgba(150,0,0,0.5)!important;
}

.submit-container{
	flex: 1 1 100%;
	padding: 0 calc(50% - 200px);
	margin: 0 auto;
}

.video-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1em;
	flex-wrap: wrap;
	
	figure {
		flex: 1 1 300px;
		text-align: center;
		margin: 0 auto;
	}
	figure > div {
		width: 300px;
		max-width: 100%;
		aspect-ratio: 16/9;
		margin: 0 auto;
	}
	div:nth-of-type(1){
		font-size: 140%;
		font-weight: bold;
	}
	div:nth-of-type(2){
		font-weight: bold;
	}
	div:nth-of-type(3){
		font-size: 80%;
	}
}


/* ---------------------------------- NEW MEMBERSHIP WORKS PAGES --- */

.frgrd {
	position: relative;
	text-align: center;
	margin: 0 auto;
/*
	width: 1200px;
	max-width: 100%;
*/
}
.membership {
	background-color: white;
}
.membership .frgrd > div {
	display: inline-block;
}
/*
.membership .frgrd button{
	display: block!important;
	margin: 0 auto 1px auto!important
}
*/
.membership-works-container{
	
	width: 100%;
	max-width: 60em;
	
	h3 {
		background-color: transparent!important;
	}
}
.membership-works-container:has(.content-columnar){
	max-width: none;
}

.donation-container{
	
	width: 100%;
	max-width: 40em;
	
	h1 {
		background-color: transparent!important;
		text-align: center!important;
	}
	h1 + div {
		text-align: center!important;
	}
	h1 + div img {
		position: relative!important;
	}
	h1 + div button {
		display: none!important;
	}
	td {
		padding-top: 0!important;
	}
	td input{
		width: 100%!important;
	}
	div > div > div > div button {
		box-sizing: border-box!important;
		width: 100%!important;
		text-align: center!important;
	}
	.SFerr{
		display: none;
	}
	
}

.benefits-container {
	display: flex!important;
	align-items: stretch;
	justify-content: center;
	gap: 2em;
	f;flex-wrap: wrap;
	margin: 2em;
	
	h3 {
		font-size: 1.5em;
		margin: -0.75em -0.75em 1em -0.75em;
		text-align: center;
	}
	p {
		line-height: 1.2em;
	}
	li {
		padding-bottom: 0.5em;
	}
}
.benefit {
	border: 1px solid rgba(113,21,58,1.00);
	filter: drop-shadow(0 0 2em rgba(0,0,0,0.1));
	background-color: white;
	padding: 1em;
	flex: 1 1 350px;
	text-align: left;
}

.content-columnar{
	display: flex!important;
	align-items: stretch;
	justify-content: space-between;
	gap: 2em;
	flex-wrap: wrap;
	background-color: white;
	min-height: 550px;
}
.content-columnar > .wide {
	flex: 2 1 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 1em 3em;
	text-align: left;
}
.content-columnar > .narrow {
	flex: 1 1 400px;
	position: relative;
	text-align: left;
}
.content-columnar > div > img {
/*	position: absolute;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.MWPage-container {
	display: flex!important;
	align-items: stretch;
	justify-content: space-between;
	gap: 2em;
	flex-wrap: wrap;
	background-color: white;
	min-height: 550px;
}
.MWPage-container .wide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 2 1 400px;
	padding: 4em 3em;
	position: relative;
	text-align: center;
}
.MWPage-container .narrow {
	flex: 1 1 400px;
	position: relative;
	text-align: left;
	min-height: 400px;
}

.MWPage-container .wide > div {
	display: inline-block;
}
.MWPage-container > div > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.calendar-container{
	padding: 4em 2em;
	width: 1300px;
	max-width: 100%;
}
#SFctr .SFdlg{
	text-align: center;
}
#SFctr a.SFbtn, #SFctr button{
	margin-bottom: 5px!important;
}
body {
	overflow: auto!important;
}
#SFctr h3{
	background-color: transparent!important;
}
.SF_lo, .SF_li{
	color: #FFFF00;
}
#SFusrmnu{
	margin: 0!important;
}
#SFusrmnulog{
	display: none!important;
}



/* ----------------- MARKETPLACE PAGE ---------------- */

.back-to-mkt{
	padding: 2em 2em 0 2em;
	text-align: center;
}
.back-to-mkt a{
	display: inline-block;
	background-color: white;
	color: rgba(113,21,58,1.00);
	padding: 0.5em 1em;
	border-radius: 5px;
	font-weight: 900;
	filter: drop-shadow(0 0 2em rgba(0,0,0,0.6));
}
.board-container {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 2em;
	flex-wrap: wrap;
}
.board-container .board{
	flex: 1 1 300px;
	background-color: rgba(24,134,187,1.00);
	background-color: white;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto 1fr;
	text-align: left;
	color: inherit;
	border-radius: 0.5em;
	overflow: hidden;
	filter: drop-shadow(0 0 100px rgba(0,0,0,0.1));
}
.board-container .board-image img{
	max-width: 300px;
	max-height: 400px;
	object-fit: contain;
	object-position: center;
	min-width: 200px;
	padding: 10px;
/*	filter: drop-shadow(0 0 100px rgba(0,0,0,0.5));*/
}
.board-container .board > div:nth-of-type(1) {
	grid-row: 1;
	grid-column: 1;
}
.board-container .board > div:nth-of-type(2) {
	grid-row: 1;
	grid-column: 2;
}
.board-container .board > div:nth-of-type(3) {
	grid-row: 2;
	grid-column: 1 / span 2;
}
.business-category{
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
.business-desc p{
	line-height: 1.4em;
}
.business-desc table{
	width: min(100%, 600px);
	margin: 1em auto;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0,0,0,0.5);
	border-collapse: collapse;
}
.business-desc table td {
	border-width: 0 1px 1px 0;
	border-color: rgba(0,0,0,0.5);
	border-style: solid;
	padding: 3px 5px;
}
.business-desc table td:after {
	content: '\00a0';
}
.business-name {
	font-size: 2.5em;
	margin-bottom: 0.3em;
	color: rgba(24,134,187,1.00);
	color: rgba(113,21,58,1.00);
}
.board-image {
	background-color: rgba(220,220,220,1);
	vertical-align: top;
}
.board-social {
	display: flex;
	justify-content: center;
	gap: 0.25em 2em;
	flex-wrap: wrap;
	background-color: rgba(24,134,187,1.00);
	color: white;
	padding: 1em;
}
.board-social .social{
	padding: 5px;
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.board-text {
	padding: 2em;
}
.b-card{
	margin: 0;
	padding: 10px;
	background-color: rgba(24,134,187,1.00);
	color: white;
	border-radius: 5px;
	max-width: 270px;
	position: relative;
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	grid-template-columns: 1fr;
}
.b-card-business-category{
	
}
.name-desc-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 10px;
	text-align: center;
}
.b-card-business-name{
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.b-card-image{
	width: 250px;
	height: 250px;
	margin: 10px 0;
	background-color: white;
	padding: 10px;
	object-fit: contain;
	object-position: center;
}
.b-card-fullname u{
	text-underline-offset: 5px;
	display: block;
	margin-bottom: 0.4em;
}
.b-card-submit{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: white;
	border-radius: 50%;
	border: none;
	text-align: center;
	font-weight: 900;
	font-size: 2em;
	display: block;
	width: 1em;
	height: 1em;
	line-height: 0.4em;
	color: rgba(113,21,58,1.00);
}


/* ----------------- BGM DEFAULT OVERRIDES ---------- */

.BGM-CMS-form h1{
	font-size: 3em;
	text-align: left;
	font-weight: normal;
}
.BGM-store-container h1{
	text-align: left;
	font-weight: normal;
	font-size: clamp(1.7em, 5vw, 3em);
	line-height: 1em;
}
.BGM-store-container h2 {
	font-size: clamp(1.4em, 4vw, 2em);
	text-align: left!important;
}
.BGM-store-container h3{
	font-size: 1.4em;
	font-weight: normal;
	padding: 5px 0.5em;
}
.BGM-store-container a {
	color: rgba(100,100,200,1);
	text-decoration: underline;
}
.BGM-store-container h3{
	background-color: transparent;
	color: black;
	border-bottom: 1px solid black;
}
.BGM-store-container p{
	font-size: 100%!important;
}
.BGM-store-container ::placeholder{
	color: rgba(0,0,0,0.4)!important
}
.btnAddToCart{
	color: white!important;
	text-decoration: none!important;
}
.BGM-recover-link {
	margin-bottom: 2em!important;
	font-size: 100%!important;
}
.BGM-store-login .BGM-form-vB input[type=submit]{
	margin-bottom: 1em!important;
}
.BGM-form-vB .inpField textarea{
	vertical-align: top;
}
.BGM-form-vB [name='captchaSubmit'] {
	margin-bottom: 0!important;
}
.BGM-text-editor-input {
	height: 7em!important;
}

/* ----------------- MEDIA QUERIES ------------------ */

/*
@media screen and (max-width: 1050px){
	.header-logo{ flex: 1 1 100%; }
	.header-nav-container{ 
		flex: 1 1 100%; 
		padding-top: 1em; 
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		order: 2;
	}
	.header-social{text-align: center;}
	header .phone,
	header nav{
		flex: 1 1 100%;
	}
}
*/


@media screen and (max-width: 900px){
	.board-container .board{
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
	}
	.board-container .board > div:nth-of-type(1) {
		grid-row: 1;
		grid-column: 1;
		text-align: center;
	}
	.board-container .board > div:nth-of-type(2) {
		grid-row: 2;
		grid-column: 1;
	}
	.board-container .board > div:nth-of-type(3) {
		grid-row: 3;
		grid-column: 1;
	}
}


@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){
	.mobile-nav{display: flex;}
	header{
		position: fixed;
		width: max(40%, 200px);
		height: 100vh;
		top: 0;
		left: 0;
		padding: 9em 1em 2em 1em;
		filter: drop-shadow(0 0 1em black);
		transform: translateX(-110%);
		transition: all 0.5s;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	header > div:nth-of-type(1){
		display: flex;
		flex-direction: column;
		order: 2;
	}
	header nav{
		display: block; 
		text-align: left;
		font-size: 1em;
		background-color: transparent;
		background-image: none;
		filter: none;
		order: 1;
	}
	header nav a,
	header .flyout-container{
		position: relative;
		padding: 0.5em 0;
		border-bottom: 1px solid rgba(150,150,150);
		color: rgb(150,150,150);
	}
	header .flyout-container .flyout {
		position: relative;
		background-color: transparent;
		color: rgba(113,21,58,1);
		a {
			border-bottom: none;
		}
		div {
			color: rgb(220,220,220);
		}
	}

	header .phone{
		order: 2; 
		font-size: clamp(1.4em, 4vw, 2.1em);
		padding: 2em 0 0 0;
	}
	.header-social {
		flex: 1 1 auto;
	}
	header .phone img{  width: auto; }
	.header-logo{ display: none;}
	.header-logo img{ max-width: 100%; }
	.header-nav-container{ order: 1; }
	.header-right-column{flex: 0 0 0;}
	.header-social{ order : 3; }
	.header-social img{ width: 25px; height: 25px;
	}
	
	.home-hero{
	border-top: none;

	}
	img.image-left{
		float: none;
		display: block;
		margin: 0 auto 2em auto;
	}
	.content-columnar > div:nth-of-type(1) {
		order: 2;
	}
	.content-columnar > div:nth-of-type(2) {
		order: 1;
	}
	.content-columnar > div > img {
		width: 100%;
		max-height: 350px;
	}

	.SF_lo, .SF_li{
		color: #71163B;
	}
	.meeting-info > div {
		flex: 1 1 100%!important;
		text-align: center;
		font-weight: 550;
	}
	.meeting-info-image img{
		max-height: 500px;
		max-width: 100%;
	}

}

@media print {
	body, html {
		margin-top:0px!important;
		padding-top:0px!important;
	}	
	header, 
	.footer, 
	.subfooter {display: none!important;}
	.noPrint {display:none!important}
	.tvwi-store-container {padding: 1em;}
}
