:root {
	--darkblue:#04043e;
	--lightblue:#05b9b9;
	--darkred:#c63;
	--lightred:#fc6;
	--gray:#ccc;
	--darkgray:#444;
	--containwidth:1200px;
	--biggap:2rem;
}

.main-info .col a {
	text-decoration: underline;
	transition: all 0.3s ease;
}
.main-info .col a:hover {
	color:var(--darkblue);
}

.singleicon {
	display:flex;
	justify-content: center;
	flex-direction: column;
	align-items:center;
}
.singleicon img {
	max-width:120px;
}
.singleicon p {
	margin:0;
}
.singleicon .tag_title {
	margin-top:-1rem;
}

#welcome img {
    display: none;
}

.mobileonly {
	display:block;
}
.desktoponly {
	display:none !important;
}

#system-debug {
	display:none;
}

.pagination ul {
	list-style:none;
	display:flex;
	align-items: center;
}
.pagination ul li {
	padding:0 1em;
}
.pagination-start, .pagination-end {
	display:none;
}

img[itemprop="thumbnailUrl"] {
	max-width:100%;
 }

@media only screen and (min-width: 1024px) {
	.mobileonly {
		display:none;
	}
	.desktoponly {
		display:flex !important;
	}
}

body,html {
font-family: 'Poppins', sans-serif;
margin:0;
padding:0;
color:var(--darkgray);
}
html {
	font-size:16px; /* set basis for rem */
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1.is-heading, h2[itemprop="headline"], .page-header h1, .com_contact h2, h2.is-1 {
	font-size:3rem;
	color:var(--darkred);
	text-transform: uppercase;
	line-height:1em;
}
html body .com_chronoforms6 form h1 {
	font-size:3rem !important;
	color:var(--darkred) !important;
	text-transform: uppercase !important;
	line-height:1em !important;
}
.chronoforms6_credits {
	display:none;
}
.alert.alert-success {
    background: rgba(0,255,0,0.2);
}

#welcome a {
    width: 21ch;
    display: inline-block;
    padding: 0.5em;
    background: var(--darkred);
    color: white;
    margin: 0.5em;
	text-align: center;
    display: flex;
    align-items: center;
    min-height: 5rem;
    justify-content: center;
    line-height: 1;
}

.member_events_wrap {
	display:flex;
	flex-wrap:wrap;
}
.mini_event_row_wrap {
	width:100%;
}
.mini_event_timerange {
	font-style:normal !important;
	font-weight:200 !important;
	font-size:1.2em; 
}

.block_on_mobile {
	display:block;
}

@media only screen and (min-width: 600px) {

	.mini_event_row_wrap {
		width:50%;
	}
	.block_on_mobile {
		display:inline;
	}
	.mini_event_row_wrap:nth-child(even) {
		padding-left: 1rem;
	}
}

.main-info-2col {
	display:flex;
	align-items: start;
	flex-direction:column;
	justify-content: space-evenly;
	margin-bottom:0rem;
}

.main-info-2col .event-image {
	margin-left:0rem;
	object-fit: contain;
	max-width: 100%;
	margin-top:2rem;
}
@media only screen and (min-width: 600px) {
	.main-info-2col {
		flex-direction:row;
	}
	.main-info-2col .event-image {
		margin-left:2rem;
		object-fit: contain;
		max-width: 40%;
		margin-top:0;
		
	}
}
.smaller {
	font-size:70%;
}
#upcoming_events .content_wrap {
	margin-left: 2rem;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	/* justify-content: space-between; */
}
#read_all_events {
    display: inline-block;
    margin-left: 2rem;
    margin-right: 9rem;
    transform: translateY(-6rem);
}

ul#welcome {
    list-style: none;
   
   
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.moduletablewelcome {
	max-width: 90ch;
	margin: 0 auto;
}
h1 span[itemprop="name"] {
	font-size:3rem;
	color:var(--darkblue);
	/* text-transform: uppercase; */
	margin-bottom:0;
	line-height:1em;
}
.event-entry h1 {
	margin-bottom:0;
	margin-top:0;
	max-width: 93%;
}

.landing-page-hero-image {
	width:100%; 
	height:100vh;
	position:absolute;
	object-fit: cover;
}
.hero_contain {
	max-width:2500px;
	height:100vh;
}
.hero_content_wrap {
	text-align:center;
	position:relative;
}
.hero_content_wrap .cta {
	margin-top:2rem;
}
.landing-page-content-wrap {
	width:100%;
	height:100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	color:white;
}
.landing-page-content {
	max-width:50rem;
	position: relative;
}

.hero_cursive, .hero_sans {
	color:white;
	text-align:center;
	text-shadow:0 0 10px black, 0 0 100px black;
}
.hero_cursive {
	position:relative;
	font-size:14vmin;
	line-height:1em;
	margin:0;
	font-weight:200;
	z-index:1;
	
}

.hero_sans {
	font-size:12vmin;
	font-weight:800;
	text-transform:uppercase;
	line-height:1em;
	margin:0;
	margin-top:-0.2em;
	font-size:4rem; /* half hero */
}

.hero.halfpage .hero_cursive {
	font-size:5rem; /* half hero */
}
.hero.halfpage .hero_sans {
	font-size:5rem; /* half hero */
}

.userhero .heromarkup {
    color: white;
    font-size: 1.5rem;
    text-shadow: 0 0 1px black, 0 0 15px black;
	max-width:var(--readable);
	max-width: 50rem;
	text-align:center;
} 
.hero.halfpage {
	height:50vh;
	min-height:32rem;
	position:relative;
	overflow:hidden;
}
.hero.halfpage p {
	color:white;
	font-size:1.5rem;
	text-shadow:0 0 1px black, 0 0 15px black;
}
.hero.halfpage h1 {
	font-size:5rem;
} 
.hero.halfpage h2 {
	font-size:4rem;
}
.hero .bgimage {
	position:absolute;
	width:100%;
	object-fit:cover;
	height: 100%;
}

ul.tag_list, ul.blog_teasers {
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tag_list .tag_wrap {
    width: 10rem;
    padding: 0.5rem;
}

#related_content {
	margin-top:2rem;
}

#blog_teasers {
	gap:2rem;
}

#blogmorewrap {
	display:flex;
	justify-content: center;
	#blogmore {
		border:none;
		&:hover {
			cursor:pointer;
		}
	}
}

.tag_wrap a {
	display:flex;
	flex-direction: column;
	align-items: center;
}
.tag_wrap .tag_img {
	object-fit: contain;
	max-width:80%;
}
.tag_wrap .tag_img_placeholder {
	width:80%;
	height:0;
	padding-bottom:80%;
	background-image:url("https://sjtoday.cloudaccess.host/templates/sjtoday/images/Main logo-black.svg");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0.1;
}
.tag_wrap .tag_title {
	text-align:center;
	font-size:80%;
	line-height:1;
}
.image_clipped {
	background-position: center;
}

.member-login form fieldset {
	border:none;
}
.member-login form label {
	margin-top:2rem;
	display:block;
}
.member-login form input[type=text], .member-login form input[type=password] {
	border:none;
	background:#eee;
	padding:0.7em 1.2em;
	font-size:110%;
}

.upcoming_events_title_wrap {
		padding:2rem;
		background:var(--darkred);
		color:white;
		text-transform:uppercase;
	}
	.upcoming_events_title_wrap h2 {
		font-size:2rem;
		color:white;
		text-align:center;
		margin:0;
		padding:0;
		line-height:1.1;
	}


.event-entry .map_icon {
	width: 2rem;
    height: 2rem;
    background-image: url("/images/icons/svg/map pin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0.7);
	margin-right: 1rem;
	display:inline-block;
	position: absolute;
}
.facebookurl_wrap {
	text-align:center;
	    margin: 0rem 0;
}
.facebookurl_wrap a {
	display:flex;
	justify-content: center;
	margin:0 auto;
	align-items: center;
}
.facebookurl_fb_icon {
	width:2rem;
	height:2rem;
	background-image:url("/images/icons/Facebook-blue.png");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
}
.facebookurl_fb_arrow {
	width:3rem;
	height:2rem;
	background-position: center;
	background-image:url("/images/icons/Arrow3-blue.png");
	background-repeat: no-repeat;
	background-size:contain;
}
.facebookurl_fb_text {
	padding:1rem;
}

.event-entry p[itemprop="address"] {
	margin:0;
}
.event-entry p[itemprop="address"] a {
	transition:all 0.3s ease;
}
.event-entry p[itemprop="address"] a:hover {
	/* opacity:.7; */
	color:var(--darkblue);
}
.event-entry .col6 p {
	margin:0;
}
.event-entry .row {
	color: var(--darkred);
}
.event-entry .row a {
	color: var(--darkred);
}
.event-entry .row a, .event-entry .row {
	/* text-align:center; */
}

.main-info .row {
    font-size: 150%;
}
.event_description_label {
	font-weight:bold;
	color:var(--darkblue);
}
.nav-header:hover {
	cursor:pointer;
}

.cursive {
	font-family: 'Sacramento', cursive;
}
a {
	text-decoration:none;
	transition:all 0.3s ease;
	color:var(--lightblue);
}
a:hover {
	color:var(--darkblue);
}
.contain {
	max-width:var(--containwidth);
	margin:0 auto;
	padding:20px;
}
.maxcontain {
	max-width:3400px;
	margin:0 auto;
	padding:20px;
}

div.empty {
	display:none;
}

.hide_on_scroll {
	display:flex;
	position:fixed;
	top:0;
	transition:all 1s ease;
}

.hide_on_scroll.hidden {
	top:-150px;
}
.hide_on_scroll #menu:hover {
	cursor:pointer;
}

.weather_quick_wrap {
	text-shadow: 0 0 2px black;
}
.no_hero .weather_quick_wrap {
	text-shadow:none;
}
.weather_quick_wrap a {
	color:white;
	display:flex;
	align-items:center;
}
.no_hero .weather_quick_wrap a {
	color:black;
}
.weather_quick_wrap a > * {
	padding-left:1rem;
}
.weather_quick_wrap a:hover {
	color:var(--lightblue);
}
.weather_alert_notification {
	color:#f66;
	text-transform: uppercase;
	transition:all 0.3s ease;
	font-weight:bold;
}
.no_hero .weather_alert_notification {
	text-shadow:none;
}
.weather_quick_wrap:hover .weather_alert_notification {
	color:#f00;
}

.tag_section_header {
	text-align:center;
	padding:8px;
	color:var(--darkred);
	font-size:2rem;
}

.event_member_title {
	/* max-width:50%;
	float:right; */
	/* font-size:70%; */
	font-weight:normal;
	font-style:italice;
}
.member_title_logo .logo {
    max-width: 40%;
}
#blog_listing {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog_listing_entry_wrap {
    margin: 2rem 0;
    padding: 1em;
    border-bottom: 1px solid #aaa;
    display: flex;
    width: 100%;
    max-width: 100% !important;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}
.blog_listing_entry_wrap p {
    font-size: 2rem;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #666;
    margin-left: 0;
}
#blog_listing p.category-title {
    margin-top: -0.3em;
    font-size: 90%;
    font-style: italic;
    opacity: 0.8;
    display: inline-block;
    position: relative;
}

#searchform button img{	
	display:none;
	
}
.search_title h1 {
	margin:0;
}
.search_title .cursive {
	font-size:3rem;
}
#member_accordion {
	display:flex;
	flex-wrap:wrap;
	justify-content: baseline;
}
.member_entry {
	width: 16rem;
	border:6px solid var(--darkblue);
	padding:1rem;
	margin:1rem;
}
.member_logo_wrap {
	text-align:center;
	padding-bottom:1rem;
}
.member_logo{
	max-width:100%;
	height:auto;
}
a {
	word-wrap: break-word;
}
.centerflex {
	display:flex;
	align-items:center;
}
.fullheight {
	height:100vh;
	display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    width: 100vw;
}

.season_icons {
	list-style:none;
	display:flex;
	margin:0;
	padding:0;
	margin-top:3rem;
	flex-wrap: wrap;
	justify-content: center;
	
}
span.season_title {
    min-width: 7em;
	display: block;
}
.season_icons li {
	margin:1rem 2rem;
	text-align:center;
}
.season_icons a {
	text-transform: uppercase;
	color:white;
	font-size:1.5rem;
	text-shadow: 0 0 10px black, 0 0 100px black;
	transition:all 0.3s ease;
	display:block;
	text-align:center;
}
.season_icons img {
	display:block;
	width:10vmin;
	height:10vmin;
	filter:drop-shadow(0 0 5px black );
	margin:0 auto;
}
.season_icons a:hover {
	transform:scale(1.2);
}

/* season browser module */

#season_browser {
	height:100vh;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size:cover;
}
@media (min-width: 1200px) {
	#season_browser {
		background-attachment: fixed;
	}
}

/* flex basis for h2 and member_tags to allow for left + right align of h2 and tags respectively */
.member_entry .member_title_link {
	
	/* flex-basis:40%; */
	margin:0;
	width:40%;
	text-decoration:none;
	display:block;
}
.member_title_logo > div {
	flex-grow: 1;
}
.member_entry h2 {
	text-align:center; 
	font-size:1.5rem;
	margin:0;
	line-height:1;
}
.member_description_short {
	max-height:10rem;
	overflow:hidden;
	/* margin-top:auto; */
}
.member_description_short p {
	display: -webkit-box;
	text-overflow:ellipsis;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	line-clamp:4;
	overflow:hidden;
	margin:0px;
}
.member_description_short p {
	display:none;
}
.member_description_short p:first-of-type {
	display:-webkit-box;
}
.member_description_short ul {
	display:none;
}
.member_entry {
	padding:1em;
	background:white;
	transform:scale(1);
	transition:all 0.3s ease;
	/* border-bottom:1px solid #aaa; */
	opacity:1;
	/* max-height:25em; */
	overflow:hidden;
	/* padding-left:0; */
	display:flex;
	gap:1rem;
	flex-flow: column nowrap;
		margin-bottom: 2rem !important;
		    justify-content: flex-end;
}
.member_entry .member_logo_wrap {
	margin-bottom: auto;
}
.member_entry.inactive {
	opacity:0.9;
	transform:scale(0);
	max-height:0;
	padding:0;
	margin:0;
}
.member_entry.active {
	padding:1.5em;
}
.member_entry .cta {
	/* margin-bottom:auto; */
	/* margin-top:auto; */
}

.inside_header {
	background-size:cover;
	padding:2em;
	height:55vh;
	display:flex;
	align-items: center;
	justify-content: space-between;
	/* max-width:1920px; */
	margin:0 auto;
}
.inside_header h1 {
	color:white;
	text-shadow:0 0 5px rgba(0,0,0,0.7), 0 0 20px rgba(0,0,0,1);
	line-height:0.8;
	font-size:6rem;
}
.inside_header h1 span.cursive {
	font-size:4rem;
	color:white;
	line-height:0.8;
}
.inside_header_h {
	padding-left:3em;
}

.members_by_tag_introduction {
   /*  max-width: 60em;
	margin: 0 auto; */
	padding:2rem;
}
.member_info_logo {
	/* max-width:50% !important; */
	margin-top:1em;
	
}
.member_information {
	display:flex;
	flex:1;
}
.member_information .logo {
	flex-basis:33%;
}
.member_information .address {
	flex-basis:20%;
	padding-left:1em;
}

.viewmore {
	display:inline-block;
	color:white;
	background:#197ca3;
	padding:0.5em 1em;
	border:3px solid white;
	outline:1px solid #197ca3;
	transform:translateX(1px);
	margin-top:1em;
	position:relative;
	text-decoration:none;
	margin-bottom:1px;
}
.viewmore:hover {
	display:inline-block;
	color:white;
	background:#197ca3;
	padding:0.5em 1em;
	border:3px solid white;
	outline:1px solid #197ca3;
	transform:translateX(1px);
	margin-top:1em;
	position:relative;
	opacity:0.8;
	cursor:pointer;
}
.viewmorechevron {
    background-image: url(/images/Tag_Icons/caret.png);
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: inline-block;
    width: 60px;
	height: 60px;
	opacity:0.5;
	transition:all 0.3s ease;
}


#topnav_background {
	background:white;
	background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
	height: 10rem;
	width:100%;
	position:fixed;
	top:0;
	z-index:50;
}
.no_hero #topnav_background {
	background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}
#topnav_background.hidden {
	top:-10rem;
}

.top_nav_bg {
	width:100%;
	height:8rem;
	background:rgba(0,0,0,0.3);
	top:0;
	left:0;
	position:fixed;
}

#top_nav {
	/* burger and weather */
	right:0;
	z-index:100; /* above menu */
	text-shadow: 0 0 2px black;
}
.no_hero #top_nav {
	text-shadow:none;
}
#homelink_wrap {
	z-index:98;
}
#home_link {
	text-indent:-9999px;
	background-image:url("../images/Main Logo-White.svg");
	background-size:cover;
	width:7rem;
	height:6rem;
	transition:all 0.3s ease;
	margin-top:0.5rem;
	margin-left:1rem;
	filter: drop-shadow(0 0 0.2rem black);

}
.no_hero #home_link {
	background-image:url("../images/Main logo-black.svg");
	filter: none;
}
#home_link:hover {
	opacity:0.5;
}

div#hamburger {
    margin-right: 2rem;
	margin-top: 1rem;
}
.burger_wrap {
	display:inline-block;
	width:3rem;
	height:3rem;
	position:relative;
}
.burger_wrap:hover {
	cursor:pointer;
}
.burger_wrap:hover .burger_line {
	background:var(--lightred);
}
.mobile_menu_active .burger_wrap:hover .burger_line {
	background:var(--lightblue);
}
.burger_line {
	position:absolute;
	height:5px;
	border-radius:0.1rem;
	width:100%;
	right:0;
	background:white;
	transition:all 0.5s ease;
	filter: drop-shadow(0 0 0.2rem black);
}
.no_hero .burger_line {
	background:black;
	filter:none;
}
.mobile_menu_active .burger_line {
	background:white;
}
#burger_text {
	text-transform: uppercase;
    color: white;
    text-align: center;
	font-size: 0.7rem;
	margin-top: -0.5rem;
	filter: drop-shadow(0 0 0.2rem black);
}
.no_hero #burger_text {
	color:black;
	filter:none;
}
.mobile_menu_active #burger_text {
	color:white;
}
#burger_line_top {
	top:30%;
	right:0%;
	width:66%;
	transform-origin:100% 0%;
}
#burger_line_middle {
	width:100%;
	top:64%;
}
#burger_line_bottom {
	width:33%;
	top:100%;
}
.mobile_menu_active #burger_line_top {
	top:40%;
	right:15%;
	transform:rotate(-45deg);
}
.mobile_menu_active #burger_line_middle {
	transform:rotate(45deg);
	top:75%;
}
.mobile_menu_active #burger_line_bottom {
	transform: rotate(-45deg);
    right: 50%;
    width: 41%;
    top: 97%;
}

#weathertop {
	transition:all 0.3s ease;
	margin-top:1rem;
	filter: drop-shadow(0 0 0.2rem black);
}
.no_hero #weathertop {
	filter:none;
}
#weathertop p {
	margin:0;
	text-align:center;
	font-weight: 200;
    font-size: 1.5rem;
    color:white;
}
.no_hero #weathertop canvas {
	color:black;
	filter: drop-shadow(0 0 0.2rem black);
}
.no_hero #weathertop p {
	color: rgba(0,0,0,0.5);
}
.mobile_menu_active #weathertop {
	opacity:0;
	max-height:0;
	
}

#mobile_search {
	margin-top: 5rem;
	/* margin-top: 0rem; */
}
#mobile_search label {
	display:none;
}

#mobile_searchterm {
	border:none;
	font-size:1.0rem;
	padding:0.5rem;
	margin-top:3rem;
	margin-bottom:2rem;
	/* max-width: 60vw; */
}
#mobile_menu_wrap > ul {
	
	margin-top:0 !important;
}

.member_entry .accordion_always_visible {
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex:1;
}

#member_portal_menu_nav {
	margin-top:8rem;
}
#member_portal_menu_nav ul {
	list-style:none;
}
#member_portal_menu_nav > ul {
	display:flex;
	gap:var(--biggap);
}
#member_portal_menu_nav ul > li > ul {
	display:none;
}
.business_dropdown:hover {
	cursor:pointer;
}
.business_dropdown:hover > ul {
	display:flex !important;
	flex-direction:column;
	position:absolute;
	background:white;
	z-index:99;
}
.business_dropdown:hover > ul a {
	padding:0.5em 0.25em;
	display:block;
}
.portal_member_profile_links {
	list-style:none;
	display:flex;
	gap:1rem;
	flex-wrap:wrap;
}
[data-field_id="saturday"],[data-field_id="sunday"],[data-field_id="monday"],[data-field_id="tuesday"],[data-field_id="wednesday"],[data-field_id="thursday"],[data-field_id="friday"] {
	margin-top:1rem;
	padding-top:1rem;
	border-top:1px solid #eee;
}
[data-field_id="membergallery"] {
	margin-top:1rem;
	padding-top:1rem;
	border-top:1px solid #eee;
	font-weight:bold;
}
.member-portal hr, .page_view_3 hr {
	margin:1.5rem;
}
.page_view_3 label {
	margin-top:1.25rem;
}
p.help {
    font-size: 0.8rem;
    font-style: italic;
    opacity: 0.7;
}
.input[type="date"] {
	font-family:inherit;
}
.hbcms_editor_toolbar :is(
	[data-tooltip="Add Class"], 
	[data-tooltip="Underline"], 
	[data-tooltip="Image Atrributes"], 
	[data-tooltip="Image Author"], 
	[data-tooltip="Add Anchor"],
	[data-tooltip="Toggle External Link"],
	[data-tooltip="Justify Left"],
	[data-tooltip="Float Left"],
	[data-tooltip="Float Right"],  
	[data-tooltip="Clear Float"],  
	[data-tooltip="Super Script"],  
	[data-tooltip="Code View"],  
	[data-tooltip="Small"], 
	[data-tooltip="Image"]
	) {
	/* hide */
	display:none;
}

.form-group {
	align-items:center;
}
.form-group > * {
	align-self: center;  
}
button.btn {
	border:none;
	margin-right:2rem;
}
button.btn.is-info {
	background-color:var(--darkgray);
}
button.btn.is-warning {
	background-color:var(--gray);
}
.cta, button.btn, button[type="submit"] {
	display:inline-block;
	background:var(--darkred);
	color:white;
	text-decoration:none;
	text-transform: uppercase;
	font-weight:bold;
	font-size:1.2rem;
	padding:0.5rem 1rem;
	transition:all 0.3s ease;
}
.cta_arrow {
	display:inline-block;
	/* text-indent: -9999px; */
	margin-left:0.5rem;
	color:white;
	font-size:1.2rem;
}
.cta:hover, button.btn:hover {
	background:var(--lightred);
}
/* .cta.vertical {
	transform:rotate(90deg);
} */

#hamburger_and_weather {
	display:flex;
}
div#weathertop {
    color: white;
	margin-right: 2rem;
}

.weather_quick_wrap {
	position:relative;
}
.weather_alert_notification {
    text-shadow: none;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 !important;
    margin: 0;
    position: absolute;
	top: 0;
	z-index:2;
}

.com_content .item-page, :is(.page_view_1,.page_view_17) .component_wrap {
	padding: 0 10px;
}

.readable_contain {
	margin-left:auto;
	margin-right:auto;
	max-width:90ch;
}
.com_content .icons, .com_contact .icons {
	display:none;
}

@media screen and (max-width:900px) {
	#member_area {
		flex-direction:column-reverse;
	}
	.threecol {
		display: flex;
		flex-direction:column;
	}
	.threecol.hours {
		flex-direction:row;
		overflow:scroll;
		
	}
}

.threecol.hours {
	min-width:1200px;
}
section#hours_wrap {
    max-width: 100vw;
    overflow: scroll;
}

#member_area {
	display:flex;
	flex-shrink:0;
	justify-content:space-between;
	max-width:100vw;
	overflow:hidden;
}
section#membercontent {
    max-width: 100vw;
    overflow: hidden;
}
aside#membermenu ul {
	margin-left:2rem;
	padding:1rem;
	color:white;
	list-style:none;
	background:var(--darkblue);
	min-width: 20ch;
}
aside#membermenu ul li a {
	color:white;
	padding:1rem;
	display:block;
}
#logo_preview {
	max-width:100%;
}

.pushdown {
	padding-top:7rem;
}
.component_wrap.com_content, .component_wrap.com_contact, .component_wrap.com_users, body.edit-events .component_wrap, body.edit-gallery .component_wrap, body.submit-event .component_wrap, body.edit-profile .component_wrap, .component_wrap.com_chronoforms6 {
/* 	padding-top:7rem;
	 */
	padding-top:7rem;
	max-width:90ch;
	margin-left:auto;
	margin-right:auto;
}

.com_contact fieldset {
	border: 1px solid #ddd;
}

.jicons-icons img {
	display:none;
}
.alert {
	position:relative;
	    padding-left: 2rem;
}
.alert a.close {
    position: absolute;
	right: 2rem;
	top:1rem;
}
.alert-heading {
	padding-top:1rem;
}
.alert > * {
   /*  max-width: 60ch;
    margin: 1rem auto; */
}
.alert-message {
	padding-bottom:1rem;
}
body.edit-profile .component_wrap{
	max-width:120ch;
}
.component_wrap.com_users {
	padding-top: 12rem;
	padding-top:7rem;
}

#sticky_footer {
	background:var(--darkred);
	color:white;
	display:none;
	z-index:2;
	font-size:2rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#sticky_footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sticky_footer a {
	color:white;
	text-transform:uppercase;
	transition:all 0.4s ease;
}
#sticky_footer a:hover {
	color:var(--darkblue);
	color:var(--lightred);
}
#social_links li {
	text-align:center;
}

#footer {
	padding-bottom:3rem;
}
.footer_contents_wrap {
    display: flex;
}
.footer_right {
	text-align:center;
	width: 100%;
}
.footer_right ul {
	list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	padding-left:0;
}
.footer_right ul li {
	display:inline-block;
}
.footer_right ul li a {
	display:inline-block;
	padding:1rem;/* 
	margin:1rem; */
}
#footer a:hover {
	cursor:pointer;
	text-decoration:underline;
}
#footer .footer_left img {
	/* max-width:200px; */
	width:100%;
	max-width:200px;
}
.footer_left {
	margin-top: -3rem;
	max-width:40%;
}

#footer .hero_cursive, #footer .hero_sans {
	filter:none;
	text-shadow:none;
	color:var(--darkblue);
	font-size:3rem
}

.spacer {
		height:5em;
	}

#cc_subscribe {
	background:var(--lightblue);
}
#cc_subscribe .vertflex {
	color:white;
	align-items:center;
	margin:3rem auto;
	padding:1.5rem;
	color:white;
}
#cc_subscribe .vertflex h1 {
	margin:0;
	text-transform: uppercase;
	font-size:2rem;
}
.vertflex {
	display:flex;
	flex-direction:column;
	
}

.crowdriff_header h1 {
	line-height:1;
}

.crowdriff_header {
    display: flex;
}

.crowdriff_header {
    /* overflow: hidden; */
    flex-wrap: wrap;
}

/* --- Alert/Information Bar Banner --- */


.infobar {
    background: #04043e;
    display: block;
    position: relative;
	padding: 8px;
	margin-bottom: 1.6em;
}


.infobar p {
    color: white;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 10px;
}

.infobar a {
	color: #05B9B9;
	font-weight: bold;
}

.infobar a:hover {
	color: #05B9B9;
	opacity: 70%;
}

/* --- Alert/Information Bar Banner --- */

/* events list */
.mini_event_row_wrap {
	padding-bottom:1rem;
	margin-bottom:1rem;
	border-bottom:2px solid rgba(0,0,0,0.1);
}
.mini_event_row_wrap:nth-child(even) {
	padding-left: 0rem;
}
.mini_event_row {
	display:flex;
	/* justify-content: space-between; */
	align-items: center;
	transition:all 0.3s ease;
}
.mini_event_row:hover {
	background:#eee;
}
.mini_event_title {
	font-weight:bold;
	font-size:1.5rem;
	color:var(--darkgray);
	color:var(--lightblue);
	line-height:1;
}
.mini_event_date_wrap {
	display: flex;
	color: black;
	background: var(--gray);
	padding: 2rem 1rem;
	min-width: 10ch;
    align-items: center;
	justify-content: center;
	margin-right: 1rem;
}
.mini_event_date_main_wrap {
	display: flex;
}
.multiday .start_date {
	margin-right:1rem;
}
.mini_event_date_num {
	font-size:2rem;
}
.start_date, .end_date {
	align-items: center;
	font-weight:200;
}
.multiday .mini_event_date_num {
	font-weight:200;
	font-size:1.5rem;
}
.multiday .mini_event_date_month {
	font-size:1rem;
	font-weight:200;
}
.mini_event_time_wrap {
	font-style:italic;
}


/* end events list */


/* soc */

#socialgallerywrap {
    clear: both;
}
#socialgallerywrap {
    background: var(--darkblue);
    padding: 3rem 0;
    margin: 3rem 0;
}

.crowdriff_header h1 {
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 3rem;
}

.crowdriff_header h1 {
    line-height: 1;
}

.crowdriff_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2rem;
    display: flex;
    margin-top: -0.7em;
    margin-lefT: auto;
    margin-right: auto;
}

#social_links li {
    text-align: center;
}
.crowdriff_header ul li {
    margin-left: 2rem;
}

.crowdriff_header ul li a {
    color: white;
    font-size: 3rem;
}

a {
    word-wrap: break-word;
}



/* social gallery */
.social_sharing h3 {
    text-transform: uppercase;
}
.social_sharing {
    text-align:center;
    padding:var(--biggap);
    margin:calc(2 * var(--biggap)) 0 ;
}
.socialgallery {
	width:100%;
}
.center {
    text-align:center;
}
#socialgallerywrap {
    padding-left:var(--biggap);
    padding-right:var(--biggap);
}
#socialgallery_heading {
    display:flex;
    justify-content: center;
    gap:var(--biggap);
    align-items: center;
    
}
#socialgallery_heading img {
    max-width:13%;
}
@media (max-width:1024px) {
    #socialgallery_heading {
        font-size:1.5rem;
    }
}
#socialgallery_heading img {opacity:0.5;}
.socialgallery {
    display:flex; 
    /* flex-wrap:wrap;  */
    gap:.1rem; 
    margin-bottom:var(--biggap); 
    justify-content:center; 
}
@media (max-width:1140px) {
    .socialgallery {
        flex-wrap:wrap;
    }
}
.socialgallery a {text-decoration:none !important; box-shadow:0 0 0 rgba(0,0,0,0.5);}
.socialgallery a:hover {z-index:1; box-shadow:0 1rem 1rem rgba(0,0,0,0.3);}
.socialgallery a {transition:all 0.2s ease; display:inline-block;}
.socialgallery_link {
    aspect-ratio: 1/1;
    max-width:30rem;
    min-width:150px;
    position:relative;
}
.socialgallery a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    max-width:100%;
}
.socialgallery a:hover {transform:scale(1.05);}
.socialgallery_link {position:relative;}
.socialgallery_link .info_popup {position:absolute; top:var(--biggap); left:var(--biggap); padding:var(--gap); opacity:0; transition:all 0.3s ease; background:rgba(0,0,0,0.4);}
.socialgallery_link:hover .info_popup { opacity:1; }
.info_popup p {color:white; margin:0; font-size:0.8rem;}
/* end social gallery */

/* hero */

.userhero {
	position:relative;
	display:flex;
	justify-content: center;
	align-items:center;
}
.userhero .heroimage {
    object-position: 50% 50%;
}

.userhero, .userhero img, .userhero video {
    width: 100%;
	height: 50vh;
    min-height: 32rem;
    object-fit: cover;
	position:absolute;
	top:0px;
	left:0px;
}
.userhero {
	position:relative;
}

h1 span {
	display:block;
}
.userhero aside {
	z-index:1;
}
.userhero aside .is-1 {

}
.userhero aside .is-2 {

}

/* end hero */

.nopadding {
	padding:0px;
}

/* PORTAL */




.required.radio {
	display:flex;
}
.required.radio > * {
	display:inline-block;
}
.chznremoved-container {
	display:none;
}
.control-group {
	display: flex;
	flex-direction:column;
	flex-wrap: nowrap;
	padding: 1em 0;
	width: 50%;
	min-width: 20em;
	/* align-items:center; */
}
select {
	border: none;
	background: #eee;
	padding: 0.5em 1em;
}

span.icon-calendar {
    background-image: url(/images/calendar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150%;
    height: 100%;
    display: inline-block;
    margin-left: -3px;
    padding-top: 2px;
}

.control-group-bob {
	display: flex;
	margin-left:2rem;
}
.control-group-bob > * {
	padding-right:1rem;
}

.threecol .control-group {
	width:auto;
	min-width:0;
}
.threecol.hours .control-group {
	width:20% !important;
}
.threecol {
	display:flex;
}
.threecol > * {
	margin-left:2rem;
}
.control-group.full {
	display:block;
	width:100%;
}
.control-group.hidden {
	display:none;
}
.control-label {
	/* flex-basis: 10em; */
}
div.adminform {
	display:flex;
	flex-wrap: wrap;
}
label {
	font-weight:normal;
	font-weight:normal;
	display:block;
	margin-bottom:0.6rem;
	color:var(--darkblue);
}
input[type=text],input[type=url],input[type=email] {
	padding:0.8em 1.3em;
	width:20em;
	border:none;
	background:#eee;
}
textarea {
	border:none;
	background:#eee;
	padding:1em;
	min-width:50ch;
	min-height:10ch;
}

.com_contact .btn {
	 	text-transform:uppercase;
		padding: 1em;
		background: var(--darkred);
		border: none;
		color: white;
		font-size: 130%;
	
}
.com_contact .btn:hover {
	cursor:pointer;
	opacity:0.8;
}


/* END PORTAL */
.alert.alert-error.alert-danger {
	margin-top:2em;
    background: #d88;
    color: white;
    padding: 1em;
}


#upcoming_teasers {
	margin:2rem;
}
#upcoming_events {
	padding-bottom:4rem;
}
#upcoming_events_all_content {
	display:flex;
}
.next_event .left_image {
	width:35vmin;
	height:35vmin;
}
.next_event  img{
	width:35vmin !important;
	height:35vmin !important;
	object-fit:cover;
	object-position:50% 50%;
}
.next_event {
	display:flex;
}
.next_event .image_wrap {
	position: relative;
    display: flex;
    align-items: center;
}
.next_event_details {
	margin-left:2rem;
}
.next_event .event_title {
	margin-top:0;
}

.sponsor_list {
	display:flex;
	flex-wrap:wrap;
		justify-content: center;
		margin:1rem auto;
		max-width:1400px;
		align-items: center;
}
.sponsor_list .sponsor img {
	max-width:200px;
}
.sponsor1 .sponsor_list  img {
	max-width:300px;
}


#sponsors {
	padding:2rem 0;
}

#sponsors h2 {
	text-align:center;
	color: var(--darkred);
}


.sponsor1 img {
	max-width:300px;
}

.sponsor2 img {
	max-width:120px;
}

.sponsor {
		padding:0.5rem;
	}

.sponsor3 .sponsor_list {
    flex-direction: column;
    text-align: center;
}

p.contact {
	/* text-align:center; */
}


/* from latestblog */

/* html {
	--scrollbarBG: #CFD8DC;
	--thumbBG: #90A4AE;
} */
.latest_blogs_wrap::-webkit-scrollbar {
	width: 11px;
}
.latest_blogs_wrap {
	scrollbar-width: thin;
	scrollbar-color: var(--darkred) var(--gray);
}
.latest_blogs_wrap::-webkit-scrollbar-track {
	background: var(--gray);
}
.latest_blogs_wrap::-webkit-scrollbar-thumb {
	background-color: var(--darkred) ;
	border-radius: 6px;
	border: 3px solid var(--gray);
}
.latest_blogs_wrap {
	overflow-x:scroll;
	white-space:nowrap;
}

.latest_blog_wrap {
	min-width:25rem;
	max-width:40rem;
	/* min-height:40vh; */
	/* border:1px solid red; */
	margin:1rem;
	padding:1rem;
	display:inline-block;
	white-space:normal;
	padding-bottom: 2rem;
}
.latest_blogs_wrap .blog_intro p {
	white-space: normal;
	/* word-break: break-all ; */
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.latest_blogs_wrap .blog_intro p {
	display:none;
}
.latest_blogs_wrap .blog_intro > p:first-child {
	display: -webkit-box;
}

.latest_blog_wrap .latest_blog {
	display:flex;
}

.latest_blog .image_wrap {
	position:relative;
	display: flex;
    align-items: center;
}

.image_border_clipped, .image_clipped {
	width:22vmin;
	height:25vmin;
	position:relative;
	/* top:15vh; */
	/* transform:translateY(-50%); */
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 91%);
}

.image_border_clipped {
	position:absolute;
	background:black;
	background:var(--darkblue);
	transform:scale(1.05);
}

.image_clipped {
	background-size:cover;
	background-image:url(/images/heroes/icefest.jpg);
}

#latest_blogs .content_wrap {
	margin-left:2rem;
	display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* justify-content: space-between; */
}

h1.blog_title {
	font-size:2rem;
	margin:0;
	line-height:1;
}
p.blog_date {
	font-weight:200;
	font-size:1.5rem;
	margin-top:0;
	margin-bottom:0;
}

.blog_link {
	margin-top: auto;
}

#read_all_blogs {
	display: inline-block;
    margin-left: 2rem;
	margin-right: 9rem;
	transform:translateY(-6rem);
}

/* from hero module */

.hero {
	height:100vh;
	background-size:cover;
	display:flex;
	align-items: center;
}
.hero_content_wrap {
	max-width:50rem;
}

/* stacknav module */

.stacknav {
	height:100vh;
	width:100%;
	overflow:hidden;
}
.stacknav_row {
	height:50vh;
	display:flex;
}
.stacknav_nav_wrap {
	width:50%;
	flex-grow:1;
	height:50vh;
	background:black;
	position:relative;
	background-size:cover;
	background-position: center;
}
.stacknav_tile_content {
	display:flex;
	align-items:center;
	height:50vh;
	position:absolute;
	top:0;
	left:0;
}
.stacknav_tile_content  h3 {
	color:white;
	text-align:center;
	font-size:14vmin;
	text-transform:uppercase;
	width:50vw;
	margin:0;
	text-shadow:0 0 0.2em black;
}
.link_cover {
	position:absolute;
	width:100%;
	height:50vh;
	top:0;
	left:0;
}

.decoration {
	width:100%;
	height:100%;
	position:relative;
	transition:all 1.2s ease;
	background:rgba(0,0,0,0.0);
}
.effect-bubba:hover .decoration {
	background:rgba(0,0,0,0.4);
}

.effect-bubba .decoration::before,
.effect-bubba .decoration::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba .decoration::before {
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-bubba .decoration::after {
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-bubba:hover .decoration::before,
.effect-bubba:hover .decoration::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

body.page_view_1 .component_wrap, .page_view_8 .component_wrap {
	margin-top:9rem;
}

/* member portal */
.field_id_state, .field_id_category, .field_id_start, .field_id_end, .field_id_note, .field_id_alias {
	display:none;
}
.profile div.form_contain {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.profile .field_id_tags {
	margin-bottom:2rem;
}
button {
	cursor:pointer;
}

@media only screen and (min-width: 600px) {

	#sponsors {
		/* display:flex; */
	}
	
}

@media (min-width: 800px) and (min-height:700px) and (orientation:landscape) {
	/* stuck to chrome vertically */
	#sticky_footer {
		display:block;
		position:fixed;
		right:0;
		top:50vh;
		transform:translateY(-50%);
		padding:0rem;
	}
	#sticky_footer .contain {
		width:auto;
		padding:5px;
	}
	#sticky_contact a {
		writing-mode: vertical-rl;
		text-orientation: upright;
		letter-spacing: -6px;
		padding-bottom:1em;
	}
	
}
@media screen and (min-width: 360px) and (orientation:portrait ) { 
	/* real sticky footer */
	#sticky_footer {
		position:sticky;
		bottom:0;
		display:block;
		padding:0rem;
	}
	#sticky_footer .contain {
		display:flex;
		justify-content: space-between;
		padding:0 1rem;
	}
	#sticky_footer ul {
		list-style:none;
		margin:0;
		padding:0;
		display:flex;
	}
	#sticky_footer ul li {
		padding-left:2rem;
	}
}


/* event card from swm */

#event_cards {
    display:flex;
    gap:var(--biggap);
    flex-shrink:1;
    flex-grow:0;
    flex-wrap:wrap;
    justify-content:start;
    margin-bottom:var(--biggap);
    max-width: 70rem;
    width:100%;
    margin-bottom:var(--biggap);
    /* max-height: 79vh;
    overflow-y: auto; */
}
@media screen and (max-width: 1024px) {
    #event_cards {
        justify-content:center;
    }
}
    
.event_card_wrap {
    background-color:var(--gray6);
    overflow:hidden;
    width:var(--cardwidth);
    border-radius:var(--gap);
    text-decoration:none;
    transition:all 0.3s ease;
    display: flex;
    flex-direction: column;
    height:auto !important;
}
.swiper .event_card_wrap {
    /* swiper handles it's own slide width based on slides per view etc */
    max-width:var(--cardwidth);
    width:auto;
}
.event_card_wrap .event_thumb  {
    aspect-ratio:1/1;
    display:block;
    object-fit: cover;
    object-position: center;
}
.event_card_info_wrap {
    padding:var(--gap);
    display: flex;
    flex-direction: column;
    flex-grow:1;
    flex-wrap:wrap;
}
.event_card_location_wrap {
    display:flex;
    justify-content: start;
    gap:var(--gap);
    align-items: center;
}
.event_card_location_wrap img {
    width:1.5rem;
    height:1.5rem;
    display:block;
}
.event_card_info_wrap .event_card_location_wrap p {
    font-size:0.8rem;
    color:var(--gray2);
    margin:0;
}
.event_card_info_wrap h4 {
    text-transform: uppercase;
    color:var(--gray1);
    /* limit lines in event card */
    max-lines:4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
}
.event_card_info_wrap p {
    color:var(--bg);
    font-size:1rem;
    margin:0;
}

#event_cards:hover .event_card_wrap {
    opacity:0.8;
    filter:saturate(0.5);
}
#event_cards:hover .event_card_wrap:hover {
    opacity:1;
    filter:saturate(1);
}


#event_card_and_filter {
    display:flex;
    gap:var(--biggap);
    margin-bottom:var(--biggap);
    margin-top:var(--biggap);
}

#event_filter_form .control {
    margin-bottom:0;
}

.filter_trigger {
    text-align: center;
}

#event_filter {
    background:var(--paleaqua);
    padding:var(--gap);
    width:22rem;
}
.event_card_image_and_date {
    position:relative;
}
.card_event_big_date {
    color:white;
    position:absolute;
    bottom:0;
    left:0;
    padding:var(--gap);
    background:var(--bg);
    display:flex;
    flex-direction: column;
    align-items: center;
}
.bigdate_month {
    font-weight:bold;
    text-transform: uppercase;
    margin-bottom:-3rem;
}
.bigdate_day {
    font-family: var(--serif);
    font-size:3.5rem;
    margin-bottom:-1rem;
    font-weight:400;
}
.event_card_time_and_date {
    margin-top: auto;
    /* font-weight: bold; */
}

#event_cards.list {
    flex-direction: column;
    flex-grow: 1;
    max-height:inherit;
}
#event_cards.list .event_card_wrap {
    flex-direction:row;
    width:auto;
    max-width:100%;
}
#event_cards.list .event_card_image_and_date {
    display:flex;
    max-width:15rem;
}
#event_cards.list .event_thumb {
    max-width: 100%;
    height: auto;
    aspect-ratio: 5/1;
}
#event_cards.list .event_card_location_wrap p br {
    display:inline;
    content: ',';
    padding: 0;
}
#event_cards.list .event_card_location_wrap p br::before {
    content:',';
}
#event_cards.list .event_card_time_and_date p br {
    display:inline;
    content: ',';
    padding: 0;
}
#event_cards.list .event_card_time_and_date p br::before {
    content: ' | ';
}

@media (max-width:1024px) {
    #event_cards.list .event_card_image_and_date {
        display:none;
    }
    span.card_date_text {
        font-weight: bold;
    }
}
/* end event card from swm */

img.weather_icon {
    max-height: 2.4rem;
}

/* image upload member portal */
#upload_space {
	height:10rem;
	padding:1rem;
	margin:1rem;
	border:2px dashed rgba(0,0,0,0.1);
	display:flex;
	align-items: center;
	justify-content: center;
	transition:all 0.3s ease;
}
#upload_space h1 {
	font-size:2rem;
	opacity:0.3;
	font-weight:900;
}
#upload_space.ready {
	border:2px dashed rgba(0,0,0,0.5);
	background:#cec;
}

#all_images {
	display:flex;
	flex-wrap:wrap;
}

.all_images_image_container {
	width:16vw;
	height:18vw;
	min-width:100px;
	position:relative;
	transition:all 0.3s ease;
	background-color:black;
	margin-right:1em;
	margin-bottom:1em;
}
.all_images_image_container:hover {
	cursor:pointer;
}
.all_images_image_container.active {
	background-color:#447;
	background-color:#afa;
}
.all_images_image_container.active img {
	transform:scale(0.9);
}
.all_images_image_container:hover .image_info_wrap {
	opacity:0;
	height:0;
}

.all_images_image_container img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	overflow: hidden;
	transition:all 0.3s ease;
	pointer-events: none;
	object-fit:contain;
}
.all_images_image_container:hover img {
	object-fit:contain;
}

.image_info_wrap {
	transition:all 0.3s ease;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	pointer-events: none;
}
.all_images_image_container .tag {
	font-size:0.6rem !important;
}
.image_info {
	font-size:70%;
	padding:1em;
	color:white;
}
.image_tags_wrap {
	position:absolute;
	font-size:75%;
	padding:0.5em;
	width:100%;
	bottom:0;
	left:0;
	background:rgba(255,255,255,0.7);
}
.bigger {
	font-size:120%;
}
dialog::backdrop {
	backdrop-filter:blur(5px);
	/* background: repeating-linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0.2) 1px,
		rgba(0, 0, 0, 0.3) 1px,
		rgba(0, 0, 0, 0.3) 20px
	); */
}

.modal.is-active {
    display: flex;
}
.modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}
.modal, .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-background {
    background: rgba(0,0,0,0.8);
}
.modal-card {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible;
}
.modal-card, .modal-content {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
}
.modal {
	position: fixed;
}
.modal-card {
	background:white;
	z-index: 2;
	padding:var(--biggap);
	max-height: 80vh;
    overflow-y: scroll;
}
.modal-card > * {
	background:white;
}
.upload_preview img {
	display:block;
	width:100%;
	max-width:15rem;
	object-fit:contain;
	height:auto;
	margin-bottom:var(--biggap);
	border-top: 1px solid #aaa;
    padding-top: 1rem;
}
.modal button.delete {
	content:"X";
}
header.modal-card-head {
    display: flex;
    justify-content: space-between;
}
/* end image upload member portal */