/*!
Theme Name: Koozai 2016
Theme URI: https://www.koozai.com
Author: Sii Cockerill | Design Twelve Ltd
Author URI: http://www.designtwelve.co.uk/
Description: The 2016 Koozai Wordpress Theme is responsive and modular. Stylesheets created with Sass.
Version: 1.0
*/
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background-color: #232323; }

img {
  display: block;
  border: 0; }

/* https://gist.github.com/garyharan/957284 */
/* http://codepen.io/sawmac/pen/qGudy */
/* http://codepen.io/sawmac/pen/qGudy */
header {
  background-color: white; }
  header.attention-border-bottom {
    border-bottom: 5px solid #ed610c; }
  header p {
    margin: 0;
    padding: 0; }
    header p.header-links {
      padding-top: .25em;
      padding-bottom: .75em; }
  header .content {
    float: right;
    text-align: right;
    line-height: 1.25em; }
    @media (min-width: 600px) {
      header .content strong {
        font-weight: normal; } }
  @media (min-width: 900px) {
    header .contact-us {
      display: none; } }
  header span.icon-info-circle {
    cursor: pointer;
    display: inline-block !important;
    font-size: .675em;
    vertical-align: text-top;
    color: #ed610c;
    margin: 0;
    padding: .375em 0 0 .25em; }
    @media (min-width: 600px) {
      header span.icon-info-circle {
        font-size: .5em; } }

#logo {
  float: left; }
  #logo img {
    width: 160px;
    height: auto;
    margin-top: 12px; }
    @media (min-width: 600px) {
      #logo img {
        width: 170px;
        margin-top: 24px; } }
    @media (min-width: 800px) {
      #logo img {
        width: 210px;
        margin-top: 8px; } }
    @media (min-width: 900px) {
      #logo img {
        margin: 8px 0 0 0;
        width: 260px; } }
    @media (min-width: 1500px) {
      #logo img {
        margin: 14px 0 0 0;
        /* width: 300px; */ } }

#main-phone-number {
  font-size: 1em;
  display: none;
  line-height: 1em; }
  #main-phone-number a {
    font-weight: normal;
    color: #575556; }
  @media (min-width: 600px) {
    #main-phone-number {
      font-size: 2em;
      display: inline; } }
  @media (min-width: 900px) {
    #main-phone-number {
      font-size: 2.6875em; } }

#opening-times span {
  display: none; }
  @media (min-width: 600px) {
    #opening-times span {
      display: inline; } }
#opening-times strong {
  display: inline;
  color: #ed610c;
  font-weight: bold;
  font-size: 1.1875em; }
  #opening-times strong span {
    display: inline; }
  @media (min-width: 600px) {
    #opening-times strong {
      display: none; } }
#opening-times em {
  font-weight: bold;
  display: none; }
  @media (min-width: 600px) {
    #opening-times em {
      display: inline; } }

.hiring {
  color: #44b45c; }
  .hiring:before {
    /*content: '\00b0';
    display: inline-block;
    font-size: 4em;
    line-height: 0;
    vertical-align: middle;
    margin: .375em .05em 0 0;*/
    content: '#';
    display: inline-block;
    font-size: 1.25em;
    line-height: 0;
    vertical-align: middle;
    margin: -.1em 0 0 0; }

.notice .icon {
  cursor: pointer;
  float: right;
  font-size: 2em;
  margin-left: 1em; }
.notice p {
  padding: 0 3em 0 0; }
  @media (min-width: 900px) {
    .notice p {
      font-size: .875em;
      padding-left: 5em; } }
.notice p:last-child {
  padding-bottom: 0; }

#mobile-buttons {
  text-align: left;
  background-color: #ed610c;
  border-bottom: 2px solid #bc4d0a;
  -webkit-transition: all ease .2s; }
  @media (min-width: 900px) {
    #mobile-buttons {
      display: none; } }
  .wf-active #mobile-buttons {
    font-family: Hero, Arial, sans-serif; }
  #mobile-buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #mobile-buttons ul li {
      margin: 0;
      padding: 0; }
    #mobile-buttons ul a {
      display: block;
      font-weight: normal;
      color: #fff;
      padding: .675em 1.25em .5em; }

nav.header {
  display: none;
  background-color: #ed610c; }
  @media (min-width: 900px) {
    nav.header {
      text-align: center; } }
  @media (max-width: 899px) {
    nav.header {
      position: absolute;
      width: 100%;
      z-index: 99999; } }
  @media (min-width: 900px) {
    nav.header {
      display: block !important;
      position: relative;
      background-color: #eeeeee; }
      nav.header.submenu {
        padding-bottom: 2.8em; } }
  nav.header ul {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #ed610c;
    border-bottom: 2px solid #bc4d0a; }
    @media (min-width: 900px) {
      nav.header ul {
        display: table;
        border-bottom: 0; } }
    @media (min-width: 900px) {
      nav.header ul li {
        display: inline-block;
        vertical-align: top; }
        nav.header ul li.hoodini > a {
          display: none; } }
    @media (max-width: 899px) {
      nav.header ul li.menu-item-has-children > a:after {
        float: right;
        /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
        -webkit-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        content: '\2039'; }
      nav.header ul li.menu-item-has-children.open > a:after {
        content: '\203A'; } }
    @media (max-width: 900px) {
      nav.header ul li.current-menu-item,
      nav.header ul li.current-menu-ancestor {
        display: block; } }
    @media (min-width: 900px) {
      nav.header ul li.current-menu-item > a,
      nav.header ul li.current-menu-ancestor > a {
        text-decoration: underline; } }
    @media (min-width: 900px) {
      nav.header ul li.mobile-only {
        display: none; } }
    nav.header ul a {
      display: block;
      font-family: Arial, sans-serif;
      font-size: 1.0785em;
      font-weight: normal;
      color: #fff;
      padding: .675em 1.25em .5em;
      text-decoration: none; }
      .wf-active nav.header ul a {
        font-family: Hero, Arial, sans-serif; }
      @media (max-width: 900px) {
        nav.header ul a {
          border-top: 1px solid rgba(255, 255, 255, 0.25); } }
      nav.header ul a:hover {
        background-color: #d5570b; }

nav.header ul.sub-menu {
  display: none;
  background-color: #eeeeee !important;
  border-bottom: 2px solid #d4d4d4; }
  @media (min-width: 900px) {
    nav.header ul.sub-menu {
      position: absolute;
      top: 2.8em;
      left: 0;
      width: 100%;
      margin-bottom: 0;
      display: none; } }
  nav.header ul.sub-menu a {
    text-decoration: none;
    color: #575556 !important;
    border-top: 1px solid rgba(87, 85, 86, 0.1); }
    nav.header ul.sub-menu a:hover {
      background-color: #e1e1e1 !important; }
  nav.header ul.sub-menu li.current-menu-item a,
  nav.header ul.sub-menu li.current-menu-ancestor a {
    text-decoration: underline; }

nav.header.submenu-about .about ul.sub-menu,
nav.header.submenu-work .work ul.sub-menu,
nav.header.submenu-services .services ul.sub-menu,
nav.header.submenu-resources .resources ul.sub-menu {
  display: block; }
  @media (min-width: 900px) {
    nav.header.submenu-about .about ul.sub-menu,
    nav.header.submenu-work .work ul.sub-menu,
    nav.header.submenu-services .services ul.sub-menu,
    nav.header.submenu-resources .resources ul.sub-menu {
      display: table !important; } }

#searchform {
  text-align: center;
  background-color: #eeeeee; }
  #searchform .c {
    padding: .5em 1em; }
  #searchform .assistive-text {
    display: none; }
  #searchform input[type=search],
  #searchform input[type=text] {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    padding: .25em .5em;
    border: 0;
    border-radius: 2em;
    -webkit-appearance: none; }
  #searchform input[type=submit] {
    display: none; }
  @media (min-width: 600px) {
    #searchform {
      text-align: right; }
      #searchform input[type=search],
      #searchform input[type=text] {
        width: 50%; } }

nav.inline {
  text-align: center;
  background-color: #575556; }
  @media (min-width: 900px) {
    nav.inline {
      border-top: 1px solid rgba(255, 255, 255, 0.25); } }
  nav.inline ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 900px) {
      nav.inline ul {
        display: table;
        border-bottom: 0; } }
    @media (min-width: 900px) {
      nav.inline ul li {
        display: inline-block;
        vertical-align: top; } }
  nav.inline a {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1.0785em;
    font-weight: normal;
    color: #fff;
    padding: .675em 1.25em .5em;
    text-decoration: none; }
    .wf-active nav.inline a {
      font-family: Hero, Arial, sans-serif; }
    @media (max-width: 900px) {
      nav.inline a {
        border-top: 1px solid rgba(255, 255, 255, 0.25); } }
    nav.inline a:hover {
      background-color: #4a4849; }
  nav.inline li.current-menu-item a,
  nav.inline li.current-page-ancestor a {
    background-color: #4a4849; }

#footer-cta {
  color: white;
  text-align: center;
  background-color: #ed610c; }
  #footer-cta .c {
    font-family: Hero, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    padding-bottom: .75em; }
  #footer-cta a {
    font-weight: normal;
    color: #fff; }

footer {
  color: white;
  padding-bottom: 1.5rem; }
  footer a {
    color: white;
    font-weight: normal; }
  footer h3 {
    display: inline-block;
    margin-bottom: 1em;
    padding-bottom: .25em;
    border-bottom: 1px solid #ed610c; }
  footer ul {
    margin: 0; }
  footer hr {
    clear: both;
    height: 10px;
    border: 0; }
  @media (min-width: 480px) {
    footer section .col.talk, footer section .col.little-more {
      float: right;
      width: 50%; }
    footer section .col.talk div {
      max-width: 237px; } }
  @media (min-width: 900px) {
    footer section .col {
      float: right;
      width: 33.33333%; }
      footer section .col.talk {
        max-width: 237px; }
      footer section .col.little-more {
        width: 38%; }
      footer section .col.address {
        float: left; } }

@media (min-width: 480px) {
  .address h3 {
    display: none; } }

#footer-address {
  padding: 0; }
  @media (min-width: 480px) {
    #footer-address {
      padding: 1.5em 0 0; } }
  #footer-address div {
    position: relative; }
  #footer-address img {
    display: none; }
    @media (min-width: 900px) {
      #footer-address img {
        display: block;
        position: absolute;
        top: .125rem;
        left: -2rem;
        max-width: 1rem;
        height: auto; } }
  #footer-address address {
    font-size: 0.875em;
    font-style: normal; }
    #footer-address address .company-title {
      font-weight: bold; }
  #footer-address .telephone {
    display: block;
    font-weight: normal;
    padding: 0 0 1.5em; }
  @media (min-width: 480px) and (max-width: 899px) {
    #footer-address {
      clear: both;
      padding-top: 2.5em; }
      #footer-address div {
        float: left;
        width: 50%; } }

ul.footer-more {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.footer-more li {
    margin: 0;
    padding: 0; }

ul.social-profiles {
  display: table;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.social-profiles li {
    display: table-cell;
    margin: 0;
    padding: 0; }

@media (min-width: 950px) {
  .navs {
    float: left;
    width: 66.66667%; } }

footer .darkest-grey .c {
  padding: 1.5rem auto; }

ul.footer {
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0; }
  @media (min-width: 567px) {
    ul.footer {
      margin: 0 0 .25rem; } }
  ul.footer li {
    margin: 0;
    padding: 0; }
    @media (min-width: 567px) {
      ul.footer li {
        display: inline-block; } }
    ul.footer li a {
      display: block;
      font-family: Hero;
      font-size: 1.25em; }
      @media (min-width: 567px) {
        ul.footer li a {
          padding: 0 1.3rem 0 0; } }
    ul.footer li:last-child a {
      padding-right: 0; }
    ul.footer li.logo a {
      font-size: 2em;
      padding-bottom: 8px; }
      @media (min-width: 600px) {
        ul.footer li.logo a {
          padding-bottom: 0; } }
      ul.footer li.logo a img {
        width: 100px;
        height: 26px;
        margin-top: 8px; }

p.copyright {
  display: inline;
  padding-right: 1rem; }

ul.copyright {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.copyright li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    ul.copyright li a {
      display: block;
      padding: 0 1rem 0 0; }
    ul.copyright li:last-child a {
      padding-right: 0; }

#accreditations {
  list-style-type: none;
  margin: 0 auto;
  padding: .8rem 0; }
  @media (min-width: 950px) {
    #accreditations {
      float: right;
      text-align: right; } }
  #accreditations img {
    max-height: 60px; }
  #accreditations li {
    float: left; }
    @media (min-width: 950px) {
      #accreditations li {
        float: left; } }

p.arrow {
  display: none; }
  @media (min-width: 900px) {
    p.arrow {
      display: inline;
      width: 100%;
      text-align: right; }
      p.arrow strong {
        display: inline-block;
        vertical-align: middle;
        font-family: Hero, Arial, sans-serif;
        font-size: 2em;
        font-weight: normal;
        line-height: 2.5;
        color: #575556;
        margin-left: -100em;
        padding: 0 0 0 100em;
        background-color: #fff; }
      p.arrow span {
        display: inline-block;
        width: 60px;
        vertical-align: middle; } }
      @media (min-width: 900px) and (min-width: 1200px) {
        p.arrow strong {
          font-size: 2.5em; } }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #fff;
  margin-left: -1px; }

.awards ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .awards ul li {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 100px;
    margin: 0;
    background-color: #fff;
    border: 0.5em solid #eeeeee; }
    .awards ul li img {
      display: inline-block;
      max-width: 60%;
      vertical-align: middle; }

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * http://nicolasgallagher.com/micro-clearfix-hack/
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.clear,
.gf_clear {
  clear: both; }

.gform_wrapper {
  text-align: left; }
  .gform_wrapper .in-tablet {
    color: #575556;
    padding: 1em 1em 0;
    background-color: white; }
  .gform_wrapper.nest {
    margin-top: 1.5em;
    color: #575556;
    padding: 0 2em 0;
    margin-bottom: 1.5em;
    background-color: #eeeeee;
    box-shadow: 0 0.25em 0 0 rgba(0, 0, 0, 0.2); }
    .light-grey .gform_wrapper.nest {
      box-shadow: none; }

.gform_heading {
  padding-bottom: 1em; }
  .in-tablet .gform_heading {
    display: none; }

.validation_error {
  font-size: 1.25em;
  color: #cc0000;
  margin-bottom: 1em; }

.validation_message {
  color: #cc0000;
  margin-top: 1px;
  padding: .5em 0 0 0;
  border-top: 1px solid #cc0000; }

@media (min-width: 600px) {
  .cols-2 .gform_heading {
    float: left;
    width: 40%;
    padding-right: 1.5em; }
  .cols-2 .validation_error {
    padding-top: 2em; }
  .cols-2 .gform_body {
    float: left;
    padding-top: 2.5em;
    width: 60%; }
  .cols-2 .validation_error + .gform_body {
    padding-top: 0; } }
.gform_footer {
  text-align: right;
  padding-bottom: 1em; }
  .pull-up-submit .gform_footer {
    float: right;
    margin-top: -4em;
    padding-bottom: 2em; }
    @media (min-width: 900px) {
      .pull-up-submit .gform_footer {
        margin-top: -3em; } }

.gform_title {
  font-size: 2em;
  color: #f49811; }

/* labels & fields */
.gfield {
  margin-top: 1em;
  padding: 0; }
  .gfield:first-child {
    margin-top: 0; }
  .gfield.form-submit {
    padding-bottom: 1.5em; }

.js .gfield_label {
  display: none; }

.gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.gfield input,
.gfield textarea {
  font-family: Arial, sans-serif;
  font-size: 1em;
  background-color: #eeeeee;
  border: 0; }
  .light .gfield input, .light
  .gfield textarea {
    background-color: white; }
  .light-grey .gfield input, .light-grey
  .gfield textarea {
    background-color: white; }
  .nest .gfield input, .nest
  .gfield textarea {
    background-color: white; }

.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=tel],
.gfield textarea,
.gfield select {
  width: 100%;
  padding: .375em; }

.gfield textarea {
  height: 6em; }
  @media (min-width: 600px) {
    .gfield textarea {
      height: 4em; } }
  .gfield textarea.large {
    height: 10em; }
    @media (min-width: 600px) {
      .gfield textarea.large {
        height: 12em; } }

.gfield select {
  font-family: Arial, sans-serif;
  font-size: 1em; }

.gfield_checkbox {
  list-style-type: none;
  margin: 0 0 0;
  padding: 0; }
  .pull-up-submit .gfield_checkbox {
    margin-right: 60%; }
  .gfield_checkbox input[type=checkbox] {
    float: left; }
  .gfield_checkbox label {
    display: block;
    margin-left: 2em; }

.ginput_left,
.name_first {
  float: left;
  width: 50%;
  padding-right: .5em; }

.ginput_right,
.name_last {
  float: left;
  width: 50%;
  padding-left: .5em; }

.gfield_description {
  font-size: .75em;
  padding: .5em; }
  .gfield_description a {
    font-weight: normal; }

.ginput_complex label {
  font-size: .75em; }
  .js .ginput_complex label {
    display: none; }

input[type=submit] {
  cursor: pointer;
  font-family: Hero, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: white;
  margin-top: .75em;
  padding: .5em 1em .375em;
  /* @include linear-gradient(lighten($action-colour,20%), $action-colour); */
  background-color: #44b45c;
  border: 0;
  border-radius: .25em;
  -webkit-appearance: none; }
  .in-tablet input[type=submit] {
    width: 100%; }

input[type=search]::-webkit-input-placeholder {
  color: #ed610c; }

input[type=search]:-moz-placeholder {
  /* Firefox 18- */
  color: #ed610c; }

input[type=search]::-moz-placeholder {
  /* Firefox 18- */
  color: #ed610c; }

input[type=search]:-ms-input-placeholder {
  color: #ed610c; }

ul.grid {
  list-style-type: none;
  margin: 0;
  padding: .5em 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  ul.grid li {
    float: left;
    width: 50%;
    margin: 0;
    background-color: white;
    border: .5em solid #fff; }
    .light-grey ul.grid li {
      border-color: #eeeeee; }
    .light ul.grid li {
      border-color: #eeeeee; }
    @media (min-width: 900px) {
      ul.grid li {
        width: 33.33333%; } }
    @media (min-width: 1200px) {
      ul.grid li {
        width: 25%; } }
    ul.grid li div.box {
      height: 100%;
      position: relative;
      overflow: hidden; }
      ul.grid li div.box .ribbon {
        font-family: Hero, arial, sans-serif;
        font-size: 1.0625em;
        line-height: 1.2;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px 0; }
        @media (min-width: 600px) {
          ul.grid li div.box .ribbon {
            bottom: 15px;
            right: -105px;
            width: 315px;
            padding: 10px 0;
            /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
            -webkit-transform: rotate(-30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            -moz-transform: rotate(-30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            -ms-transform: rotate(-30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            -o-transform: rotate(-30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotate(-30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
            color: #fff;
            background-color: #44b45c; } }
  ul.grid.two-column li {
    width: 100%; }
    @media (min-width: 600px) {
      ul.grid.two-column li {
        width: 50%; } }
    @media (min-width: 900px) {
      ul.grid.two-column li {
        width: 50%; } }
    @media (min-width: 1200px) {
      ul.grid.two-column li {
        width: 50%; } }

ul.grid.image li div.box {
  min-height: 150px;
  /* Need to keep this min-height in here cos all the elements in these boxes are positioned absolutely */ }
  ul.grid.image li div.box img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: 75%;
    height: auto; }
  @media (min-width: 600px) {
    ul.grid.image li div.box .ribbon {
      bottom: -7px;
      right: -87px;
      width: 215px;
      font-weight: normal;
      font-size: 0.875em;
      line-height: 1.0625em;
      padding: 4px 0 20px 0;
      /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
      -webkit-transform: rotate(-35deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -moz-transform: rotate(-35deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotate(-35deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -o-transform: rotate(-35deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotate(-35deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      word-spacing: 200px;
      /* handy trick to force the words to wrap */
      background-color: #368f49;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#44b45c), to(#368f49));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #44b45c, #368f49);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #44b45c, #368f49);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #44b45c, #368f49);
      /* IE10 */
      background-image: -o-linear-gradient(top, #44b45c, #368f49);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #44b45c, #368f49);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#44b45c', EndColorStr='#368f49'); } }

ul.grid.image-content li div.box div.image {
  height: 80px;
  margin-top: 10px;
  position: relative; }
  @media (min-width: 600px) {
    ul.grid.image-content li div.box div.image {
      height: 110px;
      margin-top: 0; } }
ul.grid.image-content li div.box div.content {
  padding: 0;
  text-align: center; }
  @media (min-width: 600px) {
    ul.grid.image-content li div.box div.content {
      padding: 0 1em; } }
  ul.grid.image-content li div.box div.content p {
    margin: 0 1em; }
    @media (min-width: 600px) {
      ul.grid.image-content li div.box div.content p {
        margin-left: 0;
        margin-right: 0; } }
ul.grid.image-content li div.box img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: 75%;
  height: auto;
  max-height: 100%; }
  #icon-grid ul.grid.image-content li div.box img {
    width: auto;
    max-height: 6em; }

ul.grid.team li div.box {
  min-height: 120px; }
  ul.grid.team li div.box img.photo {
    display: block !important;
    height: auto;
    width: auto;
    min-width: 100%;
    max-width: 95%;
    margin: 0;
    border: 0;
    border-radius: 0; }
  ul.grid.team li div.box .social {
    display: none; }
    @media (min-width: 600px) {
      ul.grid.team li div.box .social {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 20px;
        background-color: transparent; }
        ul.grid.team li div.box .social .social-icon {
          margin: 0 0 10px 0; } }
  ul.grid.team li div.box .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 600px) {
      ul.grid.team li div.box .content {
        bottom: 5px;
        width: auto;
        text-align: left; } }
  ul.grid.team li div.box h2, ul.grid.team li div.box h3 {
    padding: 2px 10px;
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 0; }
    @media (min-width: 600px) {
      ul.grid.team li div.box h2, ul.grid.team li div.box h3 {
        padding: 0 10px;
        width: auto; } }
  ul.grid.team li div.box h2 {
    padding: 4px 10px 2px;
    color: #ed610c;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 0.875em; }
  ul.grid.team li div.box h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    color: #575556;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 0.75em;
    padding: 3px 5px; }
    ul.grid.team li div.box h3 a {
      font-weight: normal; }
    @media (min-width: 600px) {
      ul.grid.team li div.box h3 {
        padding: 3px 10px; } }

.kza-video {
  overflow: hidden; }

/* http://stackoverflow.com/questions/12121090/responsively-change-div-size-keeping-aspect-ratio */
a.thumb {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative; }
  a.thumb:after {
    display: block;
    content: '';
    padding-top: 56.25%; }
  a.thumb img {
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto; }

.grid.whitepaper img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

.grid.tv .kza-video:first-of-type {
  padding-left: 0; }
.grid.tv .kza-video:last-of-type {
  padding-right: 0; }
.grid.tv h3 {
  padding-left: 1em;
  padding-right: 1em; }
.grid.tv img {
  width: 100%;
  height: auto; }

@font-face {
  font-family: 'koozicons';
  src: url("assets/fonts/koozicons.eot?-qxcpc1");
  src: url("assets/fonts/koozicons.eot?#iefix-qxcpc1") format("embedded-opentype"), url("assets/fonts/koozicons.ttf?-qxcpc1") format("truetype"), url("assets/fonts/koozicons.woff?-qxcpc1") format("woff"), url("assets/fonts/koozicons.svg?-qxcpc1#koozicons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'koozicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info-circle:before {
  content: "\e600"; }

.icon-cancel-circle:before {
  content: "\e601"; }

.icon-googleplus:before {
  content: "\e602"; }

.icon-facebook:before {
  content: "\e603"; }

.icon-twitter:before {
  content: "\e604"; }

.icon-linkedin:before {
  content: "\e605"; }

.icon-stumbleupon:before {
  content: "\e606"; }

.icon-pocket:before {
  content: "\e607"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-youtube:before {
  content: "\e608"; }

iframe {
  min-height: 259px !important; }

.background-image {
  position: absolute;
  left: 0;
  -moz-transform: scale(2) rotate(-4deg);
  -o-transform: scale(2) rotate(-4deg);
  -ms-transform: scale(2) rotate(-4deg);
  -webkit-transform: scale(2) rotate(-4deg);
  transform: scale(2) rotate(-4deg);
  opacity: .05; }

.social-icon {
  max-width: 35px !important;
  border: 3px solid #ed610c;
  border-radius: 25px; }

img {
  -ms-interpolation-mode: bicubic; }
  img.kza-post {
    width: 100%;
    height: auto; }
  .photo-single img {
    max-width: 100%;
    height: auto; }
  .blob img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  img.alignright {
    float: right;
    width: 33.33333%;
    margin-left: 1em; }
  img.alignleft {
    float: left;
    width: 33.33333%;
    margin-right: 1em; }
  img.aligncenter {
    padding-top: 1em;
    margin: 0 auto; }
  img.alignnone {
    width: auto !important;
    padding-top: 1em;
    margin: 0 auto; }

.drop-shadow, .latest img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

.photo {
  display: inline !important;
  width: 50px !important;
  height: 50px;
  border: 3px solid #ed610c;
  border-radius: 25px; }
  .kza-post .photo {
    float: left;
    margin: .5em 1em 0 0; }
    @media (min-width: 800px) {
      .kza-post .photo {
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0 0 0 -50px; } }
  .large-avatar .photo {
    width: 80px !important;
    height: 80px !important;
    border-radius: 40px; }
    @media (min-width: 800px) {
      .large-avatar .photo {
        width: 100px !important;
        height: 100px !important;
        margin: -10px 0 0 -125px;
        border-radius: 50px; } }
  ul.comments .photo {
    float: left;
    margin: .5em 1em 0 0; }

img.wp-smiley {
  display: inline !important;
  width: auto !important; }

.owl-controls {
  padding: .5em 0 .25em;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }
  .light-grey .owl-controls {
    background-color: #eeeeee; }
  .dark-grey .owl-controls {
    background-color: #575556; }
  #home-features .owl-controls {
    position: relative;
    margin-top: -2.5em;
    background-color: rgba(255, 255, 255, 0.6); }

.owl-nav {
  display: none; }
  @media (min-width: 600px) {
    .owl-nav {
      position: absolute;
      display: block;
      width: 100%;
      padding: 0 2em; }
      .owl-nav .owl-prev {
        float: left; }
      .owl-nav .owl-next {
        float: right; }
      .owl-nav .owl-prev,
      .owl-nav .owl-next {
        display: inline;
        cursor: pointer;
        color: #575556; }
        .dark-grey .owl-nav .owl-prev, .dark-grey
        .owl-nav .owl-next {
          color: #fff; } }

@media (min-width: 600px) {
  .owl-dots {
    position: relative;
    margin: .25em 50px 0; } }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  margin: 5px 11px;
  /* background: #d6d6d6; */
  background: none;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #575556; }
  .dark-grey .owl-theme .owl-dots .owl-dot span {
    background-color: #eeeeee; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  /* background: #869791; */
  background: #ed610c; }

section {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: white; }
  @media (min-width: 900px) {
    section .col {
      float: left;
      width: 50%; }
      section .col.one-part {
        width: 33.33333%; }
      section .col.two-part {
        width: 66.66667%; } }
  ul.comments section {
    border-bottom: 1px solid #eeeeee; }
  section.odd {
    background-color: #f8f8f8; }

.center {
  text-align: center; }

.c {
  max-width: 64em;
  margin: 0 auto;
  padding: 1em; }
  @media (min-width: 1200px) {
    .c.large {
      max-width: 75em; } }
  .extra-padding .c {
    padding: 2.5rem 1rem; }

.attention {
  color: white;
  background-color: #ed610c;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .attention.gradient {
    background-color: #ed610c;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edac0c), to(#ed610c));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #edac0c, #ed610c);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #edac0c, #ed610c);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #edac0c, #ed610c);
    /* IE10 */
    background-image: -o-linear-gradient(top, #edac0c, #ed610c);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #edac0c, #ed610c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#edac0c', EndColorStr='#ed610c'); }

#blog + .latest,
#tv-feature + .latest {
  border-top: 1px solid #ed610c;
  /* border-bottom: 1px solid $attention-colour; */ }

.light-grey,
.light {
  background-color: #eeeeee; }

.dark-grey {
  color: white;
  background-color: #575556; }

.darkest-grey {
  color: white;
  background-color: #232323; }

.background {
  position: relative; }
  .background img.feature-image {
    position: absolute;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto; }
  .background .c {
    position: relative; }

.double-arrow .c {
  width: 100%;
  max-width: 100%;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (min-width: 600px) {
    .double-arrow .c {
      padding: 7rem 0 5rem; } }
  .double-arrow .c:before, .double-arrow .c:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5rem;
    left: 0; }
    @media (min-width: 600px) {
      .double-arrow .c:before, .double-arrow .c:after {
        height: 4rem; } }
  .double-arrow .c:before {
    top: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgY2xhc3M9InN2Zy10cmlhbmdsZSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPiAgPHBvbHlnb24gcG9pbnRzPSIwLDAgMTAwLDAgNTAsMTAwIiBmaWxsPSIjZmZmIi8+PC9zdmc+); }
  .double-arrow .c:after {
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPiAgPHBvbHlnb24gcG9pbnRzPSIwIDAsIDUwIDEwMCwgMTAwIDAsIDEwMCAxMDAsIDAgMTAwIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==); }
.double-arrow.into-light-grey .c:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPiAgPHBvbHlnb24gcG9pbnRzPSIwIDAsIDUwIDEwMCwgMTAwIDAsIDEwMCAxMDAsIDAgMTAwIiBmaWxsPSIjZWVlZWVlIi8+PC9zdmc+); }

/* ## Web fonts */
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */
@font-face {
  font-family: "Hero";
  src: url("assets/fonts/Hero.eot?") format("eot"), url("assets/fonts/Hero.woff") format("woff"), url("assets/fonts/Hero.ttf") format("truetype"), url("assets/fonts/Hero.svg#Hero") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ## Typography */
body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #575556;
  -webkit-text-size-adjust: 100%; }
  @media (min-width: 600px) {
    body {
      font-size: 14px; } }
  @media (min-width: 900px) {
    body {
      font-size: 16px; } }
  @media (min-width: 1500px) {
    body {
      font-size: 18px; } }

p {
  margin: 0;
  padding: 0 0 1.5em; }
  h2 + p {
    margin-top: -1em; }

h1,
.h1 {
  display: block;
  max-width: 20em;
  font-family: Arial, sans-serif;
  letter-spacing: -.025em;
  font-size: 2.25em;
  font-weight: normal;
  line-height: 1.2;
  color: #575556;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto; }
  h1.mini,
  .h1.mini {
    font-size: 1em;
    margin: 0;
    padding: 0; }
    h1.mini + h2,
    .h1.mini + h2 {
      margin-top: .25em; }
  .wf-active h1, .wf-active
  .h1 {
    font-family: Hero, Arial, sans-serif; }
  h1 a,
  .h1 a {
    font-weight: normal;
    color: #575556; }
  header h1, header
  .h1 {
    margin: 0 0 .5em; }
  h1 + p,
  .h1 + p {
    margin-top: -1em; }
  h1 + a.button,
  .h1 + a.button {
    margin-top: -.5em; }
  h1 strong,
  .h1 strong {
    font-size: 1.5em;
    font-weight: normal; }
  .dark-grey h1, .dark-grey
  .h1 {
    color: #fff; }

h2 {
  font-family: Arial, sans-serif;
  letter-spacing: -.025em;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2; }
  .wf-active h2 {
    font-family: Hero, Arial, sans-serif; }
  .blob h2, .double-arrow h2, h2.underline {
    display: inline-block;
    margin-bottom: 1.5em;
    padding-bottom: .25em;
    border-bottom: 1px solid #ed610c; }
  .heading h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .blob small + h2 {
    margin-top: 0; }
  .kza-carousel h2 {
    margin-bottom: .25em;
    padding-bottom: .25em;
    border-bottom: 1px solid #eeeeee; }
  .kza-carousel.light-grey h2 {
    border-color: #fff; }
  .attention h2 {
    color: white !important;
    border-bottom: 0; }
  .dark-grey h2 {
    color: white !important; }
  #blog + .latest h2, #tv-feature + .latest h2 {
    color: #f49811; }
  .logos h2 {
    color: #f49811; }
    .logos h2 a {
      font-weight: normal;
      color: #f49811; }
  .ticks h2 {
    color: #f49811; }
    .ticks h2 a {
      font-weight: normal;
      color: #f49811; }
  @media (max-width: 599px) {
    .grid h2 {
      font-size: 1.5em; } }
  .attention h1 + h2 {
    font-size: 1.25em;
    color: #575556 !important;
    margin-top: -1em; }
  h2 + p {
    margin-top: -1em; }
  h2:first-of-type + p.meta {
    margin-top: -2em !important; }
  h2 + .sharing {
    margin-top: -1.5em; }
  h2 a {
    font-weight: normal;
    color: inherit; }
  h2 img.icon {
    display: inline;
    width: auto;
    height: 1.5em;
    vertical-align: middle; }

h3 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: -.025em;
  font-weight: normal; }
  h3.underline {
    display: inline-block;
    margin-bottom: 1.5em;
    padding-bottom: .25em;
    border-bottom: 1px solid #ed610c; }
  .wf-active h3 {
    font-family: Hero, Arial, sans-serif; }
  h3 a {
    font-weight: normal;
    color: #575556; }

a {
  font-weight: bold;
  color: #ed610c;
  text-decoration: none; }
  .attention a {
    color: white !important; }
  a.large {
    display: inline-block;
    font-family: Arial, sans-serif;
    letter-spacing: -.025em;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2;
    color: #fff; }
    .wf-active a.large {
      font-family: Hero, Arial, sans-serif; }
  a.button {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: white;
    margin: 1em auto;
    padding: .5em 1em .375em;
    background-color: #44b45c;
    border: 0;
    border-radius: .25em; }
    .wf-active a.button {
      font-family: Hero, Arial, sans-serif; }
    a.button:hover {
      background-color: #3da153; }
    a.button.button-small {
      font-size: .875em;
      padding: .25em .5em .125em;
      margin: 0 0 .75em;
      border-radius: .375em; }
      @media (min-width: 900px) {
        a.button.button-small {
          font-size: 1em;
          margin: 10px 0 10px; } }

.blob .c {
  max-width: 44em; }
.blob h3 {
  font-size: 1.5em;
  line-height: 1.25; }
  .blob h3 a {
    font-weight: normal; }
.blob ul,
.blob ol {
  margin: 0;
  padding-left: 2em; }
  .blob ul li,
  .blob ol li {
    padding-bottom: .5em; }
    .blob ul li:last-child,
    .blob ol li:last-child {
      padding-bottom: 0; }

.blob-carousel .blob-slide {
  text-align: left;
  max-width: 40em;
  padding: 1em 2em 2em;
  margin: 0 auto; }

.address-map .c {
  padding: 1em; }
.address-map .contact-details {
  float: left;
  width: 50%; }
  @media (min-width: 600px) {
    .address-map .contact-details {
      padding-left: 7em;
      background-image: url("img/contact/address-marker.png");
      background-position: 1em center;
      background-repeat: no-repeat;
      background-size: auto 70%; } }
  .address-map .contact-details address {
    padding: 1em 0 .5em; }
  .address-map .contact-details a.telephone {
    display: block; }

.map-holder {
  float: right;
  width: 50%;
  min-height: 180px;
  background-color: #d4d4d4; }

.tablet {
  z-index: 2;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.ribbon {
  font-size: 1.0625em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  background-color: #44b45c; }
  @media (min-width: 600px) {
    .tablet .ribbon {
      position: absolute;
      top: 10px;
      right: -90px;
      width: 315px;
      /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
      -webkit-transform: rotate(30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -moz-transform: rotate(30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotate(30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -o-transform: rotate(30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotate(30deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); } }

@media (min-width: 600px) {
  .tablet {
    overflow: hidden;
    max-width: 28em;
    margin: 1em auto 0;
    padding-left: 1em;
    box-shadow: none; }

  .ipad {
    position: relative;
    background-color: #000;
    border-radius: 1.5em;
    border: 2px solid #adaeb1;
    background-image: url("img/ipad/button.png");
    background-repeat: no-repeat;
    background-position: 50% 100%; }

  .reflection {
    height: 50px;
    margin: 2px 2px 0;
    background-image: url("img/ipad/reflection.png");
    background-repeat: repeat-x;
    background-position: top;
    border-radius: 20px 20px 0 0; }

  .camera {
    background-image: url("img/ipad/camera.png");
    background-repeat: no-repeat;
    background-position: 50% 0%; }

  .shine {
    padding: 3em;
    background-image: url("img/ipad/shine.png");
    background-repeat: no-repeat;
    background-position: top right;
    border-radius: 18px; } }
/* ticks, logos */
.logos .c {
  padding: .5em 1em; }
  .logos .c.large {
    padding: 1.5em 1em 2.5em; }

ul.logos {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .featuredin ul.logos {
    padding-bottom: 0; }
  h2 + ul.logos {
    margin-top: -1.5em;
    margin-bottom: .5em; }
  ul.logos li {
    float: left;
    width: 50%;
    text-align: center;
    padding: .5em; }
    @media (max-width: 400px) {
      ul.logos li:last-child:nth-child(odd) {
        width: 100%; } }
    ul.logos li div {
      /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d;
      height: 80px;
      white-space: nowrap;
      margin: 0; }
      .attention ul.logos li div {
        height: 120px;
        background-color: #fff;
        border: 1px solid #979596; }
    ul.logos li img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: 100%;
      height: auto;
      padding-top: 0; }
    ul.logos li p {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding-bottom: 0; }
  @media (min-width: 400px) {
    ul.logos.logos_3 li {
      width: 33.33333%; }
    ul.logos.logos_4 li {
      width: 25%; }
    ul.logos.logos_5 li {
      width: 20%; }
    ul.logos.logos_6 li {
      width: 16.66667%; }
    ul.logos.logos_7 li {
      width: 14.28571%; }
    ul.logos.logos_8 li {
      width: 12.5%; }
    ul.logos.logos_9 li {
      width: 11.11111%; } }

ul,
ol {
  padding-top: 0;
  padding-bottom: 1.5em; }

ul.ticks {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0 1em 1em; }
  h1 + ul.ticks {
    margin-top: -1em; }
  ul.ticks li {
    margin: 0 1.5em;
    padding: 1em 0 1em 48px;
    background-image: url("assets/img/lists/bullet-circle-tick-orange.png");
    background-repeat: no-repeat;
    background-position: left center; }
    .attention ul.ticks li {
      background-image: url("assets/img/lists/bullet-circle-tick-white.png"); }
  .ticks ul.ticks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ticks ul.ticks li {
      float: left;
      width: 50%;
      margin: 0;
      padding: 48px 1.25em 1.5em;
      background-position: top center; }
      @media (min-width: 600px) {
        .ticks ul.ticks li {
          width: 25%; } }
      @media (min-width: 900px) {
        .ticks ul.ticks li {
          padding-left: 2em;
          padding-right: 2em; } }

#site-map ul ul {
  padding-bottom: 0; }
#site-map a {
  display: block;
  font-weight: normal;
  padding: .5em 0;
  padding-left: 1em; }
  #site-map a:hover {
    background-color: #e6e6e6; }

.box-list {
  list-style-type: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .box-list li {
    display: table;
    position: relative;
    float: left;
    width: 50%;
    min-height: 12rem;
    text-align: center;
    color: #fff;
    padding: 1.5rem;
    background-color: #575556;
    border: .5rem solid #fff;
    /* -moz-transform: $values;
    -o-transform: $values;
    -ms-transform: $values; */
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (min-width: 600px) {
      .box-list li {
        border-width: 1.5rem; } }
    .box-list li:hover {
      background-color: #ed610c; }
    .box-list li .inner {
      display: table-cell;
      vertical-align: middle;
      max-width: 66.66667%; }
      @media (min-width: 900px) {
        .box-list li .inner {
          padding: 4em 0; } }

ol.box-list li:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1.5em;
  top: 55%;
  left: 50%;
  font-size: 15em;
  color: #eeeeee;
  opacity: .1;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .wf-active ol.box-list li:before {
    font-family: Hero, Arial, sans-serif; }
ol.box-list li:nth-child(1):before {
  content: '1'; }
ol.box-list li:nth-child(2):before {
  content: '2'; }
ol.box-list li:nth-child(3):before {
  content: '3'; }
ol.box-list li:nth-child(4):before {
  content: '4'; }

.case-studies {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .case-studies li {
    position: relative;
    border-width: 1.5em !important; }
    .case-studies li a {
      display: block;
      width: 100%;
      height: 100%; }
  .case-studies .case-study-details {
    position: absolute;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(237, 97, 12, 0.85);
    /* -moz-transform: $values;
    -o-transform: $values;
    -ms-transform: $values; */
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .case-studies li:hover .case-study-details {
    opacity: 1;
    visibility: visible; }
  .case-studies .case-study-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    text-align: center;
    color: #fff;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .case-studies blockquote {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.25;
    padding-bottom: .5rem;
    /* hello */ }
    @media (min-width: 1000px) {
      .case-studies blockquote {
        font-size: 1.8em;
        padding-bottom: 1rem; } }
  .case-studies span {
    font-weight: normal; }
  .case-studies img.ratio-fixer {
    width: 100%;
    height: auto; }
  .case-studies img.wp-post-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 60%;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

h2 + .case-studies {
  margin-top: -1.5em; }

.service-slide {
  text-align: center;
  padding: 0 .5em; }
  .service-slide h3 {
    font-size: 1.5em; }
  .service-slide a {
    display: block;
    color: #575556 !important; }
    .service-slide a img {
      max-height: 6em;
      width: auto;
      margin: 0 auto; }

.grid-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .grid-menu li {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1em solid #eeeeee; }
    @media (min-width: 900px) {
      .grid-menu li {
        width: 25%; } }
    .grid-menu li:hover .box {
      background-color: #ed610c; }
    .grid-menu li:hover h3 {
      border-bottom-color: #fff; }
  .grid-menu .box {
    position: relative;
    background-color: #575556;
    /* -moz-transform: $values;
    -o-transform: $values;
    -ms-transform: $values; */
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .grid-menu .details {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%; }
  .grid-menu h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    margin: 0 !important;
    padding: 0;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-bottom: #ed610c 1px solid; }
    .grid-menu h3 span {
      display: inline; }
  .grid-menu img.ratio-fixer {
    width: 100%;
    height: auto; }
  .grid-menu img.wp-post-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: auto;
    opacity: .1;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .grid-menu .description {
    font-weight: normal;
    text-align: center;
    color: #575556;
    padding: 1em 1.5em;
    background-color: #fff; }

.photos {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .photos li {
    float: left;
    width: 33.33333%;
    /* margin: 1em; */
    -webkit-transform-style: preserve-3d; }
    .photos li:nth-child(odd) {
      /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
      -webkit-transform: rotate(-1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -moz-transform: rotate(-1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotate(-1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -o-transform: rotate(-1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotate(-1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .photos li:nth-child(3n) {
      /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
      -webkit-transform: rotate(1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -moz-transform: rotate(1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: rotate(1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -o-transform: rotate(1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: rotate(1deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .photos li div {
      padding: 1em; }
    .photos li img {
      display: block;
      width: 100%;
      height: auto;
      padding: 0;
      box-shadow: 0 1px 3px 0 rgba(1, 1, 1, 0.5); }

@media (min-width: 600px) {
  #blog {
    padding-top: 3em; } }

.kza-posts {
  margin: 0;
  padding: 0; }
  .kza-posts .c {
    max-width: 100%; }
  .kza-posts .owl-carousel:first-child {
    padding-top: 3em; }
  .kza-posts img {
    display: none; }
  .kza-posts span.category-more {
    float: right;
    font-size: .5em;
    font-weight: bold;
    color: #ed610c;
    margin-top: 1em; }
  .kza-posts .kza-post:first-of-type {
    padding-left: 1em; }
  .kza-posts .kza-post:last-of-type {
    padding-right: 1em; }

.kza-post {
  position: relative; }
  @media (min-width: 600px) {
    .kza-carousel .kza-post {
      margin-left: 70px; } }
  #blog .kza-post {
    padding: 0 0 1em; }
    #blog .kza-post h1 {
      text-align: left;
      margin: 0;
      padding: 0;
      max-width: 100%; }
    #blog .kza-post p.meta {
      margin-top: .5em; }
      @media (min-width: 600px) {
        #blog .kza-post p.meta {
          margin-top: 0; } }
      #blog .kza-post p.meta + p {
        font-size: 1.25em; }
        #blog .kza-post p.meta + p a.more-link {
          font-size: .666666666em; }
    #blog .kza-post span.reading-time {
      font-weight: bold; }
      #blog .kza-post span.reading-time em {
        color: #44b45c; }
      @media (max-width: 599px) {
        #blog .kza-post span.reading-time:before {
          content: ' | '; } }
      @media (min-width: 600px) {
        #blog .kza-post span.reading-time {
          float: right; } }
  .kza-post a.more-link {
    display: block;
    margin-top: .5em; }

#comments {
  cursor: pointer; }
  #comments h2:after {
    display: inline-block;
    content: '\003E';
    color: #fff;
    margin-left: .25em;
    padding: .15em .5em 0;
    background-color: #e1e1e1;
    border-radius: .7em;
    /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
    -webkit-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotate(90deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transition: all .2s ease; }
  #comments.open h2:after {
    /* Adding in the extra rotations to solve the rendering issues in Chrome :( */
    -webkit-transform: rotate(270deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: rotate(270deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: rotate(270deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: rotate(270deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotate(270deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }

ul.comments,
ul.children {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff; }
  ul.comments li,
  ul.children li {
    margin: 0;
    padding: 0; }
  ul.comments p.meta,
  ul.children p.meta {
    padding: .5em 0 0; }
    ul.comments p.meta strong,
    ul.children p.meta strong {
      display: block; }
  ul.comments .comment-text,
  ul.children .comment-text {
    clear: both;
    padding-top: 1em; }
    @media (min-width: 600px) {
      ul.comments .comment-text,
      ul.children .comment-text {
        padding-left: 4.5em; } }
    @media (min-width: 900px) {
      ul.comments .comment-text,
      ul.children .comment-text {
        padding-left: 4em; } }
  ul.comments .reply,
  ul.children .reply {
    text-align: right;
    padding: .5em 0 0; }
  ul.comments .c,
  ul.children .c {
    padding-left: 2em; }
  ul.comments .depth-1 .c,
  ul.children .depth-1 .c {
    padding-left: 1em; }
  ul.comments .depth-2 .c,
  ul.children .depth-2 .c {
    padding-left: 1.5em; }
  @media (min-width: 600px) {
    ul.comments .c,
    ul.children .c {
      padding-left: 4.5em; }
    ul.comments .depth-1 .c,
    ul.children .depth-1 .c {
      padding-left: 1em; }
    ul.comments .depth-2 .c,
    ul.children .depth-2 .c {
      padding-left: 3em; } }
  ul.comments #respond,
  ul.children #respond {
    padding: 0 1.5em; }

#respond {
  max-width: 44em;
  margin: 0 auto;
  background-color: #fff; }

.blob-comment h2 {
  margin-bottom: 0; }

a.tweet-this {
  display: block;
  text-align: right;
  color: #fff;
  margin-bottom: 1.5em;
  padding: 1em 1em .5em;
  background-color: #4099ff; }
  a.tweet-this p.text {
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
    padding-bottom: 0; }
  a.tweet-this span.link {
    display: inline-block;
    font-size: .75em;
    text-align: right; }
    a.tweet-this span.link .icon-social {
      width: .75em !important; }

@media (min-width: 600px) {
  #tv-feature {
    overflow: hidden;
    position: relative;
    max-height: 32em; } }
#tv-feature img {
  display: block;
  width: 100%;
  max-width: 100em;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    #tv-feature img {
      margin-top: -50px; } }
  @media (min-width: 1500px) {
    #tv-feature img {
      margin-top: -100px; } }
#tv-feature header {
  text-align: left;
  padding-top: 1em;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 600px) {
    #tv-feature header {
      position: absolute;
      bottom: 0;
      width: 100%; } }
#tv-feature > a {
  position: relative;
  display: block; }
  @media (min-width: 600px) {
    #tv-feature > a {
      display: inline;
      position: static; } }

#single-tv-feature .c {
  max-width: 100em;
  padding: 0; }

.kza-videos {
  margin: 0;
  padding: 0; }
  .kza-videos .c {
    max-width: 100%; }
  .kza-videos img {
    width: 100%;
    height: auto; }
  .kza-videos span.category-more {
    float: right;
    font-size: .5em;
    font-weight: bold;
    color: #ed610c;
    margin-top: 1em; }

.latest img {
  margin-top: .5em;
  border-bottom: 3px solid #ed610c; }

.kza-video h3 {
  font-size: 1em;
  padding: .5em 0; }
  .kza-video h3 a {
    font-weight: normal; }
.kza-video:first-of-type {
  padding-left: 1em; }
.kza-video:last-of-type {
  padding-right: 1em; }
.kza-video a:first-child {
  display: block;
  position: relative; }

.icon-play-circle {
  position: absolute;
  z-index: 9999;
  top: 50%;
  height: 2em;
  margin: -1em 0 0;
  color: #44b45c;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all .3s ease; }
  .icon-play-circle:before {
    font-size: 5em; }

a:hover .icon-play-circle {
  opacity: 1;
  filter: alpha(opacity=100); }

.twitter a {
  background-color: #4099ff; }

.facebook a {
  background-color: #3b5998; }

.google a {
  background-color: #cc3732; }

.linkedin a {
  background-color: #4875b4; }

.youtube a {
  background-color: #e52d27; }

.su a {
  background-color: #f74425; }

.pocket a {
  background-color: #d3505a; }

.social-sharing {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 1.5em !important;
  list-style-type: none; }
  .social-sharing li {
    width: 12.5%;
    display: table-cell;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap; }
    .social-sharing li a {
      display: block;
      line-height: 30px;
      text-align: center;
      color: #fff;
      margin-left: .5em;
      padding: .5em; }
    .social-sharing li:first-child a {
      margin-left: 0; }
  .social-sharing .twitter,
  .social-sharing .facebook {
    width: 25%; }
    @media (min-width: 1200px) {
      .social-sharing .twitter,
      .social-sharing .facebook {
        width: 35%; } }

.social-sharing::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.wf-active .social-sharing span.network {
  display: inline-block;
  text-indent: -99999px; }
.wf-active .social-sharing .twitter .icon-social,
.wf-active .social-sharing .facebook .icon-social {
  display: inline;
  width: 1em; }
.wf-active .social-sharing .twitter a:after {
  content: 'Share'; }
  @media (min-width: 1200px) {
    .wf-active .social-sharing .twitter a:after {
      content: 'Share on Twitter'; } }
.wf-active .social-sharing .facebook a:after {
  content: 'Like'; }
  @media (min-width: 1200px) {
    .wf-active .social-sharing .facebook a:after {
      content: 'Share on Facebook'; } }
.wf-active .icon-social {
  font-family: 'koozicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-right: .5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.wf-active .icon-pocket {
  font-size: 22px; }

.social-profiles {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 1.5em !important;
  list-style-type: none; }
  .social-profiles li {
    width: 20%;
    display: table-cell;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap; }
    .social-profiles li a {
      display: block;
      /* line-height: 30px; */
      text-align: center;
      color: #fff;
      /* padding: .5em; */
      margin: .25em; }
    .social-profiles li:first-child a {
      margin-left: 0; }

.social-profiles::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.wf-active .social-profiles span.network {
  display: inline-block;
  text-indent: -99999px; }
.wf-active .social-profiles .icon-social {
  font-family: 'koozicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  margin-right: .5em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.wf-active .social-profiles .icon-pocket {
  font-size: 22px; }

.author-bio .heading {
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ed610c; }
.author-bio h1 {
  max-width: auto;
  letter-spacing: -.025em;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0; }
.author-bio small {
  display: block;
  padding-top: 10px; }
.author-bio ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 800px) {
    .author-bio ul {
      float: right;
      margin-top: -2.5em; } }
  .author-bio ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
@media (max-width: 801px) {
  .author-bio .social-icon {
    width: 25px;
    height: 25px; } }

.whitepaper-intro .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
.whitepaper-intro .c {
  padding: 0; }
.whitepaper-intro h1 {
  font-size: 1.8em;
  max-width: 14em; }

.whitepaper-info {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .whitepaper-info {
      margin-left: 50%;
      padding: 10em 0 8em; } }

.whitepaper-cover {
  position: relative;
  display: block;
  overflow: hidden; }
  .grid .whitepaper-cover {
    border-right: 1px solid #aaa;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); }
  .whitepaper-intro .whitepaper-cover {
    max-width: 80%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .whitepaper-intro .whitepaper-cover {
        position: absolute;
        top: 5em;
        left: 3em;
        width: 40%;
        bottom: 0;
        border-right: 1px solid #aaa;
        -webkit-box-shadow: 40px 50px 60px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 40px 50px 60px rgba(0, 0, 0, 0.6);
        box-shadow: 40px 50px 60px rgba(0, 0, 0, 0.6); } }
  .whitepaper-cover .ds:before {
    content: '';
    position: absolute;
    top: -25%;
    bottom: 50%;
    left: -25%;
    width: 200%;
    background-color: rgba(255, 255, 255, 0.1);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
    .single-whitepaper .whitepaper-cover .ds:before {
      bottom: 25%; }
  .whitepaper-cover .ds:after {
    content: '';
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: inset 0 -20px 100px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -20px 100px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -20px 100px rgba(0, 0, 0, 0.5); }
  .whitepaper-cover img {
    width: 100%;
    height: auto;
    border-right: 1px solid #eeeeee; }
    .single-whitepaper .whitepaper-cover img {
      margin: 0 auto -33%; }
    @media (min-width: 768px) {
      .whitepaper-cover img {
        max-width: 100%;
        border-right: 1px solid #eeeeee;
        margin: -3px 1px 0 0; } }

.teaser .whitepaper-info {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .teaser .whitepaper-info {
      margin-left: 30%;
      padding: 4em 0 3em; } }
@media (min-width: 768px) {
  .teaser .whitepaper-cover {
    top: 4em;
    left: 9em;
    width: 25%; } }

nav.nav-whitepapers {
  display: block !important;
  position: relative;
  padding-top: 1.5rem;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); }
  @media (max-width: 767px) {
    nav.nav-whitepapers {
      display: none !important; } }
  .single-whitepaper nav.nav-whitepapers {
    padding-top: 0; }
  nav.nav-whitepapers div {
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  nav.nav-whitepapers ul {
    display: table;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    nav.nav-whitepapers ul img {
      display: block;
      width: 100%;
      height: auto;
      -ms-interpolation-mode: bicubic; }
    nav.nav-whitepapers ul li {
      position: relative;
      display: table-cell;
      margin: 0;
      padding: 0; }
      nav.nav-whitepapers ul li a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        /* -moz-transform: $values;
        -o-transform: $values;
        -ms-transform: $values; */
        -webkit-transition: background-color 0.5s ease;
        transition: background-color 0.5s ease;
        border-bottom: .25em solid transparent; }
      nav.nav-whitepapers ul li a:hover:after {
        background-color: transparent; }
      nav.nav-whitepapers ul li.active a:after {
        background-color: transparent;
        border-bottom-color: #44b45c; }

.whitepaper-collection {
  position: relative;
  padding-top: 1.5rem;
  background-color: #fff; }
  .single-whitepaper .whitepaper-collection {
    padding-top: 0; }
  .whitepaper-collection div {
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .whitepaper-collection ul {
    display: table;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    .whitepaper-collection ul li {
      /* display: none; */
      display: table-cell;
      margin: 0;
      padding: 0; }
      .whitepaper-collection ul li:nth-child(3n) {
        display: table-cell; }
      @media (min-width: 600px) {
        .whitepaper-collection ul li:nth-child(2n) {
          display: table-cell; } }
      @media (min-width: 1500px) {
        .whitepaper-collection ul li {
          display: table-cell; } }
    .whitepaper-collection ul img {
      display: block;
      width: 100%;
      height: auto;
      -ms-interpolation-mode: bicubic; }

.kza-star-rating .gfield_label {
  display: block;
  float: left;
  color: #575556;
  padding: .25em .5em .25em 0; }
.kza-star-rating ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0; }
  .kza-star-rating ul li {
    display: table-cell;
    margin: 0;
    padding: 0; }
  .kza-star-rating ul label {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 2em;
    line-height: 2;
    margin: 0 .5em;
    background-color: #cfcfcf;
    border-radius: 50%; }
  .kza-star-rating ul input {
    position: absolute;
    left: -999999px; }
  .kza-star-rating ul input[type=radio]:checked + label {
    color: #fff;
    background-color: #ed610c; }

.stat img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em; }
.stat .col {
  padding-left: 1.5em;
  padding-right: 1.5em; }

.client-review img {
  max-width: 50%;
  padding-top: 0;
  margin-top: -1rem; }

blockquote {
  position: relative;
  text-align: left;
  margin: 0; }
  @media (min-width: 1000px) {
    blockquote:nth-child(2n) {
      margin-left: 0;
      margin-right: 5em; } }
  blockquote:before {
    content: '\201C';
    position: absolute;
    z-index: -1;
    top: .175em;
    left: -.5em;
    font-size: 4em;
    line-height: 1;
    font-style: italic;
    color: #f49811;
    margin: -.25em 0 0 0; }
  blockquote:after {
    content: '\201D';
    position: absolute;
    z-index: -1;
    right: -.25em;
    bottom: .3em;
    font-size: 4em;
    line-height: 0;
    font-style: italic;
    color: #f49811;
    margin: 0; }
  blockquote + p strong {
    display: block; }

.screenshots {
  position: relative;
  max-width: 60%;
  text-align: center;
  margin: 1em auto 3em; }
  .screenshots img {
    width: 100%;
    height: auto;
    margin-left: -30px;
    box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.5); }
    .screenshots img.wp-post-image {
      position: absolute;
      top: 30px;
      left: 60px; }

ul.results {
  list-style-type: none;
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
  padding: 0 0 3rem; }
  @media (min-width: 567px) {
    ul.results {
      display: table; } }
  ul.results li {
    margin: 0;
    padding: 1.5rem; }
    @media (min-width: 567px) {
      ul.results li {
        display: table-cell;
        width: 33.33333%;
        padding: 0 1.5rem; } }
    ul.results li em,
    ul.results li strong {
      display: block; }
    ul.results li em {
      font-style: normal; }
    ul.results li strong {
      font-size: 4em;
      font-weight: normal; }
      .wf-active ul.results li strong {
        font-family: 'Hero', Arial, sans-serif; }

.case-study-client .client {
  text-align: center;
  padding: 1.5rem; }
  @media (min-width: 600px) {
    .case-study-client .client {
      float: right;
      width: 33.33333%;
      text-align: left;
      padding: 0; } }
  .case-study-client .client img {
    width: 100%;
    height: auto; }

.responsive-gallery {
  padding: 1.5rem; }
  @media (min-width: 600px) {
    .responsive-gallery {
      float: left;
      width: 75%;
      margin-top: -5rem;
      padding: 0 0 1.5rem 1.5rem; } }
  .responsive-gallery .inner {
    position: relative; }
  .responsive-gallery .ratio-fixer {
    width: 100%; }
  .responsive-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .responsive-gallery ul li {
      margin: 0;
      padding: 0; }
      .responsive-gallery ul li img {
        position: absolute;
        max-width: 100%;
        height: auto; }
    .responsive-gallery ul li.device-imac {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 22%;
      right: 0%;
      width: 78%;
      height: 100%;
      /* -moz-transform: $values;
      -o-transform: $values;
      -ms-transform: $values; */
      -webkit-transition: left 1s ease;
      transition: left 1s ease; }
      @media (min-width: 600px) {
        .responsive-gallery ul li.device-imac {
          left: 0;
          right: 22%; } }
      .responsive-gallery ul li.device-imac img.screenshot {
        top: 4%;
        left: 4%;
        width: 92%; }
    .responsive-gallery ul li.device-ipad {
      position: absolute;
      top: 30%;
      bottom: 3%;
      left: 0%;
      right: 61%;
      width: 36%;
      height: 67%;
      /* -moz-transform: $values;
      -o-transform: $values;
      -ms-transform: $values; */
      -webkit-transition: left 0.8s ease;
      transition: left 0.8s ease; }
      @media (min-width: 600px) {
        .responsive-gallery ul li.device-ipad {
          left: 59%;
          right: 5%; } }
      .responsive-gallery ul li.device-ipad img.screenshot {
        top: 8%;
        left: 8%;
        width: 84%; }
    .responsive-gallery ul li.device-iphone {
      position: absolute;
      top: 58%;
      bottom: 0%;
      left: 25%;
      right: 60%;
      width: 15%;
      height: 42%;
      /* -moz-transform: $values;
      -o-transform: $values;
      -ms-transform: $values; */
      -webkit-transition: left 0.5s ease;
      transition: left 0.5s ease; }
      .responsive-gallery ul li.device-iphone img.screenshot {
        top: 16%;
        left: 8%;
        width: 86%; }
      @media (min-width: 600px) {
        .responsive-gallery ul li.device-iphone {
          top: 55%;
          bottom: 3%;
          left: 85%;
          right: 0%; } }

#home-feature {
  position: relative; }
  #home-feature img.feature-image {
    position: absolute;
    width: 100%;
    height: auto; }
    @media (min-width: 400px) {
      #home-feature img.feature-image {
        bottom: -40%; } }
    @media (min-width: 1100px) {
      #home-feature img.feature-image {
        bottom: -70%; } }
  #home-feature .c {
    max-width: 100%;
    position: relative;
    padding: 2em 0 2em;
    background-color: rgba(0, 0, 0, 0.4); }
    @media (min-width: 700px) {
      #home-feature .c {
        padding: 2em 0 3em; } }
  #home-feature h1 {
    max-width: 90%;
    font-size: 1.25em;
    margin-bottom: 2em;
    color: #fff; }
    #home-feature h1 strong {
      font-size: 1.5em;
      display: block;
      font-weight: normal; }
    @media (min-width: 700px) {
      #home-feature h1 {
        font-size: 2em;
        margin-bottom: 1em; }
        #home-feature h1 strong {
          font-size: 1.75em; } }
  #home-feature a.button {
    font-size: 1.25em;
    padding: .375em 1.5em .25em;
    border-radius: 1em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); }

#service-feature {
  position: relative; }
  #service-feature img.feature-image {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media (min-width: 567px) {
      #service-feature img.feature-image {
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); } }
  #service-feature .c {
    position: relative;
    display: table;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    @media (min-width: 900px) {
      #service-feature .c {
        min-height: 20vh; } }
    @media (min-width: 1200px) {
      #service-feature .c {
        min-height: 40vh; } }
    @media (min-width: 1500px) {
      #service-feature .c {
        min-height: 50vh; } }
  #service-feature .inner-content {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  #service-feature h1 {
    font-size: 2.5em;
    color: #fff;
    max-width: 12em;
    margin: 2rem auto .75rem;
    padding: 0; }
    @media (min-width: 900px) {
      #service-feature h1 {
        font-size: 3.5em; } }
  #service-feature h2 {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    margin: 0 auto;
    padding: 1rem 0 3rem;
    border-top: 2px solid #ed610c; }
    @media (min-width: 900px) {
      #service-feature h2 {
        padding-top: 2rem; } }
