@charset "UTF-8";
header {
  background-image: url(/img/chart/red.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 590px;
  position: relative;
  margin: 300px 0 72px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1060px) {
  header {
    margin-top: 40px;
    height: 700px;
    background-position: center bottom;
    margin: 60px 0 72px -24px;
    width: calc(100% + 48px);
  }
}
@media (max-width: 720px) {
  header {
    background-size: auto 80%;
    margin-left: -24px;
    width: calc(100% + 48px);
    height: 125vw;
  }
}
@media (max-width: 620px) {
  header {
    height: 150vw;
  }
}
@media (max-width: 500px) {
  header {
    height: 206vw;
    background-size: auto 59%;
  }
}
header div {
  align-self: flex-end;
  width: 72%;
  padding: 60px 60px 50px;
  background-color: white;
  box-sizing: border-box;
  top: -248px;
  position: relative;
}
@media (max-width: 1060px) {
  header div {
    width: 100%;
    top: 0;
  }
}
@media (max-width: 720px) {
  header div {
    padding: 0 24px 40px;
  }
}
header div h2 {
  font-family: freight-display-pro, Georgia, serif;
  font-weight: 400;
  font-size: calc(1.5em + 2.3vw);
  line-height: 1.25em;
  color: black;
  margin-bottom: 24px;
}
@media (min-width: 1100px) {
  header div h2 {
    font-size: 50px;
  }
}
header div h2 strong {
  font-weight: 600;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.83em;
}
header div h2 a {
  font-size: 0.83em;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  color: black;
  text-decoration: underline;
}
header div p {
  color: #6C757F;
  margin-bottom: 0;
}

section {
  margin-bottom: 70px;
}
@media (min-width: 1280px) {
  section {
    margin-left: 60px;
    margin-right: 60px;
  }
}
section .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
@media (max-width: 1024px) {
  section .columns {
    grid-column-gap: 24px;
  }
}
@media (max-width: 720px) {
  section .columns {
    grid-template-columns: 1fr;
  }
}
section.articles {
  margin-bottom: 46px;
}
@media (min-width: 440px) {
  section.articles br.hide {
    display: none;
  }
}
section.articles .intro {
  margin-bottom: 16px;
}
@media (max-width: 720px) {
  section.articles .intro {
    grid-template-columns: 1fr !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
section.articles .columns {
  -ms-overflow-style: none;
}
@media (max-width: 900px) {
  section.articles .columns {
    width: calc(100% + 48px);
    grid-template-columns: 260px 260px 260px 1px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    padding: 24px;
    margin: 0 0 0 -24px;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  section.articles .columns h2 {
    display: none;
  }
}
@media (min-width: 901px) {
  section.articles .columns + p {
    margin-top: 24px;
  }
}
section.articles .columns + p a {
  font-weight: bold;
}
section .columns::-webkit-scrollbar {
  display: none;
}
section .columns::scrollbar {
  display: none;
}
@media (max-width: 720px) {
  section .columns > div {
    margin-bottom: 40px;
  }
  section .columns > div:last-child {
    margin-bottom: 0;
  }
}
section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section ul li {
  padding-left: 0;
  margin-left: 0;
  position: relative;
}
section ul li:before {
  font-family: inherit;
  content: "•";
  font-size: 12px;
  position: absolute;
  left: -14px;
  margin-top: 1px;
}
section ul.no_bullets li:before {
  display: none;
}

article {
  background: white;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  border-radius: 16px;
  overflow: hidden;
}
article h2, article h3, article h4 {
  margin: 0;
}
article h2:after, article h3:after, article h4:after {
  display: none;
}
article .info {
  padding: 32px;
}
@media (max-width: 1024px) {
  article .info {
    padding: 24px;
  }
}
article .info div.category {
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #E6002A;
  letter-spacing: 1.69px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
article .info h3 {
  font-size: 1em;
  line-height: 1.5em;
  color: black;
  font-weight: 700;
  margin-bottom: 8px;
}
article .info h4 {
  font-size: 14px;
  line-height: 24px;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  color: #6C757F;
  margin: 0;
  padding: 0;
}
article .image {
  width: 100%;
  height: 290px;
}
@media (max-width: 1024px) {
  article .image {
    height: 220px;
  }
}
article .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.top strong {
  color: black;
}
.top h1 {
  font-size: 1em;
  color: #222;
}
.top .social ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.top .social li {
  list-style: none;
  margin-right: 40px;
}
@media (max-width: 900px) {
  .top .social li {
    margin-right: 24px;
  }
}
.top .social li:last-child {
  margin-right: 0;
}
.top .social li a {
  color: #1C0094;
  text-decoration: none;
}
.top .social li a:hover {
  text-decoration: underline;
}

section.newsletter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 721px) {
  section.newsletter {
    text-align: center;
  }
  section.newsletter h2 {
    margin-bottom: 24px;
  }
  section.newsletter h2:after {
    display: inline-block;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.newsletter p {
  max-width: 540px;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  section.newsletter p {
    align-self: center;
  }
}
section.newsletter #mc_embed_signup {
  display: flex;
  width: 100%;
  align-self: center;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}
section.newsletter form {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  width: 540px;
  max-width: 100%;
}
section.newsletter form div {
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
}
section.newsletter form div div {
  flex-direction: row;
}
section.newsletter form div div div {
  flex-direction: column;
}
section.newsletter form #mce-responses {
  text-align: left;
  margin-top: 16px;
  display: block !important;
  flex-direction: column !important;
}
@media (min-width: 721px) {
  section.newsletter form {
    align-self: center;
  }
}
section.newsletter form label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
section.newsletter form input[type=email], section.newsletter form input[type=text] {
  padding: 12px;
  line-height: 24px;
  height: 48px;
  border: 1px solid rgba(108, 117, 127, 0.2);
  border-radius: 3px 0 0 3px;
  margin-right: -2px;
  box-sizing: border-box;
  font-size: 1em;
  font-family: inherit;
  color: black;
  flex-grow: 1;
  flex-shrink: 2;
  appearance: none;
  width: 10px;
  -webkit-appearance: none;
}
section.newsletter form input[type=email]::placeholder, section.newsletter form input[type=text]::placeholder {
  color: #6c757f;
}
section.newsletter form button, section.newsletter form input[type=submit] {
  flex-grow: 0;
  flex-shrink: 0;
  height: 48px;
  box-sizing: border-box;
  background-color: #1C0094;
  color: white;
  padding: 12px 40px;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid #1C0094;
  border-radius: 0px 3px 3px 0;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background 0.2s;
}
section.newsletter form button:hover, section.newsletter form input[type=submit]:hover {
  background-color: black;
}
@media (max-width: 600px) {
  section.newsletter form button, section.newsletter form input[type=submit] {
    padding: 12px 24px;
  }
}

footer {
  background-image: url(/img/chart/blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 27vw;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: #1C0094;
}
@media (min-width: 1432px) {
  footer {
    height: 445px;
  }
}
@media (max-width: 1060px) {
  footer {
    margin-top: 40px;
    height: 445px;
    background-size: auto 100%;
    background-position: center top;
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
@media (max-width: 720px) {
  footer {
    background-size: auto 80%;
    width: calc(100% + 48px);
  }
}
@media (max-width: 500px) {
  footer {
    height: 153vw;
    background-size: auto 70%;
  }
}
footer div {
  background-color: white;
  align-self: flex-end;
  width: 72%;
  padding: 50px 60px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: -1px;
}
@media (max-width: 1060px) {
  footer div {
    width: 100%;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  footer div {
    padding: 40px 24px 40px;
  }
}
footer h2 {
  font-family: freight-display-pro, Georgia, serif;
  font-weight: 400;
  font-size: calc(1.5em + 1vw);
  line-height: 1.25em;
  color: black;
}
@media (min-width: 1432px) {
  footer h2 {
    margin-bottom: 0.3em;
    font-size: 40px;
  }
}
footer h2 strong {
  font-size: 0.83em;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer h2 a {
  font-size: 0.85em;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  color: black;
  font-weight: 600;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer h2 a:hover {
  color: #E6002A;
}
footer h2:after {
  display: none;
}

body {
  font-size: 100%;
  padding: 24px;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: aktiv-grotesk, "Helvetica Neue", "Helvetica", sans-serif;
  display: flex;
  color: #6C757F;
}
@media (min-width: 1280px) {
  body {
    padding: 56px;
  }
}
@media (max-width: 1060px) {
  body {
    padding-bottom: 0;
  }
}

.container {
  align-self: center;
  max-width: 1320px;
}
@media (max-width: 1320px) {
  .container {
    max-width: 100%;
  }
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h2 {
  font-family: freight-display-pro, Georgia, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 500;
  font-size: 2em;
  line-height: 1.25em;
  padding-bottom: 0.75em;
  position: relative;
  color: black;
  margin: 0;
}
h2:after {
  content: " ";
  display: block;
  background-color: #E6002A;
  height: 3px;
  width: 64px;
  top: 22px;
  position: relative;
  margin: 0 0 23px;
}
h2.large {
  font-size: 2.625em;
  line-height: 1em;
}

h3 {
  color: black;
  font-size: 1em;
  font-weight: 500;
}

p, li {
  line-height: 1.5em;
}

div > p {
  text-indent: 24px;
  margin-bottom: 0;
}
div > p:first-child {
  text-indent: 0;
}

div > h1 + p, div > h2 + p, div > h3 + p {
  text-indent: 0;
}

a {
  color: #1C0094;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external:after {
  content: " →";
  font-size: 1.3em;
  position: relative;
  top: 2px;
}

.writings a:hover {
  text-decoration: none;
}

hr {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(108, 117, 127, 0.2);
  margin: 0 0 70px;
}