*{
	margin:0px;
	padding:0px;
}


html {
	scroll-behavior: smooth;
	height:100%;	
}


body{
	padding:0px;
	background-color:#ffffff;
	height:100%;		
}

.logoimg{
	height:133px;
	position:fixed;
	top:0px;
	left:0px;
}

.singlecolumn{
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	top:153px;
	background-color:#ffffff;
	padding:10px 10px 0px 10px;
	position:relative;
	box-shadow: 
		0 10px 20px rgba(0,0,0,0.03), 
		0 10px 5px rgba(0,0,0,0.01);
	display:block;
	clear:both;
	overflow:auto;
	overflow-y: hidden;

}

.singlecolumnshadow{
	max-width:1000px;
	min-width:1000px;
	left:50%;
	height:100%;
	background-color:#ffffff;
	box-shadow: 
		0 10px 20px rgba(0,0,0,0.03), 
		0 10px 5px rgba(0,0,0,0.01);
	padding:10px 10px 0px 10px;
	position:absolute;

}

.quotepara {
	text-align:center;
	font-style:italic;
	font-size:80%;
}

a{
	text-decoration:none;
}

.desktopheader{
	padding:30px 30px 30px 110px;

}

.mobileheader{
	padding:10px;
	}

.desktopheader, .mobileheader{
	width:calc(100% - 20px);
	height:73px;
	color:#ffffff;
	background-color: #557d64;
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.10), 
		0 1px 4px rgba(0,0,0,0.20),
		0 0px 5px rgba(0,0,0,0.08);
	font-family: 'Rubik', sans-serif;
	font-weight:500;	
	z-index:1;
	position:fixed;

}

.mobileheader{
	display:none;	
	text-align:center;

}

.icon{
	width:20px;
	margin-left: 5px;
}

.sitetitle, .mobilesitetitle{
	color:#ffffff;
	padding-top: 0px;
	line-height: 130%;
	}

.sitetitle:hover{
	color:#dee0f3;
	}

.toplink, .mobiletoplink{
	color:#ffffff;
	line-height: 200%;
}

.mobiletoplink{
	font-size: 24px;
}

.toplink:hover{
	color:#ffffff;
	line-height: 200%;
	text-decoration:underline;
}





.main100{
	width: calc(100% - 10px);
	margin-left:auto;
	margin-right:auto;
	min-height:0px;
	

}

.half66{
	width: calc(66.67% - 18px);
	min-height:10px;

}

.half34{

	width: calc(33.33% - 10px);
	min-height:10px;

}

.cardcontainer{
	padding:5px 5px 9px 5px;
	display:inline-block;
	margin: 0px 0px -4px 0px;
	position:relative;
	transition-duration: 300ms;	
}

.spacer{
	display:inline-block;
	margin: 0px 0px -4px 0px;
	position:relative;
}


.card{
	min-height:20px;
	border-radius:10px;
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.10), 
		0 1px 4px rgba(0,0,0,0.20),
		0 0px 5px rgba(0,0,0,0.08);
	position:relative;
	transition-duration: 300ms;	

}

.card .cardtext{
	padding:15px;
}


.flatcard{
	padding:0px;

}

.linkpill{
	padding:12px;
	border-radius:20px;
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.10), 
		0 1px 4px rgba(0,0,0,0.20),
		0 0px 5px rgba(0,0,0,0.08);
	margin-bottom:18px;
	//height:50px;
	
}

.primarybutton{
	padding:12px;
	border-radius:20px;
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.10), 
		0 1px 4px rgba(0,0,0,0.20),
		0 0px 5px rgba(0,0,0,0.08);
	margin-bottom:9px;
	text-align:center;
	background-color: #557d64;
	color:#ffffff;

}

.pillheader{
	padding:12px;
	border-radius:10px;
	box-shadow: 
		0 1px 3px rgba(0,0,0,0.10), 
		0 1px 4px rgba(0,0,0,0.20),
		0 0px 5px rgba(0,0,0,0.08);
	margin-bottom:18px;
	text-align:center;
	background-color:#557d64;
	color:#ffffff;

}

.thumbnail{
	display:block;
	margin-right:10px;
	max-width:100px;
	height:50px;
}



.banner{
	color:#ffffff;
	background-color: #557d64;
	border-radius:3px;
	padding:5px 5px 9px 5px;
	display:inline-block;
	margin: 0px 0px 6px 0px;
	position:relative;
}




.caseimg{
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
	display:block;
	border-radius:10px;
}



.imgfull{
	max-width:100%;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	display:block;

}

.imgnavlist{
	border-radius:10px;
}

.verticalalign{
	vertical-align: middle;
}

.alignbot{
	position:absolute;
	bottom:0px;
	left:0px;
	padding-bottom:0px;
}

.right{

	float:right;
}

.left{

	float:left;
}




/* Expand and Collapse */

.btmhighlight{
	position:absolute;
	display:block;
	padding:5px;
	bottom:20px;
	background-color: #557d64;
	color:#ffffff;
	border-radius: 10px;
	margin-left:50%;
	transform:translateX(-60%);
	min-width:200px;
	text-align:center;
}

.expandbuttondiv{
	position:absolute;
	display:block;
	padding:5px;
	bottom:20px;
	background-color: #557d64;
	color:#ffffff;
	border-radius: 10px;
	margin-left:50%;
	transform:translateX(-50%);
	text-align:center;
	
}


.collapse{
	display:none;
}


div:target div.expand{
	display:none;
}

div:target div.collapse{
	display:block;
}

div:target{
	background-color:red;
	min-height:500px;
}



h1, h2, h3, h4, h5 {
	font-family: 'Rubik', sans-serif;
}

p, ul {
	margin-top:10px;
	line-height: 140%;
	margin-bottom:15px;
	font-family: 'Rubik', sans-serif;
	color:#555555;
	font-weight:300;
	font-size:110%;
	}

ul{
	margin-left:20px;
	margin-bottom:0px;
}

p a{
	font-weight:500;
	color: #557d64;
}

a{
	color: #557d64;
}

dt{
	margin-top:14px;
	font-weight:700;
	font-family: 'Rubik', sans-serif;
	line-height: 140%;
}

dd{
	font-weight:300;
	font-family: 'Rubik', sans-serif;
}





/* Slideshow container */
.slideshow-container {
 

}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Position the "next button" to the right */
.next {
  display:none;
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



@media screen and (max-width: 900px) {

	.singlecolumn{
	top:93px;
	}

	.half66 {
		width: calc(100% - 10px);
		margin-left:auto;
		margin-right:auto;
 		}

	.half34 {
		width: calc(100% - 10px);
		margin-left:auto;
		margin-right:auto;	
  		}

	.desktopheader{
		display:none;
		}

	.mobileheader{
		display:block;
		}

	.linkpill{
		height:auto;
		min-height:120px;
		font-size:80%;
		}

	.thumbnail{
		height:110px;
		max-width:110px;
		}

	.mobilehide{
	display:none;
	}

}
