/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Image replacement
 */
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Easy absolut positioning
 */
/**
 * Button reset
 */
/**
 * Insert elipsis on text overfloe
 */
/**
 * Remove text selection styles
 */
/**
 * Style input placeholders
 */
/**
 * Custom Scrollbar
 */
/**
 * Calculate percentages
 */
/**
 * Calculate rems.
 */
/**
 * Calculate a css triangle.
 * Borrowed from Bourbon
 */
/**
 * Media query breakpoints
 * Inspired by http://css-tricks.com/naming-media-queries/
 */
/**
 * Calculate column width including optional gutters and margins
 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 * Modified to be more Kinkobal
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0; }

/* Border-box sizing */
*,
*:before,
*:after {
  box-sizing: border-box; }

/* Nicer webfonts */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

address {
  font-style: normal; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: left;
  font-style: normal; }

label[for] {
  cursor: pointer; }

img {
  max-width: 100%; }

/* Force IE to handle svg widths correctly */
/* ie9 */
.ie9 img[src*=".svg"] {
  width: 100%; }

/* ie10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }
/* Remove webskit cancel button on search fields */
input[type="search"]::-webkit-search-cancel-button {
  display: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 1em 0;
  padding: 0; }

@font-face {
  font-family: 'Orgon';
  src: url("fonts/Orgon-LigWeb.eot?#iefix") format("embedded-opentype"), url("fonts/Orgon-LigWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Orgon Slab';
  src: url("fonts/OrgonSlabLigWeb.eot?#iefix") format("embedded-opentype"), url("fonts/OrgonSlabLigWeb.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Orgon Slab';
  src: url("fonts/OrgonSlabLigItaWeb.eot?#iefix") format("embedded-opentype"), url("fonts/OrgonSlabLigItaWeb.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Orgon Slab';
  src: url("fonts/OrgonSlabBolWeb.eot?#iefix") format("embedded-opentype"), url("fonts/OrgonSlabBolWeb.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 601px) {
    html {
      font-size: 17px; } }
  @media only screen and (min-width: 1160px) {
    html {
      font-size: 18px; } }

body {
  font-family: Helvetica, Arial, sans-serif, "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  line-height: 1.5294117647rem;
  position: relative; }
  .fonts-loaded body {
    font-family: "Orgon Slab", "Palatino Linotype", "Book Antiqua", Palatino, serif; }

.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }
.clickable {
  cursor: pointer; }

table {
  width: 100%; }
  table th {
    font-style: normal;
    text-align: left; }

img {
  max-width: 100%; }

figure {
  margin: 0; }

address {
  font-style: normal; }

label[for] {
  cursor: pointer; }

::-webkit-input-placeholder {
  color: #999; }

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

::-moz-selection {
  background: #3878b9;
  color: #fff; }

::selection {
  background: #3878b9;
  color: #fff; }

a {
  color: #3878b9; }

a[href^='mailto:'],
a[href^='tel:'] {
  color: currentColor; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

b,
strong,
h1
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin: 0; }

.text-content p,
.text-content ul,
.text-content ol,
.text-content table,
.text-content blockquote,
.text-content figure,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin-bottom: 1.1764705882rem;
  margin-top: 0; }
.text-content ol,
.text-content ul {
  padding: 0 0 0 1.0588235294rem; }
  @media only screen and (min-width: 601px) {
    .text-content ol,
    .text-content ul {
      padding: 0; } }
.text-content ol {
  list-style-type: decimal; }
.text-content ul li {
  position: relative; }
.text-content ul li:before {
  position: absolute;
  top: 0.6470588235rem;
  right: 100%;
  background-color: #829fbd;
  border-radius: 50%;
  content: ' ';
  height: 4px;
  margin-right: 8px;
  margin-top: -2px;
  width: 4px; }
.text-content h1,
.text-content .h1 {
  font-size: 2.0588235294rem;
  line-height: 1.2; }
.text-content h2,
.text-content .h2 {
  font-size: 1.2941176471rem;
  margin-bottom: 0.5882352941rem; }
.text-content h3,
.text-content .h3 {
  margin-bottom: 0.5882352941rem; }

.manchet {
  color: #3878b9;
  font-size: 1.3529411765rem;
  line-height: 1.3; }

.align-label {
  display: inline-block;
  min-width: 3.5em; }

.align-label--sm {
  min-width: 2.5em; }

.align-label--lg {
  min-width: 7.5em; }

.align-list:before, .align-list:after {
  content: " ";
  display: table; }
.align-list:after {
  clear: both; }
.align-list dt {
  float: left;
  min-width: 3.5em; }
.align-list dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.l-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media only screen and (min-width: 601px) {
    .l-wrapper {
      padding-left: 60px;
      padding-right: 60px; } }

.l-wrapper-breakout {
  margin-top: -175px; }
  .l-wrapper-breakout__inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    position: relative; }
    @media only screen and (min-width: 601px) {
      .l-wrapper-breakout__inner {
        padding-left: 60px;
        padding-right: 60px; } }

.l-wrapper-breakout--small {
  margin-top: -65px; }

.l-wrapper-breakout--news-bar {
  margin-top: -80px; }

.l-wrapper-breakout__inner--no-padding {
  padding: 0; }

@media (min-width: 1280px) {
  .l-wrapper-breakout--news-bar {
    margin-top: -115px; } }
.l-services > li {
  margin-bottom: 4px; }

@media only screen and (min-width: 601px) {
  .l-services .service-card__content {
    min-height: 9.4117647059rem; }

  .no-flexbox .l-services {
    margin-left: -2px;
    margin-right: -2px; }
    .no-flexbox .l-services:before, .no-flexbox .l-services:after {
      content: " ";
      display: table; }
    .no-flexbox .l-services:after {
      clear: both; }
    .no-flexbox .l-services > li {
      float: left;
      padding: 0 2px;
      width: 50%; }
    .no-flexbox .l-services .service-card__hl {
      height: 1.5294117647rem; }

  .flexbox .l-services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px; }
    .flexbox .l-services > li {
      color: #bcd1e8;
      display: flex;
      flex: 1 1 50%;
      overflow: hidden;
      padding: 0 2px; } }
    @media only screen and (min-width: 601px) and (-ms-high-contrast: active), only screen and (min-width: 601px) and (-ms-high-contrast: none) {
      .flexbox .l-services > li {
        display: block; } }

@media only screen and (min-width: 951px) {
  .no-flexbox .l-services > li:first-child:nth-last-child(2),
  .no-flexbox .l-services > li:first-child:nth-last-child(2) ~ li {
    width: 50%; }
  .no-flexbox .l-services > li:first-child:nth-last-child(3),
  .no-flexbox .l-services > li:first-child:nth-last-child(3) ~ li {
    width: 33.3333333333%; }
  .no-flexbox .l-services > li:first-child:nth-last-child(4),
  .no-flexbox .l-services > li:first-child:nth-last-child(4) ~ li {
    width: 25%; }
  .no-flexbox .l-services > li:first-child:nth-last-child(5),
  .no-flexbox .l-services > li:first-child:nth-last-child(5) ~ li {
    width: 20%; }
  .no-flexbox .l-services > li:first-child:nth-last-child(6),
  .no-flexbox .l-services > li:first-child:nth-last-child(6) ~ li {
    width: 16.6666666667%; }

  .flexbox .l-services {
    align-items: stretch; }
    .flexbox .l-services > li {
      flex-basis: 0%;
      width: auto; } }
@media only screen and (min-width: 601px) {
  .l-services--breakout {
    margin-top: -14.7058823529rem;
    position: relative;
    top: 14.7058823529rem; } }
.l-bg-section {
  background-position: center center;
  background-size: cover;
  height: 27.0588235294rem; }

.l-bg-section--overlap-top {
  margin-top: -11.7647058824rem; }

.l-bg-section--overlap-bottom {
  margin-bottom: -11.7647058824rem; }

.l-bg-section--overlap-top-small {
  margin-top: -5.8823529412rem; }

.l-bg-section--overlap-bottom-small {
  margin-bottom: -5.8823529412rem; }

@media (max-width: 600px) {
  .l-bg-section--hide-mobile {
    display: none; } }
@media only screen and (min-width: 951px) {
  .l-overlay-section {
    height: 0;
    position: relative; }
    .l-overlay-section__overlay {
      position: absolute;
      top: -5.8823529412rem;
      left: 50.7692307692%;
      right: 0;
      z-index: 10; } }
@media only screen and (min-width: 951px) {
  .l-overlay-section--no-top {
    margin-top: 100px; } }
.l-page-section {
  max-width: 1500px; }
  .l-page-section .l-page-section__content {
    background-color: #fff;
    margin-bottom: 1.1764705882rem;
    padding: 5.2941176471rem 16px 3.5294117647rem;
    position: relative; }
    .l-page-section .l-page-section__content a {
      cursor: pointer;
      text-decoration: underline; }
  .l-page-section .text-content {
    max-width: 39.4117647059rem; }

@media only screen and (min-width: 601px) {
  .l-page-section {
    max-width: 1500px; }
    .l-page-section .l-page-section__content {
      padding-left: 3.5294117647rem;
      padding-right: 3.5294117647rem; } }
@media (min-width: 1500px) {
  .l-page-section {
    margin: -10.5882352941rem auto 0; } }
.l-page-section--nav {
  position: relative; }
  .l-page-section--nav:before, .l-page-section--nav:after {
    content: " ";
    display: table; }
  .l-page-section--nav:after {
    clear: both; }
  .l-page-section--nav .l-page-section__nav {
    display: none; }

@media only screen and (min-width: 951px) {
  .l-page-section--nav .l-page-section__nav {
    width: 26.9230769231%;
    width: calc( 26.9230769231% - 10px );
    float: left;
    margin-right: 10px;
    display: block; }
  .l-page-section--nav .l-page-section__content {
    width: 73.0769230769%;
    width: calc( 73.0769230769% - 10px );
    float: left;
    margin-left: 10px; } }
.l-contact .caption-image {
  margin: 4.1176470588rem 0 5.2941176471rem; }
.l-contact__employees .hl {
  margin-top: 1.1764705882rem;
  margin-bottom: 1.1764705882rem; }

.l-contact-list > li {
  margin-bottom: 10px;
  max-width: 328px; }

@media only screen and (min-width: 601px) {
  .l-contact-list {
    margin-left: -10px;
    margin-right: -10px; }
    .l-contact-list:before, .l-contact-list:after {
      content: " ";
      display: table; }
    .l-contact-list:after {
      clear: both; }
    .l-contact-list > li {
      float: left;
      max-width: none;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }
@media (min-width: 1300px) {
  .l-contact-list > li {
    width: 25%; } }
.l-product-section {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 3.5294117647rem; }
  @media only screen and (min-width: 601px) {
    .l-product-section {
      padding-left: 60px;
      padding-right: 60px; } }
  .l-product-section__hl {
    margin-bottom: 1.1764705882rem; }
  .l-product-section__products {
    display: flex;
    flex-wrap: wrap; }
    .l-product-section__products > li {
      margin-bottom: 20px; }
  .l-product-section__price-list {
    margin-top: 2.3529411765rem;
    max-width: 35.2941176471rem; }

@media only screen and (min-width: 601px) {
  .l-product-section__products {
    margin-left: -10px;
    margin-right: -10px; }
    .l-product-section__products:before, .l-product-section__products:after {
      content: " ";
      display: table; }
    .l-product-section__products:after {
      clear: both; }
    .l-product-section__products > li {
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%; } }
@media (min-width: 1300px) {
  .l-product-section__products > li {
    width: 25%; } }
.l-color-swatch-list {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: middle; }
  .l-color-swatch-list > li {
    display: inline-block;
    vertical-align: middle; }
  .l-color-swatch-list > li + li {
    margin-left: 3px; }

.address-box {
  border-top: 3px solid #3878b9;
  padding-top: 0.7058823529rem;
  position: relative;
  width: 100%; }
  .address-box a.address-box__link {
    color: #3878b9; }
  .address-box p + p {
    margin-top: 0.5882352941rem; }
  .address-box em {
    font-style: normal;
    font-weight: bold; }
  .address-box--dark-top {
    border-top: 3px solid #00254a; }
  .address-box__title {
    color: #3878b9;
    font-family: "Orgon", Helvetica, Arial, sans-serif;
    font-size: 0.7647058824rem;
    font-weight: bold;
    margin-bottom: 0.5882352941rem;
    text-transform: uppercase; }
    .address-box__title--dark {
      color: #00254a; }

@media only screen and (min-width: 951px) {
  .address-box {
    float: left; }
    .address-box--left {
      width: calc( 30% - 20px );
      margin-right: 40px; }
    .address-box--right {
      width: calc( 70% - 20px ); }
    .address-box__split-content {
      display: block;
      float: left;
      margin-bottom: 1.1764705882rem;
      padding-right: 1.1764705882rem;
      width: 50%; }
    .address-box__container {
      display: block;
      max-width: 820px;
      min-height: 1px;
      overflow: hidden;
      width: 100%; } }
.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.6470588235rem 1.0588235294rem 0.5882352941rem;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap; }

.btn--small {
  font-size: 0.9411764706rem;
  padding: 0.5294117647rem 0.9411764706rem 0.4705882353rem; }

.btn--outline, .btn--outline:hover, .btn--outline:visited,
.btn--outline-blue,
.btn--outline-darkblue,
.btn--outline-blue:hover,
.btn--outline-darkblue:hover,
.btn--outline-blue:visited,
.btn--outline-darkblue:visited {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px 0;
  color: #b1cce6;
  transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out; }
.btn--outline:hover,
.btn--outline-blue:hover,
.btn--outline-darkblue:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0);
  color: #fff; }

.btn--outline-blue, .btn--outline-blue:visited {
  border-color: #3878b9; }

.btn--outline-darkblue, .btn--outline-darkblue:visited {
  border: 1px solid #3878b9;
  border-radius: 12px 0;
  color: #3878b9;
  transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out; }
.btn--outline-darkblue:hover {
  color: #fff;
  background-color: rgba(56, 120, 185, 0.4); }

/**
 * Burger icon that can animate to a close icon
 *
 * span    = middle line
 * :before = top line
 * :after  = bottom line
 *
 */
.burger {
  display: inline-block;
  width: 36px;
  height: 30px;
  position: relative;
  outline: 0;
  cursor: pointer; }
  .burger:focus {
    outline: 0; }
  .burger span, .burger:before, .burger:after {
    background-color: #fff;
    display: block;
    height: 4px;
    left: 4px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 28px;
    border-radius: 2px; }
  .burger span {
    top: 50%;
    margin-top: -2px;
    opacity: 1; }
  .burger:before, .burger:after {
    content: ' '; }
  .burger:before {
    top: 4px; }
  .burger:after {
    bottom: 4px; }

.burger.is-on span {
  opacity: 0; }
.burger.is-on:before {
  transform: translateY(9px) rotate(-45deg); }
.burger.is-on:after {
  transform: translateY(-9px) rotate(45deg); }

.callout-box {
  padding: 3.5294117647rem 16px 3.2352941176rem;
  background-color: #00254a;
  color: #b1cce6; }
  .callout-box__content {
    max-width: 30.5882352941rem; }
  .callout-box__hl {
    font-size: 1.3529411765rem;
    margin-bottom: 1.1764705882rem;
    color: #fff;
    font-weight: bold; }
  .callout-box .btn {
    margin-top: 1.7647058824rem; }

@media only screen and (min-width: 601px) {
  .callout-box {
    padding-left: 3.5294117647rem;
    padding-right: 3.5294117647rem; } }
.caption-image {
  max-width: 820px; }
  .caption-image img {
    display: block; }
  .caption-image__caption {
    color: #666;
    font-style: italic;
    margin-top: 0.2352941176rem;
    max-width: 25.5294117647rem; }

@media only screen and (min-width: 601px) {
  .caption-image {
    position: relative; }
    .caption-image:before, .caption-image:after {
      content: " ";
      display: table; }
    .caption-image:after {
      clear: both; }
    .caption-image__caption {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #fff;
      padding: 1.4705882353rem 0 0 1.4705882353rem; }
    .caption-image__caption--overlap {
      bottom: -2.0588235294rem; } }
.color-swatch {
  border: 1px solid #4d4d4d;
  display: inline-block;
  height: 18px;
  width: 18px; }

.color-swatch--6005 {
  background-color: #2b7c4c; }

.color-swatch--6008 {
  background-color: #6d5b29; }

.color-swatch--7016 {
  background-color: #2a5965; }

.color-swatch--6029 {
  background-color: #11a153; }

.color-swatch--special-green {
  background-color: #00895b; }

.color-swatch--special-blue {
  background-color: #1f94f3; }

.color-swatch--special-black {
  background-color: #333; }

.color-swatch--special-alu {
  background-color: #777; }

.contact-person {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 0.8235294118rem;
  line-height: 1.2352941176rem; }
  .contact-person__img {
    border-bottom: 5px solid #3878b9; }
  .contact-person__info {
    padding: 16px; }
  .contact-person__name, .contact-person__title {
    font-size: 0.8823529412rem; }
  .contact-person__name {
    font-weight: bold;
    line-height: 1.3529411765rem; }
  .contact-person__details {
    margin: 0.8823529412rem 0; }
  .contact-person__desc {
    color: #808080; }

@media only screen and (min-width: 601px) {
  .contact-person__info {
    padding: 1.1764705882rem 1.1764705882rem 1.4705882353rem; }
  .contact-person__title {
    height: 2.4705882353rem; } }
.contact-person--no-image {
  border-left: 5px solid #3878b9; }

.dot-list {
  overflow-x: hidden; }
  .dot-list > li {
    overflow: hidden; }
  .dot-list > li:before {
    content: '. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ';
    float: left;
    white-space: nowrap;
    width: 0; }
  .dot-list .dot-list__dd,
  .dot-list .dot-list__dt {
    background: #fff;
    display: block; }
  .dot-list .dot-list__dt {
    display: inline-block;
    padding-right: .2em; }
  .dot-list .dot-list__dd {
    float: right;
    padding-left: .2em; }

.dot-list--on-grey .dot-list__dt,
.dot-list--on-grey .dot-list__dd {
  background: #f2f2f2; }

.dot-list--contain-sm {
  max-width: 20em; }

@media (max-width: 600px) {
  .dot-list--responsive > li + li {
    margin-top: 0.5882352941rem; }
  .dot-list--responsive > li:before {
    display: none; }
  .dot-list--responsive .dot-list__dd {
    float: none; } }

.droplet {
  background-color: #3878b9;
  border-radius: 40px 0;
  color: #fff;
  font-size: 1.5294117647rem;
  font-weight: bold;
  line-height: 2.3529411765rem;
  padding: 2.3529411765rem 2.9411764706rem; }
  .droplet__label {
    color: #00254a;
    font-size: 1.5294117647rem; }

.hl--mega {
  color: #bcd1e8;
  font-size: 2.0588235294rem;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase; }
  .hl--mega strong {
    color: #fff; }
  .hl--mega:before {
    position: absolute;
    top: 0.2352941176rem;
    bottom: 0.8823529412rem;
    left: -20px;
    background-color: #4089d4;
    content: ' ';
    width: 5px; }

@media only screen and (min-width: 601px) {
  .hl--mega {
    font-size: 2.4705882353rem;
    line-height: 2.9411764706rem; } }
.hl--2 {
  font-size: 1.6470588235rem;
  font-weight: bold;
  line-height: 1.8823529412rem; }

.hl--split {
  color: #333;
  font-size: 1.6470588235rem; }
  .hl--split .hl__split {
    color: #b3b3b3;
    display: block; }

@media only screen and (min-width: 601px) {
  .hl--split .hl__split {
    display: inline-block; }
    .hl--split .hl__split:before {
      content: '|';
      display: inline-block;
      padding-right: 0.3529411765rem; } }
.i:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: ' ';
  display: inline-block;
  height: 1em;
  margin-right: 0.3529411765rem;
  vertical-align: middle;
  width: 1em;
  position: relative; }

.i--phone:before {
  width: 0.9em;
  height: 0.9em;
  background-image: url("img/i-phone.svg");
  top: -0.05em; }

.image-callout {
  color: #666;
  font-style: italic;
  line-height: 1.6;
  margin: 0 0.2352941176rem;
  max-width: 29.4117647059rem;
  padding: 0 0.9411764706rem;
  position: relative; }
  .image-callout a,
  .image-callout a:visited {
    color: currentcolor; }
  .image-callout:before {
    content: ' '; }

.image-callout--left:before {
  position: absolute;
  top: 0.4705882353rem;
  left: 0;
  height: 0;
  width: 0;
  border-top: 0.2647058824rem solid transparent;
  border-bottom: 0.2647058824rem solid transparent;
  border-right: 0.4705882353rem solid #3878b9; }

.image-callout--right {
  text-align: right; }
  .image-callout--right:before {
    position: absolute;
    top: 0.4705882353rem;
    right: 0;
    height: 0;
    width: 0;
    border-top: 0.2647058824rem solid transparent;
    border-bottom: 0.2647058824rem solid transparent;
    border-left: 0.4705882353rem solid #3878b9; }

.image-callout--up:before {
  position: absolute;
  top: 0.4705882353rem;
  left: 0;
  height: 0;
  width: 0;
  border-left: 0.2647058824rem solid transparent;
  border-right: 0.2647058824rem solid transparent;
  border-bottom: 0.4705882353rem solid #3878b9; }

.nav-list {
  line-height: 1; }
  .nav-list > li {
    display: inline-block; }
  .nav-list > li + li {
    margin-left: 1.7647058824rem; }
  .nav-list a {
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 35px;
    display: inline-block; }
    .nav-list a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      content: ' ';
      opacity: 0;
      transition: opacity 200ms ease-out; }
    .nav-list a:hover:before {
      opacity: 1; }
  .nav-list .selected a {
    color: rgba(255, 255, 255, 0.8); }
    .nav-list .selected a:before {
      background-color: #3878b9;
      opacity: 1; }

.nav-mobile {
  background-color: #e6e6e6; }
  .nav-mobile__list > li > a, .nav-mobile__list > li > a:hover {
    color: #808080; }
  .nav-mobile__list > li > a {
    display: block;
    font-size: 1.0588235294rem;
    font-weight: bold;
    padding: 1.1764705882rem;
    text-decoration: none;
    text-transform: uppercase; }
  .nav-mobile__list > .nav-mobile__sub-link a {
    padding-left: 2.0588235294rem; }
  .nav-mobile__list > .selected a, .nav-mobile__list > .selected a:hover {
    background-color: #3878b9;
    color: #fff; }
  .nav-mobile__list > li {
    border-bottom: 1px solid #ccc; }
  .nav-mobile__divider {
    background-color: #aaa;
    color: #fff;
    padding: 0.4117647059rem 1.1764705882rem; }

.product {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 0.8235294118rem;
  line-height: 1.2352941176rem; }
  .product__img {
    border-bottom: 5px solid #3878b9;
    width: 100%; }
    .product__img img {
      display: block;
      max-width: none;
      width: 100%; }
    .product__img.clickable {
      position: relative; }
      .product__img.clickable:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: ' ';
        border: 0px solid rgba(0, 0, 0, 0.4);
        transition: border 200ms ease-out; }
      .product__img.clickable:hover:before {
        border-width: 15px; }
  .product__info {
    padding: 16px; }
  .product__name {
    font-size: 1.1764705882rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.5882352941rem; }
  .product__details {
    line-height: 1.3529411765rem;
    margin: 0.8823529412rem 0; }
  .product__desc {
    color: #808080;
    overflow: hidden; }

@media only screen and (min-width: 601px) {
  .product__info {
    padding: 1.1764705882rem 1.1764705882rem 1.4705882353rem; }
  .product__desc {
    height: 7.0588235294rem; } }
@media only screen and (min-width: 1160px) {
  .product__name {
    font-size: 1.3529411765rem; } }
.service-card {
  background-color: #333;
  color: #fff;
  font-size: 0.9411764706rem;
  line-height: 1.1176470588rem;
  padding-bottom: 2rem;
  position: relative; }
  .service-card__content {
    padding: 1.7647058824rem 1.4705882353rem; }
  .service-card__img img {
    max-width: none;
    width: 100%; }
  .service-card__hl {
    font-size: 1.1176470588rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.8823529412rem; }
  .service-card__desc {
    margin-bottom: 0.8823529412rem; }
  .service-card .btn {
    position: absolute;
    bottom: 1.7647058824rem;
    left: 1.4705882353rem;
    right: 1.4705882353rem; }

@media (max-width: 600px) {
  .service-card {
    padding-bottom: 0; }
    .service-card__content {
      position: absolute;
      bottom: 16px;
      left: 16px;
      right: 16px;
      background-color: rgba(51, 51, 51, 0.9);
      padding-bottom: 4.1176470588rem; } }
@media only screen and (min-width: 601px) {
  .service-card .btn {
    right: auto; } }
@media only screen and (min-width: 1160px) {
  .service-card__hl {
    font-size: 1.3529411765rem; } }
.sub-nav a {
  padding: 1.4705882353rem 1.1764705882rem 1.1176470588rem 1.7647058824rem;
  display: block;
  background-color: #e6e6e6;
  text-decoration: none;
  color: #808080;
  font-weight: bold;
  font-size: 1.1176470588rem;
  transition: background-color 200ms ease-out, color 200ms ease-out; }
.sub-nav a:hover {
  background-color: #eee;
  color: #777; }
.sub-nav a.selected {
  background-color: #3878b9;
  color: #fff; }
.sub-nav a + a {
  margin-top: 2px; }

@media only screen and (min-width: 1160px) {
  .sub-nav a {
    padding-left: 3.5294117647rem; } }
.tooltipsy {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.9);
  color: #fff;
  font-family: "Orgon", Helvetica, Arial, sans-serif;
  font-size: 0.7058823529rem;
  margin-bottom: 6px;
  max-width: 11.7647058824rem;
  padding: 0.1176470588rem 0.5882352941rem 0;
  position: relative; }
  .tooltipsy:after {
    position: absolute;
    top: 100%;
    right: 50%;
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    content: ' ';
    margin-right: -5px; }

.scroll-top {
  display: none; }

@media (max-width: 600px) {
  .scroll-top {
    display: inline-block;
    width: 100%;
    height: 20px; }

  .scroll-top__link {
    position: absolute;
    right: 16px;
    text-decoration: none; }

  .scroll-top__icon {
    height: 6px; }

  .scroll-top__text {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 3px;
    vertical-align: text-top; } }
.corporate-header {
  background-color: #00254a;
  font-size: 0.7058823529rem;
  height: 1.4705882353rem;
  line-height: 1.4705882353rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Orgon", Helvetica, Arial, sans-serif; }
  .corporate-header__inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: right; }
    @media only screen and (min-width: 601px) {
      .corporate-header__inner {
        padding-left: 60px;
        padding-right: 60px; } }
  .corporate-header__link {
    position: relative;
    top: 0.0588235294rem;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none; }
    .corporate-header__link em {
      color: rgba(255, 255, 255, 0.9);
      font-style: normal; }
  .corporate-header__link--emblem:before {
    margin-top: -0.1176470588rem;
    width: 0.6470588235rem;
    height: 0.8235294118rem;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    background: url("img/logo-emblem.svg") 0 0 no-repeat;
    background-size: contain; }
  .corporate-header__link-add {
    display: none; }

@media only screen and (min-width: 601px) {
  .corporate-header__link-add {
    display: inline; } }
.page-header {
  background-position: center center;
  background-size: cover;
  min-height: 120px;
  position: relative; }
  .page-header:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 37, 74, 0.85) 15%, rgba(0, 37, 74, 0.85));
    content: ' '; }
    .no-cssgradients .page-header:before {
      background-color: rgba(0, 37, 74, 0.75); }
  .page-header > * {
    position: relative;
    z-index: 1; }
  .page-header__inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px; }
    @media only screen and (min-width: 601px) {
      .page-header__inner {
        padding-left: 60px;
        padding-right: 60px; } }
  .page-header__nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .page-header .burger {
    position: absolute;
    top: 40px;
    right: 16px;
    display: block; }
  .page-header .nav-list {
    position: absolute;
    top: 51px;
    right: 16px;
    display: none;
    margin-top: -0.2941176471rem; }
  .page-header__logo {
    position: absolute;
    top: 25px;
    left: 16px;
    display: block;
    height: 3.6470588235rem; }
    .page-header__logo > span {
      display: none; }
  .page-header__logo-svg {
    height: auto;
    width: 13.7647058824rem; }

@media only screen and (min-width: 601px) {
  .page-header {
    min-height: 160px; }
    .page-header__nav {
      height: 150px; }
    .page-header .burger {
      right: 60px;
      top: 60px; }
    .page-header .nav-list {
      top: 71px; }
    .page-header__logo {
      top: 45px; } }
@media only screen and (min-width: 951px) {
  .page-header .nav-list {
    display: block;
    right: 60px; }
  .page-header__logo {
    left: 60px; }
  .page-header .burger {
    display: none; } }
@media (min-width: 1500px) {
  .page-header {
    min-height: 400px; }
    .page-header:before {
      background-image: linear-gradient(rgba(0, 37, 74, 0.85) 15%, rgba(26, 26, 26, 0.65)); }
    .page-header__nav:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.6));
      content: ' ';
      height: 1px; }
    .page-header__logo {
      left: 0; } }
.page-header--headline .page-header__inner {
  height: 650px; }
.page-header--headline .hl {
  position: absolute;
  bottom: 350px;
  left: 32px;
  right: 16px; }
.page-header--headline .droplet {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0; }

@media only screen and (min-width: 601px) {
  .page-header--headline .page-header__inner {
    height: 735px; }
  .page-header--headline .hl {
    left: 60px;
    margin-left: 0;
    right: 60px; }
  .page-header--headline .droplet {
    left: 60px;
    right: 60px; } }
@media (max-width: 600px) {
  .page-header--headline .droplet {
    border-radius: 0;
    text-align: center; } }
@media (min-width: 601px) and (max-width: 1279px) {
  .page-header--headline .droplet {
    text-align: center; }
    .page-header--headline .droplet__label {
      margin-right: 1.1764705882rem; }
    .page-header--headline .droplet__label,
    .page-header--headline .droplet .i {
      display: inline-block; } }
@media (min-width: 1280px) {
  .page-header--headline .hl {
    bottom: 190px;
    width: 70%; }
  .page-header--headline .droplet {
    bottom: 165px;
    left: auto; } }
.value-prop {
  max-width: 47.0588235294rem;
  margin: 0 auto;
  padding: 5.5882352941rem 0;
  text-align: center; }
  .value-prop__hl {
    margin-bottom: 1.1764705882rem;
    font-size: 1.8823529412rem;
    color: #333;
    line-height: 1.25; }
  .value-prop__desc {
    font-size: 1.3529411765rem;
    color: #3878b9;
    line-height: 1.25;
    padding: 0 2.9411764706rem; }

.gallery-section {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff; }
  .gallery-section:before, .gallery-section:after {
    content: " ";
    display: table; }
  .gallery-section:after {
    clear: both; }
  .gallery-section + .gallery-section {
    border-top: 0; }
  .gallery-section__cell {
    float: left;
    min-height: 1px;
    position: relative; }
    .gallery-section__cell .image-callout {
      float: right;
      margin-bottom: 1.1764705882rem;
      margin-right: 1.7647058824rem;
      margin-top: 1.1764705882rem; }
    .gallery-section__cell .image-callout--up {
      float: left; }
  .gallery-section__cell + .gallery-section__cell:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    content: ' ';
    width: 1px; }
  .gallery-section__cell--one {
    width: 33.3333333333%; }
  .gallery-section__cell--two {
    width: 66.6666666667%; }
  .gallery-section img {
    display: block;
    max-width: none;
    width: 100%; }

@media (max-width: 600px) {
  .gallery-section__cell--callout {
    background-color: #eee; }
    .gallery-section__cell--callout .image-callout {
      font-size: 0.7647058824rem; } }
@media only screen and (min-width: 601px) {
  .gallery-section__cell .image-callout--up {
    margin-left: 60px; } }
.main-footer {
  background-color: #00254a;
  color: #829fbd;
  font-family: "Orgon", Helvetica, Arial, sans-serif;
  font-size: 0.8823529412rem;
  line-height: 1.4705882353rem;
  padding-bottom: 2.3529411765rem;
  padding-top: 2.3529411765rem; }
  .main-footer a,
  .main-footer a:visited {
    color: #fff; }
  .main-footer__inner {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden; }
    @media only screen and (min-width: 601px) {
      .main-footer__inner {
        padding-left: 60px;
        padding-right: 60px; } }
  .main-footer__logo img {
    height: 2.4705882353rem; }
  .main-footer__section {
    position: relative; }
    .main-footer__section:before, .main-footer__section:after {
      content: " ";
      display: table; }
    .main-footer__section:after {
      clear: both; }
  .main-footer__content, .main-footer__address, .main-footer__links, .main-footer__meta {
    padding-bottom: 1.1764705882rem;
    padding-top: 1.1764705882rem; }
  .main-footer__contact {
    color: #fff;
    font-family: "Orgon Slab", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 1.1176470588rem;
    font-weight: bold;
    line-height: 1.5294117647rem; }
    .main-footer__contact a,
    .main-footer__contact a:visited {
      text-decoration: none; }

@media (max-width: 950px) {
  .main-footer__links {
    border-bottom: 1px solid #3878b9;
    border-top: 3px solid #3878b9; } }
@media only screen and (min-width: 951px) {
  .main-footer__content, .main-footer__address, .main-footer__links, .main-footer__meta {
    float: left; }
  .main-footer__content, .main-footer__links {
    padding-right: 10px;
    width: 75%; }
    .main-footer__content:after, .main-footer__links:after {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #3878b9;
      content: ' ';
      height: 3px;
      width: 75%;
      width: calc( 75% - 10px ); }
  .main-footer__links:after {
    height: 1px; }
  .main-footer__address, .main-footer__meta {
    padding-left: 10px;
    width: 25%; }
    .main-footer__address:after, .main-footer__meta:after {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #fff;
      content: ' ';
      height: 3px;
      width: 25%;
      width: calc( 25% - 10px ); }
  .main-footer__meta:after {
    height: 1px; }
  .main-footer__logo, .main-footer__contact {
    height: 4.7058823529rem; }
  .main-footer__paragraph {
    max-width: 28.2352941176rem; }
  .main-footer__logo img {
    height: 3.5294117647rem; } }
@media (min-width: 1500px) {
  .main-footer__logo img {
    left: -52px;
    position: relative; } }
.pswp__caption__center {
  font-size: 0.8235294118rem;
  max-width: 45em;
  padding: 0.8823529412rem;
  text-align: center; }

@media only screen and (min-width: 601px) {
  .pswp__caption__center {
    font-size: 0.9411764706rem;
    padding: 1.7647058824rem;
    text-align: center; } }
.news-bar {
  position: relative;
  z-index: 5;
  background-color: #c5d9ed;
  font-size: 0;
  font-weight: bold; }
  .news-bar div {
    font-size: 1rem;
    vertical-align: middle;
    text-align: center; }
  .news-bar .btn--small {
    width: 100%; }

.news-bar__title {
  height: 100%;
  background-color: #3878b9;
  color: #fff;
  padding: 0.8823529412rem 16px 0.8235294118rem; }

.news-bar__text {
  padding: 1.4705882353rem 16px; }

.news-bar__link {
  padding: 0 16px 1.4705882353rem; }

@media (min-width: 701px) {
  .news-bar .btn {
    width: auto; } }
@media (max-width: 1000px) {
  .news-bar__title {
    padding: 0.8823529412rem 16px 0.8235294118rem; }

  .news-bar__text {
    padding: 1.4705882353rem 16px; }

  .news-bar__link {
    padding: 0 16px 1.4705882353rem; } }
@media (min-width: 1001px) {
  .news-bar {
    padding: 0; }
    .news-bar div {
      display: inline-block;
      text-align: left; }

  .news-bar__title {
    padding: 13px 30px 12px; }

  .news-bar__text {
    padding: 13px 30px 12px; }

  .news-bar__link {
    padding: 0; } }
.cookies__category {
  font-weight: 700;
  font-size: 1.1764705882rem;
  color: #606060;
  letter-spacing: -0.0752941176rem;
  line-height: 1.4117647059rem;
  margin-top: 1.4117647059rem;
  margin-bottom: 1.4117647059rem; }

.cookies__table-wrapper {
  overflow-x: auto; }

.cookies__table {
  margin-bottom: 2.9411764706rem;
  min-width: 575px; }

.cookies__table-header, .cookies__table-body {
  border-top: 1px solid #e5e5e5; }

.cookies__table-body {
  border-bottom: 1px solid #e5e5e5; }

.cookies__table-col {
  width: 30%;
  padding: 0.5882352941rem; }
  .cookies__table-col:first-child {
    width: 25%; }
  .cookies__table-col:last-child {
    width: 15%; }

@media (max-width: large) {
  .cookies__table-wrapper {
    width: calc( 100% + 20px ); }

  .cookies__table-col:first-child {
    width: 15%; }
  .cookies__table-col:nth-child(2) {
    width: 25%; } }
@media only screen and (min-width: 951px) {
  .cookies__table {
    margin-bottom: 2.9411764706rem;
    min-width: 550px; } }
.qd-cookie-popup * {
  box-sizing: border-box; }

.qd-cookie-popup {
  position: fixed;
  z-index: 5;
  display: none;
  bottom: 0;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 4.5rem;
  color: white;
  background-color: #02244a;
  font-size: 0.875rem; }
  .qd-cookie-popup.is-undecided {
    display: block; }
  .qd-cookie-popup__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1220px;
    box-sizing: border-box;
    padding: 0 35px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px; }
    .qd-cookie-popup__inner strong {
      display: block;
      margin-bottom: 15px; }
    .qd-cookie-popup__inner p {
      margin-bottom: 8px;
      line-height: 1.55;
      font-size: 14px; }
    .qd-cookie-popup__inner a {
      color: #fff;
      text-decoration: underline; }
      .qd-cookie-popup__inner a:hover {
        text-decoration: underline; }
  .qd-cookie-popup__action {
    margin-top: 25px; }
    .qd-cookie-popup__action .btn {
      margin-right: 15px;
      text-align: center;
      height: 40px;
      text-decoration: none;
      background: #3777b9;
      transition: all ease .2s; }
      .qd-cookie-popup__action .btn:hover {
        background: #1f4871; }
      .qd-cookie-popup__action .btn--border {
        border: 2px solid #3777b9;
        background: transparent; }
        .qd-cookie-popup__action .btn--border:hover {
          background: transparent;
          border-color: #1f4871; }
      .qd-cookie-popup__action .btn:hover {
        text-decoration: none; }

body,
html {
  height: 100%; }

.off-canvas {
  overflow: hidden;
  position: relative;
  width: 100%; }

.off-canvas__inner,
.off-canvas__menu {
  transition: transform 0.3s ease-out; }

.off-canvas__inner {
  height: 100%;
  position: relative; }

.off-canvas__menu {
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  width: 80%;
  z-index: 10;
  bottom: 0;
  right: 0; }

.off-canvas__inner:before {
  background-color: #000;
  bottom: 0;
  content: ' ';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-out;
  visibility: hidden;
  z-index: 1000; }

.has-off-canvas {
  -webkit-overflow-scrolling: touch; }
  .has-off-canvas .off-canvas__inner {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0); }
  .has-off-canvas .off-canvas {
    height: 100%; }
  .has-off-canvas .off-canvas__inner:before {
    opacity: 0.7;
    visibility: visible; }

@media (min-width: 600px) {
  .off-canvas__menu {
    width: 80%; }

  .has-off-canvas .off-canvas__inner {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0); } }
