/*.uk-navbar-nav {
  display: none;
}*/

body {
 -webkit-font-smoothing: antialiased;
}

h1:not(.case-headerwrap *), .uk-h1:not(.case-headerwrap *) {
  font-family: 'Messer Condensed', serif;
}


h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge {
 color: inherit;
 line-height: 115%;
}

h3 strong, .uk-h3 strong, h4 strong, .uk-h4 strong, h5 strong, .uk-h5 strong, h6 strong, .uk-h6 strong, .uk-heading-small strong, .uk-heading-medium strong {
 font-weight: 500;
}

.inline-pill-list ul,
.help-pill-list ul {
    display: inline;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inline-pill-list ul li,
.help-pill-list ul li {
    display: inline-block;
    border: 1px solid;
    font-size: 0.75em;
    padding: 0.25em 0.75em;
    margin: 0 0.5em 0.75em 0;
    border-radius: 5em;
}


.help-pill-list ul li {
   padding: 0;
   border: 0;
}

.help-pill-list ul li a {
    display: block;
    border-radius: 5em;
    text-align: top;
    background: #fff;
    overflow-x: hidden;
}

.help-pill-list ul li a::before {
    content: "What do you mean by: ";
    white-space: nowrap;
    text-indent: 2em;
    display: inline-block;
    background: #ccc;
    width: 2em;
    height: auto;
    padding: 0.25em 0;
    border-radius: 5em;    
}

.help-pill-list ul li a span {
    display: inline-block;
    background: #fff;
    padding: 0.25em 0.75em;
    border-radius: 5em;
}

.help-pill-list ul li.pill-icon--considerate a:hover::before {
  background: linear-gradient(57deg,#c8ea8a,#6f7883,#33e9ec,#5c10b1);
  background-size: 240% 240%;
  animation: gradient-animation 2s ease infinite;
}
.help-pill-list ul li.pill-icon--impact a:hover::before {
  background: linear-gradient(57deg,#c8ea8a,#6f7883,#33e9ec,#5c10b1);
  background-size: 240% 240%;
  animation: gradient-animation 2s ease infinite;
}
.help-pill-list ul li.pill-icon--strategic a:hover::before {
  background: linear-gradient(57deg,#c8ea8a,#6f7883,#33e9ec,#5c10b1);
  background-size: 240% 240%;
  animation: gradient-animation 2s ease infinite;
}


@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.service-teaser-card {
    border-radius: 4px;
}

/* https://stackoverflow.com/questions/61888002/how-to-avoid-css-grid-stretching-rows */

.service-teaser-card .uk-card-body {  
  display: grid; 
  grid-template-columns: 0.25fr 1.75fr; 
  grid-template-rows: auto 1fr;
  grid-auto-flow: dense;
  gap: 0px 0px; 
}

.service-teaser-card .uk-card-body .number-box {
    grid-row: span 2;
    line-height: 0.6;
}

.service-teaser-card .uk-card-body > h3 {
    grid-column: 2;
    margin-bottom: 0.25em;
}

.service-teaser-card .uk-card-body > p {
    margin-top: 0;
    min-height: 3em;
}

.large-number {
    font-size: 4em;
    margin: 0;
    font-family: 'Messer Condensed', serif;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

.case-teaser {
}

.case-teaser-text {
    padding-top: 0.75em;
}

.case-subject {
    font-weight: normal;
    margin-bottom: 0.25em;
}

.case-title {
    line-height: 110%;
    margin-top: 0;
    font-weight: 500;
}

@media (min-width: 640px) {

    .large-number {
        font-size: 6em;
        padding-left: 0.25em;
    }
    
    [class*='uk-modal-close-'],
    .uk-offcanvas-close {
    top: 35px;
    right: 45px;
    }
    
    .uk-navbar-right .uk-icon {
    background-color: tomato;
    display: block;
    padding: 1em 0.5em;
    }

}

@media (max-width: 639px) {
 .uk-text-large,
 .uk-text-lead
  {
     font-size: 24px;
 }
}


.case-headerwrap {
    background: linear-gradient(
        to right,
        #101010 0%,
        #101010 50%,
        #050094 50%,
        #050094 100%
    );  
}

.case-quote-box {
    background: linear-gradient(
        to right,
        #101010 0%,
        #101010 66%,
        #050094 66%,
        #050094 100%
    );  
}

.case-quote-box blockquote {
    font-style: normal;
    font-family: 'Staff Grotesk', sans-serif;
    border-left: 0 !important;
    padding-left: 0;
}

.case-ponder-moment {
    background: linear-gradient(
        to bottom,
        #efefef 0%,
        #efefef 25%,
        #050094 25%,
        #050094 100%
    );  
    color: #ffffff;
}

.case-collage-section {
    background: linear-gradient(
        to bottom,
        #efefef 0%,
        #efefef 50%,
        #101010 50%,
        #101010 100%
    );  
}


@media (max-width: 639px) {
  .case-headerwrap {
    background: linear-gradient(
        to bottom,
        #101010 0%,
        #101010 50%,
        #FF8761 50%,
        #FF8761 100%
    );  
  }
  .case-headerwrap header {
    padding-bottom: 100vh !important;
  }
  .case-collage-section {
    background: linear-gradient(
        to bottom,
        #efefef 0%,
        #efefef 33%,
        #101010 33%,
        #101010 100%
    );  
}
}

.uk-text-lead:not(.case-headerwrap *) {
    font-family: 'Staff Grotesk', sans-serif;
    font-style: normal;
    max-width: 30em;
}

.case-headerwrap header h1 {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .2px;
  margin-bottom: 1rem;
}

.case-headerwrap header hr {
  display: none;
}

.case-headerwrap header .uk-text-lead {
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: .76px;
  line-height: 1;
}

@media (min-width: 640px) {
  .case-headerwrap header h1, .case-headerwrap header .uk-text-lead {
    max-width: 50%;
  }
  .case-headerwrap header h1 {
    font-size: 1rem;
  }
  .case-headerwrap header .uk-text-lead {
    font-size: 4rem;
  }
}

.case-meta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}

figcaption {
  font-style: normal;
  color: #5D5D5D;
  padding-top: 1rem;
}