<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'PT Sans', sans-serif !important;
  overflow-y: hidden;
}

html,
body {
  height: 100%;
}

body {
  overflow: auto;
}

.section {
  width: 100%;
  overflow: hidden;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.section-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80%;
  color: #3C827A;
}

.list-group {
  list-style: none;
}

.list-group-item-action {
  width: 100%;
  color: #6E7881;
  text-align: inherit;
}

.list-group-flush .list-group-item {
  border: 0;
  margin-left: 0;
  padding: 5px 0px;
}

.list-group-flush:last-child .list-group-item:last-child {
  border: 0;
  margin-left: 0;
  padding: 5px 0px;
}

.list-group-item.social-icons {
  display: inline;
  font-size: 30px;
  margin-right: 10px;
}

.integration-channels span {
  display: inline;
  font-size: 45px;
  margin-right: 10px;
  color: #469e93;
}

.profile-link {
  font-size: 20px;
  margin-right: 10px;
  color: #469e93;
}

.busines-outcomes .section-image {
  width: 80%;
}

.outcome-icon {
  max-width: 100px;
}
.outcome-title {
  font-weight: 600;
  font-size: 120%;
  color: #3C827A;
}

.outcome-description {
  font-weight: 600;
}

.outcome-description strong {
  font-size: 1.2rem;
}

/* Button generator http://blog.koalite.com/bbg/ */

.btn-inboarding { 
  color: #FFFFFF; 
  background-color: #469E93; 
  border-color: #469E93; 
} 
 
.btn-inboarding:hover, 
.btn-inboarding:focus, 
.btn-inboarding:active, 
.btn-inboarding.active, 
.open .dropdown-toggle.btn-inboarding { 
  color: #FFFFFF; 
  background-color: #469e93; 
  border-color: #469E93; 
} 
 
.btn-inboarding:active, 
.btn-inboarding.active, 
.open .dropdown-toggle.btn-inboarding { 
  background-image: none; 
} 
 
.btn-inboarding.disabled, 
.btn-inboarding[disabled], 
fieldset[disabled] .btn-inboarding, 
.btn-inboarding.disabled:hover, 
.btn-inboarding[disabled]:hover, 
fieldset[disabled] .btn-inboarding:hover, 
.btn-inboarding.disabled:focus, 
.btn-inboarding[disabled]:focus, 
fieldset[disabled] .btn-inboarding:focus, 
.btn-inboarding.disabled:active, 
.btn-inboarding[disabled]:active, 
fieldset[disabled] .btn-inboarding:active, 
.btn-inboarding.disabled.active, 
.btn-inboarding[disabled].active, 
fieldset[disabled] .btn-inboarding.active { 
  background-color: #469E93; 
  border-color: #469E93; 
} 
 
.btn-inboarding .badge { 
  color: #469E93; 
  background-color: #FFFFFF; 
}

/* Chabot Demo Header */

@media (max-width: 768px) {
  .navbar-brand.abs {
    width: 100%;
    text-align: center;
  }
}

.chabot-demo {
  position: relative;
}

.iphone-wrapper {
  max-height: 600px;
  overflow: hidden;
}

.chabot-demo-mobile {
  width: 45%;
  opacity: 0.2;
  overflow: hidden;
}

.demo-ballon-text-1 {
  position: absolute;
  top: 11%;
  right: 13%;
  width: 45%;
}

.demo-ballon-text-2 {
  position: absolute;
  top: 29%;
  right: 13%;
  width: 45%;
}

.demo-ballon-text-3 {
  position: absolute;
  top: 57%;
  right: 13%;
  width: 45%;
}

.demo-ballon-text-4 {
  position: absolute;
  top: 76%;
  left: 13%;
  width: 45%;
}

a.header-link {
  text-decoration: none;
  color: #469e93;
}

a.muted-link {
  text-decoration: none;
  color: black;
}

.articles-more a {
  color: black;
}

.articles-more .readmore {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 80%;
  color: #469e93;
}

.articles-more .article {
  border-top: 1px solid #b7e8e7;
}

.articles-more .article.last {
  border-bottom: 1px solid #b7e8e7;
}

.arrow-down {
    color: #469e93;
}

@keyframes bounce-reverse {
    0%, 10%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40%, 60% {
      transform: translateY(15px);
    }
  }

.icon-animated {
    -webkit-animation: bounce-reverse 3s ease infinite;
    animation: bounce-reverse 3s ease infinite;
    display: inline-block;
}

.partners-image-wrap {
    text-align: center;
}

.partners-image {
    max-height: 80px;
    padding: 15px;
}

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

.page-confirmation-title {
  font-size: 2.0rem !important;
}

@media (max-width: 810px) {
  .page-confirmation-title {
    font-size: 1.4rem !important;
  }

  .header h1 {
    font-size: 2rem;
  }
}


.job {
  border-radius: 4px;
  border: 1px solid #74cac2;
  padding: 20px;
  margin-top: 30px;
}

.job:hover {
  background-color: #74cac2;
  cursor: pointer;
  text-decoration: underline;
}

.job-title {
  color: #2a333d;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.job-department {
  color: #3C827A;
  background: #e6f0f6;
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 12px;
  border-radius: 4px;
  font-size: 85%;
  margin-top: 5px;
}

.job-tags {
  color: #3C827A;
  background: #f4fafd;
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 12px;
  border-radius: 4px;
  font-size: 85%;
  margin-top: 5px;
}

.job-button {
  color: #1264a3;
  padding-right: 25px;
}

.job-button::after {
  background-image: url(/assets/icons/icon_right_arrow.svg);
  content: '';
  width: 27px;
  height: 22px;
  display: inline-block;
  margin: 0;
  stroke-width: 1000;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 2px;
}

.values-item {
  border: solid 1px #eaeaea;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-top: 80px;
  text-align: center;
  margin-right: 10px;
}

.values-image {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border: solid 1px #3C827A;
  border-radius: 50%;
  display: inline-block;
  margin-top: -90px;
}

.menu-h6-small {
  width: 180px;
  color: #212121;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.menu-text {
  width: 180px;
  font-size: 14px;
  line-height: 20px;
  white-space: normal;
}
</pre></body></html>