html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}

body {
	height: 100%;
	overflow-y: auto;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;

	pointer-events: none;

	background-color: hsl(0, 0%, 100%);
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, p, div, table, tr, td, ul, li, textarea, input {
	font-family: "StandardFontRegular", "Arial", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: hsl(0, 0%, 0%);
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	pointer-events: none;
}

.standardView p, .standardView div, .standardView td, .standardView li {
	letter-spacing: 0.5px;
}

p, div, table, tr, td, ul {
	position: relative;
}

div, td {
	font-size: 0px;
}

div, p, img {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

svg {
	pointer-events: none;
}

::-webkit-scrollbar { /* hide scrollbar in windows chrome */
	width: 0px;  /* remove scrollbar space */
	background: transparent;  /* optional: just make scrollbar invisible */
}

div { /* try to hide scrollbar in IE */
	-ms-overflow-style: none; /*-ms-autohiding-scrollbar;*/
}



/* content */
.standardView div.content {
	position: fixed;
	width: auto;
	height: auto;
	left: 0px;
	right: 0px;
	top: 51px;
	bottom: 0px;
	overflow-y: scroll;
	scroll-behavior: smooth !important;
	pointer-events: auto;
}

.phoneView div.content {
	/*
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth !important;
	pointer-events: auto;
	*/
}

div.fontPlaceholder {
	position: fixed;
	height: 20px;
	top: -30px;
	left: 0px;
}

a.linkButton, a.linkButtonDisabled {
	display: inline-block;
	font-size: 18px;
	line-height: 55px;
	color: hsl(0, 0%, 100%);
	background-color: hsl(210, 36%, 48%);
	border-radius: 10px;
	padding: 0px 20px;
	text-decoration: none;
	cursor: pointer;
	pointer-events: auto;
}

a.linkButtonDisabled {
	opacity: 0.35;
	background-color: hsl(210, 20%, 48%);
	pointer-events: none;
}

.standardView a.linkButton:hover {
	background-color: hsl(210, 50%, 60%);
}

div.title {
	padding: 15px 0px 10px 0px;
	text-align: center;
}

img.titleLogo {
	width: 75%;
	max-width: 350px;
}

div.menu {
	width: 100%;
	background-color: hsl(0, 0%, 100%);
}

.standardView div.menu {
	position: fixed;
	z-index: 1;
	left: 0px;
	top: 0px;
	height: 51px;
	text-align: right;
	border-bottom: solid 1px hsl(210, 15%, 80%);
	overflow: hidden;
}

.phoneView div.menu {
	text-align: center;
	padding-bottom: 10px;
}

.standardView div.menuLogoImg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 50px;
	width: 50px;
	background-color: hsl(0, 0%, 100%);
}

.phoneView div.menuLogoImg {
	height: 40px;
}

a.menuLogoImg {
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	pointer-events: auto;
}

.phoneView a.menuLogoImg {
	width: 40px;
	height: 40px;
}

.standardView a.menuLogoImg:hover {
	background-color: hsl(0, 0%, 94%);
}

img.menuLogoImg {
	display: block;
	width: 50px;
	height: 50px;
}

.phoneView img.menuLogoImg {
	display: block;
	width: 40px;
	height: 40px;
}

a.menuItem {
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: hsl(210, 36%, 48%);
	line-height: 50px;
	padding: 0px 20px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	pointer-events: auto;
}

.phoneView a.menuItem {
	font-size: 20px;
	line-height: 40px;
	padding: 0px 10px;
}

.standardView a.menuItem:hover {
	background-color: hsl(0, 0%, 94%);
}

@media only screen and (max-width: 850px) {
  .standardView a.menuItem {
    font-size: 20px;
    padding: 0px 12px;
  }
}

@media only screen and (max-width: 700px) {
  .standardView a.menuItem {
    font-size: 16px;
    padding: 0px 10px;
  }
}

.standardView div.sectionLightBg, .standardView div.sectionDarkBg {
	padding: 30px;
}

.phoneView div.sectionLightBg, .phoneView div.sectionDarkBg {
	padding: 15px;
}

div.sectionDarkBg {
	background-color: hsl(210, 15%, 90%);
}

p.sectionTitle {
	font-size: 32px;
	color: hsl(210, 36%, 48%);
}

.phoneView p.sectionTitle {
	font-size: 26px;
}

div.sectionContentMinMargins {
	margin-left: 15px;
	margin-top: 15px;
}

.phoneView div.sectionContentMinMargins {
	margin-left: 0px;
	margin-top: 15px;
}

div.sectionContentMaxMargins {
	margin-left: 30px;
	margin-top: 30px;
}

.phoneView div.sectionContentMaxMargins {
	margin-left: 0px;
	margin-top: 15px;
}

a.sectionPageAnchor {
	font-size: 0px;
}

p.textAreaLightBorder, p.textAreaDarkBorder {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 0%);
	line-height: 135%;
	padding: 30px;
	border: solid 3px hsl(0, 0%, 100%);
	border-radius: 10px;
}

p.textAreaDarkBorder {
	border: solid 3px hsl(210, 25%, 85%);
}

.phoneView p.textAreaLightBorder, .phoneView p.textAreaDarkBorder {
	padding: 0px;
	border: none;
	border-radius: 0px;
}

div.introPanel {
	position: relative;
	height: 400px;
	background-color: hsl(210, 36%, 20%);
	/*background-image: defined in content;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	overflow: hidden;
}

.phoneView div.introPanel {
	height: initial;
}

.standardView div.introInfoStack {
	position: absolute;
	left: 40px;
	top: 35px;
	text-align: center;
}

.phoneView div.introInfoStack {
	text-align: center;
	padding: 20px 0px;
}

div.introLogo {}

.standardView img.introLogo {
	width: 255px;
	height: 232px;
}

.phoneView img.introLogo {
	width: 200px;
	height: 182px;
}

.standardView div.introBizInfo {
	margin-top: 32px;
}

.phoneView div.introBizInfo {
	margin-top: 10px;
}

p.introServiceArea {
	font-size: 22px;
	line-height: 125%;
	color: hsl(210, 25%, 85%);
	font-style: italic;
	text-align: center;
}

.phoneView p.introServiceArea {
	font-size: 18px;
	margin-top: 20px;
}

p.introContactInfo {
	font-size: 22px;
	color: hsl(0, 0%, 100%);
	text-align: center;
	margin-top: 14px;
}

.phoneView p.introContactInfo {
	font-size: 20px;
	margin-top: 12px;
}

.phoneView p.introContactInfo:first-child {
	margin-top: 0px;
}

a.introContactLink {
	color: hsl(0, 0%, 100%);
	text-decoration: none;
}

.standardView a.introContactLink:hover {
	background-color: hsla(0, 0%, 100%, 0.10);
}

.standardView div.introPortrait {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 187px; /* 468 */
	height: 200px; /* 500 */
}

.phoneView div.introPortrait {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 116px; /*90px;*/ /* 468 */
	height: 124px; /*100px;*/ /* 500 */
	background-color: hsla(0, 0%, 100%, 0.15);
	border-radius: 50%;
	overflow: hidden;
}

.standardView img.introPortrait {
	display: block;
	width: 187px; /* 468 */
	height: 200px; /* 500 */
}

.phoneView img.introPortrait {
	position: absolute;
	left: -12px;
	bottom: -16px;
	display: block;
	width: 126px; /*102px;* /* 468 */
	height: 134px; /*110px;*/ /* 500 */
}

.standardView div.introOwnerInfo {
	position: absolute;
	right: 210px;
	bottom: 40px;
}

.phoneView div.introOwnerInfo {
	position: relative;
	display: inline-block;
	height: 134px;
}

p.introOwnerName {
	font-size: 30px;
	color: hsl(0, 0%, 100%);
	text-align: center;
}

.phoneView p.introOwnerName {
	font-size: 26px;
	text-align: left;
	margin-left: 130px;
	margin-top: 8px;
}

p.introOwnerInfo {
	font-size: 22px;
	line-height: 120%;
	color: hsl(210, 25%, 85%);
	text-align: center;
	margin-top: 5px;
}

.phoneView p.introOwnerInfo {
	font-size: 20px;
	text-align: left;
	margin-left: 130px;
}

@media only screen and (max-width: 1000px) {
	.standardView div.introOwnerInfo {
		position: absolute;
		right: 10px;
		bottom: 215px;
	}
	
	.standardView  p.introOwnerName {
		font-size: 24px;
		color: hsl(0, 0%, 100%);
		text-align: center;
	}
	
	.standardView p.introOwnerInfo {
		font-size: 20px;
		margin-top: 4px;
	}
}

.standardView div.expectationItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 350px;
	padding: 15px;
}

.phoneView div.expectationItem {
	position: relative;
	text-align: center;
	margin-top: 15px;
}

.standardView img.expectationIcon {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	left: 15px;
	top: 15px;
}

.phoneView img.expectationIcon {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.standardView div.expectationInfo {
	min-height: 125px;
	margin-left: 120px;
	padding-top: 6px;
}

.phoneView div.expectationInfo {
	padding-top: 6px;
}

p.expectationTitle {
	font-size: 22px;
	color: hsl(0, 0%, 0%);
}

p.expectationText {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 10%);
	line-height: 135%;
	margin-top: 5px;
	padding-right: 30px;
}

table.pricingInfo {
	width: 100%;
	margin-top: 30px;
}

table.pricingInfo:first-child {
	margin-top: 0px;
}

td.pricingImage {
	width: 30%; /*300px;*/
	background-color: hsl(0, 0%, 100%);
	border: solid 3px hsl(0, 0%, 100%);
	/*background-image: defined in content;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.phoneView div.pricingImage {
	width: 100%;
	height: 200px;
	background-color: hsl(0, 0%, 100%);
	border: solid 3px hsl(0, 0%, 100%);
	/*background-image: defined in content;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0px;
}

td.pricingInfo {
	padding-left: 25px;
}

p.pricingBaseRate {
	font-size: 25px;
	line-height: 125%;
	color: hsl(0, 0%, 0%);
	margin-bottom: 8px;
}

.phoneView p.pricingBaseRate {
	font-size: 22px;
}

p.pricingInfo, .pricingInfoLight {
	font-size: 18px;
	color: hsl(0, 0%, 0%);
	line-height: 130%;
}

.pricingInfoLight {
	font-family: "StandardFontLight", "Arial", sans-serif;
}

p.pricingInfoVertSpacer {
	font-size: 10px;
	color: hsl(0, 0%, 0%);
	line-height: 100%;
}

div.pricingMethods {}

div.paymentMethod {
	display: inline-block;
	vertical-align: top;
	background-color: hsl(0, 0%, 100%);
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
}

p.paymentMethod {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 0%);
	line-height: 130%;
	margin-top: 5px;
}

img.paymentMethodIcon, img.paymentMethodIconWithBorder {
	height: 40px;
	vertical-align: middle;
	/*margin: 5px 0px;*/
}

img.paymentMethodIconWithBorder {
	border: solid 1px hsla(0, 0%, 0%, 0.25);
}

.standardView div.reviewItem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min-width: 350px;
	padding: 15px;
}

.phoneView div.reviewItem {
	margin-top: 15px;
}

.phoneView div.reviewItem:first-child {
	margin-top: 0px;
}

.standardView div.reviewItemContent {
	text-align: center;
	padding: 30px;
	border: solid 3px hsl(210, 25%, 85%);
	border-radius: 10px;
}

.phoneView div.reviewItemContent {
	text-align: center;
	padding: 20px 0px;
	border-top: solid 3px hsl(210, 25%, 85%);
	border-bottom: solid 3px hsl(210, 25%, 85%);
	border-radius: 20px;
}

.phoneView div.reviewItem:first-child div.reviewItemContent {
	border-top: solid 3px hsl(210, 25%, 85%);
}

img.reviewStars {
	display: inline-block;
	width: 163px;
	height: 26px;
	margin-bottom: 10px;
}

p.reviewDate {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 35%);
	line-height: 125%;
	text-align: center;
	margin-top: 10px;
}

p.reviewText {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 0%);
	line-height: 135%;
	text-align: left;
	margin-top: 5px;
}

p.reviewName {
	font-size: 18px;
	color: hsl(0, 0%, 25%);
	line-height: 125%;
	text-align: center;
	margin-top: 10px;
}

td.qualificationsImage {
	width: 30%; /*300px;*/
	background-color: hsl(0, 0%, 100%);
	border: solid 3px hsl(0, 0%, 100%);
	/*background-image: defined in content;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.phoneView div.qualificationsImage {
	width: 100%;
	height: 200px;
	background-color: hsl(0, 0%, 100%);
	border: solid 3px hsl(0, 0%, 100%);
	/*background-image: defined in content;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px 0px;
}

table.qualificationsInfo {
	width: 100%;
}

td.qualificationsInfo {
	padding-left: 25px;
}

p.qualifications {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 18px;
	color: hsl(0, 0%, 0%);
	line-height: 135%;
}

div.contactItems {
	margin-top: 20px;
	text-align: center;
}

.standardView div.contactPortrait {
	display: inline-block;
	vertical-align: bottom;
	width: 234px; /* 468 */
	height: 250px; /* 500 */
}

.phoneView div.contactPortrait {
	position: relative;
	display: inline-block;
	width: 187px; /* 468 */
	height: 200px; /* 500 */
	border-radius: 50%;
	overflow: hidden;
}

.standardView img.contactPortrait {
	display: block;
	width: 234px; /* 468 */
	height: 250px; /* 500 */
}

.phoneView img.contactPortrait {
	position: relative;
	width: 187px; /* 468 */
	height: 200px; /* 500 */
	left: -2px;
	top: 1px;
}

.standardView div.contactInfo {
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	margin-left: 30px;
	padding-bottom: 20px;
}

.phoneView div.contactInfo {
	padding-top: 10px;
	padding-bottom: 15px;
}

p.contactName {
	font-size: 24px;
	color: hsl(0, 0%, 0%);
	line-height: 130%;
}

p.contactText {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: hsl(0, 0%, 0%);
}

p.contactTextVertSpacer {
	font-family: "StandardFontLight", "Arial", sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: hsl(0, 0%, 0%);
}

a.contactInfoLink {
	color: hsl(0, 0%, 0%);
	text-decoration: none;
}

.standardView a.contactInfoLink:hover {
	background-color: hsl(0, 0%, 94%);
}

div.footer {
	background-color: hsl(210, 36%, 48%);
}

p.copyright {
	font-size: 18px;
	line-height: 50px;
	color: hsl(0, 0%, 100%);
	text-align: center;
}

.phoneView p.copyright {
	font-size: 15px;
}

table.chart {}

table.chart td {
	font-size: 18px;
	line-height: 125%;
	vertical-align: middle;
	padding: 10px;
}

.phoneView table.chart td {
	font-size: 14px;
	padding: 5px;
}

table.chart td.chartTitle {
	font-weight: bold;
	text-align: center;
}

table.chart td.chartHeadingBlank {}

table.chart td.chartHeading {
	color: hsl(0, 0%, 0%);
	background-color: hsl(210, 15%, 97%);
	border: solid 1px hsl(210, 15%, 75%);
}

table.chart td.chartItem {
	color: hsl(0, 0%, 0%);
	background-color: hsl(150, 100%, 90%);
	border: solid 1px hsl(210, 15%, 75%);
	text-align: center;
}

table.fees {}

table.fees td {
	font-size: 18px;
	line-height: 125%;
	vertical-align: middle;
	padding: 10px;
}

.phoneView table.fees td {
	font-size: 15px;
	padding: 6px;
}

table.fees td.feeTitle {
	font-weight: bold;
	padding-top: 40px;
}

table.fees td.feeInfo {
	background-color: hsl(210, 15%, 97%);
}

table.fees td.feePlusMinus {
	font-size: 20px;
	background-color: hsl(210, 15%, 97%);
}

table.fees td.feePrice {
	background-color: hsl(150, 100%, 90%);
	border: solid 1px hsl(210, 15%, 70%);
	text-align: right;
}

table.fees td.feeXtra {
	background-color: hsl(210, 15%, 97%);
}

table.fees td.feeXtra, table.fees p.feeXtra {
	font-style: italic;
}

.phoneView table.fees p.feeXtra {
	margin-top: 5px;
}

.phoneView table.fees td.feeXtra, .phoneView table.fees p.feeXtra {
	font-size: 13px;
}
