@charset "utf-8";
/*
Theme Name: Inno4
Author: Monderer Design
Author URI: http://monderer.com
Description: Custom Wordpress theme for Inno4 by Monderer Design
Version: 1.0
*/
/* =Variables */
/* =Reset */
* {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =Global */
body {
  background: #fff;
  font-family: 'source-sans-pro', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #768d94;
}
::selection {
  background: #e0f7ed
}
::-moz-selection {
  background: #e0f7ed;
}
.container {
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
  position: relative;
}
.container.large {
  width: 1180px;
}
.container.medium {
  width: 780px;
}
.container.small {
  width: 580px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
}
h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}
h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}
h3 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'adelle', serif;
  font-weight: 100;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-bottom: 30px;
}
h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}
h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.67em;
  margin-bottom: 12px;
}
h6 {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}
/* =Grid */
.row {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.col {
  margin: 0 10px;
  float: left;
}
.grid-demo .col {
  height: 10px;
}
.col-12 {
  width: 1180px;
}
.grid-demo .col-12 {
  background: #ccd4d7;
}
.col-11 {
  width: 1080px;
}
.grid-demo .col-11 {
  background: #bec9cc;
}
.col-10 {
  width: 980px;
}
.grid-demo .col-10 {
  background: #afbdc1;
}
.col-9 {
  width: 880px;
}
.grid-demo .col-9 {
  background: #a1b1b6;
}
.col-8 {
  width: 780px;
}
.grid-demo .col-8 {
  background: #93a5aa;
}
.col-7 {
  width: 680px;
}
.grid-demo .col-7 {
  background: #84999f;
}
.col-6 {
  width: 580px;
}
.grid-demo .col-6 {
  background: #768d94;
}
.col-5 {
  width: 480px;
}
.grid-demo .col-5 {
  background: #698087;
}
.col-4 {
  width: 380px;
}
.grid-demo .col-4 {
  background: #5e7379;
}
.col-3 {
  width: 280px;
}
.grid-demo .col-3 {
  background: #53656a;
}
.col-2 {
  width: 180px;
}
.grid-demo .col-2 {
  background: #48575c;
}
.col-1 {
  width: 80px;
}
.grid-demo .col-1 {
  background: #3d4a4e;
}
.row .w95 {
  width: 95%;
}
.col img {
/*   width: 80% !important; */
  width: 90% !important;
  border-radius: 10px;
}
/* =Formatting */
.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
p, main ul, main ol {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
a {
  color: #31b96d;
  text-decoration: none;
}
a.large-link {
  font-size: 24px;
}
a:hover {
  color: #31b96d;
}
b {
  font-weight: bold;
}
.small-caps {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
/* =Forms */
form h5 {
  margin-top: 30px;
}
fieldset {
  margin-bottom: 12px;
}
label {
  margin-right: 14px;
  color: #768d94;
  vertical-align: top;
}
label:hover {
  cursor: pointer;
}
.locations h5 {
  font-size: 16px;
}
.locations p {
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
.interests label {
  margin-right: 0;
}
.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
}
.wpcf7-form label {
  font-size: 15px;
}
.wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7-list-item-label:before {
  position: relative;
  top: 2px;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  box-shadow: 0 0 1px #777;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
  border-radius: 30px;
}
input,
textarea {
  padding: 14px;
  border: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  color: #768d94;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  font-family: 'source-sans-pro' sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
input[type=submit],
textarea[type=submit] {
  font-weight: bold;
  font-size: 14px;
}
input[type=submit]:hover,
textarea[type=submit]:hover {
  cursor: pointer;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #31b96d;
  color: #222;
}
input[type="checkbox"],
textarea[type="checkbox"] {
  position: fixed;
  top: -100%;
  visibility: hidden;
}
input:active + .wpcf7-list-item-label:before,
textarea:active + .wpcf7-list-item-label:before {
  background: #ddd !important;
}
input:checked + .wpcf7-list-item-label:before,
textarea:checked + .wpcf7-list-item-label:before {
  background: #31b96d;
}
input[type="radio"],
textarea[type="radio"] {
  position: fixed;
  top: -100%;
  visibility: hidden;
}
input[type="radio"] + .wpcf7-list-item-label,
textarea[type="radio"] + .wpcf7-list-item-label {
  display: inline-block;
}
input[type="radio"] + .wpcf7-list-item-label:before,
textarea[type="radio"] + .wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  box-shadow: 0 0 1px #777;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
}
input[type="radio"]:checked + .wpcf7-list-item-label:before,
textarea[type="radio"]:checked + .wpcf7-list-item-label:before {
  background: #31b96d;
}
textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 300px;
}
div.wpcf7-response-output {
  padding: 20px;
  margin: 30px auto;
}
div.wpcf7-mail-sent-ok {
  background: #31b96d;
}
div.wpcf7-mail-sent-ng {
  background: red;
}
div.wpcf7-spam-blocked {
  background: #ffa500;
}
div.wpcf7-validation-errors {
  background: #f7e700;
}
/* =Buttons */
.button {
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  vertical-align: top;
  padding: 14px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
          transition: color 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button span {
  pointer-events: none;
}
.button svg {
  fill: currentColor;
}
.button:hover {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
          transition: color 0.3s ease-out, border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.button.round {
  border: 1px solid;
  border-radius: 4px;
}
.button.solid {
  border: none;
  background-color: #31b96d;
  color: #fff;
  text-align: center;
  width: 200px;
}
.button.small {
  padding: 12px 2.2rem 12px 12px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
.button.small span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.button.small span svg {
  width: 14px;
  height: 14px;
  padding: 12px;
}
.button.large {
  padding: 16px 3.9rem 16px 16px;
  font-size: 18px;
}
.button.large span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.button.large span svg {
  width: 20px;
  height: 20px;
  margin: 14px;
}
/* =Colors */
.bg-dark-grey {
  background-color: #323a45;
  color: #efefef;
}
.bg-dark-grey .button {
  color: #efefef;
}
.bg-dark-grey .button:hover {
  color: #323a45;
  border-color: #efefef;
  background-color: #efefef;
}
.bg-mid-grey {
  background-color: #d6dddf;
}
.bg-mid-blue {
  background-color: #365064;
}
.bg-light-grey {
  background-color: #eff1f3;
  color: #444;
}
.bg-light-grey .button {
  color: #323a45;
}
.bg-light-grey .button:hover {
  color: #eff1f3;
  border-color: #323a45;
  background-color: #323a45;
}
.color-1 .button {
  border-color: #31b96d;
  color: #31b96d;
}
.color-2 .button {
  border-color: #37acb1;
  color: #37acb1;
}
.color-3 .button {
  border-color: #768d94;
  color: #768d94;
}
.color-4 .button {
    border-color: #2790ce;
    color: #2790ce;
}
/* =Patterns */
.pattern {
  padding: 0;
}
.pattern .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pattern .container .trim {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.pattern .container .trim.trim-left {
  left: 0;
}
.pattern .container .trim.trim-right {
  right: 0;
}
.pattern.pattern-blue {
  background-color: #0092dd;
}
.pattern.pattern-blue .container {
  background-image: url('../jpg/pattern-blue.jpg');
}
.pattern.pattern-blue .container .trim.trim-left {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0092dd), color-stop(100%, rgba(0, 146, 221, 0)));
  background: -webkit-linear-gradient(left, #0092dd 0%, rgba(0, 146, 221, 0) 100%);
  background: linear-gradient(to right, #0092dd 0%, rgba(0, 146, 221, 0) 100%);
}
.pattern.pattern-blue .container .trim.trim-right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 146, 221, 0)), color-stop(100%, #0092dd));
  background: -webkit-linear-gradient(left, rgba(0, 146, 221, 0) 0%, #0092dd 100%);
  background: linear-gradient(to right, rgba(0, 146, 221, 0) 0%, #0092dd 100%);
}
.pattern.pattern-blue .button:hover {
  color: #0092dd !important;
  background-color: #fff;
}
.pattern.pattern-green {
  background-color: #31b96d;
}
.pattern.pattern-green .container {
  background-image: url('../jpg/pattern-green.jpg');
}
.pattern.pattern-green .container .trim.trim-left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #31b96d), color-stop(100%, rgba(49, 185, 109, 0)));
  background: -webkit-linear-gradient(left, #31b96d 0%, rgba(49, 185, 109, 0) 100%);
  background: linear-gradient(to right, #31b96d 0%, rgba(49, 185, 109, 0) 100%);
}
.pattern.pattern-green .container .trim.trim-right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(49, 185, 109, 0)), color-stop(100%, #31b96d));
  background: -webkit-linear-gradient(left, rgba(49, 185, 109, 0) 0%, #31b96d 100%);
  background: linear-gradient(to right, rgba(49, 185, 109, 0) 0%, #31b96d 100%);
}
.pattern.type-paragraph .container.large {
  padding: 0;
}
.pattern.type-paragraph .container.large p {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.pattern.type-paragraph .container.large h4 {
  text-align: center;
  color: #a4e766;
}
/* =Header */
header {
  position: fixed;
  height: 120px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}
header .container.large {
  position: relative;
  width: 1180px;
  box-sizing: border-box;
}
header .logo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 200px;
  height: 69px;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}
header .logo svg {
  width: 100%;
}
.logo .inno4-logo-white {
	display:block;
}
.logo .inno4-logo-gray {
	display:none;
}
header .logo svg .type {
  fill: #768d94;
}
header .logo svg .clr-1 {
  fill: #768d94;
}
header .logo svg .clr-2 {
  fill: #31b96d;
}
header nav {
  position: absolute;
  right: 0;
  top: 38px;
  z-index: 999;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}
header nav > div > ul > li:hover {
  background: #f8f8f8;
}
header nav > div > ul > li:hover:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  background: #f8f8f8;
  height: 100px;
  top: -100px;
  width: 100%;
}
header nav ul li {
  position: relative;
  float: left;
}
header nav ul li:hover > a {
  color: #31b96d;
}
header nav ul li a {
  display: inline-block;
  padding: 20px 26px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #768d94;
  -webkit-font-smoothing: antialiased;
}
header nav ul li a:hover,
header nav ul li a .active {
  color: #31b96d;
}
header nav ul li a:after {
  content: '\f078';
  font-size: 10px;
  font-family: FontAwesome;
  position: relative;
  top: -3px;
  left: 5px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
header nav ul li a:only-child:after {
  content: '';
}
header nav ul li ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  left: 0;
}
header nav ul li ul li {
  float: none;
}
header nav ul li ul li a {
  display: block;
  background: #f8f8f8;
  text-transform: none;
  font-size: 15px;
  font-weight: 300;
  padding: 11px 26px;
  -webkit-font-smoothing: subpixel-antialiased;
}
header nav ul li ul li a:hover {
  background: #768d94;
  color: #efefef;
}
header nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
}
header .service-portal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 26px;
  text-transform: uppercase;
  color: #9da6b2;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.4s all;
          transition: 0.4s all;
}
header .service-portal:hover {
  color: #31b96d;
}
.nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 28px;
}
.nav-toggle ul {
  width: 36px;
}
.nav-toggle ul li span {
  position: relative;
  display: block;
  height: 4px;
  width: 100%;
  margin-bottom: 6px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header.active nav {
  display: block;
}
header.active nav ul li a {
  width: 100%;
}
header.active .nav-toggle li {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
header.active .nav-toggle li:nth-child(1) span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
header.active .nav-toggle li:nth-child(2) span {
  opacity: 0;
}
header.active .nav-toggle li:nth-child(3) span {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -10px;
}
main {
  position: relative;
  margin-top: 120px;
  display: block;
}
main a:hover {
  text-decoration: underline;
}
/* =Sections */
section {
  position: relative;
  padding: 30px 0;
}
section h2 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
section.dividers {
  position: relative;
  padding: 0;
}
section.dividers .container {
  padding-top: 14px;
}
section.dividers:before,
section.dividers:after {
  content: '';
  display: block;
  width: 1200px;
  height: 2px;
  text-align: center;
  background-color: #eff1f3;
}
section.dividers:before {
  margin: 10px auto 0;
}
section.dividers:after {
  margin: 40px auto 10px;
}
section.dividers .vr {
  position: absolute;
  width: 2px;
  top: 20px;
  bottom: 20px;
  left: 50%;
  background: #eff1f3;
}
section .container.large {
  width: 1180px;
}
section.map {
  height: 600px;
}
section.map #map-canvas {
  height: 100%;
  width: 100%;
}
.page-header {
  padding-top: 0;
}
.page-header h1 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #31b96d;
  -webkit-font-smoothing: antialiased;
}
.page-header h2 {
  font-size: 56px;
  font-weight: 100;
  line-height: 56px;
  margin: 30px 0 0;
  color: #768d94;
  -webkit-font-smoothing: antialiased;
}
.hero {
  padding: 28px;
  text-align: center;
}
.hero h3 {
  color: #fff;
  margin-bottom: 0;
  line-height: 28px;
}
/* =Modules */
div.modules {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px;
  width: 100%;
  margin: 0 0 20px -20px;
}
div.modules .module {
  position: relative;
  display: table-cell;
  background: #fff;
  color: #444;
  float: none;
}
div.modules .module .module-header {
  padding: 20px;
  text-align: center;
  background: #eff1f3;
  border-top: 6px solid #768d94;
}
div.modules .module .module-header.module-header--alt h2 {
  font-size: 19px;
}
div.modules .module .module-header h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  font-family: 'source-sans-pro', sans-serif;
}
div.modules .module .module-content {
  padding: 30px 20px 80px 20px;
  text-align: center;
}
div.modules .module .module-content p {
  font-size: 16px;
}
div.modules .module .module-content .button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
div.modules .module.color-1 .module-header {
  background-color: #e2f7ec;
  border-color: #31b96d;
  color: #31b96d;
}
div.modules .module.color-2 .module-header {
  background-color: #e2f5f6;
  border-color: #37acb1;
  color: #37acb1;
}
div.modules .module.color-3 .module-header {
  background-color: #e6eaeb;
  border-color: #768d94;
  color: #768d94;
}
div.modules .module.color-4 .module-header {
   background-color:#c9e4f5 ;
    border-color: #2790ce;
    color: #2790ce;
}
/* =Footer */
footer {
  padding: 30px 0;
}
footer .logo {
  display: inline-block;
  width: 180px;
  margin-bottom: 10px;
}
footer .logo svg {
  width: 100%;
  fill: #9da6b2;
}
footer nav,
footer nav ul li {
  font-size: 14px;
  line-height: 18px;
}
footer nav {
  margin-top: 34px;
}
footer nav ul {
  float: right;
  overflow: hidden;
}
footer nav ul li {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
}
footer nav ul li a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #768d94;
}
footer nav ul li ul {
  float: none;
}
footer nav ul li ul li {
  float: none;
  text-transform: none;
}
footer nav ul li ul li a {
  margin-bottom: 3px;
  font-weight: 300;
}
footer .actions {
  width: 206px;
  text-align: center;
}
footer .actions .footer-buttons li {
  margin-bottom: 10px;
}
footer .actions .footer-buttons li .button.solid {
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
}
footer .actions .footer-buttons li:last-child a {
  background-color: #444;
}
footer .actions .social {
  display: inline-block;
}
footer .actions .social li {
  float: left;
}
footer .actions .social li a {
  display: inline-block;
  width: 32px;
  margin: 0 4px;
}
footer .actions .social li a svg {
  width: 100%;
  height: auto;
  fill: #768d94;
}
/* =Pages */
section p, li {
  color: inherit;
  font-size: 18px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
}
section h3 {
  color: #61798a;
  font-family: 'adelle', sans-serif;
  font-weight: bold;
}
section h3.serif {
  font-family: 'adelle', serif;
  font-weight: normal;
}
section h4 {
  text-transform: uppercase;
  color: #61798a;
}
section ul {
  list-style-type: none;
/*   color: #555; */
	color: inherit;
  font-size: 16px;
  line-height: 24px;
  margin-left: 18px;
}
section ul li:before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 100px;
  position: relative;
  left: -12px;
  top: -3px;
  margin-left: -4px;
  background-color: #31b96d;
}
.figure {
  border-right: 2px solid #E2E3E6;
  box-sizing: border-box;
  padding-right: 10px;
}
.figure p {
  width: 95%;
  font-size: 20px;
  line-height: 34px;
  color: #555;
  -webkit-font-smoothing: antialiased;
}
.stat {
  text-align: center;
  padding-left: 40px;
  box-sizing: border-box;
}
.stat h1 {
  font-size: 80px;
  font-weight: 100;
  color: #31b96d;
  -webkit-font-smoothing: antialiased;
}
.stat .stat-label {
  display: inline-block;
  color: #323a45;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 18px;
  -webkit-font-smoothing: antialiased;
}
.stat .stat-description {
  color: #31b96d;
  padding-bottom: 18px;
  border-bottom: 2px solid #E2E3E6;
  font-size: 16px;
  line-height: 21px;
}
.stat a,
.stat .stat-source {
  color: #7c8188;
  font-size: 15px;
  font-style: italic;
}
.quote {
  text-align: center;
}
.quote.light .quote-text p {
  color: #31b96d;
}
.quote.light .source-1,
.quote.light .source-2 {
  color: #768d94;
}
.quote.light .source-1 a,
.quote.light .source-2 a {
  color: inherit;
}
.quote .row {
  margin-bottom: 0;
}
.quote .quote-text {
  position: relative;
}
.quote .quote-text p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.quote .source-1 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.quote .source-1 a {
  color: inherit;
}
.quote .source-2 {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.quote .quotation-mark {
  position: absolute;
  top: 50%;
  width: 110px;
  fill: #eee;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.quote .quotation-mark.open {
  left: -140px;
}
.quote .quotation-mark.close {
  right: -140px;
}
.case-study {
  text-align: center;
}
.case-study .case-study-text p {
  color: #31b96d;
  font-size: 26px;
  line-height: 30px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
}
.case-study .source-1 {
  font-size: 18px;
  margin-bottom: 5px;
}
.case-study .source-1 a {
  color: inherit;
}
.case-study .source-2 {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
/* =Home */
body.home header .logo svg {
  width: 100%;
}
body.home header .logo svg .type {
  fill: #fff;
}
body.home header .logo svg .clr-1 {
  fill: #a4e766;
}
body.home header .logo svg .clr-2 {
  fill: #a4e766;
}
body.home header nav > div > ul > li:hover {
  background: #323a45;
}
body.home header nav > div > ul > li:hover:not(:last-child):before {
  background: #323a45;
}
body.home header nav ul li {
  position: relative;
}
body.home header nav ul li:hover > a {
  color: #31b96d;
}
body.home header nav ul li a {
  color: #fff;
}
body.home header nav ul li ul li a {
  background: #323a45;
}
body.home header nav ul li ul li a:hover {
  background: #9da6b2;
  color: #efefef !important;
}
body.home header nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
}
body.home header.fixed nav ul li:hover > a {
  color: #31b96d;
}
body.home header.fixed nav ul li a {
  color: #768d94;
}
body.home header.fixed .logo svg .type {
  fill: #768d94;
}
body.home section.intro {
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  margin-top: -135px;
  z-index: 1;
  background: #235061;
  font-family: 'adelle', serif;
  overflow: hidden;
}
body.home section.intro h1 {
  font-size: 56px;
  font-weight: 100;
  line-height: 56px;
  color: #a4e766;
  -webkit-font-smoothing: antialiased;
}
body.home section.intro p.subheader {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  max-width: 920px;
  margin: 40px auto;
  -webkit-font-smoothing: antialiased;
}
body.home section.intro a {
  color: #fff;
  margin-bottom: 20px;
  font-family: 'source-sans-pro', sans-serif;
}
body.home section.intro a:hover {
  background: #fff;
  color: #235061;
}
body.home section.intro .container {
  z-index: 99;
}
body.home section.intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin-top: -1px;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
body.home section.overlap {
  z-index: 9;
  padding-bottom: 0;
}
body.home section.overlap .modules {
  margin: -156px 0 0 -20px;
}
body.home section.icons-header {
  padding-top: 10px;
  border-bottom: 5px solid #d9dad9;
}
body.home section.icons-header h2 {
  font-family: 'adelle', serif;
  color: #31b96d;
}
body.home section.icons-header:after {
  content: '';
  display: block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #365064;
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}
body.home section.expertise {
  padding: 50px 0;
}
body.home section.expertise .row {
  margin-bottom: 0;
}
body.home section.expertise .expertise-module {
  margin-bottom: 28px;
}
body.home section.expertise .expertise-module:after {
  content: '';
  clear: both;
  display: table;
}
body.home section.expertise .expertise-module .left {
  width: 80%;
  text-align: left;
  padding-left: 20px;
}
body.home section.expertise .expertise-module h5 {
  margin-top: 0;
  text-transform: none;
  font-size: 18px;
  color: #798d9c;
}
body.home section.expertise .expertise-module .expertise-icon {
  display: block;
  width: 50px;
  padding: 8px;
  background-color: #fff;
  border: 4px solid #dcddde;
  border-radius: 100px;
}
body.home section.expertise .expertise-module .expertise-icon img {
  position: relative;
  top: 1px;
  width: 100% !important;
}
/* =Owl Carousel */
.owl-carousel {
  width: 90%;
  margin: 0 auto;
}
.owl-carousel .owl-wrapper-outer {
  width: 100%;
  margin: 0 auto;
}
.owl-carousel.owl-theme .owl-item img {
  width: 80%;
  margin-left: 3px;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 0;
  font-size: 12px;
  height: 90px;
  width: 60px;
  border-radius: 0;
  color: transparent;
  background: transparent;
  background-size: 100%;
  text-indent: -9999999px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: -40px;
  background-image: url('../svg/carousel-arrow-left.svg');
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: -40px;
  background-image: url('../svg/carousel-arrow-right.svg');
}
.owl-carousel.owl-carousel-full {
  width: 100%;
}
.owl-carousel.owl-carousel-full .owl-item {
  float: none;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.owl-carousel.owl-carousel-full .owl-item .owl-full-item {
  width: 60%;
  margin: 0 auto;
}
.owl-carousel.owl-carousel-full .owl-wrapper-outer {
  width: 100%;
}
section.values {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}
section.values .container {
  background-size: cover;
  background-position: right;
}
section.type-gallery {
  padding-top: 0;
  overflow: hidden;
}
section.type-gallery .container {
  box-sizing: content-box;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
section.type-gallery .owl-carousel.owl-theme .owl-item {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
section.type-gallery .owl-carousel.owl-theme .owl-buttons .owl-next {
  right: -100px;
}
section.type-gallery .owl-carousel.owl-theme .owl-buttons .owl-prev {
  left: -100px;
}
section.type-paragraph .container .row {
  margin-bottom: 0;
}
section.type-blockquote {
  overflow: hidden;
}
section.type-divider {
  padding-top: 0;
}
section.type-divider .container {
  border-top: 2px solid #eff1f3;
}
/* =Image Grid */
section.type-image_grid {
  padding-top: 0;
}
section.type-image_grid .row .col.grid-component {
  border-radius: 10px;
  background-color: #323a45;
  margin-bottom: 20px;
  overflow: hidden;
}
section.type-image_grid .row .col.grid-component h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 24px 0;
}
section.type-image_grid .row .col.grid-component .content {
  position: relative;
  height: 224px;
}
section.type-image_grid .row .col.grid-component .content div {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.type-image_grid .row .col.grid-component .content div.image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
section.type-image_grid .row .col.grid-component .content div.text {
  left: 50%;
  width: 90%;
  margin-left: -45%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #0092dd;
  z-index: 8;
}
section.type-image_grid .row .col.grid-component:hover .content div.image {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
/* =Data Points */
section.type-data_point:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 0;
  width: 26px;
  height: 50px;
  background: #31b96d;
}
section.type-data_point:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 10px 13px;
  border-color: transparent transparent #f8f8f8 transparent;
}
/* =Image & Paragraph */
section.type-image_paragraph img {
  margin: 26px 0;
}
section.type-image_paragraph h4 {
  line-height: 22px;
}
section.type-image_paragraph.pattern .container {
  padding: 10px 30px;
}
section.type-image_paragraph.pattern .col-6.right {
  margin-top: 30px;
  margin-bottom: 45px;
}
section.type-image_paragraph.pattern .row {
  position: relative;
  margin-bottom: 0;
  z-index: 999;
}
section.type-image_paragraph.pattern .row img {
  margin-bottom: 0;
}
section.type-image_paragraph.pattern h4 {
  color: #fff;
}
section.type-image_paragraph.pattern p {
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
}
main.careers section.type-blockquote .quote .quote-text p {
  color: #fff;
}
/* =Images & Paragraphs */
section.type-images_paragraphs h2 {
  font-weight: bold;
}
section.type-images_paragraphs .content-1 h2 {
  color: #0092dd;
}
section.type-images_paragraphs .content-1 ul li:before {
  background-color: #0092dd;
}
section.type-images_paragraphs .content-2 h2 {
  color: #f17b36;
}
section.type-images_paragraphs .content-2 ul li:before {
  background-color: #f17b36;
}
section.type-images_paragraphs .content-3 h2 {
  color: #31b96d;
}
section.type-images_paragraphs .content-3 ul li:before {
  background-color: #31b96d;
}
/* =Contact form */
div.wpcf7-response-output {
  font-size: 15px;
  color: #000;
}
span.wpcf7-not-valid-tip {
  color: #e54e43;
}
div.wpcf7-validation-errors {
  border-color: #fcd157;
  background: #fcd157;
}
div.wpcf7-mail-sent-ng {
  border-color: #e54e43;
  color: #e54e43;
}
div.wpcf7-spam-blocked {
  border-color: #fcd157;
  background: #fcd157;
}
div.wpcf7-mail-sent-ok {
  border-color: #31b96d;
  background: #31b96d;
}
div.wpcf7 img.ajax-loader {
  position: absolute;
}
/* =Careers Listings & Contracts */
body.single-careers section.dividers:before {
  display: none;
}
section.careers-listing ul,
section.contract-details ul {
  margin-bottom: 30px;
}
section.careers-listing ul ul,
section.contract-details ul ul {
  margin-top: 8px;
  margin-bottom: 8px;
  font-style: italic;
}
/* =Partners */
main.page-partners section .container ul.partners {
	/* margin-bottom: 50px; */
	margin-bottom: 60px;
	padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
}
main.page-partners section .container h3:first-child {
	padding-top: 45px;
  border-top: 2px solid #ddd;
}
main.page-partners section .container ul.partners li {
  display: inline-block;
  width: 16%;
  margin-right: 20px;
  margin-left: 20px;
/*   margin-bottom: 50px; */
	margin-bottom: 40px;
  vertical-align: middle;
}
main.page-partners section .container ul.partners li:before {
  display: none;
}
main.page-partners section .container ul.partners li img {
  width: 100%;
}
/* =Media Queries */
@media (min-width: 1287px) {
  header .logo .inno4-logo-white{
    height: 80px !important;
  }
}
@media (max-width: 1286px) {
  header .container.large,
  section .container.large,
  footer .container.large {
    width: 772px;
  }
  .container.medium {
    width: 508px;
  }
  .container.small {
    width: 376px;
  }
  header .logo {
    width: 172px;
    top: 34px;
  }

  header nav ul li a {
    font-size: 14px;
    padding: 20px 20px;
  }
  header nav ul li ul li a {
    font-size: 14px;
    padding: 11px 20px;
  }
  footer nav > div > ul > li:not(.endure) {
    display: none;
  }
  /* =Grid */
  .row {
    margin: 0 -10px 20px;
  }
  .col {
    margin: 0 10px;
  }
  .col-12 {
    width: 772px;
  }
  .col-11 {
    width: 706px;
  }
  .col-10 {
    width: 640px;
  }
  .col-9 {
    width: 574px;
  }
  .col-8 {
    width: 508px;
  }
  .col-7 {
    width: 442px;
  }
  .col-6 {
    width: 376px;
  }
  .col-5 {
    width: 310px;
  }
  .col-4 {
    width: 244px;
  }
  .col-3 {
    width: 178px;
  }
  .col-2 {
    width: 112px;
  }
  .col-1 {
    width: 46px;
  }
  .wpcf7-list-item-label {
    font-size: 11px;
  }
  section.type-image_grid .row .col.grid-component h2 {
    font-size: 14px;
  }
  section.type-image_grid .row .col.grid-component .content {
    height: 364px;
  }
  section.dividers:before,
  section.dividers:after {
    width: 90%;
  }
  body.home section.expertise .expertise-module .left {
    padding-left: 0;
    float: none;
    margin-top: 20px;
  }
  body.home section.expertise .expertise-module .left.expertise-icon {
    margin-top: 0;
    padding-left: 8px;
  }
  section.type-gallery .owl-carousel.owl-theme .owl-buttons .owl-next {
    right: -80px;
  }
  section.type-gallery .owl-carousel.owl-theme .owl-buttons .owl-prev {
    left: -80px;
  }
  main.page-partners section .container ul.partners li {
    width: 19%;
  }
  /*div.modules .module .module-content .button {
    white-space: normal;
  }
  div.modules .module .module-content .button span {
    display: flex;
    align-items: center;
  }*/
  body.home section.overlap .modules-flex{
    margin: -156px 0 0 0px;
  }
  div.modules-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .modules-flex .col-3 {
    width: calc( 50% - 20px );
    margin-bottom: 20px;
  }
}
@media (min-width: 860px) {
  header.fixed {
    background: #f8f8f8;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s all;
            transition: 0.4s all;
    height: 75px;
  }
  header.fixed .logo {
    top: 10px;
    width: 130px;
    -webkit-transition: 0.4s all;
            transition: 0.4s all;
  }
  header .logo .inno4-logo-white{
    height: 60px;
  }
	header.fixed .logo .inno4-logo-white {
		display:none;
	}
	header.fixed .logo .inno4-logo-gray {
		display:block;
	}
  header.fixed nav {
    top: 6px;
    -webkit-transition: 0.4s all;
            transition: 0.4s all;
  }
  header.fixed nav ul li a {
    color: #768d94;
  }
  header.fixed .service-portal {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s all;
            transition: 0.4s all;
  }
}
@media (max-width: 860px) {
  video::-webkit-media-controls {
    display: none !important;
  }
  main {
    margin-top: 20px;
  }
  body.home header.fixed nav ul li a {
    color: #fff;
  }
  header {
    position: relative;
    height: 80px;
    background: #323a45;
    margin-bottom: 10px;
  }
  header .logo .inno4-logo-white{
    height: 50px;
  }
	header .logo {
		left: 20px;
		top: 12px;
		width: 150px;
		/* -webkit-transform: translateX(-50%); */
		-ms-transform: translateX(-50%);
		/* transform: translateX(-50%); */
	}
  header .logo svg .type {
    fill: #fff;
  }
  header .logo svg .clr-1,
  header .logo svg .clr-2 {
    fill: #a4e766;
  }
  header nav {
    display: none;
    width: 100%;
    top: 80px;
    background: rgba(50, 58, 69, 0.9);
    text-align: center;
  }
  header nav ul li {
    float: none;
    width: 100%;
  }
  header nav ul li:hover {
    background: none !important;
  }
  header nav ul li:hover:before {
    display: none !important;
  }
  header nav ul li:not(:last-child):after {
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    background: #fff;
    margin: 0 auto;
  }
  header nav ul li a {
    color: #fff;
    font-size: 17px;
  }
  header nav ul li ul {
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
  }
  header nav ul li ul.active {
    max-height: 400px;
    opacity: 1;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;
  }
  header nav ul li ul li a {
    color: #fff;
    background: none;
    font-size: 15px;
  }
  header nav ul li ul li:not(:last-child):after {
    display: none;
  }
  header nav ul li ul li:last-child {
    margin-bottom: 20px;
  }
  header .service-portal {
    display: none;
  }
  .container.large,
  .container.medium,
  .container.small {
    width: 100% !important;
    box-sizing: border-box;
  }
  section.type-gallery .container {
    box-sizing: border-box;
  }
  .nav-toggle {
    display: inline-block;
  }
  div.modules {
    display: block;
    margin: 0;
    box-sizing: content-box;
  }
  div.modules .module {
    display: block;
    margin: 20px 0;
  }
  body.home section.overlap {
    height: auto;
  }
  body.home section.overlap .modules {
    margin: -156px 0 0 0px;
  }
  footer {
    text-align: center;
  }
  footer .left,
  footer .right {
    float: none;
  }
  footer .actions {
    width: auto;
  }
  footer nav > div > ul {
    display: inline-block;
    float: none;
  }
  footer nav > div > ul li {
    margin: 0;
  }
  /* =Grid */
  .row {
    margin: 0 -10px 0;
  }
  .row.text-left .col:first-child {
    margin-bottom: 0;
  }
  .col {
    margin: 0 0 20px 0;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .modules .col-3 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-1 {
    width: 100%;
  }
  section.dividers .vr {
    display: none;
  }
  .row .w95,
  .col img {
    width: 100% !important;
  }
  section.type-image_grid .row .col.grid-component h2 {
    font-size: 22px;
  }
  section.type-image_grid .row .col.grid-component .content {
    height: 200px;
  }
  .stat {
    padding-left: 0;
    border-left: 0;
  }
  .figure {
    border-right: 0;
  }
	section.contract-details .col:not(:last-child) {
		margin-bottom: 0;
	}
	section.contract-details .col > ul:first-child:last-child {
	  margin-bottom: 0;
	}
  body.home section.type-blockquote .col-6 {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
  }
  body.home section.expertise .expertise-module .left {
    padding-left: 20px;
    float: left;
    margin-top: 0;
  }
  body.home section.expertise .expertise-module .left.expertise-icon {
    margin-top: 0;
    padding-left: 8px;
  }
  .owl-carousel.owl-carousel-full .owl-item .owl-full-item,
  body.home section.type-blockquote .col-6 {
    width: 80%;
    margin: 0 auto;
  }
  section.expertise .col {
    margin-bottom: 0;
  }
  section.expertise .col:last-child .expertise-module:last-child {
    margin-bottom: 0;
  }
  main.page-partners section .container ul.partners li {
    width: 40%;
  }
  .quotation-mark {
    display: none;
  }
  /*div.modules .module .module-content .button {
    white-space: nowrap;
  }
    div.modules .module .module-content .button span {
    display: block;
  }*/
}
@media (max-width: 500px) {
  body.home section.intro p.subheader {
    font-size: 24px;
    line-height: 32px;
  }
  body.home section.expertise .expertise-module h5 {
    line-height: 22px;
  }
  .case-study .case-study-text p,
  .quote .quote-text p {
    font-size: 20px;
    line-height: 24px;
  }
  .page-header h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .figure p {
    font-size: 16px;
    line-height: 24px;
  }
  main.page-partners section .container ul.partners {
    text-align: center;
  }
  main.page-partners section .container ul.partners li {
    width: 80%;
    margin: 0 0 50px 0;
  }
}

/* ------------------------------------------------------------ *\
  Popup
\* ------------------------------------------------------------ */

.home-popup { position: fixed; top: 60%; right: 0; max-width: 700px; z-index: -1; visibility: hidden; opacity: 0; transition: 1s; }
.home-popup img { width: 100%; height: auto; }

.home-popup.visible { z-index: 999999; visibility: visible; opacity: 1; }

.home-popup .close-btn { position: absolute; top: 11px; right: 13px; cursor: pointer; width: 20px; height: 20px; }
.home-popup .close-btn div { position: absolute; top: 2px; left: 8px; width: 3px; height: 14px; background-color: #fff; }

.home-popup .close-btn div:first-child { transform: rotate( 45deg ); }
.home-popup .close-btn div:last-child { transform: rotate( -45deg ); }