@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:300,400|Libre+Baskerville:400");
/* Base */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */
html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}
/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}
/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
/**
 * Tailwind custom reset styles
 */
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #eeeff1;
}
/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}
/*@import "base/reset.css";*/
* {
  box-sizing: border-box;
}

body {
  background: #eeeff1;
}

.vertical-center {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
}

table tbody {
  border-width: 1px;
}

table th {
  font-weight: 500;
  font-size: 1.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
}
/*
.background--green{
  background-color: $green;
  color: white;
}
.background--purple{
  background-color: $purple;
  color: white;
}
.background--dark-grey{
  background-color: $darkGrey;
  color: white;
}
.background--blue{
  background-color: $blue;
  color: white;
}
.cta{
  padding: .5rem 1rem;
  display: inline-block;
  color:white;
  font-size: 1.125rem;
  text-decoration: none;
  &.primary{
    background: $red;
  }
  &.secondary{
    background: $blue;
  }
  &.reverse{
    background: white;
    color: $blue;
  }
}*/
html {
  font-size: .875rem;
}

body {
  font-family: Roboto, Noto Sans, Arial, sans-serif;
  line-height: 1.4;
  color: #1f222a;
}

body.ko,
body.ko h1 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

body.zh-hans,
body.zh-hans h1 {
  font-family: 'Noto Sans SC Sliced', sans-serif !important;
}

body.zh-tw,
body.zh-tw h1 {
  font-family: 'Noto Sans TC', sans-serif !important;
}

body.ar,
body.ar h1 {
  font-family: 'Noto Kufi Arabic', sans-serif !important;
}

body.ja,
body.ja h1 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

body.ru h1,
body.vi h1 {
  font-family: 'Roboto', sans-serif !important;
}

h1 {
  font-family: Roboto slab, Noto Serif, Arial, serif;
}

h2,
h3,
h4,
h5 {
  /* @apply .font-sans; */
}

h1 {
  font-size: 2.45rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.1;
}

h2 {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.subhead {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: #0c78cf;
}

p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
  color: #404040;
}

p::selection {
}

p a {
  text-decoration: none;
  text-decoration-skip: ink;
  border-bottom: 2px solid #d3f4f8;
  background-color: transparent;
  transition: all .2s ease-out;
}

p a:hover {
  /* text-decoration: underline; */
  background-color: #d3f4f8;
}

blockquote {
  font-family: Libre Baskerville, Garamond, Times New Roman, serif;
}

::selection {
  background-color: #fdd5f9;
}

.bg-white p {
  color: #404040;
}

.bg-blue p,
.bg-green p,
.bg-purple p,
.bg-dark-grey p,
.bg-black p,
.bg-teal p,
.bg-red p {
  color: white;
}

.bg-blue h1,
.bg-green h1,
.bg-purple h1,
.bg-dark-grey h1,
.bg-black h1,
.bg-teal h1,
.bg-red h1 {
  color: white;
}

.bg-blue h2,
.bg-green h2,
.bg-purple h2,
.bg-dark-grey h2,
.bg-black h2,
.bg-teal h2,
.bg-red h2 {
  color: white;
}

.bg-blue h3,
.bg-green h3,
.bg-purple h3,
.bg-dark-grey h3,
.bg-black h3,
.bg-teal h3,
.bg-red h3 {
  color: white;
}

.bg-blue a,
.bg-green a,
.bg-purple a,
.bg-dark-grey a,
.bg-black a,
.bg-teal a,
.bg-red a {
  color: white;
}

.bg-blue small,
.bg-green small,
.bg-purple small,
.bg-dark-grey small,
.bg-black small,
.bg-teal small,
.bg-red small {
  color: white;
}

.bg-blue strong,
.bg-green strong,
.bg-purple strong,
.bg-dark-grey strong,
.bg-black strong,
.bg-teal strong,
.bg-red strong {
  color: white;
}

hr {
  border-color: #eeeff1;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 1px;
  margin-bottom: 2rem;
}

ol,
ul {
  margin-bottom: 1rem;
}

main ol li,
main ul li {
  margin-bottom: 0.5rem;
}

a.tag {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fafafa;
  margin-right: 0.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #0c78cf;
  text-decoration: none;
  transition: all .2s ease-in;
}

a.tag:hover {
  background-color: #ffffff;
}

span.stat {
  display: block;
  padding-top: 1rem;
  font-weight: 500;
  font-size: 4rem;
}

@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  h3 {
    font-size: 1.75rem;
  }
}

.content-block {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.content-block .content-block__header {
  margin-bottom: 4rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  position: relative;
}

.content-block .content-block__copy h3 {
  margin-bottom: 0.25rem;
}

.content-block.entry .entry__body .entry__content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-width: 0;
}

.content-block.entry + .content-block.bg-,
.content-block.entry + .content-block.bg-none {
  padding-top: 0;
}

.entry__text-block p:last-child {
  margin-bottom: 0;
}

.content-block.content-block--flush {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}

.multi-column,
.image-video-stripe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.image-video-stripe.full {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.multi-column .multi-column__column {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 33rem;
}

.logos-block .multi-column__column {
  width: 50%;
}

.image-video-stripe {
  align-items: center;
}

.image-video-stripe .image-video-stripe__large-image {
  width: 100%;
  margin-bottom: 1rem;
}

.image-video-stripe .image-video-stripe__copy {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.image-video-stripe.right {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .pull-up {
    margin-top: -4rem;
  }

  .content-block {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .content-container {
    max-width: 70rem;
  }

  .image-video-stripe:first-child {
    padding-right: 1rem;
  }

  .image-video-stripe.right {
    flex-direction: row;
  }

  .image-video-stripe.one-third .image-video-stripe__large-image {
    width: 33.33333%;
  }

  .image-video-stripe.one-third .image-video-stripe__copy {
    width: 66.66667%;
  }

  .image-video-stripe.one-half .image-video-stripe__large-image {
    width: 50%;
  }

  .image-video-stripe.one-half .image-video-stripe__copy {
    width: 50%;
  }

  .image-video-stripe.two-thirds .image-video-stripe__large-image {
    width: 66.66667%;
  }

  .image-video-stripe.two-thirds .image-video-stripe__copy {
    width: 33.33333%;
  }

  .image-video-stripe.full .image-video-stripe__large-image {
    width: 100%;
    padding-right: 0;
  }

  .image-video-stripe.full .image-video-stripe__copy {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .left .image-video-stripe__large-image {
    padding-right: 2rem;
  }

  .right .image-video-stripe__large-image {
    padding-left: 2rem;
  }

  [class*="multi-column--"] .multi-column__column {
    width: 50%;
  }

  .multi-column--1 .multi-column__column {
    width: 75%;
  }

  .multi-column--2 .multi-column__column {
    width: 50%;
  }

  .multi-column--3 .multi-column__column {
    width: 50%;
  }

  .multi-column--4 .multi-column__column {
    width: 50%;
  }

  .multi-column--5 .multi-column__column {
    width: 50%;
  }

  .logos-block .multi-column__column {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .image-video-stripe .image-video-stripe__large-image {
    width: 66.66667%;
  }

  .image-video-stripe .image-video-stripe__copy {
    width: 33.33333%;
  }

  [class*="multi-column--"] .multi-column__column {
    width: 33.33333%;
  }

  .multi-column--1 .multi-column__column {
    width: 75%;
  }

  .multi-column--2 .multi-column__column {
    width: 50%;
  }

  .multi-column--3 .multi-column__column {
    width: 33.33333%;
  }

  .multi-column--4 .multi-column__column {
    width: 50%;
  }

  .multi-column--5 .multi-column__column {
    width: 33.33333%;
  }

  .logos-block .multi-column__column {
    width: 20%;
  }
}

.skip-link a {
  font-size: 0;
  display: block;
  width: 100vw;
  background-color: #0c78cf;
  text-align: center;
  color: #ffffff;
}

.skip-link a:focus {
  font-size: 1.25rem;
  padding: 1.5rem;
}

.cta--mobile {
  position: fixed;
  z-index: 50;
  width: 100%;
  text-align: center;
  bottom: 0;
}

.cta--mobile a {
  display: block;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0;
}

.eyebrow {
  width: 100%;
  font-size: .875rem;
  display: none;
  background: #f2f2f2;
  height: 0;
}

.eyebrow > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.language-selector {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.search-login-wrapper {
  display: flex;
  justify-content: space-between;
}

.app-links {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: none;
}

.app-links a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-right-width: 1px;
  border-color: #c8cace;
}

.app-links a:last-child {
  border-right-width: 0;
}

form.search {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

input.search {
  border-radius: 9999px;
  border-style: none;
  padding: 0.25rem;
  padding-left: 0.75rem;
  color: #646976;
}

input.search:focus {
  outline: none;
  border-color: #0c78cf;
}

.nav-container {
  width: 100%;
  background-color: #ffffff;
  font-size: .875rem;
  position: absolute;
  transition: font-size .1s linear;
  z-index: 1000;
  top: 0;
}

.nav-spacer {
  width: 100%;
  height: 3.75rem;
}

.nav-container.sticky {
  font-size: .75rem;
  position: fixed;
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
  top: 0;
}

.nav-container.sticky.in-view {
  top: 0;
}

nav {
  width: 100%;
  background-color: #ffffff;
}

nav > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}

nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav--desktop {
  display: none;
}

nav.secondary {
  position: absolute;
  z-index: 10;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-color: #0c78cf;
}

nav.secondary li.nav__item {
  font-size: .75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

nav ul.nav--mobile {
  display: none;
}

nav ul.nav--mobile .nav__item {
  text-align: left;
}

nav .nav__item {
  list-style: none;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0.25rem;
  height: auto;
  border-bottom-width: 1px;
}

nav .nav__cta {
  display: none;
  margin-right: 0;
}

nav .nav__cta .cta {
  font-size: 1.25em;
}

.nav__cta + .nav__cta {
  margin-left: 0;
}

nav ul li a {
  position: relative;
  display: block;
  color: #1f222a;
}

.nav--desktop .nav__item:after,
nav.secondary .nav__item:after {
  content: "";
  display: block;
  transition: all 0.1s linear;
  background-color: #0c78cf;
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

nav.secondary .nav__item:after {
  background-color: #0c78cf;
}

nav ul .nav__item.active:after,
nav ul .nav__item:hover:after {
  transition: all 0.1s linear;
  height: 0.25rem;
}

nav.secondary ul .nav__item.active:after,
nav.secondary ul .nav__item:hover:after {
  transition: all 0.1s linear;
  height: .2rem;
}

nav ul .nav__item--system a {
  color: #0c78cf;
}

nav ul .nav__item--spacer {
  background-color: #fafafa;
}

.logo--home {
  margin-top: 0.5rem;
  width: 50%;
  margin: 0 auto;
}

.logo--home .logo-new {
  float: left;
  display: inline-block;
}

.logo--home .logo-text {
  display: none;
  width: 3rem;
  float: left;
}

.logo--home .logo-icon {
  width: 3rem;
  display: inline-block;
}

.menu-toggle a {
  padding: 0.75rem;
  margin-right: 1rem;
  border-width: 1px;
  border-color: #0c78cf;
  border-radius: .125rem;
  display: block;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}

.banner {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.banner .banner__container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  background: none;
  position: relative;
}

.subhead {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
}

.banner--notch .banner__container {
}

.banner--auto {
  height: auto;
}

.banner--notch .banner__container {
}

.banner__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.banner__background {
  position: absolute;
  left: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .app-links {
    display: block;
  }
}

@media (min-width: 768px) {
  .language-selector,
  .language-selector select {
    font-size: .75rem;
  }

  .cta--mobile {
    display: none;
  }

  .eyebrow {
    display: block;
    height: auto;
  }

  .eyebrow > div {
    max-width: 70rem;
  }

  .app-links {
    font-size: .75rem;
  }

  .nav-spacer {
    height: 5.75rem;
  }

  .nav-spacer.nav-spacer--secondary {
    height: 8.25rem;
  }

  .nav-container {
    top: 0;
  }

  .nav-container.sticky {
    top: -2.65rem;
  }

  .nav--mobile {
    display: none;
  }

  .nav--desktop {
    display: flex;
  }

  nav > div {
    max-width: 70rem;
  }

  .menu-toggle {
    display: none;
  }

  .logo--home {
    width: 12em;
  }

  .logo--home .logo-new {
    display: inline-block;
  }

  .logo--home .logo-text {
    display: inline-block;
    width: 66.66667%;
  }

  .logo--home .logo-icon {
    width: 33.33333%;
  }

  nav ul {
    width: auto;
  }

  nav .nav__item {
    height: 100%;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-width: 0;
  }

  nav .nav__cta {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    display: block;
  }

  nav .nav__cta .cta {
    display: block;
    font-size: 1em;
  }

  .banner--notch {
    padding-bottom: 4rem;
  }

  .banner--notch .banner__container {
    max-width: 70rem;
  }
}

footer {
  width: 100%;
  font-size: .875rem;
}

footer .content-container {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer .footer__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}

footer .footer__column {
  width: 100%;
  padding-right: 1rem;
  margin-bottom: 1rem;
  width: 50%;
}

footer .footer__column strong {
  display: block;
  margin-bottom: 0.75rem;
}

footer .footer__column ul {
  list-style: none;
  padding-left: 0;
}

footer .footer__column ul li {
  margin-bottom: 0.75rem;
}

footer .footer__column :last-child {
}

footer .icon {
  max-width: 8rem;
}

footer .address {
  font-size: .75rem;
  flex-grow: 1;
}

@media (min-width: 768px) {
  footer .content-container {
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  footer .footer__column {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  footer .footer__column {
    width: 25%;
  }
}

.cta {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #ffffff;
  border-radius: 9999px;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  transition: all .2s ease-out;
}

.cta.primary {
  background-color: #ec0000;
}

.cta.primary:hover {
  border-color: #ec0000;
  background-color: #ffffff;
  color: #ec0000;
}

.cta.secondary {
  background-color: #0c78cf;
}

.cta.secondary:hover {
  border-color: #0c78cf;
  background-color: #ffffff;
  color: #0c78cf;
}

.cta.reverse {
  border-color: #0c78cf;
  color: #0c78cf;
}

.cta.reverse:hover {
  background-color: #0c78cf;
  color: #ffffff;
}

.bg-blue .cta.reverse,
.bg-red .cta.reverse,
.bg-dark-grey .cta.reverse,
.bg-teal .cta.reverse,
.bg-purple .cta.reverse,
.bg-green .cta.reverse {
  border-color: #ffffff;
  color: #ffffff;
}

.bg-blue .cta.reverse:hover,
.bg-red .cta.reverse:hover,
.bg-dark-grey .cta.reverse:hover,
.bg-teal .cta.reverse:hover,
.bg-purple .cta.reverse:hover,
.bg-green .cta.reverse:hover {
  background-color: #ffffff;
  color: #0c78cf;
}

.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.pagination li.active,
.pagination li a,
.pagination li.disabled {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-color: #0c78cf;
  border-width: 1px;
  border-left-width: 0;
  position: relative;
  display: block;
}

.pagination li.active {
  background-color: #0c78cf;
  color: #ffffff;
}

.pagination li a:hover {
  background-color: #fafafa;
}

.pagination li.active:first-child,
.pagination li.disabled:first-child,
.pagination li:first-child a {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
  border-left-width: 1px;
}

.pagination li:last-child a {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
  border-right-width: 1px;
}

@media (min-width: 768px) {
}
/* .multi-column--stories.multi-column--1 .multi-column__column{
  max-width: 75%;
  width: 75%;
}
.multi-column--stories.multi-column--2 .multi-column__column{

} */
.story {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.story .story__headshot {
  height: 0;
  width: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 9999px;
}

.story .story__headshot img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.story .story__quote-container {
  text-align: left;
  margin-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}

.story .story__quote-container .story__quote {
  font-family: Libre Baskerville, Garamond, Times New Roman, serif;
  margin-bottom: 1rem;
  position: relative;
}

.story .story__quote-container .story__quote:before {
  content: '“';
  font-family: "Times New Roman", serif;
  display: block;
  top: -1.5rem;
  left: -2.5rem;
  font-size: 4rem;
  color: #0c78cf;
  position: absolute;
}

.story .story__quote-container .story__quote {
  /* &:after{
        content: '”';
        font-family: "Times New Roman", serif;
        display: block;
        bottom: -3.5rem;
        right: -1rem;
        font-size: 4rem;
        @apply .text-blue .absolute;
      } */
}

.story .story__quote-container .story__citation {
  font-family: Roboto, Noto Sans, Arial, sans-serif;
  text-align: left;
  font-size: .875rem;
  margin-bottom: 2rem;
  opacity: .75;
}

.story .story__quote-container .story__citation strong {
  display: block;
}

.bg-blue .story .story__quote-container .story__quote:before,
.bg-purple .story .story__quote-container .story__quote:before,
.bg-teal .story .story__quote-container .story__quote:before,
.bg-dark-grey .story .story__quote-container .story__quote:before,
.bg-black .story .story__quote-container .story__quote:before {
  color: #ffffff;
}

.bg-blue .story .story__quote-container .story__quote,
.bg-purple .story .story__quote-container .story__quote,
.bg-teal .story .story__quote-container .story__quote,
.bg-dark-grey .story .story__quote-container .story__quote,
.bg-black .story .story__quote-container .story__quote {
  color: #ffffff;
}
/* @screen sm{
  .story{
    & .story__headshot{
      padding-bottom: 50%;
      @apply .w-1/2;
    }
  }
} */
@media (min-width: 768px) {
  .multi-column--stories .multi-column__column,
  .multi-column--stories.multi-column--3 .multi-column__column,
  .multi-column--stories.multi-column--4 .multi-column__column,
  .multi-column--stories.multi-column--5 .multi-column__column,
  .multi-column--stories.multi-column--6 .multi-column__column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .story .story__headshot {
    width: 10rem;
    padding-bottom: 10rem;
  }

  .multi-column--1 .multi-column__column {
    width: 80%;
    max-width: 80%;
  }

  .multi-column--1 .multi-column__column .story .story__headshot {
    padding-bottom: 20%;
    width: 20%;
  }

  .multi-column--1 .multi-column__column .story .story__quote-container {
    width: 80%;
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .multi-column--1 .multi-column__column .story .story__quote-container .story__quote {
    font-size: 1.5rem;
  }

  .multi-column--1 .multi-column__column .story .story__quote-container .story__quote:before {
    left: -2.5rem;
  }

  .multi-column--1 .multi-column__column .story .story__quote-container .story__quote:after {
    right: -2rem;
  }
}

.card {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 2rem;
  font-size: .875rem;
  border-radius: .25rem;
  background-color: #ffffff;
  overflow: hidden;
  color: #1f222a !important;
}

.card p {
  color: #1f222a !important;
}

.card .card__header {
  height: 12rem;
  align-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.card .card__header img {
  width: 100%;
}

.card .card__header.card__header--default {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.card .card__header.card__header--default div {
  opacity: .5;
}

.card .card__header.card__header--default div svg {
  fill: white;
  width: 50%;
}

.card .card__header.card__header--default div h4 {
  color: #ffffff;
}

.card .card__body {
  padding: 1rem;
  text-align: left;
}

.card small.card__collection-label {
  color: #1f222a;
  opacity: .5;
}

.card:after {
  content: attr(data-rollover);
  display: block;
  position: absolute;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  overflow: hidden;
  line-height: 0;
  color: rgba(255, 255, 255, 0);
}

.card:hover:after {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease;
}

.card--papers:after,
.card--papers .card__header--default,
.card--infographics:after,
.card--infographics .card__header--default,
.card--videos:after,
.card--videos .card__header--default,
.card--press:after,
.card--press .card__header--default,
.card--news:after,
.card--news .card__header--default,
.card--stories:after,
.card--stories .card__header--default {
  background-color: #07a1b6;
}

.card--virtual_events:after,
.card--virtual_events .card__header--default,
.card--live_events:after,
.card--live_events .card__header--default {
  background-color: #8360d4;
}

.card--quickmarks:after,
.card--quickmarks .card__header--default,
.card--rubrics:after,
.card--rubrics .card__header--default,
.card--lessons:after,
.card--lessons .card__header--default {
  background-color: #87ad10;
}

.card--blog:after,
.card--blog .card__header--default,
.card--podcast:after,
.card--podcast .card__header--default {
  background-color: #0c78cf;
}

.card--external_resource:after,
.card--external_resource .card__header--default {
  background-color: #07a1b6;
}

.card--press .card__teaser {
  display: none;
}

@media (min-width: 768px) {
  .card__body {
    height: 12rem;
  }
}

.banner--paper h1,
.banner--infographic h1,
.banner--video h1,
.banner--live-event h1,
.banner--virtual-event h1,
.banner--story h1,
.banner--quickmarks h1,
.banner--rubric h1,
.banner--podcast h1,
.banner--press h1 {
  line-height: 1.25;
  color: #ffffff;
}

.banner--paper h2,
.banner--infographic h2,
.banner--video h2,
.banner--live-event h2,
.banner--virtual-event h2,
.banner--story h2,
.banner--quickmarks h2,
.banner--rubric h2,
.banner--podcast h2,
.banner--press h2 {
  line-height: 1.25;
  color: #ffffff;
}

.banner--paper .subhead,
.banner--infographic .subhead,
.banner--video .subhead,
.banner--live-event .subhead,
.banner--virtual-event .subhead,
.banner--story .subhead,
.banner--quickmarks .subhead,
.banner--rubric .subhead,
.banner--podcast .subhead,
.banner--press .subhead {
  line-height: 1.25;
  color: #ffffff;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.banner--paper h1:before,
.banner--infographic h1:before,
.banner--video h1:before,
.banner--live-event h1:before,
.banner--virtual-event h1:before,
.banner--story h1:before,
.banner--quickmarks h1:before,
.banner--rubric h1:before,
.banner--podcast h1:before,
.banner--press h1:before {
  content: attr(data-collection);
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Roboto, Noto Sans, Arial, sans-serif;
  letter-spacing: 0.05em;
  opacity: .5;
}

.banner--paper,
.banner--infographic,
.banner--video {
  background-color: #0c78cf;
}

.banner--paper .banner__overlay,
.banner--infographic .banner__overlay,
.banner--video .banner__overlay {
  background-color: #0c78cf;
}

.banner--live-event,
.banner--virtual-event {
  background-color: #8360d4;
}

.banner--live-event .banner__overlay,
.banner--virtual-event .banner__overlay {
  background-color: #8360d4;
}

.show-form {
  cursor: pointer;
}

.banner--story,
.banner--press {
  background-color: #07a1b6;
}

.banner--story .banner__overlay,
.banner--press .banner__overlay {
  background-color: #07a1b6;
}

.banner--quickmarks,
.banner--rubric {
  background-color: #87ad10;
}

.banner--quickmarks .banner__overlay,
.banner--rubric .banner__overlay {
  background-color: #87ad10;
}

.entry {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.entry .entry__header {
  margin-bottom: 0.75rem;
}

.entry .entry__header h2,
.entry .entry__header h3,
.entry .entry__header h5,
.entry .entry__header .subhead {
  margin-bottom: 0;
}

.entry .entry__meta {
  font-family: Roboto, Noto Sans, Arial, sans-serif;
  color: #646976;
  font-size: .875rem;
  margin-bottom: 0.75rem;
  width: 100%;
  padding-right: 1rem;
}

.entry .entry__meta a.tag {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #fafafa;
  margin-right: 0.25rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.entry .entry__meta .entry__date {
  margin-bottom: 0.5rem;
}

.entry .entry__meta .entry__authors,
.entry .entry__meta .entry__tags {
  margin-bottom: 1rem;
}

.entry .entry__body .entry__intro,
.entry .entry__body .entry__subject {
  font-size: 1.125rem;
  border-bottom-width: 1px;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.entry .entry__body .entry__content {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 1px;
}

.entry .entry__body figure {
  text-align: center;
}

.entry .entry__body .entry__ctas {
  text-align: center;
}

.entry .entry__body .entry__media audio {
  display: block;
  width: 100%;
}

.entry .entry__body .entry__headshot {
  width: 8rem;
  margin-bottom: 1rem;
  position: relative;
}

.entry .entry__body .entry__headshot div {
  position: relative;
  width: 100%;
  height: 0px;
  border-radius: 9999px;
  padding-bottom: 100%;
  overflow: hidden;
}

.entry .entry__body .entry__headshot div img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.entry .entry__body .entry__institution-icon {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right-width: 1px;
}

.entry .entry__body p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  width: 100%;
}

.entry .entry__body .license {
  margin-top: 2rem;
}

.entry .entry__body .license small {
  color: #646976;
  font-style: italic;
}

.entry .entry__body .entry__cta-block {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.entry--preview .entry--preview__icon {
  background-color: #0c78cf;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.entry--preview .entry--preview__icon div {
  text-align: center;
}

.entry--preview .entry--preview__icon div svg {
  fill: white;
  width: 33.33333%;
  opacity: .5;
}

.rubric-table td,
.qm-table td {
  font-size: .875rem;
  vertical-align: top;
}

.content-block.entry.entry--featured .entry__header-container {
  background-color: #0c78cf;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.content-block.entry.entry--featured .entry__header-container .banner-image {
  position: absolute;
  top: 0;
}

.content-block.entry.entry--featured {
  padding-top: 0;
}

.content-block.entry.entry--featured .entry__header {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 50;
  color: #ffffff;
  position: relative;
}

.content-block.entry.entry--featured .entry__header h2 {
  margin-bottom: 0.75rem;
  line-height: 1.1;
}

.content-block.entry.entry--featured .entry__body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pardot-form {
  margin-top: 1rem;
  display: none;
}

blockquote {
  text-align: left;
  font-size: 1.75rem;
  font-family: Libre Baskerville, Garamond, Times New Roman, serif;
  margin-bottom: 1rem;
  position: relative;
  color: #000000;
  line-height: 1.25;
}

figure {
  font-family: Roboto, Noto Sans, Arial, sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figure img {
  margin-bottom: 0.5rem;
}

figure {
  /* & blockquote{
    @apply .text-left .text-3xl .font-sans .mb-4 .relative .text-blue .leading-tight;
  } */
}

figure figcaption {
  font-size: .875rem;
  color: #646976;
  font-style: italic;
}

.readmore {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .entry .entry__text-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .entry .entry__text-block blockquote {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .entry .entry__body {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .entry .entry__body .entry__subject {
    flex-wrap: nowrap;
    align-items: center;
  }

  .entry .entry__body .entry__subject .entry__headshot {
    width: 20%;
    padding-right: 1rem;
  }

  .entry .entry__body .entry__subject .entry__subject-title {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .entry--page {
    flex-wrap: nowrap;
  }

  .entry--page .entry__meta {
    width: 33.33333%;
  }

  .entry--page .entry__body {
  }
}

figure.half_left {
}

.home {
  background-color: #ffffff;
}

.home .banner--home {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home .pull-up {
    margin-top: 0;
  }

  .home h2 {
    margin-bottom: 0;
    font-weight: 500;
  }

  .home .content-block--scene + .content-block--scene {
    margin-top: -5rem;
  }
}

header.blog nav {
  padding: 0.75rem;
}

header.blog nav div {
  align-items: center;
}

header.blog .logo--blog svg {
  width: 6rem;
}

header.blog input.search {
  border-width: 1px;
  overflow: hidden;
}

header.blog input.search:focus {
  border-color: #0c78cf;
}

header.blog .back-link {
  margin-left: 0.75rem;
}

.banner--blog .banner__container {
  color: #ffffff;
}

.banner--blog .banner__container .subhead {
  margin-left: 0;
  margin-right: 0;
}

.map-wrapper {
  width: 100%;
  height: 8rem;
  position: relative;
}

.map-wrapper .map__overlay {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.map-wrapper .container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: none;
}

.map-wrapper .container .location-title {
  z-index: 20;
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.map-wrapper .container .location-title h2 {
  margin-bottom: 0;
}

.map-wrapper #map {
  width: 100%;
  height: 8rem;
  position: relative;
}

.live-event,
.virtual-event {
  text-align: left;
}

.schedule {
  margin-top: 2rem;
  border-top-width: 1px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.schedule .schedule__day {
  border-width: 1px;
  border-color: #f194e4;
  margin-bottom: 2rem;
}

.schedule .schedule__day .schedule__day__header {
  background-color: #8360d4;
  color: #ffffff;
  padding: 1rem;
}

.schedule .schedule__event {
  border-bottom-width: 1px;
  border-color: #f194e4;
}

.schedule .schedule__event:last-child {
  border-bottom-width: 0;
}

.schedule .event__header {
  border-bottom-width: 1px;
  padding: 1rem;
  background-color: #fafafa;
  padding-bottom: 0;
}

.schedule .event__body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule .event__form {
  padding: 1rem;
  border-top-width: 1px;
  width: 100%;
}

.schedule .event__form .show-form {
  cursor: pointer;
}

.schedule .event__form .pardot-form {
  margin-top: 1rem;
  display: none;
}

.event__description {
  width: 100%;
  padding: 1rem;
  border-bottom-width: 1px;
}

.event__description:last-child {
  margin-bottom: 0;
}

.event__presenters {
  width: 100%;
}

.event__presenters .event__presenter {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: .875rem;
  line-height: 1.25;
  align-items: center;
  align-content: center;
  padding: 1rem;
  width: 100%;
}

.event__presenters .event__presenter .event__presenter__name {
  font-weight: 500;
  font-size: 1rem;
}

.event__presenters .event__presenter .event__presenter__headshot {
  width: 6rem;
  margin-right: 1rem;
  position: relative;
  flex: none;
}

.event__presenters .event__presenter .event__presenter__headshot div {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
}

.event__presenters .event__presenter .event__presenter__headshot img {
  width: 100%;
  border-width: 1px;
  border-color: #0c78cf;
  border-radius: 9999px;
  position: absolute;
}

.event__presenters .event__presenter + .event__presenter {
  padding-top: 0;
}

.virtual-event--webinar .event__presenters {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-left: none;
}

@media (min-width: 768px) {
  .live-event,
  .virtual-event {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .event__body {
    flex-wrap: nowrap;
  }

  .event__presenters {
    border-left-width: 1px;
  }

  .event__presenters .event__presenter {
    align-items: center;
  }

  .virtual-event--webinar .event__presenter {
    width: 50%;
  }

  .event__description,
  .event__presenters {
    width: 50%;
  }

  .event__description {
    padding-right: 1rem;
    border-style: none;
  }
}

header.podcast {
  background: #197abf;
}

header.podcast nav {
  padding: 0.75rem;
  background: #197abf;
}

header.podcast nav div {
  background: #197abf;
  align-items: center;
}

header.podcast .logo--podcast img {
  width: 12rem;
}

header.podcast input.search {
  border-width: 1px;
  overflow: hidden;
}

header.podcast input.search:focus {
  border-color: #0c78cf;
}

header.podcast .back-link a {
  margin-left: 0.75rem;
  color: #ffffff;
}

.banner--blog .banner__container {
}

@media (min-width: 992px) {
  header.podcast .logo--podcast img {
    width: 16rem;
  }
}

.search-results-list {
  margin-bottom: 3rem;
}

.search.giant {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  margin-right: 1rem;
}

.search-result {
  list-style: none;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 40rem;
  margin-bottom: 2rem;
}

.search-result .collection-label {
  opacity: .5;
  display: block;
}

.search-result a {
  font-size: 1.125rem;
  font-weight: 500;
}

.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Roboto,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: .5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.appearance-none {
  appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-blue {
  background-color: #0c78cf;
}

.bg-red {
  background-color: #ec0000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dark-grey {
  background-color: #1f222a;
}

.bg-medium-grey {
  background-color: #c8cace;
}

.bg-light-grey {
  background-color: #fafafa;
}

.bg-black {
  background-color: #1f222a;
}

.bg-teal {
  background-color: #07a1b6;
}

.bg-purple {
  background-color: #8360d4;
}

.bg-green {
  background-color: #87ad10;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: #1f222a;
}

.border-white {
  border-color: #ffffff;
}

.border-brand-primary {
  border-color: #0c78cf;
}

.border-brand-secondary {
  border-color: #ec0000;
}

.border-grey-7 {
  border-color: #3d4454;
}

.border-grey-6 {
  border-color: #646976;
}

.border-grey-5 {
  border-color: #8a8e97;
}

.border-grey-4 {
  border-color: #a9acb3;
}

.border-grey-3 {
  border-color: #c8cace;
}

.border-grey-2 {
  border-color: #dedfe2;
}

.border-grey-1 {
  border-color: #eeeff1;
}

.border-red-6 {
  border-color: #b70404;
}

.border-red-5 {
  border-color: #ec0000;
}

.border-red-4 {
  border-color: #f44d4d;
}

.border-red-3 {
  border-color: #fc9a9a;
}

.border-red-2 {
  border-color: #fdd9d7;
}

.border-red-1 {
  border-color: #fef0ef;
}

.border-orange-6 {
  border-color: #e27600;
}

.border-orange-5 {
  border-color: #f18700;
}

.border-orange-4 {
  border-color: #ff9800;
}

.border-orange-3 {
  border-color: #fcbe7a;
}

.border-orange-2 {
  border-color: #fde0c3;
}

.border-orange-1 {
  border-color: #fef3e7;
}

.border-yellow-6 {
  border-color: #fbc02d;
}

.border-yellow-5 {
  border-color: #fed42a;
}

.border-yellow-4 {
  border-color: #ffe229;
}

.border-yellow-3 {
  border-color: #ffee83;
}

.border-yellow-2 {
  border-color: #fff7c7;
}

.border-yellow-1 {
  border-color: #fffded;
}

.border-green-6 {
  border-color: #278829;
}

.border-green-5 {
  border-color: #389e3d;
}

.border-green-4 {
  border-color: #34b33a;
}

.border-green-3 {
  border-color: #9bdba0;
}

.border-green-2 {
  border-color: #c4eac8;
}

.border-green-1 {
  border-color: #e7f7e9;
}

.border-lime-6 {
  border-color: #5c8200;
}

.border-lime-5 {
  border-color: #87ad10;
}

.border-lime-4 {
  border-color: #b4db14;
}

.border-lime-3 {
  border-color: #cfe660;
}

.border-lime-2 {
  border-color: #eaf0ac;
}

.border-lime-1 {
  border-color: #f7f9de;
}

.border-teal-6 {
  border-color: #008097;
}

.border-teal-5 {
  border-color: #07a1b6;
}

.border-teal-4 {
  border-color: #08b9d0;
}

.border-teal-3 {
  border-color: #72d7e4;
}

.border-teal-2 {
  border-color: #d3f4f8;
}

.border-teal-1 {
  border-color: #edfbfc;
}

.border-blue-10 {
  border-color: #003766;
}

.border-blue-9 {
  border-color: #004a87;
}

.border-blue-8 {
  border-color: #0c62a9;
}

.border-blue-7 {
  border-color: #0c78cf;
}

.border-blue-6 {
  border-color: #2e8edb;
}

.border-blue-5 {
  border-color: #52aaf1;
}

.border-blue-4 {
  border-color: #6dbeff;
}

.border-blue-3 {
  border-color: #97d1ff;
}

.border-blue-2 {
  border-color: #c0e3ff;
}

.border-blue-1 {
  border-color: #e2f1fe;
}

.border-indigo-6 {
  border-color: #5744aa;
}

.border-indigo-5 {
  border-color: #8360d4;
}

.border-indigo-4 {
  border-color: #9e82e9;
}

.border-indigo-3 {
  border-color: #bdabf4;
}

.border-indigo-2 {
  border-color: #e0d7fa;
}

.border-indigo-1 {
  border-color: #f3effd;
}

.border-purple-6 {
  border-color: #962084;
}

.border-purple-5 {
  border-color: #c32aac;
}

.border-purple-4 {
  border-color: #e452ce;
}

.border-purple-3 {
  border-color: #f194e4;
}

.border-purple-2 {
  border-color: #fdd5f9;
}

.border-purple-1 {
  border-color: #feeefd;
}

.border-pink-6 {
  border-color: #e11973;
}

.border-pink-5 {
  border-color: #f9197f;
}

.border-pink-4 {
  border-color: #f965a8;
}

.border-pink-3 {
  border-color: #f99ec7;
}

.border-pink-2 {
  border-color: #f9d7e6;
}

.border-pink-1 {
  border-color: #fdeff5;
}

.rounded {
  border-radius: .25rem;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-none {
  border-radius: 0;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-sm {
  border-top-left-radius: .125rem;
  border-top-right-radius: .125rem;
}

.rounded-r-sm {
  border-top-right-radius: .125rem;
  border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
  border-bottom-right-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
  border-top-left-radius: .125rem;
  border-bottom-left-radius: .125rem;
}

.rounded-t-lg {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.rounded-r-lg {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem;
}

.rounded-tl-lg {
  border-top-left-radius: .5rem;
}

.rounded-tr-lg {
  border-top-right-radius: .5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-initial {
  flex: initial;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: Roboto, Noto Sans, Arial, sans-serif;
}

.font-slab {
  font-family: Roboto slab, Noto Serif, Arial, serif;
}

.font-serif {
  font-family: Libre Baskerville, Garamond, Times New Roman, serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 500;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.4;
}

.leading-loose {
  line-height: 1.6;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-px {
  margin: 1px;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-px {
  margin-top: 1px;
}

.mr-px {
  margin-right: 1px;
}

.mb-px {
  margin-bottom: 1px;
}

.ml-px {
  margin-left: 1px;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.max-h-50 {
  max-height: 50vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-50 {
  min-height: 50vh;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.overflow-y-scroll {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.shadow {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.20);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-none {
  box-shadow: none;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-default {
  color: #1f222a;
}

.text-blue {
  color: #0c78cf;
}

.text-red {
  color: #ec0000;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #646976;
}

.text-black {
  color: #000000;
}

.text-base {
  font-size: 1rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-md {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.75rem;
}

.text-4xl {
  font-size: 2.45rem;
}

.text-5xl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

svg#sprites {
  display: none;
}

svg {
  max-width: 100%;
}

/*# sourceMappingURL=turnitin.css.map */
