/* Self-contained styles for the EU page */

@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap);

@font-face {
  font-family: 'SharpSans';
  src: url(https://static.policygenius.com/fonts/SharpSans/minified/SharpSansDispNo1-Bold-min.woff2)
      format('woff2'),
    url(https://static.policygenius.com/fonts/SharpSans/minified/SharpSansDispNo1-Bold-min.woff)
      format('woff');
  font-weight: 400;
  font-style: normal;
}

/* FOR TESTING BELOW */
/* @font-face {
  font-family: 'SharpSans';
  src: url(SharpSansDispNo1-Bold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
} */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-family: 'Lora', Helvetica, Arial, sans-serif;
}

strong {
  font-weight: 700;
}

h2 {
  font-weight: 900;
  margin: 0;
  font-size: 2.625rem;
  line-height: 3.25rem;
  letter-spacing: 0.9px;
}

/* Container */
.c {
  margin: 0 auto;
  padding: 0.875rem 1.5rem;

  max-width: 980px;
}

#content {
  min-height: 60vh;
  margin-bottom: 10vh;
}

#footer {
  min-height: 30vh;
  background-color: #edeeed;
  padding: 45px 0 0 0;
}

#footer p {
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  margin: 1rem 0;
}

#copyright {
  margin: 0 0 1rem;
}

.hours strong {
  display: block;
  font-size: 1rem;
}

.pg-logo {
  width: 150px;
}

.info {
  max-width: 450px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
  letter-spacing: 0.1px;
  margin: 2em 0;
}

.btn {
  margin: 0;
  padding: 0.875rem 0;
  max-width: 250px;
  border-radius: 100px;

  text-align: center;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #d44513;
}

.btn-copy {
  font-family: 'SharpSans';
}

.btn:hover {
  background-color: #ff6e00;
}

.link {
  color: #d44513;
}

.link:hover {
  color: #ff6e00;
}
