@charset "UTF-8";
body {
	color: black;
}
.wrapper {
	background-color: white;
	width: 100%;
	max-width: none;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}


header {
	margin: 2em 0;
	overflow: auto;
}
#logo {
	width: 50%;
	text-align: left;
	float: left;
}
#logo img {
	max-height: 100px;
}
#contactinfo {
	width: 50%;
	color: #2255AA;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	float: right;
}
#contactinfo a {
	color: #2255AA;
}




#navwrapper {
	background-color: #2255aa;
}
#navwrapper .container {
	width: 100%;
}
#cover {
	background-image: url(../images/cover.jpg);
	background-size: cover;
	background-position: center;
	height: 240px;
	position: relative;
}
#h1sectionwrapper {
	background-color: #2255aa;
	padding: 2%;
}
#h1section h1 {
	color: white;
	text-align: center;
	line-height: 1.7;
}
#h1section h1:last-of-type {
	margin-top: 1em;
  margin-bottom: 0;
}
#h1section p {
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
}
#h1section p:last-of-type {
	margin-bottom: 0;
}
#h1section a[href^="tel:"] {
  color: white;
}





#contentwrapper {
	padding: 2em 0;
}
#content {
  padding-right: 10%;
}
#content p:last-of-type {
	margin-bottom: 0;
}



.w3-image {
  float: right;
}

.gallery {
  width: 100%;
  margin: 2em 0;
  float: left;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery figure {
  display: block;
  float: left;
  margin: 0 1% 1% 0;
  width: 15.66%;
}
.gallery figcaption {
  display: none;
}










.testimonial div {
  width: 90%;
  margin: 0 auto 1em auto;
  padding: 10px 15px;
  font-size: 15px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
.testimonial dt {
  margin-bottom: .5em;
  color: #666666;
  font-style: oblique;
}
.testimonial dd {
}



.testimonial dd:after {
  display: block;
  right: 15px;
  bottom: 8px;
  content: url("../images/5stars.png");
  position: absolute;
}




.servicelist {
  margin: 1.5em 0;
  column-count: 3;
}


.sitemap {
  padding-left: 20px;
  list-style: none;
}
.sitemap li {
  padding-bottom: 6px;
}
.sitemap a {
  color: black;
}




#serviceswrapper {
	background-color: white;
	padding-bottom: 2em;
}
#services article {
	width: 33.3333%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
  text-align: center;
	float: left;
}
#services img {
	width: 100%;
}
.button {
	background-color: #e9e9e9;
	border: none;
  margin: .5em;
	padding: .75em 1.5em;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
}




#h2sectionwrapper {
	background-color: #2255aa;
	padding: 2em;
}
#h2section h2 {
	margin: 0;
	color: white;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	text-align: center;
}
#affiliationswrapper {
	background-color: #e9ebec;
	padding: 1.5em 0;
}
#affiliations div {
	width: 33.3333%;
	margin: 0;
	padding: 0 3%;
	float: left;
}
#affiliations img {
	width: 180px;
	height: 180px;
	margin: 1.5em auto;
	display: block;
}
#affiliations p {
	font-size: 14px;
	text-align: center;
}
#footerwrapper {
	padding: 2em 0;
}
footer {
	width: 100%;
	color: #333333;
	font-size: 14px;
	overflow: auto;
}
footer article {
	width: 33.3333%;
	margin: 0;
	padding-right: 5%;
	float: left;
}
footer h3 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}
footer p {
	margin-bottom: 5px;
}
footer p:last-of-type {
	margin-bottom: 0;
}
#footerlogo {
	max-width: 180px;
}
footer a {
	color: #333333;
}
footer a:hover, footer a:active {
	color: #2255AA;
	text-decoration: underline;
}
#copyrightwrapper {
	padding-top: 1em;
	padding-bottom: 2em;
}
#copyright {
	text-align: center;
}
#copyright p {
	margin-bottom: 5px;
	font-size: 13px;
}
#disclosure {
	margin-top: 1em;
	text-align: center;
}
#disclosure p {
	margin-bottom: 10px;
	color: darkgray;
	font-size: 12px;
	line-height: normal;
}
#footernav {
	display: flex;
	width: 100%;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1;
	justify-content: center;
	flex-wrap: wrap;	
}
#footernav a {
	margin-right: 1em;
	margin-bottom: .5em;
	padding-right: 1em;
	color: black;
	text-align: center;
	border-right: 1px solid black;
}
#footernav a:last-of-type {
	border: none;
}
#footernav a:hover, #footernav a:active {
	color: #2255AA;
	text-decoration: underline;
}


/* Tablet view */
@media screen and (max-width:769px) {

.container {
	width: 86%;
}
#logo {
	width: 100%;
	text-align: center;
}
#contactinfo {
	width: 100%;
	margin-top: 1em;
	text-align: center;
}
#cover {
	height: 240px;
}
#h1sectionwrapper {
	padding: 5% 0;
}
#h1section h1 {
	font-size: 20px;
}
#h1section p {
	font-size: 15px;
}
#h2sectionwrapper {
	padding: 5% 0;
}
#h2section h2 {
	font-size: 18px;
}

.gallery figure {
  margin: 0 2% 2% 0;
  width: 23%;
}
  
.w3-image {
  float: none;
}

#services article {
	width: 100%;
	padding-top: 4%;
	padding-right: 0;
	padding-bottom: 4%;
	text-align: center;
	float: left;
}
  
.terms {
  list-style-type: decimal !important;
}


#affiliations div {
	width: 100%;
	padding: 2%;
	float: left;
}
footer article {
	width: 100%;
	margin-bottom: 2em;
	padding-right: 0;
	text-align: center;
}
}

/* Mobile view */
@media screen and (max-width:480px) {

html {
	line-height: 1.4;
}
.container {
	width: 86%;
}
#logo img {
	width: 100%;
	height: auto;
}
#contactinfo {
	font-size: 18px;
}
  
  
.gallery figure {
  margin: 0 3% 3% 0;
  width: 30.33%;
}  
  
  
  
#copyright p {
	margin-bottom: 10px;
	font-size: 13px;
}
	
	
#h1sectionwrapper {
	padding: 6% 0;
}
#h2sectionwrapper {
	padding: 6% 0;
}
#h2section h2 {
	font-size: 15px;
}
}