html,
body {
  font-family: 'Muli', sans-serif;
  color: #333;
  max-width: 100vw;
  overflow-x: hidden;
  user-select: none;
  -webkit-user-select: none;
}
a, button {
  user-select: auto;
  -webkit-user-select: auto;
}
p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

.container {
  max-width: 820px;
}
.template-one .container,
.template-three .container {
  max-width: 960px;
}
.bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tooltip-inner {
  padding: 2px 10px;
  font-size: 11px;
}
.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
  margin-bottom: 3px;
}

.client {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
.template-three .client {
  background-color: #fff;
  margin-bottom: 15px;
  max-width: 310px;
}
.template-three.no-banner-image .client {
  box-shadow: 0px 0px 10px 0px #eee;
  position: absolute;
  top: 80px;
  right: 30px;
}
.template-three .client.fixed {
  box-shadow: 0px 0px 10px 0px #eee;
  position: fixed;
  top: 25px;
  -webkit-transition: box-shadow 2s;
  transition: box-shadow 2s;
}
.template-three .client .absolute-client-cta {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 15px;
}
.template-one .is-quote > .inner,
.template-three .is-quote > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
}
.is-button > .inner {
  width: 100%;
}
.client .client-logo {
  width: 280px;
  height: 110px;
}
.template-two .client .client-logo {
  margin: 0 auto 15px;
}
.template-three .client .client-logo {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.template-three .template-three-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
}
.template-three .template-three-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.template-three .template-three-banner-over {
  position: relative;
  height: 360px;
  z-index: 2;
}
.template-three.no-banner-image .template-three-banner,
.template-three.no-banner-image .template-three-banner-over {
  height: auto;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .template-three.no-banner-image .template-three-banner-over {
    padding-top: 180px;
  }
}
.template-three .template-three-banner-over > .row {
  width: 100%;
}
.template-three .template-three-banner-over h1 {
  color: #fff;
  margin-bottom: 15px;
}
.template-three .template-three-banner-over h6 {
  color: #fff;
}
.template-three.no-banner-image .template-three-banner-over h1 {
  color: #333;
  font-weight: 700;
}
.client .client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.client .client-actions,
.client-actions-wrap .client-actions {
  list-style: none;
  padding: 0;
  margin: 0;
}
.template-three .client-actions {
  width: 220px;
  margin: 0 auto;
}
.client .client-actions li,
.client-actions-wrap .client-actions li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.client .client-actions li:last-of-type,
.client-actions-wrap .client-actions li:last-of-type {
  margin-right: 0;
}
.template-three .client-actions li {
  margin-bottom: 5px;
}
.client .client-actions li a,
.client-actions-wrap .client-actions li a {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s, color 0.2s;
  transition: background-color 0.4s, color 0.2s;
}
.client .client-actions li a:hover,
.client-actions-wrap .client-actions li a:hover,
.client-actions-wrap .client-actions li.is-active a {
  color: #fff;
  text-decoration: none;
}
.client .client-actions li svg,
.client-actions-wrap .client-actions li svg {
  width: 22px;
  height: 16px;
}
.client .client-actions li a span,
.client-actions-wrap .client-actions li a span {
  font-size: 11px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .client-actions-wrap .client-actions li:last-of-type {
    margin-right: 6px;
  }
  .client-actions-wrap .client-actions {
    position: relative;
  }
  .client-actions-wrap .client-actions.is-active li {
    display: block !important;
  }
  .client-actions-wrap .client-actions li:nth-of-type(n + 2) {
    position: absolute;
  }
  .client-actions-wrap .client-actions li a {
    background-color: #fff;
  }
  .client-actions-wrap .client-actions li a:hover {
    border: 0;
  }
}
@media screen and (max-width: 767px) and (min-height: 540px) {
  .client-actions-wrap .client-actions li:nth-of-type(n + 2) {
    left: 0;
  }
  .client-actions-wrap .client-actions li:nth-of-type(2) {
    top: 55px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(3) {
    top: 110px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(4) {
    top: 165px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(5) {
    top: 220px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(6) {
    top: 275px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(7) {
    top: 330px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(8) {
    top: 385px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(9) {
    top: 440px;
  }
}
@media screen and (max-width: 767px) and (max-height: 539px) {
  .client-actions-wrap .client-actions li:nth-of-type(2),
  .client-actions-wrap .client-actions li:nth-of-type(3),
  .client-actions-wrap .client-actions li:nth-of-type(4),
  .client-actions-wrap .client-actions li:nth-of-type(5) {
    top: 55px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(6),
  .client-actions-wrap .client-actions li:nth-of-type(7),
  .client-actions-wrap .client-actions li:nth-of-type(8),
  .client-actions-wrap .client-actions li:nth-of-type(9) {
    top: 110px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(2),
  .client-actions-wrap .client-actions li:nth-of-type(6) {
    right: 0;
  }
  .client-actions-wrap .client-actions li:nth-of-type(3),
  .client-actions-wrap .client-actions li:nth-of-type(7) {
    right: 55px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(4),
  .client-actions-wrap .client-actions li:nth-of-type(8) {
    right: 110px;
  }
  .client-actions-wrap .client-actions li:nth-of-type(5),
  .client-actions-wrap .client-actions li:nth-of-type(9) {
    right: 165px;
  }
}
.client-cta-row {
  position: relative;
}
.client-cta-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eee;
}
.client-cta-link {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}
.client-cta {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #333;
}
.client-cta:hover {
  background-color: #fff;
}
.client-cta:focus {
  outline: none;
}
.client-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.template-three .client-footer {
  border-top: 5px solid #000;
}
.template-one .client-footer > .container {
  border-top: 2px solid #eee;
  padding-top: 30px;
}
.client-footer img {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
}

.template-two .article {
  background-color: #eee;
}
@media screen and (min-width: 992px) {
  .template-three .article {
    padding-right: 40px;
  }
}
.article table {
  width: 100% !important;
}
.article img {
  max-width: 100%;
  height: auto;
}
.article h3 {
  font-size: 20px;
  font-weight: 700;
}
.template-two .article .row {
  margin-left: -30px;
  margin-right: -30px;
}
.template-two .article .col-md-4 > .inner,
.template-two .article .col-md-6 > .inner,
.template-two .article .col-md-8 > .inner,
.template-two .article .col-md-12 > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.article .article-banner-wrap {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.article .article-banner-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.article .article-banner {
  position: relative;
  height: 40vw;
  max-height: 320px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.article .article-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.article .article-banner > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.article .article-banner h1,
.article .article-banner h6 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.article .is-box {
  margin-bottom: 25px;
}
.article .is-box > .inner {
  background-color: #fff;
}
.article .is-image {
  min-height: 240px;
}
.article .col-md-12.is-image,
.article .col-lg-12.is-image {
  min-height: 320px;
}
.article .is-image > .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.article .is-quote {
  font-style: italic;
}
.article .is-quote .icon-quotes {
  margin-bottom: 15px;
}
.article .is-quote svg {
  width: 60px;
}
.article .divider {
  margin-top: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.template-two .article .divider {
  margin-left: -25px;
  margin-right: -25px;
}
.article .disclaimer {
  color: #999;
  font-size: 12px;
  font-style: italic;
}
.article .is-disclaimer > .inner {
  padding-top: 25px;
  height:auto !important;
}
.article > .row > div {
  margin-top: 12px;
  margin-bottom: 12px;
}
.footer {
  background-color: #b4d8ee;
  font-size: 12px;
}
.footer .container {
  max-width: 840px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.template-two .footer .row {
  margin-left: -30px;
  margin-right: -30px;
}
.footer img {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .template-two .article .is-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.template-one .intro-article {
  position: relative;
  padding-top: 200px;
  margin-bottom: 120px;
}
.template-one .intro-article h1,
.template-one .intro-article h6 {
  font-weight: 700;
}
.template-one .intro-article .featured-image {
  position: relative;
  width: 100%;
}
.template-one .intro-article .featured-image:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.template-one .intro-article .intro-cta {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
}
.template-one .intro-article .intro-cta .client-cta-link {
  max-width: 350px;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  z-index: 3;
}
.sticky-header.fixed {
  box-shadow: 0px 0px 20px -10px #999;
}
.sticky-header .container > .row {
  min-height: 120px;
  transition: min-height 0.25s;
}
.sticky-header.fixed .container > .row {
  min-height: 40px;
}
.sticky-header .client-logo img {
  max-width: 240px;
  max-height: 120px;
  object-fit: contain;
  -webkit-transition: max-width 0.25s, max-height 0.25s;
  transition: max-width 0.25s, max-height 0.25s;
}
.sticky-header.fixed .client-logo img {
  max-width: 180px;
  max-height: 70px;
}
.sticky-header .client-actions {
  width: auto;
}
.sticky-header .client-actions li {
  margin-bottom: 0;
  margin-right: 6px;
}

.video-template-one .video {
  width: 100%;
  max-width: 820px;
  text-align: center;
  margin: 30px auto 45px;
}
.video-template-one .video h3 {
  color: #888;
  margin-bottom: 25px;
}
.video-template-one .video .video-wrap {
  position: relative;
}
.video-template-one .video .video-wrap:after {
  content: '';
  display: block;
  padding-top: 55%;
}
.video-template-one .video .video-wrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-template-one .disclaimer {
  color: #989898;
  text-align: center;
  margin-bottom: 25px;
}
.video-template-one .client-cta-row:before {
  display: none;
}
