@charset "UTF-8";
/*!
Theme Name: Krohne-Inor
Theme URI: 
Author: Christer Lindgren
Author URI: http://www.bysted.se
Description: 
Version: 0.2.68
License: 
License URI:
Tags:
Bitbucket Theme URI: https://deploy-bysted@bitbucket.org/bysted/dbase
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/******** IMPORTING VARIABLES ********/
/*********************
Variables
*********************/
/*********************
COLORS
*********************/
/* base */
/* typography */
/* links */
/* Main Menu */
/* Mobile Menu */
/******** EDITORIAL ********/
/* Header and Footer */
/*Lines and borders*/
/* tables */
/*top-menu*/
/*Margins and heights*/
/*If changed also need to be updated in scripts.js*/
/*If changed also need to be updated in scripts.js*/
/******************************************************************
Version: 1.0
******************************************************************/
/*Usage
	@include MQ(M) {
		Content
	}
*/
/******************************************************************
Version: 1.2.6
******************************************************************/
/*********************
IMAGE FILTERS

img { 
  @include filter(grayscale, 100%);
}

*********************/
/*********************
Object Fit
*********************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*********************
Smooth Scroll for IOS
*********************/
/*

*/
/*********************
OPACITY

@include opacity(0.8);

*********************/
/*********************
Gradient
*********************/
/*********************
Box shadow
*********************/
/*********************
PREFIXES
*********************/
/*********************
Colors
*********************/
/*********************
SHOW/HIDE
*********************/
/*********************
OTHER
*********************/
/* 
.container-with-floated-children {
  @extend %clearfix;
}
*/
/******************************************************************
Version: 1.0.19
******************************************************************/
/* Basic mixins */
/* Justify */
/* Align */
/* Other */
/******************************************************************
Version: 1.0
******************************************************************/
/*
For modern browsers
.grid-container {
  @include responsive-grid(4, 15px, 3, 2, 1, 30%); // 4 kolumner på desktop, 3 på small-desktop, 2 på tablet, 1 på mobile, 15px gap och första kolumnen 30%
}
*/
/*
For modern browsers
.grid-container {
  @include square-grid(3, 20px); // 3 kolumner, 20px gap
}
*/
/*
  For older browsers
  .grid-container {
  @include square-grid(3, 20px); // 3 kolumner, 20px gap
}
  */
/******************************************************************
Version: 1.1
******************************************************************/
/*********************
TRANSITIONS

a {
  color: gray;
  @include transition(color .3s ease);
  &:hover {
    color: black;
  }
}
*********************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: disc;
  margin-left: 1em;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*Tables*/
/* Break Points */
/*Margins and heights*/
/*If changed also need to be updated in scripts.js*/
/*If changed also need to be updated in scripts.js*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  margin-top: 0;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    width: 100%;
  }
  .m-1of2 {
    float: left;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    width: 8.33%;
  }
}
/*********************
Cookies and Content Security Policy
Version: 1.0
*********************/
body .cookie_settings {
  position: fixed;
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  z-index: 100000;
}
body .cookie_settings a {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
body .cookie_settings:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-image: url("images/cookie-settings.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/*********************
WOOCOMMERCE
*********************/
.entry-summary .product_meta {
  display: none;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  display: none;
}

/*********************
Procuct Page
*********************/
.product-header {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5em;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .product-header {
    flex-direction: row;
  }
}
.product-header h1 {
  margin-top: 0;
}
.product-header div.quote {
  margin-top: 1.5em;
}

div.quote {
  /*padding-left: 15px;
  margin-bottom: 1.5em;*/
  margin-top: 2em;
}

a.quote {
  padding: 0;
  font-weight: 600;
}
a.quote i {
  margin-right: 1em;
}
a.quote:hover > span {
  padding-right: 0;
  padding-left: 0;
}
a.quote:hover > span:after {
  display: none;
}

.pp-nav {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  font-size: 16px;
  color: #005da8;
}
@media only screen and (min-width: 1140px) {
  .pp-nav {
    display: flex;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
  }
}
.pp-nav li {
  min-width: 20%;
  display: none;
}
.pp-nav li.show {
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pp-nav li a {
  color: inherit;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
  text-align: center;
  margin: 3px 0;
  padding: 0.2em 0;
}
.pp-nav li a:hover {
  margin-bottom: 0;
  border-bottom: 3px solid #005da8;
}

.wpb_gallery {
  margin-bottom: 0;
}

.wpgmza_marker_holder {
  border: none !important;
}
.wpgmza_marker_holder thead th {
  background-color: #005da8;
}
.wpgmza_marker_holder .wpgmza_table_marker {
  display: none;
}

.wpfd-tree-categories-files {
  margin-left: 0;
}
.wpfd-tree-categories-files li.ext {
  padding-left: 0 !important;
  line-height: 2em !important;
}
.wpfd-tree-categories-files li.ext a {
  color: #455c6e !important;
}
.wpfd-tree-categories-files .directory .icon-open-close::before {
  color: #455c6e !important;
}
.wpfd-tree-categories-files .directory .catlink, .wpfd-tree-categories-files .directory .wpfd-file-link, .wpfd-tree-categories-files .directory .zmdi-folder {
  color: #455c6e !important;
}
.wpfd-tree-categories-files .directory .catlink span {
  text-transform: capitalize !important;
}
.wpfd-tree-categories-files .directory.active {
  /*ul{
    padding-left: .3em!important;
  }*/
}
.wpfd-tree-categories-files .directory.active .icon-open-close::before {
  color: #455c6e !important;
}
.wpfd-tree-categories-files .directory.active .catlink {
  color: #455c6e !important;
}
.wpfd-tree-categories-files .directory.active .zmdi-folder {
  color: #455c6e !important;
  content: "\f228" !important;
  background: none !important;
}

.wpfd-content-tree ~ .wpfd-content-tree {
  padding-top: 0 !important;
}

#et-boc .wpfd-content-tree ul .wpfd-file.ext[class*=wpfd-icon-set-], .wpfd-content-tree ul .wpfd-file.ext[class*=wpfd-icon-set-] {
  width: 18px !important;
  height: 18px !important;
}

.wpfd-breadcrumbs-tree {
  display: none;
}

.wpfd-content {
  padding: 1em 0 0 0 !important;
}

.wpfd-single-file .wpfd-single-file--icon {
  flex-basis: 30px;
}
.wpfd-single-file .wpfd-single-file--icon .wpfd-icon-placeholder {
  width: 30px;
  height: 30px;
}
.wpfd-single-file .wpfd-single-file--details {
  flex-basis: calc(100% - 30px - 0px - 0px);
  padding-left: 10px !important;
}
.wpfd-single-file .wpfd-single-file--details h3 {
  font-size: 16px;
  line-height: 20px;
  color: #455c6e !important;
}
.wpfd-single-file .wpfd-single-file--details .wpfd-file-content--meta {
  display: none;
}
.wpfd-single-file .wpfd-single-file--buttons .wpfd-single-file-button.wpfd-button-preview {
  display: none;
}
.wpfd-single-file .wpfd-single-file--buttons .wpfd-single-file-button.wpfd-button-download {
  background-color: #005da8;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}
.wpfd-single-file .wpfd-single-file--buttons .wpfd-single-file-button.wpfd-button-download svg {
  display: none;
}

.wpfd-file-password-protection-container h2 {
  font-size: 16px !important;
  line-height: 20px;
  color: #455c6e !important;
}
.wpfd-file-password-protection-container .wpfd-password-submit {
  background-color: #005da8 !important;
  border: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}

/* Version 20181018 */
div#wpgmza_table_1_length {
  display: none;
}

div#wpgmza_table_1_filter {
  margin-bottom: 16px;
}

.wpgmza_table th {
  min-width: auto !important;
}

.single .treeview .hitarea {
  background: url(/wp-content/uploads/2018/01/treeview-default.gif) -64px -25px no-repeat;
  height: 16px;
  width: 16px;
  margin-left: -16px;
  float: left;
  cursor: pointer;
}

.single .treeview .expandable-hitarea {
  background-position: -80px -3px;
}

.single .hentry .treeview .hitarea {
  margin-left: 0;
}

.single .treeview, .single .treeview ul, .single ul.treeview, .single ul.treeview li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-direction-nav a {
  position: absolute;
  color: #fff !important;
}

.vc_row .text-light .esg-filterbutton.selected.esg-filterbutton.selected {
  color: #005DA8 !important;
}

.vc_row .text-light .dropdownstyle .esg-filterbutton.selected.esg-filterbutton.selected {
  color: #fff !important;
}

.vc_row .text-light .esg-filterbutton.selected .esg-filter-checked {
  background: rgba(0, 0, 0, 0.25) !important;
}

.eg-krohne-product-element-2:focus {
  color: #fff;
}

.news-item {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.news-image {
  float: left;
  width: 30%;
  text-align: center;
  overflow: hidden;
}

.news-image img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
}

.news-text {
  width: 70%;
  padding-left: 35px;
  float: right;
}

.slice > div {
  padding: 50px 0 20px !important;
}

html[lang=fi] .eg-search-clean .eg-icon-cancel:before {
  content: "Puhdista";
}

.eg-post-id-7002 .esg-media-cover-wrapper,
.eg-post-id-5959 .esg-media-cover-wrapper,
.eg-post-id-6087 .esg-media-cover-wrapper,
.eg-post-id-5893 .esg-media-cover-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.lang-sel {
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  background-color: #fff;
}

#text_icl-8,
#text_icl-9 {
  float: right;
  margin-right: 0;
  padding: 0;
}

.filter-new-fi:after {
  content: "Uusi" !important;
}

.filter-new-de:after {
  content: "Neue" !important;
}

.filter-new-en:after {
  content: "New" !important;
}

@media only screen and (min-width: 768px) {
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    min-width: 150px !important;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac



*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Arial", Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background-color: #2980b9;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #2574a8;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #2472a4;
}

.overlay .close {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: inherit;
  transition: background-color, transform 0.15s ease-in-out;
  /*&:active {
    top: 1px; // adds a tiny hop to the click
  }*/
}
.overlay .close:hover, .overlay .close:focus {
  background-color: #004175;
}

.btn-round {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #005da8;
  width: 50px;
  height: 50px;
  transition: background-color, transform 0.2s ease-in-out;
  box-shadow: 3px 2px 5px 2px rgba(0, 0, 0, 0.13);
}
.btn-round:hover, .btn-round:focus {
  background-color: #004175;
  transform: scale(1.05);
}
.facetwp-type-pager .facetwp-load-more, .btn-grey-reverse-transp, .btn-grey-reverse, .btn-blue-reverse, .btn-blue, .contact .contact-nav li.micon, .gform_wrapper input.gform_button.button, a.quote, .btn-white {
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.2s;
  cursor: pointer;
  display: inline-block;
  border: none;
  line-height: 1.3;
}
.facetwp-type-pager .facetwp-load-more:hover, .btn-grey-reverse-transp:hover, .btn-grey-reverse:hover, .btn-blue-reverse:hover, .btn-blue:hover, .contact .contact-nav li.micon:hover, .gform_wrapper input.gform_button.button:hover, a.quote:hover, .btn-white:hover, .facetwp-type-pager .facetwp-load-more:focus, .btn-grey-reverse-transp:focus, .btn-grey-reverse:focus, .btn-blue-reverse:focus, .btn-blue:focus, .contact .contact-nav li.micon:focus, .gform_wrapper input.gform_button.button:focus, a.quote:focus, .btn-white:focus {
  opacity: 1;
  right: 0;
  background-color: #004175;
  transition: all 0.2s ease 0s;
}
.facetwp-type-pager .facetwp-load-more:hover > span, .btn-grey-reverse-transp:hover > span, .btn-grey-reverse:hover > span, .btn-blue-reverse:hover > span, .btn-blue:hover > span, .contact .contact-nav li.micon:hover > span, .gform_wrapper input.gform_button.button:hover > span, a.quote:hover > span, .btn-white:hover > span, .facetwp-type-pager .facetwp-load-more:focus > span, .btn-grey-reverse-transp:focus > span, .btn-grey-reverse:focus > span, .btn-blue-reverse:focus > span, .btn-blue:focus > span, .contact .contact-nav li.micon:focus > span, .gform_wrapper input.gform_button.button:focus > span, a.quote:focus > span, .btn-white:focus > span {
  padding-right: 20px;
}
.facetwp-type-pager .facetwp-load-more:hover > span:after, .btn-grey-reverse-transp:hover > span:after, .btn-grey-reverse:hover > span:after, .btn-blue-reverse:hover > span:after, .btn-blue:hover > span:after, .contact .contact-nav li.micon:hover > span:after, .gform_wrapper input.gform_button.button:hover > span:after, a.quote:hover > span:after, .btn-white:hover > span:after, .facetwp-type-pager .facetwp-load-more:focus > span:after, .btn-grey-reverse-transp:focus > span:after, .btn-grey-reverse:focus > span:after, .btn-blue-reverse:focus > span:after, .btn-blue:focus > span:after, .contact .contact-nav li.micon:focus > span:after, .gform_wrapper input.gform_button.button:focus > span:after, a.quote:focus > span:after, .btn-white:focus > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.facetwp-type-pager .facetwp-load-more > span, .btn-grey-reverse-transp > span, .btn-grey-reverse > span, .btn-blue-reverse > span, .btn-blue > span, .contact .contact-nav li.micon > span, .gform_wrapper input.gform_button.button > span, a.quote > span, .btn-white > span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}
.facetwp-type-pager .facetwp-load-more > span:after, .btn-grey-reverse-transp > span:after, .btn-grey-reverse > span:after, .btn-blue-reverse > span:after, .btn-blue > span:after, .contact .contact-nav li.micon > span:after, .gform_wrapper input.gform_button.button > span:after, a.quote > span:after, .btn-white > span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  right: 20px;
  transition: 0.3s;
}

.overlay .close {
  padding: 0.25em 0.4em 0.1em 0.4em;
  border-radius: 4px;
}

.btn-white {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 4px white, inset 0 0 0 0;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
}

.btn-blue, .contact .contact-nav li.micon, .gform_wrapper input.gform_button.button, a.quote {
  color: #fff;
  background: #005da8;
}
.btn-blue:hover, .contact .contact-nav li.micon:hover, .gform_wrapper input.gform_button.button:hover, a.quote:hover, .btn-blue:focus, .contact .contact-nav li.micon:focus, .gform_wrapper input.gform_button.button:focus, a.quote:focus {
  color: #fff;
}

.btn-blue-reverse {
  color: #fff;
  background: #005da8;
  text-align: right;
  float: left;
  min-width: 100%;
}
.btn-blue-reverse:hover, .btn-blue-reverse:focus {
  color: #fff;
}

.btn-grey-reverse {
  background: #f4f4f4;
  color: #2980b9;
  text-align: right;
  float: left;
  min-width: 100%;
}
.btn-grey-reverse:hover, .btn-grey-reverse:focus {
  background: #f4f4f4;
  color: #2980b9;
}
.btn-grey-reverse > span:after {
  color: #2980b9;
}

.btn-grey-reverse-transp {
  background: rgba(0, 0, 0, 0.4);
  color: #2980b9;
  text-align: right;
  float: left;
  min-width: 100%;
}
.btn-grey-reverse-transp:hover, .btn-grey-reverse-transp:focus {
  background: rgba(0, 0, 0, 0.4);
  color: #2980b9;
}
.btn-grey-reverse-transp > span:after {
  color: #fff;
}

.btn-blue.reset, .contact .contact-nav li.reset.micon, .gform_wrapper input.reset.gform_button.button, a.reset.quote {
  padding: 5px 10px;
  font-size: 13px;
}
.btn-blue.reset:hover > span, .contact .contact-nav li.reset.micon:hover > span, .gform_wrapper input.reset.gform_button.button:hover > span, a.reset.quote:hover > span, .btn-blue.reset:focus > span, .contact .contact-nav li.reset.micon:focus > span, .gform_wrapper input.reset.gform_button.button:focus > span, a.reset.quote:focus > span {
  padding-right: 0;
  padding-left: 0;
}
.btn-blue.reset:hover > span:after, .contact .contact-nav li.reset.micon:hover > span:after, .gform_wrapper input.reset.gform_button.button:hover > span:after, a.reset.quote:hover > span:after, .btn-blue.reset:focus > span:after, .contact .contact-nav li.reset.micon:focus > span:after, .gform_wrapper input.reset.gform_button.button:focus > span:after, a.reset.quote:focus > span:after {
  display: none;
}
.btn-blue.reset > span:before, .contact .contact-nav li.reset.micon > span:before, .gform_wrapper input.reset.gform_button.button > span:before, a.reset.quote > span:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e2";
  margin-right: 10px;
  font-weight: 400;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/*.right-col .searchform {

    #s {
        border-bottom: 1px solid $krohne-blue;
        padding: 0;
        border-radius: 0;
        background: none;
        transition: width 0.2s ease;
        width: 168px;

        &:focus {
            width: 200px;
        }
    }

    button {
        right: 0;    
    }
}
.searchform {
    position: relative;
    font-size: .875em;

    button {
        font-family: 'FontAwesome';
        background: none;
        border: none;
        color: $krohne-blue;
        line-height: 25px;
    }
}*/
.widget.widget_search {
  padding: 0;
}

.searchform.panel {
  display: none;
}
.searchform .searchwrap {
  background-color: #fff;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border: 1px solid #005da8;
}
.searchform .searchwrap input[type=search] {
  background-color: inherit;
  border: none;
  margin: 0 0.3em 0 0.8em;
  width: 120px;
  font-size: 0.9em;
}
.searchform .searchwrap #searchsubmit {
  font-family: "FontAwesome";
  background: transparent;
  border: none;
  height: 30px;
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 40px;
}
.searchform .searchwrap #searchsubmit .fa {
  font-size: 1em;
  color: #005da8;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 0.875em;
  color: #20313f;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  max-width: 400px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #ECECEC;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #efefef;
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 90% center;
}

.gform_wrapper {
  color: #455c6e;
}
.gform_wrapper input.button {
  font-weight: 600;
  background-color: #005da8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  margin-top: 8px;
  display: inline-block;
}

/* Survey form layout */
form.survey ul li.gfield {
  margin-top: 40px;
}

/*********************
overlay

HTML:

<div class="contact overlay bottom right">
	<h2>Headline for overlay<i class="close fal fa-times"></i></h2>	
</div>
*********************/
.overlay {
  position: fixed;
  border-radius: 4px 4px 0 0;
  width: 100%;
  z-index: 9999;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  background: #fff;
  padding: 0;
  box-shadow: 3px 2px 5px 2px rgba(0, 0, 0, 0.13);
}
.overlay.bottom {
  transform: translate(0, 100%);
  bottom: 0;
}
.overlay.bottom.active {
  transform: translateY(0);
}
.overlay.right {
  transform: translate(0, 100%);
  right: 0;
}
.overlay h2 {
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  margin: 0;
  width: 100%;
  background-color: #ccc;
  padding: 0.5em 0.5em 0.5em 1em;
  border-radius: inherit;
  display: flex;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.overlay .close {
  font-size: 1.2em;
}
.overlay .close:hover, .overlay .close:focus {
  background-color: #026b99;
}

/*********************
Default List
*********************/
.pagination {
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
.pagination ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul.page-numbers li {
  display: inline;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  color: #005da8;
}

.list, .facetwp-template .list, .facetwp-template body.search-results, body.search-results {
  display: flex;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list article, .facetwp-template .list article, .facetwp-template body.search-results article, body.search-results article {
  display: flex;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  margin: 0 0 1em 0;
  width: 100%;
}
.list article.not-found, body.search-results article.not-found {
  width: 100% !important;
}
@media only screen and (min-width: 1140px) {
  .list article .entry-content, body.search-results article .entry-content {
    display: flex;
  }
}
.list article .entry-content, body.search-results article .entry-content {
  padding: 0;
  position: relative;
}
.list article .entry-content .post-thumb, body.search-results article .entry-content .post-thumb {
  display: block;
  margin-bottom: 0;
  width: 300px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (min-width: 480px) {
  .list article .entry-content .post-thumb, body.search-results article .entry-content .post-thumb {
    width: 100%;
  }
}
.list article .entry-content .post-thumb img, body.search-results article .entry-content .post-thumb img {
  width: 100%;
  height: auto;
}
.list article .entry-content .content .inner, body.search-results article .entry-content .content .inner {
  margin: 1em;
}
@media only screen and (min-width: 1140px) {
  .list article .entry-content .content .inner, body.search-results article .entry-content .content .inner {
    margin: 3em;
  }
}
.list article .entry-content .content .inner .entry-meta, body.search-results article .entry-content .content .inner .entry-meta {
  margin-bottom: 0.5em;
}
.list article .entry-content .content .inner .title, body.search-results article .entry-content .content .inner .title {
  margin-bottom: 0.5em;
}
.list article .entry-content .content .inner .excerpt, body.search-results article .entry-content .content .inner .excerpt {
  margin-bottom: 2em !important;
}
.list article .entry-content .functions, body.search-results article .entry-content .functions {
  position: absolute;
  width: calc(100% - 2em);
  bottom: 1em;
  right: 2em;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
}
.list article .entry-content .functions a, body.search-results article .entry-content .functions a {
  font-size: 1em;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
}
.list article .entry-content .functions a i, body.search-results article .entry-content .functions a i {
  font-size: inherit;
  margin-left: 0.3em;
}
.list article .entry-content .functions a.big, body.search-results article .entry-content .functions a.big {
  font-size: 1.5em;
}
.list article .entry-content .functions .metafield, body.search-results article .entry-content .functions .metafield {
  flex-grow: 1;
}

/*********************
Default Grid
*********************/
.grid.products.col3 {
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start;
}
.grid article, .facetwp-template .grid article {
  background-color: #fff;
}
.grid article.not-found {
  width: 100% !important;
}
@media only screen and (min-width: 1140px) {
  .grid article .entry-content {
    display: flex;
  }
}
.grid article .entry-content {
  padding: 0;
  position: relative;
}
.grid article .entry-content .post-thumb {
  display: block;
  margin-bottom: 0;
  width: 300px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -moz-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (min-width: 480px) {
  .grid article .entry-content .post-thumb {
    width: 100%;
  }
}
.grid article .entry-content .post-thumb img {
  width: 100%;
  height: auto;
}
.grid article .entry-content .content .inner {
  margin: 1em;
}
@media only screen and (min-width: 1140px) {
  .grid article .entry-content .content .inner {
    margin: 3em;
  }
}
.grid article .entry-content .content .inner .entry-meta {
  margin-bottom: 0.5em;
}
.grid article .entry-content .content .inner .title {
  margin-bottom: 0.5em;
}
.grid article .entry-content .content .inner .excerpt {
  margin-bottom: 2em !important;
}
.grid article .entry-content .functions {
  position: absolute;
  width: calc(100% - 2em);
  bottom: 1em;
  right: 2em;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
}
.grid article .entry-content .functions a {
  font-size: 1em;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
}
.grid article .entry-content .functions a i {
  font-size: inherit;
  margin-left: 0.3em;
}
.grid article .entry-content .functions a.big {
  font-size: 1.5em;
}
.grid article .entry-content .functions .metafield {
  flex-grow: 1;
}
.grid article .entry-content {
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.grid article .entry-content .post-thumb {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .grid article, .facetwp-template .grid article {
    border-top: 1px solid #d5d5d5;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  .grid.col2, .grid.col3, .grid.col4 {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .grid.col2 > *, .grid.col3 > *, .grid.col4 > * {
    width: calc(50% - 1em);
    margin: 0.499em !important;
  }
}
@media only screen and (min-width: 1140px) {
  .grid.col2 {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .grid.col2 > * {
    width: calc(50% - 2em);
    margin: 0.999em !important;
  }
  .grid.col3 {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .grid.col3 > * {
    width: calc(33.3333333333% - 2em);
    margin: 0.6656666667em !important;
  }
  .grid.col4 {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .grid.col4 > * {
    width: calc(25% - 2em);
    margin: 0.499em !important;
  }
}

/*********************
Default List
*********************/
body {
  /* search result page */
}
body .archive-title {
  margin-bottom: 1em;
}

/* search page */
.search-results #main,
.search-no-results #main {
  padding: 0 15px;
}
.search-results .results-header,
.search-no-results .results-header {
  padding: 15px;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.search-results h2,
.search-no-results h2 {
  margin: 0;
  color: #005da8;
}

/*********************
Facet List
*********************/
/*********************
Facet Grid
*********************/
/*FACET FILTERS*/
.facet-filter-wrap .vc_column-inner {
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .facet-filter-wrap {
    position: fixed;
    width: 100%;
    padding-top: 35px;
    bottom: 0;
    left: 0 !important;
    z-index: 9999;
    margin: 0;
    transform: translate(0, 100%);
    transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
    background: #F2F2F2;
    padding: 0;
  }
  .facet-filter-wrap .open-filter {
    position: absolute;
    width: 100%;
    top: -35px;
    height: 35px;
    z-index: 99999;
    line-height: 35px;
    font-weight: 600;
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 0;
    border-bottom: 3px solid #005da8;
  }
  .facet-filter-wrap .open-filter > div {
    background: #005da8;
    color: #fff;
    padding: 0 50px;
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .facet-filter-wrap .open-filter h2 {
    color: #fff;
    font-size: 1.1em;
    margin: 0;
  }
  .facet-filter-wrap.active {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 992px) {
  .facet-filter-wrap .facet-filter {
    overflow-y: scroll;
    max-height: 60vh;
  }
  .facet-filter-wrap .facet-filter > .vc_column_container > .vc_column-inner {
    width: 90%;
    margin: 1em auto;
  }
}
.facet-filter-wrap .facet-filter .facetwp-type-search {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background-color: #fafafa;
}
.facet-filter-wrap .facet-filter .facetwp-type-search .facetwp-search {
  font-size: 14px;
  padding-left: 10px;
  background: transparent;
  padding: 0 1em;
}
.facet-filter-wrap .facet-filter .facetwp-type-search .facetwp-icon {
  display: none;
}
.facet-filter-wrap .facet-filter .facetwp-type-search .facetwp-input-wrap {
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.facet-filter-wrap .facet-filter .facetwp-type-search .facetwp-input-wrap:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  cursor: pointer;
  background-color: inherit;
  padding: 0 0.3em;
  color: #005da8;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-checkbox {
  padding: 0;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox {
  background: none;
  background-color: #f4f4f4;
  position: relative;
  font-size: 14px;
  color: #005da8;
  height: 35px;
  padding: 0 20px;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-radius: 4px;
  font-weight: 600;
  margin-bottom: 2px;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox.facet-open {
  background-color: #d5d5d5;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox.facet-open:after {
  transform: rotate(180deg);
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox .facetwp-counter {
  display: none;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox .facetwp-expand {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 35px;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet > .facetwp-checkbox:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-depth {
  margin: 1em;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-depth .facetwp-checkbox {
  color: #455c6e;
  background-image: none;
  font-size: 13px;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-depth .facetwp-checkbox:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
  color: #005da8;
  font-weight: 100;
  margin-right: 10px;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-depth .facetwp-checkbox.checked:before {
  content: "\f058";
  color: #005da8;
  font-weight: 900;
}
.facet-filter-wrap .facet-filter.hierarchical .facetwp-facet .facetwp-depth .facetwp-checkbox .facetwp-counter {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
  text-align: right;
}
.facet-filter-wrap .facetwp-selections .facetwp-selection-label {
  display: none;
}
.facet-filter-wrap .facetwp-selections ul {
  margin: 0;
}
.facet-filter-wrap .facetwp-selections ul .facetwp-selection-value {
  border-radius: 4px;
  padding: 0.5em 0.7em;
  font-size: 11px;
  background-color: #569ED9;
  color: #fff;
  background-image: none;
}
.facet-filter-wrap .facetwp-selections ul .facetwp-selection-value:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  margin-left: 0.6em;
  margin-right: 0.2em;
}
.facet-filter-wrap .facetwp-input-wrap {
  width: 100%;
}
.facet-filter-wrap .facetwp-input-wrap .facetwp-search {
  width: 100%;
}

.facetwp-type-pager {
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.facetwp-type-pager .facetwp-load-more {
  color: #fff;
  background: #005da8;
}
.facetwp-type-pager .facetwp-load-more:hover {
  color: #fff;
}
.facetwp-type-pager .facetwp-load-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f103";
  margin-left: 0.6em;
  margin-right: 0.2em;
  font-weight: 100;
}

/*********************
Contact overlay
*********************/
@media only screen and (min-width: 960px) {
  .contact.overlay {
    width: 350px;
    margin-right: 2em;
  }
}
.contact.overlay h2 {
  background-color: #0387c1;
  color: #fff;
}
.contact.overlay h3, .contact.overlay p {
  color: #455c6e;
}
.contact.overlay h3 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.contact.button {
  transition: all 0.4s cubic-bezier(0.37, 0.15, 0.32, 0.94);
  position: fixed;
  right: 1.5em;
  bottom: 1.5em;
  z-index: 10000;
}
.contact.button.active {
  transform: translate(0, calc(100% + 2.5em));
}
.contact.button button {
  background-color: #0387c1;
  font-size: 1.4em;
  width: 55px;
  height: 55px;
}
@media only screen and (min-width: 960px) {
  .contact.button {
    right: 2.5em;
    bottom: 2.5em;
  }
  .contact.button button {
    font-size: 2em;
    width: 75px;
    height: 75px;
  }
}
.contact .content {
  margin: 2em;
}
.contact .content .widget {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  /*a{
  	color: $heading-grey;
  	text-decoration: underline;
  }*/
}
.contact .contact-nav {
  margin: 0;
}
.contact .contact-nav li.micon {
  background-color: #0387c1;
  display: flex;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  font-weight: 300;
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 1.2em;
}
.contact .contact-nav li.micon:before {
  margin-right: 0;
  padding: 0;
  font-size: 1.4em;
}
.contact .contact-nav li.micon a {
  padding: 0;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
}
.contact .contact-nav li.micon:hover {
  background-color: #026b99;
}
.contact .contact-nav li.micon:hover > span {
  padding-right: 0;
  padding-left: 0;
}
.contact .contact-nav li.micon:hover > span:after {
  display: none;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
html[lang=en-US] .search-se,
html[lang=de-DE] .search-se,
html[lang=fi] .search-se {
  display: none;
}

html[lang=sv-SE] .search-en,
html[lang=de-DE] .search-en,
html[lang=fi] .search-en {
  display: none;
}

html[lang=en-US] .search-de,
html[lang=sv-SE] .search-de,
html[lang=fi] .search-de {
  display: none;
}

html[lang=en-US] .search-fi,
html[lang=de-DE] .search-fi,
html[lang=sv-SE] .search-fi {
  display: none;
}

*:focus {
  outline: none;
}

.not-found {
  text-align: center;
}
.not-found h1 {
  color: #f4f4f4;
  font-size: 150px;
  margin: 0;
}
.not-found h2 {
  margin-top: 0;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
}

.img-full .vc_single_image-wrapper {
  max-height: 300px;
  overflow: hidden;
}

.treeview .hasChildren.lastExpandable {
  background-repeat: no-repeat;
}

.esg-loadmore {
  display: none !important;
}

.treeview .expandable-hitarea.lastExpandable-hitarea {
  background-position: -80px -3px;
}

.treeview .expandable-hitarea.lastCollapsable-hitarea,
ul.treeview div.lastCollapsable-hitarea {
  background-position: -64px -25px !important;
}

.vc_row .esg-navigationbutton {
  color: #999 !important;
}

.vc_row .text-light .esg-filterbutton.selected {
  color: #005DA8 !important;
}

.logo-half {
  display: none;
}

html[lang=en-US] .logo-full,
html[lang=de-DE] .logo-full {
  display: none;
}

html[lang=en-US] .logo-half,
html[lang=de-DE] .logo-half {
  display: block;
}

/*********************
FEATURED ITEMS
*********************/
li[class*=filter-new] {
  border: 2px solid #E85930 !important;
  border-radius: 3px !important;
  padding: 10px !important;
}

li[class*=filter-new]:after {
  content: "Nyhet";
  background: #E85930;
  color: #fff;
  display: block;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  right: 0;
  bottom: 0;
  padding: 2px 20px;
  border-radius: 3px 0 0 0;
}

html[lang=en-US] .filter-new:after {
  content: "New";
}

html[lang=de_DE] .filter-new:after {
  content: "Neue";
}

html[lang=fi] .filter-new:after {
  content: "Neue";
}

/*********************
VISUAL COMPOSER
*********************/
.vc_grid.vc_grid-gutter-15px .vc_grid-item {
  padding-left: 0;
}

/*********************
PRODUCT
*********************/
h1.product_title.entry-title {
  padding: 0 15px;
  display: block;
}

.product .product-header {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.product .wpb_gallery {
  margin-top: 3em;
}
.product .cert {
  display: block;
  margin-top: 10px;
}
.product .cert img {
  display: block;
  float: left;
  max-height: 30px;
  margin-right: 10px;
}
.product .section {
  border-top: 1px solid #d5d5d5;
  padding-top: 1em;
  margin-top: 1em;
}
.product .section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.product .section.upsells, .product .section.quotation {
  border-top: 1px solid #d5d5d5;
  padding-top: 1em;
  margin-top: 1em;
}
.product .grid article {
  padding-bottom: 0;
}
.product .grid article .entry-content .post-thumb {
  min-height: 100px;
}
.product h2 {
  margin-bottom: 0.8em;
}
.product table tr {
  background-color: #f0f2f9;
  border-bottom: 1px solid #fff;
}
.product table tr:nth-child(2n+1) {
  background-color: #dee4f2;
}
.product table tr td {
  border-right: 1px solid #fff;
  /*color: $tb-text-color;*/
}
.product table tr td:last-child {
  border-right: none;
}

/*********************
FACETT TEMPLATES STYLES
*********************/
.grid.products article {
  display: flex;
}
.grid.products article .entry-content {
  font-size: 0.9em;
  color: #777777;
  display: flex;
  -moz-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.grid.products article .new {
  background: #E85930;
  color: #fff;
  display: block;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  right: -10px;
  bottom: -10px;
  padding: 2px 20px;
  border-radius: 3px 0 0 0;
}
.grid.products article .post-thumb {
  width: 40%;
}
.grid.products article .post-thumb img {
  max-height: 250px;
  width: auto;
}
.grid.products article .content {
  width: 60%;
}
.grid.products article .content .excerpt img {
  height: 25px;
  margin-right: 0.5em;
  padding-bottom: 3px;
  vertical-align: middle;
}
.grid.products article.product_tag-new {
  border: 2px solid #E85930 !important;
  border-radius: 3px !important;
  padding: 10px !important;
}

/*********************
POST
*********************/
#content .post-content .entry-content {
  padding-left: 0;
  padding-right: 0;
}
#content .post-content .vc_row, #content .post-content .wpb_column {
  padding: 0;
}

/*********************
FRONT PAGE
*********************/
#content .start-news .vc_row {
  padding: 0;
}
#content .start-news .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
#content .start-news .vc_gitem-post-data, #content .start-news p {
  margin: 0;
}
#content .start-news a.vc_btn {
  background: none;
  padding: 0;
  color: #005da8 !important;
}
#content .start-news .vc_gitem-post-data-source-post_date p {
  font-size: 0.875em;
  font-style: italic;
}
#content .start-news h4 a:after {
  display: none;
}
#content .start-news h4 {
  margin: 0;
}

.slider-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*********************
MASTER SLIDER
*********************/
.master-slider-top .vc_column-inner {
  padding-top: 0 !important;
}

.master-slider h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.15em;
}
.master-slider .ms-layer {
  position: absolute;
  line-height: 1.5em;
  margin-left: 5% !important;
}
.master-slider .ms-layer span {
  visibility: visible;
}
.master-slider .ms-layer a {
  color: #fff;
}

/*********************
VISUAL COMPOSER
*********************/
.vc_row[data-vc-full-width] {
  transition: none;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: #005da8;
  border-radius: 3px;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header a, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab a {
  color: #fff;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  background-image: url(/wp-content/uploads/2015/03/open-selected-acc.png);
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(/wp-content/uploads/2015/03/close-active-acc.png);
}

.wpb_accordion a:after {
  display: none;
}

/*********************
BOX
*********************/
.top-radius {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.bottom-radius {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.find-partner > .vc_column-inner > .wpb_wrapper {
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -o-flex-grow: 1;
  flex-grow: 1;
  flex: 1 auto;
}
.find-partner > .vc_column-inner > .wpb_wrapper .white {
  height: 47%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.find-partner > .vc_column-inner > .wpb_wrapper .more {
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  height: 53%;
  min-height: 300px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.more-bottom-10 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin-bottom: 0;
  width: calc(100% - 20px);
}

.more-bottom-15 {
  position: absolute;
  left: 15px;
  bottom: 15px;
  margin-bottom: 0;
  width: calc(100% - 30px);
}

.box2 {
  border-radius: 4px;
  min-height: 276px;
  position: relative;
}
.box2 .wpb_wrapper {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.box2 .wpb_wrapper p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 63px;
  width: 100%;
  transition: all 0.3s ease;
}
.box2 .wpb_wrapper p:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  z-index: 999;
  text-align: right;
  width: 80%;
  right: 20px;
  left: auto;
  top: 15px;
}
.box2 .wpb_wrapper a {
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px;
  transition: all 0.2s;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: right;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.box2 .wpb_wrapper a > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  right: 20px;
  bottom: 20px;
  transition: 0.4s;
}
.box2 .wpb_wrapper a > span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  right: 20px;
  transition: 0.3s;
}
.box2 .wpb_wrapper:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.box2 .wpb_wrapper:hover p:nth-child(2) {
  height: 100%;
}
.box2 .wpb_wrapper:hover a {
  opacity: 1;
  right: 0;
  background-color: #004175;
  transition: all 0.2s ease 0s;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.box2 .wpb_wrapper:hover a > span {
  padding-right: 20px;
}
.box2 .wpb_wrapper:hover a > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}

.box {
  padding-left: 10px !important;
  border-radius: 4px;
}
.box .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
  min-height: 276px;
}
.box .wpb_text_column {
  position: absolute;
  cursor: pointer;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin-bottom: 0;
}
.box .wpb_text_column p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 57px;
  width: 100%;
  transition: all 0.3s ease;
}
.box .wpb_text_column p:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  z-index: 999;
  text-align: right;
  width: 80%;
  right: 20px;
  left: auto;
  top: 15px;
}
.box .wpb_text_column a {
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px;
  transition: all 0.2s;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: right;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.box .wpb_text_column a > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  right: 20px;
  bottom: 20px;
  transition: 0.4s;
}
.box .wpb_text_column a > span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  right: 20px;
  transition: 0.3s;
}
.box .wpb_text_column:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  height: 100%;
}
.box .wpb_text_column:hover a {
  opacity: 1;
  right: 0;
  background-color: #004175;
  transition: all 0.2s ease 0s;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.box .wpb_text_column:hover a > span {
  padding-right: 20px;
}
.box .wpb_text_column:hover a > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 0;
}
.box .text {
  position: absolute;
  margin-bottom: 0;
  top: 0;
  left: 0;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.3s ease;
  transform: translate(0, 100%);
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.more .btn-grey-reverse-transp {
  padding: 20px 20px;
  color: #fff;
}

/*********************
NEWS 2019
*********************/
.news-2019 .facetwp-template {
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.news-2019 .facetwp-template > * {
  width: calc(100% - 30px);
  margin: 29.999px !important;
}
.news-2019 .facetwp-template .news-item {
  background-color: #fafafa;
  border-bottom: none;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.news-2019 .facetwp-template .news-item a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-2019 .facetwp-template .news-item a > span:after {
  color: #e85930;
}
.news-2019 .facetwp-template .news-image, .news-2019 .facetwp-template .news-text {
  width: 100%;
}
.news-2019 .facetwp-template .news-image {
  background-color: #fff;
  height: 250px;
  padding: 10px;
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.news-2019 .facetwp-template .news-text {
  padding: 1em 1.5em;
  margin-bottom: 2em;
}
.news-2019 .facetwp-template .news-text .date {
  font-size: 14px;
  color: #2980b9;
}
.news-2019 .facetwp-template .news-text .excerpt-read-more {
  display: none;
}
.news-2019 .facetwp-template .news-text h4 {
  font-size: 18px;
  line-height: 22px;
  color: #2980b9;
  margin-bottom: 1em;
}

/*********************
FLEXSLIDER
*********************/
.product .flexslider {
  min-height: 450px;
}

.hentry .flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.hentry .flexslider .slides img {
  width: auto;
  max-height: 450px;
  margin: 0 auto;
}
.hentry .flexslider .flex-direction-nav a {
  opacity: 1;
}
.hentry .flexslider .flex-direction-nav .flex-prev {
  left: 35px;
}
.hentry .flexslider .flex-direction-nav .flex-next {
  right: 35px;
}
.hentry .flexslider .flex-direction-nav a:before {
  font-family: "FontAwesome";
  content: "\f104";
  color: #005da8;
}
.hentry .flexslider .flex-control-paging li a {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
.hentry .flexslider .flex-control-paging li a.flex-active {
  background: #005da8;
}
.hentry .flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}

/*********************
WP-FILEBASE
*********************/
.treeview li.lastCollapsable, .treeview li.lastExpandable, ul.treeview li.lastCollapsable, ul.treeview li.lastExpandable {
  background-repeat: no-repeat;
}

.hentry .treeview ul {
  margin-left: 1em;
}
.hentry .treeview .hitarea {
  margin-left: 0;
}
.hentry .treeview .hover {
  color: #00447a;
}
.hentry .treeview li, .hentry ul.treeview li {
  background: none !important;
  padding: 3px 0;
}
.hentry .treeview li .a, .hentry ul.treeview li .a {
  font-family: "fontawesome";
  content: "\f016  ";
  color: #005da8;
}
.hentry .treeview li a[href$=".pdf"]:before, .hentry ul.treeview li a[href$=".pdf"]:before {
  font-family: "fontawesome";
  content: "\f1c1  ";
  color: #FF0000;
}
.hentry .treeview li a[href$=".zip"]:before, .hentry ul.treeview li a[href$=".zip"]:before {
  font-family: "fontawesome";
  content: "\f1c6  ";
  color: #626262;
}
.hentry .treeview li a[href$=".jpg"]:before,
.hentry .treeview li a[href$=".png"]:before,
.hentry .treeview li a[href$=".gif"]:before,
.hentry .treeview li a[href$=".tif"]:before, .hentry ul.treeview li a[href$=".jpg"]:before,
.hentry ul.treeview li a[href$=".png"]:before,
.hentry ul.treeview li a[href$=".gif"]:before,
.hentry ul.treeview li a[href$=".tif"]:before {
  font-family: "fontawesome";
  content: "\f1c5  ";
  color: #005da8;
}
.hentry .treeview li a[href$=".exe"]:before, .hentry .treeview li a[href$=".EXE"]:before, .hentry .treeview li a[href$=".apk"]:before, .hentry .treeview li a[href$=".APK"]:before, .hentry ul.treeview li a[href$=".exe"]:before, .hentry ul.treeview li a[href$=".EXE"]:before, .hentry ul.treeview li a[href$=".apk"]:before, .hentry ul.treeview li a[href$=".APK"]:before {
  font-family: "fontawesome";
  content: "\f0c7  ";
  color: #00A855;
}

#wpfb-cat-0 {
  display: none;
}

/*********************
MAPS
*********************/
.wpgmza_map {
  margin-bottom: 2em;
}

.wpgmza_table thead tr {
  background: #005da8 !important;
}

.dataTables_length select {
  padding: 0 1.5em 0 0.5em;
}

.dataTables_paginate, .dataTables_info {
  display: none;
}

#wpgmza_filter_select {
  margin-bottom: 1em !important;
  width: 200px;
  margin-top: 0.5em;
}

/*********************
ESS GRID
*********************/
input.eg-search-input[type=text] {
  width: 100%;
}

.esg-grid .mainul, .esg-grid .mainul > li {
  transform: none !important;
}

.esg-grid * {
  -ms-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

.esg-grid .esg-content {
  text-transform: none;
}

.vc_row .esg-filter-wrapper.dropdownstyle .esg-filterbutton.esg-allfilter {
  display: none;
}

.eg-search-wrapper {
  position: relative;
  margin: 0 !important;
  line-height: 30px;
}

.eg-search-submit {
  position: absolute;
  font-size: 0.875em;
  right: 10px;
  line-height: 30px;
}

.eg-search-clean {
  position: relative;
  font-size: 0.75em;
  left: 0;
  line-height: 30px;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  background: #005da8;
  transition: background 250ms;
  width: 100%;
  text-align: center;
}
.eg-search-clean:hover {
  background: #004175;
}
.eg-search-clean .eg-icon-cancel:before {
  content: "Återställ filter";
  width: auto;
  font-family: "Open Sans", sans-serif !important;
}

html[lang=en-US] .eg-search-clean .eg-icon-cancel:before {
  content: "Clear filter";
}

html[lang=de-DE] .eg-search-clean .eg-icon-cancel:before {
  content: "Filter löschen";
}

.vc_row .esg-filters.esg-multiplefilters:nth-child(3) {
  text-align: left;
  background: #005da8;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.vc_row.pre-filter .esg-filters.esg-multiplefilters:nth-child(3) {
  padding: 0;
}

.pre-filter .esg-filter-wrapper.dropdownstyle:first-child {
  margin-right: 1em !important;
  margin-left: 0 !important;
  background: #e85930;
}
.pre-filter .esg-filter-wrapper.dropdownstyle:first-child .esg-dropdown-wrapper {
  background: #C54D2A;
}
.pre-filter .esg-filter-wrapper.dropdownstyle:first-child .esg-dropdown-wrapper:after {
  border-bottom: 8px solid #C54D2A;
}

.hentry article .esg-filters {
  margin: 0.5em 0;
  padding-bottom: 0;
}

.eg-grant-content {
  padding: 10px;
}

.esg-overflowtrick {
  margin-top: 2em;
}

.vc_row .esg-selected-filterbutton {
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
}

.esg-filter-wrapper.dropdownstyle {
  width: 100%;
  margin: 0 !important;
}
.esg-filter-wrapper.dropdownstyle:nth-child(1) {
  z-index: 2300;
}
.esg-filter-wrapper.dropdownstyle:nth-child(2) {
  z-index: 2200;
}
.esg-filter-wrapper.dropdownstyle:nth-child(3) {
  z-index: 2100;
}
.esg-filter-wrapper.dropdownstyle:nth-child(4) {
  z-index: 2000;
}
.esg-filter-wrapper.dropdownstyle:nth-child(5) {
  z-index: 1900;
}
.esg-filter-wrapper.dropdownstyle:nth-child(6) {
  z-index: 1800;
}
.esg-filter-wrapper.dropdownstyle:nth-child(7) {
  z-index: 1700;
}
.esg-filter-wrapper.dropdownstyle:nth-child(8) {
  z-index: 1600;
}

.esg-selected-filterbutton, .esg-selected-filterbutton:hover, .esg-selected-filterbutton .eg-icon-down-open {
  color: #fff;
}

.vc_row .esg-dropdown-wrapper {
  padding: 10px;
  position: relative;
  padding-left: 2em;
  min-width: 200px;
  background: #004f8f;
  z-index: 10000;
  top: 100%;
}

.vc_row .text-light .esg-filterbutton {
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  margin-bottom: 5px;
  border: none;
}
.vc_row .text-light .esg-filterbutton:hover {
  color: #fff;
}
.vc_row .text-light .esg-filterbutton.selected {
  color: #fff;
}

.vc_row .text-light .esg-filter-checked {
  padding: 0;
  margin-left: 0;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 5px;
  font-size: 9px;
  font-weight: 300;
  line-height: 9px;
  margin-left: -2em;
  vertical-align: middle;
}

.vc_row .text-light .esg-filterbutton:hover .esg-filter-checked {
  background: #fff;
  color: #004f8f;
  padding: 0;
  margin-left: -2em;
  border-radius: 50%;
}

.vc_row .text-light .esg-filterbutton.selected .esg-filter-checked {
  padding: 0;
  margin-left: -2em;
  background: none;
  border-radius: 50%;
  color: #fff;
  transition: all 0.2s;
}

.vc_row .text-light .esg-filterbutton:hover .esg-filter-checked {
  margin-left: -2em;
}

.eg-grant-content {
  float: left;
  width: 70%;
}

.esg-media-cover-wrapper {
  width: 30%;
  float: right;
}

.eg-krohne-product-content {
  float: left;
  width: 60%;
}

.esg-content img {
  height: 25px;
  margin-right: 1em;
  padding-bottom: 3px;
  vertical-align: middle;
}

.esg-navigationbutton.esg-loadmore:before {
  content: "\f021  ";
  font-family: FontAwesome;
}

.esg-loadmore-wrapper .esg-navigationbutton.esg-loadmore {
  background: #e85930;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  transition: background 250ms;
}
.esg-loadmore-wrapper .esg-navigationbutton.esg-loadmore:hover {
  color: #fff;
  text-decoration: none;
  background: #ce4017;
}

.eg-krohne-product-element-2 {
  transition: background 250ms;
}
.eg-krohne-product-element-2:hover {
  color: #fff;
  background: #004175;
}

.esg-loader {
  display: none;
}

.esg-grid .esg-content ul {
  margin-top: 1em;
  margin-left: 5px;
}
.esg-grid .esg-content li {
  display: list-item;
  list-style: disc;
  margin-left: 1em;
  visibility: visible;
}

/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #20313f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.white, .white h1, .white h2, .white h3, .white a {
  color: #fff !important;
}

.slice {
  text-align: center;
  margin-bottom: 0.5em;
}
.slice a {
  background: #005da8;
  padding: 20px;
  transition: all 200ms;
  display: inline-block;
}
.slice a:hover {
  background: #004f8f;
}

.ingress {
  color: #005da8;
  font-size: 1.125em;
  line-height: 1.2em;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/*********************
LAYOUT & GRID STYLES
*********************/
#container {
  width: 100%;
}

#content {
  min-height: calc(100vh - 370px);
}
#content .wrap {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
#content.wide .wrap {
  max-width: 1600px;
}

#content .max-width-700 {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#content .max-width-600 {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important;
}

#content .max-width-500 {
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*********************
LINK STYLES
*********************/
a {
  color: #005da8;
  text-decoration: none;
  transition: color 200ms ease;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus {
  color: #00335c;
}
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vc_row h2 a:after, .vc_row h3 a:after {
  content: " \f105";
  font-family: "Fontawesome";
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin-bottom: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1 + p, .h1 + p, h2 + p, .h2 + p, h3 + p, .h3 + p, h4 + p, .h4 + p, h5 + p, .h5 + p {
  margin-top: 0.5em;
}

h1, .h1 {
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1.15em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  color: #455c6e;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #455c6e;
}

h3, .h3 {
  font-size: 1em;
  font-weight: bold;
  color: #455c6e;
}
h3 + h1, .h3 + h1 {
  margin-top: 0.3em;
}
h3.vinjett, .h3.vinjett {
  color: #005da8;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
  z-index: 2000;
  border-bottom: 3px solid #e85930;
}
.header .wrap {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}

#logo img {
  width: 75px;
}
#logo a {
  color: #005da8;
}

#inner-header-top .left-col {
  line-height: 0;
}

.inner-header-bottom,
.right-col, .header-lvl2 {
  display: none;
}

#content .breadcrumbs-container {
  display: none;
  float: left;
  width: 100%;
}
#content .breadcrumbs-container .wrap {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}

.home #content .breadcrumbs-container {
  display: none;
}

/*********************
PANEL NAV
*********************/
.menu-button {
  position: fixed;
  top: 0.5em;
  right: 0.5em;
  width: 44px;
  height: 44px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 3000;
}

.menu-button span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #005da8;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  transition: background 0.3s;
}

.menu-button span::before, .menu-button span::after {
  content: "";
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s, background 0s;
}

.menu-button span::before {
  top: -6px;
  transform: rotate(0);
}

.menu-button span::after {
  bottom: -6px;
  transform: rotate(0);
}

.menu-button.menu-is-open {
  box-shadow: none;
}

.menu-button.menu-is-open span {
  background: rgba(232, 74, 100, 0);
}

.menu-button.menu-is-open span::before, .menu-button.menu-is-open span::after {
  background: #005da8;
}

.menu-button.menu-is-open span::before {
  top: 0;
  transform: rotate(135deg);
}

.menu-button.menu-is-open span::after {
  bottom: 0;
  transform: rotate(225deg);
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  z-index: 1000;
  transition: visibility 0s 0.6s;
}

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
  animation: cd-close-2 0.6s 0.3s;
}
@keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  backface-visibility: hidden;
}

.cd-panel-close::before {
  transform: rotate(45deg);
}

.cd-panel-close::after {
  transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
  background-color: #424f5c;
}

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  transition-property: transform;
  transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
  transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  background: #005da8;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.from-right .cd-panel-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel-content .nav li a {
  color: #fff;
  display: inline-block;
}
.cd-panel-content .searchwrap {
  margin-top: 1em;
}
.cd-panel-content #s {
  width: 85%;
}

.cd-panel-content p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #424f5c;
  line-height: 1.4;
  margin: 2em 0;
}

.cd-panel-content p:first-of-type {
  margin-top: 0;
}

.cd-panel-content .sub-menu {
  padding: 0 10px 20px 25px;
  margin: 0;
  display: none;
}

/* style menu items which have a submenu  */
.cd-panel-content .menu-item-has-children > a {
  position: relative;
  /* this is the right arrow to show that the item has a submenu  */
}

.cd-panel-content .menu-item-has-children {
  width: 100%;
}

.cd-panel-content .menu-item-has-children .toggle-menu {
  float: right;
}

.cd-panel-content .menu-item-has-children .toggle-menu {
  transition-property: transform;
  transition-duration: 0.2s;
}

.cd-panel-content .menu-item-has-children .toggle-menu.submenu-open {
  transform: rotate(90deg);
}

.cd-panel-content .extras {
  margin: 0.7em;
  border-top: 1px solid #fff;
  margin-top: 2em;
}
.cd-panel-content .extras ul {
  margin-top: 1.5em;
}
.cd-panel-content .extras ul li.micon:before {
  color: #fff;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.5em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li.micon:before {
  font-family: "Font Awesome 5 Pro";
  background-color: inherit;
  padding: 0.3em 0.3em 0 0;
  color: inherit;
  font-size: 1em;
  margin-right: 0.3em;
}
.nav li.micon.news:before {
  content: "\f1ea";
}
.nav li.micon.service:before {
  content: "\f7d9";
}
.nav li.micon.contact:before {
  content: "\f4b6";
}
.nav li.micon.sales:before {
  content: "\f07a";
}
.nav li.micon.service:before {
  content: "\f7d9";
}
.nav li.micon.delivery:before {
  content: "\f49a";
}
.nav li.micon.quote:before {
  content: "\f570";
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin-left: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 0;
  font-size: 0.875em;
  border-bottom: none;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
.home, .page-id-13782, .page-id-13803, .page-id-13797, .page-id-13807 {
  background-color: #fff;
}
.home #content, .page-id-13782 #content, .page-id-13803 #content, .page-id-13797 #content, .page-id-13807 #content {
  padding-top: 0;
}

#content {
  margin: 62px 0 10px;
  padding-top: 10px;
}
#content .vc_row {
  margin-left: 0;
  margin-right: 0;
}
#content .vc_row.img-full {
  padding: 0;
  margin-bottom: 0;
  margin-top: -3px;
}
#content .vc_row.img-full .wpb_column {
  padding: 0;
}
#content .vc_row.img-full .wpb_column .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
#content .vc_row.img-full .wpb_column img {
  width: 100%;
}

table {
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 1.5em;
}
table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

thead tr {
  background: #0387c1 !important;
  color: #fff;
  letter-spacing: -0.5px;
}

.ginput_container_likert thead tr {
  color: #20313f;
}

tr {
  border-bottom: 1px solid #f4f4f4;
}
tr:nth-child(odd) {
  background-color: #fafafa;
}

td {
  padding: 7px;
  border-right: 1px solid #f4f4f4;
}
td:last-child {
  border-right: 0;
}

th {
  background-color: #fafafa;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
th:last-child {
  border-right: 0;
}

.hentry {
  background-color: #fff;
  border-radius: 3px;
}
.hentry article {
  padding-bottom: 1.5em;
}
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #fafafa;
}
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #f4f4f4;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #f4f4f4;
}
.entry-content tr:nth-child(odd) {
  background-color: #fafafa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #f4f4f4;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #fafafa;
  border-bottom: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #20313f;
  color: #fafafa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #f4f4f4;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #20313f;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #20313f;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #fafafa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #fafafa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #fafafa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #fafafa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #20313f;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #fafafa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #005da8;
  color: #fff;
  padding: 1em;
}
.footer .widget {
  font-size: 0.875em;
}
.footer .widget.widget_icl_lang_sel_widget {
  margin-right: 0;
  padding: 0;
}
.footer .widget.widget_icl_lang_sel_widget #lang_sel_list ul li:first-child {
  display: none;
}
.footer .widget.widget_icl_lang_sel_widget #lang_sel_list a {
  padding: 10px 15px;
  color: #005da8;
  border-radius: 3px;
  margin-left: 1em;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
Footer
*********************/
html body .footer {
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 3em 0;
  background-color: #005da8;
}
html body .footer .wrap {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  html body .footer .wrap {
    max-width: 960px;
  }
}
html body .footer #footerwidgets {
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start;
  width: 90%;
  margin-top: 0;
}
html body .footer #footerwidgets .widget {
  padding: 0 1em;
  font-size: 0.875em;
  color: #fff;
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  html body .footer #footerwidgets {
    width: 100%;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  html body .footer #footerwidgets .widget {
    display: flex;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: justify;
    padding: 0px;
    width: 20%;
  }
}
html body #inner-footer {
  display: flex;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only screen and (min-width: 768px) {
  html[lang=de-DE] body .footer #footerwidgets {
    -moz-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  html[lang=de-DE] body .footer #footerwidgets .widget {
    width: 15%;
  }
}
@media only screen and (min-width: 768px) {
  html[lang=de-DE] body .footer #footerwidgets .widget#text-15 {
    width: 25%;
  }
  html[lang=de-DE] body .footer #footerwidgets .widget#text-19 {
    width: 30%;
  }
}

/*********************
CAMPAIGN
*********************/
.page-template-page-campaign {
  background-color: #fff;
}

.page-template-page-campaign .breadcrumbs-container {
  display: none;
}

.campaign {
  background-color: #fff;
  margin-top: 60px;
}

.campaign p a {
  font-weight: 600;
  background-color: #005da8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  margin-top: 8px;
  display: inline-block;
}

.campaign .wrap {
  width: 85%;
}

.campaign h1, .campaign h2 {
  font-weight: 600;
}

.campaign .wpb_single_image .vc_figure,
.campaign .wpb_single_image .vc_single_image-wrapper {
  width: 100%;
}

.campaign .vc_col-sm-12 img {
  width: 100%;
}

.campaign .vc_row-has-fill h1 {
  margin-top: 0;
}

.campaign .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin-right: 16px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  .esg-entry-content {
    float: left;
    width: 60%;
  }
  /*********************
  FEATURED ITEMS
  *********************/
  .filter-new {
    padding: 10px 10px 0 !important;
  }
  /*********************
  PRODUCT
  *********************/
  .product .wpb_gallery {
    margin-top: 0;
  }
  /*********************
  GENERAL STYLES
  *********************/
  .left-col {
    float: left;
  }
  .right-col {
    float: right;
  }
  /*********************
  VC GRID
  *********************/
  .vc_grid-item .wpb_single_image {
    text-align: center;
  }
  .vc_grid-item .wpb_single_image img {
    max-height: 200px;
    width: auto;
  }
  /*********************
  ESS GRID
  *********************/
  .eg-search-clean {
    font-size: 0.875em;
    left: -140px;
    max-width: 130px;
    position: absolute;
  }
  .pre-filter .esg-filter-wrapper.dropdownstyle:first-child .esg-dropdown-wrapper {
    margin-left: -15px;
  }
  .vc_row .esg-selected-filterbutton {
    padding: 0;
  }
  .vc_row .esg-dropdown-wrapper {
    position: absolute;
    margin-left: -15px;
  }
  .vc_row .esg-dropdown-wrapper:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 35px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #004f8f;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .esg-filters {
    margin: 0;
  }
  .eg-grant-content {
    padding: 30px;
  }
  .esg-filter-wrapper.dropdownstyle {
    min-width: 50px;
    width: auto;
    padding: 15px 0;
  }
  .esg-filter-wrapper.dropdownstyle:first-child {
    padding-left: 1em;
  }
  /*********************
  MASTER SLIDER
  *********************/
  .master-slider .ms-layer span {
    visibility: visible;
  }
  .ms-nav-next,
  .ms-nav-prev {
    background: none !important;
    border: none !important;
  }
  .ms-nav-next:hover,
  .ms-nav-prev:hover {
    background: none !important;
  }
  .ms-nav-next:after {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 2.5em;
  }
  .ms-nav-prev:after {
    content: "\f104";
    font-family: fontawesome;
    color: #fff;
    font-size: 2.5em;
  }
  .master-slider h1 {
    margin-left: 0;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #content {
    min-height: calc(100vh - 250px);
    margin: 3em 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  #content .vc_row {
    padding: 0 20px;
  }
  #content .vc_row.vc_row-no-padding {
    padding: 0;
  }
  #content .vc_row .vc_row {
    padding: 0;
  }
  #content .vc_row.img-full {
    margin-bottom: 0;
  }
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 2.5em;
  }
  h2, .h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  h3, .h3 {
    font-size: 1.125em;
  }
  h4, .h4 {
    font-size: 1.1em;
  }
  h5, .h5 {
    font-size: 0.846em;
  }
  /*********************
  NEWS 2019
  *********************/
  .news-2019 .facetwp-template {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news-2019 .facetwp-template > * {
    width: calc(50% - 30px);
    margin: 14.999px !important;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 1.5em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*********************
  CAMPAIGN
  *********************/
  .campaign {
    margin-top: 0;
  }
  .campaign h1 {
    font-size: 3.25em;
    line-height: 1.125em;
    margin-bottom: 16px;
  }
  .campaign h2 {
    font-size: 2em;
  }
  .campaign h3 {
    font-size: 1.5em;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .ms-slide .ms-slide-layers {
    max-width: 960px !important;
    position: relative;
    margin: 0 auto;
    left: 0 !important;
  }
  .slice a {
    padding: 20px 35px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header {
    height: 135px;
    padding: 0;
    transition: height 0.2s;
    border-bottom: none;
  }
  .header .wrap {
    display: flex;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .header .wrap .right-col {
    display: flex;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-flex-pack: end;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    flex: 1 auto;
  }
  .header .header-lvl1 {
    height: 95px;
    transition: height 0.2s;
  }
  .header .header-lvl2 {
    display: flex;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 40px;
    width: 100%;
    background-color: #F2F2F2;
    border-bottom: 3px solid #e85930;
    position: absolute;
    bottom: 0;
  }
  #logo img {
    transition: width 0.2s;
    width: 120px;
    padding-top: 8px;
  }
  #content {
    min-height: calc(100vh - 345px);
  }
  #content .breadcrumbs-container {
    background: #fff;
    display: block;
  }
  #content .breadcrumbs-container #breadcrumbs {
    font-size: 0.875em;
    margin: 0 0 0.5em;
    border-top: 1px solid #f4f4f4;
    padding-top: 0.5em;
  }
  body.mini .header {
    height: 105px;
  }
  body.mini .header #logo img {
    width: 86px;
  }
  body.mini .header .header-lvl1 {
    height: 65px;
  }
  body.admin-bar .header {
    top: 32px;
  }
  /*.inner-header-bottom,
  .right-col {
      display: block;
  }*/
  .home .breadcrumbs-container, .page-id-13782 .breadcrumbs-container, .page-id-13803 .breadcrumbs-container, .page-id-13797 .breadcrumbs-container, .page-id-13807 .breadcrumbs-container {
    display: none;
  }
  /*********************
  NEWS 2019
  *********************/
  .news-2019 .facetwp-template {
    display: flex;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .news-2019 .facetwp-template > * {
    width: calc(25% - 30px);
    margin: 7.499px !important;
  }
  /*********************
  Content
  *********************/
  #content {
    margin-top: 135px;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #005da8;
    opacity: 0;
    padding: 0.5em 0;
    margin-top: 0;
    transition: all 300ms ease;
  }
  .nav ul:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: #005da8 transparent;
  }
  .nav ul li a {
    color: #fff;
    padding: 0.5em 0;
    font-size: 0.875em;
  }
  .nav ul li a:hover {
    color: #fff;
  }
  .nav li {
    float: left;
    position: relative;
    display: flex;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    padding: 0.75em;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a.toggle-menu {
    display: none;
  }
  .nav li:hover, .nav li:focus {
    color: #00335c;
    text-decoration: none;
    outline: none;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    border-top: 0;
    top: 35px;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    padding: 0 1em;
    width: 100%;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li:hover,
  .nav li ul.children li:hover {
    background: #005599;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 0;
    border-right: 0;
    display: block;
    min-width: 105px;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: 35px;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  /* end .nav */
  .nav {
    margin-right: 1em;
  }
  .nav li a {
    padding: 0.5em 2.4em 0.5em 0;
    font-size: 1em;
  }
  .header-lvl1 .nav li {
    color: #005da8;
  }
  /*********************
  PANEL NAV
  *********************/
  .menu-button {
    display: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  .ms-slide .ms-slide-layers {
    max-width: 1240px !important;
    position: relative;
  }
  .img-full .vc_single_image-wrapper {
    max-height: 320px;
    overflow: hidden;
  }
  /*********************
  CAMPAIGN
  *********************/
  .campaign .wrap {
    width: 1140px;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@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) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  html body * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    box-shadow: none;
  }
  html body #content {
    margin-top: 0;
    padding-top: 0;
  }
  html body #content .temp-menu-wrapper + .vc_row {
    margin-top: 0;
  }
  html body a, html body a:visited {
    color: #444 !important;
  }
  html body a:after, html body a:visited:after {
    content: " (" attr(href) ")";
  }
  html body a abbr[title]:after, html body a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  html body .ir a:after,
  html body a[href^="javascript:"]:after,
  html body a[href^="#"]:after {
    content: "";
  }
  html body pre, html body blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html body thead {
    display: table-header-group;
  }
  html body tr, html body img {
    page-break-inside: avoid;
  }
  html body img {
    max-width: 100% !important;
  }
  @page {
    html body {
      margin: 0.5cm;
    }
  }
  html body p, html body h2, html body h3 {
    orphans: 3;
    widows: 3;
  }
  html body h2,
  html body h3 {
    page-break-after: avoid;
  }
  html body .sidebar,
  html body .page-navigation,
  html body .wp-prev-next,
  html body .respond-form,
  html body nav,
  html body .header,
  html body .footer,
  html body .contact,
  html body .cd-panel,
  html body .breadcrumbs-container, html body.page-template-page-temp section .vc_row span a {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */