@charset "UTF-8";
/* 
	Master Stylesheet
	=================================
	DUSZA
------------------------------------------------------------------------------ */
/*-------------------------------------------------------------------BOURBON AND NEAT
*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*-------------------------------------------------------------------------VARIABLES
*/
#cookies {
  display: inline-block;
}

#scroll_top {
  opacity: 1;
  background-color: #7abbee;
  background-image: url(../images/icons/pointer-up-white.png);
  background-position: center top 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 2.5%;
  bottom: -50px;
  z-index: 9999;
  text-indent: -9999px;
  border: 2px solid #82afc2;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: opacity 300ms ease-in-out, bottom 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, bottom 300ms ease-in-out, transform 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, bottom 300ms ease-in-out, transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

#scroll_top:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: -25px;
  left: -25px;
  margin: auto;
  display: none;
}

#scroll_top.shown {
  bottom: 30px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 768px) {
  #scroll_top:hover:before {
    display: block;
    -webkit-animation: pulse 0.4s linear;
            animation: pulse 0.4s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------------------HEADER
*/
/*----------------------------------------------------------------------------PAGE
*/
.testimonials:not(.page):not(.subnav) {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .testimonials:not(.page):not(.subnav) {
    min-height: 0 !important;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial {
  width: 70%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 250px;
}

@media screen and (max-width: 1366px) {
  .testimonials:not(.page):not(.subnav) .testimonial {
    padding-left: 200px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial {
    padding-left: 0;
    padding-top: 0;
    width: 86%;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content {
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  float: left;
  position: relative;
  right: 20%;
  opacity: 0;
  z-index: 1;
  text-align: center;
  transition: opacity 400ms ease-in-out, right 400ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content {
    padding: 20px 0 30px 0;
    text-align: center;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
  font-weight: 700;
  font-size: 1.66rem;
  padding-bottom: 25px;
  text-align: left;
  line-height: 1.3em;
}

@media screen and (max-width: 1366px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
    padding-bottom: 15px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 20px;
  color: #7abbee;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
    font-size: 1.2rem;
    text-align: center;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h2:before {
  content: '“';
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content h2:after {
  content: '”';
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content p {
  font-size: 0.9rem;
  line-height: 1.4em;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content p {
    text-align: center;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content a {
  display: inline-block;
  height: 55px;
  width: auto;
  padding: 0 40px 0 70px;
  line-height: 55px;
  background-color: #7abbee;
  border-radius: 25px;
  color: #FFF;
  background-image: url(../images/icons/pointer-white.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .testimonial_content a {
    display: inline-block;
    margin: auto;
    margin-top: 20px;
    float: none;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content a:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.testimonials:not(.page):not(.subnav) .testimonial .testimonial_content a:hover:before {
  -webkit-animation: pulse 0.4s linear;
          animation: pulse 0.4s linear;
  display: block;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.testimonials:not(.page):not(.subnav) .testimonial .sector_icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .testimonials:not(.page):not(.subnav) .testimonial .sector_icon {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial .sector_icon {
    position: static;
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
  }
}

.testimonials:not(.page):not(.subnav) .testimonial.active {
  z-index: 10;
}

.testimonials:not(.page):not(.subnav) .testimonial.active .testimonial_vid {
  opacity: 1;
}

.testimonials:not(.page):not(.subnav) .testimonial.active .testimonial_content {
  opacity: 1;
  right: 0;
}

.testimonials:not(.page):not(.subnav) .testimonial.active .sector_icon {
  opacity: 1;
}

.testimonials:not(.page):not(.subnav) .testimonial_controls {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  z-index: 20;
  text-align: center;
}

.testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #585858;
  text-indent: -9999px;
  background-image: url(../images/icons/pointer-white.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  float: right;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    width: 20px;
    height: 20px;
    background-size: 15px;
    background-color: transparent;
    background-image: url(../images/icons/pointer-next-blue.png);
  }
}

.testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial:hover,
.testimonials:not(.page):not(.subnav) .testimonial_controls #next_testimonial:hover {
  background-color: #7abbee;
}

.testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}

@media screen and (max-width: 768px) {
  .testimonials:not(.page):not(.subnav) .testimonial_controls #prev_testimonial {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: transparent;
    background-image: url(../images/icons/pointer-prev-blue.png);
  }
}

.testimonials.video:not(.page):not(.subnav) {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) {
    height: 480px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) {
    height: 680px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid {
  width: 60%;
  margin-right: 5%;
  display: inline-block;
  float: left;
  opacity: 1;
  z-index: 2;
  transition: opacity 600ms ease-in-out;
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid iframe {
  width: 100%;
  height: 500px;
  z-index: 2;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid iframe {
    height: 450px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid {
    width: 50%;
  }
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid iframe {
    height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid {
    width: 100%;
  }
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_vid iframe {
    height: 200px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content {
  width: 35%;
  padding: 30px 0;
  display: inline-block;
  float: left;
  position: relative;
  right: 5%;
  opacity: 0;
  z-index: 1;
  text-align: center;
  transition: opacity 200ms ease-in-out, right 300ms ease-in-out;
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content {
    width: 40%;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content {
    width: 100%;
    padding: 30px 0;
    right: 15%;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
  font-weight: 700;
  font-size: 1.66rem;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1.3em;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h1 {
    padding-bottom: 15px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 20px;
  color: #7abbee;
  text-align: left;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2 {
    font-size: 1.4rem;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2:before {
  content: '“';
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content h2:after {
  content: '”';
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content p {
  font-size: 0.8rem;
  line-height: 1.4em;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content p {
    font-size: 1rem;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content a {
  display: inline-block;
  height: 55px;
  width: auto;
  padding: 0 40px 0 70px;
  line-height: 56px;
  background-color: #7abbee;
  border-radius: 25px;
  color: #FFF;
  background-image: url(../images/icons/film-white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  position: relative;
  overflow: hidden;
  float: left;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content a {
    margin-top: 10px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content a:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.testimonials.video:not(.page):not(.subnav) .testimonial .testimonial_content a:hover:before {
  -webkit-animation: pulse 0.4s linear;
          animation: pulse 0.4s linear;
  display: block;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.testimonials.video:not(.page):not(.subnav) .testimonial.active {
  z-index: 10;
}

.testimonials.video:not(.page):not(.subnav) .testimonial.active .testimonial_vid {
  opacity: 1;
}

.testimonials.video:not(.page):not(.subnav) .testimonial.active .testimonial_content {
  opacity: 1;
  right: 0;
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 35%;
  height: 50px;
  z-index: 20;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls {
    right: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls {
    width: 100%;
    white-space: nowrap;
    height: 40px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d5d5d5;
  line-height: 50px;
  margin-top: 20px;
  display: inline-block;
  margin: 15px 15px 15px 0;
  cursor: pointer;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select.active, .testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select:hover {
  background: #7abbee;
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls .testimonial_select:last-of-type {
  margin-right: 0;
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials.video:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #585858;
  text-indent: -9999px;
  background-image: url(../images/icons/pointer-white.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  float: right;
  margin-left: 30px;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials.video:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials.video:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    background-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial,
.testimonials.video:not(.page):not(.subnav) .testimonial_controls #next_testimonial {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    background-size: 15px;
  }
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial:hover,
.testimonials.video:not(.page):not(.subnav) .testimonial_controls #next_testimonial:hover {
  background-color: #7abbee;
}

.testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .testimonials.video:not(.page):not(.subnav) .testimonial_controls #prev_testimonial {
    margin-right: 0;
  }
}

.page_span_banner {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .page_span_banner {
    height: 150px;
  }
}

#scroll_down {
  position: relative;
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../images/icons/scroll.png);
  background: url(../images/icons/scroll.svg);
  top: -25px;
  margin-bottom: -50px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 20;
  opacity: 1;
  position: relative;
  will-change: transform;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-property: opacity,top,-webkit-transform;
  transition-property: transform,opacity,top;
  transition-property: transform,opacity,top,-webkit-transform;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-delay: 0ms,100ms,0ms;
}

#scroll_down.hide {
  opacity: 0;
  top: 60px;
}

#scroll_down:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*-------------------------------------------------------------------BASE STYLES
*/
.page {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 60px;
  position: relative;
  background-size: 1067px auto;
  background-repeat: no-repeat;
  background-position: top right;
}

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

@media screen and (max-width: 1366px) {
  .page {
    width: 100%;
    padding: 60px 5% 60px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .page {
    width: 100%;
    padding: 30px 2.5% 60px 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .page {
    padding: 30px 5%;
    background-size: 110% auto;
    background-position: top right 0%;
  }
}

.page .breadcrumb {
  display: inline-block;
  padding-bottom: 30px;
  font-size: 0.8rem;
}

.page .breadcrumb a {
  font-size: 0.8rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .page .breadcrumb a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .page .breadcrumb a {
    font-size: 0.8rem;
  }
}

.page .breadcrumb a:last-of-type {
  color: #7abbee;
}

.page > h1 {
  padding: 20px 0 30px 0;
  margin-top: 20px;
  font-size: 2.6rem;
  font-weight: 600;
}

.page > h1:first-child {
  margin-top: 0;
}

.page > h2 {
  color: #2daae2;
  font-size: 2.16rem;
  line-height: 1.3em;
  font-weight: 200;
  padding: 0 0 40px 0;
  max-width: 80%;
}

.page > h3 {
  display: inline-block;
  font-size: 1.66rem;
  font-weight: 600;
  padding: 0 30px 15px 0;
  border-bottom: 5px solid #e1e1e1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.page > h3 strong {
  color: #57a3df;
}

.page > h4 {
  padding: 0 0 30px 0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #585858;
  max-width: 80%;
}

.page > p {
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0 0 20px 0;
  line-height: 1.4em;
  max-width: 800px;
}

.page > p strong {
  font-weight: 600;
}

.page .inline_media {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}

.page .inline_media iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .page .inline_media iframe {
    height: 240px;
  }
}

/*-------------------------------------------------------------------OVERVIEW PAGES
*/
.page.overview:not(.contact):not(.portfolio) {
  background-size: 1067px auto;
  background-repeat: no-repeat;
  background-position: top right;
}

.page.overview:not(.contact):not(.portfolio) p {
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .page.overview:not(.contact):not(.portfolio) p {
    max-width: 100%;
  }
}

.page.overview:not(.contact):not(.portfolio) p.emph {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 20px;
}

.page.overview:not(.contact):not(.portfolio) > p:last-of-type {
  padding-bottom: 40px;
}

.page.overview:not(.contact):not(.portfolio) .item {
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .page.overview:not(.contact):not(.portfolio) .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .page.overview:not(.contact):not(.portfolio) .item:nth-of-type(4n+1) {
    clear: left;
  }
}

@media screen and (max-width: 1024px) {
  .page.overview:not(.contact):not(.portfolio) .item {
    width: 31.66%;
    margin-right: 2.5%;
  }
  .page.overview:not(.contact):not(.portfolio) .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .page.overview:not(.contact):not(.portfolio) .item:nth-of-type(3n+1) {
    clear: left;
  }
}

@media screen and (max-width: 768px) {
  .page.overview:not(.contact):not(.portfolio) .item {
    width: 100%;
    margin-right: 0;
    clear: left;
    background: url(../images/divider.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page.overview:not(.contact):not(.portfolio) .item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
}

.page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(1) {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(1) img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(1) img.hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  will-change: transform;
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(2) {
  display: block;
  width: 100%;
  clear: both;
  float: none;
}

.page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(2) h2 {
  font-size: 1.1rem;
  padding-bottom: 10px !important;
  display: block !important;
  clear: both;
  float: none;
  font-weight: 600;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  .page.overview:not(.contact):not(.portfolio) .item a:nth-of-type(2) h2 {
    font-size: 1.2rem;
  }
}

.page.overview:not(.contact):not(.portfolio) .item * {
  font-size: 0.8rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.3em;
  max-width: 100%;
  padding-bottom: 0;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .page.overview:not(.contact):not(.portfolio) .item * {
    font-size: 1rem;
  }
}

.page.overview:not(.contact):not(.portfolio) .item:hover a:nth-of-type(2) h2 {
  color: #7abbee;
}

.page.overview:not(.contact):not(.portfolio) .item:hover a:nth-of-type(1) img.hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#brochure_image {
  width: 50%;
  height: 340px;
  background: url(../images/brochure.png) no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -250px;
}

@media screen and (max-width: 1366px) {
  #brochure_image {
    right: 5%;
  }
}

@media screen and (max-width: 768px) {
  #brochure_image {
    display: none;
  }
}

.page.content > h2,
.page.content table h2,
.page.content form h2,
.page.footer .content > h2,
.page.footer .content table h2,
.page.footer .content form h2,
.page.overview > h2,
.page.overview table h2,
.page.overview form h2 {
  line-height: 1.3em;
  padding-bottom: 10px;
  padding-top: 12px;
}

.page.content > h3,
.page.content table h3,
.page.content form h3,
.page.footer .content > h3,
.page.footer .content table h3,
.page.footer .content form h3,
.page.overview > h3,
.page.overview table h3,
.page.overview form h3 {
  font-size: 1.4rem;
  line-height: 1.3em;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .page.content > h3,
.page.content table h3,
.page.content form h3,
.page.footer .content > h3,
.page.footer .content table h3,
.page.footer .content form h3,
.page.overview > h3,
.page.overview table h3,
.page.overview form h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

.page.content > h4,
.page.content table h4,
.page.content form h4,
.page.footer .content > h4,
.page.footer .content table h4,
.page.footer .content form h4,
.page.overview > h4,
.page.overview table h4,
.page.overview form h4 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3em;
  padding-bottom: 8px;
  color: #7abbee;
}

@media screen and (max-width: 768px) {
  .page.content > h4,
.page.content table h4,
.page.content form h4,
.page.footer .content > h4,
.page.footer .content table h4,
.page.footer .content form h4,
.page.overview > h4,
.page.overview table h4,
.page.overview form h4 {
    font-size: 1rem;
    padding-bottom: 15px;
  }
}

.page.content > p,
.page.content table p,
.page.content form p,
.page.footer .content > p,
.page.footer .content table p,
.page.footer .content form p,
.page.overview > p,
.page.overview table p,
.page.overview form p {
  font-size: 1.1rem;
  line-height: 1.4;
  padding-bottom: 18px;
  font-weight: 300;
}

.page.content:not(.overview) p.emph,
.page.footer .content:not(.overview) p.emph,
.page.overview:not(.overview) p.emph {
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 25px;
}

.page.content > img,
.page.footer .content > img,
.page.overview > img {
  max-width: 80% !important;
  height: auto !important;
  margin: 10px 0 30px;
}

@media screen and (max-width: 768px) {
  .page.content > img,
.page.footer .content > img,
.page.overview > img {
    width: 100%;
    max-width: 100%;
  }
}

.page.content > ul,
.page.content > ol,
.page.content table ul,
.page.content table ol,
.page.footer .content > ul,
.page.footer .content > ol,
.page.footer .content table ul,
.page.footer .content table ol,
.page.overview > ul,
.page.overview > ol,
.page.overview table ul,
.page.overview table ol {
  padding-bottom: 16px;
}

.page.content > ul > li,
.page.content > ol > li,
.page.content table ul > li,
.page.content table ol > li,
.page.footer .content > ul > li,
.page.footer .content > ol > li,
.page.footer .content table ul > li,
.page.footer .content table ol > li,
.page.overview > ul > li,
.page.overview > ol > li,
.page.overview table ul > li,
.page.overview table ol > li {
  padding-bottom: 12px;
  padding-left: 18px;
  line-height: 1.3em;
  position: relative;
}

.page.content > ul > li:after,
.page.content > ol > li:after,
.page.content table ul > li:after,
.page.content table ol > li:after,
.page.footer .content > ul > li:after,
.page.footer .content > ol > li:after,
.page.footer .content table ul > li:after,
.page.footer .content table ol > li:after,
.page.overview > ul > li:after,
.page.overview > ol > li:after,
.page.overview table ul > li:after,
.page.overview table ol > li:after {
  width: 8px;
  height: 8px;
  content: '';
  background: #7abbee;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 2px;
}

.page.content table ul,
.page.content table ol,
.page.footer .content table ul,
.page.footer .content table ol,
.page.overview table ul,
.page.overview table ol {
  padding-bottom: 8px;
}

.page.content > ol,
.page.content table ol,
.page.footer .content > ol,
.page.footer .content table ol,
.page.overview > ol,
.page.overview table ol {
  counter-reset: list;
}

.page.content > ol > li,
.page.content table ol > li,
.page.footer .content > ol > li,
.page.footer .content table ol > li,
.page.overview > ol > li,
.page.overview table ol > li {
  padding-left: 0;
  counter-increment: list;
}

.page.content > ol > li:after,
.page.content table ol > li:after,
.page.footer .content > ol > li:after,
.page.footer .content table ol > li:after,
.page.overview > ol > li:after,
.page.overview table ol > li:after {
  display: none;
}

.page.content > ol > li:before,
.page.content table ol > li:before,
.page.footer .content > ol > li:before,
.page.footer .content table ol > li:before,
.page.overview > ol > li:before,
.page.overview table ol > li:before {
  content: counter(list) ".";
  position: static;
  padding: 0 6px 0 4px;
  height: 1.3em;
  background: none;
  color: #7abbee;
  display: inline-block;
  font-weight: bold;
}

.page.content table,
.page.footer .content table,
.page.overview table {
  margin-bottom: 20px;
  margin-top: 12px;
  width: 100% !important;
  max-width: 100% !important;
}

.page.content table td, .page.content table th,
.page.footer .content table td,
.page.footer .content table th,
.page.overview table td,
.page.overview table th {
  border: 1px solid #dcdcdc;
  padding: 22px 20px 24px;
  font-size: 1.1rem;
  line-height: 1.4;
  padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .page.content table td, .page.content table th,
.page.footer .content table td,
.page.footer .content table th,
.page.overview table td,
.page.overview table th {
    padding: 10px 14px;
  }
}

.page.content table td *:last-child, .page.content table th *:last-child,
.page.footer .content table td *:last-child,
.page.footer .content table th *:last-child,
.page.overview table td *:last-child,
.page.overview table th *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page.content a,
.page.footer .content a,
.page.overview a {
  color: #7abbee;
  font-size: 1em !important;
  font-weight: 600 !important;
}

.page.content a:hover,
.page.footer .content a:hover,
.page.overview a:hover {
  text-decoration: underline;
}

ul.sitemap {
  padding-bottom: 20px;
}

ul.sitemap li {
  padding-left: 25px;
  line-height: 1.3em;
  position: relative;
}

ul.sitemap li a {
  padding-bottom: 10px;
  display: inline-block;
}

ul.sitemap li a:after {
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background: #7abbee;
  position: absolute;
  left: 0;
  top: 6px;
}

ul.sitemap li.subnav.portfolio ul {
  display: none;
}

ul.sitemap > li > a {
  font-weight: bold;
  color: #7abbee;
}

/*-------------------------------------------------------------------RECRUITMENT
*/
.page.careers .key_traits {
  padding: 40px 0 30px;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page.careers .key_traits {
    padding: 20px 0 0 0;
  }
}

.page.careers .key_traits .trait {
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page.careers .key_traits .trait {
    width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
}

.page.careers .key_traits .trait:nth-of-type(4n) {
  margin-right: 0;
}

.page.careers .key_traits .trait:nth-of-type(4n+1) {
  clear: left;
}

.page.careers .key_traits .trait h3 {
  float: left;
  font-size: 6.66rem;
  color: #7abbee;
  font-weight: 700;
  vertical-align: text-top;
  padding-right: 20px;
  display: inline-block;
  line-height: 85px;
  height: 100%;
  padding-bottom: 40px;
  text-transform: capitalize;
}

.page.careers .key_traits .trait h4 {
  font-size: 1.1rem;
  padding-bottom: 10px !important;
  display: inline-block;
  clear: right;
}

@media screen and (max-width: 768px) {
  .page.careers .key_traits .trait h4 {
    font-size: 1.2rem;
  }
}

.page.careers .key_traits .trait p {
  font-size: 0.8rem;
  line-height: 1.4em;
  width: auto;
}

@media screen and (max-width: 768px) {
  .page.careers .key_traits .trait p {
    font-size: 1rem;
  }
}

.page.careers .vacancies {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #ededed;
}

.page.careers .vacancies .vacancy {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  padding: 30px 0 30px 140px;
  border-bottom: 1px solid #ededed;
  min-height: 160px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy {
    overflow: hidden;
    padding-left: 0;
  }
  .page.careers .vacancies .vacancy:last-of-type {
    border-bottom: 0;
  }
}

.page.careers .vacancies .vacancy img {
  width: auto;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy img {
    height: 100px;
    position: static;
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy img {
    bottom: auto;
    top: 30px;
  }
}

.page.careers .vacancies .vacancy h3 {
  font-size: 1.1rem;
  padding-bottom: 10px !important;
  display: inline-block;
  clear: right;
  padding-top: 10px;
}

.page.careers .vacancies .vacancy p {
  font-size: 0.8rem;
  max-width: 50%;
  line-height: 1.3em;
  clear: right;
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy p {
    max-width: 100%;
    font-size: 1rem;
  }
}

.page.careers .vacancies .vacancy a.more_info {
  font-size: 0.8rem;
  font-weight: 700;
  padding: 15px 0 0 25px;
  background: url(../images/icons/pointer-blue.png) no-repeat;
  background-size: 15px;
  background-position: left bottom 2px;
  display: inline-block;
  transition: color 300ms ease-in-out;
}

.page.careers .vacancies .vacancy a.more_info:hover {
  color: #7abbee;
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy a.more_info {
    display: none;
  }
}

.page.careers .vacancies .vacancy a.apply_online {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icons/paper-white.png);
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  .page.careers .vacancies .vacancy a.apply_online {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*-------------------------------------------------------------------RESOURCES
*/
.page.resources .item {
  margin-top: 30px;
  -moz-text-align-last: center;
       text-align-last: center;
}

.page.resources .item img {
  max-width: 40% !important;
  height: auto !important;
  display: block !important;
  margin: auto !important;
  float: none !important;
  margin-bottom: 20px !important;
}

.page.resources .item h2:first-of-type {
  font-size: 1.1rem;
  text-align: center;
  display: block;
  float: none !important;
  text-align: center;
}

.page.resources .item h2:first-of-type a {
  text-align: center;
  padding-bottom: 10px !important;
  display: block !important;
  clear: both;
  float: none;
  font-weight: bold;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .page.resources .item h2:first-of-type a {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

.page.resources .item p {
  float: none !important;
  text-align: center;
}

.page.resources .item a.download {
  font-weight: 700 !important;
  width: auto !important;
  padding: 15px 0 0 25px;
  background: url(../images/icons/pointer-blue.png) no-repeat;
  background-size: 15px;
  background-position: left bottom 2px;
  display: inline-block !important;
  font-size: 0.8rem !important;
  float: none !important;
  text-align: center;
  transition: color 300ms ease-in-out;
}

.page.resources .item a.download:hover {
  color: #7abbee;
}

.page.resources .item:nth-of-type(1), .page.resources .item:nth-of-type(2), .page.resources .item:nth-of-type(3), .page.resources .item:nth-of-type(4) {
  margin-top: 0;
}

/*-------------------------------------------------------------------TESTIMONIALS
*/
.page.overview.testimonials h2.break {
  font-size: 1.66rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  clear: both;
  padding-top: 75px;
  margin-top: 60px;
  background: url(../images/divider.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
  .page.overview.testimonials h2.break {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .page.overview.testimonials h2.break {
    background: none;
    padding-top: 20px;
    margin-top: 0;
  }
}

.page.overview.testimonials h2.break strong {
  color: #7abbee;
}

.page.overview.testimonials .client-logos {
  width: 100%;
  overflow: hidden;
}

.page.overview.testimonials .client-logos img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1366px) {
  .page.overview.testimonials .client-logos img {
    max-width: 80%;
    display: block;
    margin: auto;
    margin: 20px auto;
  }
}

@media screen and (max-width: 768px) {
  .page.overview.testimonials .client-logos img {
    max-width: 205%;
  }
}

/*-------------------------------------------------------------------BLOG OVERVIEW
*/
.page.overview.blog {
  min-height: 1200px;
}

.page.overview.blog form {
  width: 65%;
  height: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .page.overview.blog form {
    width: 100%;
  }
}

.page.overview.blog form ol {
  width: 100%;
}

.page.overview.blog form ol li {
  width: 100%;
  margin-right: 0;
}

.page.overview.blog form ol li button {
  float: right;
  margin-top: 0;
  background-image: url(../images/icons/filter.png);
  -webkit-transform: translatex(0);
          transform: translatex(0);
  left: 0;
}

@media screen and (max-width: 768px) {
  .page.overview.blog form ol li button {
    margin-top: 20px;
  }
}

.page.overview.blog form ol li select, .page.overview.blog form ol li .dropdown {
  display: inline-block;
  float: left;
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .page.overview.blog form ol li select, .page.overview.blog form ol li .dropdown {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .page.overview.blog form ol li select, .page.overview.blog form ol li .dropdown {
    width: 100%;
  }
}

.page.overview.blog #news_container {
  width: 60%;
  display: inline-block;
  margin-right: 10%;
  float: left;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #news_container {
    width: 100%;
    padding-bottom: 30px;
    margin-right: 0;
  }
}

.page.overview.blog #news_container .news_item {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  padding: 30px 30px 30px 140px;
  border-bottom: 1px solid #ededed;
  min-height: 160px;
  position: relative;
  opacity: 1;
  transition: opacity 600ms ease-in-out;
  max-height: none;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #news_container .news_item {
    padding: 30px 0;
  }
}

.page.overview.blog #news_container .news_item img {
  width: auto;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #news_container .news_item img {
    margin-top: 30px;
    position: static;
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 22px;
  }
}

.page.overview.blog #news_container .news_item h1 {
  padding-bottom: 0 !important;
  font-size: 1.2rem !important;
}

.page.overview.blog #news_container .news_item h1 a {
  font-size: 1em !important;
  line-height: 1.3em;
  padding-bottom: 10px !important;
  display: inline-block;
  clear: right;
  padding-top: 10px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #news_container .news_item h1 a {
    font-size: 1.2rem;
    padding-top: 0;
  }
}

.page.overview.blog #news_container .news_item p {
  font-size: 1rem;
  max-width: 100%;
  line-height: 1.3em;
  clear: right;
  padding-bottom: 0;
}

.page.overview.blog #news_container .news_item a.more_info {
  font-size: 0.8rem !important;
  font-weight: 700;
  padding: 15px 0 0 25px;
  background: url(../images/icons/pointer-blue.png) no-repeat;
  background-size: 15px;
  background-position: left bottom;
  display: inline-block;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #news_container .news_item a.more_info {
    font-size: 1rem !important;
  }
}

.page.overview.blog #news_container .news_item a.more_info:hover {
  color: #7abbee;
}

.page.overview.blog #news_container .news_item:first-of-type {
  border-top: 1px solid #ededed;
}

.page.overview.blog #news_container .news_item.fade {
  opacity: 0;
  max-height: 0px;
  min-height: 0px;
  padding: 0;
  border: none;
}

.page.overview.blog #news_container #news_loader {
  margin: 30px auto 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.page.overview.blog #news_container #news_loader.loading {
  opacity: 1;
}

.page.overview.blog #news_container #news_loader > div {
  background-color: #7abbee;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.page.overview.blog #news_container #news_loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.page.overview.blog #news_container #news_loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.page.overview.blog #news_container #news_loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.page.overview.blog #news_container #news_loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.page.overview.blog #twitter_container {
  width: 30%;
  height: 1330px !important;
  min-height: 800px;
  display: inline-block;
  float: left;
  border-left: 1px solid #ededed;
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  .page.overview.blog #twitter_container {
    display: none;
  }
}

.page.overview.blog #twitter_container iframe {
  height: 1330px !important;
}

/*-------------------------------------------------------------------BLOG ARTICLE
*/
.page.blog.content {
  padding-right: 18%;
  position: relative;
  min-height: 1300px;
}

@media screen and (max-width: 1366px) {
  .page.blog.content {
    padding-right: 30%;
  }
}

@media screen and (max-width: 1024px) {
  .page.blog.content {
    padding-right: 38%;
  }
}

@media screen and (max-width: 768px) {
  .page.blog.content {
    padding-right: 5%;
  }
}

.page.blog.content p.date {
  display: none;
}

.page.blog.content p.date + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page.blog.content #latest_news {
  width: 25%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 80px;
}

@media screen and (max-width: 1366px) {
  .page.blog.content #latest_news {
    right: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .page.blog.content #latest_news {
    width: 28%;
    padding-top: 30px;
    margin-right: 5%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .page.blog.content #latest_news {
    display: none;
  }
}

.page.blog.content #latest_news h1 {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .page.blog.content #latest_news h1 {
    padding-bottom: 15px;
  }
}

.page.blog.content #latest_news .article {
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}

.page.blog.content #latest_news .article h1 {
  padding-bottom: 15px;
}

.page.blog.content #latest_news .article h1 a {
  font-size: 1.3rem !important;
  line-height: 1.3em !important;
}

.page.blog.content #latest_news .article > *:not(h1):not(a) {
  font-size: 0.9rem;
  padding-bottom: 15px;
  line-height: 1.3em;
  font-weight: 400;
}

@media screen and (max-width: 1366px) {
  .page.blog.content #latest_news .article > *:not(h1):not(a) {
    font-size: 1rem;
  }
}

.page.blog.content #latest_news .article .read_more {
  font-weight: bold;
  display: block;
  padding-top: 15px;
  padding-left: 25px;
  font-size: 0.8rem;
  background: url(../images/icons/pointer-blue.png) no-repeat;
  background-size: 15px;
  background-position: left bottom 3px;
}

.page.blog.content #latest_news .article a {
  transition: color 300ms ease-in-out;
}

.page.blog.content #latest_news .article a:hover {
  color: #7abbee;
}

/*-------------------------------------------------------------------SERVICE PAGES
*/
body#websites #content .page_span_large,
body#marketing #content .page_span_large,
body#prospect-tracking #content .page_span_large,
body#bespoke-software #content .page_span_large,
body#branding #content .page_span_large,
body#about:not(.careers):not(.our-team) #content .page_span_large {
  width: 100%;
  height: auto;
}

body#websites #content .page_span_content_container,
body#marketing #content .page_span_content_container,
body#prospect-tracking #content .page_span_content_container,
body#bespoke-software #content .page_span_content_container,
body#branding #content .page_span_content_container,
body#about:not(.careers):not(.our-team) #content .page_span_content_container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body#websites #content .page_span_content_container,
body#marketing #content .page_span_content_container,
body#prospect-tracking #content .page_span_content_container,
body#bespoke-software #content .page_span_content_container,
body#branding #content .page_span_content_container,
body#about:not(.careers):not(.our-team) #content .page_span_content_container {
    position: relative;
    background: url(../images/divider.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  body#websites #content .page_span_content_container:before,
body#marketing #content .page_span_content_container:before,
body#prospect-tracking #content .page_span_content_container:before,
body#bespoke-software #content .page_span_content_container:before,
body#branding #content .page_span_content_container:before,
body#about:not(.careers):not(.our-team) #content .page_span_content_container:before {
    width: 5%;
    height: 90%;
    content: '';
    background: url(../images/icons/pointer-prev-blue.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  body#websites #content .page_span_content_container:after,
body#marketing #content .page_span_content_container:after,
body#prospect-tracking #content .page_span_content_container:after,
body#bespoke-software #content .page_span_content_container:after,
body#branding #content .page_span_content_container:after,
body#about:not(.careers):not(.our-team) #content .page_span_content_container:after {
    width: 5%;
    height: 90%;
    content: '';
    background: url(../images/icons/pointer-next-blue.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
  }
}

body#websites #content .page_span_content_container .page_span_content_wrapper,
body#marketing #content .page_span_content_container .page_span_content_wrapper,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper,
body#branding #content .page_span_content_container .page_span_content_wrapper,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  background: url(../images/divider.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

body#websites #content .page_span_content_container .page_span_content_wrapper::after,
body#marketing #content .page_span_content_container .page_span_content_wrapper::after,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper::after,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper::after,
body#branding #content .page_span_content_container .page_span_content_wrapper::after,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper,
body#marketing #content .page_span_content_container .page_span_content_wrapper,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper,
body#branding #content .page_span_content_container .page_span_content_wrapper,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper {
    max-width: 90%;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper,
body#marketing #content .page_span_content_container .page_span_content_wrapper,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper,
body#branding #content .page_span_content_container .page_span_content_wrapper,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper {
    max-width: 100%;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper,
body#marketing #content .page_span_content_container .page_span_content_wrapper,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper,
body#branding #content .page_span_content_container .page_span_content_wrapper,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper {
    max-width: 100%;
    display: block;
    margin: auto;
    white-space: nowrap;
    padding: 0 0 30px 0;
    position: relative;
    left: 0%;
    will-change: left;
    background: none;
    transition: left 300ms ease-in-out;
  }
  body#websites #content .page_span_content_container .page_span_content_wrapper.active_2,
body#marketing #content .page_span_content_container .page_span_content_wrapper.active_2,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper.active_2,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper.active_2,
body#branding #content .page_span_content_container .page_span_content_wrapper.active_2,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper.active_2 {
    left: -100%;
  }
  body#websites #content .page_span_content_container .page_span_content_wrapper.active_3,
body#marketing #content .page_span_content_container .page_span_content_wrapper.active_3,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper.active_3,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper.active_3,
body#branding #content .page_span_content_container .page_span_content_wrapper.active_3,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper.active_3 {
    left: -200%;
  }
  body#websites #content .page_span_content_container .page_span_content_wrapper.active_4,
body#marketing #content .page_span_content_container .page_span_content_wrapper.active_4,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper.active_4,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper.active_4,
body#branding #content .page_span_content_container .page_span_content_wrapper.active_4,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper.active_4 {
    left: -300%;
  }
}

body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content {
  width: 25%;
  height: auto;
  display: inline-block;
  float: left;
  padding: 0 20px;
  white-space: normal;
}

@media screen and (max-width: 1024px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 10%;
  }
}

body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content h3 {
  font-size: 1.2rem;
  padding-bottom: 15px;
  font-weight: 700;
  padding-top: 50px;
  position: relative;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content h3,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content h3 {
    padding-top: 30px;
  }
}

body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content h3:after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(122, 187, 238, 0);
  border-bottom-color: #7abbee;
  border-width: 10px;
  top: 20px;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out, top 300ms ease-in-out;
}

body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content p {
  font-size: 0.8rem;
  padding-bottom: 15px;
  line-height: 1.3em;
}

@media screen and (max-width: 1024px) {
  body#websites #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#marketing #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#prospect-tracking #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#bespoke-software #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#branding #content .page_span_content_container .page_span_content_wrapper .page_span_content p,
body#about:not(.careers):not(.our-team) #content .page_span_content_container .page_span_content_wrapper .page_span_content p {
    font-size: 1rem;
  }
}

body#websites #content .page,
body#marketing #content .page,
body#prospect-tracking #content .page,
body#bespoke-software #content .page,
body#branding #content .page,
body#about:not(.careers):not(.our-team) #content .page {
  background: none;
  padding-top: 0;
  text-align: center;
}

body#websites #content .page .breadcrumb,
body#marketing #content .page .breadcrumb,
body#prospect-tracking #content .page .breadcrumb,
body#bespoke-software #content .page .breadcrumb,
body#branding #content .page .breadcrumb,
body#about:not(.careers):not(.our-team) #content .page .breadcrumb {
  display: none;
}

body#websites #content .page > h1,
body#marketing #content .page > h1,
body#prospect-tracking #content .page > h1,
body#bespoke-software #content .page > h1,
body#branding #content .page > h1,
body#about:not(.careers):not(.our-team) #content .page > h1 {
  text-align: center;
  font-weight: 600;
  font-size: 2.6rem;
  display: block;
  padding-top: 60px;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page > h1,
body#marketing #content .page > h1,
body#prospect-tracking #content .page > h1,
body#bespoke-software #content .page > h1,
body#branding #content .page > h1,
body#about:not(.careers):not(.our-team) #content .page > h1 {
    font-size: 2.4rem;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1024px) {
  body#websites #content .page > h1,
body#marketing #content .page > h1,
body#prospect-tracking #content .page > h1,
body#bespoke-software #content .page > h1,
body#branding #content .page > h1,
body#about:not(.careers):not(.our-team) #content .page > h1 {
    padding-top: 60px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page > h1,
body#marketing #content .page > h1,
body#prospect-tracking #content .page > h1,
body#bespoke-software #content .page > h1,
body#branding #content .page > h1,
body#about:not(.careers):not(.our-team) #content .page > h1 {
    font-size: 2rem;
    padding-top: 30px;
  }
}

body#websites #content .page > h2,
body#marketing #content .page > h2,
body#prospect-tracking #content .page > h2,
body#bespoke-software #content .page > h2,
body#branding #content .page > h2,
body#about:not(.careers):not(.our-team) #content .page > h2 {
  font-size: 2.16rem;
  text-align: center;
  line-height: 1.3em;
  max-width: 100%;
  display: block;
  margin: auto;
  padding: 0 12.5% 30px 12.5%;
  font-weight: 300;
  color: #2daae2;
}

body#websites #content .page > h2 strong,
body#marketing #content .page > h2 strong,
body#prospect-tracking #content .page > h2 strong,
body#bespoke-software #content .page > h2 strong,
body#branding #content .page > h2 strong,
body#about:not(.careers):not(.our-team) #content .page > h2 strong {
  font-weight: 300;
  color: #7abbee;
  clear: left;
  display: inline-block;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page > h2,
body#marketing #content .page > h2,
body#prospect-tracking #content .page > h2,
body#bespoke-software #content .page > h2,
body#branding #content .page > h2,
body#about:not(.careers):not(.our-team) #content .page > h2 {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page > h2,
body#marketing #content .page > h2,
body#prospect-tracking #content .page > h2,
body#bespoke-software #content .page > h2,
body#branding #content .page > h2,
body#about:not(.careers):not(.our-team) #content .page > h2 {
    font-size: 1.6rem;
    padding: 0 0 40px 0;
  }
}

body#websites #content .page > h3,
body#websites #content .page .how_we_do_it > h3,
body#marketing #content .page > h3,
body#marketing #content .page .how_we_do_it > h3,
body#prospect-tracking #content .page > h3,
body#prospect-tracking #content .page .how_we_do_it > h3,
body#bespoke-software #content .page > h3,
body#bespoke-software #content .page .how_we_do_it > h3,
body#branding #content .page > h3,
body#branding #content .page .how_we_do_it > h3,
body#about:not(.careers):not(.our-team) #content .page > h3,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it > h3 {
  font-size: 1.8rem;
  padding: 12px 20px 12px 20px;
  border-bottom: 5px solid #e1e1e1;
  font-weight: bold;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: auto;
  clear: both;
}

@media screen and (max-width: 768px) {
  body#websites #content .page > h3,
body#websites #content .page .how_we_do_it > h3,
body#marketing #content .page > h3,
body#marketing #content .page .how_we_do_it > h3,
body#prospect-tracking #content .page > h3,
body#prospect-tracking #content .page .how_we_do_it > h3,
body#bespoke-software #content .page > h3,
body#bespoke-software #content .page .how_we_do_it > h3,
body#branding #content .page > h3,
body#branding #content .page .how_we_do_it > h3,
body#about:not(.careers):not(.our-team) #content .page > h3,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it > h3 {
    font-size: 1.6rem;
    width: 260px;
    line-height: 1.2;
  }
}

body#websites #content .page > h3.left,
body#websites #content .page .how_we_do_it > h3.left,
body#marketing #content .page > h3.left,
body#marketing #content .page .how_we_do_it > h3.left,
body#prospect-tracking #content .page > h3.left,
body#prospect-tracking #content .page .how_we_do_it > h3.left,
body#bespoke-software #content .page > h3.left,
body#bespoke-software #content .page .how_we_do_it > h3.left,
body#branding #content .page > h3.left,
body#branding #content .page .how_we_do_it > h3.left,
body#about:not(.careers):not(.our-team) #content .page > h3.left,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it > h3.left {
  text-indent: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: block;
  width: auto;
  position: relative;
  border: none;
  text-align: left;
  float: left;
  display: block;
  padding-left: 0;
}

body#websites #content .page > h3.left:after,
body#websites #content .page .how_we_do_it > h3.left:after,
body#marketing #content .page > h3.left:after,
body#marketing #content .page .how_we_do_it > h3.left:after,
body#prospect-tracking #content .page > h3.left:after,
body#prospect-tracking #content .page .how_we_do_it > h3.left:after,
body#bespoke-software #content .page > h3.left:after,
body#bespoke-software #content .page .how_we_do_it > h3.left:after,
body#branding #content .page > h3.left:after,
body#branding #content .page .how_we_do_it > h3.left:after,
body#about:not(.careers):not(.our-team) #content .page > h3.left:after,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it > h3.left:after {
  width: 200px;
  height: 5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e1e1e1;
}

body#websites #content .page > h4,
body#marketing #content .page > h4,
body#prospect-tracking #content .page > h4,
body#bespoke-software #content .page > h4,
body#branding #content .page > h4,
body#about:not(.careers):not(.our-team) #content .page > h4 {
  font-size: 1.66rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: auto;
  line-height: 1.3em;
  max-width: 100%;
  display: block;
  margin: auto;
  font-weight: 300;
  padding: 0 12.5% 60px 12.5%;
  color: #57a3df !important;
}

@media screen and (max-width: 768px) {
  body#websites #content .page > h4,
body#marketing #content .page > h4,
body#prospect-tracking #content .page > h4,
body#bespoke-software #content .page > h4,
body#branding #content .page > h4,
body#about:not(.careers):not(.our-team) #content .page > h4 {
    font-size: 1.6rem;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0;
  }
}

body#websites #content .page > p,
body#marketing #content .page > p,
body#prospect-tracking #content .page > p,
body#bespoke-software #content .page > p,
body#branding #content .page > p,
body#about:not(.careers):not(.our-team) #content .page > p {
  margin: auto;
  max-width: 800px;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page > p,
body#marketing #content .page > p,
body#prospect-tracking #content .page > p,
body#bespoke-software #content .page > p,
body#branding #content .page > p,
body#about:not(.careers):not(.our-team) #content .page > p {
    max-width: 720px;
  }
}

body#websites #content .page .key_points,
body#marketing #content .page .key_points,
body#prospect-tracking #content .page .key_points,
body#bespoke-software #content .page .key_points,
body#branding #content .page .key_points,
body#about:not(.careers):not(.our-team) #content .page .key_points {
  width: 100%;
  height: auto;
  padding-top: 60px;
  display: block;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points,
body#marketing #content .page .key_points,
body#prospect-tracking #content .page .key_points,
body#bespoke-software #content .page .key_points,
body#branding #content .page .key_points,
body#about:not(.careers):not(.our-team) #content .page .key_points {
    padding-top: 50px;
  }
}

body#websites #content .page .key_points .slides,
body#marketing #content .page .key_points .slides,
body#prospect-tracking #content .page .key_points .slides,
body#bespoke-software #content .page .key_points .slides,
body#branding #content .page .key_points .slides,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides,
body#marketing #content .page .key_points .slides,
body#prospect-tracking #content .page .key_points .slides,
body#bespoke-software #content .page .key_points .slides,
body#branding #content .page .key_points .slides,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides {
    padding: 0;
  }
}

body#websites #content .page .key_points .slides li,
body#marketing #content .page .key_points .slides li,
body#prospect-tracking #content .page .key_points .slides li,
body#bespoke-software #content .page .key_points .slides li,
body#branding #content .page .key_points .slides li,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 20px 40px 20px;
  position: relative;
  left: -10%;
  opacity: 0;
  transition: left 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (min-width: 1366px) {
  body#websites #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3),
body#marketing #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3),
body#prospect-tracking #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3),
body#bespoke-software #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3),
body#branding #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(3) {
    margin-left: 12.5%;
  }
  body#websites #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2),
body#marketing #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2),
body#prospect-tracking #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2),
body#bespoke-software #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2),
body#branding #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(2) {
    margin-left: 25%;
  }
  body#websites #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1),
body#marketing #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1),
body#prospect-tracking #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1),
body#bespoke-software #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1),
body#branding #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-child(4n+1):nth-last-child(1) {
    margin-left: 37.5%;
  }
}

@media screen and (max-width: 1024px) {
  body#websites #content .page .key_points .slides li,
body#marketing #content .page .key_points .slides li,
body#prospect-tracking #content .page .key_points .slides li,
body#bespoke-software #content .page .key_points .slides li,
body#branding #content .page .key_points .slides li,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li {
    width: 33.33%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  body#websites #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2),
body#marketing #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2),
body#prospect-tracking #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2),
body#bespoke-software #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2),
body#branding #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(2) {
    margin-left: 16.5%;
  }
  body#websites #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1),
body#marketing #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1),
body#prospect-tracking #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1),
body#bespoke-software #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1),
body#branding #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-child(3n+1):nth-last-child(1) {
    margin-left: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li,
body#marketing #content .page .key_points .slides li,
body#prospect-tracking #content .page .key_points .slides li,
body#bespoke-software #content .page .key_points .slides li,
body#branding #content .page .key_points .slides li,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li {
    width: 100%;
    padding: 0 0 40px 0;
    left: 0 !important;
    opacity: 1 !important;
  }
}

body#websites #content .page .key_points .slides li .image_wrapper,
body#marketing #content .page .key_points .slides li .image_wrapper,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper,
body#bespoke-software #content .page .key_points .slides li .image_wrapper,
body#branding #content .page .key_points .slides li .image_wrapper,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper {
  width: 50%;
  height: auto;
  display: block;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li .image_wrapper,
body#marketing #content .page .key_points .slides li .image_wrapper,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper,
body#bespoke-software #content .page .key_points .slides li .image_wrapper,
body#branding #content .page .key_points .slides li .image_wrapper,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
  }
}

body#websites #content .page .key_points .slides li .image_wrapper img,
body#marketing #content .page .key_points .slides li .image_wrapper img,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper img,
body#bespoke-software #content .page .key_points .slides li .image_wrapper img,
body#branding #content .page .key_points .slides li .image_wrapper img,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper img {
  width: 76%;
  margin: 12%;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li .image_wrapper img,
body#marketing #content .page .key_points .slides li .image_wrapper img,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper img,
body#bespoke-software #content .page .key_points .slides li .image_wrapper img,
body#branding #content .page .key_points .slides li .image_wrapper img,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

body#websites #content .page .key_points .slides li .image_wrapper:before,
body#marketing #content .page .key_points .slides li .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li .image_wrapper:before,
body#branding #content .page .key_points .slides li .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper:before {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  margin: auto;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  opacity: 0;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li .image_wrapper:before,
body#marketing #content .page .key_points .slides li .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li .image_wrapper:before,
body#branding #content .page .key_points .slides li .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li .image_wrapper:before {
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

body#websites #content .page .key_points .slides li h3,
body#marketing #content .page .key_points .slides li h3,
body#prospect-tracking #content .page .key_points .slides li h3,
body#bespoke-software #content .page .key_points .slides li h3,
body#branding #content .page .key_points .slides li h3,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li h3 {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.2rem;
  padding-bottom: 10px;
  text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li h3,
body#marketing #content .page .key_points .slides li h3,
body#prospect-tracking #content .page .key_points .slides li h3,
body#bespoke-software #content .page .key_points .slides li h3,
body#branding #content .page .key_points .slides li h3,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li h3 {
    font-size: 1.4rem;
    padding-bottom: 6px;
  }
}

body#websites #content .page .key_points .slides li h3 strong,
body#marketing #content .page .key_points .slides li h3 strong,
body#prospect-tracking #content .page .key_points .slides li h3 strong,
body#bespoke-software #content .page .key_points .slides li h3 strong,
body#branding #content .page .key_points .slides li h3 strong,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li h3 strong {
  color: #7abbee;
}

body#websites #content .page .key_points .slides li p,
body#marketing #content .page .key_points .slides li p,
body#prospect-tracking #content .page .key_points .slides li p,
body#bespoke-software #content .page .key_points .slides li p,
body#branding #content .page .key_points .slides li p,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li p {
  font-size: 0.9rem;
  line-height: 1.4em;
}

@media screen and (max-width: 1366px) {
  body#websites #content .page .key_points .slides li p,
body#marketing #content .page .key_points .slides li p,
body#prospect-tracking #content .page .key_points .slides li p,
body#bespoke-software #content .page .key_points .slides li p,
body#branding #content .page .key_points .slides li p,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page .key_points .slides li p,
body#marketing #content .page .key_points .slides li p,
body#prospect-tracking #content .page .key_points .slides li p,
body#bespoke-software #content .page .key_points .slides li p,
body#branding #content .page .key_points .slides li p,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li p {
    font-size: 1.1rem;
    max-width: 90%;
    display: block;
    margin: auto;
  }
}

@media screen and (min-width: 1024px) {
  body#websites #content .page .key_points .slides li:nth-of-type(4n + 1),
body#marketing #content .page .key_points .slides li:nth-of-type(4n + 1),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n + 1),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n + 1),
body#branding #content .page .key_points .slides li:nth-of-type(4n + 1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 1024px) {
  body#websites #content .page .key_points .slides li:nth-of-type(3n + 1),
body#marketing #content .page .key_points .slides li:nth-of-type(3n + 1),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n + 1),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n + 1),
body#branding #content .page .key_points .slides li:nth-of-type(3n + 1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n + 1) {
    clear: left;
  }
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-3),
body#marketing #content .page .key_points .slides li:nth-of-type(4n-3),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-3),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-3),
body#branding #content .page .key_points .slides li:nth-of-type(4n-3),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-3) {
  transition: left 300ms ease-in-out, opacity 300ms ease-in-out;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-3) .image_wrapper:before {
  transition: width 300ms ease-in-out 300ms, height 300ms ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-2),
body#marketing #content .page .key_points .slides li:nth-of-type(4n-2),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-2),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-2),
body#branding #content .page .key_points .slides li:nth-of-type(4n-2),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-2) {
  transition: left 300ms ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-2) .image_wrapper:before {
  transition: width 300ms ease-in-out 600ms, height 300ms ease-in-out 600ms, opacity 300ms ease-in-out 600ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-1),
body#marketing #content .page .key_points .slides li:nth-of-type(4n-1),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-1),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-1),
body#branding #content .page .key_points .slides li:nth-of-type(4n-1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-1) {
  transition: left 300ms ease-in-out 600ms, opacity 300ms ease-in-out 600ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n-1) .image_wrapper:before {
  transition: width 300ms ease-in-out 900ms, height 300ms ease-in-out 900ms, opacity 300ms ease-in-out 900ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n),
body#marketing #content .page .key_points .slides li:nth-of-type(4n),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n),
body#branding #content .page .key_points .slides li:nth-of-type(4n),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n) {
  transition: left 300ms ease-in-out 900ms, opacity 300ms ease-in-out 900ms;
}

body#websites #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(4n) .image_wrapper:before {
  transition: width 300ms ease-in-out 1200ms, height 300ms ease-in-out 1200ms, opacity 300ms ease-in-out 1200ms;
}

@media screen and (max-width: 1024px) {
  body#websites #content .page .key_points .slides li:nth-of-type(3n-2),
body#marketing #content .page .key_points .slides li:nth-of-type(3n-2),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n-2),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n-2),
body#branding #content .page .key_points .slides li:nth-of-type(3n-2),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n-2) {
    transition: left 300ms ease-in-out, opacity 300ms ease-in-out;
  }
  body#websites #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n-2) .image_wrapper:before {
    transition: width 300ms ease-in-out 300ms, height 300ms ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
  }
  body#websites #content .page .key_points .slides li:nth-of-type(3n-1),
body#marketing #content .page .key_points .slides li:nth-of-type(3n-1),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n-1),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n-1),
body#branding #content .page .key_points .slides li:nth-of-type(3n-1),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n-1) {
    transition: left 300ms ease-in-out 300ms, opacity 300ms ease-in-out 300ms;
  }
  body#websites #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n-1) .image_wrapper:before {
    transition: width 300ms ease-in-out 600ms, height 300ms ease-in-out 600ms, opacity 300ms ease-in-out 600ms;
  }
  body#websites #content .page .key_points .slides li:nth-of-type(3n),
body#marketing #content .page .key_points .slides li:nth-of-type(3n),
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n),
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n),
body#branding #content .page .key_points .slides li:nth-of-type(3n),
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n) {
    transition: left 300ms ease-in-out 600ms, opacity 300ms ease-in-out 600ms;
  }
  body#websites #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before,
body#marketing #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before,
body#branding #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li:nth-of-type(3n) .image_wrapper:before {
    transition: width 300ms ease-in-out 900ms, height 300ms ease-in-out 900ms, opacity 300ms ease-in-out 900ms;
  }
}

body#websites #content .page .key_points .slides li.pop,
body#marketing #content .page .key_points .slides li.pop,
body#prospect-tracking #content .page .key_points .slides li.pop,
body#bespoke-software #content .page .key_points .slides li.pop,
body#branding #content .page .key_points .slides li.pop,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li.pop {
  left: 0;
  opacity: 1;
}

body#websites #content .page .key_points .slides li.pop .image_wrapper:before,
body#marketing #content .page .key_points .slides li.pop .image_wrapper:before,
body#prospect-tracking #content .page .key_points .slides li.pop .image_wrapper:before,
body#bespoke-software #content .page .key_points .slides li.pop .image_wrapper:before,
body#branding #content .page .key_points .slides li.pop .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .slides li.pop .image_wrapper:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}

body#websites #content .page .key_points .links,
body#marketing #content .page .key_points .links,
body#prospect-tracking #content .page .key_points .links,
body#bespoke-software #content .page .key_points .links,
body#branding #content .page .key_points .links,
body#about:not(.careers):not(.our-team) #content .page .key_points .links {
  display: none;
}

body#websites #content .page .key_points .benifits .slides li .image_wrapper,
body#marketing #content .page .key_points .benifits .slides li .image_wrapper,
body#prospect-tracking #content .page .key_points .benifits .slides li .image_wrapper,
body#bespoke-software #content .page .key_points .benifits .slides li .image_wrapper,
body#branding #content .page .key_points .benifits .slides li .image_wrapper,
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li .image_wrapper {
  border-radius: 50%;
  max-width: 50%;
  margin-bottom: 20px;
}

body#websites #content .page .key_points .benifits .slides li .image_wrapper:before,
body#marketing #content .page .key_points .benifits .slides li .image_wrapper:before,
body#prospect-tracking #content .page .key_points .benifits .slides li .image_wrapper:before,
body#bespoke-software #content .page .key_points .benifits .slides li .image_wrapper:before,
body#branding #content .page .key_points .benifits .slides li .image_wrapper:before,
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li .image_wrapper:before {
  border: none;
  background: #7abbee;
  z-index: -1;
}

body#websites #content .page .key_points .benifits .slides li:nth-last-of-type(1), body#websites #content .page .key_points .benifits .slides li:nth-last-of-type(2), body#websites #content .page .key_points .benifits .slides li:nth-last-of-type(3), body#websites #content .page .key_points .benifits .slides li:nth-last-of-type(4),
body#marketing #content .page .key_points .benifits .slides li:nth-last-of-type(1),
body#marketing #content .page .key_points .benifits .slides li:nth-last-of-type(2),
body#marketing #content .page .key_points .benifits .slides li:nth-last-of-type(3),
body#marketing #content .page .key_points .benifits .slides li:nth-last-of-type(4),
body#prospect-tracking #content .page .key_points .benifits .slides li:nth-last-of-type(1),
body#prospect-tracking #content .page .key_points .benifits .slides li:nth-last-of-type(2),
body#prospect-tracking #content .page .key_points .benifits .slides li:nth-last-of-type(3),
body#prospect-tracking #content .page .key_points .benifits .slides li:nth-last-of-type(4),
body#bespoke-software #content .page .key_points .benifits .slides li:nth-last-of-type(1),
body#bespoke-software #content .page .key_points .benifits .slides li:nth-last-of-type(2),
body#bespoke-software #content .page .key_points .benifits .slides li:nth-last-of-type(3),
body#bespoke-software #content .page .key_points .benifits .slides li:nth-last-of-type(4),
body#branding #content .page .key_points .benifits .slides li:nth-last-of-type(1),
body#branding #content .page .key_points .benifits .slides li:nth-last-of-type(2),
body#branding #content .page .key_points .benifits .slides li:nth-last-of-type(3),
body#branding #content .page .key_points .benifits .slides li:nth-last-of-type(4),
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li:nth-last-of-type(1),
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li:nth-last-of-type(2),
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li:nth-last-of-type(3),
body#about:not(.careers):not(.our-team) #content .page .key_points .benifits .slides li:nth-last-of-type(4) {
  margin-bottom: 20px;
}

body#websites #content .page .how_we_do_it,
body#marketing #content .page .how_we_do_it,
body#prospect-tracking #content .page .how_we_do_it,
body#bespoke-software #content .page .how_we_do_it,
body#branding #content .page .how_we_do_it,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it {
  background: url(../images/divider.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  body#websites #content .page .how_we_do_it,
body#marketing #content .page .how_we_do_it,
body#prospect-tracking #content .page .how_we_do_it,
body#bespoke-software #content .page .how_we_do_it,
body#branding #content .page .how_we_do_it,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it {
    padding-top: 40px;
    margin-top: 30px;
  }
}

body#websites #content .page .how_we_do_it .slides,
body#marketing #content .page .how_we_do_it .slides,
body#prospect-tracking #content .page .how_we_do_it .slides,
body#bespoke-software #content .page .how_we_do_it .slides,
body#branding #content .page .how_we_do_it .slides,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides {
  width: 100%;
  height: auto;
  overflow: hidden;
}

body#websites #content .page .how_we_do_it .slides li,
body#marketing #content .page .how_we_do_it .slides li,
body#prospect-tracking #content .page .how_we_do_it .slides li,
body#bespoke-software #content .page .how_we_do_it .slides li,
body#branding #content .page .how_we_do_it .slides li,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 0 20px 30px 20px;
}

@media screen and (max-width: 1024px) {
  body#websites #content .page .how_we_do_it .slides li,
body#marketing #content .page .how_we_do_it .slides li,
body#prospect-tracking #content .page .how_we_do_it .slides li,
body#bespoke-software #content .page .how_we_do_it .slides li,
body#branding #content .page .how_we_do_it .slides li,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li {
    padding: 0 15px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page .how_we_do_it .slides li,
body#marketing #content .page .how_we_do_it .slides li,
body#prospect-tracking #content .page .how_we_do_it .slides li,
body#bespoke-software #content .page .how_we_do_it .slides li,
body#branding #content .page .how_we_do_it .slides li,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

body#websites #content .page .how_we_do_it .slides li h3,
body#marketing #content .page .how_we_do_it .slides li h3,
body#prospect-tracking #content .page .how_we_do_it .slides li h3,
body#bespoke-software #content .page .how_we_do_it .slides li h3,
body#branding #content .page .how_we_do_it .slides li h3,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li h3 {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

body#websites #content .page .how_we_do_it .slides li h3 strong,
body#marketing #content .page .how_we_do_it .slides li h3 strong,
body#prospect-tracking #content .page .how_we_do_it .slides li h3 strong,
body#bespoke-software #content .page .how_we_do_it .slides li h3 strong,
body#branding #content .page .how_we_do_it .slides li h3 strong,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li h3 strong {
  color: #7abbee;
}

body#websites #content .page .how_we_do_it .slides li p,
body#marketing #content .page .how_we_do_it .slides li p,
body#prospect-tracking #content .page .how_we_do_it .slides li p,
body#bespoke-software #content .page .how_we_do_it .slides li p,
body#branding #content .page .how_we_do_it .slides li p,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li p {
  font-size: 0.8rem;
  line-height: 1.4em;
}

body#websites #content .page .how_we_do_it .slides li img,
body#marketing #content .page .how_we_do_it .slides li img,
body#prospect-tracking #content .page .how_we_do_it .slides li img,
body#bespoke-software #content .page .how_we_do_it .slides li img,
body#branding #content .page .how_we_do_it .slides li img,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: -25px;
}

@media screen and (max-width: 1024px) {
  body#websites #content .page .how_we_do_it .slides li img,
body#marketing #content .page .how_we_do_it .slides li img,
body#prospect-tracking #content .page .how_we_do_it .slides li img,
body#bespoke-software #content .page .how_we_do_it .slides li img,
body#branding #content .page .how_we_do_it .slides li img,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li img {
    max-width: 100%;
    margin-bottom: -45px;
  }
}

@media screen and (max-width: 768px) {
  body#websites #content .page .how_we_do_it .slides li img,
body#marketing #content .page .how_we_do_it .slides li img,
body#prospect-tracking #content .page .how_we_do_it .slides li img,
body#bespoke-software #content .page .how_we_do_it .slides li img,
body#branding #content .page .how_we_do_it .slides li img,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li img {
    display: inline-block;
    margin-bottom: -80px;
    margin-left: 12%;
  }
}

body#websites #content .page .how_we_do_it .slides li:nth-of-type(4n + 1),
body#marketing #content .page .how_we_do_it .slides li:nth-of-type(4n + 1),
body#prospect-tracking #content .page .how_we_do_it .slides li:nth-of-type(4n + 1),
body#bespoke-software #content .page .how_we_do_it .slides li:nth-of-type(4n + 1),
body#branding #content .page .how_we_do_it .slides li:nth-of-type(4n + 1),
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .slides li:nth-of-type(4n + 1) {
  clear: left;
}

body#websites #content .page .how_we_do_it .links,
body#marketing #content .page .how_we_do_it .links,
body#prospect-tracking #content .page .how_we_do_it .links,
body#bespoke-software #content .page .how_we_do_it .links,
body#branding #content .page .how_we_do_it .links,
body#about:not(.careers):not(.our-team) #content .page .how_we_do_it .links {
  display: none;
}

body#websites #content > h1,
body#marketing #content > h1,
body#prospect-tracking #content > h1,
body#bespoke-software #content > h1,
body#branding #content > h1,
body#about:not(.careers):not(.our-team) #content > h1 {
  padding-bottom: 0;
}

body#websites .call_to_action,
body#marketing .call_to_action,
body#prospect-tracking .call_to_action,
body#bespoke-software .call_to_action,
body#branding .call_to_action,
body#about:not(.careers):not(.our-team) .call_to_action {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 1366px) {
  body#websites .call_to_action,
body#marketing .call_to_action,
body#prospect-tracking .call_to_action,
body#bespoke-software .call_to_action,
body#branding .call_to_action,
body#about:not(.careers):not(.our-team) .call_to_action {
    height: 260px;
  }
}

@media screen and (max-width: 768px) {
  body#websites .call_to_action,
body#marketing .call_to_action,
body#prospect-tracking .call_to_action,
body#bespoke-software .call_to_action,
body#branding .call_to_action,
body#about:not(.careers):not(.our-team) .call_to_action {
    height: 320px;
  }
}

body#websites .call_to_action .cta-background,
body#marketing .call_to_action .cta-background,
body#prospect-tracking .call_to_action .cta-background,
body#bespoke-software .call_to_action .cta-background,
body#branding .call_to_action .cta-background,
body#about:not(.careers):not(.our-team) .call_to_action .cta-background {
  width: 100%;
  height: 100%;
}

body#websites .call_to_action .cta-background img,
body#marketing .call_to_action .cta-background img,
body#prospect-tracking .call_to_action .cta-background img,
body#bespoke-software .call_to_action .cta-background img,
body#branding .call_to_action .cta-background img,
body#about:not(.careers):not(.our-team) .call_to_action .cta-background img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1366px) {
  body#websites .call_to_action .cta-background img,
body#marketing .call_to_action .cta-background img,
body#prospect-tracking .call_to_action .cta-background img,
body#bespoke-software .call_to_action .cta-background img,
body#branding .call_to_action .cta-background img,
body#about:not(.careers):not(.our-team) .call_to_action .cta-background img {
    width: auto;
    height: 100%;
  }
}

body#websites .call_to_action .overlay,
body#marketing .call_to_action .overlay,
body#prospect-tracking .call_to_action .overlay,
body#bespoke-software .call_to_action .overlay,
body#branding .call_to_action .overlay,
body#about:not(.careers):not(.our-team) .call_to_action .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 620px;
  height: 200px;
  padding: 40px;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body#websites .call_to_action .overlay,
body#marketing .call_to_action .overlay,
body#prospect-tracking .call_to_action .overlay,
body#bespoke-software .call_to_action .overlay,
body#branding .call_to_action .overlay,
body#about:not(.careers):not(.our-team) .call_to_action .overlay {
    width: 90%;
    height: 260px;
  }
}

body#websites .call_to_action .overlay h3,
body#marketing .call_to_action .overlay h3,
body#prospect-tracking .call_to_action .overlay h3,
body#bespoke-software .call_to_action .overlay h3,
body#branding .call_to_action .overlay h3,
body#about:not(.careers):not(.our-team) .call_to_action .overlay h3 {
  font-size: 2.2rem;
  font-weight: 300;
  padding-bottom: 30px;
  color: #FFF !important;
}

@media screen and (max-width: 768px) {
  body#websites .call_to_action .overlay h3,
body#marketing .call_to_action .overlay h3,
body#prospect-tracking .call_to_action .overlay h3,
body#bespoke-software .call_to_action .overlay h3,
body#branding .call_to_action .overlay h3,
body#about:not(.careers):not(.our-team) .call_to_action .overlay h3 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}

body#websites .call_to_action .overlay h3 strong,
body#marketing .call_to_action .overlay h3 strong,
body#prospect-tracking .call_to_action .overlay h3 strong,
body#bespoke-software .call_to_action .overlay h3 strong,
body#branding .call_to_action .overlay h3 strong,
body#about:not(.careers):not(.our-team) .call_to_action .overlay h3 strong {
  font-weight: 600;
  color: #7abbee;
  color: #FFF !important;
}

body#websites .call_to_action .overlay button,
body#marketing .call_to_action .overlay button,
body#prospect-tracking .call_to_action .overlay button,
body#bespoke-software .call_to_action .overlay button,
body#branding .call_to_action .overlay button,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button {
  width: 220px;
  height: 50px;
  display: inline-block;
  margin: auto;
  float: none;
  border-radius: 30px;
  line-height: 50px;
  border: none;
  background: #FFF;
  padding: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #FFF;
  box-shadow: 0px 6px 14px 0 rgba(0, 0, 0, 0.2);
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #617e95;
}

@media screen and (max-width: 1366px) {
  body#websites .call_to_action .overlay button,
body#marketing .call_to_action .overlay button,
body#prospect-tracking .call_to_action .overlay button,
body#bespoke-software .call_to_action .overlay button,
body#branding .call_to_action .overlay button,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  body#websites .call_to_action .overlay button,
body#marketing .call_to_action .overlay button,
body#prospect-tracking .call_to_action .overlay button,
body#bespoke-software .call_to_action .overlay button,
body#branding .call_to_action .overlay button,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button {
    width: 200px;
    height: 46px;
    line-height: 46px;
  }
}

body#websites .call_to_action .overlay button:after, body#websites .call_to_action .overlay button:before,
body#marketing .call_to_action .overlay button:after,
body#marketing .call_to_action .overlay button:before,
body#prospect-tracking .call_to_action .overlay button:after,
body#prospect-tracking .call_to_action .overlay button:before,
body#bespoke-software .call_to_action .overlay button:after,
body#bespoke-software .call_to_action .overlay button:before,
body#branding .call_to_action .overlay button:after,
body#branding .call_to_action .overlay button:before,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button:after,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button:before {
  display: none !important;
}

body#websites .call_to_action .overlay button:hover,
body#marketing .call_to_action .overlay button:hover,
body#prospect-tracking .call_to_action .overlay button:hover,
body#bespoke-software .call_to_action .overlay button:hover,
body#branding .call_to_action .overlay button:hover,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body#websites .call_to_action .overlay button:first-of-type,
body#marketing .call_to_action .overlay button:first-of-type,
body#prospect-tracking .call_to_action .overlay button:first-of-type,
body#bespoke-software .call_to_action .overlay button:first-of-type,
body#branding .call_to_action .overlay button:first-of-type,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button:first-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  body#websites .call_to_action .overlay button:first-of-type,
body#marketing .call_to_action .overlay button:first-of-type,
body#prospect-tracking .call_to_action .overlay button:first-of-type,
body#bespoke-software .call_to_action .overlay button:first-of-type,
body#branding .call_to_action .overlay button:first-of-type,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button:first-of-type {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

body#websites .call_to_action .overlay button.service_scroll,
body#marketing .call_to_action .overlay button.service_scroll,
body#prospect-tracking .call_to_action .overlay button.service_scroll,
body#bespoke-software .call_to_action .overlay button.service_scroll,
body#branding .call_to_action .overlay button.service_scroll,
body#about:not(.careers):not(.our-team) .call_to_action .overlay button.service_scroll {
  background: #617e95;
  color: #FFF;
}

.image_testimonial {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative;
}

.image_testimonial > img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

@media screen and (max-width: 1024px) {
  .image_testimonial > img {
    width: 120%;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
}

.image_testimonial .testimonial_content {
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 5%;
  text-align: center;
  color: #FFF;
  transition: left 600ms ease-in-out;
}

@media screen and (max-width: 1480px) {
  .image_testimonial .testimonial_content {
    padding: 4%;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    padding: 270px 5% 30px 5%;
    position: static !important;
  }
}

.image_testimonial .testimonial_content h2 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3em;
  max-width: 100%;
  display: inline-block;
  margin: auto;
  padding: 0 30px 10px 30px;
  font-weight: 700;
  color: #FFF;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 1480px) {
  .image_testimonial .testimonial_content h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content h2 {
    font-size: 2rem;
    line-height: 1.2;
    border-bottom: 5px solid #FFF;
    width: 260px;
  }
}

.image_testimonial .testimonial_content h2:after {
  width: 100%;
  height: 2px;
  background: #FFF;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content h2:after {
    display: none;
  }
}

.image_testimonial .testimonial_content h3 {
  font-size: 1.66rem;
  padding: 0;
  font-weight: 400;
  width: auto;
  display: inline-block;
  text-align: center;
  margin: auto;
  color: #FFF;
  padding-bottom: 30px;
  line-height: 1.4em;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .testimonial_content h3 {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1480px) {
  .image_testimonial .testimonial_content h3 {
    font-size: 1.33rem;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .testimonial_content h3 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content h3 {
    font-size: 1.1rem;
  }
}

.image_testimonial .testimonial_content p {
  font-size: 1.2rem;
  line-height: 1.4em;
  padding-bottom: 15px;
  color: #FFF;
}

@media screen and (max-width: 1480px) {
  .image_testimonial .testimonial_content p {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content p {
    font-weight: 300;
    line-height: 1.5;
  }
}

.image_testimonial .testimonial_content p strong {
  font-weight: 700 !important;
}

.image_testimonial .testimonial_content p:first-of-type {
  padding-top: 20px;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .testimonial_content p:first-of-type {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1480px) {
  .image_testimonial .testimonial_content p:first-of-type {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .testimonial_content p:first-of-type {
    font-size: 1.2rem;
  }
}

.image_testimonial .testimonial_content em {
  font-style: italic;
}

.image_testimonial .testimonial_content strong {
  font-weight: bold;
}

.image_testimonial .mockups {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 400ms ease-in-out 600ms, top 400ms ease-in-out 600ms;
}

@media screen and (max-width: 768px) {
  .image_testimonial .mockups {
    width: 100%;
    height: 280px;
    bottom: auto;
    top: 15px !important;
    opacity: 1 !important;
  }
}

.image_testimonial .mockups .laptop_visual {
  width: 720px;
  height: 485px;
  display: block;
  margin: auto;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.image_testimonial .mockups .laptop_visual img.overlay {
  width: 720px;
  height: 485px;
  z-index: 10;
}

.image_testimonial .mockups .laptop_visual img:not(.overlay) {
  position: absolute;
  top: 0;
  bottom: 96px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 530px !important;
  height: 330px !important;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .mockups .laptop_visual {
    height: 445px;
    width: 660px;
  }
  .image_testimonial .mockups .laptop_visual img.overlay {
    height: 445px;
    width: 660px;
  }
  .image_testimonial .mockups .laptop_visual img:not(.overlay) {
    height: 304px !important;
    width: 488px !important;
    bottom: 88px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .laptop_visual {
    height: 323px;
    width: 480px;
  }
  .image_testimonial .mockups .laptop_visual img.overlay {
    height: 323px;
    width: 480px;
  }
  .image_testimonial .mockups .laptop_visual img:not(.overlay) {
    height: 220px !important;
    width: 354px !important;
    bottom: 64px;
  }
}

@media screen and (max-width: 1024px) {
  .image_testimonial .mockups .laptop_visual {
    height: 283px;
    width: 420px;
  }
  .image_testimonial .mockups .laptop_visual img.overlay {
    height: 283px;
    width: 420px;
  }
  .image_testimonial .mockups .laptop_visual img:not(.overlay) {
    height: 192px !important;
    width: 308px !important;
    bottom: 58px;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .mockups .laptop_visual {
    height: 202px;
    width: 300px;
  }
  .image_testimonial .mockups .laptop_visual img.overlay {
    height: 202px;
    width: 300px;
  }
  .image_testimonial .mockups .laptop_visual img:not(.overlay) {
    height: 138px !important;
    width: 222px !important;
    bottom: 40px;
  }
}

.image_testimonial .mockups .desktop_visual {
  width: 720px;
  height: 615px;
  display: block;
  margin: auto;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.image_testimonial .mockups .desktop_visual img.overlay {
  width: 720px;
  height: 615px;
  z-index: 10;
}

.image_testimonial .mockups .desktop_visual img:not(.overlay) {
  position: absolute;
  top: 0;
  bottom: 172px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 602px !important;
  height: 394px !important;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .mockups .desktop_visual {
    height: 581px;
    width: 680px;
  }
  .image_testimonial .mockups .desktop_visual img.overlay {
    height: 581px;
    width: 680px;
  }
  .image_testimonial .mockups .desktop_visual img:not(.overlay) {
    height: 374px !important;
    width: 570px !important;
    bottom: 162px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .desktop_visual {
    height: 445px;
    width: 520px;
  }
  .image_testimonial .mockups .desktop_visual img.overlay {
    height: 445px;
    width: 520px;
  }
  .image_testimonial .mockups .desktop_visual img:not(.overlay) {
    height: 286px !important;
    width: 438px !important;
    bottom: 124px;
  }
}

@media screen and (max-width: 1024px) {
  .image_testimonial .mockups .desktop_visual {
    height: 359px;
    width: 420px;
  }
  .image_testimonial .mockups .desktop_visual img.overlay {
    height: 359px;
    width: 420px;
  }
  .image_testimonial .mockups .desktop_visual img:not(.overlay) {
    height: 230px !important;
    width: 352px !important;
    bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .mockups .desktop_visual {
    height: 240px;
    width: 280px;
  }
  .image_testimonial .mockups .desktop_visual img.overlay {
    height: 240px;
    width: 280px;
  }
  .image_testimonial .mockups .desktop_visual img:not(.overlay) {
    height: 155px !important;
    width: 236px !important;
    bottom: 66px;
  }
}

.image_testimonial .mockups .mobile_visual {
  width: 258px;
  height: 490px;
  display: block;
  margin: auto;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 60%;
  margin: auto;
}

.image_testimonial .mockups .mobile_visual img.overlay {
  width: 258px;
  height: 490px;
  z-index: 10;
}

.image_testimonial .mockups .mobile_visual img:not(.overlay) {
  position: absolute;
  top: 0;
  bottom: 96px;
  left: 36px;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 174px !important;
  height: 304px !important;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .mockups .mobile_visual {
    height: 455px;
    width: 240px;
  }
  .image_testimonial .mockups .mobile_visual img.overlay {
    height: 455px;
    width: 240px;
  }
  .image_testimonial .mockups .mobile_visual img:not(.overlay) {
    height: 284px !important;
    width: 160px !important;
    bottom: 88px;
    left: 32px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .mobile_visual {
    height: 425px;
    width: 224px;
  }
  .image_testimonial .mockups .mobile_visual img.overlay {
    height: 425px;
    width: 224px;
  }
  .image_testimonial .mockups .mobile_visual img:not(.overlay) {
    height: auto !important;
    width: 148px !important;
    bottom: 84px;
    left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .image_testimonial .mockups .mobile_visual {
    display: none;
  }
}

.image_testimonial .mockups .tablet_vertical_visual {
  width: 565px;
  height: 670px;
  display: block;
  margin: auto;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 35%;
  bottom: 0;
  right: 0;
  margin: auto;
}

.image_testimonial .mockups .tablet_vertical_visual img.overlay {
  width: 565px;
  height: 670px;
  z-index: 10;
}

.image_testimonial .mockups .tablet_vertical_visual img:not(.overlay) {
  position: absolute;
  top: 0;
  bottom: 118px;
  left: 24px;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 348px !important;
  height: 460px !important;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .mockups .tablet_vertical_visual {
    height: 570px;
    width: 480px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img.overlay {
    height: 570px;
    width: 480px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img:not(.overlay) {
    height: 394px !important;
    width: 296px !important;
    bottom: 98px;
    left: 18px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .tablet_vertical_visual {
    height: 502px;
    width: 424px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img.overlay {
    height: 502px;
    width: 424px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img:not(.overlay) {
    height: 346px !important;
    width: 260px !important;
    bottom: 86px;
    left: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .image_testimonial .mockups .tablet_vertical_visual {
    left: 0;
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .image_testimonial .mockups .tablet_vertical_visual {
    height: 250px;
    width: 210px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img.overlay {
    height: 250px;
    width: 210px;
  }
  .image_testimonial .mockups .tablet_vertical_visual img:not(.overlay) {
    height: 173px !important;
    width: 130px !important;
    bottom: 46px;
    left: 12px;
  }
}

.image_testimonial .mockups .tablet_visual {
  width: 686px;
  height: 495px;
  display: block;
  margin: auto;
  z-index: 100;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 28%;
  bottom: 0;
  right: 0;
  margin: auto;
}

.image_testimonial .mockups .tablet_visual img.overlay {
  width: 686px;
  height: 495px;
  z-index: 10;
}

.image_testimonial .mockups .tablet_visual img:not(.overlay) {
  position: absolute;
  top: 0;
  bottom: 92px;
  left: 0;
  right: 10px;
  margin: auto;
  z-index: -1;
  width: 474px !important;
  height: 356px !important;
}

@media screen and (max-width: 1700px) {
  .image_testimonial .mockups .tablet_visual {
    height: 433px;
    width: 600px;
    left: 30%;
  }
  .image_testimonial .mockups .tablet_visual img.overlay {
    height: 433px;
    width: 600px;
  }
  .image_testimonial .mockups .tablet_visual img:not(.overlay) {
    height: 316px !important;
    width: 420px !important;
    bottom: 78px;
    left: 0px;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .tablet_visual {
    height: 324px;
    width: 450px;
    left: 31%;
  }
  .image_testimonial .mockups .tablet_visual img.overlay {
    height: 324px;
    width: 450px;
  }
  .image_testimonial .mockups .tablet_visual img:not(.overlay) {
    height: 232px !important;
    width: 310px !important;
    bottom: 60px;
    left: 2px;
  }
}

@media screen and (max-width: 1024px) {
  .image_testimonial .mockups .tablet_visual {
    left: 0;
  }
}

@media screen and (max-width: 1366px) {
  .image_testimonial .mockups .tablet_visual {
    height: 240px;
    width: 322px;
  }
  .image_testimonial .mockups .tablet_visual img.overlay {
    height: 240px;
    width: 322px;
  }
  .image_testimonial .mockups .tablet_visual img:not(.overlay) {
    height: 173px !important;
    width: 230px !important;
    bottom: 45px;
    left: 4px;
  }
}

.image_testimonial .mockups.tablet:not(.mobile) .tablet_visual {
  left: 0;
}

.image_testimonial .mockups.tablet_vertical:not(.mobile) .tablet_vertical_visual {
  left: 0;
}

.image_testimonial .mockups.mobile:not(.tablet):not(.tablet_vertical) .mobile_visual {
  right: 0;
}

.image_testimonial .mockups.mobile.tablet_vertical .mobile_visual {
  right: 52%;
}

.image_testimonial .mockups.mobile.tablet_vertical .mobile_vertical_visual {
  left: 30%;
}

.image_testimonial.active .mockups {
  top: 0;
  opacity: 1;
}

.image_testimonial.active .testimonial_content {
  left: 0;
}

.image_testimonial:nth-of-type(2n) .mockups {
  right: auto;
  left: 0;
}

.image_testimonial:nth-of-type(2n) .testimonial_content {
  left: auto !important;
  right: -50%;
  transition: right 600ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .image_testimonial:nth-of-type(2n) .testimonial_content {
    right: 0 !important;
  }
}

.image_testimonial:nth-of-type(2n).active .mockups {
  top: 0;
  opacity: 1;
}

.image_testimonial:nth-of-type(2n).active .testimonial_content {
  right: 0;
}

.client_logo_row {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .client_logo_row {
    display: none;
  }
  .client_logo_row.first {
    display: block !important;
  }
}

.client_logo_row img {
  width: 33.33%;
  height: auto;
  display: inline-block;
  float: left;
  position: relative;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .client_logo_row img {
    opacity: 1 !important;
    width: 100%;
  }
}

.client_logo_row img:nth-of-type(3n - 2) {
  transition: opacity 400ms ease-in-out 0ms;
}

.client_logo_row img:nth-of-type(3n - 1) {
  transition: opacity 400ms ease-in-out 300ms;
}

.client_logo_row img:nth-of-type(3n) {
  transition: opacity 400ms ease-in-out 700ms;
}

.client_logo_row.animate img {
  opacity: 1;
}

/*-------------------------------------------------------------------CONTACT
*/
.page.overview.contact {
  padding: 60px 0 0 0;
}

/*------------------------------------------------------------------- BLOG OVERVIEW
*/
@media screen and (max-width: 768px) {
  body#blog .page > h1:first-child {
    text-align: center;
  }
  body#blog .news_tag-dropdown {
    margin-bottom: 16px;
  }
  body#blog button#filter_news {
    float: none;
    margin: auto;
    display: block;
  }
}

/*-------------------------------------------------------------------ANIMATIONS
*/
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*----------------------------------------------------------------------------HOME
*/
/*----------------------------------------------------------------------------TEAM
*/
.page.about {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: bottom 10% right;
}

.page.about h2 {
  font-size: 1.66rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
}

.page.about h2 strong {
  color: #7abbee;
}

.page.about .half {
  display: inline-block;
  float: left;
}

.page.about .half.about_video {
  width: 60%;
  margin-right: 5%;
}

.page.about .half.about_video iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 1366px) {
  .page.about .half.about_video iframe {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .page.about .half.about_video {
    width: 100%;
    margin-right: 0;
  }
  .page.about .half.about_video iframe {
    height: 220px;
  }
}

.page.about .half.about_content {
  width: 35%;
  padding: 30px 0;
}

@media screen and (max-width: 1366px) {
  .page.about .half.about_content {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .page.about .half.about_content {
    width: 100%;
  }
}

.page.about .half.about_content h2 {
  font-weight: 700;
  font-size: 1.66rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 1366px) {
  .page.about .half.about_content h2 {
    padding-bottom: 20px;
  }
}

.page.about .half.about_content h3 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 20px;
  color: #7abbee;
}

@media screen and (max-width: 1366px) {
  .page.about .half.about_content h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page.about .half.about_content h3 {
    font-size: 1.4rem;
  }
}

.page.about .half.about_content h3:before {
  content: '“';
}

.page.about .half.about_content h3:after {
  content: '”';
}

.page.about .half.about_content p {
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: 400;
}

.page.about .half.about_content .button {
  margin-top: 20px;
}

.page.about .team_dusza {
  display: inline-block;
  margin-top: 60px;
  padding: 75px 0 60px 0;
  background: url(../images/divider.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.page.about .team_dusza .team_member {
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  display: inline-block;
  float: left;
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .page.about .team_dusza .team_member {
    width: 23.125%;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .page.about .team_dusza .team_member {
    width: 100%;
    margin-right: 0;
  }
}

.page.about .team_dusza .team_member:nth-of-type(4n) {
  margin-right: 0;
}

.page.about .team_dusza .team_member:nth-of-type(4n+1) {
  clear: left;
}

.page.about .team_dusza .team_member img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
  will-change: transform;
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .page.about .team_dusza .team_member img {
    max-width: 80%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
}

.page.about .team_dusza .team_member img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page.about .team_dusza .team_member h3 {
  font-size: 1.1rem;
  padding-bottom: 2px;
  display: block;
  clear: both;
  line-height: 1.3em;
  font-weight: 600;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .page.about .team_dusza .team_member h3 {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

.page.about .team_dusza .team_member h4 {
  font-size: 0.8rem;
  font-weight: 700;
  color: #7abbee;
  padding-bottom: 10px;
}

@media screen and (max-width: 1366px) {
  .page.about .team_dusza .team_member h4 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .page.about .team_dusza .team_member h4 {
    font-size: 1rem;
  }
}

.page.about .team_dusza .team_member *:not(img):not(h3):not(h4) {
  font-size: 0.8rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .page.about .team_dusza .team_member *:not(img):not(h3):not(h4) {
    font-size: 1rem;
  }
}

.page.about .key_points .key_point {
  width: 23.5%;
  margin-right: 2%;
  height: auto;
  display: inline-block;
  float: left;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .page.about .key_points .key_point {
    width: 23.125%;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  .page.about .key_points .key_point {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
}

.page.about .key_points .key_point:nth-of-type(4n) {
  margin-right: 0;
}

.page.about .key_points .key_point:nth-of-type(4n+1) {
  clear: left;
}

.page.about .key_points .key_point img {
  width: auto;
  max-width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 768px) {
  .page.about .key_points .key_point img {
    width: auto;
    max-width: 60%;
  }
}

.page.about .key_points .key_point h3 {
  font-size: 1.1rem;
  padding-bottom: 10px;
  display: block;
  clear: both;
  line-height: 1.3em;
  font-weight: 600;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .page.about .key_points .key_point h3 {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

.page.about .key_points .key_point *:not(img):not(h3) {
  font-size: 0.8rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .page.about .key_points .key_point *:not(img):not(h3) {
    font-size: 1rem;
  }
}

/*----------------------------------------------------------------------------FORMS
*/
form ::-webkit-input-placeholder {
  color: #FFFFFF;
}

form :-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}

form :-ms-input-placeholder {
  color: #FFFFFF;
}

form legend {
  color: #8f8f8f;
  font-size: 2em;
  padding: 0.6em 0 0.4em 0;
}

form p.error {
  color: #c32d2d;
  font-size: 1.4em;
  padding-bottom: 0.6em;
  padding-top: 8px;
}

form p.success {
  color: #FFF;
  font-size: 1.4em;
  padding-bottom: 0.6em;
  padding-top: 8px;
}

form ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
}

form ol li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 47.5%;
  display: inline-block;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  form ol li {
    width: 100%;
    margin-right: 0;
  }
}

form ol li label {
  display: block;
  font-size: 1rem;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8f8f8f;
}

@media screen and (max-width: 768px) {
  form ol li label {
    padding-left: 0;
    line-height: 1.3em;
    padding-bottom: 8px;
  }
}

form ol li label span.warning {
  color: #c32d2d;
  padding-left: 10px;
  text-transform: none;
}

form ol li label em {
  display: none;
}

form ol li span.warning {
  color: #c32d2d;
}

form ol li input, form ol li select {
  width: 100%;
  max-width: 100%;
  height: 54px;
  border: 2px solid #eeeeee;
  background-color: #FFFFFF;
  padding: 0 18px;
  border-radius: 5px;
  line-height: 54px;
  font-size: 1rem;
}

form ol li input.no-label, form ol li select.no-label {
  margin: 10px 0;
}

form ol li textarea {
  width: 100%;
  max-width: 100%;
  height: 258px;
  resize: none;
  padding: 18px;
  background-color: #FFFFFF;
  border: 2px solid #eeeeee;
  font-size: 1rem;
  border-radius: 5px;
}

form ol li textarea.no-label {
  margin: 10px 0;
}

form ol li .dropdown {
  width: 100%;
  max-width: 100%;
  position: relative;
}

form ol li .dropdown div.dropdown-top {
  width: 100%;
  max-width: 100%;
  height: 54px;
  border: 2px solid #eeeeee;
  background-color: #FFFFFF;
  padding: 0 18px;
  border-radius: 5px;
  position: relative;
  line-height: 54px;
  cursor: default;
}

form ol li .dropdown div.dropdown-top svg {
  height: 13.5px;
  position: absolute;
  top: 16.2px;
  right: 2.5%;
  pointer-events: none;
}

form ol li .dropdown div.dropdown-top svg path {
  fill: #7abbee;
}

form ol li .dropdown div.dropdown-top.open {
  border-radius: 5px 5px 0 0;
}

form ol li .dropdown div.dropdown-top.open ~ .dropdown-bottom {
  border-top: 0;
  transition: border,300ms;
}

form ol li .dropdown .dropdown-bottom {
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #eeeeee;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 99;
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}

form ol li .dropdown .dropdown-bottom li {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  clear: both;
  padding: 0 18px;
  cursor: pointer;
  transition: all,300ms;
}

form ol li .dropdown .dropdown-bottom li:hover {
  background: #7abbee;
  color: #FFF;
  transition: all,300ms;
}

form ol li .dropdown.no-label .dropdown-top {
  margin: 10px 0;
}

form ol li .upload_button {
  width: 54px;
  height: 54px;
  background: #7abbee;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
}

form ol li .upload_button svg {
  width: 37.8px;
  height: 37.8px;
  position: absolute;
  top: 8.1px;
  left: 8.1px;
}

form ol li .upload_button svg path {
  fill: #FFF;
}

form ol li .uploaded_file {
  width: auto;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: -27px;
  margin-top: -13.5px;
  cursor: pointer;
}

form ol li dl {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
}

form ol li dl dt, form ol li dl dd {
  display: inline-block;
  width: auto;
  float: left;
}

form ol li dl dt {
  clear: left;
}

form ol li dl dt input {
  margin-right: 10px;
  margin-top: 0.8em;
  display: inline-block;
}

form ol li dl dd {
  clear: right;
}

form ol li dl dd label.checkbox-style {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

form ol li dl dd label.checkbox-style:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #eeeeee;
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: -10px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

form ol li dl dd label.checkbox-style:after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 14px;
  color: #7abbee;
  opacity: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: -10px;
  transition: opacity,200ms;
}

form ol li dl dd label.checkbox-style.checked:after {
  opacity: 1;
  transition: opacity,200ms;
}

form ol li dl dd label.radio-style {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

form ol li dl dd label.radio-style:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #eeeeee;
  background: #FFFFFF;
  border-radius: 50px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-top: -10px;
}

form ol li dl dd label.radio-style:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  background: #7abbee;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  opacity: 0;
  margin-top: -5px;
  transition: opacity,200ms;
}

form ol li dl dd label.radio-style.checked:after {
  opacity: 1;
  transition: opacity,200ms;
}

form ol li dl.no-label {
  padding: 10px 0;
}

form button {
  font-size: 1rem;
  padding: 0.8em 2em;
  background: #7abbee;
  color: #FFF;
  cursor: pointer;
  margin-top: 30px;
}

form {
  display: block;
  clear: both;
}

form legend {
  display: none;
}

form h3 {
  margin-bottom: 0 !important;
  padding-bottom: 4px !important;
  margin-top: 20px !important;
}

form p {
  padding-bottom: 0 !important;
}

form fieldset ol li {
  position: relative;
}

form fieldset ol li input, form fieldset ol li textarea, form fieldset ol li select, form fieldset ol li .dropdown-top {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
  background-image: url(../images/input-default.png);
  background-position: bottom;
  background-size: 5px;
  background-repeat: repeat-x;
  line-height: 48px !important;
  transition: background 300ms ease-in-out;
}

form fieldset ol li input:focus, form fieldset ol li textarea:focus, form fieldset ol li select:focus, form fieldset ol li .dropdown-top:focus {
  background-image: url(../images/input-active.png);
}

form fieldset ol li select, form fieldset ol li .dropdown-top {
  height: 54px;
  padding: 0 18px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/input-default.png), url(../images/icons/dropdown@2x.png);
  background-position: bottom, right 18px center;
  background-repeat: repeat-x, no-repeat;
  background-size: 5px, 15px;
}

form fieldset ol li select:focus, form fieldset ol li select.open, form fieldset ol li .dropdown-top:focus, form fieldset ol li .dropdown-top.open {
  background-image: url(../images/input-active.png), url(../images/icons/dropdown@2x.png);
}

form fieldset ol li textarea {
  line-height: 1.3em !important;
}

form fieldset ol li.success input, form fieldset ol li.success textarea {
  background-image: url(../images/input-success.png) !important;
}

form fieldset ol li.success select, form fieldset ol li.success .dropdown-top {
  background-image: url(../images/input-success.png), url(../images/icons/dropdown@2x.png);
}

form fieldset ol li.error input, form fieldset ol li.error textarea, form fieldset ol li.warning input, form fieldset ol li.warning textarea {
  background-image: url(../images/input-error.png);
}

form fieldset ol li.error select, form fieldset ol li.error .dropdown-top, form fieldset ol li.warning select, form fieldset ol li.warning .dropdown-top {
  background-image: url(../images/input-error.png), url(../images/icons/dropdown@2x.png);
}

form fieldset ol li .dp-choose-date {
  width: 54px !important;
  height: 54px !important;
  bottom: 2px !important;
}

form fieldset ol li .custom_upload {
  display: inline-block;
  width: 100% !important;
  height: 54px !important;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  background-image: url(../images/input-default.png), url(../images/icons/camera@2x.png);
  background-position: bottom, left 20px top 10px;
  background-size: 5px, 30px;
  background-repeat: repeat-x, no-repeat;
  position: relative;
  margin-bottom: 4px;
}

form fieldset ol li .custom_upload p.uploaded_file {
  position: absolute;
  top: 0;
  left: 52px;
  line-height: 48px;
  margin-top: 0 !important;
  font-size: 0.9rem;
}

form fieldset.recaptcha p.error {
  font-size: 1.1rem !important;
  color: #c32d2d !important;
  right: 0 !important;
  left: 55% !important;
  bottom: 68px !important;
}

form fieldset.recaptcha .grecaptcha-badge {
  display: none !important;
}

form button {
  display: inline-block;
  height: 55px;
  width: auto;
  padding: 0 40px 0 70px;
  line-height: 55px;
  background-color: #7abbee;
  border-radius: 25px;
  color: #FFF;
  background-image: url(../images/icons/double-pointer.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 30px center;
  position: relative;
  overflow: hidden;
  border: 2px solid #82afc2;
  float: right;
}

@media screen and (max-width: 1366px) {
  form button {
    height: 46px;
    line-height: 46px;
    padding: 0 30px 0 60px;
    background-position: left 25px center !important;
  }
}

@media screen and (max-width: 768px) {
  form button {
    float: left;
    left: calc(50%);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clear: both;
  }
}

form button:before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

form button:hover:before {
  -webkit-animation: pulse 0.4s linear;
          animation: pulse 0.4s linear;
  display: block;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

form button.email {
  background-image: url(../images/icons/email-white.png);
}

form button.phone {
  background-image: url(../images/icons/phone-white.png);
  position: absolute;
  bottom: 60px;
  right: 240px;
}

form#support {
  width: 47.5%;
}

@media screen and (max-width: 768px) {
  form#support {
    width: 100%;
  }
}

form#support li {
  width: 100%;
  margin-right: 0;
}

form#support p.success {
  color: #8bb91c;
}

/*-------------------------------------------------------------------------SITE MAP
*/
/*---------------------------------------------------------------------------FOOTER
*/
#footer_container {
  display: block;
  clear: both;
  height: auto;
  background: #3b3f3f;
}

#footer_container .contact_form_container {
  width: 100%;
  height: auto;
  background: #7abbee;
}

#footer_container .contact_form_container .contact_info_container {
  background: #F5F5F5;
}

#footer_container .contact_form_container .contact_info_container .contact_info_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
}

#footer_container .contact_form_container .contact_info_container .contact_info_wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  #footer_container .contact_form_container .contact_info_container .contact_info_wrapper {
    max-width: 90%;
    padding: 50px 0;
  }
}

#footer_container .contact_form_container .contact_info_container h2 {
  font-size: 2rem;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.3em;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_info_container h2 {
    font-size: 1.4rem;
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#footer_container .contact_form_container .contact_info_container h2 strong {
  font-weight: 900;
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_info_container h2 strong {
    display: inline;
    clear: none;
  }
}

#footer_container .contact_form_container .contact_info_container h2 strong span {
  color: #7abbee;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_info_container h2 strong span {
    display: block;
    font-size: 2rem;
  }
}

#footer_container .contact_form_container .contact_info_container h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 5px;
  background: #e1e1e1;
}

#footer_container .contact_form_container .contact_info_container .opening_times {
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 12px;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin: auto;
  max-width: 65%;
  color: #646464;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_info_container .opening_times {
    max-width: 100%;
    font-size: 1.1rem;
    padding-bottom: 6px;
  }
}

#footer_container .contact_form_container .contact_info_container .contact_us_info {
  width: 100%;
  height: auto;
  padding: 0 0 35px 0;
  display: block;
  text-align: center;
}

#footer_container .contact_form_container .contact_info_container .contact_us_info p, #footer_container .contact_form_container .contact_info_container .contact_us_info a {
  font-size: 1.6rem;
  line-height: 20px;
  color: #646464;
  font-weight: 300;
}

#footer_container .contact_form_container .contact_info_container .contact_us_info p.phone:before, #footer_container .contact_form_container .contact_info_container .contact_us_info a.phone:before {
  width: 35px;
  height: 40px;
  content: "";
  background: url(../images/icons/phone-blue.png);
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  right: 10px;
  top: 12px;
}

#footer_container .contact_form_container .contact_info_container .contact_us_info p.email:before, #footer_container .contact_form_container .contact_info_container .contact_us_info a.email:before {
  width: 35px;
  height: 40px;
  content: "";
  background: url(../images/icons/email-blue.png);
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  right: 10px;
  top: 12px;
}

#footer_container .contact_form_container .contact_info_container .contact_us_info a {
  transition: color 300ms ease;
}

#footer_container .contact_form_container .contact_info_container .contact_us_info a:hover {
  color: #7abbee;
}

#footer_container .contact_form_container .contact_form_wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  position: relative;
}

#footer_container .contact_form_container .contact_form_wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  #footer_container .contact_form_container .contact_form_wrapper {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper {
    padding: 50px 0;
  }
}

#footer_container .contact_form_container .contact_form_wrapper h3 {
  display: block;
  font-size: 2rem;
  line-height: 1.2em;
  color: #FFF;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper h3 {
    text-align: center;
    width: 100%;
  }
}

#footer_container .contact_form_container .contact_form_wrapper h3:after {
  width: 200px;
  height: 4px;
  display: inline-block;
  background: #3e739c;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper h3:after {
    right: 0;
    margin: auto;
  }
}

#footer_container .contact_form_container .contact_form_wrapper h3 strong {
  display: block;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper h3 strong {
    display: inline;
  }
}

#footer_container .contact_form_container .contact_form_wrapper .button.map {
  position: absolute;
  top: 60px;
  right: 0;
  background-image: url(../images/icons/geo.png);
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper .button {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us {
    padding-top: 0;
    background: none;
  }
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us li.required label:after {
  content: "*";
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us label {
  color: #FFF;
  font-weight: bold;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us input, #footer_container .contact_form_container .contact_form_wrapper #contact_us textarea, #footer_container .contact_form_container .contact_form_wrapper #contact_us select {
  border: none;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us p.info {
  color: #FFF;
  opacity: 0.8;
  position: absolute;
  top: -10px;
  right: 0;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us p.info {
    position: static;
    padding-top: 4px;
  }
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us label[for="first_name_1"] {
  position: relative;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us label[for="first_name_1"]:before {
  content: "* means required";
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: auto;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us button {
  background: #FFF;
  color: #585858;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  box-shadow: 0px 7px 24px 0 rgba(0, 0, 0, 0.2);
  background-image: url(../images/icons/email_grey@2x.png);
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 22px;
  will-change: transform;
  -webkit-transform: scale(1) translateZ(0px);
          transform: scale(1) translateZ(0px);
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us button.email {
  background-image: url(../images/icons/email_grey@2x.png);
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us button:hover {
  -webkit-transform: scale(1.04) translateZ(0px);
          transform: scale(1.04) translateZ(0px);
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us button:after, #footer_container .contact_form_container .contact_form_wrapper #contact_us button:before {
  display: none !important;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us .hidden {
  display: none !important;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type p {
  display: inline-block;
  position: absolute;
  bottom: 76px;
  font-weight: bold;
  color: #FFF;
  right: 202px;
  text-transform: capitalize;
}

@media screen and (max-width: 1366px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type p {
    right: 188px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type {
    width: 100%;
    text-align: center;
  }
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type * {
    float: none;
    position: static !important;
    display: inline-block;
    clear: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type *:nth-last-child(2) {
    margin-top: 15px !important;
  }
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:last-of-type p {
    padding: 0;
    width: 100%;
    clear: both;
    margin-top: 15px;
  }
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) {
  position: relative;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right {
  position: absolute;
  right: 0;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right {
    position: static;
  }
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right.sector {
  bottom: 408px;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right.subject {
  top: 100px;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right.message {
  bottom: -4px;
}

#footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right.message textarea {
  height: 358px;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_form_wrapper #contact_us fieldset:not(:last-of-type) .right.message textarea {
    height: 220px;
  }
}

#footer_container .contact_form_container .contact_information {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 80px 0;
  margin-top: 20px;
  background-position: bottom 30px center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: -1px;
}

#footer_container .contact_form_container .contact_information::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  #footer_container .contact_form_container .contact_information {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information {
    padding: 30px 5%;
  }
}

#footer_container .contact_form_container .contact_information p, #footer_container .contact_form_container .contact_information p a {
  font-size: 1.2rem;
  font-weight: 300;
}

#footer_container .contact_form_container .contact_information p.phone,
#footer_container .contact_form_container .contact_information p.email {
  padding-left: 40px;
  background-size: 25px;
  background-position: top left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information p.phone,
#footer_container .contact_form_container .contact_information p.email {
    padding-top: 35px;
    padding-left: 0;
    background-position: top center;
    padding-bottom: 20px !important;
    background-size: 30px;
  }
}

#footer_container .contact_form_container .contact_information p.phone {
  background-image: url(../images/icons/footer-phone-hover.png);
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information p.phone {
    margin-top: 10px;
  }
}

#footer_container .contact_form_container .contact_information p.email {
  background-image: url(../images/icons/footer-email-hover.png);
}

#footer_container .contact_form_container .contact_information .third {
  width: 26.66%;
  margin-right: 10%;
  display: inline-block;
  float: left;
}

#footer_container .contact_form_container .contact_information .third:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third {
    width: 100%;
    text-align: center;
  }
}

#footer_container .contact_form_container .contact_information .third h3 {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 20px;
  color: #6c6c6c;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third h3 {
    font-size: 1.3rem;
    text-align: center;
    padding-bottom: 30px;
  }
}

#footer_container .contact_form_container .contact_information .third:not(:last-of-type) h3 {
  padding-bottom: 5px;
}

#footer_container .contact_form_container .contact_information .third:last-of-type {
  border-bottom: none;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third:last-of-type h3 {
    display: none;
  }
}

#footer_container .contact_form_container .contact_information .third p {
  line-height: 1.3em;
  padding-bottom: 15px;
  color: #6c6c6c;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third p {
    padding-bottom: 5px;
  }
}

#footer_container .contact_form_container .contact_information .third p em {
  font-style: italic;
}

#footer_container .contact_form_container .contact_information .third p span, #footer_container .contact_form_container .contact_information .third p a {
  color: #6c6c6c;
  font-weight: 700;
  transition: background 300ms ease-in-out;
}

#footer_container .contact_form_container .contact_information .third p:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #footer_container .contact_form_container .contact_information .third p a {
    transition: color 300ms ease;
  }
  #footer_container .contact_form_container .contact_information .third p a:hover {
    color: #7abbee;
  }
}

#footer_container .contact_form_container .contact_information .third > a {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  text-indent: -9999px;
  display: inline-block;
  float: left;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  #footer_container .contact_form_container .contact_information .third > a {
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third > a {
    float: none;
  }
}

#footer_container .contact_form_container .contact_information .third > a.linked_in {
  background-image: url(../images/icons/linked-in.png);
}

#footer_container .contact_form_container .contact_information .third > a.linked_in:hover {
  background-image: url(../images/icons/linked-in-blue.png);
}

#footer_container .contact_form_container .contact_information .third > a.twitter {
  background-image: url(../images/icons/twitter.png);
}

#footer_container .contact_form_container .contact_information .third > a.twitter:hover {
  background-image: url(../images/icons/twitter-blue.png);
}

#footer_container .contact_form_container .contact_information .third > a.pinterest {
  background-image: url(../images/icons/pinterest.png);
  margin-right: 0;
}

#footer_container .contact_form_container .contact_information .third > a.pinterest:hover {
  background-image: url(../images/icons/pinterest-blue.png);
}

#footer_container .contact_form_container .contact_information .third:nth-of-type(2) p a {
  color: #7abbee;
}

#footer_container .contact_form_container .contact_information .third:not(.social_connect) h1, #footer_container .contact_form_container .contact_information .third:not(.social_connect) h3 {
  color: #7abbee;
  padding-bottom: 5px;
  font-size: 1.4rem;
  margin-top: -33px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third:not(.social_connect) h1, #footer_container .contact_form_container .contact_information .third:not(.social_connect) h3 {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .contact_form_container .contact_information .third.address p:first-of-type {
    padding: 20px 0;
  }
}

#footer_container .contact_form_container .contact_information .third.address p a {
  white-space: nowrap;
}

#footer_container .gm-style-iw * {
  display: block;
  width: 100%;
}

#footer_container .gm-style-iw h4, #footer_container .gm-style-iw p {
  margin: 0;
  padding: 0;
}

#footer_container .gm-style-iw a {
  color: #4272db;
}

#footer_container .footer_block {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}

#footer_container .footer_block::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 1366px) {
  #footer_container .footer_block {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block {
    padding: 40px 0;
  }
}

#footer_container .footer_block .half {
  width: 45%;
  display: inline-block;
  float: left;
  margin-right: 10%;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #footer_container .footer_block .half {
    margin-right: 5%;
    width: 47.5%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block .half {
    width: 100%;
    margin-right: 0;
  }
}

#footer_container .footer_block .half h2 {
  display: inline-block;
  width: auto;
  float: left;
  font-size: 1.66rem;
  line-height: 1.3em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  #footer_container .footer_block .half h2 {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block .half h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
    text-align: center;
  }
}

#footer_container .footer_block .half h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #e1e1e1;
}

#footer_container .footer_block .half a.download {
  margin-top: 15px;
  float: right;
  background-image: url(../images/icons/pdf-white.png);
  background-size: 25px;
}

@media screen and (max-width: 1024px) {
  #footer_container .footer_block .half a.download {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: auto;
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block .half a.download {
    float: left;
    position: relative;
    margin-bottom: 40px;
  }
}

#footer_container .footer_block .half img {
  width: 140%;
  height: auto;
  position: relative;
  left: -30%;
  top: -30px;
}

@media screen and (max-width: 1366px) {
  #footer_container .footer_block .half img {
    width: 125%;
    left: -10%;
    top: -50px;
  }
}

@media screen and (max-width: 1024px) {
  #footer_container .footer_block .half img {
    width: 120%;
    top: -40px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block .half .mobile_flex {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* Safari */
    display: flex;
    flex-direction: column-reverse;
    /* Safari 6.1+ */
  }
  #footer_container .footer_block .half .mobile_flex a {
    width: 250px;
    left: 50%;
    margin-left: -125px;
  }
}

#footer_container .footer_block .half form li {
  width: 100%;
}

#footer_container .footer_block .half form button {
  background-image: url(../images/icons/mailing-list.png);
  background-size: 25px;
}

#footer_container .footer_block .half:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #footer_container .footer_block .half:last-of-type h2 {
    margin-bottom: 20px;
  }
}

#footer_container .footer_block .half:last-of-type h2 strong {
  display: block;
  clear: both;
}

#footer_container #footer_wrapper {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: auto;
  overflow: hidden;
  background: #3b3f3f;
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #footer_container #footer_wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper {
    padding: 50px 0;
  }
}

#footer_container #footer_wrapper .social_container {
  width: 132px;
  height: 50px;
  display: block;
  margin: auto;
  clear: both;
  margin-bottom: 60px;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer_wrapper .social_container {
    width: 110px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #footer_container #footer_wrapper .social_container {
    width: 120px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .social_container {
    margin-bottom: 30px;
  }
}

#footer_container #footer_wrapper .social_container a {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  text-indent: -9999px;
  display: inline-block;
  float: left;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer_wrapper .social_container a {
    width: 45px;
    height: 45px;
    background-size: 45px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #footer_container #footer_wrapper .social_container a {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

#footer_container #footer_wrapper .social_container a.linked_in {
  background-image: url(../images/icons/linked-in-white.png);
}

#footer_container #footer_wrapper .social_container a.linked_in:hover {
  background-image: url(../images/icons/linked-in-blue.png);
}

#footer_container #footer_wrapper .social_container a.twitter {
  background-image: url(../images/icons/twitter-white.png);
}

#footer_container #footer_wrapper .social_container a.twitter:hover {
  background-image: url(../images/icons/twitter-blue.png);
}

#footer_container #footer_wrapper .social_container a.pinterest {
  background-image: url(../images/icons/pinterest-white.png);
}

#footer_container #footer_wrapper .social_container a.pinterest:hover {
  background-image: url(../images/icons/pinterest-blue.png);
}

#footer_container #footer_wrapper .social_container a:last-of-type {
  margin-right: 0;
}

#footer_container #footer_wrapper .footer_links {
  width: 21.25%;
  display: inline-block;
  float: left;
  height: auto;
  overflow: hidden;
  padding: 0;
  margin-right: 5%;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer_wrapper .footer_links {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links {
    width: 100% !important;
    padding: 0;
    margin-right: 0 !important;
    clear: left !important;
  }
}

#footer_container #footer_wrapper .footer_links:last-of-type {
  margin-right: 0;
}

#footer_container #footer_wrapper .footer_links h3 {
  font-size: 1.4rem;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #FFF;
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}

#footer_container #footer_wrapper .footer_links h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e1e1e1;
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links h3:after {
    height: 1px;
    width: 80%;
    left: 10%;
  }
}

#footer_container #footer_wrapper .footer_links h3 a {
  font-size: 1em !important;
  line-height: 1em !important;
  color: #FFF;
  padding: 0 !important;
  border-bottom: none !important;
  color: #FFF !important;
  font-weight: 700 !important;
}

#footer_container #footer_wrapper .footer_links h3 a:after {
  display: none;
}

#footer_container #footer_wrapper .footer_links h3:nth-of-type(2) {
  padding-top: 30px;
}

#footer_container #footer_wrapper .footer_links a {
  color: #FFF;
  padding: 8px 0 5px 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  clear: both;
  line-height: 1.3em;
  transition: color 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links a {
    line-height: 1.2em;
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #footer_container #footer_wrapper .footer_links a:hover {
    color: #7abbee;
  }
  #footer_container #footer_wrapper .footer_links a:hover:after {
    width: 100%;
    background: #7abbee;
  }
  #footer_container #footer_wrapper .footer_links a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width 300ms ease-in-out,background 300ms ease-in-out;
  }
}

#footer_container #footer_wrapper .footer_links li:last-of-type a {
  border-bottom: none;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer_wrapper .footer_links.footer_contact {
    width: 25%;
  }
}

#footer_container #footer_wrapper .footer_links.footer_contact a {
  font-weight: 700;
  color: #7abbee;
}

#footer_container #footer_wrapper .footer_links.footer_contact a:after {
  background: #7abbee;
}

#footer_container #footer_wrapper .footer_links.footer_contact ul {
  margin-bottom: 20px;
}

#footer_container #footer_wrapper .footer_links.footer_contact ul li a, #footer_container #footer_wrapper .footer_links.footer_contact ul li p {
  font-size: 1em;
  font-weight: 700;
  color: #7abbee;
  padding: 8px 0 2px 25px;
  background-position: left center;
  background-size: 15px;
  background-repeat: no-repeat;
  transition: background 300ms ease-in-out;
}

@media screen and (max-width: 1366px) {
  #footer_container #footer_wrapper .footer_links.footer_contact ul li a, #footer_container #footer_wrapper .footer_links.footer_contact ul li p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links.footer_contact ul li a, #footer_container #footer_wrapper .footer_links.footer_contact ul li p {
    display: inline-block;
    padding: 40px 0 5px 0 !important;
    background-size: 20px;
    background-position: center top 15px;
    text-align: center;
    width: 100%;
  }
}

#footer_container #footer_wrapper .footer_links.footer_contact ul li a.phone, #footer_container #footer_wrapper .footer_links.footer_contact ul li p.phone {
  background-image: url(../images/icons/footer-phone.png);
}

#footer_container #footer_wrapper .footer_links.footer_contact ul li a.email, #footer_container #footer_wrapper .footer_links.footer_contact ul li p.email {
  background-image: url(../images/icons/footer-email.png);
}

#footer_container #footer_wrapper .footer_links.footer_contact ul li a.callback, #footer_container #footer_wrapper .footer_links.footer_contact ul li p.callback {
  background-image: url(../images/icons/footer-chat.png);
}

#footer_container #footer_wrapper .footer_links.footer_contact p {
  font-size: 0.9rem;
  color: #FFF;
  font-weight: 300;
  line-height: 1.4em;
}

#footer_container #footer_wrapper .footer_links.footer_contact p.address {
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links.footer_contact p.address a {
    border-bottom: none;
  }
  #footer_container #footer_wrapper .footer_links.footer_contact p.address a:after {
    display: none;
  }
}

#footer_container #footer_wrapper .footer_links.footer_contact p:not(.address) {
  white-space: nowrap;
}

#footer_container #footer_wrapper .footer_links.footer_contact p a {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links.footer_contact p {
    text-align: center;
  }
  #footer_container #footer_wrapper .footer_links.footer_contact p:first-of-type {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #footer_container #footer_wrapper .footer_links.case_study_links {
    position: absolute;
    bottom: 90px;
    left: 2.5%;
  }
}

@media screen and (max-width: 768px) {
  #footer_container #footer_wrapper .footer_links.case_study_links {
    position: static;
  }
}

body#contact #footer_container .contact_form_container {
  background-color: #FFF;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper {
  max-width: 100%;
  background: #7abbee;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper h3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: block !important;
  margin: 0 auto 20px auto !important;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper h3::after {
  clear: both;
  content: "";
  display: table;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper form {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper form::after {
  clear: both;
  content: "";
  display: table;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper form fieldset {
  position: relative;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper form fieldset:last-of-type p {
  bottom: 20px;
}

body#contact #footer_container .contact_form_container .contact_form_wrapper form button.phone {
  bottom: 0;
}

#resource_download_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  display: none;
}

@media screen and (max-width: 768px) {
  #resource_download_overlay {
    display: none;
  }
}

.resource_download_wrapper {
  width: 800px;
  height: 750px;
  background: #f5f5f5;
  border-radius: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 2.5%;
  border: 2px solid #eeeeee;
  box-shadow: 0 0 10px #c5cace;
  z-index: 999999;
  display: none;
}

@media screen and (max-width: 1366px) {
  .resource_download_wrapper {
    width: 720px;
    height: 720px;
  }
}

@media screen and (max-width: 850px) {
  .resource_download_wrapper {
    width: 100%;
    padding: 5%;
  }
}

@media screen and (max-height: 750px) {
  .resource_download_wrapper {
    height: 100%;
    height: 95vh;
    bottom: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper {
    height: 100vh;
  }
}

.resource_download_wrapper #close_resource_download {
  width: 25px;
  height: 25px;
  background: url(../images/icons/close-blue.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
  text-indent: -9999px;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper #close_resource_download {
    top: 10px;
    right: 10px;
  }
}

.resource_download_wrapper legend {
  font-size: 1.66rem;
  padding: 0 0 30px 0;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.3em;
  font-weight: 900;
  display: block;
  clear: both;
  color: #7abbee;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper legend {
    line-height: 1.2em;
  }
}

.resource_download_wrapper legend:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  height: 5px;
  background: #e1e1e1;
}

.resource_download_wrapper button:not(#close_resource_download) {
  background-image: url(../images/icons/pdf-white.png);
  background-size: 25px;
  margin-top: 60px;
  transition: opacity 300ms ease-in-out;
}

.resource_download_wrapper button:not(#close_resource_download)[disabled="disabled"] {
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper button:not(#close_resource_download) {
    display: block;
    margin: 20px auto 0 auto;
  }
}

.resource_download_wrapper ol li {
  float: left;
}

.resource_download_wrapper ol li.company_name, .resource_download_wrapper ol li.sector {
  width: 100%;
}

.resource_download_wrapper ol li:nth-of-type(2n) {
  margin-right: 0;
}

.resource_download_wrapper ol li label {
  line-height: 1.3em;
  padding-top: 15px;
}

.resource_download_wrapper ol li label .warning {
  display: block;
  padding-left: 0;
  clear: both;
}

@media screen and (max-height: 750px) {
  .resource_download_wrapper ol li input {
    height: 46px !important;
    line-height: 46px !important;
  }
  .resource_download_wrapper ol li .dropdown .dropdown-top {
    height: 46px !important;
    line-height: 46px !important;
  }
  .resource_download_wrapper ol li .dropdown .dropdown-bottom {
    top: 44px !important;
  }
}

.resource_download_wrapper .download {
  width: 60%;
  min-width: 310px;
  height: 100px;
  position: relative;
  top: -75px;
  opacity: 1;
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0);
  transition: opacity 300ms ease-in-out, filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper .download {
    width: 100%;
    top: 0;
    height: auto;
    overflow: hidden;
  }
}

.resource_download_wrapper .download img {
  height: 190px;
  width: auto;
  margin-right: 25px;
  display: inline-block;
  float: left;
  position: relative;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper .download img {
    float: none;
    display: block;
    margin: 50px auto 0 auto;
    position: relative;
    left: -15px;
  }
}

.resource_download_wrapper .download p {
  width: 130px;
  font-size: 1.1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #7abbee;
  display: block;
  display: inline-block;
  float: left;
  line-height: 1.4em;
  padding-top: 0;
  position: relative;
  top: 25px;
  opacity: 1;
  transition: top 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper .download p {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    top: 30px;
  }
}

.resource_download_wrapper .download p:after {
  content: "Your download will begin shortly.";
  position: absolute;
  left: 0;
  width: 230px;
  top: 25px;
  opacity: 1;
  font-size: 0.9rem;
  font-weight: normal;
  transition: top 600ms ease-in-out, opacity 600ms ease-in-out;
}

@media screen and (max-width: 768px) {
  .resource_download_wrapper .download p:after {
    left: 0;
    width: 100%;
    text-align: center;
    top: -12px;
  }
}

.resource_download_wrapper .download.disabled p {
  opacity: 0;
}

.resource_download_wrapper .download.disabled p:after {
  top: -30px;
  opacity: 0;
}

/*--------------------------------------------------------------UNSUPPORTED BROWSER
*/
body#unsupported div#footer {
  display: none;
}
/*# sourceMappingURL=screen.css.map */