/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !Cardinal */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@font-face {
    font-family: 'Cardinal-Classic-Mid-Regular';
        src: url(fonts/cardinalclmidw-regular.eot);
        src: url(fonts/cardinalclmidw-regular.eot?#iefix) format('embedded-opentype'),
             url(fonts/cardinalclmidw-regular.woff) format('woff');
        }


@font-face {
    font-family: 'Cardinal-Classic-Mid-Italic';
    font-style: italic;
        src: url(fonts/cardinalclmidw-italic.eot);
        src: url(fonts/cardinalclmidw-italic.eot?#iefix) format('embedded-opentype'),
             url(fonts/cardinalclmidw-italic.woff) format('woff');
        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ! GT Zirkon */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@font-face {
    font-family: 'GT-Zirkon-Regular';
        src: url(fonts/GT-Zirkon-Regular.eot);
        src: url(fonts/GT-Zirkon-Regular.eot?#iefix) format('embedded-opentype'),
             url(fonts/GT-Zirkon-Regular.woff) format('woff');
        }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !Basics */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
  font-family: 'GT-Zirkon-Regular';
  font-size: 0.83333vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.layout {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body {
  display: block;
  margin: 2rem 3.5rem 3rem;
  padding-top: 5.5rem;
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.3em;
  background-color: #fff;
}
body > div > main {
  min-height: calc(100vh - 14rem);
  position: relative;
  padding-bottom: 2.5rem;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
h1 {
  font-size: 3.25rem;
  line-height: 1.24em;
  font-family: 'Cardinal-Classic-Mid-Regular';
  text-transform: uppercase;
}
strong {
  font-weight: inherit;
  text-transform: uppercase;
}
hr {
  position: absolute;
  display: block;
  height: 1.33rem;
  right: -3.5rem;
  border-top: none;
  border-right: none;
  border-left: solid #323232 1px;
  border-bottom: solid #323232 1px;
  margin-top: 1rem;
  width: calc(83% + 3.5rem);
}
ul,
li,
ol,
figure {
  margin: 0;
  padding: 0;
}
figcaption {
  max-width: 40em;
  margin: 2rem auto;
}
.de-italize {
  font-style: normal;
}
.centered.half {
  width: 50%;
  margin: auto;
}
.centered.wide {
  width: 66%;
  margin: auto;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* !Fades */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 3s ease;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

header[data-v-7ea6ecdc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 3.5rem 3.55rem;
  background-color: #fff;
  height: 3.33rem;
  z-index: 1;
}
nav.main[data-v-7ea6ecdc] {
  display: inline-block;
  position: absolute;
}
nav.search[data-v-7ea6ecdc] {
  display: inline-block;
  position: absolute;
  right: 3.5rem;
  top: 2rem;
  width: 1.2rem;
}
hr[data-v-7ea6ecdc] {
  width: calc(83% + 1.2rem);
}

footer {
  position: absolute;
  bottom: 0;
}
footer .column {
  width: 24.125%;
  margin-right: 1rem;
  display: inline-block;
}

section.headlines[data-v-01a29953] {
  margin-bottom: 6rem;
}
div.headline-wrapper[data-v-01a29953] {
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 1.5rem;
}

.slideshow[data-v-25a3eeee] {
  position: relative;
}
figure[data-v-25a3eeee] {
  height: calc(100vh - 26rem);
}
figure img[data-v-25a3eeee] {
  height: 100%;
  width: auto;
}
figure.hidden[data-v-25a3eeee] {
  display: none;
}
figure.active[data-v-25a3eeee] {
  display: block;
}
button[data-v-25a3eeee] {
  cursor: pointer;
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  height: 5rem;
  font-size: 5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  font-family: 'Cardinal-Classic-Mid-Regular';
}
button.next[data-v-25a3eeee] {
  right: 0;
}
button.prev[data-v-25a3eeee] {
  left: 0;
}

div.headline[data-v-50542a3a] {
  position: relative;
  text-align: center;
  margin-bottom: 0rem;
}
div.headline h1[data-v-50542a3a] {
  text-align: center;
  margin: 0 auto 0;
  max-width: 15em;
}
div.headline time[data-v-50542a3a] {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1rem;
}
div.headline .category[data-v-50542a3a] {
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: -5rem;
  width: 4rem;
}

article {
  padding-bottom: 5rem;
}
article sup {
  font-family: 'GT-Zirkon-Regular';
  font-size: 1rem;
}
article .footnotes p {
  font-family: 'GT-Zirkon-Regular';
  font-size: 1.3rem;
}
article h2 {
  font-family: 'GT-Zirkon-Regular';
  font-size: 1.3rem;
}
article p {
  font-family: 'Cardinal-Classic-Mid-Regular';
  font-size: 1.5rem;
  line-height: 1.3em;
}
article figure {
  position: relative;
  margin-left: -50%;
  margin-right: -50%;
  text-align: center;
  margin-bottom: 3rem;
}
article figure img {
  max-width: 100%;
}
.headline-wrapper {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
article hr {
  display: none;
}
article ul,
article ol {
  max-width: 36em;
}

section.headlines[data-v-269312a0] {
  margin-bottom: 6rem;
}
div.headline-wrapper[data-v-269312a0] {
  position: relative;
  padding-bottom: 3.5rem;
  margin-bottom: 1.5rem;
}

