/*!!!!!!!!!!! structure
{
}*/
/*!!!!!!!!!!! slider
{
}*/
#main ARTICLE DIV .fullWidth DIV.wp-block-button.aligncenter
{
	text-align: center;
}
BODY#SD.page-template-SDhome
{
	background-color: white;
}
#SD.page-template-SDhome #SDslider .content
{
	/*position: absolute;*/
	/*bottom: 0;*/
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding: 0px;
	z-index: 808;
}
#SD.page-template-SDhome #SDslider .body
{
	font-weight: bold;
	color: white;
	margin: calc(var(--defaultMargin)*1) 0px;
	padding: 0px;
}
#SD.page-template-SDhome #SDslider .CTAbutton
{
	background-color:var(--colorC);
	display: table;
	font-family:var(--secondaryFontFamily);
	color: white;
	padding: calc(var(--defaultMargin)/3) calc(var(--defaultMargin)/2);
	border-radius:var(--borderRadius);
	transition:var(--defaultTransition);
	margin-bottom: calc(var(--defaultMargin)*1);
	margin-top: calc(var(--defaultMargin)*1);
}
#SD.page-template-SDhome #SDslider .CTAbutton:hover
{
	background-color:var(--colorD);
}
#SD.page-template-SDhome #SDslider .title H2
{
	font-size: calc(42px + (60 - 42) * ((100vw - 300px) / (1600 - 300)));
	color: white;
	position: relative;
	font-style: normal;
	font-family:var(--accentFontFamily);
	font-weight: 500;
	text-shadow: 0 0 28px black;
}
#SD.page-template-SDhome #SDslider DIV.image
{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 162;
	background-size: cover;
	background-position: center;
}
#SD.page-template-SDhome #SDslider DIV.nextImage
{
	height: 100%;
	width: 100%;
	/*background-color: white;*/
	position: absolute;
	z-index: 723;
	background-size: cover;
	opacity: 0;
	/*transition: transform 0ms ease-in-out;*/
	/*transition: transform 1000ms ease-in-out;*/
	/*background-position: center;*/
	/*margin-top: 52px;*/
}
/*#SD.page-template-SDhome #SDslider DIV.nextImage.zoomEffect
{
	transform: scale(2);
	transition: transform 1000ms ease-in-out;
	transition: transform 0ms ease-in-out;
	background-size: cover;
}*/
#SD.page-template-SDhome DIV.navigation.left, #SD.page-template-SDhome DIV.navigation.right
{
	display: none;
}
#SD.page-template-SDhome #SDslider .banner
{
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
	display: ;
}
#SD.page-template-SDhome DIV#SDslider .imageWrapper
{
	position: relative;
}
#SD.page-template-SDhome #SDslider .banner:before
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 780;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+43,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	/* IE6-9 */
	content: "";
}
#SD.page-template-SDhome #SDslider .interface
{
	background-color:var(--colorD);
	padding: calc(var(--defaultMargin)/4);
	resize:flex;
	display: inline-block;
	/*+border-radius:var(--borderRadius) var(--borderRadius) 0 0;*/
	-moz-border-radius: var(--borderRadius) var(--borderRadius) 0 0;
	-webkit-border-radius: var(--borderRadius) var(--borderRadius) 0 0;
	-khtml-border-radius: var(--borderRadius) var(--borderRadius) 0 0;
	border-radius:var(--borderRadius) var(--borderRadius) 0 0;
	z-index: 3422;
	position: relative;
}
#SDslider .photoCreditLink .photoCredit
{
	background-color: rgba(255, 255, 255, 0.754);
	position: absolute;
	z-index: 10000;
	bottom: 0;
	right: 0;
	/*+border-radius:var(--borderRadius) 0 0;*/
	-moz-border-radius: var(--borderRadius) 0 0;
	-webkit-border-radius: var(--borderRadius) 0 0;
	-khtml-border-radius: var(--borderRadius) 0 0;
	border-radius:var(--borderRadius) 0 0;
	padding-right: 0;
	padding: calc(var(--defaultMargin)/4) calc(var(--defaultMargin)/2);
	font-family:var(--secondaryFontFamily);
	cursor: pointer;
}
.page-template-SDhome #SDslider A.photoCreditLink DIV.photoCredit
{
	color:var(--colorA);
	background-size: ;
	transition:var(--defaultTransition);
}
.page-template-SDhome #SDslider A[href=""].photoCreditLink DIV.photoCredit
{
	color: black;
	pointer-events: none;
}
.page-template-SDhome #SDslider A.photoCreditLink DIV.photoCredit:hover
{
	color:var(--colorC);
}
#SD.page-template-SDhome #SDslider .interface .button
{
	width: 15px;
	height: 15px;
	background-color: white;
	padding: 0px;
	border-radius: 100%;
	margin: 0 calc(var(--defaultMargin)/6);
	transition:var(--defaultTransition);
}
#SD.page-template-SDhome #SDslider .interface .button.current
{
	background:var(--colorA);
}

{
	+placement:0px 0px;
}
#SD.page-template-SDhome #SDslider .interface .button:hover
{
	background-color:var(--colorA);
	background-position: ;
}
#SD.page-template-SDhome #SDslider .interface.inactive
{
	background-color:var(--colorA);
}
#SD.page-template-SDhome #SDslider .interface.inactive
{
	background-color:var(--colorA);
	pointer-events: none;
	opacity: 0.5;
}
/*!!!!!!!!!!
! message
}*/
#SD .homeMessage
{
	background-color:var(--colorD);
	z-index: 999;
	position: relative;
	display: ;
	margin-bottom: 0;
	padding-bottom:var(--defaultInterval);
}
.page-template-SDhome .homeMessage .boxedWidth A:visited, .page-template-SDhome .homeMessage .boxedWidth A
{
	color:var(--colorA);
}
/*.page-template-SDhome:not(.launch) #SDslider, .page-template-SDhome:not(.launch).homeMessage
{
	opacity: 0;
}*/
.page-template-SDhome #SDslider, .page-template-SDhome .launch.homeMessage
{
	transition:var(--defaultTransition);
}
.page-template-SDhome .homeMessage A:hover
{
	color: white;
	font-family: ;
}
.entry-content .fullWidth.introWrapper P
{
	max-width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
}
#SD .homeMessage DIV.wrapper
{
	display: flex;
	padding: calc(var(--defaultMargin)/2);
	justify-content: left;
	align-items: center;
	background-color: ;
}
#SD.page-template-SDhome DIV.messageWrapper P
{
	display: block;
	width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
}
#SD.page-template-SDhome .homeMessage .button
{
	text-transform: uppercase;
	font-family:var(--secondaryFontFamily);
	font-weight: bold;
	color: white;
	background-color:var(--colorE);
	font-size: 32px;
	border-radius:var(--borderRadius);
	padding: calc(var(--defaultMargin)/4) calc(var(--defaultMargin)/2);
	text-shadow: 0 0 4px black;
	transition:var(--defaultTransition);
	cursor: pointer;
	margin-right: 0;
	margin-left: 20px;
}
#SD.page-template-SDhome .homeMessage .button:hover
{
	background-color:var(--colorC);
}
#SD .homeMessage DIV.wrapper .message
{
	font-family:var(--primaryFontFamily);
	font-weight: bold;
	font-size: 24px;
}
/*!!!!!!!!!!
! intro}*/
#SD.page-template-SDhome DIV.introWrapper
{
	background-image: none;
	padding-top: calc(var(--defaultMargin)*2);
	position: relative;
	/*margin-top: -50px;*/
	position: relative;
	z-index: 254;
	margin-top: -42px;
}
#SD.page-template-SDhome DIV.introWrapper .image
{
	position: absolute;
	height: 100%;
	width: 100%;
	display: ;
	pointer-events: none;
	z-index: -501;
	background-size: cover;
	opacity: 0.5;
	margin-top: -47px;
}
#SD.page-template-SDhome DIV.introWrapper .overlay
{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(250, 47, 47, 0.103);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+81,ffffff+100&0+82,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 81%, rgba(255, 255, 255, 0) 82%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	/* IE6-9 */
	z-index: 11;
	z-index: 7;
	pointer-events: none;
}
.page-template-SDhome .introWrapper TABLE
{
	max-width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
}
.page-template-SDhome .introWrapper TABLE *
{
	max-width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
}
/*#SD.page-template-SDhome DIV.messageWrapper
{
	background-image: none;
	padding-top: calc(var(--defaultMargin)*2);
	position: relative;
	margin-top: -50px;
	background-size: 5px 92px;
}*/
/*#SD.page-template-SDhome DIV.messageWrapper .image
{
	position: absolute;
	height: 100%;
	width: 100%;
}*/
#SD.page-template-SDhome DIV.messageWrapper P
{
	display: block;
	width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
}
#SD.page-template-SDhome .introWrapper P.mainMessage
{
	font-family:var(--primaryFontFamily);
	font-weight: bold;
	font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1600 - 300)));
	text-align: center;
	line-height: 1.2;
	/*+border-radius: 0;*/
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	max-width:var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
	padding:var(--defaultMargin);
}
#SD.page-template-SDhome .fullWidth.messageWrapper FIGURE IFRAME
{
}
#SD.page-template-SDhome FIGURE.wp-block-embed-youtube
{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 800px;
	margin-top:var(--defaultMargin);
	width: 70%;
	min-width: 250px;
}
#SD.page-template-SDhome .introWrapper DIV.wp-block-button A
{
	text-transform: uppercase;
	font-family:var(--secondaryFontFamily);
	font-weight: bold;
	color: white;
	font-size: 24px;
	border-radius:var(--borderRadius);
	padding: calc(var(--defaultMargin)/4) calc(var(--defaultMargin)/2);
	text-shadow: none;
	transition:var(--defaultTransition);
	cursor: pointer;
	text-transform: uppercase;
}
#SD.page-template-SDhome .introWrapper DIV.wp-block-button A:hover
{
	background-color:var(--colorC);
}
/*!!!!!!!!!!! testimonials
{
}*/
.page-template-SDhome DIV.SDtestimonials
{
	text-align: center;
	display: flex;
	height: auto;
	margin-top: ;
	margin: calc(var(--defaultMargin)*2) 18px 0;
}
.page-template-SDhome DIV.SDtestimonials DIV.wrapper
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-left: -2px;
	z-index: 101;
	overflow: hidden;
}
#SD DIV DIV.wp-block-button A
{
	background-color:var(--colorA);
	font-family:var(--secondaryFontFamily);
	font-weight: bold;
	transition:var(--defaultTransition);
}
#SD DIV DIV.wp-block-button A:hover
{
	background-color:var(--colorB);
	color: black;
}
.page-template-SDhome DIV.wp-block-columns.benefits
{
	position: relative;
	z-index: 171;
}
.page-template-SDhome DIV.SDtestimonials .interface
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 125px;
	height:20;
	margin-top: 18px;
}
.page-template-SDhome DIV.SDtestimonials .interface .button
{
	margin: 0px calc(var(--defaultMargin)/2);
	padding: 0px;
	cursor: pointer;
	width: 40px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.page-template-SDhome DIV.SDtestimonials .interface .button
{
	margin: 0px calc(var(--defaultMargin)/2);
	padding: 0px;
	cursor: pointer;
	width: 40px;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	transition:var(--defaultTransition);
}
.page-template-SDhome DIV.SDtestimonials .interface .button.previous
{
	border-right:15px solid var(--colorA);
}
.page-template-SDhome DIV.SDtestimonials .interface .button.previous:hover
{
	border-right:15px solid var(--colorC);
}
.page-template-SDhome DIV.SDtestimonials .interface .button.next
{
	border-left:15px solid var(--colorA);
}
#SD.page-template-SDhome DIV.SDtestimonials DIV.testimonial DIV.quote
{
	font-size: calc(24px + (24 - 16) * ((100vw - 300px) / (1600 - 300)));
	font-family:var(--primaryFontFamily);
	font-style: italic;
	margin-bottom: calc(var(--defaultMargin)/2);
	padding-bottom: 0px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#SD.page-template-SDhome DIV.SDtestimonials DIV.testimonial DIV.quote P
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.2;
}
.page-template-SDhome DIV.testimonial DIV.person
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
}
.page-template-SDhome DIV.SDtestimonials .interface .button.next:hover
{
	border-left:15px solid var(--colorC);
}
/*!!!!!!!!!!! events and news
}*/
#SD DIV.posts
{
	position: relative;
	z-index: 500;
	overflow: visible;
}
#SD DIV.posts .wrapper .content
{
	max-width:var(--maxWidth);
	margin: 0 auto;
	height: auto;
	padding: 0;
}
BODY.page-template-SDhome .posts .content
{
	display: flex;
	flex-direction: row;
	padding-top: calc(var(--defaultMargin));
	padding-bottom: calc(var(--defaultMargin));
}
BODY.page-template-SDhome .posts .content ARTICLE
{
	margin-right: calc(var(--defaultMargin));
	position: relative;
	height: auto;
	overflow: visible;
	flex-basis: content;
	flex-grow: 1;
	max-width: 50%;
	flex-shrink: 1;
	width: auto;
	cursor: pointer;
	min-width: 33%;
}
#SD.page-template-SDhome ARTICLE .posts DIV.date
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	transition:var(--defaultTransition);
	margin-top: calc(var(--defaultMargin)/2);
}
.page-template-SDhome ARTICLE .events .content ARTICLE
{
	padding: 0 calc(var(--defaultInterval)*1);
}
BODY.page-template-SDhome .posts .content .imageWrapper
{
	width: 100%;
	overflow: hidden;
	margin: 0;
	height: auto;
}
#SD.page-template-SDhome .posts .title H3
{
	BODY.page-template-SDhome .events .content .title;
	font-family:var(--primaryFontFamily);
	font-weight: bold;
	font-size: 32px;
	line-height: 1;
	font-style: normal;
	padding-left: 0px;
	margin-left: 0px;
	transition:var(--defaultTransition);
	margin-bottom: calc(var(--defaultMargin)/2);
	padding-top: calc(var(--defaultMargin)/2);
}
BODY.page-template-SDhome .posts .content ARTICLE:hover .imageWrapper .thumbnail
{
	background-color: #165BB4;
	width: 100%;
	display: block;
	transform: scale(1.1);
	background-size: cover;
}
BODY.page-template-SDhome .posts .content ARTICLE .imageWrapper .thumbnail
{
	/*min-width: 100%;*/
	display: block;
	background-size: cover;
	padding-top: 200px;
	transition:var(--defaultTransition);
	position: relative;
	overflow: hidden;
}
BODY.page-template-SDhome .posts .content ARTICLE:hover .title
{
	color:var(--colorA);
}
#SD.page-template-SDhome .posts H2
{
	/*width:var(--maxWidth);*/
	margin: 0 auto -4px;
	font-family:var(--secondaryFontFamily);
	color:var(--colorD);
	/*+box-shadow: 0 0;*/
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	text-transform: uppercase;
	font-size: 48px;
	color:var(--colorA);
	margin-bottom: 0;
	padding-bottom: 0px;
	background-color: white;
}
.page-template-SDhome .posts DIV.excerpt
{
	font-weight: 400;
	font-family:var(--primaryFontFamily);
	color: black;
}
#SD.home.page-template-SDhome .posts ARTICLE A.read-more
{
	color: white;
	padding: 3px 5px;
	background:var(--colorA);
	font-weight: bold;
	margin-bottom: calc(var(--defaultMargin)*2);
	font-size:var(----smallButtonTextSize);
}
#SD.home.page-template-SDhome .posts ARTICLE:hover A.read-more
{
	color:var(--colorD);
}
/*!!!!!!!!!!! news
{
}*/
.page-template-SDhome .entry-content .events DIV.excerpt P A.read-more
{
	pointer-events: none !important;
	p;
}
#SD.page-template-SDhome ARTICLE:hover .news DIV.date
{
	color:var(--colorD);
}
#SD.page-template-SDhome .news H2
{
}
#SD.page-template-SDhome .news DIV.titleWrapper
{
	background-color:var(--colorD);
	padding: 0px;
	margin: 0px;
}
#SD.page-template-SDhome .news ARTICLE:hover H3
{
	color:var(--colorD);
}
#SD.home.page-template-SDhome .news ARTICLE:hover A.read-more
{
	color:var(--colorD);
}
/*!!!!!!!!!!! events
}*/
#SD.page-template-SDhome .events H2
{
	color:var(--colorA);
	margin-top: 0;
	background-color: ;
	margin-bottom: 15px;
	padding-left: calc(var(--defaultInterval)*1);
}
BODY.page-template-SDhome .events .content .title H3
{
	color: white;
}
BODY.page-template-SDhome .events .content ARTICLE:hover > A > .title H3
{
	color:var(--colorA);
}
#SD.page-template-SDhome ARTICLE .events DIV.date
{
	color: white;
	margin-bottom: 0;
}
#SD.page-template-SDhome .posts .excerpt A
{
	color: black;
	font-weight: 500;
	padding-bottom: 100px;
	margin-bottom: -100px;
}
BODY.page-template-SDhome .events .content ARTICLE:hover .title H3
{
	color:var(--colorA);
}
P.read-more-container
{
	pointer-events: none;
	position: relative;
}
#SD DIV.events .wrapper
{
	background-color:var(--colorD);
}
.inside-article .entry-content .fullWidth.introWrapper DIV.is-layout-flow
{
	text-align: center;
	margin-right: 0;
}
#SD #page #main #post-17604 .fullWidth.introWrapper FIGURE.wp-block-image
{
	text-align: center;
}
@media only screen and (max-width: 768px)
{
	#SD.page-template-SDhome FIGURE.wp-block-embed-youtube
	{
		width: 100%;
		margin-top: 0;
	}
	BODY.page-template-SDhome .posts .content
	{
		display: flex;
		flex-direction: column;
	}
	BODY.page-template-SDhome .posts .content ARTICLE
	{
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1090px)
{
	#SD.page-template-SDhome .posts H2
	{
		padding-left:var(--defaultPadding);
	}
	.home.page-template-SDhome #SDslider .content .boxedWidth
	{
		padding:var(--defaultPadding) var(--defaultPadding) 0 var(--defaultPadding);
	}
	#SD DIV.homeMessage .boxedWidth
	{
		padding:0 var(--defaultPadding);
	}
	#SD.page-template-SDhome .events DIV.excerpt A.read-more:hover
	{
		color: white;
	}
	#SD DIV.posts .content
	{
		padding:var(--defaultPadding) var(--defaultPadding) 0 var(--defaultPadding);
	}
}
