/*!
 * sandbox v1.187.1
 * sandbox
 * (c) 2025 
 *  License
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Settings
------------------------------------------------------------------ */
/* [Core] - Config
------------------------------------------------------------------ */
/* Global
------------------------------------------------------------------ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px; }

select {
  width: 100%;
  border-radius: 4px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/wp-content/themes/rigips/images/lightbox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/wp-content/themes/rigips/images/lightbox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/wp-content/themes/rigips/images/lightbox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/wp-content/themes/rigips/images/lightbox/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/wp-content/themes/rigips/images/lightbox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(/wp-content/themes/rigips/images/lightbox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* [Core] - Breakpoints
------------------------------------------------------------------ */
/* [Core] - Background image
------------------------------------------------------------------ */
/*
 * Example: @include background-image('logo/apple.png');
 */
/* [Core] - Helpers
------------------------------------------------------------------ */
.container--fluid {
  margin-left: auto;
  margin-right: auto; }

.container--limitations {
  max-width: 69.8125rem; }

@media screen and (max-width: 70.9375em) {
  .container--holder {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.clearfix, .row {
  *zoom: 1; }
  .clearfix::before, .row::before, .clearfix::after, .row::after {
    display: table;
    content: ''; }
  .clearfix::after, .row::after {
    clear: both; }

.color-gray-600 {
  color: #646567; }

.color-red-500 {
  color: #fb0026; }

.color-blue-500 {
  color: #005eb8; }

/* [Core] - Typography
------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  text-rendering: optimizeLegibility; }

h1, .h1 {
  font-size: 1.875rem; }

h2, .h2 {
  font-size: 1.625rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

a {
  line-height: inherit;
  color: #005eb8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #005eb8;
    text-decoration: underline; }
  a img {
    border: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

/* Custom settings
------------------------------------------------------------------ */
.h1, h1 {
  margin-top: 2.5rem;
  margin-bottom: 1.5625rem;
  color: #005eb8;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.h2, h2 {
  margin-top: 1.875rem;
  color: #005eb8;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.h3, h3 {
  margin-bottom: 0.125rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #005eb8;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

.h6, h6 {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 300; }

p {
  color: #343434;
  font-size: 1.125rem;
  line-height: 1.5; }

a.gray {
  color: #646567; }
  a.gray:hover {
    color: #7d7e81;
    text-decoration: none; }

/* [Core] - Buttons
------------------------------------------------------------------ */
.action-button a:link, .action-button a:visited {
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: White;
  padding: 0.8rem;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none !important;
  font-weight: 500 !important;
  border-radius: 40px;
  font-family: "Ubuntu", sans-serif; }

.cta-blue-button a:link, .blue-button a:visited {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%); }

.cta-blue-button a:hover {
  background-position: right center;
  color: #fff; }

.cta-green-button a:link, .green-button a:visited {
  background-image: -webkit-gradient(linear, left top, right top, from(#82BB00), color-stop(41%, #82BB00), to(#bbce00));
  background-image: linear-gradient(to right, #82BB00 0%, #82BB00 41%, #bbce00 100%); }

.cta-green-button a:hover {
  background-position: right center;
  color: #fff; }

.cta-inverse1-button a:link, .inverse1-button a:visited {
  border-style: solid;
  border-color: #005EB8;
  color: #005EB8; }

.cta-inverse1-button a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  color: white; }

.cta-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

/* [Core] - Grid
------------------------------------------------------------------ */
.columns {
  position: relative;
  width: 100%;
  min-height: 1px;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.row {
  max-width: none; }
  .row--expanded {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }

.small-1 {
  width: 8.33333%; }

.small-2 {
  width: 16.66667%; }

.small-3 {
  width: 25%; }

.small-4 {
  width: 33.33333%; }

.small-5 {
  width: 41.66667%; }

.small-6 {
  width: 50%; }

.small-7 {
  width: 58.33333%; }

.small-8 {
  width: 66.66667%; }

.small-9 {
  width: 75%; }

.small-10 {
  width: 83.33333%; }

.small-11 {
  width: 91.66667%; }

.small-12 {
  width: 100%; }

@media only screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-3 {
    width: 25%; } }

@media only screen and (min-width: 40em) {
  .medium-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-6 {
    width: 50%; } }

@media only screen and (min-width: 40em) {
  .medium-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-9 {
    width: 75%; } }

@media only screen and (min-width: 40em) {
  .medium-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 40em) {
  .medium-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 40em) {
  .medium-12 {
    width: 100%; } }

@media only screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; } }

@media only screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%; } }

@media only screen and (min-width: 64em) {
  .large-3 {
    width: 25%; } }

@media only screen and (min-width: 64em) {
  .large-4 {
    width: 33.33333%; } }

@media only screen and (min-width: 64em) {
  .large-5 {
    width: 41.66667%; } }

@media only screen and (min-width: 64em) {
  .large-6 {
    width: 50%; } }

@media only screen and (min-width: 64em) {
  .large-7 {
    width: 58.33333%; } }

@media only screen and (min-width: 64em) {
  .large-8 {
    width: 66.66667%; } }

@media only screen and (min-width: 64em) {
  .large-9 {
    width: 75%; } }

@media only screen and (min-width: 64em) {
  .large-10 {
    width: 83.33333%; } }

@media only screen and (min-width: 64em) {
  .large-11 {
    width: 91.66667%; } }

@media only screen and (min-width: 64em) {
  .large-12 {
    width: 100%; } }

/* Import Vendor
------------------------------------------------------------------ */
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
	   This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 0; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel .carousel__nav {
  display: none; }

.owl-carousel__holder {
  position: relative; }

.owl-carousel__nav {
  display: block;
  margin-top: 0;
  margin-bottom: 1.4375rem; }
  @media screen and (min-width: 25.8125em) {
    .owl-carousel__nav {
      display: block; } }
  @media screen and (min-width: 61.25em) {
    .owl-carousel__nav {
      position: static; } }

.owl-carousel__next, .owl-carousel__prev {
  top: 50%;
  height: 2.875rem;
  width: 2.875rem;
  border: none;
  background-size: 2.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (min-width: 77.75em) {
    .owl-carousel__next, .owl-carousel__prev {
      position: absolute; } }

.owl-carousel__next {
  right: -1.25rem;
  background: url("/wp-content/themes/rigips/images//v3/icons/icon-right-button.svg") center center no-repeat; }
  @media screen and (min-width: 74.375em) {
    .owl-carousel__next {
      right: -3.75rem; } }
  @media screen and (min-width: 82.1875em) {
    .owl-carousel__next {
      right: -6.875rem; } }

.owl-carousel__prev {
  left: -1.25rem;
  background: url("/wp-content/themes/rigips/images//v3/icons/icon-left-button.svg") center center no-repeat; }
  @media screen and (min-width: 74.375em) {
    .owl-carousel__prev {
      left: -3.75rem; } }
  @media screen and (min-width: 82.1875em) {
    .owl-carousel__prev {
      left: -6.875rem; } }

.vks-banner {
  max-width: 270px; }
  .vks-banner.padded {
    padding-top: 0px; }
    .vks-banner.padded h4 {
      font-weight: 400; }
  .vks-banner .textcontent {
    padding-top: 0;
    padding-right: 0; }
  .vks-banner__header img {
    width: 100%; }
  .vks-banner h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 25px; }
  .vks-banner h4 {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px; }
  .vks-banner__inline-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .vks-banner__inline-links a {
      display: block;
      margin-right: 20px; }
    .vks-banner__inline-links img {
      height: auto;
      max-width: 100%; }

.documentation .vks-banner {
  float: left; }

.pricelist-banner {
  max-width: 270px; }
  .pricelist-banner.padded {
    padding-top: 0px; }
    .pricelist-banner.padded h4 {
      font-weight: 400; }
  .pricelist-banner .textcontent {
    padding-top: 0;
    padding-right: 0; }
  .pricelist-banner__header img {
    width: 100%; }
  .pricelist-banner h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 25px; }
  .pricelist-banner h4 {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px; }
  .pricelist-banner__inline-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pricelist-banner__inline-links a {
      display: block;
      margin-right: 20px; }
    .pricelist-banner__inline-links img {
      height: auto;
      max-width: 100%; }

.documentation .pricelist-banner {
  float: left; }

/* Import Pages
------------------------------------------------------------------ */
.p-employees {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .p-employees__sub {
    font-weight: 700; }
  @media screen and (min-width: 43.75em) {
    .p-employees__sub {
      max-width: 62%;
      margin-bottom: -2.1875rem; } }

.p-trainers {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .p-trainers__sub {
    font-weight: 700; }
  @media screen and (min-width: 43.75em) {
    .p-trainers__sub {
      max-width: 62%;
      margin-bottom: -2.1875rem; } }

/* Import Components
------------------------------------------------------------------ */
.js-main-navigation {
  display: none; }
  .js-main-navigation.active {
    display: block; }

.top-header-alert {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin-bottom: -15px;
  font-weight: 500; }
  .top-header-alert p {
    color: #ffffff !important; }
  .top-header-alert a {
    color: #ffffff;
    text-decoration: underline; }

@media only screen and (min-width: 768px) {
  .mobile-line-break {
    display: none; } }

.c-site-header {
  background: white;
  position: relative;
  z-index: 1;
  padding-left: 0.9375rem; }
  @media screen and (min-width: 56.25em) {
    .c-site-header {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .c-site-header__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: white;
    z-index: 1;
    padding-bottom: 0.625rem; }
    @media screen and (max-width: 56.25em) {
      .c-site-header__holder {
        position: relative; } }
  .c-site-header__left {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%; }
    @media screen and (min-width: 56.25em) {
      .c-site-header__left {
        padding-top: 1.5625rem;
        padding-bottom: 1.5625rem; } }
    .c-site-header__left-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media screen and (min-width: 56.25em) {
        .c-site-header__left-wrapper {
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; } }
    .c-site-header__left-item {
      margin-right: 2.5rem; }
  .c-site-header__right {
    z-index: 9;
    position: absolute;
    top: 3.9375rem;
    width: 100%;
    padding: 1.875rem 1.875rem 0.625rem; }
    @media screen and (max-width: 56.25em) {
      .c-site-header__right {
        background-color: #f1f1f1; } }
    @media screen and (min-width: 56.25em) {
      .c-site-header__right {
        position: static;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: white; } }
  .c-site-header__secondary-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media screen and (min-width: 67.5em) {
      .c-site-header__secondary-navigation-wrapper {
        background-color: #F3F3F3FF;
        padding: 4px 10px 4px 10px; } }
    .c-site-header__secondary-navigation-wrapper:after {
      z-index: -1;
      position: absolute;
      content: '';
      top: 2.0625rem;
      left: 75%;
      right: 0;
      bottom: 0;
      height: 1.875rem;
      background: transparent;
      display: none; }
      @media screen and (min-width: 56.25em) {
        .c-site-header__secondary-navigation-wrapper:after {
          display: block; } }
  .c-site-header__search {
    position: absolute;
    top: 2.0625rem;
    right: 0;
    display: none; }
    @media screen and (min-width: 56.25em) {
      .c-site-header__search {
        display: block; } }
  @media screen and (min-width: 56.25em) {
    .c-site-header__hamburger {
      display: none; } }
  .c-site-header__quick-contact {
    display: none; }
    @media screen and (min-width: 56.25em) {
      .c-site-header__quick-contact {
        display: block; } }
  @media screen and (min-width: 67.5em) {
    .c-site-header__right {
      display: block;
      width: 55%; }
    .c-site-header__left {
      width: 45%; }
    .c-site-header__secondary-navigation-wrapper {
      position: relative; }
      .c-site-header__secondary-navigation-wrapper:after {
        top: 0;
        left: -6%;
        height: auto;
        width: 100vw; }
    .c-site-header__search {
      position: static; }
    .c-site-header__secondary-navigation-wrapper {
      margin-bottom: 0.75rem; } }

.c-site-header-secondary {
  z-index: 0;
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  border-bottom: solid 2px #f1f1f1; }
  .c-site-header-secondary__nav {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: white; }
  .c-site-header-secondary__item {
    padding: 1.5em 1.25rem 1.25em;
    border-bottom: solid 2px transparent;
    text-decoration: none !important;
    color: #6b6c6d;
    font-weight: 700; }
    .c-site-header-secondary__item:hover {
      text-decoration: none;
      color: #005eb8; }
    .c-site-header-secondary__item.is-active {
      border-bottom-color: currentColor;
      color: #005eb8;
      font-weight: 600;
      text-decoration: none !important; }

@media only screen and (max-width: 1000px) {
  navi {
    width: 120px;
    margin: 40px auto; }
  butt {
    padding: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
    background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
    border: none;
    background-size: 200%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    color: white;
    border-radius: 20px;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    margin-top: 30px; }
    butt:hover {
      background-position: right center;
      color: #fff; }
  .slide {
    clear: both;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height .4s ease;
    transition: height .4s ease;
    margin: 40px 0 40px 10px;
    color: #6b6c6d;
    font-weight: 700;
    text-decoration: none !important; }
  .slide li {
    padding: 5px;
    display: block; }
  #touch {
    position: absolute;
    opacity: 0;
    height: 0px; }
  #touch:checked + .slide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; } }

@media only screen and (min-width: 1000px) {
  .mobile-category-nav {
    display: none; } }

@media only screen and (max-width: 1001px) {
  .desktop-category-nav {
    display: none; } }

.siteFooter {
  background: #F9F9F9FF;
  padding: 2rem 5rem 0 5rem; }
  @media (max-width: 900px) {
    .siteFooter {
      padding: 2rem 1rem 0 1rem; } }
  .siteFooter input,
  .siteFooter select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 80%;
    font-size: 0.9em;
    font-weight: 400;
    color: #757575; }
    @media (max-width: 900px) {
      .siteFooter input,
      .siteFooter select {
        width: 100%; } }
  .siteFooterin {
    margin-top: 40px; }
  .siteFooter .row:after {
    content: "";
    display: table;
    clear: both; }
  .siteFooter .column {
    width: 33.33%;
    padding: 15px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 900px) {
      .siteFooter .column {
        width: 100%; } }
  .siteFooter .column-bottom {
    width: 75%;
    padding: 15px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 900px) {
      .siteFooter .column-bottom {
        width: 100%; } }
  .siteFooter .column-bottom-b {
    width: 25%;
    padding: 15px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 900px) {
      .siteFooter .column-bottom-b {
        width: 100%; } }
  .siteFooter .row:nth-child(2) .column {
    width: 70%; }
  .siteFooter .row:nth-child(2) {
    width: 30%; }
    @media (max-width: 900px) {
      .siteFooter .row:nth-child(2) {
        width: 100%; } }
  .siteFooter-contact {
    margin: 0em 0 1.3em; }
    @media (max-width: 899px) {
      .siteFooter-contact {
        margin: 2em 0 0; } }
    .siteFooter-contact-title {
      font-size: 1.3em;
      font-weight: 500;
      margin-bottom: 0.7em;
      color: #005EB8FF; }
    .siteFooter-contact p {
      font-size: 0.9em;
      margin: .25em 0; }
    .siteFooter-contact a {
      color: #005EB8FF;
      margin-right: 1em;
      font-weight: 400;
      font-size: 0.9em; }
      @media screen and (max-width: 767px) {
        .siteFooter-contact a {
          margin: 5px; }
          .siteFooter-contact a[href^="mailto:"] {
            text-decoration: underline; } }
  .siteFooter-mobileNav {
    margin-bottom: 5rem; }
    @media (min-width: 799px) {
      .siteFooter-mobileNav {
        display: none; } }

.form-notice {
  padding: 5px;
  margin-right: 50px; }
  .form-notice h5 {
    font-style: italic;
    font-weight: 300;
    font-size: 0.9em; }
  .form-notice a {
    color: #005EB8FF; }
  .form-notice a:hover {
    text-decoration: underline; }

.btn-nwl {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #ffffff !important;
  padding: 0.5rem;
  margin-top: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none !important;
  font-weight: 400 !important;
  border-radius: 40px;
  max-width: 100px;
  font-family: "Ubuntu", sans-serif; }

.btn-subscribe {
  background-image: -webkit-gradient(linear, left top, right top, from(#82BB00), color-stop(41%, #82BB00), to(#bbce00));
  background-image: linear-gradient(to right, #82BB00 0%, #82BB00 41%, #bbce00 100%);
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #ffffff !important;
  padding: 1rem;
  margin-top: 5px;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none !important;
  font-weight: 400 !important;
  border-radius: 40px;
  width: 250px;
  font-family: "Ubuntu", sans-serif; }

.blue-link {
  color: #005EB8FF;
  font-weight: 700; }

.c-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -0.8125rem 5rem; }
  @media screen and (min-width: 56.25em) {
    .c-banner-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .c-banner-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    margin: 0.3125rem 0.8125rem; }
    @media screen and (min-width: 56.25em) {
      .c-banner-list__item {
        margin: 0.625rem 0.8125rem; } }
    .c-banner-list__item:nth-child(1) {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
    .c-banner-list__item:nth-child(2) {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
    .c-banner-list__item:nth-child(3) {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }

.c-blog-grid {
  margin: 2.5rem 0 4.375rem; }
  .c-blog-grid--four-items .f-article-item__image {
    max-height: 9.5rem; }
  @media screen and (min-width: 37.5em) {
    .c-blog-grid--four-items .c-blog-grid__item {
      width: 32%; } }
  @media screen and (min-width: 56.25em) {
    .c-blog-grid--four-items .c-blog-grid__item {
      width: 24%; } }
  .c-blog-grid__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-blog-grid__item {
    width: 100%;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 37.5em) {
      .c-blog-grid__item {
        width: 32%; } }

.c-instructions-list {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem; }
  .c-instructions-list__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-instructions-list .f-instruction-item {
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 30em) {
      .c-instructions-list .f-instruction-item {
        max-width: none; } }

.c-calculate-material {
  margin: 1.875rem 0;
  max-width: 37.5rem; }
  @media screen and (min-width: 38.125em) {
    .c-calculate-material__holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-calculate-material__left {
    width: 100%;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 38.125em) {
      .c-calculate-material__left {
        width: 59%;
        margin-bottom: 0; } }
  .c-calculate-material__right {
    width: 100%;
    margin: 0 5px 5px 0; }
    @media screen and (min-width: 38.125em) {
      .c-calculate-material__right {
        width: 49%; } }
    .c-calculate-material__right .e-button {
      padding: 0;
      height: 3.4375rem;
      line-height: 3.125rem; }

.c-tiles-grid {
  margin-top: 2.5rem;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    .c-tiles-grid__holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .c-tiles-grid__item {
    margin-bottom: 1.25rem;
    width: 100%; }
    @media screen and (max-width: 46.875em) {
      .c-tiles-grid__item .f-product-tile {
        max-width: none; } }
    @media screen and (min-width: 46.875em) {
      .c-tiles-grid__item {
        width: 49%; } }

.c-article__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-article__aside {
  float: right;
  margin-left: 1.875rem;
  margin-bottom: 1.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 13.75rem;
  max-width: 13.75rem; }
  @media screen and (min-width: 50em) {
    .c-article__aside {
      min-width: 23.75rem;
      max-width: 23.75rem; } }

.c-article__main {
  width: 100%; }
  @media screen and (min-width: 50em) {
    .c-article__main {
      padding-right: 1.875rem; } }

.c-article__inner {
  max-width: 53.125rem; }

.c-article__image-grid {
  list-style: none !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .c-article__image-grid li {
    position: relative;
    width: 100%; }
    .c-article__image-grid li a {
      display: block;
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
    .c-article__image-grid li:before {
      content: '' !important; }
    .c-article__image-grid li img {
      width: 100%; }
    @media screen and (min-width: 31.25em) {
      .c-article__image-grid li {
        width: 48%; } }
    @media screen and (min-width: 43.75em) {
      .c-article__image-grid li {
        width: 32%; } }
    @media screen and (min-width: 56.25em) {
      .c-article__image-grid li {
        width: 24%; } }

.c-article__count {
  position: absolute;
  right: 7px;
  bottom: -5px;
  width: 2.0625rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background-image: url("/wp-content/themes/rigips/images/v3/manual/mark.svg");
  background-size: cover; }

.c-article__number {
  position: relative;
  left: 6px;
  top: 3px;
  color: #343434; }

.c-article__tutorial {
  margin: 0 !important;
  padding: 0.9375rem 1.25rem 0.625rem !important;
  list-style: none !important;
  border-radius: 20px;
  background-color: #f1f1f1; }
  .c-article__tutorial li {
    padding-left: 0 !important; }
    .c-article__tutorial li:before {
      content: '' !important; }
    .c-article__tutorial li a {
      font-weight: 500;
      font-family: "Ubuntu", sans-serif; }

.c-article .f-cartridge-simple {
  margin: 0 -2rem 0 2rem; }

.c-article .f-cartridge,
.c-article .f-cartridge-simple {
  display: none; }
  .c-article .f-cartridge__holder,
  .c-article .f-cartridge-simple__holder {
    margin: 0 -2rem 0 2rem; }
  @media screen and (min-width: 37.5em) {
    .c-article .f-cartridge,
    .c-article .f-cartridge-simple {
      display: block; } }

.c-employee {
  position: relative;
  z-index: 0;
  padding-top: 3.125rem; }
  .c-employee h6 {
    font-weight: 500; }
  .c-employee__holder {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-employee__left, .c-employee__right {
    width: 100%; }
  .c-employee__left {
    padding: 1.875rem 0; }
  .c-employee__text {
    position: relative;
    padding: 0 1.875rem; }
    .c-employee__text:after, .c-employee__text:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.3125rem;
      left: 0;
      width: 0.875rem;
      height: 0.875rem;
      background: transparent url("/wp-content/themes/rigips/images/v3/icons/quotes.svg"); }
    .c-employee__text:after {
      top: auto;
      left: auto;
      bottom: 0.3125rem;
      right: 0;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media screen and (min-width: 43.75em) {
    .c-employee {
      padding-top: 0;
      min-height: 45.625rem; }
      .c-employee:nth-child(odd):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #f9f9f9; }
      .c-employee .c-employee__left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-employee__left, .c-employee__right {
        width: 48%; }
      .c-employee__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .c-employee .c-employee__left {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; }
      .c-employee:nth-child(even) {
        min-height: 51.875rem; }
        .c-employee:nth-child(even) .c-employee__left {
          padding: 9.375rem 0 9.375rem; }
      .c-employee .c-employee__right {
        padding-top: 3.125rem; }
      .c-employee:nth-child(odd):last-of-type {
        margin-bottom: 6.25rem; }
      .c-employee:nth-child(odd) .c-employee__left {
        padding: 0 0 9.375rem;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-employee:nth-child(odd):after {
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -100px;
        width: 200vw;
        height: 105%;
        -webkit-transform: translateX(-50%) rotate(-11.5deg);
                transform: translateX(-50%) rotate(-11.5deg);
        background-color: #f9f9f9; } }

.c-trainer {
  position: relative;
  z-index: 0;
  padding-top: 3.125rem; }
  .c-trainer h6 {
    font-weight: 500; }
  .c-trainer__holder {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-trainer__left, .c-trainer__right {
    width: 100%; }
  .c-trainer__text {
    position: relative; }
    .c-trainer__text:after {
      top: auto;
      left: auto;
      bottom: 0.3125rem;
      right: 0;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  @media screen and (min-width: 43.75em) {
    .c-trainer {
      padding-top: 0;
      min-height: 45.625rem; }
      .c-trainer:nth-child(odd):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background-color: #f9f9f9; }
      .c-trainer .c-trainer__left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-trainer__left, .c-trainer__right {
        width: 48%; }
      .c-trainer__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .c-trainer .c-trainer__left {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset; }
      .c-trainer:nth-child(even) {
        min-height: 51.875rem; }
        .c-trainer:nth-child(even) .c-trainer__left {
          padding: 9.375rem 0 9.375rem; }
      .c-trainer .c-trainer__right {
        padding-top: 3.125rem; }
      .c-trainer:nth-child(odd):last-of-type {
        margin-bottom: 6.25rem; }
      .c-trainer:nth-child(odd) .c-trainer__left {
        padding: 0 0 9.375rem;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .c-trainer:nth-child(odd):after {
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: -100px;
        width: 200vw;
        height: 105%;
        -webkit-transform: translateX(-50%) rotate(-11.5deg);
                transform: translateX(-50%) rotate(-11.5deg);
        background-color: #f9f9f9; } }

/* Import Fragments
------------------------------------------------------------------ */
.f-technical-support h6 {
  margin-bottom: 0; }

.f-technical-support__contact {
  margin-bottom: 0;
  font-size: 1.125rem; }

.f-technical-support .e-link {
  display: inline-block;
  margin-right: 1.125rem; }
  @media screen and (max-width: 767px) {
    .f-technical-support .e-link {
      margin: 5px; } }

.f-quick-contact__contact {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 1.125rem;
  line-height: 1; }

.f-quick-contact__divider {
  margin: 0 0.125rem; }

.f-quick-contact__opening-hours {
  margin-bottom: 0;
  color: #646567;
  font-size: 0.625rem; }

.f-quick-contact .e-link, .f-quick-contact__divider {
  color: #646567;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif; }

.f-quick-contact .e-link {
  text-decoration: none; }
  .f-quick-contact .e-link:hover {
    text-decoration: underline; }

.f-social-icons__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.375rem;
  text-decoration: none; }

.f-video-item h3 {
  color: #005eb8;
  font-size: 1rem;
  font-weight: 400; }

.f-video-item__header a {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
  border-radius: 10px;
  overflow: hidden; }

.f-video-item__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.875rem;
  height: 2.875rem;
  background: transparent url("/wp-content/themes/rigips/images//v3/icons/play-video.svg") center center no-repeat;
  background-size: 2.875rem 2.875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.f-secondary-navigation {
  width: 100%; }
  @media screen and (min-width: 56.25em) {
    .f-secondary-navigation {
      width: auto; } }
  .f-secondary-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .f-secondary-navigation__item {
    display: block; }
    @media screen and (min-width: 56.25em) {
      .f-secondary-navigation__item {
        display: inline-block;
        padding: 0 0.4375rem; }
        .f-secondary-navigation__item:first-of-type {
          padding-left: 0; }
        .f-secondary-navigation__item:last-of-type {
          padding-right: 0; } }
  .f-secondary-navigation__link {
    display: block;
    height: 2.8125rem;
    line-height: 2.8125rem;
    color: #646567;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 2px solid white; }
    .f-secondary-navigation__link:hover {
      text-decoration: none;
      color: #646567;
      border-bottom: 2px solid #005eb8; }
    .f-secondary-navigation__link--active {
      color: #005eb8;
      font-weight: 500; }
    @media screen and (min-width: 56.25em) {
      .f-secondary-navigation__link {
        display: inline-block;
        border-bottom: none;
        height: 2.1875rem;
        line-height: 2.1875rem;
        font-weight: 300; } }
  @media screen and (min-width: 67.5em) {
    .f-secondary-navigation__item {
      padding: 0 0.8125rem; } }

.f-primary-navigation__list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none; }
  @media screen and (min-width: 56.25em) {
    .f-primary-navigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.f-primary-navigation__item {
  display: block; }
  .f-primary-navigation__item:last-of-type {
    margin: 1.25rem 0 0.625rem; }
    @media screen and (min-width: 56.25em) {
      .f-primary-navigation__item:last-of-type {
        margin: 0; } }
  @media screen and (min-width: 56.25em) {
    .f-primary-navigation__item {
      display: inline-block;
      padding: 0 0.625rem; }
      .f-primary-navigation__item:first-of-type {
        padding-left: 0; }
      .f-primary-navigation__item:last-of-type {
        padding-right: 0; } }
  .f-primary-navigation__item--view-arrow > a span {
    position: relative; }
    .f-primary-navigation__item--view-arrow > a span:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 1.25rem;
      height: 0.6875rem;
      -webkit-transform: translateY(-50%) scaleY(-1);
              transform: translateY(-50%) scaleY(-1);
      background: url("/wp-content/themes/rigips/images/v3/icons/arrow-blue.svg") no-repeat center center; }
      @media screen and (min-width: 56.25em) {
        .f-primary-navigation__item--view-arrow > a span:after {
          content: "";
          display: inline-block;
          position: static;
          -webkit-transform: scaleY(-1);
                  transform: scaleY(-1); } }
  .f-primary-navigation__item--view-arrow .f-primary-navigation__link:hover {
    color: #7d7e81;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media screen and (min-width: 56.25em) {
    .f-primary-navigation__item--view-arrow.active .f-primary-navigation__link {
      position: relative; }
      .f-primary-navigation__item--view-arrow.active .f-primary-navigation__link:before {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        left: -9px;
        right: -5px;
        bottom: -12px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5), 0 1px 10px rgba(0, 0, 0, 0.2);
        background: white; }
      .f-primary-navigation__item--view-arrow.active .f-primary-navigation__link:after {
        z-index: 1000;
        content: "";
        display: block;
        position: absolute;
        left: -9px;
        right: -5px;
        bottom: -14px;
        height: 20px;
        background: white; } }

.f-primary-navigation__link {
  display: block;
  color: #646567;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  border-bottom: 2px solid white; }
  .f-primary-navigation__link:not(.e-button) {
    height: 2.8125rem;
    line-height: 2.8125rem; }
    @media screen and (min-width: 56.25em) {
      .f-primary-navigation__link:not(.e-button) {
        height: auto;
        line-height: inherit; } }
  @media screen and (min-width: 56.25em) {
    .f-primary-navigation__link {
      border-bottom: none; } }
  .f-primary-navigation__link span {
    display: block;
    width: 100%; }
    @media screen and (min-width: 56.25em) {
      .f-primary-navigation__link span {
        display: inline; } }
  .f-primary-navigation__link:hover {
    color: #7d7e81;
    -webkit-box-shadow: 0 2px 0 #005eb8;
            box-shadow: 0 2px 0 #005eb8;
    border-bottom: 2px solid #005eb8; }
    @media screen and (min-width: 56.25em) {
      .f-primary-navigation__link:hover {
        border-bottom: none; } }
  .f-primary-navigation__link--active {
    font-weight: 500; }
    .f-primary-navigation__link--active:hover {
      color: #0078eb; }
  .f-primary-navigation__link.e-button {
    padding: 0.625rem 1.5625rem 0.5rem; }
  @media screen and (min-width: 56.25em) {
    .f-primary-navigation__link {
      display: inline-block;
      padding: 0.3125rem 0 0.3125rem;
      height: auto;
      line-height: inherit; } }

@media screen and (min-width: 67.5em) {
  .f-primary-navigation__item {
    display: inline-block;
    padding: 0; }
  .f-primary-navigation__link {
    padding: 0.3125rem 0 0.125rem; } }

.js-navigation-expand {
  display: none; }
  .js-navigation-expand.active {
    display: block; }

.f-sub-navigation {
  z-index: 10;
  width: 100%;
  padding-top: 2rem; }
  @media screen and (min-width: 56.25em) {
    .f-sub-navigation {
      position: absolute;
      top: 9.5625rem;
      left: 0;
      background: white;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5), 0 2px 12px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5), 0 2px 12px rgba(0, 0, 0, 0.2); } }
  @media screen and (min-width: 67.5em) {
    .f-sub-navigation {
      top: 5.9375rem; } }
  .f-sub-navigation h3 {
    margin-bottom: 0.5rem;
    color: #646567;
    font-size: 1.125rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500; }
  .f-sub-navigation p {
    margin-bottom: 1rem;
    min-height: 2.625rem;
    color: #646567;
    font-size: 0.875rem;
    line-height: 1.2;
    font-family: "Roboto", sans-serif; }
  .f-sub-navigation__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 58.75rem;
        margin: auto; }
        .f-sub-navigation__holder--wider {
          max-width: 71.875rem; } }
  .f-sub-navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 900px) {
      .f-sub-navigation__item {
        background: #f3f3f3;
        margin: 10px;
        border-radius: 20px;
        -webkit-box-shadow: 0 3px 10px #dbdbdb;
        box-shadow: 0 3px 10px #dbdbdb; } }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 33.333%;
        padding: 1rem 1rem 2.8125rem; } }
  .f-sub-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .f-sub-navigation__list-item {
    padding-bottom: 0.3125rem; }
  .f-sub-navigation__link {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
    .f-sub-navigation__link:hover {
      zoom: 101%;
      text-decoration: none; }
  .f-sub-navigation__next-tips {
    margin-top: 1.25rem; }
    .f-sub-navigation__next-tips img {
      display: none; }
    .f-sub-navigation__next-tips p {
      margin-bottom: 0; }
    .f-sub-navigation__next-tips a {
      margin-top: 5px;
      color: #005eb8;
      font-weight: 500;
      font-size: 16px;
      text-decoration: none; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__next-tips {
        margin-top: auto; }
        .f-sub-navigation__next-tips img {
          display: block;
          margin-top: 0.1875rem;
          margin-bottom: 1.5rem; } }
  .f-sub-navigation .f-mini-message {
    margin-bottom: 1.875rem; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation .f-mini-message {
        margin-bottom: 0; } }
  .f-sub-navigation__grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 1rem 4.5625rem 3rem 0; } }
  @media screen and (min-width: 56.25em) {
    .f-sub-navigation__grid-item {
      width: calc((100% - 132px) / 4);
      margin-left: 2rem; } }
  .f-sub-navigation__box {
    display: block;
    padding: 0.1875rem 0;
    text-align: left;
    text-decoration: none; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__box {
        padding: 0;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; } }
    .f-sub-navigation__box:hover {
      text-decoration: none; }
    .f-sub-navigation__box-image {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 8.75rem; }
      @media screen and (min-width: 56.25em) {
        .f-sub-navigation__box-image {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .f-sub-navigation__box-content {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
  .f-sub-navigation__aside {
    padding: 1rem 0; }
    .f-sub-navigation__aside-item {
      margin: 0.5rem 0;
      text-align: center; }
      .f-sub-navigation__aside-item--banner {
        margin-top: 1.5rem; }
        .f-sub-navigation__aside-item--banner-secondary .f-media-card__overlay {
          height: 9rem; }
        .f-sub-navigation__aside-item--banner-secondary .f-media-card__overlay-in {
          font-weight: 700;
          text-transform: uppercase; }
    @media screen and (min-width: 56.25em) {
      .f-sub-navigation__aside {
        min-width: 17.6875rem;
        max-width: 17.6875rem;
        padding: 1rem; }
        .f-sub-navigation__aside-item {
          text-align: inherit; } }

.link-no-underline:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none; }

.btn-tips {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  font-weight: 600;
  font-size: 16px;
  width: 190px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
  border-radius: 40px;
  font-family: "Ubuntu", sans-serif; }

.btn-tips:hover {
  background-position: right center;
  color: #fff; }

.videoSection img {
  width: 100%;
  border-radius: 10px; }

.videoSection p {
  margin-top: 10px;
  margin-bottom: 10px; }

.videoSection__wrapper {
  position: relative; }

.videoSection .pagePart {
  width: 100%; }

.videoSection .textcontent {
  padding-top: 0; }

.videoSection__row {
  width: 100%;
  max-width: 600px;
  margin: 50px auto auto; }
  @media (min-width: 900px) {
    .videoSection__row {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 88px -10px auto -10px; } }

.videoSection__col {
  width: 50%; }
  @media (max-width: 900px) {
    .videoSection__col {
      width: 100%; } }
  @media (min-width: 900px) {
    .videoSection__col {
      margin-left: 10px;
      margin-right: 10px; } }
  .videoSection__col:first-of-type {
    margin-bottom: 70px; }
    @media (min-width: 900px) {
      .videoSection__col:first-of-type {
        margin-bottom: 0; } }

.videoSection__intro h3 {
  color: #005eb8;
  font-size: 17px; }

.videoSection__intro img {
  margin-bottom: 22px;
  border-radius: 10px; }

.videoSection__video-image {
  position: relative; }
  .videoSection__video-image--small-icon {
    background-size: 58px !important;
    width: 58px !important;
    height: 58px !important; }
  .videoSection__video-image--large-icon {
    background-size: 100px !important;
    width: 100px !important;
    height: 100px !important; }

.videoSection__box {
  content: "";
  display: table;
  table-layout: fixed;
  margin-bottom: 12px; }
  .videoSection__box h3 {
    color: #005eb8; }
  .videoSection__box--image {
    float: left;
    max-width: 230px;
    margin-right: 24px; }
    .videoSection__box--image img {
      border-radius: 10px; }

.videoSection__video-list {
  margin-bottom: 0;
  position: relative; }

.videoSection__video-list-header {
  content: "";
  display: table;
  table-layout: fixed;
  padding-right: 260px; }
  @media (max-width: 680px) {
    .videoSection__video-list-header {
      padding-bottom: 20px;
      padding-right: 0; } }
  .videoSection__video-list-header h2 {
    margin-top: 0;
    font-weight: 700; }

.videoSection__video-list-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  margin-top: 3px; }
  .videoSection__video-list-items.carousel {
    padding: 0; }

.videoSection__box--content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical; }

.videoSection__list-wrapper {
  position: relative;
  padding: 10px !important; }
  .videoSection__list-wrapper h3 {
    color: #005eb8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .videoSection__list-wrapper--content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .videoSection__list-wrapper--image {
    max-width: 100%;
    margin-bottom: 12px; }
    .videoSection__list-wrapper--image img {
      max-width: 270px;
      border-radius: 20px; }

.joinUsPromo {
  content: "";
  display: table;
  table-layout: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 900px) {
    .joinUsPromo {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1126px) {
    .joinUsPromo {
      display: block; } }

@media (min-width: 900px) {
  .joinUsPromo__text {
    max-width: 535px;
    float: left; } }

@media (min-width: 900px) {
  .joinUsPromo__video {
    max-width: 535px;
    float: right;
    margin-top: -100px; } }

@media (min-width: 900px) {
  .joinUsPromo__video {
    margin-left: 1rem; } }

.joinUsPromo__video:hover .joinUsPromo__playIcon {
  opacity: 1; }

.joinUsPromo__videoTitle {
  position: absolute;
  top: 30%;
  left: 5%;
  color: #fff;
  font-family: 'Ubuntu', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
  font-size: 8vw;
  line-height: 1.2; }
  @media (min-width: 900px) {
    .joinUsPromo__videoTitle {
      font-size: 48px;
      line-height: 54px;
      top: 112px;
      left: 30px; } }

.joinUsPromo__playIcon {
  background: transparent url("/wp-content/themes/rigips/images/icon-play-video.svg");
  background-size: 100%;
  height: 15vw;
  width: 15vw;
  position: absolute;
  bottom: 0;
  right: 13px;
  opacity: .7; }
  .joinUsPromo__playIcon:hover {
    opacity: 1 !important; }
  @media (min-width: 900px) {
    .joinUsPromo__playIcon {
      height: 68px;
      width: 68px; } }

.joinUsPromo__playIcon--gray {
  background: transparent url("/wp-content/themes/rigips/images/icon/play-video-icon-gray.svg") no-repeat !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important; }

.joinUsPromo__playIcon--blue {
  background: transparent url("/wp-content/themes/rigips/images/icon-play.svg") no-repeat !important;
  background-size: 58px !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important; }

.f-video-navigation {
  display: none;
  padding-top: 1.125rem;
  background-color: #005eb8; }
  @media screen and (min-width: 56.25em) {
    .f-video-navigation {
      display: block; } }
  .f-video-navigation h2 {
    margin: 0 0 15px 0; }
    .f-video-navigation h2 a {
      color: white; }
  .f-video-navigation__holder {
    margin: 0 auto;
    max-width: 900px; }
  .f-video-navigation__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .f-video-navigation__item {
    width: 20%; }
    .f-video-navigation__item .videoSection__list-wrapper--image img {
      width: 100%;
      max-height: 100px; }
    .f-video-navigation__item .videoSection__list-wrapper h3 {
      color: white;
      font-size: 16px;
      font-family: Helvetica, Arial, sans-serif;
      font-weight: 500; }

#nav-jak-na-to .subnav-parts {
  padding-bottom: 0; }

.f-show-me-more {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  text-align: center; }

.f-calculator-button {
  position: relative;
  width: 100%;
  min-height: 7.5625rem;
  padding: 1.125rem 0.625rem 1.125rem 0.625rem;
  margin-bottom: 2.5rem;
  border-radius: 20px;
  background-color: #005eb8; }
  .f-calculator-button > p {
    margin: 0 !important;
    height: 0; }
  .f-calculator-button a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0; }
  .f-calculator-button:hover .f-calculator-button__icon {
    position: relative;
    -webkit-animation: ease-in infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1s; }
  @media screen and (min-width: 28.125em) {
    .f-calculator-button {
      padding: 1.125rem 1.5625rem 1.125rem 0.625rem; } }
  @media screen and (min-width: 38.5625em) {
    .f-calculator-button {
      max-width: 38.5625rem;
      padding: 1.125rem 2rem 1.125rem 2.5rem; } }
  .f-calculator-button:hover .f-calculator-button__text-secondary {
    text-decoration: none; }
  .f-calculator-button__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .f-calculator-button__image {
    display: none;
    min-width: 2.5rem;
    -webkit-box-shadow: 5px 0 0 #f1f1f1;
            box-shadow: 5px 0 0 #f1f1f1; }
    .f-calculator-button__image img {
      max-width: 2.5rem; }
    @media screen and (min-width: 38.5625em) {
      .f-calculator-button__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 5.3125rem;
        max-width: 5.3125rem;
        min-height: 5.3125rem;
        max-height: 5.3125rem;
        -webkit-box-shadow: 0 0 0 8px #f1f1f1;
                box-shadow: 0 0 0 8px #f1f1f1;
        border-radius: 50%; }
        .f-calculator-button__image .f-calculator-button__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-shadow: 0 0 0 3px #005eb8;
                  box-shadow: 0 0 0 3px #005eb8;
          border-radius: 50%;
          background-color: white; }
        .f-calculator-button__image img {
          display: block;
          margin: auto;
          max-width: 2.8125rem; } }
  .f-calculator-button__text {
    color: white;
    font-size: 0.8125rem;
    font-family: "Roboto", sans-serif; }
    .f-calculator-button__text p, .f-calculator-button__text a {
      color: white !important; }
    .f-calculator-button__text p {
      margin-bottom: 0; }
    .f-calculator-button__text .br-hide {
      display: none; }
      @media screen and (min-width: 25em) {
        .f-calculator-button__text .br-hide {
          display: block; } }
    @media screen and (min-width: 28.125em) {
      .f-calculator-button__text {
        padding: 0 0.625rem;
        font-size: 1.125rem; } }
    @media screen and (min-width: 38.5625em) {
      .f-calculator-button__text {
        padding: 0 1.875rem; } }
  .f-calculator-button__text-secondary {
    display: block;
    text-decoration: underline; }
  .f-calculator-button__icon {
    min-width: 1.875rem; }
    .f-calculator-button__icon img {
      max-width: 1.875rem; }
    @media screen and (min-width: 38.5625em) {
      .f-calculator-button__icon {
        min-width: 2.875rem; }
        .f-calculator-button__icon img {
          max-width: 2.875rem; } }
  .f-calculator-button__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0; }

@-webkit-keyframes run {
  0% {
    left: -10px; }
  100% {
    left: 5px; } }

.f-mini-message {
  padding: 0.75rem 0.625rem;
  color: white;
  font-size: 1rem;
  text-align: left;
  background-color: #005eb8; }
  @media (max-width: 767px) {
    .f-mini-message {
      border-radius: 10px;
      margin-top: 15px; } }
  .f-mini-message__holder {
    margin: 0 auto;
    max-width: 900px; }
  .f-mini-message a {
    color: white;
    font-weight: 700;
    text-decoration: none; }
    .f-mini-message a:hover {
      zoom: 101%; }

.f-media-card {
  display: inline-block;
  max-width: 37.5rem;
  border-radius: 8px;
  overflow: hidden; }
  .f-media-card__holder {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 18.75rem; }
  .f-media-card__overlay {
    z-index: 12;
    position: absolute;
    top: -0.5px;
    left: 0;
    width: 68%;
    color: #FFFFFF;
    background-image: url("/wp-content/themes/rigips/images/media-card-overlay-shape.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 535px;
    max-width: 300px;
    height: 11.4375rem; }
  .f-media-card__overlay-in {
    display: block;
    padding: 0.9375rem 1.1875rem;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif; }
  .f-media-card img {
    width: 120%; }

.f-calculator-crossroad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5625rem; }
  @media (min-width: 56.25em) {
    .f-calculator-crossroad {
      padding: 0; } }
  @media (min-width: 56.25em) {
    .f-calculator-crossroad__item + .f-calculator-crossroad__item {
      margin: 0 0 0 1.875rem; } }
  .f-calculator-crossroad__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 46%;
            flex: 1 1 46%;
    margin: 0 2% 3.125rem; }
    @media screen and (max-width: 30em) {
      .f-calculator-crossroad__item {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 29%; } }
    @media screen and (min-width: 480px) and (max-width: 728px) {
      .f-calculator-crossroad__item {
        width: 33%;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none; } }
    @media (min-width: 48em) {
      .f-calculator-crossroad__item {
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
        margin: 0 3% 3.125rem; } }
    @media (min-width: 56.25em) {
      .f-calculator-crossroad__item {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        margin: 0; } }
    .f-calculator-crossroad__item:hover .f-calculator-crossroad__image {
      border-color: #a7a8aa;
      background: #f9f9f9; }
    .f-calculator-crossroad__item:hover .f-calculator-crossroad__name {
      text-decoration: none; }
  .f-calculator-crossroad__image {
    position: relative;
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 1.0625rem;
    border: 8px solid #f1f1f1;
    border-radius: 50%;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in; }
    @media (min-width: 56.25em) {
      .f-calculator-crossroad__image {
        margin-bottom: 1.6875rem; } }
    .f-calculator-crossroad__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 43.5%; }
      @media (min-width: 56.25em) {
        .f-calculator-crossroad__image img {
          width: 42%; } }
  .f-calculator-crossroad__name {
    display: block;
    text-align: center;
    color: #005eb8;
    font-size: 7.5vw;
    font-family: "Ubuntu", sans-serif;
    text-decoration: none; }
    @media screen and (max-width: 30em) {
      .f-calculator-crossroad__name {
        font-size: 4.5vw; } }
    @media screen and (min-width: 480px) and (max-width: 728px) {
      .f-calculator-crossroad__name {
        font-size: 4.5vw; } }
    @media (min-width: 48em) {
      .f-calculator-crossroad__name {
        font-size: 3vw; } }
    @media (min-width: 56.25em) {
      .f-calculator-crossroad__name {
        font-size: 1.5rem; } }

.f-cartridge {
  z-index: -1;
  position: relative;
  padding-bottom: 3.125rem;
  -webkit-transform: skewY(-11deg);
          transform: skewY(-11deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  border-radius: 0 0 20px 20px;
  background-color: #f9f9f9; }
  @media screen and (min-width: 50em) {
    .f-cartridge {
      padding-bottom: 6.25rem; } }
  .f-cartridge__cropped {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden; }
  .f-cartridge__transform {
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    min-height: 15.625rem; }
  .f-cartridge__image {
    margin-top: 0.375rem; }

.f-cartridge-simple {
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-transform: skewY(-11deg);
          transform: skewY(-11deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }
  .f-cartridge-simple__inner {
    min-height: 15.625rem;
    -webkit-transform: skewY(11deg);
            transform: skewY(11deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .f-cartridge-simple__image {
    height: 100%;
    width: 100%; }

.f-masonry-grid {
  position: relative;
  margin: auto;
  width: 100%;
  margin-bottom: 5rem;
  display: grid;
  grid-gap: 3vmin;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense; }
  .f-masonry-grid:before {
    content: '';
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    grid-column: 1 / 1;
    grid-row: 1 / 1; }
  .f-masonry-grid__item {
    overflow: hidden;
    position: relative;
    border-radius: 20px; }
    .f-masonry-grid__item--1 {
      grid-column: 1 / 1;
      grid-row: 1 / 3; }
    .f-masonry-grid__item--3 {
      grid-column: 3 / 3;
      grid-row: 1 / 3; }
    .f-masonry-grid__item--4 {
      grid-column: 1 / 1;
      grid-row: 3 / 3; }
    .f-masonry-grid__item--5 {
      grid-column: 2 / 2;
      grid-row: 2 / 4; }
    .f-masonry-grid__item--6 {
      grid-column: 3 / 3;
      grid-row: 3 / 3; }
  .f-masonry-grid__image {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.f-product-tile {
  position: relative;
  overflow: hidden;
  max-width: 33.75rem;
  height: 100%;
  border-radius: 20px;
  background-color: #D8D8D8;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("/wp-content/themes/rigips/images/v3/banners/tile.png?v=0.99386"); }
  .f-product-tile__holder {
    padding: 0.875rem 1.0625rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .f-product-tile__top {
    padding-top: 100px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media screen and (min-width: 28.125em) {
      .f-product-tile__top {
        max-width: 50%;
        padding-top: 0; } }
  .f-product-tile__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .f-product-tile__headline {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: #005eb8;
    font-size: 1.125rem; }
  .f-product-tile__info, .f-product-tile__list-item {
    color: #343434;
    font-size: 1rem; }
  .f-product-tile__info {
    margin-bottom: 2.5rem; }
  .f-product-tile__list {
    margin: 0 !important;
    padding: 0;
    list-style: none; }
  .f-product-tile__list-item {
    position: relative; }
    .f-product-tile__list-item:before {
      content: '' !important; }
  .f-product-tile__tick {
    position: absolute;
    top: 0.375rem;
    left: 0;
    width: 1.25rem;
    height: 0.6875rem;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/rigips/images/v3/icons/tick--green.svg?v=0.99386"); }
  .f-product-tile__list-text {
    padding-left: 1.75rem; }
  .f-product-tile__cta {
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #005eb8;
    font-size: 1rem;
    white-space: nowrap;
    text-decoration: none; }
    .f-product-tile__cta:after {
      content: " \203A";
      font-weight: 300;
      font-size: 20px; }
  .f-product-tile__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .f-product-tile__link:hover + .f-product-tile__cta {
      text-decoration: none;
      zoom: 102%;
      -webkit-transition: 0.9s;
      transition: 0.9s; }

.f-download-list {
  width: 100%; }
  .f-download-list__item {
    display: block;
    padding: 0.9375rem 4.375rem 0.9375rem 1.25rem;
    margin-bottom: 0.625rem;
    border: 4px solid #f1f1f1;
    border-radius: 20px;
    color: #005eb8;
    font-size: 1.125rem;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 2.375rem;
    background-image: url("/wp-content/themes/rigips/images//v3/icons/aside-downloads.svg?v=0.99386"); }
    .f-download-list__item:hover {
      -webkit-box-shadow: 0px 0px 14px #C0C0C0FF;
      box-shadow: 0px 0px 14px #C0C0C0FF;
      text-decoration: none;
      zoom: 102%; }
  .f-download-list--secondary .f-download-list__item {
    position: relative;
    padding: 0.9375rem 2.8125rem 0.9375rem 4.375rem;
    font-size: 1rem;
    color: black;
    background-position: left 18px center;
    background-image: url("/wp-content/themes/rigips/images//download-all-blue.svg?v=0.99386"); }
    .f-download-list--secondary .f-download-list__item span {
      color: #005eb8;
      text-decoration: underline; }
    .f-download-list--secondary .f-download-list__item:after {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 1.0625rem;
      height: rem(16);
      background-image: url("/wp-content/themes/rigips/images//button-arrow.svg?v=0.99386");
      background-size: 1.0625rem 1rem; }
    .f-download-list--secondary .f-download-list__item:hover {
      text-decoration: none; }
      .f-download-list--secondary .f-download-list__item:hover span {
        text-decoration: none; }

.f-description-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .f-description-list__item {
    position: relative;
    margin-bottom: 1.25rem; }
  .f-description-list__text {
    display: inherit;
    padding-left: 2.8125rem; }
  .f-description-list__icon {
    position: absolute;
    top: -0.25rem;
    left: 0;
    width: 1.9375rem;
    height: 1.9375rem;
    background-size: 1.9375rem 1.9375rem;
    background-repeat: no-repeat; }
    .f-description-list__icon--feather {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/feather.svg?v=0.99386"); }
    .f-description-list__icon--hammer {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/hammer.svg?v=0.99386"); }
    .f-description-list__icon--aesthetic {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/aesthetic.svg?v=0.99386"); }
    .f-description-list__icon--anchor {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/anchor.svg?v=0.99386"); }
    .f-description-list__icon--eco {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/eco.svg?v=0.99386"); }
    .f-description-list__icon--energy {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/energy.svg?v=0.99386"); }
    .f-description-list__icon--fire {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/fire.svg?v=0.99386"); }
    .f-description-list__icon--hydro {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/hydro.svg?v=0.99386"); }
    .f-description-list__icon--screwdriver {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/screwdriver.svg?v=0.99386"); }
    .f-description-list__icon--shower {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/shower.svg?v=0.99386"); }
    .f-description-list__icon--sound {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/sound.svg?v=0.99386"); }
    .f-description-list__icon--speaker {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/speaker.svg?v=0.99386"); }
    .f-description-list__icon--strong {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/strong.svg?v=0.99386"); }
    .f-description-list__icon--time {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/time.svg?v=0.99386"); }
    .f-description-list__icon--acoustic-control {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/acoustic-control.svg?v=0.99386"); }
    .f-description-list__icon--economic-saving {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/economic-saving.svg?v=0.99386"); }
    .f-description-list__icon--inspiring-spaces {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/inspiring-spaces.svg?v=0.99386"); }
    .f-description-list__icon--neat-finish {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/neat-finish.svg?v=0.99386"); }
    .f-description-list__icon--quality-assurance {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/quality-assurance.svg?v=0.99386"); }
    .f-description-list__icon--smooth-manual-finish {
      background-image: url("/wp-content/themes/rigips/images/v3/icons/smooth-manual-finish.svg?v=0.99386"); }

.f-construction-requirements h3 {
  margin-bottom: 0.375rem;
  color: #005eb8;
  font-size: 1.125rem; }

.f-construction-requirements p {
  margin: 0 0 1.25rem;
  font-size: 1rem !important;
  line-height: 1.375rem !important;
  min-height: 4.125rem; }

.f-construction-requirements .e-button {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 37.5em) {
    .f-construction-requirements .e-button {
      position: absolute;
      left: 1.5625rem;
      bottom: -0.75rem; } }

.f-construction-requirements__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.90625rem;
  margin-right: -0.90625rem; }

.f-construction-requirements__item {
  position: relative;
  border-top: 2px solid #f1f1f1;
  float: left;
  margin-left: 0.90625rem;
  margin-right: 0.90625rem;
  margin-bottom: 1.5rem;
  padding: 2.4375rem 1.1875rem 1.8125rem;
  width: 100%;
  border: 2px solid #f1f1f1;
  border-radius: 20px; }
  @media screen and (min-width: 37.5em) {
    .f-construction-requirements__item {
      width: 15.875rem; } }

.f-construction-requirements__icons {
  float: none;
  width: auto;
  margin: 0 0 1.875rem;
  text-align: center; }
  .f-construction-requirements__icons img {
    display: block;
    margin-bottom: 0.625rem; }
  .f-construction-requirements__icons img {
    display: inline-block;
    width: 3.75rem;
    margin: 0 0.1875rem; }

.f-construction-requirements__content {
  position: relative;
  float: none;
  width: auto;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .f-construction-requirements__content {
      text-align: center;
      min-height: 13.75rem; } }

.f-instruction-item {
  max-width: 15.625rem; }
  .f-instruction-item__link {
    display: block;
    text-decoration: none; }
    .f-instruction-item__link:hover .f-instruction-item__cta {
      text-decoration: none; }
  .f-instruction-item__image {
    display: block;
    width: 100%;
    max-height: 9.375rem;
    margin-bottom: 1rem;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover; }
  .f-instruction-item__headline {
    margin-bottom: 0.625rem;
    color: #005eb8;
    font-size: 1.125rem; }
  .f-instruction-item__info {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .f-instruction-item__cta {
    color: #005eb8;
    font-size: 1rem;
    text-decoration: underline; }

.f-three-image-slant {
  margin-bottom: 2.5rem;
  min-height: 22.5rem;
  position: relative; }
  @media screen and (min-width: 43.75em) {
    .f-three-image-slant {
      max-width: 31.25rem; } }
  .f-three-image-slant__featured-outer {
    border-radius: 1.25rem;
    height: 19.375rem;
    width: 100%;
    position: relative;
    background: #fff;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    margin: 35px 35px 35px 0;
    overflow: hidden; }
  .f-three-image-slant__featured-inner {
    margin: 0px 35px 35px 0px;
    -webkit-transform: skewY(10deg) scale(1.2, 1.2);
    transform: skewY(10deg) scale(1.2, 1.2); }
  .f-three-image-slant__holder {
    margin-top: 0.625rem;
    min-height: 11.25rem;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: skew(0deg, -10deg);
            transform: skew(0deg, -10deg);
    /* Standard syntax */ }
  .f-three-image-slant__two-images-outer {
    border-radius: 1.25rem;
    min-height: 11.25rem;
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 35em) {
      .f-three-image-slant__two-images-outer {
        width: 49%; } }
    .f-three-image-slant__two-images-outer:nth-of-type(2) {
      position: relative;
      margin-top: 1.875rem; }
      @media screen and (min-width: 35em) {
        .f-three-image-slant__two-images-outer:nth-of-type(2) {
          position: absolute;
          top: 0;
          right: 0;
          margin-top: 0; } }
  .f-three-image-slant__two-images-inner {
    -webkit-transform: skew(0deg, 10deg);
            transform: skew(0deg, 10deg); }

.f-wide-banner {
  display: block;
  margin-bottom: 3.75rem;
  text-decoration: none; }
  .f-wide-banner__holder {
    display: block;
    padding: 1.375rem 1.375rem 1.375rem 1.375rem;
    border-radius: 20px;
    background: white no-repeat right center;
    background-size: auto 100%; }
    @media screen and (min-width: 56.25em) {
      .f-wide-banner__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 1.375rem 20.125rem 1.375rem 1.375rem; } }
    @media screen and (max-width: 56.25em) {
      .f-wide-banner__holder {
        background-image: none !important; } }
  .f-wide-banner__image {
    display: block;
    margin-bottom: 1rem;
    text-align: center; }
    @media screen and (min-width: 56.25em) {
      .f-wide-banner__image {
        margin-right: 3.5rem; } }
    .f-wide-banner__image img {
      max-width: 15.625rem; }
  .f-wide-banner__title {
    display: block;
    margin-bottom: 0.3125rem;
    color: #005eb8;
    font-weight: 700; }
  .f-wide-banner__text {
    display: block;
    margin-bottom: 1.5625rem;
    font-size: 1rem;
    color: #343434;
    line-height: 1.2; }
    @media screen and (min-width: 56.25em) {
      .f-wide-banner__text {
        margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 56.25em) {
    .f-wide-banner .e-button {
      display: block;
      width: 100%;
      padding-top: 1.0625rem;
      padding-bottom: 1.0625rem; } }

.f-wide-banner:hover {
  text-decoration: none; }

.f-grid {
  margin-bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .f-grid h3 {
    margin-top: 0 !important; }
  .f-grid.cols-2 .f-grid__column {
    width: 100%; }
    @media screen and (min-width: 31.25em) {
      .f-grid.cols-2 .f-grid__column {
        width: 48%; } }
    .f-grid.cols-2 .f-grid__column li:before {
      padding-right: 5px; }
  .f-grid.cols-3 .f-grid__column {
    width: 100%; }
    @media screen and (min-width: 31.25em) {
      .f-grid.cols-3 .f-grid__column {
        width: 48%; } }
    @media screen and (min-width: 50em) {
      .f-grid.cols-3 .f-grid__column {
        width: 31%; } }
    .f-grid.cols-3 .f-grid__column li:before {
      padding-right: 5px; }

.f-banner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  @media screen and (min-width: 56.25em) {
    .f-banner {
      padding: 1.25rem 1.0625rem; } }
  .f-banner__content {
    margin-bottom: 1.125rem; }
  .f-banner__title {
    margin-bottom: 0.875rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif; }
  .f-banner__text {
    margin-bottom: 0;
    color: inherit;
    line-height: 1.2;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
  .f-banner__action {
    margin-top: auto; }
  .f-banner__link {
    display: inline-block;
    color: #005eb8;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: underline; }
    @media screen and (min-width: 56.25em) {
      .f-banner__link {
        margin-bottom: 0.125rem;
        font-size: 1.5rem; } }
  .f-banner__service {
    font-size: 18px;
    margin-bottom: 10px;
    color: #005eb8; }
  @media screen and (max-width: 56.25em) {
    .f-banner--sell-place, .f-banner--find-firm {
      background: white; } }
  .f-banner--sell-place .f-banner__content,
  .f-banner--find-firm .f-banner__content {
    display: none; }
    @media screen and (min-width: 56.25em) {
      .f-banner--sell-place .f-banner__content,
      .f-banner--find-firm .f-banner__content {
        display: block; } }
  .f-banner--sell-place, .f-banner--find-firm {
    color: white; }
    @media screen and (max-width: 56.25em) {
      .f-banner--sell-place, .f-banner--find-firm {
        overflow: visible;
        padding: 0; }
        .f-banner--sell-place .e-button, .f-banner--find-firm .e-button {
          display: block;
          padding: 1.1em;
          width: 100%;
          border-radius: 8px;
          color: white;
          font-size: 1.125rem;
          font-weight: 500;
          text-align: center;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  .f-banner--sell-place {
    background-color: #005eb8;
    background-image: url("/wp-content/themes/rigips/images/v3/banners/icon-banner-shop.svg"); }
    @media screen and (max-width: 56.25em) {
      .f-banner--sell-place .e-button {
        background-color: #005eb8; } }
  .f-banner--find-firm {
    background-color: #005eb8;
    background-image: url("/wp-content/themes/rigips/images/v3/banners/icon-banner-craft.svg"); }
    @media screen and (max-width: 56.25em) {
      .f-banner--find-firm .e-button {
        background-color: #005eb8; } }
  .f-banner--questions {
    padding: 1.25rem 1.0625rem;
    text-align: center;
    background-color: #f9f9f9; }
    @media screen and (min-width: 56.25em) {
      .f-banner--questions {
        text-align: left; } }
    .f-banner--questions .f-banner__title {
      color: #005eb8; }
      @media screen and (max-width: 56.25em) {
        .f-banner--questions .f-banner__title {
          margin-bottom: 0; } }
    .f-banner--questions .f-banner__text {
      display: none;
      color: #646567; }
      @media screen and (min-width: 56.25em) {
        .f-banner--questions .f-banner__text {
          display: inline-block; } }

.f-article-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-decoration: none; }
  .f-article-item:hover .f-article-item__link {
    text-decoration: underline; }
  .f-article-item__image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    max-height: 14.375rem;
    margin-bottom: 1.25rem; }
    .f-article-item__image img {
      width: 100%; }
  .f-article-item__title {
    display: block;
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400; }
  .f-article-item__text {
    display: block;
    margin-bottom: 0.625rem;
    color: #343434; }
  .f-article-item__link {
    display: block;
    margin-top: auto; }

@media screen and (min-width: 46.875em) {
  .f-main-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .f-main-article__content {
      padding-right: 1.5625rem; } }

.f-main-article img {
  width: 100%;
  border-radius: 10px;
  max-height: 270px;
  max-width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
  margin-bottom: 20px; }

@media screen and (min-width: 46.875em) {
  .f-main-article img {
    margin-bottom: 0; } }

.f-main-article h3 {
  font-size: 24px;
  color: #005eb8;
  margin-bottom: 30px; }

.f-main-article__paragraph {
  font-size: 18px;
  color: #343434; }

.f-main-article__tags {
  font-size: 18px;
  color: #646464; }

.f-main-article__tags a {
  font-size: 14px;
  color: #646464;
  text-decoration: none; }

.f-article-header__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f-article-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px; }

.f-article-header__to-videos {
  position: relative;
  display: none; }
  .f-article-header__to-videos:hover .f-article-header__copy {
    text-decoration: none;
    zoom: 102%; }

.f-article-header__to-videos img {
  min-width: 14.6875rem; }

@media screen and (min-width: 46.875em) {
  .f-article-header__to-videos {
    display: block; } }

.f-article-header__copy {
  position: absolute;
  left: 15px;
  top: 193px;
  font-size: 16px;
  color: #005eb8;
  text-decoration: none; }

.f-article-header__copy:after {
  content: " \203A";
  margin-left: 3px; }

.f-article-header__to-videos a:hover {
  text-decoration: none; }

.f-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -0.625rem 3.125rem; }

.f-article-list__calculator {
  margin: 5px 0 50px; }
  @media screen and (min-width: 52.5em) {
    .f-article-list__calculator {
      margin-bottom: 6.25rem; } }
  .f-article-list__calculator h3 {
    margin-bottom: 0.625rem; }
  .f-article-list__calculator p {
    margin-bottom: 1.875rem; }

.f-article-list--three-column .f-article-list__item img,
.f-article-list--two-column .f-article-list__item img {
  height: 230px;
  max-height: 230px; }

.f-article-list--three-column .f-article-list__item .f-article-list__image,
.f-article-list--two-column .f-article-list__item .f-article-list__image {
  height: 230px;
  max-height: 230px; }

@media screen and (min-width: 1024px) {
  .f-article-list--two-column .f-article-list__item {
    width: 50%; } }

.f-article-list .f-article-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.f-article-list__item {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 0.625rem; }

@media screen and (min-width: 46.875em) {
  .f-article-list__item {
    width: 50%;
    margin-bottom: 20px; } }

@media screen and (min-width: 46.875em) {
  .f-article-list__item {
    width: 25%;
    margin-bottom: 20px; }
  .f-article-list--three-column .f-article-list__item {
    width: calc(100% / 3); } }

.f-article-list img {
  width: 100%;
  border-radius: 10px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px; }

.f-article-list__image {
  height: 9.375rem;
  max-height: 9.375rem;
  margin-bottom: 0.9375rem; }

.f-article-list h3 {
  font-size: 16px;
  color: #005eb8;
  margin-bottom: 30px; }

.f-article-list__paragraph {
  font-size: 14px;
  color: #343434; }

.f-article-list__tags a {
  font-size: 14px;
  color: #646464;
  text-decoration: none; }
  .f-article-list__tags a:after {
    display: inline-block;
    margin: 0 0.3125rem;
    content: '|'; }
  .f-article-list__tags a:last-of-type:after {
    display: none; }

.f-article-list__videos {
  margin-top: 2.5rem;
  margin-bottom: 5rem; }
  .f-article-list__videos h3 {
    margin-bottom: 2.5rem; }

.banner-content {
  margin: 80px 0 80px 0;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 20px; }

.row-arch {
  height: 400px; }
  @media screen and (max-width: 900px) {
    .row-arch {
      width: 100%;
      height: 100%;
      padding: 10px; } }

.row-arch:after {
  content: "";
  display: table;
  clear: both; }

.col-main-three {
  float: unset;
  margin: 0px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 901px) {
    .col-main-three {
      float: left;
      width: 35%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 0px 10px 0px 10px; }
      .col-main-three img {
        width: 90%; } }

.col-main-three-b {
  float: left;
  margin: 40px 0px 40px 0px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 901px) {
    .col-main-three-b {
      margin: 0px 10px 0px 10px;
      width: 20%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.blue-button {
  text-align: center;
  border-radius: 40px;
  font-weight: 500;
  margin: 20px 20px 20px 0;
  padding: 10px 20px 10px 20px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #fff; }
  .blue-button:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none !important; }

.f-what-we-build-crossroad {
  max-width: 51.5625rem;
  padding: 1.4375rem 1.4375rem 0.375rem 1.4375rem;
  border-radius: 10px;
  background-color: #005eb8; }
  .f-what-we-build-crossroad__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .f-what-we-build-crossroad__holder > p {
      display: none; }
  .f-what-we-build-crossroad__item {
    position: relative;
    width: 50%;
    margin-bottom: 1.25rem;
    color: white;
    text-align: center;
    text-decoration: none; }
    .e-wysiwyg-styles .f-what-we-build-crossroad__item p {
      color: white !important;
      font-weight: 700 !important;
      text-decoration: none; }
    .f-what-we-build-crossroad__item:hover {
      text-decoration: underline; }
    @media screen and (min-width: 31.25em) {
      .f-what-we-build-crossroad__item {
        width: 33.333%; } }
    @media screen and (min-width: 50em) {
      .f-what-we-build-crossroad__item {
        width: auto;
        margin-bottom: 0; } }
  .f-what-we-build-crossroad__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .f-what-we-build-crossroad .f-calculator-button__image {
    margin-bottom: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 5.3125rem;
    max-width: 5.3125rem;
    min-height: 5.3125rem;
    max-height: 5.3125rem;
    -webkit-box-shadow: 0 0 0 8px #f1f1f1;
            box-shadow: 0 0 0 8px #f1f1f1;
    border-radius: 50%; }
    .f-what-we-build-crossroad .f-calculator-button__image .f-calculator-button__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-shadow: 0 0 0 3px #005eb8;
              box-shadow: 0 0 0 3px #005eb8;
      border-radius: 50%;
      background-color: white; }
    .f-what-we-build-crossroad .f-calculator-button__image img {
      display: block;
      margin: auto;
      max-width: 2.8125rem; }

.f-form-newsletter__fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.f-form-newsletter__holder {
  margin-bottom: 0.9375rem; }
  .f-form-newsletter__holder:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
    border-radius: 29px;
    border: 2px;
    border-style: solid;
    border-color: #005eb8; }

.f-form-newsletter input {
  width: 100%;
  height: 2.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  background: transparent; }
  @media screen and (max-width: 767px) {
    .f-form-newsletter input {
      width: 60%; } }

.f-form-newsletter button {
  width: 100%;
  min-width: 6.25rem;
  height: 2.625rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 20px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .f-form-newsletter button {
      width: 40%; } }

@media screen and (min-width: 25.625em) {
  .f-form-newsletter input {
    width: 67%;
    height: 2.0625rem; }
  .f-form-newsletter button {
    width: 33%;
    height: auto; } }

/* Import Elements
------------------------------------------------------------------ */
/* [Elements] - Forms
------------------------------------------------------------------ */
[type='text'], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'],
[type='url'], [type='color'], textarea {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 0.5rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid #8f8f96;
  border-radius: 4px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus,
  [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus,
  [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus,
  [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none; }

.e-search-form {
  position: relative;
  font-size: 0.875rem;
  font-family: "Ubuntu", sans-serif; }
  .e-search-form:after {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -2%;
    bottom: 0;
    width: 16.6875rem; }
  .e-search-form__fieldset {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
  .e-search-form__input {
    float: left;
    width: 10.9375rem;
    height: 1.75rem;
    border: none;
    font-family: inherit;
    font-size: inherit;
    background: #ffffff;
    margin-right: 6px;
    margin-top: 3px;
    border-radius: 40px; }
    @media screen and (max-width: 1148px) {
      .e-search-form__input {
        background-color: #f1f1f1; } }
  .e-search-form__submit {
    position: relative;
    z-index: 9999;
    background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
    background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
    border: none;
    background-size: 200%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
    margin-top: 3px; }
    .e-search-form__submit:hover {
      background-position: right center;
      color: #fff; }
    .e-search-form__submit-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .e-search-form__submit-text {
      color: White !important;
      font-weight: 500 !important;
      padding: 1px 5px 1px 5px;
      font-size: inherit; }
  @media screen and (min-width: 67.5em) {
    .e-search-form:after {
      background-color: #F3F3F3FF; } }

/* [Elements] - Buttons
------------------------------------------------------------------ */
.e-button {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 40px;
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none !important; }
  .e-button:focus {
    outline: none; }
  .e-button--small {
    padding: 0.5rem 1.125rem;
    font-size: 0.9375rem;
    font-weight: 500; }
  .e-button--medium {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500; }
  .e-button--block {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .e-button--banner {
    background: #fff;
    color: #005eb8;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    width: 190px;
    text-align: center;
    padding: 8px 0 8px 0; }
    .e-button--banner:hover {
      -webkit-box-shadow: 0px 0px 14px #ffffff;
      box-shadow: 0px 0px 14px #ffffff;
      text-decoration: none; }
  .e-button--blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
    background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
    border: none;
    background-size: 200%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    color: #fff; }
    .e-button--blue:hover {
      background-position: right center;
      color: #fff;
      text-decoration: none; }
  .e-button--light {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    text-align: center; }
    .e-button--light svg {
      margin-right: 0.625rem; }
  .e-button--light-blue {
    background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
    background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
    border: none;
    background-size: 200%;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    color: #fff; }
    .e-button--light-blue:hover {
      background-position: right center;
      color: #fff;
      text-decoration: none; }
    .e-button--light-blue.with-shadow {
      -webkit-box-shadow: 0 2px 10px #005eb8;
              box-shadow: 0 2px 10px #005eb8; }
  .e-button--outline-blue {
    color: #005eb8;
    border: 2px solid #005eb8;
    background-color: white; }
    .e-button--outline-blue:hover {
      color: white;
      border: 2px solid #005eb8;
      background-color: #005eb8; }

.button-contact-banner {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  font-weight: 400;
  border-radius: 40px;
  width: 190px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  padding: 12px 35px 12px 35px; }
  .button-contact-banner:hover {
    background-position: right center;
    color: #fff; }

.button-article-list {
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  font-weight: 500;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  padding: 5px 15px 5px 15px;
  font-family: "Ubuntu", sans-serif; }
  .button-article-list:hover {
    background-position: right center;
    color: #fff; }

.e-checkbox {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .e-checkbox__native {
    position: absolute;
    margin-left: -100vw; }
  .e-checkbox .e-checkbox__native:checked + .e-checkbox__control:after {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .e-checkbox__control {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.75rem;
    border: #005eb8 solid 3px;
    border-radius: 2px;
    font-size: 1.0625rem;
    background-color: white; }
    @media screen and (max-width: 767px) {
      .e-checkbox__control {
        margin-left: 5px;
        margin-right: 0px; } }
    .e-checkbox__control:after {
      opacity: 0;
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      background: #005eb8;
      -webkit-transform: scaleY(0.1) scaleX(0.6);
              transform: scaleY(0.1) scaleX(0.6);
      -webkit-transition: all ease-in-out .1s;
      transition: all ease-in-out .1s; }
  .e-checkbox__label, .e-checkbox__link {
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .e-checkbox__text {
    display: block;
    margin-top: -2px; }
  .e-checkbox__link {
    color: #343434; }
    .e-checkbox__link:hover {
      color: #4e4e4e; }

.e-message {
  padding: 0.1875rem 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }
  .e-message__error {
    color: #fb0026; }
  .e-message__success {
    color: #82bd27; }

.e-hamburger {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  padding: 0 0.75rem;
  height: 4.1875rem;
  line-height: 4.1875rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#005EB8), color-stop(51%, #219cdc), to(#219cdc));
  background-image: linear-gradient(to right, #005EB8 0%, #219cdc 51%, #219cdc 100%);
  border: none;
  background-size: 200%;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #fff; }
  .e-hamburger:focus {
    outline: none; }
  .e-hamburger:hover {
    background-position: right center;
    color: #fff; }
  .e-hamburger__text {
    padding-left: 0.1875rem;
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500; }
  .e-hamburger__icon, .e-hamburger__text {
    display: inline-block;
    vertical-align: middle; }

.e-logo img {
  max-width: 7.5rem; }
  @media screen and (min-width: 56.25em) {
    .e-logo img {
      max-width: none; } }

.e-wysiwyg-styles {
  margin-bottom: 3.125rem; }
  .e-wysiwyg-styles h1, .e-wysiwyg-styles h2, .e-wysiwyg-styles h3, .e-wysiwyg-styles h4, .e-wysiwyg-styles h5, .e-wysiwyg-styles h6 {
    font-family: "Ubuntu", sans-serif; }
  .e-wysiwyg-styles h1 {
    margin-top: 2.5rem;
    margin-bottom: 1.5625rem;
    color: #005eb8;
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 500; }
  .e-wysiwyg-styles h2:not(.f-product-tile__headline) {
    margin-top: 3.125rem;
    margin-bottom: 0.9375rem;
    color: #005eb8;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500; }
    .e-wysiwyg-styles h2:not(.f-product-tile__headline):after {
      content: "";
      display: block;
      width: 5%;
      padding-top: 5px;
      border-bottom: 2px solid #005eb8;
      -webkit-transition: .5s;
      transition: .5s; }
  .e-wysiwyg-styles h3 {
    margin-bottom: 0.625rem;
    margin-top: 3.125rem;
    color: #005eb8;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500; }
  .e-wysiwyg-styles h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1rem;
    color: #646567;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500; }
  .e-wysiwyg-styles h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #646567; }
    .e-wysiwyg-styles h5 + p {
      margin-top: 0; }
  .e-wysiwyg-styles h6 {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-weight: 300; }
  .e-wysiwyg-styles p:not(.f-product-tile__info) {
    color: #343434;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400; }
  .e-wysiwyg-styles ul:not(.f-product-tile__list), .e-wysiwyg-styles ul:not(.f-description-list) {
    margin: 0;
    padding: 0;
    margin-bottom: 2.5rem;
    margin-left: 0.9375rem;
    list-style: none;
    max-width: 38.5625rem; }
    .e-wysiwyg-styles ul:not(.f-product-tile__list) li, .e-wysiwyg-styles ul:not(.f-description-list) li {
      text-indent: -10px; }
      .e-wysiwyg-styles ul:not(.f-product-tile__list) li:before, .e-wysiwyg-styles ul:not(.f-description-list) li:before {
        content: '\2022';
        font-size: 20px;
        display: inline-block;
        padding-right: 10px; }
  .e-wysiwyg-styles ol {
    padding-left: 1.875rem; }
    .e-wysiwyg-styles ol li {
      padding-left: 0.5rem; }
  .e-wysiwyg-styles li:not(.f-product-tile__list-item) {
    margin-bottom: 0.625rem;
    padding-left: 1.25rem;
    font-size: 1rem; }

.site {
  overflow: hidden; }
