/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.06.2015, 11:16:20
    Author     : mb
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26.04.2015, 22:33:24
    Author     : mb
*/
/* include select bootstrap tools */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/* Paths */
/* Widths */
/* Fonts */
/* Site Markup */
html {
  font-family: 'Geogrotesque W01', 'Myriad Pro Regular', Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .wrapper > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 740px;
  }
}
.container-default {
  padding: 25px 0;
}
.container-background {
  background-color: #ededed;
}
.menu-container {
  border-bottom: 1px solid #0069b4;
  padding-bottom: 10px;
  vertical-align: bottom;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .menu-container {
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    }
}

@media only screen and (max-width: 767px) {
  .menu-container {
    padding: 0 0 10px;
  }
}
.menu-container .menu-left {
  color: #0069b4;
  text-transform: uppercase;
  font-size: 25px;
}
.menu-container .menu-left #menu-button {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  vertical-align: top;
}

.menu-container .menu-left #menu-button a {
  padding: 7px 18px;
  background-color: #56a8dd;
  color: #fff;
  display: flex;
  align-items: center;
}

.menu-container .menu-left #menu-button a:hover {
  background: #0069b4;
}

.menu-container .menu-left #menu-button a #menu-button-icon {
  display: inline-block;
  width: 22px;
  height: 16px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  margin-right: 9px;
}

.menu-container .menu-left #menu-button a #menu-button-icon:before {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 height: 2px;
 background: white;
 top: 50%;
 transform: translateY(-50%);
}

.menu-container .menu-left #home-button {
  display: inline-block;
  margin-left: 20px;
}
.menu-container .menu-left #home-button a #home-button-icon {
  display: inline-block;
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../img/home.png");
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .menu-container .menu-left #home-button a #home-button-icon {
    background-image: url("../img/home-2x.png");
  }
}
.menu-container .menu-left #home-button a:hover #home-button-icon {
  background-image: url("../img/home-hover.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .menu-container .menu-left #home-button a:hover #home-button-icon {
    background-image: url("../img/home-hover-2x.png");
  }
}
.menu-container .menu-left #home-button a,
.menu-container .menu-left #home-button a:visited {
  color: #0069b4;
}
.menu-container .menu-left #home-button a:hover {
  color: #56a8dd;
}
.menu-container .menu-right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .menu-container .menu-right {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #0069b4;
  }
  .menu-container .menu-right .group-companies {
    display: inline-block;
    text-transform: uppercase;
  }
  .menu-container .menu-right .group-companies a {
    margin-left: 15px;
  }
  .menu-container .menu-right .group-companies a:last-child {
    margin-right: 15px;
  }
  .menu-container .menu-right .menu-links {
    display: inline-block;
  }
  .menu-container .menu-right .menu-links p {
    margin: 0;
  }
  .menu-container .menu-right .menu-links a {
    margin-left: 15px;
  }
  .menu-container .menu-right .menu-links a,
  .menu-container .menu-right .menu-links a:visited {
    color: #0069b4;
  }
  .menu-container .menu-right .menu-links a:hover {
    color: #56a8dd;
  }
}

.menu-container .menu-right p {
    margin: 0;
}

.header-container {
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-container {
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-container {
    height: 121px;
  }
}
.header-container #logo {
  width: 309px;
  height: 61px;
  background-image: url("../logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-container #logo {
    background-image: url("../logo-2x.png");
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .header-container #logo {
    margin-top: 38.94736842px;
    width: 253.15789474px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .header-container #logo {
    margin-left: -46px;
  }
}
.header-container #section-title {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-container #section-title {
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    font-size: 26px;
    color: #0069b4;
  }
}

.header-contact-text strong{
  font-weight: 500;
}

.wrapper {
  position: relative;
}

.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.dropout-menu-container {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 101;
  transition: visibility 0s linear, opacity 0.3s linear;
  box-shadow: 0px 10px 10px rgba(72, 72, 72, 0.5);
}
.dropout-menu-container:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 11px;
  content: '';
}
.dropout-menu-container.collapse {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
}
.dropout-menu-container > .container > ul.menu {
  padding: 0;
  margin: 0;
}
.dropout-menu-container > .container > ul.menu > li {
  list-style: none;
  display: inline-block;
  width: 281px;
  vertical-align: top;
  padding: 25px 0 3px;
  margin: 0;
}
.dropout-menu-container > .container > ul.menu > li > a {
  line-height: 1.2;
  color: #0069b4;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.dropout-menu-container > .container > ul.menu > li > ul {
  padding: 3px 0 0 0;
}
.dropout-menu-container > .container > ul.menu > li > ul > li {
  padding-top: 4px;
  margin: 0;
  list-style: none;
}
.dropout-menu-container > .container > ul.menu > li > ul > li > a {
  color: #0069b4;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .dropout-menu-container > .container > ul.menu > li.search {
    width: 562px;
  }
}
.dropout-menu-container > .container > ul.menu > li.search label {
  display: none;
}
.dropout-menu-container > .container > ul.menu > li.search input[type=text] {
  height: 27px;
  padding-left: 15px;
  margin-right: 15px;
  color: #0069b4;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #0069b4;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  .dropout-menu-container > .container > ul.menu > li.search input[type=text] {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .dropout-menu-container > .container > ul.menu > li.search input[type=text] {
    width: 420px;
  }
}
.dropout-menu-container > .container > ul.menu > li.search input[type=submit] {
  border-radius: 0;
  border: 1px solid #0069b4;
  background: none;
  height: 30px;
  color: #0069b4;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.dropout-menu-container > .container > ul.menu > li.search input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.dropout-menu-container > .container > ul.menu > li.search > ul.menu {
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .dropout-menu-container > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropout-menu-container > .container .search input[type=text] {
  background-color: transparent;
}
.dropout-menu-container > .container #menu-close-button {
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/menu-close-button.png");
}
@media only screen and (max-width: 767px) {
  .dropout-menu-container > .container #menu-close-button {
    right: 15px;
  }
}
#secondary-menu-container {
  font-size: 0;
  min-height: 31px;
}
@media only screen and (max-width: 767px) {
  #secondary-menu-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#secondary-menu-container #back-button {
  margin-top: 1px;
  display: inline-block;
  float: left;
}
#secondary-menu-container #back-button a {
  display: inline-block;
  background-color: #56a8dd;
  color: white;
  min-width: 30px;
  min-height: 30px;
  margin-right: 1px;
  background-image: url("../../base/img/back-arrow.png");
  background-repeat: no-repeat;
  background-position: 10px center;
}
#secondary-menu-container #back-button a:hover {
  background-color: #0069b4;
}
#secondary-menu-container #back-button a span.title {
  display: inline-block;
  font-size: 18px;
  padding: 5px 14px 0 30px;
}
@media only screen and (min-width: 768px) {
  #secondary-menu-container #back-button a span.title {
    display: none;
  }
}
#secondary-menu-container > ul.menu {
  display: inline;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
#secondary-menu-container > ul.menu > li {
  display: inline-block;
  margin: 1px 1px 0 0;
}
#secondary-menu-container > ul.menu > li a {
  display: inline-block;
  color: white;
  background-color: #56a8dd;
  list-style: none;
  padding: 5px 14px 0;
  min-height: 25px;
  font-size: 18px;
}
#secondary-menu-container > ul.menu > li a.active,
#secondary-menu-container > ul.menu > li a:hover {
  background-color: #0069b4;
}
.container {
  position: relative;
}
.container #section-sidebar,
.container #section-sidebar-bottom {
  width: 100%;
  max-width: 285px;
  color: white;
}
.container #section-sidebar  a{
  border-bottom: 0;
}
.container #section-sidebar h1,
.container #section-sidebar-bottom h1,
.container #section-sidebar h2,
.container #section-sidebar-bottom h2,
.container #section-sidebar h3,
.container #section-sidebar-bottom h3 {
  font-weight: 500;
  margin-bottom: 7px;
}
.container #section-sidebar > h1:first-child,
.container #section-sidebar-bottom > h1:first-child,
.container #section-sidebar > h2:first-child,
.container #section-sidebar-bottom > h2:first-child,
.container #section-sidebar > h3:first-child,
.container #section-sidebar-bottom > h3:first-child,
.container #section-sidebar > p:first-child,
.container #section-sidebar-bottom > p:first-child {
  margin-top: 0;
}
.container #section-sidebar > p,
.container #section-sidebar-bottom > p {
  margin-top: 0;
  line-height: 1.45;
}
.container #section-sidebar .employee,
.container #section-sidebar-bottom .employee,
.container #section-sidebar .reference,
.container #section-sidebar-bottom .reference {
  position: relative;
  font-size: 16px;
}
.container #section-sidebar .employee p,
.container #section-sidebar-bottom .employee p,
.container #section-sidebar .reference p,
.container #section-sidebar-bottom .reference p {
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.37;
}
.container #section-sidebar .employee .name,
.container #section-sidebar-bottom .employee .name,
.container #section-sidebar .reference .name,
.container #section-sidebar-bottom .reference .name {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.container #section-sidebar .employee .label,
.container #section-sidebar-bottom .employee .label,
.container #section-sidebar .reference .label,
.container #section-sidebar-bottom .reference .label {
  display: inline-block;
  width: 68px;
}
.container #section-sidebar .employee a,
.container #section-sidebar-bottom .employee a,
.container #section-sidebar .reference a,
.container #section-sidebar-bottom .reference a {
  color: white;
}
.container #section-sidebar .employee .icon-phone,
.container #section-sidebar-bottom .employee .icon-phone,
.container #section-sidebar .reference .icon-phone,
.container #section-sidebar-bottom .reference .icon-phone {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-phone.png");
}
.container #section-sidebar .employee .icon-chat,
.container #section-sidebar-bottom .employee .icon-chat,
.container #section-sidebar .reference .icon-chat,
.container #section-sidebar-bottom .reference .icon-chat {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-chat.png");
}
.container #section-sidebar .employee .icon-mail,
.container #section-sidebar-bottom .employee .icon-mail,
.container #section-sidebar .reference .icon-mail,
.container #section-sidebar-bottom .reference .icon-mail {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-mail.png");
}
.container #section-sidebar .employee .more,
.container #section-sidebar-bottom .employee .more,
.container #section-sidebar .reference .more,
.container #section-sidebar-bottom .reference .more {
  display: block;
  float: right;
  line-height: 28px;
  border: 1px solid white;
  padding: 0 15px;
}
.container #section-sidebar ul.selector-list,
.container #section-sidebar-bottom ul.selector-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container #section-sidebar ul.selector-list > li,
.container #section-sidebar-bottom ul.selector-list > li {
  display: block;
  margin-bottom: 15px;
}
.container #section-sidebar ul.selector-list > li:first-child,
.container #section-sidebar-bottom ul.selector-list > li:first-child {
  margin-top: 15px;
}
.container #section-sidebar ul.selector-list > li.has-children,
.container #section-sidebar-bottom ul.selector-list > li.has-children {
  background-image: url("../../base/img/list-button-plus.png");
  background-position: right 8px;
  background-repeat: no-repeat;
}
.container #section-sidebar ul.selector-list > li.has-children ul,
.container #section-sidebar-bottom ul.selector-list > li.has-children ul {
  display: none;
}
.container #section-sidebar ul.selector-list > li.has-children.open,
.container #section-sidebar-bottom ul.selector-list > li.has-children.open {
  background-image: url("../../base/img/list-button-minus.png");
  background-position: right 14px;
}
.container #section-sidebar ul.selector-list > li.has-children.open ul,
.container #section-sidebar-bottom ul.selector-list > li.has-children.open ul {
  display: block;
}
.container #section-sidebar ul.selector-list > li span,
.container #section-sidebar-bottom ul.selector-list > li span {
  line-height: 28px;
  padding: 0 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid white;
}
.container #section-sidebar ul.selector-list > li span:hover,
.container #section-sidebar-bottom ul.selector-list > li span:hover,
.container #section-sidebar ul.selector-list > li span.active,
.container #section-sidebar-bottom ul.selector-list > li span.active {
  cursor: pointer;
  background-color: #0069b4;
  border-color: #0069b4;
}
.container #section-sidebar ul.selector-list > li > ul,
.container #section-sidebar-bottom ul.selector-list > li > ul {
  margin: 15px 0 30px;
  list-style-type: none;
  padding: 0;
}
.container #section-sidebar ul.selector-list > li > ul > li,
.container #section-sidebar-bottom ul.selector-list > li > ul > li {
  text-transform: uppercase;
  line-height: 22px;
}
.container #section-sidebar ul.selector-list > li > ul > li:hover,
.container #section-sidebar-bottom ul.selector-list > li > ul > li:hover,
.container #section-sidebar ul.selector-list > li > ul > li.active,
.container #section-sidebar-bottom ul.selector-list > li > ul > li.active {
  cursor: pointer;
  color: #0069b4;
}
.container #section-sidebar .team-link,
.container #section-sidebar-bottom .team-link {
  color: white;
  line-height: 28px;
  padding: 0 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid white;
}
.container #section-sidebar .team-link:first-of-type,
.container #section-sidebar-bottom .team-link:first-of-type {
  margin-top: 15px;
}
.container #section-sidebar .team-link:hover,
.container #section-sidebar-bottom .team-link:hover,
.container #section-sidebar .team-link.active,
.container #section-sidebar-bottom .team-link.active {
  cursor: pointer;
  background-color: #0069b4;
  border-color: #0069b4;
}
.container #section-sidebar {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .container #section-sidebar {
    display: block;
  }
}
.container #section-sidebar-bottom {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .container #section-sidebar-bottom {
    display: none;
  }
}
#content-header {
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding: 60px 0;
}
#content-header:after {
 content: '';
 width: 1px;
 height: 421px;
 display: inline-block;
}
@media only screen and (min-width: 1200px) {
  #content-header {
    display: flex;
  }
  #content-header .container {
   display: flex;
   -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
       -webkit-justify-content: space-between;
               justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  #content-header.low-height:after {
    height: 210.5px;
  }
}
#content-header #claim.padded-multiline {
  text-transform: uppercase;
  max-width: 68%;
}
#content-header #claim.padded-multiline h1 {
  display: inline;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 400;
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 3px;
  background: #0069b4;
  box-shadow: 10px 0 0 #0069b4, -10px 0 0 #0069b4;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
  #content-header #claim.padded-multiline h1 {
    font-size: 29.21052632px;
  }
}
#content-header #section-sidebar,
#content-header #section-sidebar-bottom {
  width: 100%;
  max-width: 285px;
  color: white;
}
#content-header #section-sidebar h1,
#content-header #section-sidebar-bottom h1,
#content-header #section-sidebar h2,
#content-header #section-sidebar-bottom h2,
#content-header #section-sidebar h3,
#content-header #section-sidebar-bottom h3 {
  font-weight: 500;
  margin-bottom: 7px;
}
#content-header #section-sidebar > h1:first-child,
#content-header #section-sidebar-bottom > h1:first-child,
#content-header #section-sidebar > h2:first-child,
#content-header #section-sidebar-bottom > h2:first-child,
#content-header #section-sidebar > h3:first-child,
#content-header #section-sidebar-bottom > h3:first-child,
#content-header #section-sidebar > p:first-child,
#content-header #section-sidebar-bottom > p:first-child {
  margin-top: 0;
}
#content-header #section-sidebar > p,
#content-header #section-sidebar-bottom > p {
  margin-top: 0;
  line-height: 1.45;
}
#content-header #section-sidebar .employee,
#content-header #section-sidebar-bottom .employee,
#content-header #section-sidebar .reference,
#content-header #section-sidebar-bottom .reference {
  position: relative;
  font-size: 16px;
}
#content-header #section-sidebar .employee p,
#content-header #section-sidebar-bottom .employee p,
#content-header #section-sidebar .reference p,
#content-header #section-sidebar-bottom .reference p {
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.37;
}
#content-header #section-sidebar .employee .name,
#content-header #section-sidebar-bottom .employee .name,
#content-header #section-sidebar .reference .name,
#content-header #section-sidebar-bottom .reference .name {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
#content-header #section-sidebar .employee .label,
#content-header #section-sidebar-bottom .employee .label,
#content-header #section-sidebar .reference .label,
#content-header #section-sidebar-bottom .reference .label {
  display: inline-block;
  width: 68px;
}
#content-header #section-sidebar .employee a,
#content-header #section-sidebar-bottom .employee a,
#content-header #section-sidebar .reference a,
#content-header #section-sidebar-bottom .reference a {
  color: white;
}
#content-header #section-sidebar .employee .icon-phone,
#content-header #section-sidebar-bottom .employee .icon-phone,
#content-header #section-sidebar .reference .icon-phone,
#content-header #section-sidebar-bottom .reference .icon-phone {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-phone.png");
}
#content-header #section-sidebar .employee .icon-chat,
#content-header #section-sidebar-bottom .employee .icon-chat,
#content-header #section-sidebar .reference .icon-chat,
#content-header #section-sidebar-bottom .reference .icon-chat {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-chat.png");
}
#content-header #section-sidebar .employee .icon-mail,
#content-header #section-sidebar-bottom .employee .icon-mail,
#content-header #section-sidebar .reference .icon-mail,
#content-header #section-sidebar-bottom .reference .icon-mail {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../base/img/icon-mail.png");
}
#content-header #section-sidebar .employee .more,
#content-header #section-sidebar-bottom .employee .more,
#content-header #section-sidebar .reference .more,
#content-header #section-sidebar-bottom .reference .more {
  display: block;
  float: right;
  line-height: 28px;
  border: 1px solid white;
  padding: 0 15px;
}
#content-header #section-sidebar ul.selector-list,
#content-header #section-sidebar-bottom ul.selector-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content-header #section-sidebar ul.selector-list > li,
#content-header #section-sidebar-bottom ul.selector-list > li {
  display: block;
  margin-bottom: 15px;
}
#content-header #section-sidebar ul.selector-list > li:first-child,
#content-header #section-sidebar-bottom ul.selector-list > li:first-child {
  margin-top: 15px;
}
#content-header #section-sidebar ul.selector-list > li.has-children,
#content-header #section-sidebar-bottom ul.selector-list > li.has-children {
  background-image: url("../../base/img/list-button-plus.png");
  background-position: right 8px;
  background-repeat: no-repeat;
}
#content-header #section-sidebar ul.selector-list > li.has-children ul,
#content-header #section-sidebar-bottom ul.selector-list > li.has-children ul {
  display: none;
}
#content-header #section-sidebar ul.selector-list > li.has-children.open,
#content-header #section-sidebar-bottom ul.selector-list > li.has-children.open {
  background-image: url("../../base/img/list-button-minus.png");
  background-position: right 14px;
}
#content-header #section-sidebar ul.selector-list > li.has-children.open ul,
#content-header #section-sidebar-bottom ul.selector-list > li.has-children.open ul {
  display: block;
}
#content-header #section-sidebar ul.selector-list > li span,
#content-header #section-sidebar-bottom ul.selector-list > li span {
  line-height: 28px;
  padding: 0 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid white;
}
#content-header #section-sidebar ul.selector-list > li span:hover,
#content-header #section-sidebar-bottom ul.selector-list > li span:hover,
#content-header #section-sidebar ul.selector-list > li span.active,
#content-header #section-sidebar-bottom ul.selector-list > li span.active {
  cursor: pointer;
  background-color: #0069b4;
  border-color: #0069b4;
}
#content-header #section-sidebar ul.selector-list > li > ul,
#content-header #section-sidebar-bottom ul.selector-list > li > ul {
  margin: 15px 0 30px;
  list-style-type: none;
  padding: 0;
}
#content-header #section-sidebar ul.selector-list > li > ul > li,
#content-header #section-sidebar-bottom ul.selector-list > li > ul > li {
  text-transform: uppercase;
  line-height: 22px;
}
#content-header #section-sidebar ul.selector-list > li > ul > li:hover,
#content-header #section-sidebar-bottom ul.selector-list > li > ul > li:hover,
#content-header #section-sidebar ul.selector-list > li > ul > li.active,
#content-header #section-sidebar-bottom ul.selector-list > li > ul > li.active {
  cursor: pointer;
  color: #0069b4;
}
#content-header #section-sidebar .team-link,
#content-header #section-sidebar-bottom .team-link {
  color: white;
  line-height: 28px;
  padding: 0 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid white;
}
#content-header #section-sidebar .team-link:first-of-type,
#content-header #section-sidebar-bottom .team-link:first-of-type {
  margin-top: 15px;
}
#content-header #section-sidebar .team-link:hover,
#content-header #section-sidebar-bottom .team-link:hover,
#content-header #section-sidebar .team-link.active,
#content-header #section-sidebar-bottom .team-link.active {
  cursor: pointer;
  background-color: #0069b4;
  border-color: #0069b4;
}
#content-header #section-sidebar {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #content-header #section-sidebar {
    display: block;
  }
}
#content-header #section-sidebar-bottom {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  #content-header #section-sidebar-bottom {
    display: none;
  }
}
.sidebar-block {
  margin-bottom: 30px;
  background-color: #56a8dd;
  padding: 30px;
}
.sidebar-block img{
 margin-bottom: 9px;
 width: 100%;
 height: auto;
}
.content-container {
  margin-bottom: 15px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #0069b4;
  min-height: 496px;
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-container.search-container {
  background-color: #ededed;
}
.content-container .node-basic-page h1,
.content-container .node-basic-page h2 {
  margin-top: 0;
}
.content-container.search-container h1,
.content-container.search-container h2 {
  color: #0069b4;
}
.content-container.search-container section {
  margin-bottom: 60px;
}
.content-container.search-container section.tagmar div.search-section-title {
  border-bottom: 1px solid #0069b4;
  margin-bottom: 15px;
}
.content-container.search-container section.tagmar div.search-section-title h3 {
  color: #0069b4;
  font-size: 18px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: #0069b4;
  margin: 0;
  font-weight: 400;
}
.content-container.search-container section.tagmar .search-result {
  margin-bottom: 15px;
}
.content-container.search-container section.tagmar .search-result h3.title {
  margin-top: 15px;
  margin-bottom: 7px;
}
.content-container.search-container section.tagmar .search-result h3.title > a {
  color: #0069b4;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
}
.content-container.search-container section.tagmar .search-result .search-snippet-info {
  color: #0069b4;
  padding: 0;
  border-bottom: 1px solid #0069b4;
}
.content-container.search-container section {
  margin-bottom: 60px;
}
.content-container.search-container section.viaplan div.search-section-title {
  border-bottom: 1px solid #6c4796;
  margin-bottom: 15px;
}
.content-container.search-container section.viaplan div.search-section-title h3 {
  color: #6c4796;
  font-size: 18px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: #6c4796;
  margin: 0;
  font-weight: 400;
}
.content-container.search-container section.viaplan .search-result {
  margin-bottom: 15px;
}
.content-container.search-container section.viaplan .search-result h3.title {
  margin-top: 15px;
  margin-bottom: 7px;
}
.content-container.search-container section.viaplan .search-result h3.title > a {
  color: #6c4796;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
}
.content-container.search-container section.viaplan .search-result .search-snippet-info {
  color: #6c4796;
  padding: 0;
  border-bottom: 1px solid #6c4796;
}
.content-container.search-container section {
  margin-bottom: 60px;
}
.content-container.search-container section.ipsoeco div.search-section-title {
  border-bottom: 1px solid #009982;
  margin-bottom: 15px;
}
.content-container.search-container section.ipsoeco div.search-section-title h3 {
  color: #009982;
  font-size: 18px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: #009982;
  margin: 0;
  font-weight: 400;
}
.content-container.search-container section.ipsoeco .search-result {
  margin-bottom: 15px;
}
.content-container.search-container section.ipsoeco .search-result h3.title {
  margin-top: 15px;
  margin-bottom: 7px;
}
.content-container.search-container section.ipsoeco .search-result h3.title > a {
  color: #009982;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
}
.content-container.search-container section.ipsoeco .search-result .search-snippet-info {
  color: #009982;
  padding: 0;
  border-bottom: 1px solid #009982;
}
.content-container.search-container section {
  margin-bottom: 60px;
}
.content-container.search-container section.planing div.search-section-title {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 15px;
}
.content-container.search-container section.planing div.search-section-title h3 {
  color: #4a4a4a;
  font-size: 18px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  background-color: #4a4a4a;
  margin: 0;
  font-weight: 400;
}
.content-container.search-container section.planing .search-result {
  margin-bottom: 15px;
}
.content-container.search-container section.planing .search-result h3.title {
  margin-top: 15px;
  margin-bottom: 7px;
}
.content-container.search-container section.planing .search-result h3.title > a {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  border-bottom: none;
}
.content-container.search-container section.planing .search-result .search-snippet-info {
  color: #4a4a4a;
  padding: 0;
  border-bottom: 1px solid #4a4a4a;
}
.content-container.search-container ol.search-results {
  padding: 0;
}
.content-container.search-container ul {
  color: #0069b4;
}
.content-container.search-container .pager {
  color: #0069b4;
}
.content-container.search-container .pager a {
  color: #0069b4;
  border-bottom: none;
}
.content-container a {
  border-bottom: 1px dotted white;
}
.content-container a,
.content-container a:visited {
  color: #ffffff;
}
.content-container a:hover {
  color: #56a8dd;
}
.content-container a:hover {
  border-bottom-color: #56a8dd;
}
.content-container p {
  margin-top: 0;
  line-height: 1.45;
}
.content-container ul {
  list-style-type: square;
}
.content-container ul li {
  line-height: 1.45;
}
.content-container h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 760px;
  margin-bottom: 20px;
}
.content-container h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 760px;
}
.content-container .lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.content-container .single-pane {
  max-width: 760px;
}
.content-container .two-pane-container {
  clear: both;
}
@media only screen and (min-width: 1200px) {
  .content-container .two-pane-container {
    max-width: 760px;
  }
}
.content-container .two-pane-container .left {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .content-container .two-pane-container .left {
    display: inline-block;
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-container .two-pane-container .left {
    width: 365px;
  }
}
.content-container .two-pane-container .left .image-caption {
  margin-bottom: 15px;
}
.content-container .two-pane-container .left img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .content-container .two-pane-container .left-float {
    width: 350px;
    float: left;
    margin: 0 30px 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content-container .two-pane-container .left-float {
    width: 365px;
  }
}
@media only screen and (min-width: 768px) {
  .content-container .two-pane-container .right {
    display: inline-block;
    vertical-align: top;
    width: 345px;
    margin-left: 29px;
  }
  /*.content-container .two-pane-container .right h2:first-child {
    margin-top: 0;
  }*/
}
@media only screen and (min-width: 1200px) {
  .content-container .two-pane-container .right {
    width: 360px;
  }
}
/*.content-container .two-pane-container .right h2:first-child {
  margin-top: 0;
}*/
@media only screen and (min-width: 768px) {
  .content-container .two-pane-container .right-float {
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-reference-tagmar .content-container .two-pane-container .right h2,
  .node-type-reference-viaplan .content-container .two-pane-container .right h2,
  .node-type-reference-ipsoeco .content-container .two-pane-container .right h2 {
    margin-top: 23.2333px;
  }
}
.tiles-container {
  /* to fight the margins between individual tiles */
  font-size: 0;
}
.tiles-container.for-tablet {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tiles-container.for-tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .tiles-container.for-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container {
    margin-left: -9.73684211px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container {
    margin-left: -15px;
  }
}
.tiles-container .tile {
  padding-top: 15px;
  padding-left: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  height: 212px;
  display: block;
  background-color: #0069b4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile {
    padding-top: 19.47368421px;
    padding-left: 19.47368421px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile {
    padding-top: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile {
    font-size: 14.50226843px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile {
    margin-left: 9.73684211px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile {
    height: 162.28070175px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .tiles-container .tile {
    display: inline-block;
  }
}
.tiles-container .tile a,
.tiles-container .tile a:visited {
  color: #ffffff;
}
.tiles-container .tile a:hover {
  color: #56a8dd;
}
.tiles-container .tile.light {
  background-color: #56a8dd;
}
.tiles-container .tile.light h2 {
  text-shadow: 2px 2px 6px #56a8dd;
}
.tiles-container .tile.light a,
.tiles-container .tile.light a:visited {
  color: #ffffff;
}
.tiles-container .tile.light a:hover {
  color: #0069b4;
}
.tiles-container .tile h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 30px;
  text-transform: uppercase;
  text-shadow: 2px 2px 6px #0069b4;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile h2 {
    font-size: 15.57894737px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile h2 {
    margin-bottom: 5px;
    margin-right: 19.47368421px;
  }
}
.tiles-container .tile p {
  line-height: 1.2;
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile p {
    width: 225.59084217px;
    line-height: 1.20852237;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile p {
    width: 280px;
    line-height: 1.5;
    margin-right: 0;
  }
}
.tiles-container .tile .more {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 16px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 1px solid white;
}
@media only screen and (min-width: 768px) {
  .tiles-container .tile .more {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile .more {
    bottom: 12.98245614px;
    right: 19.47368421px;
    font-size: 12.89090527px;
    padding: 3px 10px;
  }
}
.tiles-container .tile .more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.large {
    width: 279.12280702px;
  }
  .tiles-container .tile.large .full-width {
    width: 279.12280702px;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.large {
    width: 430px;
  }
  .tiles-container .tile.large .full-width {
    width: 430px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tiles-container .tile.large .full-width {
    width: 100%;
  }
  .tiles-container .tile.large .full-width .more {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.small .box-content {
    max-height: 93px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.small .box-content-news {
    max-height: 87px;
    overflow: hidden;
    margin-top: -2px;
  }
}
.tiles-container .tile.small .full-width {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .tiles-container .tile.small .full-width {
    width: 100%;
  }
  .tiles-container .tile.small .full-width .more {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.small .full-width {
    width: 103.85964912px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.small .full-width {
    width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.small {
    width: 103.85964912px;
  }
  .tiles-container .tile.small p {
    width: 90.87719298px;
  }
  .tiles-container .tile.small p.date {
    font-size: 12.89090527px;
    margin: -5px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.small {
    width: 160px;
  }
  .tiles-container .tile.small p {
    width: 140px;
  }
  .tiles-container .tile.small p.date {
    font-size: 16px;
    margin: -15px 0 0 0;
  }
}
.tiles-container .tile.no-padding {
  padding-top: 0;
  height: 227px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.no-padding {
    height: 181.75438596px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.no-padding {
    height: 280px;
  }
}
.tiles-container .tile.no-padding.large {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.no-padding.large {
    width: 298.59649123px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.no-padding.large {
    width: 460px;
  }
}
.tiles-container .tile.no-padding.small {
  padding-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles-container .tile.no-padding.small {
    width: 123.33333333px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles-container .tile.no-padding.small {
    width: 190px;
  }
}

@media only screen and (min-width: 1200px) {
  .content-container .container {
      display: flex;
      -webkit-justify-content: space-between;
              justify-content: space-between;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
  }
  .content-container .container .node-basic-page{
    width: 68%;
  }
  .content-container .container .node:only-child{
    width: 100%;
  }
}

.content-container .node-form-section h2 {
    text-transform: none;
}

.node-form-section {
  padding: 20px;
  text-align: center;
  background-color: #56a8dd;
  margin: 30px 0;
}

.node-form-section a {
  border-bottom: 1px dotted transparent;
}

.node-form-section a:hover {
  color: white;
  border-bottom: 1px dotted white;
}

.node-form-section h2 {
    font-weight: 500;
}

.node-form-section input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
  height: 50px;
  line-height: 40px;
  padding: 5px 35px 5px 15px;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  border: 3px solid transparent;
  transition: border-color .4s ease-in-out, padding .4s;
}

.node-form-section .webform-client-form input[type="submit"] {
  padding: 12px 20px;
  background-color: #f8aa36;
  border-color: transparent;
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  height: auto;
}

.node-form-section input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-bottom: 3px solid #0069b4;
  outline: none;
}

.node-form-section fieldset .form-item{
    position: relative;
}

.node-form-section .error-input:after {
    content: '';
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #0069b4;
    position: absolute;
    right: 35px;
}

.node-form-section fieldset {
  text-align: left;
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: 500;
  margin-bottom: 22px;
}

.node-form-section p {
  margin-bottom: 1.44em;
}

.node-form-section span.error {
  color: #ff3737;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
}


.node-form-section .error-input input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 3px solid #ff3737;
}

.node-form-section .error-input:before {
  content: '';
  position: absolute;
  top: 0;
  width: 35px;
  right: 0px;
  bottom: 0;
  background-image: url("../../base/img/invalid-name.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
}

.node-form-section .webform-confirmation {
  font-weight: 500;
  font-size: 24px;
}

.node-form-section .webform-confirmation p{
  margin: 0;
}

.node-form-section .webform-confirmation + .links {
    display: none;
}

.node-form-section .form-item.valid-input input {
  padding-left: 15px !important;
}

@media only screen and (min-width: 768px) {
  .node-form-section span.error {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 0;
  }
  .node-form-section input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 40px 5px 15px;
  }
  .node-form-section .error-input:after {
    right: 40px;
  }
  .node-form-section .error-input:before {
   width: 40px;
  }

  .node-form-section .webform-client-form input[type="submit"] {
    width: 100%;
  }

  .node-form-section .webform-client-form .form-actions:last-of-type {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
  }

  .node-form-section .webform-component-markup {
    width: calc( 100% - 280px );
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
  }

}

@media only screen and (max-width: 768px) {
  .node-form-section .form-item input {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .node-form-section {
    padding: 40px;
    margin: 43px 0 50px;
  }
  .node-form-section h2 {
    font-size: 25px;
  }
  .node-form-section .form-actions {
    text-align: right;
  }
  .node-form-section .form-item,
  .node-form-section .form-actions{
    margin-top: 0.65em;
    margin-bottom: .65em;
  }
}

.node-form-section input::-webkit-input-placeholder {
  color: #56a8dd;
}
.node-form-section input::-moz-placeholder {
  color: #56a8dd;
}
.node-form-section input:-moz-placeholder {
  color: #56a8dd;
}
.node-form-section input:-ms-input-placeholder {
  color: #56a8dd;
}
.node-form-section input.placeholder {
  color: #56a8dd;
}

.node-form-section .webform-component-markup {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.node-form-section .open-close.active .opener{
  display: none;
}
.opener {
  max-width: 220px;
  font-size: 23px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  line-height: 1.13;
  color: #ffffff;
  background-color: #f8aa36;
  padding: 12px 20px;
  margin: 0 auto;
}

/* Image cycler on reference page */
.ref-cycler {
  position: relative;
  width: 761px;
  margin-bottom: 25px;
}
.ref-cycler #ref-prev,
.ref-cycler #ref-next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -24.5px;
  width: 29px;
  height: 49px;
  z-index: 101;
}
.ref-cycler #ref-prev {
  left: 15px;
  background-image: url("../../base/img/ref-prev.png");
}
.ref-cycler #ref-next {
  right: 15px;
  background-image: url("../../base/img/ref-next.png");
}
/* Slideshow on homepage */
.cycle-slideshow {
  max-width: 100%;
}
.cycle-slideshow .cycle-slide {
  max-width: 100%;
}
.cycle-slideshow nav {
  position: absolute;
  top: 35px;
  right: 15px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 101;
  line-height: 7px;
}
.cycle-slideshow nav span {
  display: block;
  color: white;
}
.cycle-slideshow nav span.cycle-pager-active {
  color: #89c2e7;
}
/* Reference teaser boxes */
@media only screen and (min-width: 768px) {
  .reference-teaser-container {
    width: 855px;
  }
}
.reference-teaser-container .reference-teaser {
  float: left;
  width: 242px;
  height: 229px;
  margin: 0 17px 17px 0;
}
.reference-teaser-container .reference-teaser a {
  border-bottom: none;
}
.reference-teaser-container .reference-teaser .reference-caption {
  color: white;
}
.reference-teaser-container:before,
.reference-teaser-container:after {
  content: " ";
  display: table;
}
.reference-teaser-container:after {
  clear: both;
}
/* News item teaser boxes */
@media only screen and (min-width: 768px) {
  .news-teaser-container {
    width: 855px;
  }
}
.news-teaser-container .news-teaser-element {
  padding: 30px 15px;
  margin-bottom: 15px;
  background-color: #56a8dd;
  color: white;
}
@media only screen and (min-width: 768px) {
  .news-teaser-container .news-teaser-element {
    width: 197px;
    margin-right: 27px;
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-teaser-container .news-teaser-element img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
}
.news-teaser-container .news-teaser-element .news-caption {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 8px;
}
.news-teaser-container .news-teaser-element .more {
  text-align: right;
}
.news-teaser-container .news-teaser-element .more a {
  font-size: 16px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 1px solid white;
}
.news-teaser-container .news-teaser-element .more a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.news-teaser-container:before,
.news-teaser-container:after {
  content: " ";
  display: table;
}
.news-teaser-container:after {
  clear: both;
}
/* General styles */
a {
  text-decoration: none;
}
a:visited {
  color: inherit;
}
/* Helper classes */
.color-tagmar,
.color-tagmar:visited {
  color: #0069b4;
}
.color-tagmar:hover {
  color: #56a8dd;
}
.color-viaplan,
.color-viaplan:visited {
  color: #6c4796;
}
.color-viaplan:hover {
  color: #9d7eb8;
}
.color-ipsoeco,
.color-ipsoeco:visited {
  color: #009982;
}
.color-ipsoeco:hover {
  color: #69c0ac;
}
.color-planing,
.color-planing:visited {
  color: #4a4a4a;
}
.color-planing:hover {
  color: #929292;
}
.background-color-tagmar {
  background-color: #0069b4;
}
.background-color-viaplan {
  background-color: #6c4796;
}
.background-color-ipsoeco {
  background-color: #009982;
}
.background-color-planing {
  background-color: #4a4a4a;
}
/* Footer */
.attribution p {
  margin: 0;
}
.footer {
  margin-top: 100px;
}
.footer .menu-tabs > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.footer .menu-tabs > ul > li {
  cursor: pointer;
  display: inline-block;
  padding: 4px 6px 2px;
  background-color: #ededed;
}
@media only screen and (min-width: 768px) {
  .footer .menu-tabs > ul > li {
    padding: 4px 15px 2px;
    margin-right: 1px;
  }
}
.footer .menu-tabs > ul > li.tagmar {
  background-color: #0069b4;
}
.footer .menu-tabs > ul > li.tagmar a {
  color: white;
}
.footer .menu-tabs > ul > li.viaplan {
  background-color: #6c4796;
}
.footer .menu-tabs > ul > li.viaplan a {
  color: white;
}
.footer .menu-tabs > ul > li.ipsoeco {
  background-color: #009982;
}
.footer .menu-tabs > ul > li.ipsoeco a {
  color: white;
}
.footer .menu-tabs > ul > li.planing {
  background-color: #4a4a4a;
}
.footer .menu-tabs > ul > li.planing a {
  color: white;
}
.footer .menu-tabs > ul > li > a {
  font-size: 18px;
  text-transform: uppercase;
}
.footer .container .menu {
  margin: 0;
  padding: 0;
}
.footer .container .menu > ul.menu {
  padding: 0;
  margin: 0;
}
.footer .container .menu > ul.menu > li {
  list-style: none;
  display: inline-block;
  width: 281px;
  vertical-align: top;
  padding: 25px 0 3px;
  margin: 0;
}
.footer .container .menu > ul.menu > li > a {
  line-height: 1.2;
  color: #0069b4;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.footer .container .menu > ul.menu > li > ul {
  padding: 3px 0 0 0;
}
.footer .container .menu > ul.menu > li > ul > li {
  padding-top: 4px;
  margin: 0;
  list-style: none;
}
.footer .container .menu > ul.menu > li > ul > li > a {
  color: #0069b4;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .footer .container .menu > ul.menu > li.search {
    width: 562px;
  }
}
.footer .container .menu > ul.menu > li.search label {
  display: none;
}
.footer .container .menu > ul.menu > li.search input[type=text] {
  height: 27px;
  padding-left: 15px;
  margin-right: 15px;
  color: #0069b4;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #0069b4;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer .container .menu > ul.menu > li.search input[type=text] {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .container .menu > ul.menu > li.search input[type=text] {
    width: 420px;
  }
}
.footer .container .menu > ul.menu > li.search input[type=submit] {
  border-radius: 0;
  border: 1px solid #0069b4;
  background: none;
  height: 30px;
  color: #0069b4;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .container .menu > ul.menu > li.search input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .container .menu > ul.menu > li.search > ul.menu {
  padding-top: 7px;
}
.footer .container-background {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 400px;
}
.footer .container-background.tagmar {
  background-color: #0069b4;
}
.footer .container-background.tagmar .container .menu ul.menu > li a {
  color: white;
}
.footer .container-background.tagmar .container .menu ul.menu > li.search input[type=text] {
  border-color: #0069b4;
  color: #0069b4;
}
.footer .container-background.tagmar .container .menu ul.menu > li.search input[type=submit] {
  color: white;
  border-color: white;
}
.footer .container-background.viaplan {
  background-color: #6c4796;
}
.footer .container-background.viaplan .container .menu ul.menu > li a {
  color: white;
}
.footer .container-background.viaplan .container .menu ul.menu > li.search input[type=text] {
  border-color: #6c4796;
  color: #6c4796;
}
.footer .container-background.viaplan .container .menu ul.menu > li.search input[type=submit] {
  color: white;
  border-color: white;
}
.footer .container-background.ipsoeco {
  background-color: #009982;
}
.footer .container-background.ipsoeco .container .menu ul.menu > li a {
  color: white;
}
.footer .container-background.ipsoeco .container .menu ul.menu > li.search input[type=text] {
  border-color: #009982;
  color: #009982;
}
.footer .container-background.ipsoeco .container .menu ul.menu > li.search input[type=submit] {
  color: white;
  border-color: white;
}
.footer .container-background.planing {
  background-color: #4a4a4a;
}
.footer .container-background.planing .container .menu ul.menu > li a {
  color: white;
}
.footer .container-background.planing .container .menu ul.menu > li.search input[type=text] {
  border-color: #4a4a4a;
  color: #4a4a4a;
}
.footer .container-background.planing .container .menu ul.menu > li.search input[type=submit] {
  color: white;
  border-color: white;
}
.footer .menu-container-bottom {
  padding-bottom: 30px;
}
/* Node styles */
.employees-container {
  max-width: 855px;
  font-size: 0;
}
.employees-container .employee {
  font-size: 16px;
  vertical-align: top;
  background-color: #56a8dd;
  display: inline-block;
  max-width: 197px;
  padding: 30px;
  margin-right: 27px;
  margin-bottom: 30px;
  min-height: 344px;
}
.employees-container .employee p {
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.37;
}
.employees-container .employee .name {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.employees-container .employee .label {
  display: inline-block;
  width: 68px;
}
.employees-container .employee a {
  color: white;
}
.employees-container .employee a.email {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .employees-container .employee {
    padding: 15px;
  }
}
/* Sidebar */
/* Content formatting */
.highlight {
  color: #0069b4;
  font-weight: 600;
}
a,
a:visited {
  color: #0069b4;
}
a:hover {
  color: #56a8dd;
}
/* Various things */
::selection {
  color: white;
  background: #56a8dd;
}
::-moz-selection {
  color: white;
  background: #56a8dd;
}
div.contextual-links-wrapper a {
  border-bottom: none;
  font-size: 14px;
  line-height: 1;
}
span[class^='skype_pnh_container'] {
  display: none !important;
}
span[class^='skype_pnh_print_container'] {
  display: inline !important;
}
.webform-client-form span.form-required {
  color: #56a8dd;
}
.webform-client-form input.error {
  border: 2px solid red;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form textarea {
  color: #0069b4;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom: 1px solid #56a8dd;
  font-size: 16px;
}
.webform-client-form input[type="text"],
.webform-client-form input[type="email"] {
  line-height: 1;
  height: 27px;
  width: 500px;
  max-width: calc(100% - 30px);
}
.webform-client-form textarea {
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 530px;
  max-width: 100%;
}
.webform-client-form input[type="submit"] {
  color: white;
  background-color: transparent;
  padding: 5px 15px;
  border-radius: 0;
  height: 30px;
  border: 1px solid white;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.webform-client-form fieldset.captcha {
  border: none;
  padding: 0;
  margin: 0;
}
.webform-client-form fieldset.captcha legend,
.webform-client-form fieldset.captcha label,
.webform-client-form fieldset.captcha div.description {
  display: none;
}
.webform-client-form fieldset.captcha input[type="text"] {
  width: 30px;
}
@media only screen and (min-width: 1200px) {
  .content-container > .container > .contextual-links-region > .contextual-links-wrapper {
    right: 315px;
  }
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
}
.table-responsive table.price-table {
  min-width: 740px;
  border-bottom: 1px solid white;
}
.table-responsive table.price-table td,
.table-responsive table.price-table th {
  padding: 10px 10px;
}
.table-responsive table.price-table td:first-child,
.table-responsive table.price-table th:first-child {
  padding-left: 3px;
}
.table-responsive table.price-table td:last-child,
.table-responsive table.price-table th:last-child {
  padding-right: 3px;
}
.table-responsive table.price-table td:nth-child(1) {
  font-weight: bold;
}
.table-responsive table.price-table td:nth-child(4),
.table-responsive table.price-table td:nth-child(5) {
  text-align: right;
}
.table-responsive table.price-table th {
  border-bottom: none;
}
.table-responsive table.price-table tr th {
  border-bottom: 2px solid white;
}
.table-responsive table.price-table tr td {
  border-top: 1px solid white;
}
.table-responsive table.price-table tr td.empty {
  border-top: none;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
