:root {

	--base-margin:.75rem;
	--base-padding:.375rem;
	--base-rem:1rem;

	--bg-lg-gray:linear-gradient(135deg, rgb(248,248,248), rgb(224,224,224), rgb(232,232,232));

	--color:#333;

	--gray-ultra:rgba(250,250,250,1);
	--gray-ltst:rgb(248,248,248);
	--gray-ltr:rgb(232,232,232);
	--gray-lt:rgb(224,224,224);
	--gray:rgb(200,200,200);
	--gray-dk:rgb(176,176,176);
	--gray-dkr:rgb(168,168,168);
	--gray-dkst:rgb(152,152,152);

	--brd-ltst:1px solid rgb(248,248,248);
	--brd-ltr:1px solid rgb(232,232,232);
	--brd-lt:1px solid rgb(224,224,224);
	--brd:1px solid rgb(200,200,200);
	--brd-dk:1px solid rgb(176,176,176);
	--brd-dkr:1px solid rgb(168,168,168);
	--brd-dkst:1px solid rgb(152,152,152);

	--ds-sm-ltst:1px 1px 2px rgba(64,64,200,0.1);
	--ds-sm-ltr:1px 1px 2px rgba(32,32,164,0.1);
	--ds-sm-lt:1px 1px 2px rgba(0,0,128,0.1);
	--ds-sm:1px 1px 2px rgba(0,0,128,0.175);
	--ds-sm-dk:1px 1px 2px rgba(0,0,96,0.25);
	--ds-sm-dkr:1px 1px 2px rgba(0,0,64,0.25);
	--ds-sm-dkst:1px 1px 2px rgba(0,0,0,0.25);

	--ds-ltst:2px 2px 3px rgba(64,64,200,0.1);
	--ds-ltr:2px 2px 3px rgba(32,32,164,0.1);
	--ds-lt:2px 2px 3px rgba(0,0,128,0.1);
	--ds:2px 2px 3px rgba(0,0,128,0.175);
	--ds-dk:2px 2px 3px rgba(0,0,96,0.25);
	--ds-dkr:2px 2px 3px rgba(0,0,64,0.25);
	--ds-dkst:2px 2px 3px rgba(0,0,0,0.25);

	--ds-lg-ltst:3px 3px 4px rgba(64,64,200,0.1);
	--ds-lg-ltr:3px 3px 4px rgba(32,32,164,0.1);
	--ds-lg-lt:3px 3px 4px rgba(0,0,128,0.1);
	--ds-lg:3px 3px 4px rgba(0,0,128,0.175);
	--ds-lg-dk:3px 3px 4px rgba(0,0,96,0.25);
	--ds-lg-dkr:3px 3px 4px rgba(0,0,64,0.25);
	--ds-lg-dkst:3px 3px 4px rgba(0,0,0,0.25);
	
	--ds-halo:0 0 5px rgba(0,0,128,0.375);

	--fwc-primary:rgba(35,85,119,1);
	--fwc-primary-md:rgba(35,85,119,.5);
	--fwc-primary-lt:rgba(35,85,119,.25);
	--fwc-primary-xlt:rgba(35,85,119,.15);
	--fwc-primary-bg:#225577;

	--nav-color:#eee;
	--nav-color-hover:rgb(255,255,255,1);
	--nav-color-visited:#eee;

	--radius:0.375rem;

	--text-legible:1px 0 2px rgba(0, 0, 0, .5), -1px 0 2px rgb(0, 0, 0, .5), 0 0 1px rgb(0, 0, 0, .5);
	--text-legible-2:1px 0 2px rgba(0, 0, 0, .15), -1px 0 2px rgb(0, 0, 0, .15), 0 0 1px rgb(0, 0, 0, .1);

	--text-legible-bold: 1px 1px 1px rgba(0,0,0,1), -1px -1px 1px rgba(0,0,0,1), 0 1px 1px rgba(0,0,0,1), -1px 0 1px rgba(0,0,0,1), 1px 0 1px rgba(0,0,0,1), 0 -1px 1px rgba(0,0,0,1);

	/* bootstrap overrides */
	--bs-primary:#4a3cb7;
	--bs-btn-color: #4a3cb7;
	--bs-btn-border-color: #4a3cb7;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4a3cb7;
	--bs-btn-hover-border-color: #4a3cb7;
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4a3cb7;
	--bs-btn-active-border-color: #4a3cb7;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #4a3cb7;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #4a3cb7;
	--bs-gradient: none;
}

/* bootstrap overrides */
.btn-outline-primary {
	--bs-primary:#4a3cb7;
	--bs-btn-color: #4a3cb7;
	--bs-btn-border-color: #4a3cb7;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4a3cb7;
	--bs-btn-hover-border-color: #4a3cb7;
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #4a3cb7;
	--bs-btn-active-border-color: #4a3cb7;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #4a3cb7;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #4a3cb7;
	--bs-gradient: none;
}

body {
	background-color: var(--gray-ltst);
	color:var(--color);
	display:flex;
	font-family: 'Source Sans Pro',Arial,sans-serif;
	font-size:1rem !important;
	text-rendering: optimizeLegibility !important;
	flex-direction:column;
	min-height:100vh;
	text-shadow: 2px 2px 4px rgba(0 0 128 / 10%);
}
a {
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}

a:link, a:hover {
	color: #009dda;
}

a:link, a:visited, a:hover, .byline a.author {
	color: #3c91b7;
	color: #4a3cb7;
}

.mt-neg {
	margin-top: calc(-1 * var(--base-margin))!important;
}

.page-wrapper-fwc {
	min-height:100vh;
	padding:0;
	position:relative;
	display: flex;
	flex-direction: column;
}

.nav-fwc {
	align-items:center;
	background-color:var(--fwc-primary-bg);
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	height:60px;
	justify-content:center;
	margin:0;
	padding:var(--base-padding) 0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
.navbar-fwc {
	align-items: center;
	justify-content: start;
	margin:0 auto;
	max-width:1320px;
	padding:0;
	position:relative;
	width:100%;
}
#ulNavBtns {
	display: inline-flex;
	flex: 1 1 auto;
	margin: 0;
	padding: 0;
}
.navbar-home-icon {
	border: 2px solid transparent;
	border-radius: var(--radius);
	color: #eee!important;
	display:inline-flex;
	float:left;
	font-size:calc(var(--base-rem) * 1.75);
	font-weight: normal;
	height:44px;
	max-width:calc(var(--base-rem) * 3) !important;
	min-width:calc(var(--base-rem) * 3) !important;
	padding:calc(var(--base-rem) * .25) calc(var(--base-rem) * .75);
	align-items: center;
	justify-content: center;

}
.navbar-toggler {
	display:none;
}

.navbar-btns {
	list-style:none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: start;
}
.navbar-btns li {
	display:block;
	float:left;
	margin-left: var(--base-margin);
	padding:0;
	position:relative;
}

.navbar-btns .t2 {
	float:right;
}



.dropdown-toggle-fwc {
	align-items: center;
	border: 1px solid transparent;
	border-radius: var(--radius);
	color: var(--nav-color)!important;
	display: flex;
	font-size: calc(var(--base-rem) * 1.25);
	font-weight: normal;
	height: 43px;
	margin: 0;
	padding: 0.25rem 2rem;
	text-align:center;
	text-decoration: none;
	width: 100%;
}
.dropdown-toggle-fwc:hover {
	color:var(--nav-color-hover)!important;
	background-color:rgba(128,128,128,0.1);
	border-bottom: var(--brd);
	border-top: var(--brd);
	transition:all 0.1s ease;
}
.blr {
	align-items:center;
	display:none;
	flex:1 1 auto;
	height:100vh;
	justify-content:center;
	opacity:0.1;
	position:absolute;
	right:0;
	top:0;
	width:100vw;
}
.blr.active {
	display:flex;
}
.blr .box {
	background-color:#fafafa;
	border:var(--brd);
	border-radius:calc(var(--radius) * 2);
	box-shadow:inset 4px 4px 8px rgba(212,212,212,0.15), inset -4px -4px 8px rgba(212,212,212,0.25), 4px 4px 35px rgba(64,64,64,0.15), -4px -4px 35px rgba(64,64,64,0.25);
	height:100%
	max-height:600px;
	max-width:800px;
	width:100%;
}

.nav-search-box {
	position: relative;
	z-index: 6;
	margin: 0 auto;
	width: 100%;
	max-width: 1320px;
	height: 60px;
	margin-bottom: -60px;
	display: flex;
	align-items: end;
	justify-content: flex-end;

}
.nav-search {
	display: inline-block;
	width: 320px;
	right: 0;
	position: absolute;
	margin: 60px var(--base-margin) var(--base-margin);
	top: 25px;
	z-index: 1000;


}
.search-prepend {
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.search-append {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.dropdown-toggle-fwc {
	position:relative;
}
.nav-vis-fwc {
	display:inline-flex!important;
	flex-direction:column;
}

.header-wrapper {
	background-color: white;
	align-items:center;
	border-bottom:var(--brd-lg);
	border-bottom: 100px solid var(--fwc-primary-bg);
	box-shadow:var(--ds-lg);
	display:flex;
	flex:1 1 auto;
	justify-content:center;
	margin:60px 0 0;
	margin-bottom: -75px;
	padding:0;
	position: relative;
	height: 100%;
	max-height: 210px;
}
header {
	background-color: #fff;
	background:url("/images/logo_back.jpg");
	background-position:center right;
	background-repeat:no-repeat;
	background-size:contain;
	display: flex;
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	width: 100%;
	z-index: 1;
	height: 110px;
	align-items: center;
	justify-content: start;
}
.about-social {
	position:absolute;
	right:var(--base-margin);
	top:var(--base-margin);
}
.search-social {
	list-style:none;
	padding-left:0;
	margin-right:var(--base-margin);
	
}
.top_logo {
	display:inline-block;
	height: auto;
	margin:auto 0;
	max-height:90px;
	width:100%;
}
.image-logo {
	border-bottom-left-radius:var(--radius);
	border-bottom-right-radius:var(--radius);
	display: block;
	height: 100%;
	max-height: 90px;
	max-width: 100%;
	overflow: hidden;
	width: auto;
}
.searchContainer {
	display: none;
	margin-top: -.125rem;
	position: absolute;
	top: 0;
	width: 100%;
}
.header-search-social {
	position:relative;
}
.header-search-icon {
	z-index:1;
}
.searchBox {
	border: 1px solid rgba(0,0,0,.35);
	box-shadow:inset 1px 1px 2px rgba(64,64,64,.35);
	border-radius:0.375rem;
	outline: 0;
}

img.lazy-load.initial, img.lazy-load.loaded, img.lazy-load.error {
	opacity: 1;
}
img.lazy-load:not(.initial) {
	transition: opacity 1s;
}
img.lazy-load {
	opacity: 0;
}

div.featuredImage {
	position: relative;
	clear: both;
}
.masthead-cap-wrapper {
	align-items: start;
	aspect-ratio: 17 / 5;
	background:var(--fwc-primary-bg);
	border-top: 2px solid rgba(0,0,120,0.15);
	border-bottom: 100px solid var(--fwc-primary-bg);
	box-shadow: 0px 15px 20px rgb(0 0 64 / 25%);
	display: flex;
	flex: 1 1 auto;
	height: auto;
	justify-content: start;
	margin: 0;
	margin-bottom: -45px;
	max-height:500px;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -25px;
	width: 100%;
	z-index: +1;
}
.masthead-cap {
	border-radius: var(--radius);
	display: flex;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.carousel-wrapper-mediagallery {
	background:var(--gray-ltst);
	border:var(--radius);
	border-radius:var(--radius);
	box-shadow: var(--ds-dkr);
	float:right;
	max-width:50%;
	margin:0 0 var(--base-rem) var(--base-rem);
	overflow: hidden;
	position:relative;
	width:100%;
	z-index:+1;
}
.body.with-right .carousel-wrapper-mediagallery {
	background: #fff;
	float:none;
	margin: auto;
	margin-bottom: 1.5rem;
	position: relative;
	max-width: 700px;
	width:100%;
}
.carousel-wrapper-masthead {
	background-color: var(--fwc-primary-bg);
	border-bottom:100px solid var(--fwc-primary-bg);
	display:block;
	height:auto;
	margin-top:-25px;
	margin-bottom:-75px;
	max-width:100%;
	min-width:360px;
	min-height:120px;
	overflow:initial;
	position: relative;
	text-align:center;
	width:100%;
	z-index: 1;
}
#page_Masthead .carousel-caption {
	background-color: rgb(0,0,0,0.15);
	bottom: 0;
	border-top-right-radius: var(--radius);
	color: #fff;
	display: block;
	font-size: calc(var(--base-rem) * .95);
	left: 0;
	padding: var(--base-padding) calc(2 * var(--base-padding));
	position: absolute;
	right:auto;
	text-shadow: var(--text-legible);
}
#page_Masthead .carousel-credit {
	bottom: 0;
	background-color: rgb(0,0,0,0.15);
	border-top-left-radius: var(--radius);
	color: #fff;
	display: block;
	font-size: .85em;
	font-weight: 500;
	padding: 0.25rem .5rem;
	position: absolute;
	right: 0;
	text-shadow: var(--text-legible);
}
#page_Masthead .carousel-control-next, #page_Masthead .carousel-control-prev {
	max-width:50px;
}
#page_MediaGallery .carousel-caption {
	background: rgba(0,0,0,0.25);
	border-radius: var(--base-rem);
	bottom: calc(var(--base-rem) * 5);
	color: #fff;
	display: block;
	font-size: calc(var(--base-rem) * .9);
	font-weight: 600;
	left: 5%;
	padding: var(--base-padding);
	right: 5%;
	text-shadow: var(--text-legible);

	position: absolute;
	right: 15%;
	bottom: 8%;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}
#page_MediaGallery .carousel-caption .credit {
	display: block;
	position: absolute;
	right: 1.5rem;
	bottom: .5rem;
}
#page_MediaGallery .carousel { overflow: hidden; padding-bottom: 4rem; }
#page_MediaGallery .carousel-caption { top: 100%; }
#page_MediaGallery .carousel-inner { overflow: visible; }
#page_MediaGallery .carousel-control-next
	, #page_MediaGallery .carousel-control-prev
	, #page_MediaGallery .carousel-indicators { bottom: 4rem; }



.image-credits {
	color:#fff;
	display:block;
	font-size:.9em; /* based on the size of the caption font */
	padding-bottom:0;
	margin-bottom:0;
	text-align:end;
	text-shadow: var(--text-legible);
	width:100%;
}
.image-credits:before {
	color:#fff;
	content: 'Photo: ';
	text-shadow: var(--text-legible-2);
}
.carousel-item img {
	height:auto;
	width:100%;
}
.carousel-item img.tall {
    height: 100%;
    max-height: 500px;
    width: auto;
    border-radius: var(--radius);
}

#page_Masthead {
	align-items: center;
	aspect-ratio:18/5;
	border-top: 2px solid rgba(0,0,120,0.25);
	border-bottom: 3px solid rgba(0,0,120,0.25);
	display: flex;
	height:auto;
	max-height:500px;
	width:100%;
}

#page_Masthead .carousel-item img {
	height:auto;
	width:100%;
	max-width:100%;
}
#page_Masthead .carousel-indicators {
	bottom: -38px;
	top: auto;
}
#page_Masthead .carousel-indicators [data-bs-target] {
	background-color: rgba(255,255,255,0.375);
	border-radius: var(--radius);
	border: 1px solid rgba(156,80,182);
	box-shadow: var(--ds-halo);
	height:15px;
    	opacity: 1;
}
#page_Masthead .carousel-indicators [data-bs-target].active {
	background-color: rgba(156,80,182,1);
}
#page_Masthead .carousel-inner {
	aspect-ratio:18/5;
	max-height: 495px;
}
.carousel-wrapper-mediagallery.solo {
	max-width:750px;
}
.carousel-wrapper-mediagallery.solo .carousel-item img {
	height: auto;
	width: 100%;
}
.carousel-wrapper-mediagallery.solo .carousel-item img.tall {
	height: 100%;
	width: auto;
	border-radius:var(--radius);
}
#page_MediaGallery {
	overflow: hidden;
}
#page_MediaGallery .carousel-inner {
	max-height: 500px;
	aspect-ratio:6 / 4;
}
.carousel-control-next, .carousel-control-prev {

}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 1;
	outline: 0;
	text-decoration: none;
}
.carousel-item {
	height: 100%;
	text-align: center;
}
#page_MediaGallery .carousel-control-prev, #page_MediaGallery .carousel-control-next {
	max-height:500px;
}
.carousel-control-prev, .carousel-control-next {
	color:rgba(220,255,255,1);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color:white;
	border-radius:var(--radius);
	box-shadow:0 0 15px rgba(0,0,0,.5);
	opacity:1;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(200,80,200,1)' class='bi bi-arrow-left-square-fill' viewBox='0 0 16 16'%3e%3cpath d='M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z'/%3e%3c/svg%3e");
	transition:all .375s ease-in-out;
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(200,80,200,1)' class='bi bi-arrow-right-square-fill' viewBox='0 0 16 16'%3e%3cpath d='M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1z'/%3e%3c/svg%3e");
	transition:all .375s ease-in-out;
}
.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
	transform:scale(1.25);
	border:3px solid white;
	transition:all .375s ease-in-out;
}
#page_MediaGallery .carousel-inner {
	overflow: hidden;
	border-radius: var(--radius);
}
.carousel-wrapper-mediagallery .mg-control-box {
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	margin-top: var(--base-margin);
	margin-bottom:0;
	padding: 0;
}
.mg-control-box .thumbs, .mg-control-box .captions {
	position:relative;
	width:100%;
}
.mg-control-box .thumbs {
	text-align:center;
	overflow: hidden;
	max-height: 80px;
	display: flex;
	touch-action: pan-x;
	position: relative;
	overflow-x: scroll;
}
.mg-control-box .thumb {
	border:3px solid white;
	border-radius:var(--radius);
	box-shadow:0 1px 1px rgba(0,0,0,0.15), 0 -1px 1px rgba(0,0,0,0.15);
	cursor:pointer;
	height: 100%;
	margin:5px 5px 15px 0;
	max-height: 47px;
	transition:border-color .6s ease-in-out;
}
.mg-control-box .thumb.active {
	box-shadow:0 2px 3px rgba(0,0,0,0.35), 0 -2px 3px rgba(0,0,0,0.35);
	border-color:plum;
	transition:border-color .6s ease-in-out;
}
.mg-control-box .caption {
	background-color: white;
	display:none;
	border:var(--brd);
	border-radius:var(--radius);
	flex:1 1 auto;
	flex-direction:column;
	font-size:.85em;
	height:0;
	margin:0;
	opacity:0;
	padding:0;
	text-align:left;
	top:0;
	transition:all 0s;
	width:100%;
}
.mg-control-box .caption.active {
	display:flex;
	height: 110px;
	justify-content: center;
	margin-top:var(--base-margin);
	margin-bottom:0;
	opacity: 1;
	padding: var(--base-padding) calc(var(--base-padding) * 2);
	transition: opacity .6s ease-in-out;
}
.mg-control-box .credit {
	display:block;
	margin-top:var(--base-margin);
	text-align:center;
}
.mg-control-box .credit:before {
	content: 'Photo: ';
	font-weight:bold;
}

.container-main {
	background-color:rgb(255,255,255);
	border:var(--brd);
	border-radius:calc(var(--radius) * 2);
	box-shadow:var(--ds-halo);
	margin-top:0;
	margin-bottom:-75px;
	min-height: calc(71vh);
	padding:calc(var(--base-padding) * 2.5) calc(var(--base-padding) * 6);
	position:relative;
	z-index:5;
}
.container-main.with-masthead-cap {
	margin-top:-155px;
}
.content-block div.photo {
	float: left;
	margin: 0 20px 10px 0;
}


.content-callout-right,.content-callout-left,.content-image-left,.content-image-right{float:none;margin-left:auto;margin-right:auto}
.content-image-left.content-image-can-upsize,.content-image-right.content-image-can-upsize,.content-image-natural.content-image-can-upsize{width:auto}
.content-image-left.content-image-can-upsize img,.content-image-right.content-image-can-upsize img,.content-image-natural.content-image-can-upsize img{width:100%;max-width:500px}

.content-image-left{float:left;width:280px;margin:20px 20px 20px 0;display:block;padding:0;text-align:center}
.content-image-right{float:right;width:280px;margin:20px 0 20px 20px;display:block;padding:0;text-align:center}
.content-image-right img,.content-image-left img{width:280px;margin:0}
.content-image-text{font-size:12px;line-height:1.8em;font-weight:bold;margin:10px 0 0;display:block;color:#333;border-bottom:1px solid #ddd;padding-bottom:10px;margin-bottom:10px;text-align:center}
.content-image-inline{display:inline-block;float:none;margin:2px 5px 2px 5px}
.content-image-right img,.content-image-left img,.content-image-inline img{width:260px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}
.content-image-narrow{width:140px}
.content-image-narrow img{width:140px}
.content-image-full{width:100%;margin:0}
.content-image-full img{width:100%}
.content-image-natural{width:auto}
.content-image-natural img{width:100%;max-width:100%}
.content-image-text{display:block}
@media(max-width:570px) {
	.content-callout-right,.content-callout-left,.content-image-left,.content-image-right{float:none;margin-left:auto;margin-right:auto}
	.content-image-left.content-image-can-upsize,.content-image-right.content-image-can-upsize,.content-image-natural.content-image-can-upsize{width:auto}
	.content-image-left.content-image-can-upsize img,.content-image-right.content-image-can-upsize img,.content-image-natural.content-image-can-upsize img{width:100%;max-width:500px}
}
.content-image-narrow {
	width: 180px;
}
.content-image-right, .content-image-left {
	max-width: 320px;
	margin: 0;
}
.content-image-narrow, .content-image-left, .content-image-right, .content-image-full {
	text-align:center;
}
.content-image-left img, .content-image-right img, .content-image-full img, .content-image-inline img, .content-image-narrow img {
	border-radius: var(--radius);
	box-shadow: var(--ds);
	height:auto;
	max-width:100%;
}
.content-image-left {
	float: left;
	margin: auto calc(var(--base-margin) * 2) calc(var(--base-margin) * 2) auto;
}
.content-image-left img.lazy-load {
//	transform: perspective(1500px) rotateY(15deg);
//	transition: transform 1s ease 0s;
}
.content-image-left:hover img.lazy-load {
//	transform: perspective(3000px) rotateY(0deg);
}
.content-image-right {
	float: right;
	margin: auto auto calc(var(--base-margin) * 2) calc(var(--base-margin) * 2);
}
.content-image-right img.lazy-load {
//	transform: perspective(1500px) rotateY(-15deg);
//	transition: transform 1s ease 0s;
}
.content-image-right:hover img.lazy-load {
//	transform: perspective(3000px) rotateY(0deg);
}
.content-image-inline {
	display: inline-block;
	float: none;
	margin: 2px 5px 2px 5px;
}
.content-image-full {
	display: block;
	margin: auto;
	max-width: 1000px;
	text-align: center;
	width: 100%;
}
.body.with-right .content-image-full {
	display:inline-block;
	max-width: calc(100% - calc(360px + 4.5rem));
}

.content-image-natural {
	width: auto;
}
.content-image-natural img {
	width: 100%;
	max-width: 100%;
}
.content-image-text {
	background: linear-gradient(0deg, rgba(0,0,0,0.045) 0%, transparent 70%);
	border-bottom: var(--brd);
	border-radius: var(--radius);
	color: var(--color);
	display: block;
	font-size: calc(var(--base-rem) * 1.05);
	font-weight: 400;
	line-height: calc(var(--base-rem) * 1.8);
	margin: 10px 0 0;
	margin-bottom: 10px;
	padding: 0 20px 10px;
	position:relative;
	text-align: left;
	text-shadow: var(--ds-sm);
}
.content-image-credit {
	position:absolute;
	top:-1rem;
	right:0.75rem;
	font-size:0.75em;
}
.fwc-cat-img {
	max-width: 50%;
	float: right;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: var(--radius);
	transform: perspective(750px) rotateY(-6deg) rotateX(2deg);
	transform-style: preserve-3d;
	width: 100%;
}
.fwc-cat-img img {
	width:100%;
	height:auto;
}
.body {
	position:relative;
	font-size: calc(var(--base-rem) * 1.15);
}
.body.with-right {
//	max-width:65%;
//	float:left;
}
.body:after, .body.p-blocks p:after {
	display: block;
	clear: both;
	content: "";
}
.bodyRight {
	background-color: var(--gray-ltst);
	border-radius: var(--radius);
	box-shadow: var(--ds-ltst);
	float: right;
	margin-bottom: calc(var(--base-margin) * 2);
	margin-left:calc(var(--base-rem) * 2);
	max-width: calc(340px + 2rem);
	padding:calc(var(--base-rem) * 1.5);
	padding-left:calc(var(--base-rem) * 3);
	width:100%;
}
.bodyRight h2, .bodyRight h3 {
	text-shadow:var(--ds-lt);
}
.bodyRight ul, .bodyRight ol {
	margin-top:var(--base-margin);
}
.bodyRight ul, .bodyRight ul li, .bodyRight ol, .bodyRight ol li {
	margin-bottom:var(--base-margin);
}
.bodyRight ul li, .bodyRight ol li {
	border-bottom:var(--brd-lt);
	padding-bottom:var(--base-margin);
}

.center-all {
	align-items:start;
	border:0;
	display:inline-flex;
	flex:1 1 auto;
	flex-direction:column;
	height:100%;
	justify-content:center;
	margin:0;
	padding:0;
	width:100%;
}

.fwc-hr {
	box-shadow:var(--ds-lg);
	margin:calc(var(--base-margin) * 2) auto;
	max-width:calc(100% - var(--base-margin));
	height: 3px;
	border-bottom: var(--brd-dkst);
	border-top: 0;
}

.fwc-head {
	font-family: 'Libre Baskerville', serif;
}
.fwc-heading-icon {
	border: var(--brd);
	padding: .45rem;
	border-radius: 50%;
	background-color: rgba(255,255,255,1);
	margin: -.75rem auto;
	box-shadow: inset -1px -2px 4px rgb(124 32 232 / 15%), var(--ds-sm);
	font-size: 0.9em;
}

h1.page-heading {
	color: var(--color);
	font-family: 'Roboto Slab',Arial,sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-size: calc(var(--base-rem) * 2.375);
	font-weight: 400;
	line-height: calc(var(--base-rem) * 2.75);
	margin: calc(var(--base-rem) * .75) auto;
	padding: 0;
	text-transform: none;
}
h2.page-heading {
	color: var(--color);
	font-family: 'Roboto Slab',Arial,sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-size: calc(var(--base-rem) * 2);
	font-weight: 400;
	line-height: calc(var(--base-rem) * 2.25);
	margin: calc(var(--base-rem) * .75) auto;
	padding: 0;
	text-transform: none;
}
.page-heading-backseat {
	display: flex;
	font-size: .65em;
	margin-top: -1.375rem;
	margin-bottom: -.75rem;
	margin-left: -1.375rem;
	position: relative;
	transform: perspective(500px) rotateY(0deg);
	transform-style: preserve-3d;

}
h1.page-heading .subtitle {
	display: block;
	font-family: 'Roboto',Arial,sans-serif;
	font-size: .5em;
	font-weight:400;
	padding-left:1rem;
}
.page-subtitle {
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size:calc(var(--base-rem) * 1.15);
	line-height:calc(var(--base-rem) * 1.175);
	font-weight:300;
}
.page-section-head {
	font-size:calc(var(--base-rem) * 1.75);
	font-weight:bold;
}
.page-subsection-head {
	font-size:calc(var(--base-rem) * 1.375);
	font-weight:bold;
}

.page-headline {
	color: var(--color);
	font-family: 'Roboto Slab',Arial,sans-serif;
	font-size: calc(var(--base-rem) * 2.625);
	font-weight: 400;
	line-height: calc(var(--base-rem) * 2.75);
	margin: .75rem auto 1.75rem;
	padding: 0 0 0 0;
	text-transform: none;
}
.page-byline {
	background-color: var(--gray-ltst);
	border-top: var(--brd);
	border-bottom: var(--brd);
	border-radius: var(--radius);
	box-shadow: var(--ds-ltst);
	color: var(--color);
	font-size: calc(var(--base-rem) * 1.15);
	font-weight: 400;
	line-height: 1.2;
	margin: 1.375rem auto;
	padding-top: var(--base-rem);
	padding-bottom: var(--base-rem);
	padding-left: calc(var(--base-rem) * 2);
	text-transform: none;
}
.page-byline .author::after {
	display:inline-block;
	content:'|';
	padding:0 var(--base-rem);
	margin:auto;
}
.page-byline:empty {
	display:none;
}

iframe {
//	aspect-ratio: 16/9;
//	height: auto;
	margin: auto;
//	max-width:calc(50% - 2rem);
//	padding: 0 2rem var(--base-margin) 0;
//	width: 100%!important;
}

.abstractItem {
	margin: 0 0 1.2rem 0;
	clear: left;
	overflow: auto;
}
.abstractItem .imageLink .image-overlay {
	background-color: #3c91b7;
	display: none;
}
.abstractItem .imageLink .image-overlay {
	position: absolute;
	font-size: 11px;
	text-transform: uppercase;
	display: none;
	padding: 3px 5px;
	background-color: var(--color);
	color: #f5f5f5;
	border-bottom-right-radius: 3px;
}
.abstractItem img {
	margin: 0 20px 20px 0;
	width: 265px;
	float: left;
	max-width: 40%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
	border-radius: 3px;
}
.abstractItem h2 {
	font-family: 'Roboto Slab',Arial,sans-serif;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: none;
	color: var(--color);
	margin-top: .3em;
	margin-bottom: .5em;
}
.abstractItem h2 a:link, .abstractItem h2 a:visited {
	text-decoration: none;
	color: var(--color);
}
.abstractItem .content {
	font-size: 18px;
	font-weight: 300;
}
.abstractItem .byline .author::after {
	content: ' | ';
}
.author.abstractItem img {
	float: left;
	width: 70px;
	margin: 0 10px 5px 0;
	padding: 0;
	border-radius: 50%;
}
.author.abstractItem .content {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	color: #777;
}
.fwc-aut-bio {
	align-items:start;
	display:flex;
	flex:1 1 auto;
	flex-wrap:nowrap;
	justify-content:start;
	margin:calc(var(--base-rem) * 1.5) 0 0;
	padding:var(--base-rem) 0 0 0;
	width:100%;
}
.fwc-aut-bio .bio-text {
	padding:var(--base-rem) calc(2 * var(--base-rem)) var(--base-rem) calc(3 * var(--base-rem));
	font-size:calc(1.375 * var(--base-rem));
}
.fwc-aut-bio.in-page {
	background-image: linear-gradient(-45deg, #ffffff 0, rgba(255, 236, 210, .15) 70%, rgba(252, 182, 159, .15) 100%);
	border-bottom:var(--brd-dk);
	border-top:var(--brd-dk);
	border-radius:var(--radius) 0;
	margin:calc(var(--base-rem) * 1.5) 0;
	padding:var(--base-rem);
}
.fwc-aut-bio.in-page .bio-text {
	padding:var(--base-rem) calc(2 * var(--base-rem)) var(--base-rem) calc(3 * var(--base-rem));
	font-size:calc(1.15 * var(--base-rem));
}

.fwc-aut-bio.in-page .bio-link {
	clear: both;
	text-align: right;
	width: 100%;
	margin: calc(2 * var(--base-margin)) auto auto;
}
.fwc-btn-bar {
	border-radius: 0.5rem;
	box-shadow: var(--ds-lg-dkst);
	color: rgba(255,255,255,1)!important;
	font-size: 1.5rem;
	padding: 0.75rem 1.5rem;
}


.container-tag-list {
	box-sizing: border-box;
	display:flex;
	flex-direction:column;
	margin: auto auto 1rem;
}
.tag-list {
	align-items: center;
	display: flex;
	box-sizing: border-box;
	/* flex: 1 1 auto; */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;
	list-style: none;
	margin: 0 0 calc(var(--base-margin) * .25);
	padding-left: 0;
}
.tag-list-title {
	display:block;
	margin:0 calc(var(--base-margin) * .25);
}
.tag-list li {
	margin:0 calc(var(--base-margin) * .5) 0 0;
}
.tag-list li:after {
	content:', ';
}
.tag-list li:last-child:after {
	content:'';
}
.tag-list-icon {
	align-items: center;
	display: inline-flex;
	flex: 1 1 auto;
	justify-content: center;
	max-width: 34px;
	margin: .25rem 0;
	text-shadow: var(--ds-ltst);
}
.tag-list-icon:after {
	--fa-secondary-color: plum;
	--fa-secondary-opacity:1;

	text-shadow: var(--ds-lt);
}

footer {
	background-color:var(--fwc-primary-bg);
	bottom:0;
	color: #fff;
	font-family: Roboto,Arial,sans-serif;
	font-size: calc(var(--base-rem) * .75);
	margin-right: auto;
	margin-left: auto;
	padding: 85px 0 30px;
	text-transform: uppercase;
	width:100%;
}
.footer-subscribe .fwc-subs-ui {
	box-shadow:var(--ds-ltst);
}
.footer-subscribe .subs-form {
	background-color:#fff;
	border:var(--brd);
	border-radius:var(--radius);
	color:var(--color);
	margin:auto;
	max-width:350px;
	padding:var(--base-padding);
	text-align:left;
}
.subs-form label {
	margin-bottom:calc(var(--base-rem) * .25);
	text-transform:none;
	text-shadow: var(--ds);
	width:100%;
}
.subs-form label img {
	box-shadow: var(--ds-lg-ltr);
	float:left;
	margin-right:var(--base-padding);
}
.footer-links ul {
	align-items:center;
	display:flex;
	flex:1 1 auto;
	flex-wrap: wrap;
	justify-content:space-between;
	list-style:none;
	margin-top:1.175rem;
	padding:0;
}
.footer-links ul li {
	padding:0.25rem 1rem;
}
.footer-links a {
	color:#fff;
	text-decoration:none;
}

.paging-block {
	align-items: center;
	border-top:var(--brd);
	border-bottom:var(--brd);
	clear:both;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: center;
	list-style:none;
	margin:var(--base-margin) 0;
	padding:var(--base-padding) 0;
}
.paging-block li {

}
.paging-block a {
	border: 1px solid transparent;
	align-items:center;
	border-radius:0.375rem;
	display:flex;
	height:2rem;
	justify-content:center;
	margin:auto .25rem;
	max-width:2rem;
	text-align:center;
	width:2rem;
}
.paging-block a:not(.ctrl):hover {
	border-color: #7b3cb7;
	background-color: #4a3cb7;
	color:#fff;
	transition:all 0.1s ease-in;
}
.paging-block li.prnx {
	border:1px solid transparent;
	padding:0;
	font-size:2rem;
}
.paging-block li.prnx:hover {

}
.paging-block li.selected {
	border: 1px solid transparent;
	align-items:center;
	border-radius:0.375rem;
	display:flex;
	height:2rem;
	justify-content:center;
	margin:auto .25rem;
	max-width:2rem;
	text-align:center;
	width:2rem;
	background:linear-gradient(135deg, rgb(220,220,255),  rgb(220,220,248), rgb(210,210,238));
	font-weight:bold;
}
/*
@media (min-width:1921px) {
	#page_Masthead {
		align-items: center;
		border-bottom-right-radius: calc(var(--radius) * 4);
		border-bottom-left-radius: calc(var(--radius) * 4);
		box-shadow: 0 0 20px rgb(255 255 255 / 35%);
		display: flex;
		height: auto;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: calc(1800px - calc(var(--base-margin) * 2.75));
		overflow: hidden;
		width: 100%;
	}
}
*/

@media (max-width:1400px) {
	#page_Masthead {
		box-shadow:none;
		margin-bottom:0;
	}
	.container-main {
		box-shadow:none;
		max-width: 1250px;
		margin-bottom:-55px;
	}
	.container-main.with-masthead {

	}
	footer {
		padding-top:95px;
	}
	header {
		max-width:1250px;
	}
	.navbar-fwc  {
		max-width:1250px;
	}
}
@media (min-width:1200px) {
	.carousel-wrapper-mediagallery.solo {
		max-width: 50%;
	}
}
@media (max-width:1200px) {
	#page_MediaGallery {
		clear:both;
		display:block;
		float:none;
	}
	.navbar-fwc li a.dropdown-toggle-fwc {
		min-width:unset;
		padding:0 .5rem;
	}
	.carousel-wrapper-mediagallery {
		clear: both;
		float: none;
		height: auto;
		max-width: 750px;
		margin: var(--base-margin) auto var(--base-rem);
		overflow: hidden;
		width: 100%;
	}
	.container-main {
		max-width: 993px;
	}
	header {
		max-width:993px;
	}
	.navbar-fwc  {
		max-width:100%;
		padding: 0 calc(1.5 * var(--base-margin));
	}

	iframe {
		padding: 0;
		float: none;
		clear: both;
		display: block;
		margin: auto;
		left: auto;
		right: auto;
		position: relative;
		max-width:calc(100% - .25rem);
	}

}

@media (max-width:992px) {
	.header-wrapper {
		margin:0;
		margin-bottom: calc(-90px + var(--base-margin));
	}
	header {
		max-width:100%;
		margin:auto 0 auto calc(.5 * var(--base-margin));
		padding-right:calc(.5 * var(--base-margin));
	}
	.nav-fwc {
		bottom: 0;
		flex-direction:column;
		justify-content: start;
		position: fixed;
		top: auto;
		transition:height .2s ease-in-out;
	}
	.nav-fwc.searching {
		height:114px;
		transition:height .1s ease-in-out;
	}
	.navbar-fwc {
		justify-content: space-between;
	}
	.nav-search-form {
		width:100%;
	}
	.nav-input-group {
		flex-wrap:nowrap!important;
		justify-content:center;
	}
	.nav-search-box {
		position:fixed;
		order:4;
		z-index:100;
		bottom: 0;
		height:0;
		margin:0;
		overflow:hidden;
		transition: height .1s ease;
	}
	.nav-search-box.searching {
		height:60px;
		transition: height .2s ease;
		overflow:visible;
	}
	.nav-search {
		bottom:unset;
		display: flex;
		left:auto;
		margin-top:0;
		padding-top:0;
		position: relative;
		right:auto;
		top: unset;
		z-index: 1;
		width:100%;
	}
	.twitter-typeahead {
		width: 100%;
	}
	.navbar-toggler {
		align-items: center;
		display: inline-flex;
		flex:1 1 auto;
		justify-content: center;
	}
	.navbar-fwc li a {
		height:50px;
	}
	#ulNavBtns {
		order:1;
	}
	.navbar-home-icon {
		order:2;
	}
	.navbar-toggle-icon, .navbar-toggle-search {
		border: 2px solid #fff;
		border-radius: var(--radius);
		color: #eee!important;
		float: left;
		font-size: calc(var(--base-rem) * 1.65);
		font-weight: normal;
		max-width: calc(var(--base-rem) * 3) !important;
		min-width: calc(var(--base-rem) * 3) !important;
		text-align: center;
		height: 43px;
		margin-left: 1rem;
		order:3;
	}
	#ulNavBtns {
		bottom: 0;
		left: 0;
		margin: 0;
		margin-bottom: 48px;
		margin-left: 0;
		padding: 0;
		position: absolute;
		width:100vw;
	}
	.navbar-btns {
		border-top-left-radius:var(--radius);
		border-top-right-radius:var(--radius);
		display: flex;
		flex-direction: column;
		width: 100%;
	} 
	.navbar-btns .t1, .navbar-btns .t2 {
		background-color: #222;
		border: 0;
		border-radius: 0;
		border-top: 1px solid #fff;
		cursor:pointer;
		display: block;
		float: left;
		margin: auto;
		padding: 0;
		position: relative;
		width: 100%;

	}
	.navbar-toggle-icon:before {
	    content: "\10f00d";
	}
	.navbar-toggle-icon:after {
	    content: "\f00d";
	}
	.navbar-toggle-icon.collapsed:before {
	    content: "\f0c9";
	}
	.navbar-toggle-icon.collapsed:after {
	    content: "\10f0c9";
	}
	.navbar-toggle-search {
		float:right;
	}
	.navbar-toggle-search:before {
	    content: "\f002";
	}
	.navbar-toggle-search:after {
	    content: "\10f002";
	}
	.nav-fwc.searching .navbar-toggle-search:before {
	    content: "\f00d";
	}
	.nav-fwc.searching .navbar-toggle-search:after {
	    content: "\10f00d";
	}
	.navbar-btns {
		align-items: center;
		display: none;
		justify-content: start;
		list-style: none;
		margin: 0;
		padding:0;
		width: 100%;
		z-index:99;
	}
	.container-main {
		margin-bottom:-55px;
		max-width:calc(100vw - calc(var(--base-margin) * 4));
	}
	.container-main.with-masthead {

	}

	.body.with-right .content-image-full {
		max-width:100%;
	}

	.fwc-aut-bio {
		display:block;
	}
	.fwc-aut-bio.in-page .bio-text {
		width:100%;
	}
}

@media (max-width:768px) {

	header {
		background:transparent;
		height:auto;
		padding:var(--base-padding);
	}
	#page_MediaGallery .carousel-caption {
		font-size: calc(var(--base-rem) * .9); 
		line-height:calc(var(--base-rem) * 1.1);
	}	
	#page_MediaGallery .carousel-credit {
		font-size: calc(var(--base-rem) * .75);
	}
	.mg-control-box .caption { 
		font-size: calc(var(--base-rem) * .5);
	}
	.mg-control-box .caption.active {
		height: auto;
	}
	.container-main {
		max-width:calc(100% - calc(var(--base-margin) * 2));
		padding:calc(.5 * var(--base-rem));
	}
	.container-main.with-masthead {
//		margin-top:10px;
	}
	h1.page-heading {
		font-size: 2rem;
	}
	.page-subtitle {
		font-size:calc(var(--base-rem) * 1.15);
		line-height:calc(var(--base-rem) * 1.15);
	}
}

@media (max-width:567px) {
	.image-logo {
		margin:auto;
	}
	.carousel-wrapper-masthead {
		display:block;
		height:auto;
		margin-top:-5px;
		margin-bottom:-93px;
		max-width:100%;
		min-width:unset;
		min-height:unset;
		overflow:hidden;
		text-align:center;
		width:100%;
	}
	#page_Masthead .carousel-control-next, #page_Masthead .carousel-control-prev {
		max-height:100%;
	}
	#page_Masthead {
		margin-top:45px;
		margin-bottom: 35px;
	}
	#page_Masthead .carousel-inner {
		overflow:visible;
	}
	#page_Masthead .carousel-caption {
		bottom: auto;
		font-size: calc(var(--base-rem) * 1.1);
		max-height: 300px;
		padding: 0.25rem 0;
		text-align: center;
		top: -58px;
		left: .5rem;
		right: .5rem;
		height: 50px;
		background: transparent;
		color:white;
	}
	#page_Masthead .carousel-credit {
		bottom: -1.85rem;
		background-color: transparent;
		color: white;
	}
	#page_Masthead .image-credits {
		position: absolute;
		bottom: 2px;
		right: 1rem;
		text-align:end;
    	}
	#page_Masthead .carousel-indicators {
		bottom: -38px;
		top: auto;
		margin: 0;
	}
	#page_Masthead .carousel-indicators [data-bs-target] {
		height:10px;
	}

	.page-byline {
		margin: 0;
		display: flex;
		flex: 1 1 auto;
		flex-direction: column-reverse;
		align-items: start;
		justify-content: center;
		padding: var(--base-padding) calc(var(--base-padding) * 2);
    	}
    	.page-byline .author {
		display: block;
		margin: .25rem 0 1.25rem;
		width: 100%;
	}
	.page-byline .author::after {
		display:none;
	}
    	.page-byline .date {
		text-align: end;
		width: 100%;
		margin-bottom: -0.25rem;
		font-size: 0.75em;
	}
	.container-main {
		border-radius:var(--radius);
		max-width:calc(100% - var(--base-margin));
		overflow-x: hidden;
		padding: var(--base-padding) calc(var(--base-margin) * 1.25);
	}
	.container-main.with-masthead, .container-main.with-masthead-cap {
		margin-top:var(--base-margin);
		border-radius:var(--radius);
		margin-top:-65px;
	}
	h1.page-heading {
		font-size:calc(var(--base-rem) * 1.375);
		line-height:calc(var(--base-rem) * 1.9);
	}
	.page-subtitle {
		font-size:var(--base-rem);
		line-height:calc(var(--base-rem) * 1.1);
	}

	.fwc-aut-bio.in-page .bio-text {
		padding: var(--base-padding) var(--base-padding) var(--base-margin);
		font-size: calc(1.15 * var(--base-rem));
	}

	.page-heading-backseat {
		margin-top: -0.375rem;
		margin-bottom: -0.25rem;
		margin-left: -.375rem;
	}

	.bodyRight {
		border-radius: 0;
		margin: auto calc(-1 * calc(var(--base-margin) * 1.25));
		padding: 0 var(--base-padding);
		width: auto;
	}

}

@media (max-width:480px) {
	header {
		height: auto;
		margin:auto;
		padding:calc(var(--base-padding) * .5) var(--base-padding) var(--base-padding);
	}

	.content-image-right:not(.content-image-narrow), .content-image-left:not(.content-image-narrow) {
		float: none;
		clear: both;
		display: block;
		width: 100%;
		max-width: 100%;
		margin:0;
		margin-bottom:var(--base-margin);
	}
	.content-image-right:not(.content-image-narrow) .content-image-text, .content-image-left:not(.content-image-narrow) .content-image-text {
		text-align: justify;
		padding-bottom: 1rem;
	}
}




.sponsor_belt, .sponsor_footer {
	background:var(--gray-ltst);
	border-top:var(--brd);
	border-bottom:var(--brd);
	margin:1rem auto;
	padding:1rem var(--base-margin);
}
.sponsor_belt.footer, .sponsor_footer  {
	border: var(--brd-dk);
	border-radius:calc(var(--radius) * 2);
	margin: 100px auto -75px;
	max-width: 1325px;
	overflow: hidden;
	padding-bottom: 2rem;
	z-index: 2;
}
.sponsors {
	background:linear-gradient(0deg, var(--gray-ltst) 0%, var(--gray-ltr) 50%, var(--gray-ltst) 100%);
}
.sponsors_header, .sponsors_header h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight:600;
}
.sponsor_promo {
	display:flex;
	align-items:start;
	justify-content:center;
	text-align:center;
}
.sponsor_promo.square {
	aspect-ratio:1 / 1;
	max-width: 400px;
	margin: 0 auto;
}
.sponsor_promo.slb {
	aspect-ratio:12 / 1;
}
.sponsor_promo.lb {
	aspect-ratio:8 / 1;
}
.sponsor_promo.dlb {
	aspect-ratio:8 / 2;
}
.sponsor_promo.bb {
	aspect-ratio:8 / 4;
}
.sponsor_promo.vbb {
	aspect-ratio:4 / 8;
}
.sponsor_promo.sr {
	aspect-ratio:2 / 1;
}

.sponsor_promo img {
	border-radius:var(--radius);
	box-shadow:var(--ds-halo);
	clear:both;
	display:block;
	height:auto;
	margin-top:.25rem;
	max-width:400px;
	width:100%;
}
.sponsor_right {
	background:var(--gray-ltst);
	border-top:var(--brd);
	border-bottom:var(--brd);
	margin:0;
	padding:.375rem var(--base-margin);
	width:100%;
}
.sponsor_right .sponsor_promo {
    margin-bottom: 1rem;
}
.sponsor_right .sponsors_header {
	font-family: sans-serif;
	text-align:center;
}
.sponsor_right_head {
	font-size: calc(var(--base-rem) * .75);
	font-weight: normal;
	padding: .5rem 0;
	text-align: center;
}
.sponsors_header.dupe {
	display:block;
}
.sponsor_right .sponsor_promo img {
	max-width:350px;
}
.sponsor_right .row.sponsors {
	margin: auto calc(-2.75 * var(--base-margin));
}
.sponsor_footer .sponsor_promo img {
	max-height:350px;
	max-width:800px;
}
.sponsor_footer .row.sponsors {
	justify-content: space-evenly;
	margin: auto calc(-1 * var(--base-margin));
	padding: 0 var(--base-margin);
}
.fw-banner-text-sm {
    font-size: .75rem;
    margin: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: start;
}

@media (max-width:1400px) {
	.sponsor_belt.footer, .sponsor_footer {
		margin-top:75px;
		max-width:1250px;
	}
}
@media (max-width:1200px) {
	.sponsor_belt.footer, .sponsor_footer {
		max-width:993px;
	}
}
@media (max-width:992px) {
	.sponsor_right .row.sponsors {
		margin: auto;
	}

	.sponsor_right_head.dupe {
		display:none;
	}
	.sponsors_header.dupe {
		display:none;
	}
	.sponsor_right .sponsor_promo {
		max-width:50%;
	}
	.sponsor_right .sponsor_promo img {
		border:1px solid;
		max-width:100%;
		width:100%;
	}

	.sponsor_belt.footer, .sponsor_footer {
		max-width:calc(100vw - calc(var(--base-margin) * 4));
	}
}
@media (max-width:567px) {
	.sponsor_right .row.sponsors {
		margin: auto;
	}
	.sponsor_right .sponsor_promo {
		max-width:100%;
	}
	.sponsor_belt.footer, .sponsor_footer {
		border-radius:var(--radius);
		max-width: calc(100% - var(--base-margin));
	}
}





/* social bar */
@media only screen and (min-width: 1800px) {
	.fwc-social {
		position: fixed;
		top:300px;
		margin-left:1320px;
		transition: all 0.3s linear;
		transform: translateX(0%);
		width:250px;
		z-index:250;
	}
	.fwc-social .fwc-social-list { /* HA! socialist! */
		padding:0;
		list-style:none;
		display:flex;
		flex-direction:column;
	}
	.fwc-social .node {
		align-items:center;
		border:1px solid var(--fwc-node-color, --fwc-primary);
		border-radius:calc(.5 * var(--base-rem));
		box-shadow:var(--ds-lg-dk);
		color: white;
		display:flex;
		flex:0 0 auto;
		height: 60px;
		left:0;
		margin-bottom:.25rem;
		overflow:hidden;
		position:relative;
		transition: all .3s linear;
		width: 60px;
	}

	.fwc-social a.fwc-social-link {
		align-items:center;
		color: white;
		display:flex;
		flex:0 0 auto;
		height: 60px;
		justify-content:center;
		transition: all .3s linear;
		width:60px;
	}

	.fwc-social i.fwc-social-icon {
		font-size: 2.375rem;
	}

	.fwc-social-options {
		align-items:center;
		display:flex;
		flex:0 0 auto;
		flex-direction:column;
		height:100%;
		justify-content:space-evenly;
		width:190px;
	}

	.fwc-social a.fwc-social-share {
		border: var(--brd-ltst);
		border-radius: var(--radius);
		color: white;
		display: block;
		font-weight: bold;
		letter-spacing: 1px;
		margin-right: 20px;
		overflow: hidden;
		padding: 0.125rem .375rem;
		text-transform: uppercase;
		width: auto;
		height: 100%;
		max-height: 45px;
		justify-content: center;
		display: flex;
		flex: 1 1 auto;
		align-items: center;
		margin-top: .25rem;
		margin-bottom: .25rem;
		white-space: nowrap;
	}
	.fwc-social a.fwc-social-text {
		color: white;
		display:block;
		width:100%;
	}

	.fwc-social-list .node:hover  {
		left:-190px;
		transition:all .3s linear;
		width:250px;
	}
	.node.subscribe {
		margin-top:1rem;
	}
}
@media only screen and (max-width: 1800px) and (min-width: 1400px) {
	.fwc-social {
		position: fixed;
		top:275px;
		right:-190px;
		transition: all 0.3s linear, top 0s linear;
		width: 250px;
		z-index:200;
	}

	.fwc-social .fwc-social-list {
		padding:0;
		list-style:none;
		display:flex;
		flex-direction:column;
	}


	.fwc-social .node {
		align-items:center;
		border:1px solid var(--fwc-node-color, --fwc-primary);
		border-bottom: 1px solid rgba(0,0,0,.4);
		border-bottom-left-radius:calc(.5 * var(--base-rem));
		border-top-left-radius:calc(.5 * var(--base-rem));
		box-shadow:var(--ds-lg-dk);
		color: white;
		display:flex;
		flex:0 0 auto;
		height: 60px;
		left:0;
		margin-bottom:.25rem;
		overflow:hidden;
		position:relative;
		transition: all .3s linear;
		width: 250px;
	}

	.fwc-social a.fwc-social-link {
		align-items:center;
		color: white;
		display:flex;
		flex:0 0 auto;
		height: 60px;
		justify-content:center;
		transition: all .3s linear;
		width:60px;
	}

	.fwc-social i.fwc-social-icon {
		font-size: 2.375rem;
	}

	.fwc-social-options {
		align-items:start;
		display:flex;
		flex:1 1 auto;
		flex-direction:column;
		justify-content:space-evenly;
	}

	.fwc-social a.fwc-social-share {
		border: var(--brd-ltst);
		border-radius: var(--radius);
		color: white;
		display:block;
		font-weight: bold;
		letter-spacing: 1px;
		overflow:hidden;
		padding: 0.125rem .375rem;
		text-transform: uppercase;
	}
	.fwc-social a.fwc-social-text {
		color: white;
		display:block;
		width:100%;
	}

	.fwc-social-list .node:hover  {
		left:-190px;
		transition: left .3s linear;
	}
	.node.subscribe {
		margin-top:1rem;
	}

}
@media (max-width:1400px) {

	.fwc-social {
		box-shadow: unset;
		margin-top: 0.75rem;
		position: relative;
		transition: all 0.3s linear;
		width: 100%;
	}
	.fwc-social .fwc-social-list {
		display: flex;
		flex-direction: row;
		flex: 1 1 auto;
		list-style:none;
		padding:0;
		width: 100%;
	}
	.fwc-social .node {
		align-items: center;
		border:1px solid var(--fwc-node-color, --fwc-primary);
		border-radius: var(--radius);
		box-shadow:var(--ds-sm-dk);
		display: flex;
		flex: 0 0 auto;
		height: 40px;
		justify-content: center;
		margin-right:.25rem;
		overflow: hidden;
		position: relative;
		width: 40px;
	}

	.fwc-social a.fwc-social-link {
			align-items:center;
			color: white;
			display: flex;
			height: 100%;
			justify-content:center;
			transition: all .3s linear;
			width: 100%;
	}
	.fwc-social i.fwc-social-icon {
		font-size: 1.5rem;
	}
	.fwc-social-options {
		display:none;
	}
	.fwc-social a.fwc-social-share {
		display:block;
		font-weight: bold;
		letter-spacing: 1px;
		overflow:hidden;
		text-transform: uppercase;
		width:0;

	}
	.fwc-social a.fwc-social-text {
		display:block;
		letter-spacing: 1px;
		overflow:hidden;
		width:0;
	}
	.node.subscribe {
		margin-left:1rem;
	}
}
.fwc-social .node.facebook {
	--fwc-node-color:#224499;
	background: #4267B2;
}
.fwc-social .node.twitter {
	--fwc-node-color:#0088DD;
	background: #1DA1F2;
}
.fwc-social .node.linkedin {
	--fwc-node-color:#005588;
	background: #0e76a8;
}
.fwc-social .node.subscribe {
	--fwc-node-color:brown;
	--fa-primary-color: white;
	--fa-secondary-color: white;
	--fa-secondary-opacity: .85;
	background: chocolate;
	text-shadow: var(--text-legible2);
}
.fwc-social .node.subscribe i.fwc-social-icon {
	-webkit-animation: subscribe-wobble 5s infinite both;
        animation: subscribe-wobble 5s infinite both;
}

#fwcUA {
	align-items:end;

	bottom:var(--base-margin);
	display: flex;
	flex: 1 1 auto;
	height: 40px;
	justify-content: end;
	margin-right:.25rem;
	overflow: hidden;
	position:fixed;
	right:var(--base-margin);
	width: 40px;
	z-index:99; // just be on top, man
}
#fwcUA .link {
	--fa-primary-color: blue;
	--fa-secondary-color: white;
	--fa-secondary-opacity: .85;

	align-items:center;
	background: transparent;

	color: white;
	display: flex;
	float:right;
	font-size: 40px;
	height: 40px	;
	justify-content:center;
	transition: all .3s linear;
	width: 40px;
	z-index:+1;
}
#fwcUA .text {
	align-items: center;

	border-radius: 5rem;
	border: 5px solid blue;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	background-color: #fff;

	display:flex;
	flex:1 1 auto;
	font-size: 120%;
	height: 100%;
	left:200px;
	justify-content:center;
	overflow:hidden;
	position: absolute;
	right:20px;
	text-rendering: optimizelegibility;
	transition: all .25s linear;
	width:180px;
}
#fwcUA:hover {
	width:200px;
}
#fwcUA:hover .text {
	left:0;
}

@media (max-width:992px) {
	#fwcUA {
		bottom:calc(60px + var(--base-margin));
	}
}

@keyframes subscribe-wobble {
  0%,
  20% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  3% {
    -webkit-transform: translateX(-6px) rotate(6deg);
            transform: translateX(-6px) rotate(6deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(-6deg);
            transform: translateX(3px) rotate(-6deg);
  }
  9% {
    -webkit-transform: translateX(-3px) rotate(3.6deg);
            transform: translateX(-3px) rotate(3.6deg);
  }
  12% {
    -webkit-transform: translateX(1.8px) rotate(-2.4deg);
            transform: translateX(1.8px) rotate(-2.4deg);
  }
  15% {
    -webkit-transform: translateX(-1.2px) rotate(1.2deg);
            transform: translateX(-1.2px) rotate(1.2deg);
  }
}


.carousel-wrapper-slideshow {
	background:var(--gray-ltst);
	border:var(--radius);
	border-radius:var(--radius);
	box-shadow: var(--ds-dkr);
	float:right;
	max-width:50%;
	margin:0 0 var(--base-rem) var(--base-rem);
	position:relative;
	width:100%;
	z-index:+1;
	
	transition:all .25s ease;
}
.body.with-right .carousel-wrapper-slideshow {
	background: #fff;
	clear: left;
	float: left;
	margin: auto;
	margin-bottom: 1.5rem;
	margin-right: 1.5rem;
	max-width: calc(100% - calc(360px + 4.5rem));
	position: relative;
	width: 100%;
}
.body.with-right .carousel-wrapper-slideshow:before
	, .body.with-right .carousel-wrapper-slideshow:after {
	content:"";
	display:table;
}
.body.with-right .carousel-wrapper-slideshow:after {
	clear:both;
}


#fwContent {
	display:block;
}


#fwc_Slideshow {
	margin-top:1rem;
}
#fwc_Slideshow .carousel-indicators {
	top: -11px;
	bottom: auto;
	margin: 0;
}
#fwc_Slideshow .carousel-indicators [data-bs-target] {
	background-color: rgba(255,255,255,0.375);
	border-radius: var(--radius);
	border: 1px solid rgba(156,80,182);
	box-shadow: var(--ds-sm-dk);
	height:6px;
    	opacity: 1;

}
#fwc_Slideshow .carousel-indicators [data-bs-target].active {
	background-color: rgba(156,80,182,1);
}
#fwc_Slideshow .carousel-inner .img-wrap {
	align-items: center;
	aspect-ratio:6 / 4;
	border-radius:var(--radius);
	display: flex;
	height:100%;
	justify-content:center;
	max-height: 500px;
	overflow: hidden;
	width:100%;
}
#fwc_Slideshow .carousel-caption {
	color:var(--fwc-color);
	font-size:calc(.9 * var(--base-rem));
	height:calc(4 * var(--base-rem));
	left: 0;
	padding:var(--base-rem);
	position: relative;
	text-align:start;
	top: 0;
}
#fwc_Slideshow:hover .carousel-caption {
//	height:auto;
}
#fwc_Slideshow .carousel-credit  {
	font-size:.85em;
	font-weight: 600;
	position:absolute;
	right:0.5rem;
	top:0;
}
#fwc_Slideshow .carousel-control-prev
	, #fwc_Slideshow .carousel-control-next {
	max-height:415px;
	max-width:45px;
}
#fwc_Slideshow .carousel-control-prev {
	margin-left: -25px;
}
#fwc_Slideshow .carousel-control-next {
	margin-right: -25px;
}
@media (max-width:1400px) {
	.body.with-right .carousel-wrapper-slideshow {
		max-width:63%;
	}
}
@media (max-width:1200px) {
	.body.with-right .carousel-wrapper-slideshow {
		max-width:100%;
	}
}
@media (max-width:992px) {
/*
	#fwContent:before
		, #fwContent:after {
		content:"";
		display:table;
	}
*/
	#fwContent {
		order:4;
		width:100%;
	}
	.body {
		display: flex;
		flex-direction: column;
	}
	.bodyRight {
		float:none;
		margin: auto;
		max-width: unset;
		padding-left:calc(var(--base-rem) * 1.5);
		width: 100%;
		order:5;
	}
	.carousel-wrapper-slideshow {
		max-width:100%;
	}
	#fwc_Slideshow .carousel-control-prev
		, #fwc_Slideshow .carousel-control-next {
		max-height:500px;
	}
}
.carousel-wrapper-slideshow.fullscreen, .body.with-right .carousel-wrapper-slideshow.fullscreen  {
	align-items: center;
	background-color: #fff;
	bottom: 0;
	display: flex;
	height: 100vh;
	flex: 1 1 auto;
	flex-wrap:wrap;
	justify-content: center;
	left: 0;
	margin: auto;
	max-width: unset;
	padding: 60px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: +1000;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow {
	align-items: center;
	aspect-ratio: 6 / 4;
	background-color: var(--gray-ltst);
	display: block;
	height: auto;
	margin:0 0 auto;
	max-height: unset;
	max-width: 1050px;
	text-align: center;
	width: 100%;
}
.fwc-slideshow-fs-toggle {
	align-items:center;
	background-color:rgba(0,0,180,.5);
	border:3px solid transparent;
	border-radius:var(--radius);
	box-shadow: 0 0 15px rgb(0 0 0 / 50%);
	display:flex;
	height:30px;
	justify-content:center;
	position:absolute;
	transition: all .375s ease-in-out;
	top: -1.75rem;
	left: -.75rem;
	width:30px;
	z-index:+100;
	opacity:.5;
}
.fwc-slideshow-fs-toggle:hover {
	background-color:rgba(0,0,180,1);
	border:3px solid white;
	opacity:1;
	transform:scale(1.25);
}
.fwc-slideshow-fs-toggle-icon {
	--fa-secondary-color:#fff;
	--fa-secondary-opacity:.4;
	color:white;
}
.fs-close-helper { display:none; }

.fwc-slideshow-fs-toggle-icon:before { content: "\f31e"; }
.fwc-slideshow-fs-toggle-icon:after { content: "\10f31e"; }
.carousel-wrapper-slideshow.fullscreen .fwc-slideshow-fs-toggle {
	background-color:rgba(0,0,180,1);
	border:3px solid white;
	opacity:1;
	transform:scale(1.25);
}
.carousel-wrapper-slideshow.fullscreen .fwc-slideshow-fs-toggle-icon:before { content: "\f78c"; }
.carousel-wrapper-slideshow.fullscreen .fwc-slideshow-fs-toggle-icon:after { content: "\10f78c"; }
.carousel-wrapper-slideshow.fullscreen .fs-close-helper {
	bottom: 0;
	display: block;
	font-size: calc(var(--base-rem) * .8);
	margin: auto 100% 0;
	padding: calc(var(--base-rem) * .5) calc(var(--base-rem) * .75);
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-item img.tall
	, .carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-inner .img-wrap {
	max-height:unset;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-item img {
	max-width:unset;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-indicators {
	top:auto;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-control-prev
	, .carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-control-next {
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: unset;
    top: auto;
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-control-next-icon
	, .carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-control-prev-icon {
	border:3px solid transparent;
	transform:scale(1.25);
}
.carousel-wrapper-slideshow.fullscreen #fwc_Slideshow .carousel-caption {
	height: auto;
}
@media (max-width:992px) {
	.fwc-slideshow-fs-toggle {
		display:none;
	}
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	font-size: calc(.8 * var(--base-rem));
}
.breadcrumbs a {
	align-items: center;
	border-radius: .375rem;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	padding-right: .25rem;
	text-decoration: none;
}
.breadcrumbs a::after {
	display: flex;
	content: "\\";
	padding: 0 0 0 0.375rem;
}


.fw-part-content {
    border: var(--brd-lt);
    border-radius: var(--radius);
    border-width:2px;
    display: inline-block;
    font-family: 'Roboto Slab',Arial,sans-serif;
    font-weight: bold;
    margin: calc(var(--base-margin) * -1) 0 0;
    opacity: .75;
    padding: var(--base-padding) calc(var(--base-padding) * 2);
    text-transform: uppercase;
    width: auto;
}
@media (max-width:578px) {
	.fw-part-content { 
		margin-top:calc(var(--base-margin) * -1);
	}
}