@charset "UTF-8";
/*
Theme Name: Protec
Author: 21Digital
Author URI: https://21digital.agency
Description: Protec website theme
*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-family: BoschSansBold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * As well as using Normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Let’s get `<table>`s behaving how we expect.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Page Variables */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/HelveticaNeue-Roman.eot");
  src: url("fonts/HelveticaNeue-Roman?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("fonts/HelveticaNeue-Roman.woff") format("woff"), url("fonts/HelveticaNeue-Roman.svg#Helvetica-Roman") format("svg"); }
@font-face {
  font-family: 'BoschSansBold';
  src: url("fonts/BoschSansBold.eot");
  src: url("fonts/BoschSansBold.eot") format("embedded-opentype"), url("fonts/BoschSansBold.woff2") format("woff2"), url("fonts/BoschSansBold.woff") format("woff"), url("fonts/BoschSansBold.ttf") format("truetype"), url("fonts/BoschSansBold.svg#BoschSansBold") format("svg"); }
@font-face {
  font-family: 'BoschSansRegular';
  src: url("fonts/BoschSansRegular.eot");
  src: url("fonts/BoschSansRegular.eot") format("embedded-opentype"), url("fonts/BoschSansRegular.woff2") format("woff2"), url("fonts/BoschSansRegular.woff") format("woff"), url("fonts/BoschSansRegular.ttf") format("truetype"), url("fonts/BoschSansRegular.svg#BoschSansRegular") format("svg"); }
/* Page mixins */
/* Global Functions */
/* Global Styles */
html {
  overflow-y: scroll;
  min-height: 100%; }

body {
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  height: auto;
  overflow-x: hidden;
  transition-delay: 0s; }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 500;
    opacity: 0;
    z-index: -500;
    transition: all 0s ease;
    transition-delay: 0s; }

.site-content {
  margin-top: calc(150px - 40px);
  /* We need to 'push' down content the same value as the header height */ }
  @media (min-width: 992px) {
    .site-content {
      margin-top: calc(150px - 18px);
      /* We need to 'push' down content the same value as the header height */ } }
  .home .site-content, .casestudy .site-content {
    margin-top: 0; }
  .admin-bar .site-content {
    margin-top: calc(150px - 50px); }

.p-container {
  max-width: 1280px;
  /* The maximum width our content will not exceed this value */
  width: 100%;
  margin: 0 auto;
  /*border-right: 1px dashed red;
  border-left: 1px dashed red;*/
  height: auto; }

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle; }

a {
  color: #001D33;
  text-decoration: none;
  cursor: pointer; }
  a:visited {
    color: #001D33; }
  a:hover {
    color: #001D33;
    text-decoration: underline; }

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none !important; } }
iframe {
  width: 100%; }

.page-template-page-careers .breadcrumbs {
  background-color: #F2F2F2; }

.grey-bg {
  background-color: #F2F2F2; }

.has-top-border {
  border-top: 1px solid rgba(228, 35, 19, 0.3);
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }

.has-bottom-border {
  border-bottom: 1px solid rgba(228, 35, 19, 0.3); }

.breadcrumbs {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  float: left; }
  .post-type-archive .breadcrumbs, .page-template-page-help-advice .breadcrumbs {
    background-color: #F2F2F2; }
  .tax-product_cat .breadcrumbs, .post-type-archive .breadcrumbs, .page-template-page-help-advice .breadcrumbs, .page-template-page-job-vacancies .breadcrumbs {
    padding-bottom: 0; }
  .post-type-archive-case_studies .breadcrumbs, .post-type-archive-videos .breadcrumbs {
    background-color: transparent; }
  .breadcrumbs li {
    list-style-type: none;
    text-transform: uppercase;
    color: #ccc;
    font-size: 10px; }
    .breadcrumbs li a {
      color: #ccc;
      font-size: 10px; }
      .breadcrumbs li a:hover {
        color: #1D1D1B; }
      .breadcrumbs li a:visited {
        color: #ccc; }
    .breadcrumbs li:after {
      content: "/";
      display: inline-block;
      position: relative;
      margin: 0 5px;
      color: #ccc; }
    .breadcrumbs li:last-of-type:after {
      display: none; }

.anchor-point {
  display: block;
  position: absolute;
  width: 100%;
  top: -100px;
  background-color: orange;
  z-index: 500; }

.accordion--anchor-point {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(-150px); }

.location--anchor-point {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(-130px); }

.page-template-page-end-user .carousel-theme--2 {
  border-bottom: 1px solid rgba(228, 35, 19, 0.3); }

.cc-color-override-254159678.cc-window {
  background-color: #022842 !important; }

.cc-banner .cc-message {
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 14px; }

.cc-color-override-254159678 .cc-btn {
  background-color: #C52944 !important;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  .cc-color-override-254159678 .cc-btn:hover {
    background-color: #fff !important;
    color: #C52944 !important; }

.large-padding-top {
  padding-top: calc(20px * 3) !important; }

.large-padding-bottom {
  padding-bottom: calc(20px * 3) !important; }

.medium-padding-top {
  padding-top: calc(20px * 2) !important; }

.medium-padding-bottom {
  padding-bottom: calc(20px * 2) !important; }

.small-padding-top {
  padding-top: calc(20px * 1) !important; }

.small-padding-bottom {
  padding-bottom: calc(20px * 1) !important; }

/* Everything within this file will target IE 11 */
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: .5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .2; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: orange;
    opacity: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: .7; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: orange;
        opacity: .5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ccc;
      opacity: .5; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide picture,
  .slick-slide img {
    width: 100%; }

.slick-arrow.slick-hidden {
  display: none; }

/* Global Typography */
p {
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  color: #706F6F;
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  width: 100%;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif; }

/* Forms & Buttons */
.link-button, .link-btn {
  display: inline-block;
  position: relative;
  line-height: 100%; }

.button-button, button, .dark-btn, .red-btn, .blue-btn {
  display: inline-block;
  position: relative;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  line-height: 100%;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
  /* This removes default styles */
  -moz-appearance: none;
  /* This removes default styles */
  appearance: none;
  /* This removes default styles */ }

button + button {
  margin-left: 5px; }

.dark-btn {
  background-color: #1D1D1B;
  color: #fff;
  border: 0; }

.red-btn {
  background-color: #C52944;
  color: #fff !important;
  text-decoration: none !important;
  border: 0; }
  .red-btn:hover {
    background-color: #AF210E; }

.blue-btn {
  background-color: #001D33;
  color: #fff !important;
  text-decoration: none !important;
  border: 0; }
  .blue-btn:hover {
    background-color: #C52944; }

.frm_submit button:hover {
  background-color: #AF210E !important;
  border-color: #C52944 !important; }

.btn-container {
  padding: 20px 0; }
  .btn-container a {
    display: inline-block;
    position: relative;
    margin-right: 0;
    font-size: 16px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    color: #001D33;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .btn-container a {
        width: auto;
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .btn-container a {
        font-size: 16px;
        margin-right: 40px; } }
    .btn-container a:last-of-type {
      margin-right: 0;
      margin-bottom: 0; }
    .btn-container a:hover {
      text-decoration: none;
      color: #C52944; }
      .btn-container a:hover:after {
        width: 100%; }
      .btn-container a:hover:visited {
        color: #C52944; }
    .btn-container a:visited {
      color: #001D33; }
    .btn-container a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 3px;
      transition: all .3s ease; }
  .btn-container .download-btn {
    display: flex;
    align-items: center;
    color: #C52944; }
    .btn-container .download-btn:after {
      display: none; }
    .btn-container .download-btn:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      margin-right: 15px;
      background-image: url("images/download.png");
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }
  .btn-container .loadmore:after {
    margin-left: auto;
    margin-right: auto; }

.no-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding-left: 10px;
  height: 50px;
  font-size: 16px; }

textarea {
  border-radius: 0 !important;
  border: 1px solid #ddd;
  font-size: 16px;
  height: 250px; }

select {
  height: 50px;
  font-size: 16px;
  border-radius: 0 !important;
  border: 1px solid #ddd;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("images/black-arrow.png");
  background-position: 92% 55%;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer; }

select.sf-input-select {
  min-width: 200px !important; }

label {
  font-size: 16px;
  width: 100%; }

table {
  width: 100%; }
  table p {
    margin-bottom: 0 !important; }

/* Post Filter */
.postfilter {
  float: left;
  width: 100%;
  padding: calc(20px * 2); }
  .postfilter form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .postfilter form {
        flex-direction: row; } }
  .postfilter .acs-sf-field {
    width: 100%;
    margin-bottom: 2%; }
    @media (min-width: 768px) {
      .postfilter .acs-sf-field {
        width: 35%;
        margin-right: 2%;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .postfilter .acs-sf-field {
        width: 25%; } }
    .postfilter .acs-sf-field select {
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      height: 50px;
      font-size: 16px;
      border-radius: 0 !important;
      border: 1px solid #ddd;
      padding-left: 15px;
      background-color: #fff;
      background-image: url(images/black-arrow.png);
      background-position: 95% 55%;
      background-repeat: no-repeat;
      background-size: 15px;
      cursor: pointer; }
  .postfilter input[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 22px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    background-color: #1D1D1B;
    color: #fff;
    border: 0; }

.frm_error {
  color: #721c24;
  display: block;
  margin-top: 5px !important; }

/* Page layout Styles */
.header-search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(150px - 50px);
  background-color: #E4EBEF;
  transform: translateY(0);
  z-index: 500; }
  .header-search form {
    display: flex;
    padding-left: 5%;
    width: 70%; }
  .header-search input {
    padding: 0;
    width: 90%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
  .header-search button {
    width: 10%;
    margin-left: 1%;
    background-color: #1D1D1B;
    border: 0;
    color: #fff;
    font-size: 24px;
    padding-top: 10px !important;
    padding-bottom: 6px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  .header-search ::-webkit-input-placeholder {
    /* Edge */
    color: #001D33;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
  .header-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #001D33;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
  .header-search ::placeholder {
    color: #001D33;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }

.header-search--mobile {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 110px;
  background-color: #fff;
  transform: translateY(0);
  z-index: 500; }
  @media (min-width: 992px) {
    .header-search--mobile {
      display: none;
      visibility: hidden; } }
  .header-search--mobile form {
    display: flex;
    padding: 5px 5px 5px 40px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 8px;
    background-image: url("images/search.png");
    border: 1px solid #eee; }
  .header-search--mobile input {
    padding: 0;
    width: 80%;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
    .header-search--mobile input:focus {
      outline: 1px dotted #ccc; }
  .header-search--mobile button {
    width: 20%;
    margin-left: 1%;
    background-color: #fff;
    border: 0;
    color: #C52944;
    font-size: 24px;
    padding-top: 10px !important;
    padding-bottom: 6px; }
    .header-search--mobile button img {
      max-width: 25px; }
  .header-search--mobile ::-webkit-input-placeholder {
    /* Edge */
    color: #333;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px; }
  .header-search--mobile :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px; }
  .header-search--mobile ::placeholder {
    color: #333;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 18px; }

.search-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C52944;
  color: #fff; }
  .search-close:hover {
    text-decoration: none; }
  .search-close:visited {
    color: #fff; }
  .search-close img {
    max-width: 30px;
    margin-top: 10px;
    margin-bottom: 10px; }

.site-header {
  display: block;
  position: relative;
  width: 100%;
  height: 190px;
  z-index: 50;
  transform: translateY(-100px);
  /* Height of search box */
  transition: all .3s ease;
  color: #fff;
  background: #001D33 url(images/backgrounds/header.png) bottom repeat-x;
  background-size: 100% 10px; }
  @media (min-width: 992px) {
    .site-header {
      position: fixed;
      top: 0;
      height: calc(150px + 82px); } }
  .site-header a {
    color: #fff; }
  @media (min-width: 992px) {
    .site-header.scrolling_up {
      background-color: #001D33;
      color: #fff; }
    .home .site-header.scrolling_up {
      background-color: #001D33;
      color: #fff; }
    .home .site-header.scrolling_down {
      background-color: #001D33;
      transform: translateY(-100px); }
    .home .site-header.search-open {
      transform: translateY(0); } }

.search-open {
  transform: translateY(0);
  /* Height of search box plus the border width */ }

.site-logo img {
  width: 100%;
  max-width: 120px; }

.portal-sticky {
  display: none;
  position: fixed;
  width: auto;
  height: auto;
  right: 0;
  top: 200px;
  z-index: 100; }
  @media (min-width: 1200px) {
    .portal-sticky {
      display: flex; } }
  .portal-sticky .portal-rotator {
    display: inline-block;
    position: relative;
    width: 50px; }
  .portal-sticky .portal-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 200px; }
    .portal-sticky .portal-link p {
      writing-mode: vertical-lr; }
    .portal-sticky .portal-link a {
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
      .portal-sticky .portal-link a:visited {
        color: #fff; }
      .portal-sticky .portal-link a:hover {
        text-decoration: none; }
  .portal-sticky .portal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc;
    width: auto;
    height: 70px;
    transform: rotate(90deg);
    padding: 20px; }

.onload-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: #fff;
  opacity: 0;
  position: fixed;
  top: 30%;
  left: 5%;
  width: 90%;
  z-index: -10; }
  @media (min-width: 768px) {
    .onload-popup {
      width: 80%;
      top: 35%;
      left: 10%;
      padding: 60px; } }
  @media (min-width: 1200px) {
    .onload-popup {
      top: 35%;
      width: 50%;
      left: 25%; } }
  .home.page-loaded .onload-popup {
    opacity: 1;
    z-index: 10000;
    transition: all .3s ease;
    transition-delay: 2s; }
  .onload-popup .popup-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10; }
  .onload-popup .popup-welcome {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #706F6F;
    margin-bottom: 60px; }
    @media (min-width: 1200px) {
      .onload-popup .popup-welcome {
        font-size: 36px;
        line-height: 46px; } }
  .onload-popup ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 1200px) {
      .onload-popup ul {
        width: 80%; } }
  .onload-popup li {
    display: block;
    position: relative;
    margin-right: 40px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .onload-popup li {
        display: inline-block;
        font-size: 18px;
        width: 25%;
        margin-bottom: 0;
        text-align: left; } }
    @media (min-width: 1200px) {
      .onload-popup li {
        font-size: 22px; } }
    .onload-popup li:last-of-type {
      margin-right: 0; }
    @media (min-width: 768px) {
      .onload-popup li:after {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 1px;
        background-color: #C52944;
        margin-top: 5px;
        transition: all .3s ease; } }
    .onload-popup li:hover:after {
      width: 100%; }
    .onload-popup li:hover a {
      color: #C52944; }
      .onload-popup li:hover a:visited {
        color: #C52944; }
    .onload-popup li a {
      color: #706F6F; }
      .onload-popup li a:hover {
        text-decoration: none;
        color: #C52944; }
      .onload-popup li a:visited {
        color: #706F6F; }

.home.page-loaded:before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 500;
  opacity: 1;
  transition: all .3s ease;
  transition-delay: 2s; }

.site-footer {
  position: relative;
  width: 100%;
  padding: calc(20px * 3) 20px;
  z-index: 20;
  float: left;
  background: #001D33 url(images/backgrounds/header.png) top repeat-x;
  background-size: 100% 10px; }

.footer-col {
  padding: 0 !important;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .footer-col {
      padding-left: 20px !important; } }
  .footer-col:first-of-type {
    padding-left: 0 !important; }
  .footer-col li {
    list-style-type: none;
    display: block;
    position: relative;
    width: 100%;
    padding: 3px 0; }
    .footer-col li a {
      font-size: 13px;
      color: #fff; }
      .footer-col li a:visited {
        color: #fff; }
      .footer-col li a:hover {
        color: #fff;
        text-decoration: underline; }
  .footer-col ul {
    padding: 0 !important; }
  .footer-col .clientportal {
    position: relative;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer-col .clientportal {
        position: absolute;
        left: 20px;
        bottom: 0;
        margin-top: auto;
        margin-bottom: 0; } }
    .footer-col .clientportal .portal-icon {
      display: inline-block;
      position: relative;
      width: auto;
      background-color: #ddd;
      padding: 10px; }
      @media (min-width: 768px) {
        .footer-col .clientportal .portal-icon {
          display: none; } }
      @media (min-width: 992px) {
        .footer-col .clientportal .portal-icon {
          display: inline-block; } }
    .footer-col .clientportal .portal-link {
      display: inline-block;
      position: relative;
      width: auto;
      background-color: #ccc;
      flex: 1;
      padding: 10px; }
      @media (min-width: 768px) {
        .footer-col .clientportal .portal-link a {
          font-size: 11px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .footer-col .clientportal .portal-link a {
      font-size: 14px; } }

    .footer-col .clientportal img {
      max-width: 85%;
      width: 100%; }

.heading-col {
  font-size: 16px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #6AC0E6;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif; }

.mailing-list p {
  font-size: 12px;
  color: #fff;
  line-height: 14px; }
.mailing-list form {
  margin-top: 20px; }
  .mailing-list form p {
    margin-top: 20px;
    font-size: 12px;
    color: #fff; }
    .mailing-list form p a {
      color: #fff;
      text-decoration: underline; }
      .mailing-list form p a:hover {
        color: #fff !important;
        text-decoration: none; }
      .mailing-list form p a:visited {
        color: #fff;
        text-decoration: underline; }
  .mailing-list form ::-webkit-input-placeholder {
    /* Edge */
    color: #fff; }
  .mailing-list form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .mailing-list form ::placeholder {
    color: #fff; }
.mailing-list label {
  display: block;
  position: relative;
  text-indent: -9999px;
  height: 0;
  margin: 0;
  width: auto !important; }
.mailing-list .input-row {
  display: flex;
  width: 100%; }
.mailing-list input[type="text"] {
  height: 40px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #666;
  padding: 10px;
  padding-left: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #fff; }
.mailing-list input[type="email"] {
  height: 40px;
  width: 90%;
  border: 0;
  border-bottom: 1px solid #666;
  padding: 10px;
  padding-left: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 14px;
  color: #fff; }
.mailing-list button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  width: 10%;
  padding: 0 !important;
  border: 0;
  border-bottom: 1px solid #666;
  background-position: center;
  background-color: transparent; }
  .mailing-list button img {
    transform: rotate(270deg);
    width: 50%; }
  .mailing-list button:after {
    display: none; }

.footer-social {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .footer-social {
      margin-top: 20px; } }
  .footer-social .social-heading {
    color: #6AC0E6;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  .footer-social li {
    list-style-type: none;
    width: auto;
    margin-right: 20px; }
    .footer-social li:last-of-type {
      margin-right: 0; }
  .footer-social img {
    max-width: 40px; }

.copyright {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .copyright {
      flex-direction: row; } }

.copyright-info {
  display: inline-block;
  position: relative;
  width: auto;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .copyright-info {
      margin-bottom: 0;
      width: 50%; } }

.copyright-links {
  display: flex;
  flex-direction: row;
  width: auto; }
  @media (min-width: 768px) {
    .copyright-links {
      margin-left: auto; } }
  .copyright-links li {
    display: inline-block;
    position: relative;
    width: auto;
    list-style-type: none;
    margin-left: 10px; }
    .copyright-links li a {
      color: #fff; }
    .copyright-links li:first-of-type {
      margin-left: 0; }

/* Navigation */
@media (max-width: 1200px) {
  .mobile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #001D33 url(images/backgrounds/header.png) bottom repeat-x;
    background-size: 100% 10px;
    height: 110px; }

  .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding-left: 5%;
    color: #fff !important; }
    .mobile-logo img {
      max-width: 100px; }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #C52944;
    color: #fff;
    width: 25%;
    height: 100px;
    transform: translateY(0);
    transition: all .3s ease; }
    .mobile-menu img {
      max-width: 30px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .mobile-menu:visited {
      color: #fff; }
    .mobile-menu:hover {
      text-decoration: none; }

  .mobile-actions {
    height: auto; }
    .mobile-actions li {
      width: 34%;
      list-style-type: none;
      padding: 0;
      background-color: #F2F2F2; }
      .mobile-actions li img {
        margin-bottom: 5px; }
      .mobile-actions li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        height: 100px;
        border-right: 1px solid #ddd; }
        .mobile-actions li a:hover {
          text-decoration: none; }
      .mobile-actions li .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-bottom: 5px; }
      .mobile-actions li .text {
        font-size: 14px;
        color: #706F6F;
        font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
      .mobile-actions li:nth-of-type(3) a {
        border-right: 0; } }
@media (max-width: 991px) {
  .mobile-navigation {
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: transparent;
    padding: 0;
    color: #fff;
    transform: translateX(100%);
    transition: all 0.75s ease-in-out;
    transition-delay: 0.25s; }
    .mobile-navigation ul {
      padding: 20px;
      margin: 0;
      background-color: #fff;
      height: 100%;
      z-index: 100;
      overflow: auto; }
    .mobile-navigation .submenu-container {
      display: none; }
      .mobile-navigation .submenu-container ul {
        padding: 10px 0 0 0; }
      .mobile-navigation .submenu-container li {
        padding: 0;
        margin-top: 20px; }
        .mobile-navigation .submenu-container li a {
          font-size: 16px; }
    .mobile-navigation .open-sub {
      display: block; }
      .mobile-navigation .open-sub li {
        border-bottom: 0; }
      .mobile-navigation .open-sub span {
        background-image: url("images/red-arrow.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        transform: rotate(180deg); }
      .mobile-navigation .open-sub .submenu-container {
        display: block;
        position: relative; }
    .mobile-navigation li {
      list-style-type: none;
      display: block;
      position: relative;
      border-bottom: 1px solid #ccc;
      padding: 15px 20px; }
      .mobile-navigation li a {
        font-size: 16px;
        font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
        color: #706F6F; }
    .mobile-navigation .has-submenu span {
      content: "";
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 0;
      width: 25px;
      height: 25px;
      background-image: url("images/red-arrow.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      transition: all .3s ease;
      cursor: pointer; }

  .close-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #fff; }

  .close-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    background-color: #C52944;
    width: 25%;
    height: 90px; }
    .close-menu:hover, .close-menu:active {
      color: #fff; }
    .close-menu span {
      color: #fff;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
    .close-menu img {
      max-width: 30px;
      margin-top: 10px;
      margin-bottom: 10px; }

  .slide-menu-show.mobile-navigation {
    transform: translateX(0);
    transition: all .75s ease-in-out;
    transition-delay: 0.25s;
    z-index: 500; }
    .slide-menu-show.mobile-navigation li {
      list-style-type: none; } }
@media (min-width: 992px) {
  .mobile-header,
  .mobile-actions,
  .mobile-navigation {
    display: none;
    visibility: hidden; } }
.desktop-nav {
  display: none;
  visibility: hidden; }
  @media (min-width: 992px) {
    .desktop-nav {
      display: block;
      visibility: visible; } }

.header-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  height: calc(150px - 18px); }

.primary-nav {
  position: relative;
  width: 100%; }

.header-links {
  justify-content: flex-end;
  align-items: center;
  padding: 0; }
  .header-links li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    margin-left: 30px; }
    .header-links li:first-of-type {
      margin-left: 0; }
    .header-links li a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      font-size: 12px; }
    .header-links li span {
      display: inline-block;
      position: relative;
      width: 25px;
      height: 25px;
      margin-right: 5px; }

.services-no {
  margin-left: 15px !important;
  padding-left: 15px;
  border-left: 1px solid #ddd; }

.sales-no {
  margin-left: 15px !important; }

.header-actions {
  padding-top: 18px; }

.desktop-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding: 0; }
  .desktop-menu li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    margin-right: 20px;
    padding: 18px 0; }
    @media (min-width: 1366px) {
      .desktop-menu li {
        margin-right: 30px; } }
    .desktop-menu li .drop-down-ul {
      display: none;
      flex-direction: column;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999;
      width: 250px;
      border-top: 2px solid #C52944;
      background-color: #fff;
      padding: 10px; }
      .desktop-menu li .drop-down-ul li {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-right: 0;
        padding: 0; }
        .desktop-menu li .drop-down-ul li:last-of-type {
          border-bottom: 0; }
        .desktop-menu li .drop-down-ul li a {
          display: block;
          position: relative;
          width: 100%;
          padding: 5px 10px;
          color: #1D1D1B;
          font-size: 12px !important;
          font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
          .desktop-menu li .drop-down-ul li a:hover {
            text-decoration: none; }
          .desktop-menu li .drop-down-ul li a:visited {
            color: #1D1D1B; }
        .desktop-menu li .drop-down-ul li:hover a {
          color: #C52944; }
    .desktop-menu li:last-of-type {
      margin-right: 0; }
  .desktop-menu .drop-down:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background-image: url("images/menu/arrow.png");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 5px;
    top: 3px; }
  .desktop-menu .drop-down:hover ul {
    display: flex;
    left: auto; }
  .desktop-menu .drop-down:hover .is-2-col {
    display: inline-block;
    width: 400px;
    left: 0; }
  .desktop-menu .drop-down a {
    font-size: 12px;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
  .desktop-menu .shop-link a {
    font-weight: bold;
    font-size: 12px;
    color: #C52944;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
    @media (min-width: 1200px) {
      .desktop-menu .shop-link a {
        font-size: 14px; } }
    @media (min-width: 1600px) {
      .desktop-menu .shop-link a {
        font-size: 16px; } }

.search-toggle img {
  max-width: 25px; }

.is-2-col {
  display: flex !important;
  flex-direction: row !important;
  width: 600px !important; }
  .is-2-col li {
    display: inline-block; }
  .is-2-col .column-heading {
    color: #C52944;
    font-weight: 600 !important;
    padding: 10px !important;
    font-size: 14px !important;
    border-bottom: 1px solid #C52944;
    margin-bottom: 10px; }
    .is-2-col .column-heading:hover {
      background-color: transparent !important; }
  .is-2-col .col-one,
  .is-2-col .col-two {
    display: flex;
    flex-direction: column;
    width: 50%; }
  .is-2-col .col-one {
    padding-right: 15px; }
  .is-2-col .col-two {
    border-left: 1px solid #C52944;
    padding-left: 15px; }

/* Page Components */
.hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

.hero-large {
  height: 100vh; }
  @media (min-width: 768px) {
    .hero-large {
      height: auto;
      margin-top: 130px; }
      .admin-bar .hero-large {
        margin-top: 100px; } }
  .hero-large img {
    width: 100%; }

.is-video {
  height: 100vh; }
  @media (min-width: 768px) {
    .is-video {
      height: 70vh;
      margin-top: 130px; }
      .admin-bar .is-video {
        margin-top: 100px; } }

.hero-slim img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center; }
  @media (min-width: 768px) {
    .hero-slim img {
      max-height: 320px; } }

.hero--inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  padding-left: 5%;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 80%); }
  .hero--inner * {
    position: relative;
    margin-bottom: calc(20px * 2); }
    .hero--inner *:last-child {
      margin-bottom: 0; }
  .hero--inner p {
    color: #fff; }

.hero--heading {
  display: block;
  position: relative;
  width: 80%;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 44px;
  color: #fff; }
  @media (min-width: 768px) {
    .hero--heading {
      width: 580px; } }

.hero-text {
  display: block;
  position: relative;
  width: 100%;
  max-width: 470px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  color: #fff; }

.hero--inner_link {
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 2%;
  margin-bottom: 10px;
  cursor: pointer; }
  @media (min-width: 768px) {
    .hero--inner_link {
      margin-bottom: 0; } }
  .hero--inner_link a {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff; }
    .hero--inner_link a:visited {
      color: #fff; }
    .hero--inner_link a:hover {
      text-decoration: none;
      color: #C52944; }
  .hero--inner_link:hover {
    text-decoration: none;
    color: #C52944; }
    .hero--inner_link:hover:after {
      width: 100%; }
  .hero--inner_link:after {
    content: "";
    display: block;
    position: relative;
    width: 20px;
    height: 1px;
    background-color: #C52944;
    margin-top: 3px;
    transition: all .3s ease; }

.hero-scroll {
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 1px;
  height: 400px;
  z-index: 10;
  transform: translateY(150px);
  background-color: #C52944; }
  @media (min-width: 768px) {
    .hero-scroll {
      height: 300px;
      transform: translateY(35px); } }
  @media (min-width: 1200px) {
    .hero-scroll {
      height: 400px;
      transform: translateY(150px);
      right: 50px; } }
  .hero-scroll span {
    width: 120px;
    display: inline-block;
    position: absolute;
    transform: rotate(270deg);
    height: auto;
    left: -75px;
    top: 42px;
    color: #fff; }

.videobg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden; }
  .videobg iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5; }
  .videobg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 10; }

.main-hero--slider {
  margin-top: 132px; }
  .main-hero--slider .slide {
    position: relative;
    display: block; }
    .main-hero--slider .slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      z-index: 10; }
  .main-hero--slider .slide-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    top: 0;
    padding-left: 5%;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .main-hero--slider .slide-heading {
    display: block;
    position: relative;
    width: 80%;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .main-hero--slider .slide-heading {
        width: 580px; } }
  .main-hero--slider .slide-links {
    display: block;
    position: relative;
    width: 100%;
    height: auto; }
    .main-hero--slider .slide-links li {
      display: inline-block;
      position: relative;
      width: auto;
      margin-right: 2%;
      margin-bottom: 10px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .main-hero--slider .slide-links li {
          margin-bottom: 0; } }
      .main-hero--slider .slide-links li a {
        font-family: BoschSansBold, Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #fff; }
        .main-hero--slider .slide-links li a:visited {
          color: #fff; }
        .main-hero--slider .slide-links li a:hover {
          text-decoration: none; }
      .main-hero--slider .slide-links li:after {
        content: "";
        display: block;
        position: relative;
        width: 20px;
        height: 1px;
        background-color: #C52944;
        margin-top: 3px;
        transition: all .3s ease; }
      .main-hero--slider .slide-links li:hover:after {
        width: 100%; }
  .main-hero--slider .slick-dots {
    bottom: 30px; }
    .main-hero--slider .slick-dots li {
      background-color: #ccc;
      border-radius: 100%;
      width: 15px;
      height: 15px; }
      .main-hero--slider .slick-dots li button {
        width: 100%;
        height: auto; }
    .main-hero--slider .slick-dots .slick-active {
      background-color: #C52944; }
  .main-hero--slider .slick-slide img {
    width: 100%; }

.textblock {
  padding: calc(20px * 3) 20px;
  float: left; }
  .textblock .textblock--heading {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    line-height: calc(30px + 10px);
    color: #001D33; }
    @media (min-width: 768px) {
      .textblock .textblock--heading {
        font-size: 24px;
        line-height: calc(24px + 10px); } }
    @media (min-width: 1200px) {
      .textblock .textblock--heading {
        font-size: 30px;
        line-height: calc(30px + 10px); } }
  .textblock.no-counter--padding {
    padding-bottom: 0; }
    .textblock.no-counter--padding .btn-container {
      display: none !important; }
  .textblock *:only-child {
    margin-bottom: 0; }
  .textblock *:last-child {
    margin-bottom: 0; }
  .textblock p {
    margin-bottom: 20px;
    color: #706F6F;
    width: 100%; }
    .textblock p a {
      color: #706F6F;
      text-decoration: underline; }
      .textblock p a:hover {
        color: #706F6F;
        text-decoration: none; }
      .textblock p a:visited {
        color: #706F6F;
        text-decoration: underline; }
  .textblock ul {
    margin-bottom: 20px;
    padding-left: 0;
    color: #706F6F;
    font-size: 16px;
    line-height: 24px; }
    .textblock ul li {
      display: inline-flex;
      align-items: center;
      list-style-type: none;
      position: relative;
      width: 100%;
      margin-right: 0 !important;
      height: auto;
      padding-left: 40px;
      font-size: 16px;
      color: #706F6F; }
      @media (min-width: 768px) {
        .textblock ul li {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .textblock ul li {
          font-size: 16px; } }
      .textblock ul li:last-of-type {
        margin-bottom: 0; }
      .textblock ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-image: url("images/red-tick.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px; }
  .textblock .login-link {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 20px 0 70px;
    height: 50px;
    line-height: 50px;
    background-color: #17A5AD;
    color: #fff;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    margin-top: 30px; }
    .textblock .login-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #127F7F;
      background-image: url("images/login-transparent.png");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center; }

.textblock--small {
  display: block;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #C52944;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px; }

.tb-col-1 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: calc(20px * 3); }
  @media (min-width: 768px) {
    .tb-col-1 {
      margin-bottom: 0; } }
  .tb-col-1.col-md-8 {
    padding-right: 40px; }
  .tb-col-1.is-centered {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

.tb-col-2 {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .tb-col-2 {
      padding-left: calc(20px * 3); } }
  .tb-col-2 cite {
    padding-left: 40px;
    font-style: normal;
    text-transform: uppercase;
    color: #C52944;
    font-size: 12px;
    display: inline-block;
    line-height: 16px; }

.textblock--1 .tb-col-1 {
  margin-bottom: 20px; }

.page-template-page-job .tb-col-1 {
  margin-bottom: 30px !important; }

.textblock--full .tb-col-2 {
  padding-left: 0; }

.textblock--quote {
  display: block;
  position: relative;
  padding: 0;
  quotes: "“" "”" "‘" "’  "; }
  .textblock--quote p {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    font-size: 28px;
    line-height: 34px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    color: #001D33; }
    .textblock--quote p:before {
      position: absolute;
      top: 0;
      left: 0;
      content: open-quote;
      font-size: 60px;
      line-height: 45px;
      color: #C52944; }
      @media (min-width: 768px) {
        .textblock--quote p:before {
          font-size: 45px;
          line-height: 45px; } }
    .textblock--quote p:after {
      content: close-quote;
      font-size: 60px;
      line-height: 60px;
      position: relative;
      vertical-align: top;
      padding-left: 10px;
      color: #C52944; }
      @media (min-width: 768px) {
        .textblock--quote p:after {
          font-size: 45px;
          line-height: 45px;
          vertical-align: text-top; } }

.anchor-box {
  display: inline-block;
  float: right;
  background-color: #eee;
  padding: 40px;
  margin: 0;
  align-self: flex-start; }
  @media (min-width: 768px) {
    .anchor-box {
      display: inline-block;
      position: relative;
      z-index: 10; } }

.anchor-box--list {
  margin: 0 !important; }
  .anchor-box--list li {
    display: block;
    position: relative;
    margin-bottom: 10px !important;
    list-style-type: none;
    color: #706F6F;
    padding-left: 0 !important;
    margin-bottom: 10px !important; }
    .anchor-box--list li:before {
      display: none !important; }
    .anchor-box--list li:last-of-type {
      margin-bottom: 0 !important; }
    .anchor-box--list li a {
      font-size: 16px;
      color: #706F6F; }
      @media (min-width: 768px) {
        .anchor-box--list li a {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .anchor-box--list li a {
          font-size: 16px; } }
      .anchor-box--list li a:visited {
        color: #706F6F; }
      .anchor-box--list li a:hover {
        color: #C52944; }
    .anchor-box--list li strong {
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      font-size: 16px;
      padding: 0 5px 0 0; }
      @media (min-width: 768px) {
        .anchor-box--list li strong {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .anchor-box--list li strong {
          font-size: 16px; } }
    .anchor-box--list li span {
      color: #C52944;
      font-size: 18px;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }

.anchor-box--heading {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 24px; }
  @media (min-width: 768px) {
    .anchor-box--heading {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .anchor-box--heading {
      font-size: 24px; } }

.job-poi li {
  color: #C52944;
  font-size: 18px; }
  @media (min-width: 768px) {
    .job-poi li {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .job-poi li {
      font-size: 18px; } }
  .job-poi li strong {
    color: #001D33;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .job-poi li strong {
        display: block; } }
    @media (min-width: 1200px) {
      .job-poi li strong {
        display: inline-block; } }

.category-nav li {
  list-style-type: none; }
  @media (min-width: 768px) {
    .category-nav li:after {
      content: "|";
      display: inline-block;
      position: relative;
      margin: 0 7px;
      color: #1D1D1B; }
    .category-nav li:last-of-type:after {
      display: none; } }
.category-nav .active {
  color: #C52944; }

@media (min-width: 768px) {
  .icon-box {
    padding: 20px; } }

.icon-box--list {
  display: flex;
  flex-wrap: wrap; }
  .icon-box--list li {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    position: relative !important;
    margin-bottom: calc(20px * 3) !important;
    list-style-type: none !important;
    width: 50% !important;
    padding: 10px !important; }
    @media (min-width: 1200px) {
      .icon-box--list li {
        padding: 0 !important; } }
    .icon-box--list li:last-of-type {
      margin-bottom: calc(20px * 3); }
    .icon-box--list li:before {
      display: none !important; }
    .icon-box--list li a {
      font-size: 16px;
      color: #1D1D1B; }
      .icon-box--list li a:visited {
        color: #1D1D1B; }
      .icon-box--list li a:hover {
        color: #C52944; }
    .icon-box--list li img {
      width: 100%;
      max-width: 40%;
      height: 100%;
      margin-bottom: 20px; }
    .icon-box--list li p {
      text-align: center;
      font-size: 12px;
      line-height: 16px; }
      @media (min-width: 768px) {
        .icon-box--list li p {
          padding: 0 20px; } }
      @media (min-width: 1200px) {
        .icon-box--list li p {
          padding: 0;
          font-size: 16px;
          line-height: 22px; } }

@media (min-width: 768px) {
  .iconvertical {
    padding: 20px; } }

.icon-box--title {
  font-size: 22px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: center; }

.iconvertical--list {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px; }
  .iconvertical--list li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: calc(20px / 2);
    list-style-type: none;
    width: 100%;
    padding: 10px; }
    @media (min-width: 768px) {
      .iconvertical--list li {
        margin-bottom: 5px;
        padding: 0; } }
    @media (min-width: 1200px) {
      .iconvertical--list li {
        margin-bottom: calc(20px * 2); } }
    .iconvertical--list li:last-of-type {
      margin-bottom: 0; }
    .iconvertical--list li p {
      text-align: left;
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      font-size: 20px;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      color: #001D33; }
      .iconvertical--list li p span {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        width: 60px;
        margin-right: 20px; }

.search-query {
  display: block;
  position: relative;
  width: 100%;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #706F6F; }
  @media (min-width: 1200px) {
    .search-query {
      font-size: 24px; } }
  .search-query strong {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    color: #C52944; }

.textblock--2 h2, .textblock--2 h3, .textblock--2 h4, .textblock--2 h5 {
  color: #001D33; }
.textblock--2 .has-top-border {
  margin-bottom: 30px;
  padding-top: 30px; }
.textblock--2 ul {
  margin: 30px 0;
  padding: 0; }
.textblock--2 li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 5px; }
  .textblock--2 li:last-of-type {
    margin-bottom: 0; }

.page-id-493 .textblock--2 .tb-col-1.col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  padding-right: 0 !important; }

.textcopy {
  padding-left: 20px;
  padding-right: 20px;
  float: left; }
  .textcopy h2, .textcopy h3, .textcopy h4, .textcopy h5, .textcopy h6 {
    margin-bottom: 10px;
    color: #001D33;
    font-size: 30px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    line-height: calc(30px + 10px); }
    @media (min-width: 768px) {
      .textcopy h2, .textcopy h3, .textcopy h4, .textcopy h5, .textcopy h6 {
        font-size: 24px;
        line-height: calc(24px + 10px); } }
    @media (min-width: 1200px) {
      .textcopy h2, .textcopy h3, .textcopy h4, .textcopy h5, .textcopy h6 {
        font-size: 30px;
        line-height: calc(30px + 10px); } }
  .textcopy.no-counter--padding {
    padding-top: 0 !important; }
  .textcopy p {
    margin-bottom: 20px; }
    .textcopy p:last-of-type {
      margin-bottom: 0; }
  .textcopy a {
    color: #706F6F;
    text-decoration: underline; }
    .textcopy a:hover {
      text-decoration: none; }
    .textcopy a:visited {
      color: #706F6F; }
  .textcopy ul {
    padding-top: 10px; }
  .textcopy li {
    list-style-type: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #706F6F; }
    @media (min-width: 768px) {
      .textcopy li {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .textcopy li {
        font-size: 16px; } }
    .textcopy li:last-of-type {
      margin-bottom: 0; }
    .textcopy li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      background-image: url("images/red-tick.png"); }

.has-2-cols {
  vertical-align: top; }
  @media (min-width: 768px) {
    .has-2-cols {
      column-count: 2;
      column-gap: 60px; } }

.textcopy--heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: calc(20px * 2);
  font-size: 30px; }
  @media (min-width: 768px) {
    .textcopy--heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .textcopy--heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.privacy-policy .textcopy h3 {
  margin: 30px 0; }
.privacy-policy .textcopy ol {
  padding: 0 0 10px 20px; }
  .privacy-policy .textcopy ol li {
    list-style-type: decimal; }
.privacy-policy .textcopy ul {
  padding: 10px 0 10px 20px; }
  .privacy-policy .textcopy ul li {
    list-style-type: disc; }
.privacy-policy .textcopy li {
  display: list-item;
  margin-bottom: 0;
  padding-left: 0;
  padding: 5px 0; }
.privacy-policy .textcopy li:before {
  content: "";
  display: none; }

.contentlist {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  float: left; }
  .contentlist ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    margin-bottom: 1%;
    height: auto;
    overflow: hidden; }
    @media (min-width: 768px) {
      .contentlist ul li {
        margin-right: 1%; }
        .contentlist ul li:last-of-type {
          margin-right: 0; } }
    .contentlist ul li:hover .contentlist-inner--title:after {
      background-color: #fff; }
    .contentlist ul li:hover .contentlist-inner--hidden {
      opacity: 1; }
    .contentlist ul li img {
      display: block;
      position: relative;
      width: 100%;
      height: auto; }
  .contentlist ul .has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(180deg, #001d33 0%, rgba(0, 29, 51, 0) 0%, rgba(0, 29, 51, 0.7987570028) 80%);
    z-index: 15;
    transition: all .3s ease; }
  .contentlist ul .has-overlay:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(197, 41, 68, 0.7) 0%, rgba(197, 41, 68, 0.7) 0%, rgba(197, 41, 68, 0.7) 80%);
    z-index: 15; }
  .contentlist ul .has-zoom:hover img {
    transform: scale(1.05); }
  .contentlist ul .has-zoom img {
    transform: scale(1);
    transition: all .3s ease; }

.contentlist--heading {
  font-size: 30px;
  color: #3B3C43; }

.contentlist-inner--title {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  @media (min-width: 1200px) {
    .contentlist-inner--title {
      font-size: 22px; } }
  .contentlist-inner--title:after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 1px;
    background-color: #C52944;
    margin-top: 3px;
    transition: all .3s ease; }

.contentlist-inner {
  display: block;
  position: absolute;
  bottom: 10%;
  height: auto;
  transition: all .3s ease;
  padding: 0 calc(20px * 2);
  z-index: 20; }
  @media (min-width: 768px) {
    .contentlist-inner {
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    .contentlist-inner {
      padding: 0 calc(20px * 2); } }
  .contentlist-inner p {
    margin-bottom: 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .contentlist-inner p {
        display: none;
        padding-right: 30px; } }
    @media (min-width: 1200px) {
      .contentlist-inner p {
        display: block;
        font-size: 16px; } }
  .contentlist-inner a {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #C52944 !important;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid #fff;
    padding: 8px 15px 10px 15px;
    /* the 7px is to compensate the lineheight of the font */ }
    @media (min-width: 768px) {
      .contentlist-inner a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .contentlist-inner a {
        font-size: 16px; } }
    .archive .contentlist-inner a {
      color: #fff;
      background-color: transparent; }
    .contentlist-inner a:visited {
      color: #C52944; }
      .archive .contentlist-inner a:visited {
        color: #fff;
        background-color: transparent; }
    .contentlist-inner a:hover {
      text-decoration: none; }

.contentlist-inner--hidden {
  opacity: 0;
  transition: all .3s ease; }

.contentlist--2 li {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contentlist--2 li {
      width: 49.5%; } }
  .contentlist--2 li:hover .contentlist-inner {
    transform: translateY(5%); }
.contentlist--2 .contentlist-inner {
  transform: translateY(90%); }
  @media (min-width: 768px) {
    .contentlist--2 .contentlist-inner {
      transform: translateY(75%); } }
  @media (min-width: 1200px) {
    .contentlist--2 .contentlist-inner {
      transform: translateY(90%); } }

.contentlist--3 li {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contentlist--3 li {
      width: 32.666%; } }
  .contentlist--3 li:nth-of-type(3n) {
    margin-right: 0; }
  .contentlist--3 li:hover .contentlist-inner {
    transform: translateY(10%); }
.contentlist--3 .contentlist-inner {
  transform: translateY(80%); }
  @media (min-width: 768px) {
    .contentlist--3 .contentlist-inner {
      transform: translateY(75%); } }

.contentlist--4 li {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contentlist--4 li {
      width: 24.2222%; }
      .contentlist--4 li:nth-of-type(3n) {
        margin-right: 1%; }
      .contentlist--4 li:nth-of-type(4n) {
        margin-right: 0; } }
  .contentlist--4 li:hover .contentlist-inner {
    transform: translateY(5%); }
.contentlist--4 .contentlist-inner {
  transform: translateY(90%); }
  @media (min-width: 768px) {
    .contentlist--4 .contentlist-inner {
      transform: translateY(75%); } }
  @media (min-width: 1200px) {
    .contentlist--4 .contentlist-inner {
      transform: translateY(90%); } }

.application-download .textimage-col--2 a {
  display: inline-block;
  position: relative;
  height: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .application-download .textimage-col--2 a {
      height: 100%; } }
.application-download .textimage-col--2 img {
  width: 33%;
  border: 1px solid #ccc; }

.textimage-block {
  padding: calc(20px * 3) 20px;
  float: left; }

.single-post .textimage-block {
  padding: 0; }

@media (min-width: 768px) {
  .textimage-block--2.pushed-right {
    padding-right: 0; }
  .textimage-block--2.pushed-left {
    padding-left: 0; } }

.textimage-block--small {
  color: #C52944;
  font-size: 12px;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }

.textimage-col--2-inner_small {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }

.textimage-col--1 {
  margin-bottom: calc(20px * 2);
  padding: 0 20px; }
  @media (min-width: 768px) {
    .textimage-col--1 {
      margin-bottom: 0;
      padding: calc(20px * 2) 0; } }
  .textimage-col--1 * {
    margin-bottom: 20px; }
    .textimage-col--1 *:last-child {
      margin-bottom: 0; }
  .textimage-col--1 p {
    max-width: 90%; }
    .textimage-col--1 p span {
      color: #C52944; }
  .textimage-col--1 ul {
    display: block;
    position: relative;
    margin-bottom: calc(20px * 2); }
  .textimage-col--1 li {
    list-style-type: none;
    margin-bottom: calc(20px / 2);
    color: #706F6F; }
    .textimage-col--1 li a {
      display: inline-block;
      position: relative;
      transition: all .3s ease;
      color: #706F6F;
      margin-bottom: 0;
      font-size: 16px; }
      @media (min-width: 768px) {
        .textimage-col--1 li a {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .textimage-col--1 li a {
          font-size: 16px; } }
      .textimage-col--1 li a:hover {
        color: #C52944; }
        .textimage-col--1 li a:hover:visited {
          color: #C52944; }
      .textimage-col--1 li a:visited {
        color: #706F6F; }
  .textimage-col--1 small {
    text-transform: uppercase;
    color: #C52944;
    font-size: 14px; }
  .textimage-col--1 date {
    color: #C52944;
    font-size: 14px; }
  .textimage-col--1 .news-share li {
    margin-bottom: 0; }
    .textimage-col--1 .news-share li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #666;
      color: #fff;
      width: 40px;
      height: 40px; }
      .textimage-col--1 .news-share li a:hover {
        text-decoration: none; }
  .textimage-col--1 .contact {
    position: relative;
    margin-top: calc(20px * 2); }
    .textimage-col--1 .contact strong {
      display: block;
      position: relative;
      font-size: 22px;
      margin-bottom: 20px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      color: #001D33; }
      @media (min-width: 768px) {
        .textimage-col--1 .contact strong {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .textimage-col--1 .contact strong {
          font-size: 22px; } }
    .textimage-col--1 .contact address {
      font-size: 16px;
      color: #706F6F; }
    .textimage-col--1 .contact p {
      margin-bottom: 5px; }
    .textimage-col--1 .contact a {
      font-size: 16px;
      text-decoration: underline;
      color: #706F6F; }
      .textimage-col--1 .contact a:visited {
        color: #1D1D1B; }
      .textimage-col--1 .contact a:hover {
        color: #1D1D1B; }

.textimage-block--heading {
  font-size: 30px;
  line-height: calc(30px + 10px);
  max-width: 90%;
  color: #001D33; }
  @media (min-width: 768px) {
    .textimage-block--heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .textimage-block--heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7987570028) 80%);
  z-index: 15;
  transition: all .3s ease; }
.has-overlay:hover:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4); }

.textimage-col--2 {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  height: auto; }
  .textimage-col--2 * {
    margin-bottom: calc(20px / 2); }
    @media (min-width: 768px) {
      .textimage-col--2 * {
        margin-bottom: 20px; } }
    .textimage-col--2 *:last-child {
      margin-bottom: 0; }
  .textimage-col--2:hover .has-zoom {
    transform: scale(1.03); }
  .textimage-col--2:hover .tb-img-col-inner {
    transform: translateY(-10px); }
  .textimage-col--2 .has-zoom {
    transform: scale(1);
    transition: all .3s ease;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .textimage-col--2 img {
    width: 100%; }

.textimage-col--2-inner {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 90%;
  color: #fff;
  z-index: 20;
  transform: translateY(0);
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .textimage-col--2-inner {
      bottom: 60px;
      left: 40px; } }
  .textimage-col--2-inner p {
    max-width: 90%;
    color: #fff; }
    @media (min-width: 1200px) {
      .textimage-col--2-inner p {
        max-width: 70%; } }
  .textimage-col--2-inner a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px; }
    @media (min-width: 1200px) {
      .textimage-col--2-inner a {
        font-size: 16px; } }
    .textimage-col--2-inner a:hover {
      text-decoration: none;
      color: #fff; }
      .textimage-col--2-inner a:hover:after {
        width: 100%; }
    .textimage-col--2-inner a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 3px;
      transition: all .3s ease; }

.textimage-col--2-inner_heading {
  font-size: 20px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  line-height: 26px; }
  @media (min-width: 768px) {
    .textimage-col--2-inner_heading {
      font-size: 24px;
      line-height: calc(24px + 10px);
      max-width: 80%; } }
  @media (min-width: 1200px) {
    .textimage-col--2-inner_heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.no-zoom img {
  transform: unset; }
.no-zoom:hover img {
  transform: unset; }

.fit-image {
  height: 100%;
  object-fit: cover;
  object-position: center; }

.nav-pills .nav-link {
  border-radius: 0 !important;
  color: #706F6F !important;
  font-size: 16px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .nav-pills .nav-link {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .nav-pills .nav-link {
      font-size: 16px; } }
  .nav-pills .nav-link:hover {
    color: #C52944 !important; }
  .nav-pills .nav-link.active {
    background-color: transparent !important;
    color: #C52944 !important; }
  .nav-pills .nav-link:visited {
    color: #706F6F !important; }

.linkspanel {
  padding: calc(20px * 3) 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  width: 100%; }

.linkpanel-red {
  background: #C52944 url(images/backgrounds/services-bg.png) left no-repeat;
  background-size: cover;
  float: left;
  width: 100%; }
  .linkpanel-red li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .linkpanel-red .linkspanel-col--2 li {
    padding: 20px 0;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 18px; }
    .linkpanel-red .linkspanel-col--2 li a {
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      font-size: 18px; }
      .linkpanel-red .linkspanel-col--2 li a:hover {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .linkpanel-red .linkspanel-col--2 li a {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .linkpanel-red .linkspanel-col--2 li a {
          font-size: 18px; } }

.linkpanel-grey {
  background-color: #001D33;
  float: left;
  width: 100%; }
  .linkpanel-grey li {
    border-bottom: 1px solid #999; }
    .linkpanel-grey li:last-of-type {
      border-bottom: 0; }
  .linkpanel-grey .linkspanel-col--2 li {
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding: 20px 0; }
    @media (min-width: 768px) {
      .linkpanel-grey .linkspanel-col--2 li {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .linkpanel-grey .linkspanel-col--2 li {
        font-size: 20px; } }
  .linkpanel-grey .large-txt-links li {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 20px; }
    @media (min-width: 1200px) {
      .linkpanel-grey .large-txt-links li {
        font-size: 30px; } }

.linkspanel-col--1 {
  padding-left: 0;
  padding-right: calc(20px * 3);
  margin-bottom: calc(20px * 2); }
  @media (min-width: 768px) {
    .linkspanel-col--1 {
      margin-bottom: 0; } }
  .linkspanel-col--1 * {
    margin-bottom: 20px; }
    .linkspanel-col--1 *:last-child {
      margin-bottom: 0; }
  .linkspanel-col--1 p {
    color: #fff;
    max-width: 90%; }
  .linkspanel-col--1 a {
    color: #fff;
    display: inline-block;
    position: relative;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .linkspanel-col--1 a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .linkspanel-col--1 a {
        font-size: 16px; } }
    .linkspanel-col--1 a:visited {
      color: #fff; }
    .linkspanel-col--1 a:hover {
      text-decoration: none;
      color: #fff; }
      .linkspanel-col--1 a:hover:after {
        width: 100%; }
    .linkspanel-col--1 a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #fff;
      margin-top: 3px;
      transition: all .3s ease; }

.linkspanel-col--2 {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 768px) {
    .linkspanel-col--2 {
      flex-direction: row; } }
  .linkspanel-col--2 li {
    list-style-type: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 16px;
    /*&:after {
    	content: "";
    	position: absolute;
    	top: auto;
    	right: 0;
    	width: 50px;
    	height: 52px;
    	background-image: url('images/white-next-arrow.png');
    	background-repeat: no-repeat;
    	background-size: 20px;
    	background-position: center;
    	transition: all .3s ease;
    	transform: translateX(0);
    	@include breakpoint(tablet) {
    		width: 30px;
    		height: 35px;
    		background-size: 15px;
    	}
    	@include breakpoint(desktop) {
    		width: 50px;
    		height: 52px;
    		background-size: 20px;
    	}
    }*/ }
    @media (min-width: 768px) {
      .linkspanel-col--2 li {
        width: 48%;
        margin-right: 4%; } }
    .linkspanel-col--2 li:nth-of-type(2n) {
      margin-right: 0; }
    .linkspanel-col--2 li:hover:after {
      transform: translateX(-5px); }
    .linkspanel-col--2 li a {
      color: #fff;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      text-transform: capitalize;
      display: block;
      width: 100%; }
      .linkspanel-col--2 li a:hover {
        text-decoration: underline; }
      .linkspanel-col--2 li a:visited {
        color: #fff; }
      .linkspanel-col--2 li a:after {
        display: none;
        visibility: hidden; }

.linkspanel-small {
  color: #fff;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 12px; }

.linkspanel-heading {
  font-size: 30px;
  line-height: calc(30px + 10px); }
  @media (min-width: 768px) {
    .linkspanel-heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .linkspanel-heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.links-theme--2 .linkspanel-col--2 ul {
  width: 100%; }
.links-theme--2 .linkspanel-col--2 li {
  width: 100%;
  margin: 0; }

.carousel {
  display: block;
  position: relative;
  padding: calc(20px * 3) 20px;
  width: 100%;
  float: left;
  height: auto; }
  .carousel li {
    position: relative; }
  .carousel .slick-slide {
    height: auto; }

.carousel-heading--panel {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 20px; }

.carousel-heading--small {
  margin-bottom: 20px;
  color: #C52944;
  font-size: 12px;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }

.carousel-heading--heading {
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  max-width: 60%;
  color: #001D33; }
  @media (min-width: 1200px) {
    .carousel-heading--heading {
      font-size: 30px;
      max-width: 90%; } }

.carousel-controls {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto; }
  .carousel-controls > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .carousel-controls > div img {
      height: 30px; }

.carousel-enabled {
  display: none;
  margin-right: -5px; }
  @media (min-width: 768px) {
    .carousel-enabled {
      margin-right: -20px; } }
  .carousel-enabled.slick-initialized {
    display: block; }
  .carousel-enabled .carousel-image--zoom {
    overflow: hidden;
    height: 250px; }
    .carousel-enabled .carousel-image--zoom:hover img {
      transform: scale(1.03); }
    .carousel-enabled .carousel-image--zoom img {
      transform: scale(1);
      transition: all .3s ease;
      height: 100%;
      object-fit: cover; }

.carousel-theme--1 .carousel-image--zoom {
  overflow: hidden; }
  .carousel-theme--1 .carousel-image--zoom:hover img {
    transform: scale(1.03); }
  .carousel-theme--1 .carousel-image--zoom img {
    transform: scale(1);
    transition: all .3s ease; }
.carousel-theme--1 .carousel-title {
  display: block;
  position: relative;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding: 20px;
  height: 100px;
  font-size: 18px;
  line-height: 24px; }
  .carousel-theme--1 .carousel-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #C52944;
    transition: all .3s ease; }
  .carousel-theme--1 .carousel-title:hover:after {
    width: calc(100% - 10%); }
  .carousel-theme--1 .carousel-title a:hover {
    text-decoration: none; }

.carousel-theme--2 .carousel-title {
  display: flex;
  position: absolute;
  width: 100%;
  padding: 20px 20px 40px 20px;
  font-size: 18px;
  line-height: 24px;
  z-index: 5;
  bottom: 0;
  height: 100%;
  align-items: flex-end;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7987570028) 80%); }
  @media (min-width: 768px) {
    .carousel-theme--2 .carousel-title {
      padding: 20px 20px 20px 20px; } }
  @media (min-width: 1200px) {
    .carousel-theme--2 .carousel-title {
      padding: 20px 20px 40px 20px; } }
  .carousel-theme--2 .carousel-title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 35px;
    width: 40px;
    height: 1px;
    background-color: #C52944;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .carousel-theme--2 .carousel-title:after {
        bottom: 15px; } }
    @media (min-width: 1200px) {
      .carousel-theme--2 .carousel-title:after {
        bottom: 35px; } }
  .carousel-theme--2 .carousel-title:hover:after {
    width: calc(100% - 40%); }
  .carousel-theme--2 .carousel-title a {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px; }
    @media (min-width: 768px) {
      .carousel-theme--2 .carousel-title a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .carousel-theme--2 .carousel-title a {
        font-size: 16px; } }
    .carousel-theme--2 .carousel-title a:visited {
      color: #fff; }
    .carousel-theme--2 .carousel-title a:hover {
      text-decoration: none; }
.carousel-theme--2 .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.carousel-theme--3 .carousel-image--zoom {
  overflow: hidden; }
  .carousel-theme--3 .carousel-image--zoom:hover img {
    transform: scale(1.03); }
  .carousel-theme--3 .carousel-image--zoom img {
    transform: scale(1);
    transition: all .3s ease; }
.carousel-theme--3 .has-spacing {
  padding-right: 10px;
  padding-left: 5px; }
  @media (min-width: 768px) {
    .carousel-theme--3 .has-spacing {
      padding-right: 20px;
      padding-left: 0; } }
.carousel-theme--3 .carousel-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  color: #706F6F; }
  @media (min-width: 768px) {
    .carousel-theme--3 .carousel-title {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .carousel-theme--3 .carousel-title {
      font-size: 18px; } }
.carousel-theme--3 .view-btn {
  display: inline-block;
  position: relative;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #001D33; }
  @media (min-width: 768px) {
    .carousel-theme--3 .view-btn {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .carousel-theme--3 .view-btn {
      font-size: 16px; } }
  .carousel-theme--3 .view-btn:after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #C52944;
    margin-top: 3px;
    transition: all .3s ease; }
  .carousel-theme--3 .view-btn:hover {
    text-decoration: none; }
    .carousel-theme--3 .view-btn:hover:after {
      width: 100%; }

.imageblock {
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  float: left; }
  .imageblock:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(270deg, black 0%, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 80%); }
    .page-template-page-hse .imageblock:before {
      display: none; }
  .imageblock > div {
    height: 100%; }

.imageblock-text {
  height: 100%;
  color: #fff;
  padding: 0 20px; }
  .imageblock-text * {
    margin-bottom: 20px; }
    .imageblock-text *:last-child {
      margin-bottom: 0; }
  .imageblock-text > div {
    width: 100%; }
  .imageblock-text a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .imageblock-text a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .imageblock-text a {
        font-size: 16px; } }
    .imageblock-text a:hover {
      text-decoration: none;
      color: #fff; }
      .imageblock-text a:hover:after {
        width: 100%; }
    .imageblock-text a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 3px;
      transition: all .3s ease; }
  .imageblock-text p {
    color: #fff;
    width: 100%; }

.imageblock-col--small {
  color: #fff;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 5px; }

.imageblock-col--heading {
  font-size: 30px;
  line-height: calc(30px + 10px);
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .imageblock-col--heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .imageblock-col--heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.iconlist {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: calc(20px * 3) 20px 20px 20px; }
  .iconlist ul li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    flex: 1 0 50%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .iconlist ul li {
        margin-right: 2%;
        flex: 1; }
        .iconlist ul li:last-of-type {
          margin-right: 0; } }
    .iconlist ul li small {
      font-size: 16px;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      text-transform: none;
      color: #706F6F; }
      @media (min-width: 768px) {
        .iconlist ul li small {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .iconlist ul li small {
          font-size: 16px;
          max-width: 80%; } }

.iconlist-small {
  display: block;
  position: relative;
  margin-bottom: 5px;
  color: #C52944;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0 20px; }

.iconlist-heading {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: calc(20px * 2);
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33; }
  @media (min-width: 768px) {
    .iconlist-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .iconlist-heading {
      font-size: 30px; } }

.iconlist-icon {
  margin-bottom: 20px;
  transform: translateY(0);
  transition: all .3s ease; }
  .iconlist-icon img {
    width: 50%;
    margin-right: auto;
    margin-left: auto; }

.accreditations-carousel .iconlist-icon img {
  width: 90%; }

.brands-list .iconlist-icon img {
  width: 100%; }

.iconlist-title {
  position: relative;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-transform: capitalize;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #001D33; }
  @media (min-width: 768px) {
    .iconlist-title {
      font-size: 16px;
      max-width: 90%; } }
  @media (min-width: 1200px) {
    .iconlist-title {
      max-width: 70%;
      font-size: 21px; } }

.iconlist-carousel {
  /* This will enable the carousel, make sure this is the only class for <ul> */
  padding: 0 calc(20px * 3);
  display: none; }
  .iconlist-carousel.slick-initialized {
    display: block; }
  .iconlist-carousel .slick-slide {
    height: auto; }
  .iconlist-carousel li {
    list-style-type: none;
    text-align: center; }
    .iconlist-carousel li img {
      margin: 0 auto; }
    .iconlist-carousel li p {
      max-width: 80%;
      margin: 0 auto; }
  .iconlist-carousel .slick-next,
  .iconlist-carousel .slick-prev {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center; }
  .iconlist-carousel .slick-next {
    background-image: url("images/black-next.png"); }
  .iconlist-carousel .slick-prev {
    background-image: url("images/black-prev.png"); }

@media (min-width: 768px) {
  .accreditations .slick-track {
    width: 100% !important; } }
@media (min-width: 768px) {
  .accreditations .slick-slide {
    width: 16.5% !important; } }
.accreditations .iconlist-icon {
  padding: 0 20px; }
  .accreditations .iconlist-icon img {
    width: 60%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .accreditations .iconlist-icon img {
        width: 100% !important; } }

.portalicons {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 60px;
  text-align: center; }
  .portalicons ul {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .portalicons ul {
        justify-content: center; } }
  .portalicons li {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    .portalicons li:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 25px;
      height: 25px;
      background-image: url("images/red-tick.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      margin-right: 10px; }
    .portalicons li img {
      width: 100%;
      max-width: 150px; }
  .portalicons .iconlist-title {
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 21px;
    text-transform: capitalize;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .portalicons .iconlist-title {
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .portalicons .iconlist-title {
        max-width: 100%; } }

.newslist {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 20px;
  float: left;
  width: 100%; }
  .newslist li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .newslist li {
        margin-right: 2%;
        margin-bottom: calc(20px * 2);
        width: 32%; }
        .newslist li:nth-of-type(3n) {
          margin-right: 0; } }
    .newslist li p {
      max-width: 90%;
      margin-right: 5%;
      margin-left: 5%;
      margin-bottom: 20px; }
    .newslist li .readmore {
      display: inline-block;
      position: relative;
      padding-left: 5%;
      color: #C52944;
      text-decoration: underline;
      font-size: 16px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .newslist li .readmore {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .newslist li .readmore {
          font-size: 16px; } }
      .newslist li .readmore:hover {
        color: #1D1D1B; }
      .newslist li .readmore:visited {
        color: #C52944; }

.news-share {
  margin-top: 5px; }

.news-featured li {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .news-featured li {
      margin-bottom: 0; } }

.newslist-small {
  margin-bottom: 20px;
  color: #C52944;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  font-size: 12px; }

.newslist-heading {
  margin-bottom: 20px;
  font-size: 30px;
  color: #001D33; }
  @media (min-width: 768px) {
    .newslist-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .newslist-heading {
      font-size: 30px; } }

.newslist-thumb {
  overflow: hidden;
  margin-bottom: 0; }
  .newslist-thumb:hover img {
    transform: scale(1.03); }
  .newslist-thumb img {
    transform: scale(1);
    transition: all .3s ease; }

.newslist-title {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding: 20px 0; }
  .newslist-title a {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #001D33; }

.newscopy {
  padding: 0 20px;
  float: left; }
  .newscopy .alignleft {
    float: left;
    margin: 20px 40px 40px 0; }
  .newscopy .alignright {
    float: right;
    margin: 20px 0 40px 40px; }
  .newscopy a {
    text-decoration: underline;
    color: #706F6F; }
    .newscopy a:hover {
      text-decoration: none; }
  .newscopy h2 {
    font-size: 22px;
    line-height: 26px; }
  .newscopy h2, .newscopy h3, .newscopy h4, .newscopy h5, .newscopy h6 {
    margin: 20px 0;
    font-size: 20px;
    line-height: 24px; }
  .newscopy p {
    padding: 5px 0; }
  .newscopy ul {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #706F6F; }
  .newscopy li {
    padding: 2px 0; }
  .newscopy table {
    width: 100%; }
    .newscopy table tbody tr:nth-of-type(even) {
      background-color: #f5f5f5; }
    .newscopy table tbody td {
      padding: 10px 0;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif !important;
      color: #706F6F !important;
      font-size: 14px !important;
      line-height: 24px; }
      .newscopy table tbody td:first-of-type {
        padding-left: 10px; }
      .newscopy table tbody td span {
        color: #706F6F !important;
        font-size: 14px !important; }

ul.news-share {
  margin-bottom: 15px; }

/* updated news layout */
.news-intro-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px; }
  .news-intro-block .textimage-col--1.introcol {
    order: 2;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .news-intro-block .textimage-col--1.introcol {
        padding: 20px 20px 20px 0; }
        .news-intro-block .textimage-col--1.introcol p {
          max-width: 100%; } }
  @media (min-width: 768px) {
    .news-intro-block {
      margin: 0 20px; } }
  @media (min-width: 992px) {
    .news-intro-block {
      flex-direction: row; }
      .news-intro-block .introcol {
        flex-grow: 1;
        flex-basis: 50%; }
      .news-intro-block .textimage-col--1.introcol {
        order: 1; }
      .news-intro-block .textimage-col--2.introcol {
        order: 2; } }
  @media (min-width: 1280px) {
    .news-intro-block {
      margin: 0; } }

.callout {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background-color: #C52944;
  color: #fff;
  padding: calc(20px * 3) 0; }

.callout-inner {
  width: 100%; }
  @media (min-width: 768px) {
    .callout-inner {
      max-width: 80%;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .callout-inner {
      max-width: 60%; } }
  .callout-inner * {
    margin-bottom: calc(20px * 2); }
    .callout-inner *:last-child {
      margin-bottom: 0; }
  .callout-inner p {
    margin-bottom: calc(20px * 2);
    color: #fff;
    text-align: center;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .callout-inner p {
        padding: 0; } }
  .callout-inner a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: underline; }
    .callout-inner a:hover {
      text-decoration: none; }
    .callout-inner a:visited {
      color: #fff; }
  .callout-inner .btn-container {
    width: 90%;
    padding: 0; }
    .callout-inner .btn-container a {
      margin-right: 5%;
      color: #fff;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      font-size: 16px;
      text-decoration: none; }
      .callout-inner .btn-container a:visited {
        color: #fff; }
      .callout-inner .btn-container a:hover {
        text-decoration: none; }
      .callout-inner .btn-container a:last-of-type {
        margin-right: 0; }
      .callout-inner .btn-container a:after {
        background-color: #fff; }

.callout-inner--title {
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 30px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .callout-inner--title {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .callout-inner--title {
      font-size: 30px; } }

.twocol-list {
  display: block;
  position: relative;
  float: left;
  height: auto;
  padding: calc(20px * 3) 20px; }
  .twocol-list li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: calc(20px * 2);
    font-size: 16px;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    color: #706F6F; }
    @media (min-width: 768px) {
      .twocol-list li {
        margin-right: 2%;
        width: 49%; }
        .twocol-list li:nth-of-type(2n) {
          margin-right: 0; } }
    .twocol-list li p {
      max-width: 90%;
      margin-right: 5%;
      margin-left: 5%;
      margin-bottom: 20px; }
    .twocol-list li ul {
      max-width: 100%; }
      @media (min-width: 768px) {
        .twocol-list li ul {
          margin-right: 5%;
          margin-left: 5%;
          max-width: 90%; } }
      .twocol-list li ul li {
        display: inline-flex;
        align-items: center;
        list-style-type: none;
        position: relative;
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        height: auto;
        padding-left: 40px;
        font-size: 16px; }
        @media (min-width: 768px) {
          .twocol-list li ul li {
            font-size: 12px; } }
        @media (min-width: 1200px) {
          .twocol-list li ul li {
            font-size: 16px; } }
        .twocol-list li ul li:last-of-type {
          margin-bottom: 0; }
        .twocol-list li ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 0;
          left: 0;
          width: 30px;
          height: 30px;
          background-image: url("images/red-tick.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 20px; }

.twocol-list-heading {
  margin-bottom: calc(20px * 3);
  font-size: 30px; }
  @media (min-width: 768px) {
    .twocol-list-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .twocol-list-heading {
      font-size: 30px; } }

.textblock--heading {
  margin-bottom: 20px;
  font-size: 30px; }
  @media (min-width: 768px) {
    .textblock--heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .textblock--heading {
      font-size: 30px; } }

.page-template-page-export .twocol-list-thumb:hover img {
  transform: none; }
.page-template-page-export .twocol-list-thumb img {
  transform: none;
  transition: none; }

.twocol-list-thumb {
  overflow: hidden; }

.twocol-list-title {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding: calc(20px * 2) 0 20px 0;
  font-size: 20px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33; }
  .twocol-list-title a {
    display: inline-block;
    font-size: 18px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .twocol-list-title a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .twocol-list-title a {
        font-size: 18px; } }
    .twocol-list-title a:hover {
      text-decoration: none;
      color: #1D1D1B; }
      .twocol-list-title a:hover:after {
        width: 100%; }
    .twocol-list-title a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 5px;
      transition: all .3s ease; }

.list--unordered {
  max-width: 100%; }
  @media (min-width: 768px) {
    .list--unordered {
      margin-right: 5%;
      margin-left: 5%;
      max-width: 90%; } }
  .list--unordered li {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    position: relative;
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
    height: auto;
    padding-left: 40px;
    font-size: 16px;
    text-align: left !important; }
    @media (min-width: 768px) {
      .list--unordered li {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .list--unordered li {
        font-size: 16px; } }
    .list--unordered li:last-of-type {
      margin-bottom: 0; }
    .list--unordered li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/red-tick.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px; }

.threecol-list {
  float: left;
  display: block;
  position: relative;
  height: auto;
  padding: calc(20px * 3) 20px; }
  .threecol-list li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    text-align: center;
    margin-bottom: calc(20px * 2);
    color: #706F6F; }
    @media (min-width: 768px) {
      .threecol-list li {
        margin-right: 2%;
        width: 32%; }
        .threecol-list li:nth-of-type(3n) {
          margin-right: 0; } }
    .threecol-list li p {
      max-width: 90%;
      margin-right: 5%;
      margin-left: 5%;
      margin-bottom: 20px; }
      .threecol-list li p:only-of-type {
        margin-bottom: 0; }
      .threecol-list li p:last-child {
        margin-bottom: 0; }

.threecol-list-heading {
  margin-bottom: calc(20px * 3);
  font-size: 30px;
  color: #001D33; }
  @media (min-width: 768px) {
    .threecol-list-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .threecol-list-heading {
      font-size: 30px; } }

.threecol-list-thumb img {
  width: 70%;
  height: auto; }

.with-border {
  border: 1px solid #ccc;
  padding: 10px; }

.threecol-list-title {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding: 20px 0;
  font-size: 18px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33; }
  .threecol-list-title a {
    display: inline-block;
    color: #001D33; }
    .threecol-list-title a:hover {
      text-decoration: none;
      color: #1D1D1B; }
      .threecol-list-title a:hover:after {
        width: 100%; }
    .threecol-list-title a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 5px;
      transition: all .3s ease; }

.video-title {
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 16px; }

.threecol-list--unordered {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: calc(20px * 2); }
  .threecol-list--unordered li {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    padding-left: 40px; }
    .threecol-list--unordered li:last-of-type {
      margin-bottom: 0; }
    .threecol-list--unordered li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-color: #eee; }

.video-list li {
  text-align: left; }
.video-list .threecol-list-thumb {
  position: relative; }
  .video-list .threecol-list-thumb img {
    width: 100%;
    height: auto; }
  .video-list .threecol-list-thumb a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    .video-list .threecol-list-thumb a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      background-image: url("images/play.png");
      background-repeat: no-repeat;
      background-size: 75px;
      background-position: center; }

.fourcol-list {
  display: block;
  position: relative;
  height: auto;
  padding: calc(20px * 3) 20px;
  float: left; }
  .fourcol-list li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: calc(20px * 2); }
    @media (min-width: 768px) {
      .fourcol-list li {
        margin-right: 2%;
        width: 23.5%; }
        .fourcol-list li:nth-of-type(2n) {
          margin-right: 2%; }
        .fourcol-list li:nth-of-type(4n) {
          margin-right: 0; } }
    .fourcol-list li p {
      max-width: 90%;
      margin-right: 5%;
      margin-left: 5%; }
  .fourcol-list .carousel-title {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    height: 100px;
    font-size: 18px;
    line-height: 24px;
    color: #706F6F; }
    @media (min-width: 768px) {
      .fourcol-list .carousel-title {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .fourcol-list .carousel-title {
        font-size: 18px; } }

.fourcol-list-heading {
  margin-bottom: calc(20px * 3); }

.fourcol-list-thumb img {
  width: 100%;
  height: auto; }
.product-category .fourcol-list-thumb {
  margin-bottom: 20px; }

.with-border {
  border: 1px solid #ccc;
  padding: 10px; }

.fourcol-list-title {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding: 20px 0;
  font-size: 18px; }
  .tax-product_cat .fourcol-list-title {
    max-width: 100%;
    margin: 0;
    padding: 0; }
  .fourcol-list-title a {
    display: inline-block;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #706F6F; }
    .tax-product_cat .fourcol-list-title a {
      color: #001D33; }
    .fourcol-list-title a:hover {
      text-decoration: none;
      color: #1D1D1B; }
      .fourcol-list-title a:hover:after {
        width: 100%; }
    .fourcol-list-title a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 5px;
      transition: all .3s ease; }

.fourcol-list--unordered {
  max-width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-top: calc(20px * 2); }
  .fourcol-list--unordered li {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    padding-left: 40px; }
    .fourcol-list--unordered li:last-of-type {
      margin-bottom: 0; }
    .fourcol-list--unordered li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 30px;
      background-color: #eee; }

.blockreversed {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  float: left; }
  @media (min-width: 768px) {
    .blockreversed {
      flex-direction: row; }
      .blockreversed:nth-of-type(2n) {
        flex-direction: row-reverse; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .blockreversed:nth-of-type(2n) .blockreversed--1.text-block {
        padding-left: 5%; } }

.blockreversed--1.text-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 20px; }
  @media (min-width: 1366px) {
    .blockreversed--1.text-block {
      padding: 0; } }
  .blockreversed--1.text-block * {
    margin-bottom: 20px; }
    .blockreversed--1.text-block *:last-child {
      margin-bottom: 0; }
  .blockreversed--1.text-block p {
    max-width: 90%; }
    @media (min-width: 1200px) {
      .blockreversed--1.text-block p {
        max-width: 80%; } }
  .blockreversed--1.text-block a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    .blockreversed--1.text-block a:hover {
      text-decoration: none; }
      .blockreversed--1.text-block a:hover:after {
        width: 100%; }
    .blockreversed--1.text-block a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 3px;
      transition: all .3s ease; }

@media (min-width: 1366px) {
  .blockreversed--2 {
    padding: 0; } }
.blockreversed--2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.text-block--heading {
  font-size: 30px;
  margin-bottom: 20px;
  color: #001D33; }
  @media (min-width: 768px) {
    .text-block--heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .text-block--heading {
      font-size: 30px; } }

.blockreversed--heading {
  font-size: 30px;
  color: #001D33; }
  @media (min-width: 768px) {
    .blockreversed--heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .blockreversed--heading {
      font-size: 30px; } }

.tabscontainer--heading {
  font-size: 30px;
  color: #001D33; }

.tabscontainer {
  padding: calc(20px * 3) 0; }

.vertical-tabs {
  padding: calc(20px * 3) 0; }
  .vertical-tabs .nav {
    padding-right: 0; }
    @media (min-width: 768px) {
      .vertical-tabs .nav {
        border-right: 1px solid #ccc;
        padding-right: 15px; } }
    .vertical-tabs .nav .nav-link {
      background-color: transparent;
      border-bottom: 1px solid #ccc;
      padding: 20px;
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      font-size: 18px; }
      .vertical-tabs .nav .nav-link:last-of-type {
        border-bottom: 0; }
    .vertical-tabs .nav .active {
      background-color: #001D33;
      color: #fff; }

.tab-content {
  padding: 20px; }
  @media (min-width: 768px) {
    .tab-content {
      padding: calc(20px * 2); } }
  .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
    font-size: 30px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
        font-size: 30px; } }
  .tab-content p {
    margin-bottom: 20px;
    line-height: 22px; }
  .tab-content ul {
    margin-left: 15px; }
  .tab-content .download-links {
    margin-left: 0; }
  .tab-content li {
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #706F6F;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .tab-content li {
        font-size: 12px;
        line-height: 20px; } }
    @media (min-width: 1200px) {
      .tab-content li {
        font-size: 16px;
        line-height: 24px; } }
  .tab-content td {
    padding: 10px;
    width: auto;
    color: #706F6F;
    font-size: 16px;
    line-height: 24px; }
    .tab-content td a {
      color: #706F6F; }
      .tab-content td a:visited {
        color: #706F6F; }
  .tab-content tr:nth-of-type(even) {
    background-color: #F2F2F2; }
  .tab-content .download-link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 30px; }
    .tab-content .download-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/download-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    .tab-content .download-link a {
      font-size: 18px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  .tab-content .login-link {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 20px 0 70px;
    height: 50px;
    line-height: 50px;
    background-color: #17A5AD;
    color: #fff;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
    .tab-content .login-link:hover {
      text-decoration: none; }
    .tab-content .login-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 50px;
      height: 50px;
      background-color: #127F7F;
      background-image: url("images/login-transparent.png");
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center; }

.counter {
  float: left;
  width: 100%; }
  .counter li {
    width: 100%;
    list-style-type: none;
    padding: calc(20px * 3);
    color: #fff; }
    @media (min-width: 768px) {
      .counter li {
        padding: calc(20px * 2); } }
    @media (min-width: 1200px) {
      .counter li {
        padding: calc(20px * 3); } }
    .counter li:nth-of-type(1) {
      background-color: #09374C; }
    .counter li:nth-of-type(2) {
      background-color: #022842; }
    .counter li:nth-of-type(3) {
      background-color: #001D33; }
    .counter li * {
      margin-bottom: 20px; }
      .counter li *:last-child {
        margin-bottom: 0; }
    .counter li img {
      width: auto;
      height: auto;
      max-width: 130px;
      margin-right: auto;
      margin-left: auto; }
      @media (min-width: 768px) {
        .counter li img {
          max-width: 130px; } }
  .counter .counter-number {
    font-size: 80px;
    line-height: 80px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .counter .counter-number {
        font-size: 52px;
        line-height: 52px; } }
    @media (min-width: 1200px) {
      .counter .counter-number {
        font-size: 80px;
        line-height: 80px; } }
  .counter .counter-heading {
    font-size: 30px;
    line-height: calc(30px + 10px);
    text-align: center;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .counter .counter-heading {
        font-size: 18px;
        line-height: 18px; } }
    @media (min-width: 1200px) {
      .counter .counter-heading {
        font-size: 30px;
        line-height: calc(30px + 10px); } }
  .counter p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff; }
    @media (min-width: 768px) {
      .counter p {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .counter p {
        max-width: 55%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto; } }

.page-template-page-job .counter-heading {
  font-size: 18px;
  line-height: 22px; }
  @media (min-width: 768px) {
    .page-template-page-job .counter-heading {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 1200px) {
    .page-template-page-job .counter-heading {
      font-size: 24px;
      line-height: 28px; } }
.page-template-page-job table {
  font-family: BoschSansRegular;
  font-size: 16px; }
  .page-template-page-job table thead {
    background-color: #3C3C43;
    color: #fff;
    font-weight: normal; }
    .page-template-page-job table thead th {
      padding: 10px;
      background-color: #3C3C43; }
  .page-template-page-job table td {
    padding: 10px;
    color: #706F6F; }
  .page-template-page-job table tr:nth-of-type(odd) {
    background-color: #fff; }

.dropdownpanel {
  padding: 0 20px;
  float: left; }

.dropdownpanel--row {
  display: block;
  position: relative;
  margin-bottom: 0; }
  .dropdownpanel--row:last-of-type {
    margin-bottom: 0; }

.dropdownpanel--heading {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #001D33; }
  @media (min-width: 768px) {
    .dropdownpanel--heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .dropdownpanel--heading {
      font-size: 30px; } }
  .dropdownpanel--heading .dropdown-btn {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 20px; }

.dropdownpanel--inner ul {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .dropdownpanel--inner ul {
      margin-bottom: 0; } }
.dropdownpanel--inner li {
  list-style-type: none;
  background-color: transparent;
  color: #706F6F;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .dropdownpanel--inner li {
      font-size: 16px;
      line-height: 16px; } }
  @media (min-width: 1200px) {
    .dropdownpanel--inner li {
      font-size: 16px;
      line-height: 16px; } }
  .dropdownpanel--inner li:last-of-type {
    margin-bottom: 0; }
.dropdownpanel--inner a {
  color: #706F6F; }
  .dropdownpanel--inner a:visited {
    color: #706F6F; }
  .dropdownpanel--inner a:hover {
    color: #C52944; }

.dropdown-btn {
  display: block;
  position: relative;
  background-color: transparent;
  padding: 30px 20px;
  font-size: 22px;
  line-height: 22px;
  font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .dropdown-btn {
      font-size: 18px;
      line-height: 18px; } }
  @media (min-width: 992px) {
    .dropdown-btn {
      padding-right: 50px; } }
  .dropdown-btn:hover {
    text-decoration: none; }
  .dropdown-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("images/red-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px; }

.dropdown-btn.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("images/red-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: rotate(180deg); }

.dpanel--1 {
  padding: 0; }
  @media (min-width: 768px) {
    .dpanel--1 {
      padding-right: 20px;
      padding-left: 0; } }

.dpanel--2 {
  padding: 0; }
  @media (min-width: 768px) {
    .dpanel--2 {
      padding-left: 20px;
      padding-right: 0; } }
  .dpanel--2 .download-link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 30px; }
    .dpanel--2 .download-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/download-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    .dpanel--2 .download-link a {
      font-size: 18px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }

.dpanel {
  padding: calc(20px * 2) 20px; }
  @media (min-width: 768px) {
    .dpanel {
      padding: calc(20px * 2); } }
  .dpanel p {
    margin-bottom: 20px; }
    .dpanel p:last-of-type {
      margin-bottom: 0; }
  .dpanel .download-link {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 30px; }
    .dpanel .download-link:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      width: 30px;
      height: 30px;
      background-image: url("images/download-icon.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center; }
    .dpanel .download-link a {
      font-size: 18px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }

.branddetails {
  display: block;
  position: relative;
  padding: calc(20px * 3) 0;
  float: left; }

.branddetails-list li {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 768px) {
    .branddetails-list li {
      flex-direction: row; } }
  .branddetails-list li:last-of-type {
    border-bottom: 0; }

.branddetails-list--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(20px * 2); }
  @media (min-width: 768px) {
    .branddetails-list--logo {
      margin-bottom: 0; } }
  .branddetails-list--logo img {
    width: 100%; }

.branddetails-list--heading {
  margin-bottom: 20px;
  font-size: 24px; }

.branddetails-list--text p {
  margin-bottom: 20px; }
.branddetails-list--text a {
  display: inline-block;
  position: relative;
  margin-right: 0;
  font-size: 16px;
  font-family: BoschSansBold;
  text-transform: capitalize;
  color: #001D33;
  font-family: BoschSansBold;
  font-size: 16px;
  width: auto;
  margin-bottom: 0; }
  .branddetails-list--text a:after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    background-color: #C52944;
    margin-top: 3px;
    transition: all .3s ease; }
  .branddetails-list--text a:hover {
    color: #C52944;
    text-decoration: none; }
    .branddetails-list--text a:hover:after {
      width: 100%; }
  .branddetails-list--text a:visited {
    color: #001D33; }

.videolarge {
  display: block;
  position: relative;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%; }

.videolarge-heading {
  font-size: 30px;
  line-height: calc(30px + 10px);
  text-transform: capitalize;
  color: #001D33; }
  @media (min-width: 768px) {
    .videolarge-heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .videolarge-heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.videolarge-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.videolarge-container iframe,
.videolarge-container object,
.videolarge-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-body {
  padding: 0 1rem !important; }

.modal {
  padding-left: 15px;
  padding-right: 15px; }

.modal-content {
  border-radius: 0; }

.modal-title {
  padding: 0 1rem 1rem 1rem !important;
  text-align: center; }

.modal-dialog {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  top: 20%; }

.timeline-nav {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding: calc(20px * 2) 0;
  background-color: #C52944; }
  .timeline-nav ul {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media (min-width: 576px) {
      .timeline-nav ul {
        flex-direction: row;
        width: 80%; } }
  .timeline-nav li {
    display: inline-block;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 10px; }
    .timeline-nav li a {
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 24px;
      line-height: 24px; }
      .timeline-nav li a:hover {
        text-decoration: none; }
        .timeline-nav li a:hover:after {
          opacity: 1; }
      .timeline-nav li a:after {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin-top: 10px;
        opacity: 0;
        transition: opacity .3s ease; }

.timeline-nav--heading {
  color: #fff;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }

.timeline {
  display: block;
  position: relative;
  height: auto;
  padding: 60px 0;
  max-width: 100%;
  float: left; }

.timeline-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: auto;
  min-height: auto; }

.timeline-bar {
  display: none;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: calc(50% - 30px);
  right: calc(50% - 30px);
  width: 60px;
  height: inherit;
  max-height: 100%;
  background: #590808;
  background: linear-gradient(0deg, #0c3352 0%, #6ac0e6 100%, rgba(83, 0, 0, 0) 100%);
  border-radius: 40px; }
  @media (min-width: 768px) {
    .timeline-bar {
      display: block;
      width: 40px; } }
  @media (min-width: 1200px) {
    .timeline-bar {
      width: 60px; } }

.timeline-year {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 80px; }

.timeline-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: -75px;
  margin-bottom: 20px;
  height: 70px;
  color: #001D33; }
  @media (min-width: 1200px) {
    .timeline-number {
      top: 0; } }
  .timeline-number p {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 50px;
    width: 200px;
    color: #001D33; }
  .timeline-number span {
    display: block;
    position: absolute;
    top: 5px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 29, 51, 0.9);
    border-radius: 50%; }
    @media (min-width: 768px) {
      .timeline-number span {
        top: -5px;
        width: 60px;
        height: 60px; } }
    @media (min-width: 1200px) {
      .timeline-number span {
        top: -25px;
        width: 100px;
        height: 100px; } }
    .timeline-number span span {
      display: block;
      position: absolute;
      top: 30%;
      width: 20px;
      height: 20px;
      background-color: #fff;
      border-radius: 50%; }
      @media (min-width: 768px) {
        .timeline-number span span {
          width: 20px;
          height: 20px;
          top: 34%;
          -webkit-box-shadow: -20px 20px 28px -2px rgba(0, 0, 0, 0.54);
          -moz-box-shadow: -20px 20px 28px -2px rgba(0, 0, 0, 0.54);
          box-shadow: -20px 20px 28px -2px rgba(0, 0, 0, 0.54); } }
      @media (min-width: 1200px) {
        .timeline-number span span {
          width: 30px;
          height: 30px;
          top: 35%; } }

.timeline-info {
  display: block;
  position: relative;
  width: 100%;
  margin-top: -30px; }
  .timeline-info p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px; }
  .timeline-info img {
    margin-bottom: 20px; }

.timeline-anchor {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  top: -60px; }
  @media (min-width: 1200px) {
    .timeline-anchor {
      height: 130px;
      top: -200px; } }

.timeline-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 50%; }
  @media (min-width: 768px) {
    .timeline-list {
      flex-direction: row;
      padding-bottom: 20%; } }
  .timeline-list .timeline-year {
    margin-top: 20%;
    margin-bottom: 0;
    width: 100%;
    z-index: 10; }
    @media (min-width: 768px) {
      .timeline-list .timeline-year {
        width: 50%;
        margin-top: 5%; } }
    @media (min-width: 768px) {
      .timeline-list .timeline-year .timeline-info {
        padding-right: 20%; } }
    @media (min-width: 1200px) {
      .timeline-list .timeline-year .timeline-info {
        padding-right: 10%; } }
    .timeline-list .timeline-year .timeline-number {
      left: 0;
      width: 100%;
      padding-left: 60px; }
      @media (min-width: 768px) {
        .timeline-list .timeline-year .timeline-number {
          left: unset;
          right: -50px;
          width: calc(100% + 50px);
          padding-left: 0; } }
      .timeline-list .timeline-year .timeline-number p {
        text-align: left;
        margin-right: auto; }
        .timeline-list .timeline-year .timeline-number p:before {
          content: "";
          display: none;
          position: absolute;
          width: 40%;
          height: 3px;
          background-color: #001D33;
          top: 36%;
          right: 10%; }
          @media (min-width: 768px) {
            .timeline-list .timeline-year .timeline-number p:before {
              display: inline-block;
              right: 20%;
              width: calc(40% - 20px); } }
          @media (min-width: 1200px) {
            .timeline-list .timeline-year .timeline-number p:before {
              display: inline-block;
              right: 80px;
              width: calc(90% - 200px); } }
      .timeline-list .timeline-year .timeline-number span {
        right: 30px;
        left: 0; }
        @media (min-width: 768px) {
          .timeline-list .timeline-year .timeline-number span {
            right: 30px;
            left: unset; } }
        @media (min-width: 1200px) {
          .timeline-list .timeline-year .timeline-number span {
            right: 0; } }
        .timeline-list .timeline-year .timeline-number span span {
          right: 30%;
          left: 30%; }
          @media (min-width: 768px) {
            .timeline-list .timeline-year .timeline-number span span {
              right: 33%;
              left: unset; } }
          @media (min-width: 1200px) {
            .timeline-list .timeline-year .timeline-number span span {
              right: 35%;
              left: unset; } }
    .timeline-list .timeline-year:nth-of-type(even) {
      margin-top: 20%; }
      .timeline-list .timeline-year:nth-of-type(even) .timeline-number {
        left: 0;
        text-align: right;
        width: 100%;
        padding-right: 0; }
        @media (min-width: 768px) {
          .timeline-list .timeline-year:nth-of-type(even) .timeline-number {
            width: calc(100% + 50px);
            left: -50px; } }
        .timeline-list .timeline-year:nth-of-type(even) .timeline-number p {
          text-align: right;
          margin-left: auto; }
          .timeline-list .timeline-year:nth-of-type(even) .timeline-number p:before {
            content: "";
            display: none;
            position: absolute;
            width: 40%;
            height: 3px;
            background-color: #001D33;
            top: 36%;
            left: 15%; }
            @media (min-width: 768px) {
              .timeline-list .timeline-year:nth-of-type(even) .timeline-number p:before {
                display: inline-block;
                width: calc(45% - 20px);
                left: 15%; } }
            @media (min-width: 1200px) {
              .timeline-list .timeline-year:nth-of-type(even) .timeline-number p:before {
                display: inline-block;
                width: calc(90% - 200px);
                left: 80px; } }
        .timeline-list .timeline-year:nth-of-type(even) .timeline-number span {
          left: unset;
          right: 145px; }
          @media (min-width: 768px) {
            .timeline-list .timeline-year:nth-of-type(even) .timeline-number span {
              left: 10px;
              right: unset; } }
          @media (min-width: 1200px) {
            .timeline-list .timeline-year:nth-of-type(even) .timeline-number span {
              left: 0; } }
          .timeline-list .timeline-year:nth-of-type(even) .timeline-number span span {
            left: 30%; }
            @media (min-width: 768px) {
              .timeline-list .timeline-year:nth-of-type(even) .timeline-number span span {
                left: 34%; } }
            @media (min-width: 1200px) {
              .timeline-list .timeline-year:nth-of-type(even) .timeline-number span span {
                left: 35%; } }
      .timeline-list .timeline-year:nth-of-type(even) .timeline-number {
        text-align: right; }
      @media (min-width: 768px) {
        .timeline-list .timeline-year:nth-of-type(even) .timeline-info {
          padding-left: 10%;
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .timeline-list .timeline-year:nth-of-type(even) .timeline-info {
          padding-left: 10%; } }
  .timeline-list .timeline-number {
    width: 100%; }
    .timeline-list .timeline-number p {
      width: 100%; }

.joblisting {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding: calc(20px * 3) 20px; }

.joblisting--heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: calc(20px * 3);
  font-size: 30px;
  color: #001D33; }
  @media (min-width: 768px) {
    .joblisting--heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .joblisting--heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.joblisting--vacancies {
  flex-wrap: wrap; }
  .joblisting--vacancies li {
    width: 100%;
    margin-bottom: 10px;
    list-style-type: none;
    background-color: #eee; }
    @media (min-width: 768px) {
      .joblisting--vacancies li {
        width: 25%; } }
    .joblisting--vacancies li .vacancy-inner {
      height: 100%; }
      .joblisting--vacancies li .vacancy-inner a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        list-style-type: none;
        transition: all .3s ease;
        padding: calc(20px + 10px);
        color: #1D1D1B;
        height: 100%; }
        @media (min-width: 768px) {
          .joblisting--vacancies li .vacancy-inner a {
            padding: 20px; } }
        @media (min-width: 1200px) {
          .joblisting--vacancies li .vacancy-inner a {
            padding: calc(20px + 10px); } }
        .joblisting--vacancies li .vacancy-inner a:visited {
          color: #1D1D1B; }
        .joblisting--vacancies li .vacancy-inner a:hover {
          background-color: #C52944;
          color: #fff;
          text-decoration: none; }
          .joblisting--vacancies li .vacancy-inner a:hover .joblisting--location {
            color: #fff; }
          .joblisting--vacancies li .vacancy-inner a:hover .joblisting--title {
            color: #fff; }
      .joblisting--vacancies li .vacancy-inner .joblisting--location {
        margin-top: auto; }
      .joblisting--vacancies li .vacancy-inner * {
        margin-bottom: 20px; }
        .joblisting--vacancies li .vacancy-inner *:last-child {
          margin-bottom: 0; }
    .joblisting--vacancies li:nth-of-type(2n) {
      background-color: #ddd; }

.joblisting--title {
  display: block;
  position: relative;
  width: 90%;
  font-size: 24px;
  color: #001D33; }
  @media (min-width: 768px) {
    .joblisting--title {
      width: 80%;
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .joblisting--title {
      font-size: 30px; } }

.poi-block {
  padding: calc(20px * 3) 20px;
  background-color: #001D33;
  color: #fff;
  float: left;
  width: 100%; }

.poi-heading {
  display: block;
  position: relative;
  margin-bottom: calc(20px * 1);
  font-size: 30px; }
  @media (min-width: 768px) {
    .poi-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .poi-heading {
      font-size: 30px; } }

.poi-listing {
  position: relative;
  font-size: 16px; }
  .poi-listing li {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    color: #fff; }
    @media (min-width: 768px) {
      .poi-listing li {
        width: 33.333%;
        padding-right: 40px; }
        .poi-listing li:last-of-type {
          padding-right: 0; } }
    .poi-listing li p {
      color: #fff;
      padding-bottom: 30px; }
    .poi-listing li ul li {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      padding-left: 50px;
      padding-right: 0; }
      .poi-listing li ul li:last-of-type {
        margin-bottom: 0; }
      .poi-listing li ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-image: url("images/white-tick.png");
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat; }
      .poi-listing li ul li p {
        color: #fff; }

.benefits-block {
  padding: calc(20px * 3) 20px;
  float: left;
  width: 100%; }

.benefits-heading {
  display: block;
  position: relative;
  margin-bottom: calc(20px * 1);
  font-size: 30px; }
  @media (min-width: 768px) {
    .benefits-heading {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .benefits-heading {
      font-size: 30px; } }

.benefits-listing {
  position: relative;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px; }
  .benefits-listing li {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    color: #706F6F; }
    @media (min-width: 768px) {
      .benefits-listing li {
        width: 50%;
        padding-right: 40px; }
        .benefits-listing li:last-of-type {
          padding-right: 0; } }
    .benefits-listing li p {
      padding-bottom: 30px; }
    .benefits-listing li ul li {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      padding-left: 50px;
      padding-right: 0; }
      .benefits-listing li ul li:last-of-type {
        margin-bottom: 0; }
      .benefits-listing li ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-image: url("images/red-tick.png");
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat; }
      .benefits-listing li ul li p {
        color: #fff; }

.contact-blocks .p-container {
  padding: 0 5%; }
.contact-blocks .form-check {
  margin-bottom: calc(20px * 1); }
  .contact-blocks .form-check a {
    text-decoration: underline; }
.contact-blocks .form-group {
  margin-bottom: calc(20px * 1); }
.contact-blocks button[type="submit"] {
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  padding: 20px; }

.contact-l,
.contact-r {
  padding: 40px; }

.contact-r:after {
  content: "";
  background-color: #F2F2F2;
  /* border-radius: 50%; */
  height: 100%;
  top: 0;
  position: absolute;
  width: 500px;
  right: -500px; }

.contact-r .contact-details {
  margin-bottom: calc(20px * 3); }
  .contact-r .contact-details li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    color: #706F6F;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif; }
    .contact-r .contact-details li strong {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 5px;
      font-size: 18px;
      color: #C52944;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    .contact-r .contact-details li a {
      text-decoration: underline;
      color: #706F6F; }
      .contact-r .contact-details li a:visited {
        color: #706F6F; }
    .contact-r .contact-details li .tel {
      text-decoration: none;
      color: #706F6F; }
      .contact-r .contact-details li .tel:visited {
        color: #706F6F; }
  .contact-r .contact-details address {
    font-size: 16px;
    line-height: 24px; }
.contact-r .contact-numbers {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .contact-r .contact-numbers {
      flex-direction: row; } }
  .contact-r .contact-numbers li {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    width: 100%;
    margin-bottom: 7px;
    background-color: #fff;
    padding: 20px; }
    @media (min-width: 1200px) {
      .contact-r .contact-numbers li {
        width: 49%;
        margin-right: 1%; }
        .contact-r .contact-numbers li:nth-of-type(2n) {
          margin-right: 0; } }
    .contact-r .contact-numbers li span {
      width: 20%; }
    .contact-r .contact-numbers li .text-block {
      display: flex;
      flex-direction: column;
      width: 80%;
      padding-left: 20px; }
      .contact-r .contact-numbers li .text-block small {
        font-size: 18px;
        position: relative;
        margin-bottom: 5px;
        color: #C52944; }
      .contact-r .contact-numbers li .text-block .tel {
        font-size: 22px;
        font-family: BoschSansBold, Helvetica, Arial, sans-serif; }

.contactblock--heading {
  display: block;
  position: relative;
  color: #001D33;
  margin-bottom: calc(20px * 2);
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 30px; }
  @media (min-width: 768px) {
    .contactblock--heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .contactblock--heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
  display: none; }

#form_contact-form .frm_primary_label, #form_contact-form .frm_checkbox label, .serv-temp--form .frm_primary_label, .serv-temp--form .frm_checkbox label {
  color: #706F6F;
  font-family: BoschSansRegular;
  font-size: 15px;
  line-height: 24px; }
  #form_contact-form .frm_primary_label a, #form_contact-form .frm_checkbox label a, .serv-temp--form .frm_primary_label a, .serv-temp--form .frm_checkbox label a {
    text-decoration: underline;
    color: #706F6F;
    font-family: BoschSansRegular;
    font-size: 15px;
    line-height: 24px; }
    #form_contact-form .frm_primary_label a:hover, #form_contact-form .frm_checkbox label a:hover, .serv-temp--form .frm_primary_label a:hover, .serv-temp--form .frm_checkbox label a:hover {
      text-decoration: none; }
#form_contact-form #frm_field_6_container, .serv-temp--form #frm_field_6_container {
  margin-bottom: 0; }

.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: BoschSansBold;
  font-size: 18px; }

.locations-map {
  float: left;
  width: 100%; }

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background: #C52944;
  border-color: #C52944; }

/* Template 1 Listing */
.serv-temp--1_list {
  padding: 0 20px; }
  @media (min-width: 992px) {
    .serv-temp--1_list {
      max-width: 90%;
      margin: 0 auto;
      padding: 0; } }
  .serv-temp--1_list li {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-right: 2%; }
    .serv-temp--1_list li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .serv-temp--1_list li {
        width: 32%; }
        .serv-temp--1_list li:nth-of-type(2n) {
          margin-right: 2%; }
        .serv-temp--1_list li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1200px) {
      .serv-temp--1_list li {
        width: 26.666%;
        margin-right: 10%; }
        .serv-temp--1_list li:nth-of-type(2n) {
          margin-right: 10%; }
        .serv-temp--1_list li:nth-of-type(3n) {
          margin-right: 0; } }

.serv-temp--1_list-title {
  padding: calc(20px * 2) 0;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  max-width: 90%; }

/* Template 1 SEO text */
.serv-temp--1_seotext {
  display: block;
  position: relative;
  width: 100%;
  padding: calc(20px * 3) 20px; }
  @media (min-width: 1200px) {
    .serv-temp--1_seotext {
      padding: calc(20px * 3) 0; } }

/* Template 1 request downloads list */
.serv-temp--1_requests {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: calc(20px * 3) 20px; }
  @media (min-width: 992px) {
    .serv-temp--1_requests {
      padding: calc(20px * 3) 0; } }
  .serv-temp--1_requests p {
    margin-bottom: calc(20px * 2);
    color: #1D1D1B; }
  .serv-temp--1_requests li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: calc(20px * 2); }
    @media (min-width: 768px) {
      .serv-temp--1_requests li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0; }
        .serv-temp--1_requests li:nth-of-type(3n) {
          margin-right: 0; } }
    .serv-temp--1_requests li img {
      width: 100%;
      height: auto; }
  .serv-temp--1_requests .serv-temp--1_option-primary {
    font-size: 24px;
    line-height: 100%;
    color: #C52944;
    margin-bottom: 10px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  .serv-temp--1_requests .serv-temp--1_option-secondary {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: calc(20px * 2);
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    @media (min-width: 768px) {
      .serv-temp--1_requests .serv-temp--1_option-secondary {
        font-size: 18px;
        line-height: 22px; } }
    @media (min-width: 1200px) {
      .serv-temp--1_requests .serv-temp--1_option-secondary {
        font-size: 24px;
        line-height: 28px; } }
  .serv-temp--1_requests .list-inner {
    padding: calc(20px * 2) 0 0 0; }
  .serv-temp--1_requests .list-inner--contact li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px; }
    .serv-temp--1_requests .list-inner--contact li:last-of-type {
      margin-bottom: 0; }

.serv-temp--1_requests-heading {
  position: relative;
  margin-bottom: calc(20px * 2);
  font-size: 30px; }

/* Service template contact form */
.serv-temp--form {
  padding: calc(20px * 6) 0;
  float: left;
  width: 100%; }
  .serv-temp--form .serv-temp--form_heading {
    position: relative;
    margin-bottom: calc(20px * 3);
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 30px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .serv-temp--form .serv-temp--form_heading {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .serv-temp--form .serv-temp--form_heading {
        font-size: 30px; } }
  .serv-temp--form form {
    max-width: 90%;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .serv-temp--form form {
        max-width: 80%; } }
  @media (min-width: 768px) {
    .serv-temp--form .row {
      margin-bottom: 20px; } }
  .serv-temp--form .row > div {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .serv-temp--form .row > div {
        margin-bottom: 0; } }
  .serv-temp--form button[type="submit"] {
    border-radius: 0;
    font-size: 22px;
    line-height: 100%;
    background-color: transparent;
    border: 0;
    color: #C52944;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
    .serv-temp--form button[type="submit"]:after {
      content: "";
      display: block;
      position: relative;
      width: 50%;
      height: 1px;
      background-color: #C52944;
      margin-top: 15px;
      transition: all .3s ease; }
    .serv-temp--form button[type="submit"]:hover {
      background-color: transparent;
      color: #C52944; }
      .serv-temp--form button[type="submit"]:hover:after {
        width: 100%; }

.serv-temp--2-accordion {
  padding: 40px;
  float: left;
  width: 100%; }
  @media (min-width: 1200px) {
    .serv-temp--2-accordion {
      padding: calc(20px * 3) 0; } }
  .serv-temp--2-accordion .card {
    border: 0 !important;
    background-color: transparent; }
  .serv-temp--2-accordion .card-header {
    border-radius: 0 !important;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 0 !important; }
    .serv-temp--2-accordion .card-header .btn {
      padding: 20px 0;
      display: inline-flex;
      align-items: center;
      width: 100%;
      text-align: left; }
    .serv-temp--2-accordion .card-header .btn-link {
      font-size: 20px;
      border-radius: 0; }
      .serv-temp--2-accordion .card-header .btn-link:after {
        content: "";
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        background-size: 20px;
        background-repeat: no-repeat;
        background-image: url("images/red-arrow.png");
        background-position: center;
        transform: rotate(0);
        margin-left: auto;
        margin-right: 20px; }
    .serv-temp--2-accordion .card-header .accordion-active:after {
      content: "";
      display: inline-block;
      position: relative;
      width: 30px;
      height: 30px;
      background-size: 20px;
      background-repeat: no-repeat;
      background-image: url("images/red-arrow.png");
      background-position: center;
      transform: rotate(180deg);
      margin-left: auto;
      margin-right: 20px; }
  .serv-temp--2-accordion .card-body {
    background-color: transparent;
    padding: calc(20px * 2) 0; }
    .serv-temp--2-accordion .card-body p {
      width: 100%;
      height: auto;
      position: relative;
      margin-bottom: 20px;
      padding: 0; }
    .serv-temp--2-accordion .card-body li {
      display: inline-flex;
      align-items: center;
      list-style-type: none;
      position: relative;
      width: 100% !important;
      margin-bottom: 20px !important;
      margin-right: 0 !important;
      height: auto;
      padding-left: 40px;
      font-size: 16px;
      color: #706F6F; }
      @media (min-width: 768px) {
        .serv-temp--2-accordion .card-body li {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .serv-temp--2-accordion .card-body li {
          font-size: 16px; } }
      .serv-temp--2-accordion .card-body li:last-of-type {
        margin-bottom: 0; }
      .serv-temp--2-accordion .card-body li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background-image: url("images/red-tick.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px; }
  .serv-temp--2-accordion .has-image {
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (min-width: 768px) {
      .serv-temp--2-accordion .has-image {
        flex-direction: row; } }
    .serv-temp--2-accordion .has-image img {
      position: relative;
      width: 100%;
      height: auto;
      padding: 20px; }

.serv-temp--2-accordion-heading {
  display: block;
  position: relative;
  margin-bottom: calc(20px * 3);
  font-size: 30px; }
  @media (min-width: 768px) {
    .serv-temp--2-accordion-heading {
      font-size: 24px;
      line-height: calc(24px + 10px); } }
  @media (min-width: 1200px) {
    .serv-temp--2-accordion-heading {
      font-size: 30px;
      line-height: calc(30px + 10px); } }

.services--casestudy {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #C52944; }
  .services--casestudy .inner_small {
    color: #C52944;
    text-transform: uppercase;
    font-size: 12px;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    margin-bottom: 20px; }
  .services--casestudy h3 {
    max-width: 90%;
    color: #3B3C43;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .services--casestudy h3 {
        max-width: 70%; } }
    .services--casestudy h3 a {
      color: #3B3C43;
      font-size: 30px;
      line-height: calc(30px + 10px); }
      @media (min-width: 768px) {
        .services--casestudy h3 a {
          font-size: 24px;
          line-height: calc(24px + 10px); } }
      @media (min-width: 1200px) {
        .services--casestudy h3 a {
          font-size: 30px;
          line-height: calc(30px + 10px);
          max-width: 70%; } }
      .services--casestudy h3 a:after {
        display: none; }
  .services--casestudy p {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .services--casestudy p {
        max-width: 80%; } }
  .services--casestudy a {
    display: inline-block;
    position: relative;
    margin-right: 0;
    font-size: 18px;
    font-family: BoschSansBold;
    text-transform: capitalize;
    color: #706F6F;
    font-family: BoschSansBold;
    font-size: 14px;
    width: 45%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .services--casestudy a {
        width: auto;
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 11px; } }
    @media (min-width: 1200px) {
      .services--casestudy a {
        font-size: 18px; } }
    .services--casestudy a:hover {
      text-decoration: none; }
      .services--casestudy a:hover:after {
        width: 100%; }
    .services--casestudy a:after {
      content: "";
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: #C52944;
      margin-top: 3px;
      transition: all .3s ease; }
    @media (min-width: 1200px) {
      .services--casestudy a + a {
        margin-left: 40px; } }

.case-link:after {
  display: none !important; }

.woocommerce .woocommerce-breadcrumb {
  text-transform: uppercase;
  color: #ccc;
  font-size: 10px;
  margin-bottom: 0; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #ccc; }

.term-description h2 {
  margin-bottom: 20px; }

.product-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: calc(20px * 3); }
  @media (min-width: 1200px) {
    .product-container {
      padding-left: 0;
      padding-right: 0; } }

.productimage {
  padding: 0; }

.productimage-main {
  display: none;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 768px) {
    .productimage-main {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .productimage-main img {
      max-width: 99%; } }
  .productimage-main.slick-initialized {
    display: block; }

.product-thumbnails {
  margin-bottom: 20px;
  padding: 0;
  display: none; }
  .product-thumbnails.slick-initialized {
    display: flex !important;
    flex-direction: row; }
    @media (min-width: 768px) {
      .product-thumbnails.slick-initialized {
        flex-direction: row; } }
  @media (min-width: 768px) {
    .product-thumbnails {
      margin-bottom: 0;
      justify-content: space-between; } }
  .product-thumbnails .slick-slide {
    padding: 10px; }
    @media (min-width: 768px) {
      .product-thumbnails .slick-slide {
        padding: 0 10px 0 0; } }
  .product-thumbnails li {
    width: 100%;
    list-style-type: none;
    padding: 0.35em;
    border: 1px solid #ccc;
    margin-bottom: 10px; }
    .product-thumbnails li:last-of-type {
      margin-bottom: 0; }
    .product-thumbnails li img {
      width: 100%;
      height: auto;
      cursor: pointer; }
    @media (min-width: 768px) {
      .product-thumbnails li {
        width: 90%; } }

@media (min-width: 768px) {
  .productdetails {
    padding: 0 0 0 calc(20px * 2); } }

.productdetails--name {
  font-size: 24px;
  line-height: 34px;
  color: #001D33; }

.productdetails--name,
.productdetails--number {
  margin-bottom: 20px; }

.productdetails--number {
  font-size: 16px;
  color: #706F6F; }
  @media (min-width: 768px) {
    .productdetails--number {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .productdetails--number {
      font-size: 16px; } }
  .productdetails--number span {
    color: #C52944; }

.productdetails-desc li {
  display: flex;
  position: relative;
  align-items: flex-start;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 35px;
  color: #706F6F;
  font-size: 16px;
  line-height: 26px; }
  @media (min-width: 768px) {
    .productdetails-desc li {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .productdetails-desc li {
      font-size: 16px; } }
  .productdetails-desc li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("images/red-tick.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    margin-right: 10px; }
  .productdetails-desc li p {
    font-size: 16px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .productdetails-desc li p {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .productdetails-desc li p {
        font-size: 16px; } }

.single-product .tabscontainer {
  padding-left: 20px;
  padding-right: 20px;
  float: left; }

.single-product .vertical-tabs {
  padding-bottom: 0; }

.productdetails-logos li {
  list-style-type: none;
  width: auto;
  margin-right: 5%; }
  .productdetails-logos li:last-of-type {
    margin-right: 0; }
.productdetails-logos img {
  max-width: 30px; }
  @media (min-width: 1200px) {
    .productdetails-logos img {
      max-width: 60px; } }

.enquiry-anchor {
  float: left;
  display: block;
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 0;
  transform: translateY(-100px); }

.call-procedure {
  display: block;
  position: relative;
  width: 100%;
  background-color: #001D33;
  color: #fff;
  padding: calc(20px * 3) 0; }

.call-procedure--heading {
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px; }

.procedure-inner {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .procedure-inner {
      max-width: 60%;
      margin: 0 auto; } }
  .procedure-inner * {
    margin-bottom: 20px; }
    .procedure-inner *:last-child {
      margin-bottom: 0; }
  .procedure-inner p {
    color: #fff; }
  .procedure-inner form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%; }
    .procedure-inner form input {
      width: 30%;
      margin-right: 2%;
      margin-bottom: 0;
      background-color: transparent;
      border: 1px solid #ccc;
      padding-left: 20px;
      color: #fff; }
    .procedure-inner form button {
      width: 30%;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      font-size: 16px; }
    .procedure-inner form ::-webkit-input-placeholder {
      /* Edge */
      color: #fff; }
    .procedure-inner form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    .procedure-inner form ::placeholder {
      color: #fff; }

.callout-service--container {
  display: block;
  position: relative;
  width: 100%; }

.services-table {
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .services-table table {
    margin-bottom: 0; }
  .services-table thead {
    background-color: #C52944;
    color: #fff; }
    .services-table thead td {
      border: 0;
      padding: 20px;
      font-size: 12px; }
      @media (min-width: 1200px) {
        .services-table thead td {
          font-size: 20px; } }
      .services-table thead td + td {
        text-align: center; }
  .services-table tbody tr:first-of-type td {
    border-top: 0; }
  .services-table tbody td {
    padding: 20px;
    vertical-align: middle;
    border-left: 1px solid #ddd; }
    .services-table tbody td + td {
      text-align: center;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
  .services-table tbody li {
    list-style-type: none;
    text-transform: uppercase;
    color: #706F6F;
    font-size: 12px; }
    @media (min-width: 1200px) {
      .services-table tbody li {
        font-size: 14px; } }
  .services-table tbody .tel {
    font-size: 16px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    color: #001D33; }
    @media (min-width: 992px) {
      .services-table tbody .tel {
        font-size: 26px; } }

.serviceblock--r-heading {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33; }
  @media (min-width: 768px) {
    .serviceblock--r-heading {
      font-size: 22px;
      line-height: 28px; } }
  @media (min-width: 1200px) {
    .serviceblock--r-heading {
      font-size: 30px;
      line-height: 36px; } }

.serviceblock--l {
  padding: 60px 0; }

.serviceblock--r {
  padding: calc(20px * 2) 0; }
  @media (min-width: 768px) {
    .serviceblock--r {
      padding: 60px; } }
  .serviceblock--r p {
    margin-bottom: 20px; }
    .serviceblock--r p:last-of-type {
      margin-bottom: 0; }

.hours {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px; }
  .hours .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto; }
    .hours .icon img {
      width: 100%;
      max-width: 60px; }
  .hours .hours-details {
    display: flex;
    flex-direction: column;
    width: auto;
    padding-left: 30px; }
    .hours .hours-details p {
      font-size: 16px; }
      @media (min-width: 768px) {
        .hours .hours-details p {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .hours .hours-details p {
          font-size: 16px; } }
  .hours .hour-title {
    position: relative;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    color: #001D33; }
    @media (min-width: 768px) {
      .hours .hour-title {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .hours .hour-title {
        font-size: 20px; } }

.offices {
  padding: calc(20px * 3) 20px; }

.offices-heading {
  display: block;
  position: relative;
  margin-bottom: calc(20px * 3);
  font-size: 30px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33; }

.offices-listing li {
  list-style-type: none;
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px; }
  .offices-listing li:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .offices-listing li {
      margin-bottom: 0; } }

.offices-area {
  position: relative;
  margin-bottom: 20px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif;
  color: #001D33;
  font-size: 18px; }
  @media (min-width: 768px) {
    .offices-area {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .offices-area {
      font-size: 18px; } }

.offices-listing--inner {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 200px;
  color: #706F6F; }
  .offices-listing--inner address {
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .offices-listing--inner address {
        font-size: 12px;
        line-height: 18px; } }
    @media (min-width: 1200px) {
      .offices-listing--inner address {
        font-size: 16px;
        line-height: 22px; } }
  @media (min-width: 768px) {
    .offices-listing--inner .tel {
      margin-top: auto;
      font-size: 16px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .offices-listing--inner .tel {
      font-size: 12px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .offices-listing--inner .tel {
      font-size: 16px; } }
  @media (min-width: 768px) {
      .offices-listing--inner .tel a {
        color: #706F6F; } }

.locations-nav {
  padding: calc(20px * 3) 0; }
  .locations-nav li {
    display: inline-block;
    position: relative;
    list-style-type: none;
    text-align: center;
    flex: 1;
    margin-bottom: 20px; }
    .locations-nav li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .locations-nav li {
        margin-bottom: 0; } }
    .locations-nav li a {
      font-size: 18px;
      font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
      @media (min-width: 768px) {
        .locations-nav li a {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .locations-nav li a {
          font-size: 18px; } }
      .locations-nav li a:hover {
        color: #C52944; }

.locations-list {
  padding: calc(20px * 3) 20px;
  float: left;
  width: 100%; }

.locations-list--top {
  margin-bottom: calc(20px * 3 - 10px); }
  .locations-list--top .locations-list--top-heading {
    font-size: 30px;
    line-height: calc(30px + 10px); }
    @media (min-width: 768px) {
      .locations-list--top .locations-list--top-heading {
        font-size: 24px;
        line-height: calc(24px + 10px); } }
    @media (min-width: 1200px) {
      .locations-list--top .locations-list--top-heading {
        font-size: 30px;
        line-height: calc(30px + 10px); } }

.map-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  background-image: url("images/red-up-arrow.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px; }
.map-link a {
  color: #C52944;
  font-size: 16px;
  font-family: BoschSansBold, Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .map-link a {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .map-link a {
      font-size: 16px; } }
  .map-link a:visited {
    color: #C52944; }

.location-region {
  padding-bottom: calc(20px * 3 - 20px); }
  .location-region li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    padding: calc(20px * 2);
    color: #1D1D1B; }
    @media (min-width: 768px) {
      .location-region li {
        width: 32.666%;
        margin-right: 1%;
        padding: 20px; }
        .location-region li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1200px) {
      .location-region li {
        padding: calc(20px * 2); } }
    .location-region li ul li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
      background-color: transparent;
      color: #1D1D1B; }
      .location-region li ul li a {
        color: #1D1D1B; }
    .location-region li:hover {
      background-color: #C52944;
      color: #fff; }
      .location-region li:hover .business-name {
        color: #fff; }
      .location-region li:hover ul li {
        color: #fff; }
        .location-region li:hover ul li a {
          color: #fff; }

.business-name {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 24px;
  color: #001D33; }
  @media (min-width: 768px) {
    .business-name {
      font-size: 18px;
      line-height: 20px; } }
  @media (min-width: 1200px) {
    .business-name {
      font-size: 22px;
      line-height: 24px; } }

.region-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px; }
  .region-inner a {
    text-decoration: underline; }
  .region-inner .contacts {
    margin-top: auto; }

.fm-map-container svg {
  z-index: 1;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.fm-tooltip {
  display: none;
  position: absolute;
  z-index: 3;
  min-width: 200px; }

.fm-tooltip-image {
  white-space: nowrap; }

.fm-tooltip-image img {
  max-width: none; }

.fm-tooltip-comment {
  font-size: 11px;
  font-family: arial;
  color: #000000; }

.fm-tooltip-frame {
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 10px;
  padding: 5px;
  opacity: .99;
  max-width: 350px;
  min-width: 200px;
  border-collapse: separate;
  margin-bottom: 0 !important;
  line-height: 1.4;
  vertical-align: top;
  table-layout: auto; }

.fm-tooltip-frame td {
  background-color: inherit;
  border: none;
  padding: 5px;
  vertical-align: top;
  margin: 0; }

.fm-tooltip-name {
  color: #000;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  font-family: arial;
  line-height: 1; }

.fm-tooltip-x {
  color: #444;
  font: 12px/100% arial, sans-serif;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  z-index: 5;
  visibility: hidden;
  cursor: pointer;
  margin: -5px -5px 5px 5px;
  border-bottom: none !important;
  float: right; }

.fm-tooltip-x img {
  width: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important; }

.fm-tooltip-x.fm-frozen-x {
  visibility: visible; }

.fm-tooltip-x.fm-mobile-x {
  visibility: visible; }

.fm-scale {
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  margin: 10px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.fm-scale div {
  float: left; }

.fm-scale a {
  display: block;
  float: left;
  font-size: 31px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #333;
  width: 41px;
  height: 37px;
  padding-top: 1px;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
  margin-right: 3px;
  border-radius: 2px;
  background: #fff; }

.fm-scale a:hover {
  color: #186ba3; }

.fm-scale a.fm-inactive {
  cursor: default;
  color: #cdcdcd; }

.fm-scale-display {
  clear: both;
  position: relative;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 1px;
  bottom: 0px;
  margin-bottom: 5px;
  background-color: #e8e8e8; }

.fm-scale-display div {
  background-color: #237cbd;
  height: 1px;
  -webkit-transition: width ease-in-out .2s;
  transition: width ease-in-out .2s; }

.fm-scale-buttons {
  clear: both; }

.fm-no-events {
  pointer-events: none; }

@media (max-width: 768px) {
  .fm-mobile-fixed .fm-tooltip-frame {
    max-width: 100%;
    width: 100%; }

  .fm-mobile-fixed .fm-tooltip-comment {
    width: 100%; }

  .fm-scale a {
    width: 31px;
    height: 27px;
    font-size: 21px;
    line-height: 28px; } }
.search-results {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 100px; }
  .search-results .page-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    font-size: 24px;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .search-results .page-title {
        padding: 0; } }
    .search-results .page-title span {
      color: #C52944; }
  .search-results .textblock {
    border-bottom: 1px solid #C52944;
    margin-bottom: 60px;
    padding-top: 60px !important; }
  .search-results .search-results--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      .search-results .search-results--list {
        padding: 0; } }
  .search-results article {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 49%;
    margin-right: 2%;
    background-color: #eee;
    margin-bottom: 30px;
    padding: 20px;
    height: auto;
    min-height: 200px; }
    .search-results article:nth-of-type(2n) {
      margin-right: 0; }
    .search-results article h2 {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 15px; }
      @media (min-width: 1200px) {
        .search-results article h2 {
          font-size: 20px;
          line-height: 28px; } }
    @media (min-width: 768px) {
      .search-results article {
        width: 32%; }
        .search-results article:nth-of-type(2n) {
          margin-right: 2%; }
        .search-results article:nth-of-type(3n) {
          margin-right: 0; } }
  .search-results .view-link {
    display: inline-block;
    align-self: flex-start;
    color: #C52944;
    font-size: 14px;
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    margin-top: auto; }
  .search-results .product {
    border: 1px solid #C52944; }
    .search-results .product:before {
      content: "";
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #fff;
      background-image: url("images/shop-mob.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 20px;
      width: 30px;
      height: 30px;
      border-radius: 100%; }
  .search-results .pagination {
    padding: 0 20px; }

.wsp-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }
  .wsp-container h2 {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    color: #3B3C43; }
  .wsp-container ul {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-left: 0; }
  .wsp-container li {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 0; }
    .wsp-container li:before {
      display: none; }
    .wsp-container li ul {
      padding-left: 20px;
      margin-top: 20px; }
    .wsp-container li a {
      color: #212529;
      font-size: 16px;
      font-weight: 700; }
      .wsp-container li a:visited {
        color: #212529; }
  .wsp-container .children li a {
    color: #666;
    font-weight: normal; }
    .wsp-container .children li a:visited {
      color: #666; }

.page-id-3186 .site-content {
  padding-left: 20px;
  padding-right: 20px; }

/* New list blocks */
.list-block-container {
  display: flex;
  padding: 20px 0 40px;
  flex-direction: column;
  flex-wrap: wrap; }
  .list-block-container .list-block {
    padding-bottom: 40px; }
  .list-block-container .list-block:last-child {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .list-block-container {
      flex-direction: row; }
      .list-block-container .list-block {
        flex-basis: 50%;
        flex-grow: 1;
        padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .list-block-container {
      flex-direction: row; }
      .list-block-container .list-block {
        flex-basis: 33.3%;
        flex-grow: 1;
        padding-bottom: 0; } }

body.page-template-page-nexospace .textblock--small {
  color: #6AC0E6; }
body.page-template-page-nexospace .textimage-block--small {
  color: #6AC0E6; }
body.page-template-page-nexospace .newslist-small {
  color: #6AC0E6; }
body.page-template-page-nexospace .iconlist-small {
  color: #6AC0E6; }
body.page-template-page-nexospace .linkpanel-lightblue {
  background: #6AC0E6 url(images/backgrounds/services-bg.png) left no-repeat;
  background-size: cover;
  float: left;
  width: 100%; }
  body.page-template-page-nexospace .linkpanel-lightblue li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  body.page-template-page-nexospace .linkpanel-lightblue .linkspanel-col--2 li {
    padding: 20px 0;
    font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
    font-size: 18px; }
    body.page-template-page-nexospace .linkpanel-lightblue .linkspanel-col--2 li a {
      font-family: BoschSansRegular, Helvetica, Arial, sans-serif;
      font-size: 18px; }
      body.page-template-page-nexospace .linkpanel-lightblue .linkspanel-col--2 li a:hover {
        text-decoration: underline; }
      @media (min-width: 768px) {
        body.page-template-page-nexospace .linkpanel-lightblue .linkspanel-col--2 li a {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        body.page-template-page-nexospace .linkpanel-lightblue .linkspanel-col--2 li a {
          font-size: 18px; } }
  body.page-template-page-nexospace .linkpanel-lightblue .large-txt-links li {
    font-family: BoschSansBold, Helvetica, Arial, sans-serif;
    font-size: 20px; }
    @media (min-width: 1200px) {
      body.page-template-page-nexospace .linkpanel-lightblue .large-txt-links li {
        font-size: 30px; } }
    body.page-template-page-nexospace .linkpanel-lightblue .large-txt-links li a {
      font-family: BoschSansBold, Helvetica, Arial, sans-serif;
      font-size: 20px; }
      @media (min-width: 1200px) {
        body.page-template-page-nexospace .linkpanel-lightblue .large-txt-links li a {
          font-size: 30px; } }

/*# sourceMappingURL=style.css.map */
