/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600");


/* DOOR ACCELERATE FOOTER LOGO */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');

#doorAccelerate {
	position: fixed; 
	left: 10px; 
	bottom: 10px; 
	transition: ease all 0.5s;
	text-align: left;
	z-index: 500;
}

#doorAccelerate a {
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#doorAccelerate img {
	display: inline;
	width: 16px;
	height: 16px;
	margin: 0 9px 0 0;
	padding: 0;
}

#doorAccelerate p {
	display: inline;
	font-size: 10px;
	line-height: 10px;
	transition: all ease 1s;
	opacity: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: none;
}

#doorAccelerate.down a p  {
	opacity: 1 !important;
}
/* END DOOR ACCELERATE FOOTER LOGO */


/* POP UP HOME FOOTER */
/* The Modal (background) */
.popup .MyModal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 10; /* Sit on top */
	left: 0;
	top: 0;
	right: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255,255,255); /* Fallback color */
	background-color: rgba(255,255,255,0.8); /* White w/ opacity */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* Modal Content/Box */
.popup .MyModal-content {
	position: relative;
	background-color: #fff;
	color: #000;
	margin: auto;
	padding: 30px;
	width: 90%;
	max-width: 900px;
	text-align: center;
	border: 3px solid #333E4D;
}

.popup .MyModal-content h3 {
	margin: 10px 0 0 0;
	color: #333E4D;
}

/* The Close Button */
.popup .MyClose {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
	opacity: 1!important;
}

.popup .MyClose:hover, .popup .MyClose:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* END POP UP HOME FOOTER */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20 {
  float: left; }

.col-xs-1 {
  width: 5%; }

.col-xs-2 {
  width: 10%; }

.col-xs-3 {
  width: 15%; }

.col-xs-4 {
  width: 20%; }

.col-xs-5 {
  width: 25%; }

.col-xs-6 {
  width: 30%; }

.col-xs-7 {
  width: 35%; }

.col-xs-8 {
  width: 40%; }

.col-xs-9 {
  width: 45%; }

.col-xs-10 {
  width: 50%; }

.col-xs-11 {
  width: 55%; }

.col-xs-12 {
  width: 60%; }

.col-xs-13 {
  width: 65%; }

.col-xs-14 {
  width: 70%; }

.col-xs-15 {
  width: 75%; }

.col-xs-16 {
  width: 80%; }

.col-xs-17 {
  width: 85%; }

.col-xs-18 {
  width: 90%; }

.col-xs-19 {
  width: 95%; }

.col-xs-20 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 5%; }

.col-xs-pull-2 {
  right: 10%; }

.col-xs-pull-3 {
  right: 15%; }

.col-xs-pull-4 {
  right: 20%; }

.col-xs-pull-5 {
  right: 25%; }

.col-xs-pull-6 {
  right: 30%; }

.col-xs-pull-7 {
  right: 35%; }

.col-xs-pull-8 {
  right: 40%; }

.col-xs-pull-9 {
  right: 45%; }

.col-xs-pull-10 {
  right: 50%; }

.col-xs-pull-11 {
  right: 55%; }

.col-xs-pull-12 {
  right: 60%; }

.col-xs-pull-13 {
  right: 65%; }

.col-xs-pull-14 {
  right: 70%; }

.col-xs-pull-15 {
  right: 75%; }

.col-xs-pull-16 {
  right: 80%; }

.col-xs-pull-17 {
  right: 85%; }

.col-xs-pull-18 {
  right: 90%; }

.col-xs-pull-19 {
  right: 95%; }

.col-xs-pull-20 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 5%; }

.col-xs-push-2 {
  left: 10%; }

.col-xs-push-3 {
  left: 15%; }

.col-xs-push-4 {
  left: 20%; }

.col-xs-push-5 {
  left: 25%; }

.col-xs-push-6 {
  left: 30%; }

.col-xs-push-7 {
  left: 35%; }

.col-xs-push-8 {
  left: 40%; }

.col-xs-push-9 {
  left: 45%; }

.col-xs-push-10 {
  left: 50%; }

.col-xs-push-11 {
  left: 55%; }

.col-xs-push-12 {
  left: 60%; }

.col-xs-push-13 {
  left: 65%; }

.col-xs-push-14 {
  left: 70%; }

.col-xs-push-15 {
  left: 75%; }

.col-xs-push-16 {
  left: 80%; }

.col-xs-push-17 {
  left: 85%; }

.col-xs-push-18 {
  left: 90%; }

.col-xs-push-19 {
  left: 95%; }

.col-xs-push-20 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 5%; }

.col-xs-offset-2 {
  margin-left: 10%; }

.col-xs-offset-3 {
  margin-left: 15%; }

.col-xs-offset-4 {
  margin-left: 20%; }

.col-xs-offset-5 {
  margin-left: 25%; }

.col-xs-offset-6 {
  margin-left: 30%; }

.col-xs-offset-7 {
  margin-left: 35%; }

.col-xs-offset-8 {
  margin-left: 40%; }

.col-xs-offset-9 {
  margin-left: 45%; }

.col-xs-offset-10 {
  margin-left: 50%; }

.col-xs-offset-11 {
  margin-left: 55%; }

.col-xs-offset-12 {
  margin-left: 60%; }

.col-xs-offset-13 {
  margin-left: 65%; }

.col-xs-offset-14 {
  margin-left: 70%; }

.col-xs-offset-15 {
  margin-left: 75%; }

.col-xs-offset-16 {
  margin-left: 80%; }

.col-xs-offset-17 {
  margin-left: 85%; }

.col-xs-offset-18 {
  margin-left: 90%; }

.col-xs-offset-19 {
  margin-left: 95%; }

.col-xs-offset-20 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20 {
    float: left; }
  .col-sm-1 {
    width: 5%; }
  .col-sm-2 {
    width: 10%; }
  .col-sm-3 {
    width: 15%; }
  .col-sm-4 {
    width: 20%; }
  .col-sm-5 {
    width: 25%; }
  .col-sm-6 {
    width: 30%; }
  .col-sm-7 {
    width: 35%; }
  .col-sm-8 {
    width: 40%; }
  .col-sm-9 {
    width: 45%; }
  .col-sm-10 {
    width: 50%; }
  .col-sm-11 {
    width: 55%; }
  .col-sm-12 {
    width: 60%; }
  .col-sm-13 {
    width: 65%; }
  .col-sm-14 {
    width: 70%; }
  .col-sm-15 {
    width: 75%; }
  .col-sm-16 {
    width: 80%; }
  .col-sm-17 {
    width: 85%; }
  .col-sm-18 {
    width: 90%; }
  .col-sm-19 {
    width: 95%; }
  .col-sm-20 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 5%; }
  .col-sm-pull-2 {
    right: 10%; }
  .col-sm-pull-3 {
    right: 15%; }
  .col-sm-pull-4 {
    right: 20%; }
  .col-sm-pull-5 {
    right: 25%; }
  .col-sm-pull-6 {
    right: 30%; }
  .col-sm-pull-7 {
    right: 35%; }
  .col-sm-pull-8 {
    right: 40%; }
  .col-sm-pull-9 {
    right: 45%; }
  .col-sm-pull-10 {
    right: 50%; }
  .col-sm-pull-11 {
    right: 55%; }
  .col-sm-pull-12 {
    right: 60%; }
  .col-sm-pull-13 {
    right: 65%; }
  .col-sm-pull-14 {
    right: 70%; }
  .col-sm-pull-15 {
    right: 75%; }
  .col-sm-pull-16 {
    right: 80%; }
  .col-sm-pull-17 {
    right: 85%; }
  .col-sm-pull-18 {
    right: 90%; }
  .col-sm-pull-19 {
    right: 95%; }
  .col-sm-pull-20 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 5%; }
  .col-sm-push-2 {
    left: 10%; }
  .col-sm-push-3 {
    left: 15%; }
  .col-sm-push-4 {
    left: 20%; }
  .col-sm-push-5 {
    left: 25%; }
  .col-sm-push-6 {
    left: 30%; }
  .col-sm-push-7 {
    left: 35%; }
  .col-sm-push-8 {
    left: 40%; }
  .col-sm-push-9 {
    left: 45%; }
  .col-sm-push-10 {
    left: 50%; }
  .col-sm-push-11 {
    left: 55%; }
  .col-sm-push-12 {
    left: 60%; }
  .col-sm-push-13 {
    left: 65%; }
  .col-sm-push-14 {
    left: 70%; }
  .col-sm-push-15 {
    left: 75%; }
  .col-sm-push-16 {
    left: 80%; }
  .col-sm-push-17 {
    left: 85%; }
  .col-sm-push-18 {
    left: 90%; }
  .col-sm-push-19 {
    left: 95%; }
  .col-sm-push-20 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 5%; }
  .col-sm-offset-2 {
    margin-left: 10%; }
  .col-sm-offset-3 {
    margin-left: 15%; }
  .col-sm-offset-4 {
    margin-left: 20%; }
  .col-sm-offset-5 {
    margin-left: 25%; }
  .col-sm-offset-6 {
    margin-left: 30%; }
  .col-sm-offset-7 {
    margin-left: 35%; }
  .col-sm-offset-8 {
    margin-left: 40%; }
  .col-sm-offset-9 {
    margin-left: 45%; }
  .col-sm-offset-10 {
    margin-left: 50%; }
  .col-sm-offset-11 {
    margin-left: 55%; }
  .col-sm-offset-12 {
    margin-left: 60%; }
  .col-sm-offset-13 {
    margin-left: 65%; }
  .col-sm-offset-14 {
    margin-left: 70%; }
  .col-sm-offset-15 {
    margin-left: 75%; }
  .col-sm-offset-16 {
    margin-left: 80%; }
  .col-sm-offset-17 {
    margin-left: 85%; }
  .col-sm-offset-18 {
    margin-left: 90%; }
  .col-sm-offset-19 {
    margin-left: 95%; }
  .col-sm-offset-20 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20 {
    float: left; }
  .col-md-1 {
    width: 5%; }
  .col-md-2 {
    width: 10%; }
  .col-md-3 {
    width: 15%; }
  .col-md-4 {
    width: 20%; }
  .col-md-5 {
    width: 25%; }
  .col-md-6 {
    width: 30%; }
  .col-md-7 {
    width: 35%; }
  .col-md-8 {
    width: 40%; }
  .col-md-9 {
    width: 45%; }
  .col-md-10 {
    width: 50%; }
  .col-md-11 {
    width: 55%; }
  .col-md-12 {
    width: 60%; }
  .col-md-13 {
    width: 65%; }
  .col-md-14 {
    width: 70%; }
  .col-md-15 {
    width: 75%; }
  .col-md-16 {
    width: 80%; }
  .col-md-17 {
    width: 85%; }
  .col-md-18 {
    width: 90%; }
  .col-md-19 {
    width: 95%; }
  .col-md-20 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 5%; }
  .col-md-pull-2 {
    right: 10%; }
  .col-md-pull-3 {
    right: 15%; }
  .col-md-pull-4 {
    right: 20%; }
  .col-md-pull-5 {
    right: 25%; }
  .col-md-pull-6 {
    right: 30%; }
  .col-md-pull-7 {
    right: 35%; }
  .col-md-pull-8 {
    right: 40%; }
  .col-md-pull-9 {
    right: 45%; }
  .col-md-pull-10 {
    right: 50%; }
  .col-md-pull-11 {
    right: 55%; }
  .col-md-pull-12 {
    right: 60%; }
  .col-md-pull-13 {
    right: 65%; }
  .col-md-pull-14 {
    right: 70%; }
  .col-md-pull-15 {
    right: 75%; }
  .col-md-pull-16 {
    right: 80%; }
  .col-md-pull-17 {
    right: 85%; }
  .col-md-pull-18 {
    right: 90%; }
  .col-md-pull-19 {
    right: 95%; }
  .col-md-pull-20 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 5%; }
  .col-md-push-2 {
    left: 10%; }
  .col-md-push-3 {
    left: 15%; }
  .col-md-push-4 {
    left: 20%; }
  .col-md-push-5 {
    left: 25%; }
  .col-md-push-6 {
    left: 30%; }
  .col-md-push-7 {
    left: 35%; }
  .col-md-push-8 {
    left: 40%; }
  .col-md-push-9 {
    left: 45%; }
  .col-md-push-10 {
    left: 50%; }
  .col-md-push-11 {
    left: 55%; }
  .col-md-push-12 {
    left: 60%; }
  .col-md-push-13 {
    left: 65%; }
  .col-md-push-14 {
    left: 70%; }
  .col-md-push-15 {
    left: 75%; }
  .col-md-push-16 {
    left: 80%; }
  .col-md-push-17 {
    left: 85%; }
  .col-md-push-18 {
    left: 90%; }
  .col-md-push-19 {
    left: 95%; }
  .col-md-push-20 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 5%; }
  .col-md-offset-2 {
    margin-left: 10%; }
  .col-md-offset-3 {
    margin-left: 15%; }
  .col-md-offset-4 {
    margin-left: 20%; }
  .col-md-offset-5 {
    margin-left: 25%; }
  .col-md-offset-6 {
    margin-left: 30%; }
  .col-md-offset-7 {
    margin-left: 35%; }
  .col-md-offset-8 {
    margin-left: 40%; }
  .col-md-offset-9 {
    margin-left: 45%; }
  .col-md-offset-10 {
    margin-left: 50%; }
  .col-md-offset-11 {
    margin-left: 55%; }
  .col-md-offset-12 {
    margin-left: 60%; }
  .col-md-offset-13 {
    margin-left: 65%; }
  .col-md-offset-14 {
    margin-left: 70%; }
  .col-md-offset-15 {
    margin-left: 75%; }
  .col-md-offset-16 {
    margin-left: 80%; }
  .col-md-offset-17 {
    margin-left: 85%; }
  .col-md-offset-18 {
    margin-left: 90%; }
  .col-md-offset-19 {
    margin-left: 95%; }
  .col-md-offset-20 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20 {
    float: left; }
  .col-lg-1 {
    width: 5%; }
  .col-lg-2 {
    width: 10%; }
  .col-lg-3 {
    width: 15%; }
  .col-lg-4 {
    width: 20%; }
  .col-lg-5 {
    width: 25%; }
  .col-lg-6 {
    width: 30%; }
  .col-lg-7 {
    width: 35%; }
  .col-lg-8 {
    width: 40%; }
  .col-lg-9 {
    width: 45%; }
  .col-lg-10 {
    width: 50%; }
  .col-lg-11 {
    width: 55%; }
  .col-lg-12 {
    width: 60%; }
  .col-lg-13 {
    width: 65%; }
  .col-lg-14 {
    width: 70%; }
  .col-lg-15 {
    width: 75%; }
  .col-lg-16 {
    width: 80%; }
  .col-lg-17 {
    width: 85%; }
  .col-lg-18 {
    width: 90%; }
  .col-lg-19 {
    width: 95%; }
  .col-lg-20 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 5%; }
  .col-lg-pull-2 {
    right: 10%; }
  .col-lg-pull-3 {
    right: 15%; }
  .col-lg-pull-4 {
    right: 20%; }
  .col-lg-pull-5 {
    right: 25%; }
  .col-lg-pull-6 {
    right: 30%; }
  .col-lg-pull-7 {
    right: 35%; }
  .col-lg-pull-8 {
    right: 40%; }
  .col-lg-pull-9 {
    right: 45%; }
  .col-lg-pull-10 {
    right: 50%; }
  .col-lg-pull-11 {
    right: 55%; }
  .col-lg-pull-12 {
    right: 60%; }
  .col-lg-pull-13 {
    right: 65%; }
  .col-lg-pull-14 {
    right: 70%; }
  .col-lg-pull-15 {
    right: 75%; }
  .col-lg-pull-16 {
    right: 80%; }
  .col-lg-pull-17 {
    right: 85%; }
  .col-lg-pull-18 {
    right: 90%; }
  .col-lg-pull-19 {
    right: 95%; }
  .col-lg-pull-20 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 5%; }
  .col-lg-push-2 {
    left: 10%; }
  .col-lg-push-3 {
    left: 15%; }
  .col-lg-push-4 {
    left: 20%; }
  .col-lg-push-5 {
    left: 25%; }
  .col-lg-push-6 {
    left: 30%; }
  .col-lg-push-7 {
    left: 35%; }
  .col-lg-push-8 {
    left: 40%; }
  .col-lg-push-9 {
    left: 45%; }
  .col-lg-push-10 {
    left: 50%; }
  .col-lg-push-11 {
    left: 55%; }
  .col-lg-push-12 {
    left: 60%; }
  .col-lg-push-13 {
    left: 65%; }
  .col-lg-push-14 {
    left: 70%; }
  .col-lg-push-15 {
    left: 75%; }
  .col-lg-push-16 {
    left: 80%; }
  .col-lg-push-17 {
    left: 85%; }
  .col-lg-push-18 {
    left: 90%; }
  .col-lg-push-19 {
    left: 95%; }
  .col-lg-push-20 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 5%; }
  .col-lg-offset-2 {
    margin-left: 10%; }
  .col-lg-offset-3 {
    margin-left: 15%; }
  .col-lg-offset-4 {
    margin-left: 20%; }
  .col-lg-offset-5 {
    margin-left: 25%; }
  .col-lg-offset-6 {
    margin-left: 30%; }
  .col-lg-offset-7 {
    margin-left: 35%; }
  .col-lg-offset-8 {
    margin-left: 40%; }
  .col-lg-offset-9 {
    margin-left: 45%; }
  .col-lg-offset-10 {
    margin-left: 50%; }
  .col-lg-offset-11 {
    margin-left: 55%; }
  .col-lg-offset-12 {
    margin-left: 60%; }
  .col-lg-offset-13 {
    margin-left: 65%; }
  .col-lg-offset-14 {
    margin-left: 70%; }
  .col-lg-offset-15 {
    margin-left: 75%; }
  .col-lg-offset-16 {
    margin-left: 80%; }
  .col-lg-offset-17 {
    margin-left: 85%; }
  .col-lg-offset-18 {
    margin-left: 90%; }
  .col-lg-offset-19 {
    margin-left: 95%; }
  .col-lg-offset-20 {
    margin-left: 100%; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

html, body {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(0.8em + 1vw);
  font-weight: 400; }
  @media (min-width: 768px) {
    html, body {
      font-size: calc(0.5em + 0.6vw); } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h1 {
  font-size: 3.05176rem; }

h2 {
  font-size: 2.44141rem;
  color: #333E4D; }

h3 {
  font-size: 1.95312rem; }

h4 {
  font-size: 1.5625rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

/* development grid */
.develop > div {
  background: #fff;
  border: 1px solid #000; }

nav {
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 5em;
  font-size: 0.8rem;
  transition: background 0.4s;
  background: #fff; }
  @media (min-width: 768px) {
    nav {
      background: transparent; } }
  nav .mobilemenu {
    color: #333E4D;
    font-size: 1rem;
    text-align: right;
    font-weight: 600;
    line-height: 4;
    text-decoration: none; }
    @media (min-width: 768px) {
      nav .mobilemenu {
        display: none; } }
  nav > div {
    height: 100%; }
  nav .logo {
    z-index: 10001; }
    nav .logo svg {
      max-height: 100%;
      height: 100%; }
    nav .logo svg .st0 {
      fill: #343E4E; }
    nav .logo svg .st1 {
      fill: #83878C; }
    nav .logo svg .st2 {
      fill: white; }
  nav .menu {
    text-align: center; }
    @media (max-width: 768px) {
      nav .menu {
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(100%);
        transition: all 0.2s; }
        nav .menu.open {
          transform: translateX(0); } }
    nav .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      height: 100%; }
      @media (max-width: 768px) {
        nav .menu ul {
          position: absolute;
          top: 50%;
          left: 0;
          width: 100%;
          height: auto;
          transform: translateY(-50%); } }
      nav .menu ul li {
        margin: 0 1em;
        line-height: 1;
        padding: 0.5em;
        transform: translateY(-5%);
        transition: all 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
        transition: all 0.3s ease-in;
        opacity: 0;
        position: relative; }
        @media (min-width: 768px) {
          nav .menu ul li {
            display: inline-block;
            height: 100%;
            line-height: 2.5; } }
        nav .menu ul li:before {
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
        nav .menu ul li:before {
          content: none !important; }
        nav .menu ul li a {
          background: none !important;
          text-transform: uppercase;
          color: #333E4D;
          font-weight: 600;
          text-decoration: none;
          display: inline-block;
          height: 100%;
          font-size: 0.95rem; }
          @media (min-width: 768px) {
            nav .menu ul li a:after {
              content: "";
              height: 4px;
              background: #333E4D;
              position: absolute;
              bottom: 0.5em;
              left: 0;
              width: 100%;
              transform-origin: center;
              opacity: 0;
              transform: scaleX(0);
              transition: transform 0.2s ease-in-out 0.1s; } }
        nav .menu ul li:nth-child(1) {
          transition-delay: 0.01s; }
        nav .menu ul li:nth-child(2) {
          transition-delay: 0.02s; }
        nav .menu ul li:nth-child(3) {
          transition-delay: 0.03s; }
        nav .menu ul li:nth-child(4) {
          transition-delay: 0.04s; }
        nav .menu ul li:nth-child(5) {
          transition-delay: 0.05s; }
        nav .menu ul li:nth-child(6) {
          transition-delay: 0.06s; }
        nav .menu ul li:nth-child(7) {
          transition-delay: 0.07s; }
        nav .menu ul li:nth-child(8) {
          transition-delay: 0.08s; }
        nav .menu ul li:nth-child(9) {
          transition-delay: 0.09s; }
        nav .menu ul li:hover a:after {
          opacity: 1;
          transform: scaleX(1); }
        @media (min-width: 768px) {
          nav .menu ul li:hover ul {
            pointer-events: all; }
            nav .menu ul li:hover ul li {
              opacity: 1;
              transform: translate3d(0, 0, 0); }
              nav .menu ul li:hover ul li a {
                transition: all 0.2s; }
                nav .menu ul li:hover ul li a:after {
                  transform: scaleX(0);
                  transform-origin: left; }
              nav .menu ul li:hover ul li:hover a {
                transform: translate3d(10%, 0, 0); } }
        nav .menu ul li ul {
          position: static;
          transform: none; }
          @media (min-width: 768px) {
            nav .menu ul li ul {
              position: absolute;
              pointer-events: none;
              top: 5em;
              left: 0;
              width: 200%;
              min-height: 5em;
              overflow: visible; }
              nav .menu ul li ul li {
                display: block;
                opacity: 0;
                transition: all 0.2s;
                transform: translate3d(0, -20%, 0);
                height: 50%;
                line-height: 1;
                text-align: left; }
                nav .menu ul li ul li:nth-child(1) {
                  transition-delay: 0.2s; }
                nav .menu ul li ul li:nth-child(2) {
                  transition-delay: 0.4s; }
                nav .menu ul li ul li:nth-child(3) {
                  transition-delay: 0.6s; }
                nav .menu ul li ul li:nth-child(4) {
                  transition-delay: 0.8s; }
                nav .menu ul li ul li:nth-child(5) {
                  transition-delay: 1s; }
                nav .menu ul li ul li:nth-child(6) {
                  transition-delay: 1.2s; }
                nav .menu ul li ul li:nth-child(7) {
                  transition-delay: 1.4s; }
                nav .menu ul li ul li:nth-child(8) {
                  transition-delay: 1.6s; }
                nav .menu ul li ul li:nth-child(9) {
                  transition-delay: 1.8s; }
                nav .menu ul li ul li a {
                  display: inline-block;
                  width: auto; }
                  nav .menu ul li ul li a:after {
                    height: 2px; } }
  nav .support {
    color: #e73d5f;
    padding: 0.5em 1.5em 0.5em 0.5em;
    position: relative;
    text-align: right;
    font-weight: 600;
    line-height: 2.5;
    cursor: pointer;
    z-index: 10001; }
    nav .support:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    nav .support .supportSection {
      transition: all 300ms cubic-bezier(0.32, 1.25, 0.375, 1.15);
      transition: all 300ms cubic-bezier(0.32, 1, 0.375, 1);
      transform: translateY(-120%);
      transform: translateX(120%);
      transform-origin: center top;
      padding: 2em 0.5em;
      position: absolute;
      top: 3em;
      left: 0;
      width: 100%;
      height: calc(100vh - 3em);
      background: rgba(231, 61, 95, 0.5); }
      nav .support .supportSection .info, nav .support .supportSection .contact {
        padding: 0 0 1em 0; }
      nav .support .supportSection .teamviewer .download {
        color: #333E4D;
        text-decoration: none; }
        nav .support .supportSection .teamviewer .download img {
          max-width: 25%;
          float: left;
          margin-right: 10%; }
    nav .support.active {
      color: #fff; }

body.scrolled nav {
  background: #fff; }
  body.scrolled nav .logo g.horizontal rect {
    transform: scale(1); }
  body.scrolled nav .logo g.vertical rect {
    transform: scale(1); }
  body.scrolled nav .logo g.two rect, body.scrolled nav .logo g.letters rect {
    opacity: 1; }

body.scrolled ul li ul li {
  background: #fff; }

body.loaded nav ul li {
  transform: none;
  opacity: 1; }

body.home .logo g rect {
  transition: all 0.6s;
  transform-origin: center;
  transition-delay: 0.6s;
  will-change: transform; }

@media (min-width: 768px) {
  body.home .logo g.vertical rect {
    transform: scaleY(0); }
  body.home .logo g.two rect, body.home .logo g.letters rect {
    opacity: 0; }
  body.home .logo g.horizontal rect {
    transition-delay: 0.9s;
    transform: scaleX(0); } }

#support {
  position: fixed;
  top: 3em;
  right: 0px;
  height: 100vh;
  background: pink;
  width: 15vw; }

@media (max-width: 768px) {
	
	.margin-b {
		margin-bottom: 60px;
	}
	
  .menu-item-has-children > a {
    display: none !important; } }

body.loading section.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000; }

body.loading .backgroundImage {
  opacity: 0; }

body.loading section:nth-of-type(2) {
  margin-top: 100vh; }

body.loaded .background {
  opacity: 0.3; }

body.loaded .supportTrigger {
  opacity: 1;
  transform: translate3d(0, 0, 0); }
  body.loaded .supportTrigger:active {
    color: #fff; }

body.scrolled .backgroundImage {
  opacity: 0.1; }

body.home section:first-of-type {
  margin: 0; }

body.fade section > div:not(.backgroundImage), body.fade .background, body.fade .subtitle {
  transition: all 1s ease-out;
  transform: translate3d(0, 20%, 0);
  opacity: 0; }

body.fade section.intro svg {
  transition: all 1s ease-out;
  transform: translate3d(-50%, 20%, 0);
  opacity: 0; }

body.fade .overlay {
  opacity: 1; }


.overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s 0.4s;
  z-index: 100000000; }

.supportTrigger {
  background: #e73d5f;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 10001;
  line-height: 2.5;
  padding: 0.5em 2em;
  text-align: center;
  display: block;
  font-size: 1rem;
  height: 4em;
  transition: transform 0.2s ease-out 0s, opacity 1s 1.4s;
  transform: translate3d(0%, 100%, 0);
  transform-origin: top right;
  opacity: 0; }
  @media (min-width: 768px) {
    .supportTrigger {
      bottom: auto;
      right: 0;
      top: 0;
      width: 15vw; } }
  .supportTrigger:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .supportTrigger {
      transform: translate3d(100%, 0%, 0); } }
  .supportTrigger:hover {
    transition-delay: transform 0s;
    transform: scale(1.1) !important; }
  .supportTrigger.active {
    color: transparent; }
    .supportTrigger.active:hover, .supportTrigger.active:active, .supportTrigger.active:visited {
      color: transparent; }
    .supportTrigger.active:after {
      content: "close";
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 1em 2em;
      display: inline-block; }
  .supportTrigger:hover, .supportTrigger:active, .supportTrigger:visited {
    color: #fff;
    text-decoration: none; }

.supportView {
  background: rgba(231, 61, 95, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-width: 0px;
  border-style: solid;
  pointer-events: none;
  background-color: transparent;
  transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
  border-color: rgba(51, 51, 51, 0.95);
  z-index: 10000; }
  .supportView .contactInfo {
    display: none;
    font-size: 1rem;
    top: 4em;
    right: 1em;
    width: calc(40vw - 4em);
    color: #fff;
    height: calc(100% - 4em); }
    @media (max-width: 768px) {
      .supportView .contactInfo {
        display: none !important; } }
    @media (min-width: 768px) {
      .supportView .contactInfo {
        position: fixed; } }
    .supportView .contactInfo h1 {
      color: #e73d5f;
      font-size: 1.95312rem;
      margin-top: 0; }
    .supportView .contactInfo .row {
      margin-bottom: 1em; }
  .supportView .content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    overflow-x: hidden;
    color: #333E4D;
    font-size: 1rem;
    padding: 2em 2em 4em 2em;
    opacity: 0;
    transition: opacity 0.3s 0.3s; }
    .supportView .content .teamviewer {
      padding-top: 1em;
      text-align: center; }
      
    .supportView .content .teamviewer a {
     margin-right: 15px;
     margin-bottom: 10px;
	}	    
     .supportView .content .teamviewer .helpdesk {
        color: #fff;
        border: 2px solid #fff;
        padding: 0.4em 1em 0.6em 1em;
        margin-top: 1em;
        display: inline-block;
        background: #333d4d; }
      .supportView .content .teamviewer .download {
        color: #e73d5f;
        font-size: 1.5rem;
        background: rgba(255, 255, 255, 0.5);
        display: block;
        border-radius: 10px;
        text-decoration: none; }
    .supportView .content img, .supportView .content svg {
      max-width: 150px;
      margin: 1em; }
    .supportView .content h1 {
      font-size: 1.95312rem;
      color: #e73d5f;
      margin-top: 0.3em; }
    .supportView .content video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.3s 0.3s; }
  .supportView.open {
    height: 100%;
    pointer-events: all;
    background-color: white;
    transition: border-width 0.3s, background-color 0.3s;
    opacity: 1; }
    @media (min-width: 768px) {
      .supportView.open {
        border-width: 1em 40vw 1em 1em; } }
    .supportView.open .contactInfo {
      display: block;
      opacity: 1; }
    .supportView.open .content {
      opacity: 1;
      transition: opacity 0.3s 0.3s; }
      .supportView.open .content video {
        opacity: 1; }

.background {
  width: 100%;
  position: fixed;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translateZ(0);
  display: table;
  opacity: 0;
  transition: opacity 0.2s; }
  .background .backgroundgrid {
    margin-top: 50vh;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate3d(-50%, 0, 0);
    z-index: 10000;
    transform: translateZ(0); }
    .background .backgroundgrid line, .background .backgroundgrid path {
      fill: none;
      stroke: rgba(0, 0, 0, 0.2);
      stroke-width: 13;
      stroke-miterlimit: 10; }

@keyframes animatePath1 {
  from {
    stroke-dashoffset: 2400; }
  40% {
    stroke-dashoffset: -2400; }
  to {
    stroke-dashoffset: -2400; } }

@keyframes animatePath2 {
  from {
    stroke-dashoffset: 2700; }
  40% {
    stroke-dashoffset: -2700; }
  to {
    stroke-dashoffset: -2700; } }

@keyframes animatePath3 {
  from {
    stroke-dashoffset: 2000; }
  40% {
    stroke-dashoffset: -2000; }
  to {
    stroke-dashoffset: -2000; } }

@keyframes animatePath4 {
  from {
    stroke-dashoffset: 2500; }
  40% {
    stroke-dashoffset: -2500; }
  to {
    stroke-dashoffset: -2500; } }

h1.subtitle {
  padding-left: 5%;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2em; }
  @media (min-width: 768px) {
    h1.subtitle {
      padding: 0 8%;
      color: rgba(0, 0, 0, 0.4);
      font-size: 5rem;
      margin-bottom: -1.5em; }
      h1.subtitle:nth-of-type(odd) {
        text-align: right; } }

section {
  background: rgba(255, 255, 255, 0.4); }
  @media (min-width: 768px) {
    section {
      padding: 10em 0; }
      section.noImage {
        padding: 10em 0 0 0; } }
  section:first-of-type {
    margin-top: 5em; }
  section:last-of-type {
	  margin-bottom: 5em;
  }

  section:nth-child(odd) {
    background: #fff; }
  section .contentBlock {
    z-index: 500;
    position: relative; }
    section .contentBlock h2 {
      position: relative;
      z-index: 1000000;
      text-align: inherit;
      font-size: 2rem;
      line-height: 1;
      color: #333E4D;
      padding: 0 5%; 
      }
      section .contentBlock h2 span {
        display: inline-block;
        opacity: 0;
        transform: translate3d(100px, 0, 0);
        transition: all 0.4s ease-out;
        will-change: opacity; }
      @media (min-width: 768px) {
        section .contentBlock h2 {
      font-size: 3.05176rem;
          padding: 0; } }
      section .contentBlock h2 img.icon {
        transform: translate3d(0, 50%, 0);
        opacity: 0;
        transition: all 0.5s ease-out;
        vertical-align: bottom;
        margin: 0 0.2em;
        width: 1em; }
        @media (min-width: 768px) {
          section .contentBlock h2 img.icon {
            width: 2em; } }
      section .contentBlock h2.noIcon {
        padding: 0 5%; }
    section .contentBlock .textfield {
      background: rgba(255, 255, 255, 0.9);
      padding: 2em;
      text-align: inherit;
      position: relative;
      z-index: 1000;
      overflow: hidden;
      width: 90%;
      margin: 5%; }
      @media (min-width: 768px) {
        section .contentBlock .textfield {
          width: 100%;
          border-left: 4px solid #333E4D;
          margin: 0; } }
      section .contentBlock .textfield p {
        opacity: 0;
        animation-fill-mode: forwards !important; }
    section .contentBlock .readmore {
      display: inline-block;
      margin-top: 0.5em;
      color: #000;
      text-decoration: none;
      position: relative; }
      section .contentBlock .readmore:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transform: scaleX(1);
        transition: transform 0.2s;
        transform-origin: right; }
      section .contentBlock .readmore:hover:after {
        transform: scaleX(0); }
    section .contentBlock .bgImage {
      max-width: 100%;
      opacity: 1;
      z-index: 600; }
      @media (min-width: 768px) {
        section .contentBlock .bgImage {
          position: absolute; } }
      section .contentBlock .bgImage:nth-of-type(2) {
        display: none;
        z-index: 550;
        opacity: 0.8; }
        @media (min-width: 768px) {
          section .contentBlock .bgImage:nth-of-type(2) {
            display: block; } }
    section .contentBlock.textOnly img.icon {
      width: 50%;
      margin-left: 25%;
      animation: 0.8s fadeInUp 0.6s;
      animation-fill-mode: backwards; }
      @media (min-width: 768px) {
        section .contentBlock.textOnly img.icon {
          margin: 0;
          height: 10em;
          z-index: 10000;
          position: absolute;
          top: -1em;
          left: calc(50vw + 2em);
          width: auto; } }
    @media (min-width: 768px) {
      section .contentBlock.textOnly {
        width: 98vw; /* Lelijke hack zodat IE geen horizontal scroll laat zien */ }
        section .contentBlock.textOnly .textfield {
          width: calc(40vw - 3px);
          margin-left: 10vw;
          border-left: none;
          border-right: 4px solid #333E4D;
          text-align: right;
          float: left;
          font-size: 1.5rem;
          font-style: italic;
          padding: 1.33em;
          padding: 20px 30px; }
          section .contentBlock.textOnly .textfield:after {
            animation: moveBlockOverlayToLeft 1.2s; }
          section .contentBlock.textOnly .textfield:nth-of-type(2) {
            position: relative;
            left: -4px;
            top: 5em;
            margin-bottom: 5em;
            margin-left: 0;
            text-align: left;
            border-left: 4px solid #333E4D;
            border-right: none;
            font-size: 1rem;
            font-style: normal;
            padding: 2em;
            padding: 30px; }
            section .contentBlock.textOnly .textfield:nth-of-type(2):after {
              animation: moveBlockOverlay 1.2s;
              transform-origin: left center; } }
    section .contentBlock.textOnly h2 {
      width: 90%;
      margin-left: 5%; }
      section .contentBlock.textOnly h2 span {
        transform: translate3d(-100px, 0, 0); }
      @media (min-width: 768px) {
        section .contentBlock.textOnly h2 {
          width: 50vw;
          margin-left: 0;
          padding-right: 5%;
          padding-right: 30px;
          text-align: right; } }
    section .contentBlock.styleA h2 {
      width: 90%;
      margin-left: 5%; }
    @media (min-width: 768px) {
      section .contentBlock.styleA {
        width: 50vw;
        margin-left: 10vw; }
        section .contentBlock.styleA h2 {
          text-align: right; }
          section .contentBlock.styleA h2 img.icon {
            margin-left: 0.2em;
            margin-right: 0; }
        section .contentBlock.styleA .textfield {
          border-left: none;
          text-align: right; } }
    @media (min-width: 768px) and (min-width: 768px) {
      section .contentBlock.styleA .textfield {
        border-right: 4px solid #333E4D; } }
    @media (min-width: 768px) {
        section .contentBlock.styleA .bgImage {
          top: 70%;
          left: 90%;
          width: 30vw; }
          section .contentBlock.styleA .bgImage:nth-of-type(2) {
            top: 45%;
            left: 85%;
            width: 20vw; }
        section .contentBlock.styleA.mirrored {
          margin-left: 40vw; }
          section .contentBlock.styleA.mirrored h2 {
            margin-left: 0; }
            section .contentBlock.styleA.mirrored h2 span {
              transform: translate3d(-100px, 0, 0); }
            section .contentBlock.styleA.mirrored h2 img.icon {
              margin-left: 0;
              margin-right: 0.2em; }
          section .contentBlock.styleA.mirrored .textfield {
            text-align: left;
            border-right: none; } }
      @media (min-width: 768px) and (min-width: 768px) {
        section .contentBlock.styleA.mirrored .textfield {
          border-left: 4px solid #333E4D; } }
    @media (min-width: 768px) {
          section .contentBlock.styleA.mirrored h2 {
            text-align: left; }
          section .contentBlock.styleA.mirrored .bgImage {
            top: 70%;
            right: 90%;
            width: 30vw;
            left: auto; }
            section .contentBlock.styleA.mirrored .bgImage:nth-of-type(2) {
              top: 45%;
              right: 85%;
              width: 20vw; } }
  section.intro {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    section.intro .logo {
      position: absolute;
      z-index: 1;
      height: 100%;
      width: auto;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
      @media (min-width: 768px) {
        section.intro .logo {
          height: auto;
          width: 100vw; } }
      section.intro .logo line {
        stroke-width: 13;
        stroke: #333E4D;
        fill: none; }
      section.intro .logo rect {
        fill: #fff; }
      section.intro .logo g line {
        transition: all 0.6s;
        transform-origin: center;
        will-change: transform; }
      section.intro .logo g#vertical-large line, section.intro .logo g#vertical-small line {
        transform: scaleY(0); }
      section.intro .logo g#vertical-small line {
        transition-delay: 0.4s; }
      section.intro .logo g#horizontal-small line {
        transition-delay: 0.4s; }
      section.intro .logo g#invisionfill rect, section.intro .logo g#twofill rect {
        opacity: 0;
        transition: all 1.2s;
        transition-delay: 0.2s;
        will-change: opacity; }
      section.intro .logo g#horizontal-large line, section.intro .logo g#horizontal-small line {
        transform: scaleX(0); }
      section.intro .logo g.scrollIndicator line {
        stroke: #fff;
        stroke-dasharray: 50 500;
        animation: scrollIndicator 3s infinite; }
      section.intro .logo #grid {
        opacity: 0.6; }
        section.intro .logo #grid line {
          stroke: rgba(0, 0, 0, 0.2);
          transition: all 1s; }
          section.intro .logo #grid line.remove {
            transition-delay: 0.05s; }
        section.intro .logo #grid .horizontal line {
          opacity: 0; }
          section.intro .logo #grid .horizontal line.show {
            opacity: 1; }
          section.intro .logo #grid .horizontal line.remove {
            transform-origin: right;
            transform: scaleX(0); }
        section.intro .logo #grid .vertical line {
          opacity: 0; }
          section.intro .logo #grid .vertical line.show {
            opacity: 1; }
          section.intro .logo #grid .vertical line.remove {
            transition: all 0.2s;
            transform-origin: center;
            transform: scaleY(0); }
      section.intro .logo #twofill rect {
        fill: rgba(0, 0, 0, 0.2); }
      section.intro .logo.show g#horizontal-large line, section.intro .logo.show g#horizontal-small line {
        transform: scale(1); }
      section.intro .logo.show g#vertical-large line, section.intro .logo.show g#vertical-small line {
        transform: scale(1); }
      section.intro .logo.show g#twofill rect, section.intro .logo.show g#invisionfill rect {
        opacity: 1; }
  section.team_members {
    padding: 0;
    padding: 5em 0;
    text-align: center;
    background: none;
    z-index: 600;
    position: relative;
    padding-top: 0;
    margin-top: -5em;
    margin-bottom: 5em; }
    section.team_members h2 {
      margin-top: 2em; }
    @media (min-width: 768px) {
      section.team_members {
        margin-top: 0; } }
    section.team_members .text {
      width: 80%;
      margin-left: 10%; }
    section.team_members .teammembers {
      margin-top: 2em;
      width: 90vw;
      margin-left: 5vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      text-align: left; }
      @media (min-width: 768px) {
        section.team_members .teammembers {
          width: 80vw;
          margin-left: 10vw; } }
      section.team_members .teammembers .teammember {
        display: inline-block;
        margin-bottom: 2em;
        overflow-x: hidden;
        overflow: auto;
        width: 50%;
        box-sizing: border-box;
        padding: 2em;
        text-align: left; }
        @media (min-width: 768px) {
          section.team_members .teammembers .teammember {
            width: 25%; } }
        section.team_members .teammembers .teammember .fotoContainer {
          width: 100%;
          margin-bottom: 0.5em;
          background-size: cover;
          background-position: center right; }
          section.team_members .teammembers .teammember .fotoContainer img.placeholder {
            width: 100%; }
        section.team_members .teammembers .teammember img {
          width: 100%;
          display: block; }
  section.fullWidth {
    padding: 0;
    background: #fff !important;
    margin-bottom: 0 !important;
    padding: 5em 0;
    text-align: center;
    background: none;
    z-index: 600;
    position: relative;
    padding-top: 0;
    margin-top: -5em;
    margin-bottom: 5em; }
    section.fullWidth h2 {
      margin-top: 2em; }
    @media (min-width: 768px) {
      section.fullWidth {
        margin-top: 0; } }
    section.fullWidth > div {
      background: rgba(255, 255, 255, 0.9);
      padding: 1em; }
    section.fullWidth .text {
      padding: 2em;
      text-align: inherit;
      position: relative;
      z-index: 1000;
      overflow: hidden;
      width: 90%;
      margin: 5%; }
      section.fullWidth .text p {
        transition: all 0.2s;
        opacity: 0;
        transform: translateY(100%); }
    section.fullWidth a {
      text-decoration: underline; }
  section.partners.noTitle {
    padding-top: 5em; }
  section.partners h2 {
    text-align: center;
    padding: 0 5%;
    margin-bottom: 1em; }
  section.partners > div {
    text-align: center; }
    section.partners > div img {
      transition: all 0.2s ease-out;
      margin: 0.5em;
      max-width: 10vw;
      filter: grayscale(100%); }
      section.partners > div img:hover {
        filter: none;
        transform: scale(1.1); }
  section.call2actionContainer {
    margin: 5em 0 0 0;
    padding: 2em 0;
    background: #333d4d;
    z-index: 500;
    position: relative;
    text-align: center; }
    section.call2actionContainer h3 {
      color: #fff; }
    section.call2actionContainer a {
      color: #fff;
      border: 2px solid #fff;
      padding: 0.4em 1em 0.6em 1em;
      margin-top: 1em;
      display: inline-block; }
  section.contactform {
    margin: 10em 0 0 0;
    padding: 2em 0;
    background: #333d4d;
    z-index: 500;
    position: relative;
    text-align: center;
    color: #fff; }
    section.contactform h2 {
      color: #fff;
      padding-left: 30vw;
      text-align: left;
      margin-bottom: 0.5em; }
    section.contactform form label {
      display: inline-block;
      text-align: left;
      width: 40vw; }
      section.contactform form label input, section.contactform form label textarea {
        width: 100%; }
    section.contactform form input[type=submit] {
      background: transparent;
      border: 0;
      position: relative;
      display: inline-block;
      transition: all 0.2s;
      border: 1px solid #fff;
      padding: 0.5em 1em; }
      section.contactform form input[type=submit]:hover {
        padding: 0.5em 1.5em; }
  section .backgroundImage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: bottom center;
    background-size: cover;
    will-change: opacity;
    opacity: 1;
    transition: opacity 1s; }
  section[data-emergence="visible"] .contentBlock h2 span {
    opacity: 1;
    transform: translate3d(0, 0, 0) !important; }
  section[data-emergence="visible"] .contentBlock h2 img.icon {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  section[data-emergence="visible"] .contentBlock .textfield p {
    animation: overlayedContent 1s; }
  section[data-emergence="visible"] .contentBlock .textfield:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.2s;
    transition-timing-function: linear !important;
    animation: moveBlockOverlay 1.2s;
    transform-origin: right center;
    background-color: rgba(237, 237, 237, 0.5);
    transform: scaleX(0);
    z-index: 1002; }
    @media (min-width: 768px) {
      section[data-emergence="visible"] .contentBlock .textfield:after {
        animation: moveBlockOverlayToLeft 1.2s; } }
  section[data-emergence="visible"] .contentBlock .text p {
    opacity: 1;
    transform: none; }
  section[data-emergence="visible"] .contentBlock.mirrored .textfield:after {
    animation: moveBlockOverlay 1.2s;
    transform-origin: left center; }

footer {
  position: relative;
  z-index: 500;
  background: #333d4d;
  padding: 60px 2em;
  opacity: 1;
  color: #fff;
  font-size: 0.8rem; }
  
  footer a.phonenumber{
	  color: #fff;
  }

@keyframes moveBlockOverlay {
  0% {
    transform: scaleX(0); }
  50% {
    transform: scaleX(1);
    opacity: 1; }
  100% {
    transform: scaleX(1);
    opacity: 0; } }

@keyframes moveBlockOverlayToLeft {
  0% {
    transform: scaleX(0); }
  50% {
    transform: scaleX(1);
    opacity: 1; }
  100% {
    transform: scaleX(1);
    opacity: 0; } }

@keyframes overlayedContent {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scrollIndicator {
  from {
    stroke-dashoffset: 50;
    opacity: 0.6; }
  95% {
    opacity: 0; }
  100% {
    stroke-dashoffset: -350; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.clear {
  clear: both; }

ul.downloads {
  margin-top: 1em;
  color: #e73d5f; }
  ul.downloads li a {
    color: #e73d5f; }

time {
  font-size: 1rem;
  padding-left: 0.2em;
  display: block; }

section.testimonials {
  position: relative;
  width: 100%; }

section.testimonials div.cycle-prev {
  color: #ccc;
  position: absolute;
  font-size: 4rem;
  top: 50%;
  left: 2%;
  cursor: pointer;
  z-index: 10000000; }

section.testimonials div.cycle-next {
  color: #ccc;
  position: absolute;
  font-size: 4rem;
  top: 50%;
  right: 2%;
  cursor: pointer;
  z-index: 10000000; }

section.testimonials h2 {
  text-align: center; }

section.testimonials .testimonial {
  padding-top: 4em;
  width: 100%; }

section.testimonials .testimonial .fotoContainer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20%;
  margin-left: 25%;
  margin-right: 5%;
  display: inline-block;
  border-radius: 50%; }

section.testimonials .testimonial .fotoContainer img {
  width: 100%; }

section.testimonials .testimonial .textContainer {
  display: inline-block;
  width: 30%;
  margin-left: 0%;
  vertical-align: middle; }

section.testimonials .testimonial .textContainer .text span {
  font-size: 1.5em;
  vertical-align: middle; }

section.testimonials .testimonial .textContainer .text p {
  display: inline; }

.wpcf7-form input, .wpcf7-form textarea {
  color: #000 !important; }
  .wpcf7-form input[type='submit'], .wpcf7-form textarea[type='submit'] {
    color: #fff !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body nav .logo {
    opacity: 0; }
  body.scrolled nav .logo {
    opacity: 1; }
  .background .backgroundgrid {
    width: auto;
    height: calc( 5000 / 886 * 100vh); } }


/*CLIFF*/
a.footerlink {
	color: #fff;
}
a.footerlink:hover {
	color: #e73d5f;
	text-decoration: none;
	cursor: pointer;
}

/* KOEN */
.supportView .content .teamviewer{
	display: flex;
	justify-content: space-around;

}
.supportView .content .teamviewer a{	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	background: #e63c5f;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	width: 40%;
	font-size: 0.8rem;
}
@media (min-width: 768px) {
	.supportView .content .teamviewer a{	
		font-size: 1rem;
	}
}

.vacatureOverzicht a{
	color: #333E4D;
	text-decoration: underline;
	display: block;
}

@media (max-width: 768px) {
	section .contentBlock{
		display: flex;
		flex-direction: column;
		
	}
	section .contentBlock h2{
		order: 1;
		padding: 0 1em !important;
	}
	section .contentBlock .textfield{
	    order: 10;
		padding: 0 2em;
	}
	section .contentBlock .bgImage{
	    order: 2;
	    margin: 0 calc(5% + 2em);
	    max-width: 80%; //quick dirty hack. 
	}
}

/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    display: none !important;
    z-index: 999;
}

/* Shows the reCAPTCHA on the Contact page */
.page-id-12 .grecaptcha-badge {
    display: block !important;
}

#refpager {
	max-width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	height: 10px;
}

#refpager span {
	width: 40px;
	height: 5px;
	background: #333E4D;
	display: inline-block;
	content: "";
	color: transparent;
	
	margin-right: 15px;
	
	transition: all 0.8s ease;
}
#refpager span.cycle-pager-active {
	background: #e73d5f;
}

#refpager span:hover {
	cursor: pointer;
	background: #e73d5f;
}


.ajaxcheckboxes{
	margin-top: 5em;
    margin-bottom: -5em;
    text-align: center;
}

#ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:hidden;
    display:inline-block;
    
}

#ck-button label {
    width:4.0em;
}

#ck-button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
    padding:5px 10px;
}

#ck-button label input {
    position:absolute;
    top:-20px;
}

#ck-button input:hover + span {
    background-color:#43546c;
    color:#fff
}

#ck-button input:checked + span {
    background-color:#333E4D;
    color:#fff;
}

#ck-button input:checked:hover + span {
    background-color:#242d39;
    color:#fff;
}