:root {
	--mdr-red: #c22;
}
body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f8;
	font-family: "Times New Roman", serif; /* Times New Roman, Georgia */
	font-size: 20px;
	min-width: 400px;
}
summary {
	cursor: default;
}
/* 	background: linear-gradient(270deg, rgba(19,19,66,1) 0%, rgba(33,51,115,1) 50%, rgba(57,106,202,1) 100%); */
header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding-bottom: 8px;
	/* https://cssgradient.io/ #131342 #213373 #396aca */
	background: linear-gradient(270deg, rgba(19,19,66,1) 0%, rgba(33,51,115,1) 50%, rgba(71,119,218,1) 100%); /* 55,100,193,1 */
	min-height: 160px;
}
@media (max-width:760px) {
	header { min-height: 140px; }
}
#hdr_logo {
	position: relative;
	width: 25vw;
	min-width: 190px;
	max-width: 340px;
	text-align: center;
}
#hdr_goToTop {
	position: absolute;
	top: 1px;
	right: 1px;
}
#contactLinks {
	position: absolute;
	top: 40px;
	right: 6px;
	width: fit-content;
	line-height: normal;
	text-align: left;
	color: #fff;
}
#contactLinks span {
	vertical-align: middle;
}
#contactLinks img {
	width: 36px;
	border-radius: 4px;
	vertical-align: middle;
}
#contactLinks a {
	margin: 0 .5em;
	line-height: 150%;
	white-space: nowrap;
	font-size: 110%;
	color: inherit;
}
#contactLinks a:hover,
#contactLinks a span:hover {
	color: #f88;
}
@media (max-width:760px) {
	#contactLinks {
		font-size: 85%;
	}
	#contactLinks a {
		display: block;
	}
}
@media (max-width:500px) {
	#contactLinks {
		top: auto;
		bottom: 3px;
	}
	#contactLinks img {
		display: none;
	}
}

header nav {
	position: absolute;
	right: 6px;
	bottom: 6px;
}
@media (max-width: 760px) {
	header nav { display: none }
}

.cssmenubar {
	font-family: inherit;
	font-size: 110%;
	background-color: transparent;
}
.cssmenubar > li {
	border: 1px dotted #888;
	border-radius: 8px;
	color: #fff;
}
.cssmenubar > li > a:not([href=""]):hover,
.cssmenubar > li[onclick]:hover {
	background-color: #b00;
}
.cssmenubar > li ul li:hover {
	color: #f44;
	color: #fff;
	background-color: #b00;
}
.cssmenubar {
	--hover-text-decoration: none;
	--hover-background-color: #b00;
}
main {
	max-width: 900px;
	margin: 1em auto;
	padding: 0 1em;
	line-height: 140%;
}
footer {
	position: relative;
	clear: both;
	margin-top: 2em;
	border-top: 1px solid #888;
	padding: 1em;
	line-height: 140%;
	background-color: #248;
	color: #fff;
}
footer a {
	color: inherit;
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 4px;
}
@media (max-width:600px) {
	main {margin: .5em 4px}
	footer {margin-top: 1em; padding: 1em 4px;}
}
h1 {
	margin: .25em 0;
	font-size: 175%;
}
h2, h3 {
	font-size: 125%;
}
h1, h2, h3 {
	text-align: center;
	line-height: normal;
}
a {
	text-decoration: none;
}

#textSizeControl {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.nav_link_small {
	border-radius: 6px;
	padding: 3px 8px;
	font-size: 16px;
	color: #fff;
	background-color: #357;
}

.mdr-btnLink {
	/* parent: u-btn */
	border-radius: 12px;
	font-size: inherit;
	color: #fff;
	background-color: #f00;
	transition-duration: .3s;
    transition-property: transform;
}
.mdr-btnLink:hover {
	transform: scale(1.1);
	background-color: #f00;
}

.itBold {
	font-weight: bold;
	font-style: italic;
}


#reviewsSlideShow {
	width: fit-content;
	margin: auto;
	padding: 1em;
	background-color: #eee;
}
#reviewsSlideShow .gg_SlideShow {
	--width: 270px;
}
#reviewsSlideShow ._textSlide div:first-child {
	line-height: 1.4;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}
#reviewsSlideShow ._textSlide div:last-child {
	margin-top: .5em;
	text-align: center;
	font-size: 120%;
}


#form_getQuote {
	--prompt-width: 21%;
	max-width: 300px;
	margin: auto;
	border: 1px dotted #777;
	border-radius: 8px;
	font-family: inherit;
	font-size: 1.2rem;
	background-color: #eee;
}


#getQuoteAndReviews #form_getQuote + article {
	margin-top: 2em;
}