@charset "UTF-8";
/**
 * Doc Wertz website
 * rebuilt 2025
 */
/*
Set colors
 */
/*
 * https://fonts.google.com/specimen/Figtree/
 */
@font-face {
  font-family: "Figtree";
  src: url("/inc/fonts/Figtree-VariableFont_wght.ttf") format("woff2");
  font-weight: 300 900;
}
h2 {
  font-size: 2rem;
  font-weight: 300;
}

a {
  color: #0055b8;
}
a.pointer {
  display: inline-block;
  font-weight: 600;
}
a.pointer:after {
  margin-left: 0.25em;
  content: "→";
  text-decoration: none;
  float: right;
}

/**
 * Review styles
 */
.rad {
  padding: 1em;
  background: #ffeab5;
  display: block;
}
.rad .radquote,
.rad .radstars,
.rad .radbyline {
  display: block;
  padding: 0 4rem;
}
.rad .radquote {
  text-indent: -0.25em;
  color: transparent;
}
.rad .radquote > span {
  color: #333;
}
.rad .radquote:before {
  content: "“";
  float: left;
  margin-left: -4rem;
}
.rad .radquote:after {
  content: "”";
  float: right;
  margin-right: -4rem;
}
.rad .radquote:before, .rad .radquote:after {
  color: #dba828;
  font-size: 5em;
  line-height: 0.75;
  font-family: "Times New Roman", Times, Georgia, serif;
  display: inline-block;
}
.rad img {
  display: none;
}
.rad .radstars {
  color: #dba828;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.rad .radstars > span:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: #ffeab5 url("/images/star.svg");
  background-size: 2rem;
  position: relative;
  top: 0.25em;
  left: -0.5em;
}
.rad .radstars > span[ratingvalue="2"]:before {
  width: 4rem;
}
.rad .radstars > span[ratingvalue="3"]:before {
  width: 6rem;
}
.rad .radstars > span[ratingvalue="4"]:before {
  width: 8rem;
}
.rad .radstars > span[ratingvalue="5"]:before {
  width: 10rem;
}
.rad .radstars > span span:before {
  content: "(";
}

tr.rad {
  margin: 0 0 1em;
}

table.rad,
tr.rad {
  padding: 0;
  background: none;
}

.cta.bottom {
  padding: 2em;
  background: #ccf1ff;
}

html,
body {
  min-height: 100vh;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  color: #333;
  background: #fffcf7;
  line-height: 1.625;
}

.site-header .logo {
  display: block;
  max-width: 25rem;
}
.site-header .wrap {
  padding: 1em 2em;
  border-bottom: 0.25rem solid #0055b8;
}

.site-footer {
  padding: 2em 0 0;
  background: #e5f7fc;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer .logo {
  display: block;
  max-width: 23rem;
}
.site-footer .terms {
  color: #fff;
  background: #0055b8;
  padding: 0.75rem 0 1.5rem;
  font-size: 0.75em;
}
.site-footer .terms .wrap {
  display: flex;
  justify-content: space-between;
}
.site-footer .terms a {
  color: inherit;
}

.site-content {
  padding: 4rem 0;
  flex: 1;
}

.wrap {
  max-width: 42rem;
  padding: 0 2rem;
  margin: 0 auto;
}

.site-footer .address {
  display: block;
}
