* {
  margin: 0;
  padding: 0;
  font: inherit;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
input,
textarea,
button,
select {
  font: inherit;
}
:root {
  --mobile: screen and (max-width: 40rem);
  --logo: 'CronosPro', sans-serif;
  --bodyfont: 'CronosPro', sans-serif;
  --headings: 'CronosPro', sans-serif;
  --primary-clr: #7D2989;
  --secondary-clr: #D0891A;
  --text-clr: #564458;
  --content-width: 60vw;
}
/* Typography */
@font-face {
  font-family: 'CronosPro';
  src: url('/site/templates/styles/fonts/CronosPro-BoldDispIt.woff2') format('woff2'), url('/site/templates/styles/fonts/CronosPro-BoldDispIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CronosPro';
  src: url('/site/templates/styles/fonts/CronosPro-Disp.woff2') format('woff2'), url('/site/templates/styles/fonts/CronosPro-Disp.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CronosPro';
  src: url('/site/templates/styles/fonts/CronosPro-BoldDisp.woff2') format('woff2'), url('/site/templates/styles/fonts/CronosPro-BoldDisp.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CronosPro';
  src: url('/site/templates/styles/fonts/CronosPro-DispIt.woff2') format('woff2'), url('/site/templates/styles/fonts/CronosPro-DispIt.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: var(--bodyfont);
  font-size: 1.25rem;
}
.header-wrapper {
  background: url('/site/templates/images/header-background-02.jpg') repeat-x;
  background-size: 100%;
  background-size: contain;
  min-width: var(--content-width);
  text-align: center;
}
@media screen and (max-width: 40rem) {
  .header-wrapper {
    background-size: 250%;
  }
}
header {
  margin-bottom: 4.5rem;
}
header a.logo img {
  display: block;
  margin: 0 auto;
  height: 160px;
  padding: 0.75rem 0 0.5rem 0;
}
@media screen and (max-width: 40rem) {
  header a.logo img {
    width: 140px;
  }
}
@media screen and (max-width: 40rem) {
  header {
    margin-bottom: 3rem;
  }
}
h1#logo {
  font-family: var(--logo);
  font-weight: normal;
  font-size: 2.7rem;
  line-height: 1.2;
}
h1#logo a:link,
h1#logo a:visited {
  text-decoration: none;
  color: var(--secondary-clr);
}
h1#logo + h2 {
  font-family: var(--logo);
  font-weight: normal;
  color: var(--secondary-clr);
  text-transform: uppercase;
  font-size: 1.08rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
}
h1#logo + h2 a:link,
h1#logo + h2 a:visited {
  border-bottom: 1px dashed var(--secondary-clr);
  text-decoration: none;
}
h1#logo + h2 span {
  text-transform: none;
  font-style: italic;
}
h1,
h2 {
  font-size: 2rem;
}
h3 {
  font-weight: bold;
  color: var(--primary-clr);
}
h4 {
  font-weight: bold;
  color: var(--primary-clr);
}
p {
  margin-bottom: 1.4rem;
  line-height: 1.4;
}
img.align_left {
  display: inline-block;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
img.align_right {
  display: inline-block;
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
p.align_center {
  text-align: center;
}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}
.newsletter-sub {
  margin: 4rem 0;
  text-align: center;
}
.newsletter-sub a:link,
.newsletter-sub a:visited {
  padding: 1.2rem;
  border-radius: 0.55rem;
  border: 1px solid var(--secondary-clr);
  text-decoration: none;
  color: var(--secondary-clr);
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
.newsletter-sub a:hover {
  border: 1px solid var(--primary-clr);
  background-color: var(--primary-clr);
  color: white;
}
.wrapper {
  max-width: var(--content-width);
  text-align: center;
  margin-inline: auto;
}
.list-wrapper {
  max-width: var(--content-width);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  margin-inline: auto;
}
@media screen and (max-width: 40rem) {
  .list-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 95%;
  }
}
.content {
  width: 90%;
  margin-inline: auto;
}
video {
  display: block;
  margin-bottom: 2rem;
}
.pdf {
  width: 100%;
  height: 60vh;
  padding: 2rem 0;
}
ul.blog-list li {
  list-style-type: none;
  margin-bottom: 4rem;
}
ul.blog-list li h2 a:link,
ul.blog-list li h2 a:visited {
  color: var(--secondary-clr);
  text-decoration: none;
  font-family: var(--bodyfont);
}
ul.blog-list li h2 a:hover {
  border-bottom: 1px dotted var(--secondary-clr);
}
ul.blog-list li p {
  max-width: 75ch;
}
ul.blog-list li .blog-list-summary:has(img) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 4fr;
  grid-template-columns: 200px 4fr;
}
ul.blog-list li img {
  border-radius: 60% 40% 57% 43% / 49% 38% 62% 51%;
}
date {
  color: var(--primary-clr);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  line-height: 3;
}
.blog-item h1 {
  color: var(--secondary-clr);
  text-decoration: none;
  font-family: var(--bodyfont);
  font-size: 2.4rem;
}
.blog-item .content h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--secondary-clr);
}
.blog-item .content h3 {
  font-size: 1.3rem;
  text-transform: capitalize;
}
.blog-item .content p {
  max-width: 75ch;
}
.blog-item .content ol,
.blog-item .content p + ul,
.blog-item .content h2 + ul {
  margin-left: 1.2rem;
  margin-bottom: 1rem;
}
ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted var(--secondary-clr);
}
ul.breadcrumbs li {
  list-style-type: none;
}
ul.breadcrumbs li a:hover {
  border-bottom: 1px solid var(--secondary-clr);
}
ul.breadcrumbs li::after {
  content: ">";
  padding: 0 1rem;
  color: var(--secondary-clr);
  font-size: 0.8rem;
  position: relative;
  bottom: 0.05rem;
}
ul.breadcrumbs li:last-of-type::after {
  content: "";
}
ul.breadcrumbs a:link,
ul.breadcrumbs a:visited {
  color: var(--secondary-clr);
  text-decoration: none;
  font-size: 1rem;
}
ul.sections {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.sections li {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  height: 180px;
  width: 260px;
  background-color: aqua;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
ul.sections li a:link,
ul.sections li a:visited {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
ul.sections li a i {
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  width: 5ch;
}
ul.sections li::before {
  content: '';
  width: 1rem;
  height: 1rem;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
ul.sections li.current {
  padding-bottom: 2rem;
}
ul.sections li.current::before {
  content: ' ';
  background-color: white;
  width: 1rem;
  height: 1rem;
  text-align: center;
  margin-inline: auto;
  border-radius: 49% 51% 67% 33% / 54% 46% 54% 46%;
  margin-bottom: 0.5rem;
}
ul.sections li#s01 {
  border-radius: 49% 51% 67% 33% / 54% 46% 54% 46%;
  background-color: #C16E34;
}
ul.sections li#s02 {
  border-radius: 49% 51% 40% 60% / 52% 60% 40% 48%;
  background-color: #D2A07C;
}
ul.sections li#s03 {
  border-radius: 60% 40% 57% 43% / 49% 38% 62% 51%;
  background-color: #EBA73E;
}
ul.sections li#s04 {
  border-radius: 60% 40% 44% 56% / 35% 63% 37% 65%;
  background-color: #EBBF67;
}
ul.sections li#s05 {
  border-radius: 43% 57% 57% 43% / 63% 63% 37% 37%;
  background-color: #D99E72;
}
ul.sections li#s06 {
  border-radius: 44% 56% 41% 59% / 65% 50% 50% 35%;
  background-color: #D99F6B;
}
.home-wrapper {
  max-width: var(--content-width);
  margin-inline: auto;
  position: relative;
  width: 739px;
  height: 439px;
  padding: 4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 40rem) {
  .home-wrapper {
    padding: 0 0 1rem 0;
    height: auto;
    margin-bottom: 2rem;
  }
}
.home-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  border-radius: 44% 56% 41% 59% / 65% 50% 50% 35%;
  margin-bottom: 2rem;
}
.home-wrapper::after {
  clear: both;
}
ul.home-sections {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 40rem) {
  ul.home-sections {
    position: relative;
    width: 100%;
  }
}
ul.home-sections li {
  --tintamount: 0.95;
  height: 180px;
  width: 260px;
  position: absolute;
}
ul.home-sections li#s01 {
  top: -3rem;
  left: 15rem;
  opacity: var(--tintamount);
}
ul.home-sections li#s02 {
  top: 4rem;
  left: 30rem;
  opacity: var(--tintamount);
}
ul.home-sections li#s03 {
  top: 16rem;
  left: 30rem;
  opacity: var(--tintamount);
}
ul.home-sections li#s04 {
  top: 4rem;
  left: 0em;
  opacity: var(--tintamount);
}
ul.home-sections li#s05 {
  top: 23rem;
  left: 15rem;
  opacity: var(--tintamount);
}
ul.home-sections li#s06 {
  top: 16rem;
  left: 0rem;
  opacity: var(--tintamount);
}
@media screen and (max-width: 40rem) {
  ul.home-sections li {
    position: static;
    background: black;
    top: 0;
    left: 0;
  }
}
.author-wrapper {
  padding-top: 1rem;
  border-top: 1px dotted var(--secondary-clr);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 4fr;
  grid-template-columns: 160px 4fr;
}
.author-wrapper img {
  border-radius: 44% 56% 41% 59% / 65% 50% 50% 35%;
}
.related {
  margin-top: 3rem;
  list-style-type: none;
}
.related ul {
  margin-left: 1.2rem;
}
.related ul li {
  margin-bottom: 1rem;
}
.related ul li a:link,
.related ul li a:visited {
  color: var(--text-clr);
  text-decoration: none;
  border-bottom: 1px dotted var(--secondary-clr);
}
.related ul li a:hover {
  border-bottom: 1px solid var(--primary-clr);
}
footer {
  background: url('/site/templates/images/footer-background-02.jpg') repeat-x;
}
footer .wrapper {
  margin-top: 6rem;
  text-align: center;
  margin-inline: auto;
  padding: 1rem 0;
  color: var(--primary-clr);
}
footer .wrapper h3 {
  margin-bottom: 0.5rem;
}
footer .wrapper h3 a:link,
footer .wrapper h3 a:visited {
  color: var(--primary-clr);
  font-size: 1.45rem;
  text-decoration: none;
  font-weight: normal;
}
footer .wrapper p {
  text-align: center;
  margin-block: auto;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
footer .wrapper p a:link,
footer .wrapper p a:visited {
  color: var(--primary-clr);
  text-decoration: none;
}
.footer-logo img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
a.edit-page,
a.edit-cms {
  position: fixed;
  width: 12rem;
  bottom: 0;
  left: 0;
  margin-bottom: 1px;
}
a.edit-page:link,
a.edit-cms:link,
a.edit-page:visited,
a.edit-cms:visited {
  background-color: var(--primary-clr);
  color: white;
  text-decoration: none;
  padding: 1.5rem;
  text-align: center;
}
a.edit-page:hover,
a.edit-cms:hover {
  background-color: var(--secondary-clr);
}
a.edit-cms {
  bottom: 4.5rem;
}
