.pagination, .breadcrumbs, .breadcrumbs-wrapper, .service-row .img-wrapper, .service-row li, .service-row, .services-overview, .counter, .post img, .post, .posts, .blog-posts, .features .info, .features .feature, .features, .stats, .intro {
  position: relative;
}

.service-row li:before {
  position: absolute;
}

.counter .type, .intro a, .service-row a {
  display: inline-block;
  zoom: 1;
}

.service-row li:before {
  display: block;
}

.service-row .info, .features .info, .service-row .img-wrapper, .features .info h3, .post .info {
  box-sizing: border-box;
}

.pagination {
  clear: both;
}
.pagination:after {
  display: table;
  content: "";
  clear: both;
}

.service-row .info, .post .info {
  text-align: left;
}

.pagination, .stats div, .intro a, .service-row a {
  text-align: center;
}

.stats {
  margin-left: auto;
  margin-right: auto;
}

.counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
  text-transform: uppercase;
}

.service-row .img-wrapper {
  width: 50%;
}

.service-row, .counter, .post, .features, .stats, .intro, .breadcrumbs, .posts, .features .feature {
  display: flex;
  flex-wrap: wrap;
}

.features .feature {
  justify-content: flex-start;
}

.breadcrumbs, .posts {
  justify-content: space-between;
}

.pagination a, .breadcrumbs .location, .service-row .img-wrapper, .services-overview, .post img, .features .feature, .intro, .intro h2, .service-row a {
  background-repeat: no-repeat;
}

.service-row .img-wrapper, .post img, .features .feature {
  background-size: cover;
}

.services-overview {
  background-size: contain;
}

.service-row .img-wrapper, .post img, .features .feature {
  background-position: center center;
}

.breadcrumbs .location, .intro h2 {
  background-position: left center;
}

.post .info {
  width: 80%;
}

.features .info h3 {
  width: 100%;
}

.post .info h2, .service-row h2, .blog-posts h3, .features .info h3 {
  font-family: "neurial_grotesk", sans-serif;
}

.counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
  font-family: "Weekly", sans-serif;
}

.intro a, .service-row a {
  transition: background-color 250ms, color 250ms;
  width: 150px;
  padding: 1.2em 2em;
  font-size: 1em;
  border: none;
  cursor: pointer;
}

.service-row a {
  color: #FFFFFF;
  background-color: #02BBED;
  border-radius: 5px 5px 15px 5px;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right 1.5em center;
  border-right: 5px solid #424242;
  background-size: 10px;
  padding-right: 3em;
}
.service-row a:hover {
  background-color: #57dafe;
}
.service-row a:active {
  background-color: #0293ba;
}

.intro a {
  color: #FFFFFF;
  background-color: transparent;
  border-top: 2px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-left: 5px solid #FFFFFF;
  border-radius: 15px 5px;
}
.intro a:hover {
  background-color: #151251;
  color: #FFF;
}
.intro a:active {
  background-color: #0a0927;
}

.post .info .link, .features .info a {
  color: #02BBED;
  margin: 1.5em 0;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 1.5em;
}
.post .info .link:hover, .features .info a:hover {
  color: #FFD600;
}

.features, .stats, .intro {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .features, .stats, .intro {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.pagination, .breadcrumbs-wrapper {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .pagination, .breadcrumbs-wrapper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 450px) {
  .pagination, .breadcrumbs-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.blog-posts, .stats {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .blog-posts, .stats {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .blog-posts, .stats {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.service-row li:before {
  content: " ";
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #151515;
}

.counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.intro h2 {
  background-image: url("/app/images/global/arrow-blue-right.png");
  background-size: 90px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  padding: 10px 0 10px 120px;
  color: #02BBED;
}

.stats p {
  font-size: 5.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .stats p {
    font-size: 5.4em;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .stats p {
    font-size: 4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1023px) {
  .stats p {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 450px) {
  .stats p {
    font-size: 2em;
  }
}

.intro p.short, .intro p, .service-row h2, .blog-posts h3, .features .info h3 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .intro p.short, .intro p, .service-row h2, .blog-posts h3, .features .info h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .intro p.short, .intro p, .service-row h2, .blog-posts h3, .features .info h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .intro p.short, .intro p, .service-row h2, .blog-posts h3, .features .info h3 {
    font-size: 1.5em;
  }
}

.intro p.long {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .intro p.long {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .intro p.long {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .intro p.long {
    font-size: 1.4em;
  }
}

.features .info p, .post .info h2 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .features .info p, .post .info h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .features .info p, .post .info h2 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .features .info p, .post .info h2 {
    font-size: 1.1em;
  }
}

.intro .body-text p {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .intro .body-text p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .intro .body-text p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .intro .body-text p {
    font-size: 0.9em;
  }
}

.service-row li, .service-row p, .post .info p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .service-row li, .service-row p, .post .info p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .service-row li, .service-row p, .post .info p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .service-row li, .service-row p, .post .info p {
    font-size: 0.9em;
  }
}

.breadcrumbs p, .post .info .link, .features .info a, .intro h2, .counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .breadcrumbs p, .post .info .link, .features .info a, .intro h2, .counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .breadcrumbs p, .post .info .link, .features .info a, .intro h2, .counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .breadcrumbs p, .post .info .link, .features .info a, .intro h2, .counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
    font-size: 0.8em;
  }
}

.post .info h2, .service-row h2, .blog-posts h3, .features .info h3 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.counter .type, .post .info .cat, .blog-posts h2, .features .info h2, .stats h2, .intro h3 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.breadcrumbs p, .post .info .link, .features .info a, .intro h2, .service-row li, .service-row p, .post .info p, .intro .body-text p, .features .info p, .intro p.long, .intro p.short, .intro p, .stats p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.intro {
  color: #FFFFFF;
  padding: 200px 20% 100px 20%;
  background-image: url("/app/images/global/intro-right-bg.png");
  background-position: right top;
  background-size: 450px;
}
.intro span {
  margin-left: 15%;
}
.intro p.short {
  line-height: 2em;
}
.intro p.long {
  line-height: 2.2em;
}
@media screen and (max-width: 1200px) {
  .intro {
    padding: 500px 15% 60px 15%;
  }
}
@media screen and (max-width: 960px) {
  .intro {
    padding: 225px 10% 60px 10%;
  }
  .intro span {
    width: 80%;
  }
}
@media screen and (max-width: 760px) {
  .intro {
    padding: 150px 5% 60px 10%;
  }
  .intro span {
    width: 100%;
  }
  .intro p {
    width: 100%;
  }
}
.stats h2 {
  color: #FFFFFF;
}
.stats p {
  color: #FFD600;
  margin-bottom: 0;
  text-shadow: 0 0 10px #FFD600;
}
.stats div {
  width: 25%;
}

@media screen and (max-width: 960px) {
  .stats div {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .stats div {
    width: 100%;
  }
}
.features {
  margin-top: -100px;
  z-index: 10;
}
.features .feature {
  width: 50%;
}
.features .feature:first-of-type {
  border-top: 20px solid #02BBED;
  background-image: url("/app/images/services/feature-1.jpg");
  border-radius: 5px 0 0 0;
}
.features .feature:last-of-type {
  border-top: 20px solid #FFD600;
  background-image: url("/app/images/services/feature-2.jpg");
  border-radius: 0 5px 0 0;
}
.features .info {
  width: 80%;
  padding: 4.5em 4.5em 3em 4.5em;
}
.features .info h2 {
  color: #151515;
  margin-bottom: 3em;
}
.features .info h3, .features .info p {
  color: #FFFFFF;
}
.features .info h3 {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .feature .info {
    padding: 3em;
  }
}
@media screen and (max-width: 760px) {
  .features .feature {
    width: 100%;
  }
}
.blog-posts h3 {
  color: #FFFFFF;
}

.post {
  margin-bottom: 6em;
  flex-direction: column;
}
.post .info {
  color: #8d8d8d;
  margin-bottom: 3em;
}
.post .info h2 {
  line-height: 1.3em;
  text-transform: none;
  color: #FFFFFF;
}
.post .info h2:hover {
  color: #02BBED;
}
.post img {
  width: 100%;
}
.post .fade {
  margin-top: auto;
}
.post .fade:hover {
  opacity: 0.5;
}

@media screen and (min-width: 761px) and (max-width: 1064px) {
  .post {
    width: 48%;
  }
}
@media screen and (max-width: 760px) {
  .post {
    width: 100%;
  }
}
.counter {
  align-items: flex-start;
  margin-left: -15px;
}
.counter .number {
  font-size: 3em;
  color: #F62971;
  font-weight: 100;
  padding-right: 0.35em;
  margin-bottom: 0;
}
.counter .type {
  margin-top: 12px;
}

@media screen and (max-width: 760px) {
  .counter .number {
    font-size: 2em;
  }
}
.services-overview {
  color: #FFFFFF;
  background-image: url("/app/images/global/content-bottom-bg.jpg");
  background-position: bottom center;
  padding-bottom: 6em;
}

.service-row {
  padding-left: 5%;
  margin-bottom: 6em;
  /* ZIG*/
  /* ZAG */
}
.service-row .info {
  width: 50%;
  padding: 7.5% 7.5% 7.5% 10%;
  color: #FFFFFF;
}
.service-row h2 {
  margin-bottom: 0.5em;
}
.service-row a {
  width: 200px;
  margin-top: 1.5em;
}
.service-row li {
  padding-left: 1.5em;
  margin-bottom: 0.8em;
}
.service-row .img-wrapper {
  z-index: 2;
  border-top: 15px solid #FFD600;
}
.service-row:nth-of-type(2n-1) .info {
  width: 40%;
}
.service-row:nth-of-type(2n-1) .img-wrapper {
  border-radius: 5px 0 0 0;
}
.service-row:nth-of-type(2n) {
  margin-left: 5%;
}
.service-row:nth-of-type(2n) .info {
  width: 40%;
}
.service-row:nth-of-type(2n) .img-wrapper {
  border-radius: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .service-row {
    justify-content: flex-start;
    margin-bottom: 6em;
  }
  .service-row .info {
    width: 100%;
    padding: 5%;
  }
  .service-row .info p {
    width: 80%;
  }
  .service-row .img-wrapper {
    width: 95%;
    height: 500px;
  }
  .service-row:nth-of-type(2n) {
    margin-left: 0;
  }
  .service-row:nth-of-type(2n) .info {
    width: 100%;
  }
  .service-row:nth-of-type(2n-1) {
    margin-left: 0;
  }
  .service-row:nth-of-type(2n-1) .info {
    width: 100%;
  }
}
.breadcrumbs-wrapper {
  background-color: #FFFFFF;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

.breadcrumbs {
  width: 100%;
}
.breadcrumbs p {
  color: #293233;
  padding-bottom: 0;
}
.breadcrumbs a {
  color: #02BBED;
  padding: 0 0.5em;
}
.breadcrumbs a.active {
  color: #151515;
}
.breadcrumbs .location {
  padding: 5px 0 5px 30px;
  background-image: url("/app/images/global/breadcrumb-icon.png");
  background-size: 20px;
}
.pagination {
  padding-bottom: 6em;
  color: #8d8d8d;
}
.pagination a {
  background-size: 10px;
  color: #02BBED;
  background-image: url("/content/images/global/pagination.png");
}
.pagination a:hover {
  color: #25cffd;
}
.pagination .prev {
  float: left;
  background-position: left top;
  padding-left: 20px;
}
.pagination .next {
  float: right;
  background-position: right bottom;
  padding-right: 20px;
}
