/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/**
 * 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.
 */
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * Correct the padding in Firefox.
 */
/**
 * 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.
 */
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/*
 * Add the correct display in all browsers.
 */
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/**
 * Add the correct display in IE 10.
 */
* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #f4fbfb;
  color: #0c0c0c;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.0166573rem;
  line-height: 1.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 60rem) {
  body {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

@media (min-width: 60rem) {
  .container {
    padding: 3rem;
  }
}

.page-header .container {
  align-items: center;
  display: flex;
}

.featured-case-study .container {
  background: #0c0c0c;
  color: #fff;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 2rem;
  padding-top: 3rem;
}

@media (max-width: calc(48rem - 1px)) {
  .featured-case-study .container {
    padding-right: 2rem;
  }
}

@media (min-width: 48rem) and (max-width: calc(68.75rem - 1px)) {
  .featured-case-study .container {
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 68.75rem) {
  .featured-case-study .container {
    display: flex;
    gap: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: calc(80rem + 1px)) {
  .featured-case-study .container {
    border-radius: 1rem;
  }
}

.articles .container {
  color: red;
  position: relative;
  z-index: 1;
}

footer .container {
  padding-bottom: 0;
  padding-top: 0;
}

.content-wrapper {
  max-width: 50rem;
}

.image-wrapper {
  max-width: 60rem;
}

@media (min-width: 60rem) {
  .image-wrapper.inline {
    display: flex;
  }
}

.image-wrapper.inline img {
  margin-bottom: 2rem;
  max-width: 100%;
}

@media (min-width: 40rem) {
  .image-wrapper.inline img {
    max-width: 25rem;
  }
}

@media (min-width: 60rem) {
  .image-wrapper.inline img {
    margin-bottom: 0;
    max-width: calc(50% - 1rem);
  }
}

@media (min-width: 60rem) {
  .image-wrapper.inline img:not(:last-child) {
    margin-right: 2rem;
  }
}

.image-wrapper:not(.inline) img:not(:last-child) {
  margin-bottom: 2rem;
}

.image-wrapper:not(:last-child) {
  margin-bottom: 3rem;
}

.image-wrapper-border img {
  border: 1px solid #e1e2e5;
  border-radius: 0.5rem;
}

.flex-container {
  display: flex;
}

.mar-b-3 {
  margin-bottom: 3rem;
}

.mar-b-2 {
  margin-bottom: 2rem;
}

img {
  display: block;
  max-width: 100%;
}

b,
strong {
  font-weight: 600;
}

.button {
  outline: 3px dashed red;
}

.page-header a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 60rem) {
  .page-header a {
    font-size: 1.125rem;
  }
}

.page-header a:hover {
  text-decoration: underline;
}

.page-header nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.page-header nav a {
  display: inline-flex;
}

.page-header nav a:not(:first-child) {
  margin-left: 1rem;
}

@media (min-width: 40rem) {
  .page-header nav a:not(:first-child) {
    margin-left: 1.5rem;
  }
}

footer {
  padding-bottom: 2rem;
  padding-top: 3rem;
}

@media (min-width: 60rem) {
  footer {
    padding-bottom: 3rem;
    padding-top: 4rem;
  }
}

.featured-case-study__description {
  padding-bottom: 3rem;
}

@media (min-width: 48rem) {
  .featured-case-study__description {
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
    padding-right: 2rem;
    width: 50%;
  }
}

@media (min-width: 68.75rem) {
  .featured-case-study__description {
    padding-right: 0;
    padding-bottom: 2rem;
    width: 40%;
  }
}

@media (min-width: calc(80rem + 1px)) {
  .featured-case-study__description {
    padding-bottom: 3rem;
  }
}

.featured-case-study__image {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.featured-case-study__image img {
  display: none;
}

@media (max-width: calc(48rem - 1px)) {
  .featured-case-study__image img {
    display: block;
  }
}

@media (min-width: 68.75rem) {
  .featured-case-study__image img {
    display: block;
  }
}

@media (min-width: 48rem) {
  .featured-case-study__image {
    width: 50%;
  }
}

@media (min-width: 48rem) and (max-width: calc(68.75rem - 1px)) {
  .featured-case-study__image {
    position: absolute;
    top: 3rem;
    right: -2rem;
    height: calc(100% - 3rem);
    background: url("/images/work/sabre-spark/spark-website.jpg") no-repeat top left;
    background-size: cover;
    border-top-right-radius: 0;
  }
}

@media (min-width: 68.75rem) {
  .featured-case-study__image {
    position: relative;
    top: auto;
    right: auto;
    width: 60%;
  }
}

.articles-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  margin-bottom: 3rem;
}

.article {
  display: flex;
  flex-direction: column;
}

.article__date {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.article__title {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.article__summary {
  flex: 1;
}

.works:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.works .flex-container {
  flex-direction: column;
}

@media (min-width: 55rem) {
  .works .flex-container {
    flex-direction: row;
  }
}

.works__description {
  flex: 1;
  order: 2;
}

@media (min-width: 55rem) {
  .works__description {
    order: 1;
  }
}

.works__imagery {
  flex: 1;
  margin-bottom: 2rem;
  order: 1;
}

@media (min-width: 55rem) {
  .works__imagery {
    display: flex;
    flex: 2;
    justify-content: center;
    margin-bottom: 0;
    order: 2;
    padding-left: 2rem;
  }
}

.works__imagery img {
  border-radius: 0.5rem;
}

.conference-roundup .works__imagery img {
  max-height: 450px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Abril Fatface', Georgia, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 3rem;
}

@media (min-width: 40rem) {
  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 60rem) {
  h1 {
    font-size: 5rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}

@media (min-width: 60rem) {
  h2 {
    font-size: 2.5rem;
  }
}

.featured-case-study__description h2 span {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (min-width: 60rem) {
  .featured-case-study__description h2 span {
    font-size: 1.25rem;
  }
}

.larger-heading {
  font-size: 2rem !important;
  font-weight: 500;
}

@media (min-width: 60rem) {
  .larger-heading {
    font-size: 2.5rem !important;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.smaller-heading {
  font-size: 1.75rem !important;
  font-weight: 500;
}

p {
  margin-bottom: 2rem;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

p.large {
  font-size: 1.25rem;
  letter-spacing: -0.0194923rem;
  line-height: 2rem;
}

@media (min-width: 60rem) {
  p.large {
    font-size: 1.5rem;
  }
}

p.call-out {
  background-color: rgba(255, 200, 87, 0.75);
  border-radius: 0.5rem;
  padding: 1rem;
}

footer p {
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 60rem) {
  footer p {
    font-size: 0.875rem;
  }
}

ul,
ol {
  margin: 0 0 0 2rem;
  padding: 0;
}

.conferences {
  list-style: none;
  margin-left: 0;
}

.conferences li {
  line-height: 1;
}

.conferences li:not(:first-child) {
  padding-top: 1rem;
}

.conferences li:not(:last-child) {
  padding-bottom: 1rem;
}

.conferences span {
  display: block;
}

.conferences__name, .conferences__year {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.conferences__name, .conferences__title {
  margin-bottom: 0.5rem;
}

.conferences__title {
  font-weight: 500;
}

.conferences + p {
  margin-top: 3rem;
}

a {
  color: #0c0c0c;
  text-decoration: underline;
}

a:hover {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

a:focus, a:hover:focus {
  outline: 3px dotted;
  text-decoration: none;
}

.featured-case-study a {
  color: #fff;
}

.featured-case-study__description a,
.articles-grid + a,
.works__description a {
  border-radius: 3rem;
  border: 2px solid #0c0c0c;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.featured-case-study__description a {
  border-color: #fff;
  color: #fff;
}

.component-lib-highlight {
  background: linear-gradient(45deg, #003543, #002530);
  position: relative;
}

.component-lib-highlight__blurb {
  color: #fff;
  width: 100%;
}

@media (min-width: 48rem) {
  .component-lib-highlight__blurb {
    width: 60%;
  }
}

@media (min-width: 54rem) {
  .component-lib-highlight__blurb {
    width: 55%;
  }
}

@media (min-width: 68.75rem) {
  .component-lib-highlight__blurb {
    padding-right: 2rem;
    width: 45%;
  }
}

.component-lib-highlight__graphic {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 2rem);
  background: url("/images/work/sabre-spark/components.png") no-repeat rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-color: #f6f6f7;
  height: 100%;
  border-top: 1px solid #e1e2e5;
  border-bottom: 1px solid #e1e2e5;
}

@media (min-width: 48rem) {
  .component-lib-highlight__graphic {
    display: block;
    width: calc(40% - 2rem);
  }
}

@media (min-width: 54rem) {
  .component-lib-highlight__graphic {
    width: calc(45% - 2rem);
  }
}

@media (min-width: 68.75rem) {
  .component-lib-highlight__graphic {
    width: calc(55% - 2rem);
  }
}
