.page-template-SDnewdefaultpage .site-footer
{
	padding-top: 0px;
}
.page-template-default .textWrapper h1
{
}
body#SD.page-template-SDnewdefaultpage
{
	background-color:var(--colorB);
}
.page-template-SDnewdefaultpage .waves.three
{
	background-image: url('/wp-content/uploads/wavesThree.svg');
	/*background-size: contain;*/
	animation: animatedBackground 3000s linear infinite;
	background-repeat: repeat-x;
	background-position: bottom center;
	padding-top: calc(var(--defaultInterval)*5);
}
.page-template-SDnewdefaultpage .waves
{
	position: relative;
	margin-top: 0;
	display: ;
}
.page-template-SDnewdefaultpage .entry-content
{
	/*background-color: #5EC7DE;*/
}
.page-template-SDnewdefaultpage .waterSurface .boxedWidth
{
}
.page-template-SDnewdefaultpage .waterSurface .textWrapper.boxedWidth
{
	height: 100%;
	display: flex;
	height: 100px;
	position;
	justify-content: ;
	align-items: center;
}
.page-template-SDnewdefaultpage .waterSurface.wrapper
{
	/*padding-top: 10vh;*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ec6dd', endColorstr='#9eddeb',GradientType=0 );
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4ddef+55,5ec6dd+99 */
	background: #A4DDEF;
	/* Old browsers */
	background: -moz-linear-gradient(top, #A4DDEF 55%, #5EC6DD 99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #A4DDEF 55%, #5EC6DD 99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #A4DDEF 55%, #5EC6DD 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ddef', endColorstr='#5ec6dd',GradientType=0 );
	/* IE6-9 */
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#primary #main .waterSurface div.title
{
	z-index: 3786;
	position: relative;
	font-size:var(--titleSize);
	/*padding:var(--defaultPadding);*/
	/*padding:calc (var(--defaultPadding) + var(--elementorPaddingCorrection));*/
	padding:var(--defaultMargin);
}
.page-template-default div.title h1
{
	font-size:var(--titleSize);
	/*padding:var(--defaultPadding);*/
	/*padding:calc (var(--defaultPadding) + var(--elementorPaddingCorrection));*/
	color:var(--colorA);
	color: white !important;
}
#SD.page-template-SDnewdefaultpage h2.title
{
	margin-top: 0;
	padding-top: 30vh;
	display: block;
	position: relative;
	text-align: center;
	font-size:var(--titleSize);
	color:var(--colorA);
	background-color: #5EC7DE;
	padding-left: 15%;
	padding-right: 15%;
	margin-left: auto;
	margin-right: auto;
}
#SD #content #main .page-template-default article .entry-content
{
	padding-top: calc(var(--defaultInterval)*1);
}
h2.title strong
{
	color: white;
}
.page-template-SDnewdefaultpage .waves.two
{
	background-image: url('/wp-content/uploads/wavesTwo.svg');
	/*background-size: contain;*/
	animation: animatedBackground 6000s linear infinite;
	background-repeat: repeat-x;
	background-position: bottom center;
}
.page-template-SDnewdefaultpage .waterSurface .islands
{
	padding: 0;
	position: absolute;
	width: 50%;
	background-position: top center;
	margin-top: 0;
	transform: translateY(-40%);
	right: 0;
}
.page-template-SDnewdefaultpage .waves.one
{
	background-image: url('/wp-content/uploads/wavesOneLighter.svg');
	/*background-size: contain;*/
	animation: animatedBackground 9000s linear infinite;
	background-repeat: repeat-x;
	background-position: bottom center;
}
@keyframes animatedBackground
{
	from
	{
		background-position: 0vw 0px;
		background-image: ;
	}
	to
	{
		background-position: 10000vw 0px;
	}
}
.page-template-SDnewdefaultpage .waterBottom
{
	/*margin-top: -30vh;*/
	overflow: visible;
	position: relative;
	/*z-index: 19;*/
	margin-bottom: 0;
	padding-bottom: 0px;
	box-sizing: border-box;
	overflow: visible;
	line-height: 0;
	pointer-events: none;
}
@media only screen and (max-width: 768px)
{
	#SD.page-template-SDnewdefaultpage h2.title
	{
		padding-top: 5vh;
	}
	.page-template-SDnewdefaultpage .waterSurface .textWrapper.boxedWidth
	{
		display: flex;
		height: 60px;
		position;
		justify-content: ;
		align-items: center;
	}
}
