* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}

button {
  border: none;
  appearance: none;
  background: none;
}

@font-face {
  font-family: "bree_serif";
  src: url("../fonts/breeserif_reg-webfont.eot");
  src: url("../fonts/breeserif_reg-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/breeserif_reg-webfont.woff") format("woff"),
    url("../fonts/breeserif_reg-webfont.ttf") format("truetype"),
    url("../fonts/breeserif_reg-webfont.svg#bree_serifregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #ffffff url(/static/images/bg.png) repeat;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #555555;
  padding: 0 0 32px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 799px) {
  .container {
    gap: 0;
  }
}

h1 {
  height: 30px;
  margin-bottom: 24px;
  line-height: 30px;
  font-family: "bree_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  color: #d7513f;
}

h3 {
  height: 22px;
  margin-bottom: 24px;
  line-height: 22px;
  font-family: "bree_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}

a {
  color: #d7513f;
}

a:hover,
a:active {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.mobilelogo {
  display: none;
  color: white;
  font-family: "bree_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  text-decoration: none;
}
.mobilenavbutton {
  display: none;
}

.toplogo {
  padding-top: 32px;
}

.navheader {
  padding: 10px;
  background-color: #d7513f;
}

.topnav {
  display: flex;
  gap: 10px;
}

.topnav a {
  padding: 0 10px;
  line-height: 36px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 0 #46536f;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #bc3f2e;
}

#mobilenav {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #d7513f;
}

#mobilenav nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#mobilenav a {
  color: white;
  text-decoration: none;
}
.mobilenavbutton {
  display: none;
  flex-direction: column;
  padding: 8px;
  gap: 4px;
}
.mobilenavbutton span {
  background-color: #fff;
  height: 4px;
  width: 30px;
  border-radius: 2px;
}

@supports not selector(:popover-open) {
  #mobilenav {
    display: none;
  }
}

@media (max-width: 799px) {
  .navheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .toplogo {
    display: none;
  }
  .topnav {
    display: none;
  }
  .mobilelogo {
    display: initial;
  }
  .mobilenavbutton {
    display: flex;
  }
}

.body {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 50px;
}

@media (max-width: 799px) {
  .body {
    grid-template-columns: 1fr;
  }
}

.main {
  padding: 24px;
  background-color: #ffffff;
  border-left: 10px solid #d7513f;
}

.main p {
  line-height: 22px;
  margin-bottom: 16px;
}

.main p img.right {
  float: right;
  margin: 0 0 6px 18px;
}

blockquote {
  color: #777777;
  font-family: "bree_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 16px;
  position: relative;
  display: block;
  width: 250px;
  min-height: 100px;
}

blockquote:before,
blockquote:after {
  font-family: Georgia, "Times New Roman", Times, serif;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 80px;
  color: #d7513f;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: -10px;
  top: -10px;
}

blockquote:after {
  content: "\201D";
  bottom: -10px;
  right: -10px;
}

.main ul.list {
  margin-bottom: 12px;
}

.main ul.list li {
  margin: 0 0 5px 15px;
  list-style: disc inside url(/static/images/bullet.png);
}

.main hr {
  border-bottom: 1px solid #b0b0b0;
  margin: 28px 0 10px;
  clear: both;
}

.sidebar {
  align-self: start;
  box-sizing: content-box;
  width: 202px;
  padding: 24px;
  background-color: #40a2bc;
  position: relative;
  margin-top: 184px;
}

.sidebar-top {
  position: absolute;
  top: -273px;
  left: -6px;
  z-index: 1;
}

.sidebar-bottom {
  position: absolute;
  bottom: -39px;
  left: 0;
  z-index: 1;
}

@media (max-width: 799px) {
  .sidebar {
    width: auto;
    margin: 0;
  }
  .sidebar-top,
  .sidebar-bottom {
    display: none;
  }
}

.contact-info {
  margin: 0 0 12px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
}

.contact-info div {
  margin-top: 12px;
  position: relative;
  color: #ffffff;
}

.contact-info span {
  color: #caeaf1;
}

.contact-info div img {
  position: absolute;
  left: -30px;
}

.contact-info .button {
  margin-top: 16px;
}

.contact-info span a {
  color: #caeaf1;
}

.button,
a.button:visited {
  height: 34px;
  display: inline-block;
  line-height: 34px;
  background-color: #d7513f;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Calibri, Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0 1px 0 #46536f;
  text-decoration: none;
}

.button:hover,
a.button:active {
  background-color: #e35d4b;
  cursor: pointer;
}

.copy {
  font-size: 14px;
  padding: 0 0 24px;
  text-align: center;
  color: #909090;
}

.copy a {
  color: #909090;
}

.slideshow {
  display: grid;
  box-sizing: content-box;
  grid-template-areas: "unit";
  aspect-ratio: 880 / 280;
  border: 10px solid white;
}
.slideshow li {
  background: no-repeat center/cover;
  animation: round calc(var(--slides) * var(--slide-time, 4s)) infinite;
  opacity: 0;
  grid-area: unit;
  animation-delay: calc(
    var(--slides) * var(--slide-time, 4s) - var(--slide) * var(--slide-time, 4s)
  );
}
@media (max-width: 799px) {
  .slideshow {
    border: none;
  }
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
