

  

  
  
  
  
  
  
  /* 1a. Containers */
  
  
  
  
  /* 1b. Colors */
  
  
  
  
  
  /* 1c. Typography */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* 1d. Buttons */
  
  
  
  
  
  
  
  
  
  /* 1e. Forms */
  
  
  
  
  
  
  
  
  
  /* 1f. Tables */
  
  
  
  
  
  
  
  
  
  
  
  /* 1g. Site header */
  
  
  
  
  
  /* 1h. Site footer */
  
  
  


  
  :root {
    --font-family: 'Manrope', sans-serif;
    --primary-base: #0C63E0;
    --primary-400: #347DE5;
    --primary-600: #0A52BB;
    --primary-700: #0045c2;
    --secondary-blue: #CEE0F9;
    --secondary-yellow: #FDFDCE;
    --secondary-gray: #E2E3EE;
    --secondary-green: #DEF5F4;
    --text-base: #1B1B1B;
    --text-light: #7F8C8D;
    --white: #ffffff;
    --background-base: #F6F9FE;
    --background-600: #F1F6FD;
    --box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.07);
    --border-color: #E6E6E6;
    --transition: all 200ms ease;
  }
  
  
  
  
  
  .content-wrapper {
    max-width: 1240px;
  }
  
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 60px 20px;
  }
  
  .dnd-section > .row-fluid {
    max-width: 1240px;
  }
  
  
  
  
  
  html {
    font-size: 15px;
  }
  
  body {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #7f8c8d;
  }
  
  /* Paragraphs */
  
  p {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  }
  
  /* Anchors */
  
  a {
    color: #0C63E0;
  }
  
  a:hover,
  a:focus {
    color: #003bb8;
  }
  
  a:active {
    color: #348bff;
  }
  
  ::selection {
    color: #fff;
    background-color: #1b1b1b;
  }
  
  /* Headings */
  
  h1 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 54px;
  }
  
  h2 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 42px;
  }
  
  h3 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 32px;
  }
  
  h4 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 26px;
  }
  
  h5 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 22px;
  }
  
  h6 {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
    font-size: 16px;
  }
  
  @media (max-width: 767px) {
    h1 {
      font-size: calc(54px * 0.8);
    }
    h2 {
      font-size: calc(42px * 0.8);
    }
    h3 {
      font-size: calc(32px * 0.8);
    }
  }
  
  .title-subtitle {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #0C63E0;
  }
  
  hr:not(:first-child) {
    color: #0C63E0;
    background-color: #0C63E0;
  }
  
  /* Blockquote */
  
  blockquote {
    border-left-color: #F2F2F2;
  }
  
  
  
  
  
  button,
  .button {
    background-color: 

  
  
    
  


  rgba(12, 99, 224, 1.0)

;
    border: 1px solid #0C63E0;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 13px 30px;
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    font-family: Manrope, sans-serif;
  }
  
  .header__column button,
  .header__column .button {
    padding: calc(13px * 0.7) calc(30px * 0.9);
  }
  
  button:hover,
  button:focus,
  .button:hover,
  .button:focus {
    background-color: rgba(0, 69, 194, 1.0);
    border-color: #0045c2;
    color: #FFFFFF;
  }
  
  button.bg-true,
  .button.bg-true {
    background-color: 

  
  
    
  


  rgba(0, 195, 137, 1.0)

;
    border: 1px solid #00c389;
  }
  
  button.bg-true:hover,
  button.bg-true:focus,
  .button.bg-true:hover,
  .button.bg-true:focus {
    background-color: rgba(0, 165, 107, 1.0);
    border-color: #00a56b;
    color: #FFFFFF;
  }
  
  button:active,
  .button:active {
    background-color: rgba(52, 139, 255, 1.0);
    border-color: #348bff;
    color: #FFFFFF;
  }
  
  
  
  
  
  form,
  .submitted-message {
    font-family: Inter, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  }
  
  /* Form title */
  
  .form-title {
    color: #1b1b1b;
    font-size: 26px
  }
  
  /* Form label */
  
  form label {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #aaaaaa;
    font-family: Manrope, sans-serif;
  }
  
  /* Form help text */
  
  form legend {
    color: #7f8c8d;
  }
  
  /* Form inputs */
  
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    border-color: #eeeeee;
    color: #1b1b1b;
  }
  
  form input[type=text]:focus,
  form input[type=email]:focus,
  form input[type=password]:focus,
  form input[type=tel]:focus,
  form input[type=number]:focus,
  form input[type=file]:focus,
  form select:focus,
  form textarea:focus {
    border-color: #0C63E0;
  }
  
  form .hs-button {
    font-family: Manrope, sans-serif;
  }
  
  /* Form placeholder text */
  
  ::-webkit-input-placeholder {
    color: #7f8c8d;
  }
  
  ::-webkit-input-placeholder,
  ::-moz-placeholder,
  :-ms-input-placeholder,
  :-moz-placeholder,
  ::placeholder,
  .hs-fieldtype-date .input .hs-dateinput:before {
    color: #7f8c8d;
  }
  
  /* Date picker */
  
  .fn-date-picker td.is-selected .pika-button {
    background: #0C63E0;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #0C63E0 !important;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #0C63E0;
  }
  
  /* Submit button */
  
  form input[type=submit],
  form .hs-button {
    background-color: 

  
  
    
  


  rgba(12, 99, 224, 1.0)

;
    border: 1px solid #0C63E0;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 13px 30px;
  }
  
  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: rgba(0, 59, 184, 1.0);
    border-color: #003bb8;
    color: #FFFFFF;
  }
  
  form input[type=submit]:active,
  form .hs-button:active {
    background-color: rgba(52, 139, 255, 1.0);
    border-color: #348bff;
    color: #FFFFFF;
  }
  
  
  
  
  
  table {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: #7f8c8d;
  }
  
  th,
  td {
    border-color: #7f8c8d;
    color: #7f8c8d;
  }
  
  thead th,
  thead td {
    background-color: 

  
  
    
  


  rgba(12, 99, 224, 1.0)

;
    border-bottom-color: #7f8c8d;
    color: #FFFFFF;
  }
  
  tfoot td {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    color: #7f8c8d;
  }
  
  
  
  
  
  #preloader_preload {
    background-color: #0C63E0;
  }
  
  .header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-bottom-color: 

  
  
    
  


  rgba(239, 239, 239, 1.0)

;
  }
  
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: #666666;
    font-family: Manrope, sans-serif;
  }
  
  body .navigation-primary .submenu .submenu .menu-item .menu-link {
    color: #7f8c8d;
  }
  
  body .navigation-primary .submenu .submenu .menu-item:hover .menu-link {
    color: #1b1b1b;
  }
  
  .header__language-switcher--label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Manrope, sans-serif;
    color: #666666;
  }
  
  body .navigation-primary a:hover,
  body .navigation-primary a:focus,
  .header__language-switcher--label-current:hover,
  .header__language-switcher--label-current:focus,
  .header__language-switcher .lang_list_class li:hover a,
  .header__language-switcher .lang_list_class li a:focus {
    color: #3e3e3e;
  }
  
  body .navigation-primary a:active,
  .header__language-switcher--label-current:active,
  .header__language-switcher .lang_list_class li a:active {
    color: #8e8e8e;
  }
  
  body .navigation-primary .submenu.level-1 > li > a:after {
    background-color: #0C63E0;
  }
  
  .header__language-switcher .lang_list_class.first-active::after {
    border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: Manrope, sans-serif;
  }
  
  .header__language-switcher .lang_list_class li:hover {
    background-color: #0C63E0;
  }
  
  @media(max-width: 767px) {
    .header__navigation {
      background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    }
  
    .header__navigation-toggle svg,
    .menu-arrow svg {
      fill: #666666;
    }
  }
  
  
  
  
  
  .footer {
    background-color: 

  
  
    
  


  rgba(22, 25, 32, 1.0)

;
  }
  
  /* Footer Content */
  
  .footer p,
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer label,
  .footer span,
  .footer li,
  .footer img {
    color: #fff;
  }
  
  
  
  
  
  .blog-header__inner,
  .blog-related-posts {
    padding: 60px 0;
  }
  
  .blog-post__body {
    padding-top: calc(60px + 40px);
  }
  
  .blog-post {
    padding-bottom: calc(60px + 40px);
  }
  
  /* Blog listing */
  
  .blog-index__post-title-link {
    color: #1b1b1b;
  }
  
  .blog-index__post-author-name {
    color: #7f8c8d;
  }
  
  .blog-index__post-tag {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    background-color: #0C63E0;
  }
  
  .blog-index__post-tag:hover {
    background-color: #1b1b1b;
  }
  
  .blog-index__post-timestamp {
    color: #aaaaaa;
    font-family: Manrope;
  }
  
  /* Blog pagination */
  
  .blog-pagination__link {
    color: #7f8c8d;
  }
  
  .blog-pagination__link--active:after,
  .blog-pagination__prev-link:after,
  .blog-pagination__next-link:after {
    background-color: #0C63E0;
  }
  
  .blog-pagination__next-link svg,
  .blog-pagination__prev-link svg {
    fill: #7f8c8d;
  }
  .blog-pagination__number-link:hover,
  .blog-pagination__number-link:focus {
    background-color: #0C63E0;
  }
  
  .blog-pagination {
    font-family: Manrope, sans-serif;
  }
  
  /* Blog post */
  
  .blog-post__meta {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    font-family: Manrope, sans-serif;
  }
  
  .blog-post__body {
    color: #1b1b1b;
  }
  
  
  .blog-post__tag-link {
    color: #7f8c8d;
  }
  
  .blog-post__tag-link:hover,
  .blog-post__tag-link:focus {
    color: #576465;
  }
  
  .blog-post__tag-link:active {
    color: #a7b4b5;
  }
  
  /* Blog related posts */
  
  .blog-related-posts__title a {
    color: #1b1b1b;
  }
  
  .blog-related-posts__title a:hover {
    color: #0C63E0;
  }
  
  /* Blog comments */
  
  .blog-comments {
    padding-top: 60px;
    margin-bottom: calc(60px + 40px);
  }
  
  #comments-listing .comment-reply-to {
    color: #0C63E0;
  }
  
  #comments-listing .comment-reply-to:hover,
  #comments-listing .comment-reply-to:focus {
    color: #003bb8;
  }
  
  #comments-listing .comment-reply-to:active {
    color: #348bff;
  }
  
  .blog-comments .replying-to {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
  }
  
  
  
  
  
  .error-page:before {
    color: #0C63E0;
  }
  
  .systems-page--search-results .hs-search-results__listing li .hs-search-results__title {
    font-family: Manrope, sans-serif;
    font-size: 22px;
    color: #1b1b1b;
  }
  
  .systems-page--search-results .hs-search-results__listing .hs-search-highlight {
    color: #0C63E0;
  }
  
  
  
  
  
  .card__price {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #0C63E0;
    font-size: 54px;
  }
  
  .card__subtitle {
    color: #aaaaaa;
  }
  
  .team-member-wrapper img {
    border-color: #0C63E0;
  }
  
  .team-member-wrapper .team-job {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    font-family: Manrope, sans-serif;
  }
  
  .team-member-wrapper .team-desc {
    color: #aaaaaa;
  }
  
  .social-links__icon:hover,
  .social-links__icon:focus,
  .team-member__social-link:hover .team-member__social-link_color,
  .team-member__social-link:focus .team-member__social-link_color {
    background-color: #0C63E0;
  }
  
  .header__search.open,
  .header__navigation.open,
  .header__language-switcher.open {
    background-color: #0C63E0;
  }
  
  .header__search .hs-search-field__input {
    font-family: Manrope, sans-serif;
  }
  
  .icon-block_icon-wrapper svg {
    fill: #0C63E0;
  }
  
  .counter-wrapper {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    font-family: Manrope, sans-serif;
  }
  .counter-value-wrapper {
    color: #0C63E0;
  }
  
  .counter-title {
    color: #1b1b1b;
  }
  
  .promo-box:before {
    background: linear-gradient(to bottom,rgba(0,0,0,.2), #0C63E0 100%);
  }
  
  .progress-bar {
    font-family: Manrope, sans-serif;
  }
  
  .progress-title {
    color: #1b1b1b;
  }
  
  .progress-load {
    background-color: #0C63E0;
  }
  
  .portfolio__desc {
    font-family: Manrope, sans-serif;
  }
  
  .toggles__icon:before,
  .toggles__icon:after {
    background-color: #1b1b1b;
  }
  
  .splide__pagination__page.is-active {
    background-color: #0C63E0;
  }
  
  .testimonial-text {
    color: #1b1b1b;
  }
  
  .testimonial-author-desc {
    color: #aaaaaa;
  }
  
  .video-button-block_icon {
    background-color: #0C63E0;
  }
  
  .video-close-btn:hover {
    background-color: #0C63E0;
  }
  
  .vbb-color-full-light .video-button-block_icon svg {
    fill: #0C63E0;
  }
  
  .vbb-color-full-dark .video-button-block_icon {
    background-color: #1b1b1b;
  }
  
  .button-link__link {
    font-weight: 700; text-decoration: none; font-family: Manrope, sans-serif; font-style: normal;
    color: #1b1b1b;
  }
  
  .button-link__link:hover {
    color: #1b1b1b;
  }
  
  .button-link__link:after {
    background-color: #1b1b1b;
  }
  
  .title-description,
  .title-description p {
    font-family: Manrope, sans-serif;
    color: #aaaaaa;
  }
  
  .lead-text {
    font-family: Manrope, sans-serif;
  }
  
  .lead-text,
  .lead-text p {
    font-family: Manrope, sans-serif;
  }
  
  
  
  
  
  /* Customized by Mike */
  
  .header, .header:after {
    position: sticky !important;
    top: 20px;
  }
  

  
  .submenu.level-2 .menu-item .menu-link {
      padding: 3px 30px !important;
      font-size: 16px !important;
  }
  
  .submenu.level-2{
  width: 320px
  }
  
  img {
    border-radius: 15px;
  }

.kl-form-modal__image img{
border-radius: 0;
}
  
  h1 {
    font-weight: 700;
  }
  
  .multi-header{min-height: 15vh;}
  
  .header__navigation .cta_button {
    border: 1px solid #0c63e0;
      padding: 10px 20px;
      border-radius: 5px;
  }
  
  .cascading-images .cascading-images__image-2 img{
      box-shadow: none;
  }
  
  
  /* Forms */


.kl-form-modal__wrapper form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095{
  margin:50% 0;
  border-color: #cccccc !important;
}

.kl-form-modal__form input[type=submit]{
  font-size:14px !important;
}

.kl-form-modal__form input[type=email]{
  font-size:13px !important;
}
  
  form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095, 
  form.hsForm_7ed1a1ad-8d4f-454f-a625-5ceaba88e03a{
      display: flex; 
      grid-column: 2;
      overflow: hidden;
      min-height: 56px;
      padding: 4px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #efefef;
      border-radius: 500px;
      background-color: #fff;
  }
  
  
  form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095 input[type=submit],
  form.hsForm_7ed1a1ad-8d4f-454f-a625-5ceaba88e03a input[type=submit]{
  padding-top: 16px;
      padding-bottom: 16px;
      border-radius: 50px;
      background-color: #194bfb;
      font-family: Degular,sans-serif;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      border: 1px solid transparent;
  }
  
  form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095 input[type=email],
  form.hsForm_7ed1a1ad-8d4f-454f-a625-5ceaba88e03a input[type=email]{
      min-height: 48px;
      margin-bottom: 0;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: 24px;
      background-color: #fff;
      color: #8c87a6;
      letter-spacing: -.02em;
    border-radius: 500px;
      border: 1px solid transparent;
  }
  
  
  form.hsForm_7ed1a1ad-8d4f-454f-a625-5ceaba88e03a .hs-email,
  form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095 .hs-email {
    margin-bottom:0;
    flex-grow: 1;
  }
  
  form.hsForm_7ed1a1ad-8d4f-454f-a625-5ceaba88e03a label,
  form.hsForm_1b25bb05-900f-47c0-abb1-2b9737928095 label{
    display:none;
  }
  
  
  
  .gated-content-wrapper .form-contain .mt6.mb6{
    margin: 5% 0;
  }
  
  .gated-content-wrapper iframe{
      width: 100%;
      height: 100vh;
    }
  
  .is-hidden {display: none;}
  
  
  /* Hidden Form */
  
  #hsForm_49bcdbc5-1dd8-4a91-a7da-7b325995aa8b, 
  .hiddenForm,
  .submitted-message.hs-form-49bcdbc5-1dd8-4a91-a7da-7b325995aa8b 
  { display:none !important; }
  
  

.footer .submenu.level-1.vertical>li {
  display: block;
  padding: 0;
}
  
.footer li a {
  color: #cecece !important;
}
  
  /* Mobile */
  
  
  @media (min-width: 768px) {
    li.has-submenu::after {
      content: "▿";
    }
  }


.dark-button{
  border: 1px solid #0C63E0;
  border-radius: 4px;
  padding: 10px 15px;
  text-decoration:none;
  color: white;
  font-size: 14px
}
.dark-button:hover{
  background: #0C63E0;
  color: white;
}

.dark-button:active {
  padding: 8px 13px;
}


.navigation-primary ul.vertical-menu > li{
  display: block !important;
  padding: 5px 0 !important;
}


.header--no-navigation .header__logo img{
  max-width: 200px;
}
.gated-content-wrapper{margin-top:100px;}


.hs-button {
  padding: 7px 15px;
  background: #0C63E0;
  color: white;
  border-radius: 10px;
}





/* Support KB */

#thank-you-message-support-kb{
  margin-top:30px;
}

#thank-you-message-support-kb p {
  font-size: 1.5rem
}



/* Case Studies */

.kl-case-studies__entry-wrapper{
  margin-left: 0;
}

.kl-case-studies__entry-wrapper img {max-width: 100%;}


.kl-case-studies__background {
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  display: block;
  flex-shrink: 0;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%
}

@media screen and (max-width: 560px) {
  .kl-case-studies__background {https://investors.channelape.com/deck?email=ryan@sidekickpartners.com
      width:100%
  }
}

.kl-case-studies__image-container {
  position: relative
}

.kl-case-studies__image-container:before {
  background-color: #0c63e0;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.kl-case-studies__logo {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%
}

@media screen and (max-width: 560px) {
  .kl-case-studies__logo {
      max-width:150px
  }
}

.kl-case-studies__logo {
  padding: 10px 24px 0
}

.kl-case-studies__logo img {
  display: block;
  height: 50px
}

.kl-case-studies__summary {
  flex-grow: 1;
  padding: 10px 24px
}

@media screen and (max-width: 560px) {
  .kl-case-studies__summary {
      padding:16px 0 10px
  }
}

.kl-case-studies__summary h2 {
  font-size: 28px
}

.kl-case-studies__read-more {
  padding: 0 35px 20px 24px
}

@media screen and (max-width: 560px) {
  .kl-case-studies__read-more {
      padding:0 0 24px
  }
}

.kl-case-studies__read-more a {
  display: block;
  font-weight: 700;
  text-decoration: none
}

.kl-case-studies__read-more a:focus,.kl-case-studies__read-more a:hover {
  text-decoration: none
}

.kl-case-studies__navigation {
  padding: 20px 0
}

.kl-case-studies__header {
  padding: 42px 20px
}

.kl-case-studies__header h1 {
  margin: 0;
  text-align: center
}

.kl-case-studies__body {
  display: flex;
  flex-direction: row-reverse;
  padding: 16px 0 64px
}

@media screen and (max-width: 1050px) {
  .kl-case-studies__body {
      display:block
  }
}

.kl-case-studies__side {
  flex-basis: 420px
}

.kl-case-studies__side .kl-case-studies__logo {
  margin: 10px 0;
  padding: 0
}

.kl-case-studies__side .kl-case-studies__logo img {
  height: auto;
  margin: 0 auto;
  max-height: 64px
}

.kl-case-studies__side h3 {
  color: #3d4466;
  font-size: 24px;
  margin: 0 0 8px
}

.kl-case-studies__side hr {
  background-color: #ddd;
  margin: 20px 0
}

.kl-case-studies__info {
  background: #f4f9fc;
  border-color: #fff;
  border-radius: 3px;
  padding: 20px
}

.kl-case-studies__info i {
  margin-right: 20px;
  text-align: center;
  width: 16px
}

.kl-case-studies__info p {
  font-size: 12px;
  line-height: 1.3;
  margin: 16px 0 0
}

.kl-case-studies__content {
  flex-basis: 840px;
  margin-right: 30px;
  max-width: 840px
}

@media screen and (max-width: 1050px) {
  .kl-case-studies__content {
      margin:30px 0 0
  }
}

.kl-case-studies__content img {
  display: block;
  max-width: 100%;
  width: auto
}

.kl-case-studies__featured-image {
  margin: 0 0 16px
}

.kl-case-studies__featured-image img {
  display: block;
  width: 100%
}

.kl-case-studies__location {
  align-items: baseline;
  display: flex;
  margin-bottom: 8px
}

.kl-case-studies__location i {
  color: #d66060
}

.kl-case-studies__website {
  align-items: baseline;
  display: flex;
  margin-bottom: 8px
}

.kl-case-studies__website i {
  color: #0ad1ad
}

.kl-case-studies__industry {
  align-items: baseline;
  display: flex;
  margin-bottom: 8px
}

.kl-case-studies__industry i {
  color: #b76ac4
}

.kl-case-studies__quote-image {
  margin: 0 0 16px
}

.kl-case-studies__quote-image img {
  display: block;
  margin: 0 auto
}

.kl-case-studies__quote-text {
  font-size: 20px;
  line-height: 1.5
}

.kl-case-studies__quote-author {
  font-size: 16px;
  line-height: 1.7;
  text-align: right
}

.kl-case-studies__fast-facts ul {
  counter-reset: step-counter;
  list-style: none;
  margin: 0;
  padding: 0
}

.kl-case-studies__fast-facts ul li {
  align-items: baseline;
  display: flex;
  margin-bottom: 8px
}

.kl-case-studies__fast-facts ul li:before {
  background-color: #6e89a5;
  border-radius: 3px;
  color: #fff;
  content: counter(step-counter);
  counter-increment: step-counter;
  font-size: 80%;
  font-weight: 700;
  margin-right: 12px;
  padding: 3px 8px
}