/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************

Stylesheet: Main Stylesheet

Calls every scss file in correct order.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
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
   ========================================================================== */
@import url("https://use.typekit.net/qjo6rhv.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article, nav, canvas, aside, figcaption, figure, hgroup, menuitem, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

/**
 * 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 */
  font-size: 62.5%; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em; }

/* ==========================================================================
   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: thin dotted; }

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

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

/**
 * 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: none;
  -epub-hyphens: manual;
  -ms-hyphens: manual;
      hyphens: manual; }

/*
 * 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: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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: 10px 0; }

dd {
  margin: 0; }

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

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

/*
 * 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: border-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 {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf: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; }

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

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
*********************/
/*********************
FONT SIZES
*********************/
/*********************
PADDINGS
*********************/
/******************************************************************

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.

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
strong {
  color: #002D74; }

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

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

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? */
/*********************
PSEUDO
*********************/
/* @include pseudo; */
/*********************
CSS TRIANGLE
*********************/
/* @include css-triangle(black, up, 6px false); */
/*********************
OBJECT FIT
*********************/
/******************************************************************

Stylesheet: Grid Stylesheet

Still using this pretty basic grid, but it's customized a bit to
feel more like Bootstrap.
Wrap grid columns in grid-skin wrappers.

******************************************************************/
.with-padding {
  padding: 0 20px; }

.with-padding-large {
  padding: 0 40px; }

.with-padding-small {
  padding: 0 10px; }

.grid-skin {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 0 -20px; }

.grid-skin-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 0 -40px; }

.grid-skin-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin: 0 -10px; }

/* Mobile Grid Styles */
@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%; } }

/* Large Mobile to Tablet Grid Styles */
@media (min-width: 481px) and (max-width: 767px) {
  .mt-all {
    float: left;
    width: 100%; }
  .mt-1of2 {
    float: left;
    width: 50%; }
  .mt-1of3 {
    float: left;
    width: 33.33%; }
  .mt-2of3 {
    float: left;
    width: 66.66%; }
  .mt-1of4 {
    float: left;
    width: 25%; }
  .mt-3of4 {
    float: left;
    width: 75%; } }

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%; }
  .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%; }
  .t-1of6 {
    float: left;
    width: 16.6666666667%; }
  .t-1of7 {
    float: left;
    width: 14.2857142857%; }
  .t-2of7 {
    float: left;
    width: 28.5714286%; }
  .t-3of7 {
    float: left;
    width: 42.8571429%; }
  .t-4of7 {
    float: left;
    width: 57.1428572%; }
  .t-5of7 {
    float: left;
    width: 71.4285715%; }
  .t-6of7 {
    float: left;
    width: 85.7142857%; }
  .t-1of8 {
    float: left;
    width: 12.5%; }
  .t-1of9 {
    float: left;
    width: 11.1111111111%; }
  .t-1of10 {
    float: left;
    width: 10%; }
  .t-1of11 {
    float: left;
    width: 9.09090909091%; }
  .t-1of12 {
    float: left;
    width: 8.33%; } }

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    width: 100%; }
  .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.09090909091%; }
  .d-1of12 {
    float: left;
    width: 8.33%; } }

/*********************
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.
*********************/
/******************************************************************

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.

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

*********************/
.btn, .btn-blue, .btn-gray, .btn-light-blue, .btn-light-gray, .btn-small {
  display: inline-block;
  position: relative;
  font-family: "Proxima Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background: #000;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: normal;
  padding: 15px 26px;
  border-radius: 20px;
  text-align: center;
  min-width: 160px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .btn:hover, .btn-blue:hover, .btn-gray:hover, .btn-light-blue:hover, .btn-light-gray:hover, .btn-small:hover, .btn:focus, .btn-blue:focus, .btn-gray:focus, .btn-light-blue:focus, .btn-light-gray:focus, .btn-small:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn:active, .btn-blue:active, .btn-gray:active, .btn-light-blue:active, .btn-light-gray:active, .btn-small:active {
    top: 1px; }

.ikon-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 0;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .ikon-btn img {
    width: auto !important;
    height: 100% !important; }
  .ikon-btn:hover, .ikon-btn:focus {
    background: #d8d7d7; }

/*
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.
*/
.btn-blue {
  background-color: #002D74; }
  .btn-blue:hover, .btn-blue:focus {
    background: #001941; }

.btn-gray {
  background-color: #c0c3ca;
  color: #000; }
  .btn-gray:hover, .btn-gray:focus {
    color: #000;
    background: #a4a9b3; }

.btn-light-blue {
  background-color: #00A7E1; }
  .btn-light-blue:hover, .btn-light-blue:focus {
    background: #002D74; }

.btn-light-gray {
  background-color: #f1f1f1;
  color: #000; }
  .btn-light-gray:hover, .btn-light-gray:focus {
    color: #000;
    background: #d8d7d7; }

.btn-small {
  font-size: 1.4rem;
  padding: 11px 25px;
  min-width: 1px;
  text-transform: uppercase; }

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

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.

******************************************************************/
/*********************
INPUTS
*********************/
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="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  line-height: 1em;
  padding: 15px 26px;
  font-size: 1.9rem;
  color: #000;
  border-radius: 8px;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #c0c3ca;
  width: 100%;
  max-width: 1800px;
  font-family: "Proxima Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -webkit-transition: background-color 0.24s ease-in-out;
  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="search"]:focus,
  input[type="search"]: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: #fbfbfb;
    border-color: #002D74;
    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="search"].error,
  input[type="search"].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="search"].success,
  input[type="search"].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="search"][disabled],
  input[type="search"].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="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].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 */
  -moz-appearance: none;
  appearance: none;
  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: 97.5% center; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  /* Removes leftover margin */
  width: 12px; }

.info {
  background: #ebe16f;
  display: block;
  padding: 20px;
  border-top: 4px solid #e5d842; }

/********************************
HEADER VARIABLES
********************************/
/********************************
HIDE AND DISPLAY CORRECT ELEMENTS
ON DIFFERENT BREAKPOINTS
********************************/
.desktop-navigation {
  display: none; }

#nav-toggle {
  display: inline-block; }

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

/*********************
MAIN HEADER STYLING
*********************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0;
  line-height: 0;
  z-index: 999;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out; }
  .header #inner-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 100px; }

/*********************
HEADER ELEMENTS
*********************/
.custom-logo-link {
  display: inline-block;
  width: 120px;
  line-height: 0;
  margin-right: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .custom-logo-link .custom-logo {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 1030px) {
  .custom-logo-link {
    width: 120px; } }

#nav-toggle {
  display: block;
  width: auto;
  height: 19px;
  cursor: pointer;
  line-height: 19px; }
  #nav-toggle:before {
    content: 'Meny';
    display: inline-block;
    float: left;
    margin-right: 10px; }
  #nav-toggle .hamburger-menu,
  #nav-toggle .hamburger-menu:after,
  #nav-toggle .hamburger-menu:before {
    width: 28px;
    height: 3px; }
  #nav-toggle .hamburger-menu {
    display: inline-block;
    float: right;
    position: relative;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    background: #002d74;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms; }
    #nav-toggle .hamburger-menu:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 8px;
      background: #002d74;
      -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    #nav-toggle .hamburger-menu:after {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      background: #002d74;
      -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  #nav-toggle.nav-active:before {
    content: 'Lukk meny'; }
  #nav-toggle.nav-active .hamburger-menu {
    background: rgba(0, 45, 116, 0); }
    #nav-toggle.nav-active .hamburger-menu:before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    #nav-toggle.nav-active .hamburger-menu:after {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.search-toggle {
  display: inline-block;
  margin-left: auto;
  margin-right: 40px;
  height: 22px; }
  .search-toggle img {
    height: 100%;
    width: auto; }

/*********************
SEARCH BAR STYLES
*********************/
#search-header {
  background: #002D74;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.214s ease-in-out;
  transition: all 0.214s ease-in-out; }
  #search-header.search-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #search-header .wrap {
    position: relative;
    padding: 0; }
  #search-header .close-search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 41px 20px 31px; }
  #search-header input#s {
    border-radius: 0;
    height: 100px;
    padding: 24px 60px 20px 20px;
    max-width: 1300px;
    font-size: 1.9rem;
    width: 100%;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    color: #fff; }
    #search-header input#s::-webkit-input-placeholder {
      color: #c0c3ca; }
    #search-header input#s:-ms-input-placeholder {
      color: #c0c3ca; }
    #search-header input#s::-ms-input-placeholder {
      color: #c0c3ca; }
    #search-header input#s::placeholder {
      color: #c0c3ca; }
  #search-header button#searchsubmit {
    display: none; }

/*********************
MOBILE NAVIGATION STYLES
*********************/
.mobile-nav {
  position: fixed;
  height: calc(100vh - 100px);
  top: 100px;
  right: 0;
  width: 100%;
  text-align: center;
  background: #f3f3f3;
  overflow-y: auto;
  padding: 40px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 10;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mobile-nav.nav-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    pointer-events: all; }
  .mobile-nav h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    font-size: 2.3rem;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase; }
    .mobile-nav h3:after {
      content: '';
      display: block;
      background: #f1f1f1;
      height: 1px;
      width: 80px;
      margin: 40px auto 0; }

.mobile-menu {
  border-bottom: 0;
  margin: 0 0 20px;
  /* end .menu li */ }
  .mobile-menu > li > a {
    font-weight: bold; }
  .mobile-menu li a {
    display: inline-block;
    color: #002D74;
    text-decoration: none;
    padding: 10px 40px;
    margin: 0;
    font-size: 1.9rem;
    position: relative;
    line-height: 1;
    text-transform: uppercase; }
  .mobile-menu li.current-menu-item a {
    background: #f1f1f1;
    border-radius: 50px; }
  .mobile-menu li .sub-menu {
    margin: 0 0 20px; }
    .mobile-menu li .sub-menu li a {
      margin: 0;
      text-transform: none; }

/* end .nav */
/************************
DESKTOP NAVIGATION STYLES
************************/
@media only screen and (min-width: 1030px) {
  .desktop-navigation {
    display: block;
    position: fixed;
    overflow-y: auto;
    margin: 0 auto;
    top: 100px;
    background: #fff;
    max-height: calc(100% - 100px);
    width: calc(100% - 40px);
    max-width: calc(1300px - 40px);
    padding: 40px 80px;
    left: 50%;
    -webkit-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: transform 0.214s ease-in-out, opacity 0.214s ease-in-out;
    -webkit-transition: opacity 0.214s ease-in-out, -webkit-transform 0.214s ease-in-out;
    transition: opacity 0.214s ease-in-out, -webkit-transform 0.214s ease-in-out;
    transition: transform 0.214s ease-in-out, opacity 0.214s ease-in-out;
    transition: transform 0.214s ease-in-out, opacity 0.214s ease-in-out, -webkit-transform 0.214s ease-in-out; }
    .desktop-navigation .infoseksjon {
      border-top: 1px solid #f2f2f2;
      padding-top: 40px; }
      .desktop-navigation .infoseksjon h3 {
        font-size: 2.3rem;
        font-weight: 700;
        margin-bottom: 20px; }
      .desktop-navigation .infoseksjon h1, .desktop-navigation .infoseksjon h2, .desktop-navigation .infoseksjon h3, .desktop-navigation .infoseksjon h4, .desktop-navigation .infoseksjon h5, .desktop-navigation .infoseksjon p, .desktop-navigation .infoseksjon a {
        color: #002D74; }
      .desktop-navigation .infoseksjon .header-widget {
        display: inline-block;
        float: left;
        width: 33.3333%; }
        .desktop-navigation .infoseksjon .header-widget p {
          font-size: 1.4rem;
          display: inline-block;
          float: left; }
        .desktop-navigation .infoseksjon .header-widget .sosial-link {
          display: inline-block;
          font-size: 1.9rem;
          margin-right: 20px;
          height: 30px; }
          .desktop-navigation .infoseksjon .header-widget .sosial-link img {
            height: 100%;
            width: auto; }
        .desktop-navigation .infoseksjon .header-widget#text-10 {
          margin-top: 43px; }
      .desktop-navigation .infoseksjon.small-screen {
        display: none; }
    .desktop-navigation.nav-active {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .nav {
    margin: 0 0 20px;
    /* end .menu ul li */ }
    .nav > li {
      width: 33.3333%;
      display: inline-block;
      float: left;
      margin-bottom: 0; }
      .nav > li > a {
        font-size: 2.3rem !important;
        font-weight: 700; }
    .nav .sub-menu {
      margin: 20px 0 10px;
      line-height: 1.6em; }
    .nav li {
      position: relative;
      display: block; }
      .nav li a {
        text-decoration: none;
        display: inline-block;
        color: #002D74;
        padding: 0;
        font-size: 1.9rem; }
        .nav li a:hover, .nav li a:focus {
          text-decoration: underline; }
      .nav li.current-menu-item > a {
        text-decoration: underline; } }

/***********************************
EXTRA ELEMENTS RELATED TO NAVIGATION
***********************************/
.background-overlay {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .background-overlay.nav-active {
    cursor: url(../images/cursor-cross.png), auto;
    cursor: -webkit-image-set(url(../images/cursor-cross.png) 1x, url(../images/cursor-cross-hi.png) 2x), auto;
    opacity: 1;
    pointer-events: all; }

/*********************
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.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Proxima Soft", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-size: 1.9rem;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

.give-me-some-room {
  margin-top: 40px;
  margin-bottom: 40px; }

.give-me-room {
  margin-top: 80px;
  margin-bottom: 80px; }

.give-me-room-bottom {
  margin-bottom: 80px; }

.give-me-room-top {
  margin-top: 80px; }

.give-me-room-none {
  margin-top: 0;
  margin-bottom: 0; }

.give-me-room-inside {
  padding-top: 80px;
  padding-bottom: 80px; }

.give-me-some-room-inside {
  padding-top: 40px;
  padding-bottom: 40px; }

.make-me-narrow,
.wrap.make-me-narrow {
  max-width: 560px; }

.make-me-narrower,
.wrap.make-me-narrower {
  max-width: 720px; }

.make-me-slightly-narrow,
.wrap.make-me-slightly-narrow {
  max-width: 1080px; }

.center-text {
  text-align: center; }

.venstre-innhold {
  margin: 40px 0; }

.darken-img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7); }

/*********************
LINK STYLES
*********************/
a {
  color: #002D74;
  /* on hover */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #001b46; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  line-height: 1.25em;
  color: #002D74; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
  h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h4 strong, .h4 strong, h5 strong, .h5 strong {
    font-weight: 700; }

h1, h2 {
  text-transform: uppercase; }
  .single-post h1, .single-post h2 {
    text-transform: none; }

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

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

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

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

h5, .h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  z-index: 2;
  background: #fff;
  margin-top: 100px; }
  #content.video-not-showing {
    margin-top: 100px; }

.featured-image {
  display: block;
  line-height: 0;
  position: relative;
  text-decoration: none;
  color: #fff; }
  .featured-image.with-slider {
    background: #f1f1f1; }
  .featured-image img {
    width: 100%;
    height: auto; }
  .featured-image .taxonomy-slider {
    line-height: 0; }
    .featured-image .taxonomy-slider .slide-image {
      width: 100%;
      height: 55vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .featured-image .text-overlay {
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    .featured-image .text-overlay > * {
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
      .featured-image .text-overlay > *:last-child {
        margin-bottom: 0; }
    .featured-image .text-overlay a {
      font-size: 2.3rem;
      color: #fff;
      text-decoration: none;
      padding: 10px 20px; }
      .featured-image .text-overlay a:hover, .featured-image .text-overlay a:focus {
        text-decoration: underline; }
  .term-storhusholdning .featured-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .term-storhusholdning .featured-image img {
      position: absolute;
      height: 100%;
      left: 0;
      object-fit: cover;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
    .term-storhusholdning .featured-image .text-overlay {
      position: relative;
      padding: 40px 20px;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      top: 0;
      left: 0; }

.title-section {
  position: relative;
  text-transform: uppercase;
  margin: 40px 0; }
  .title-section .undertittel {
    text-transform: none; }
  .title-section .breadcrumbs {
    margin-top: 20px;
    font-size: 1.4rem;
    color: #c0c3ca;
    text-transform: none; }
    .title-section .breadcrumbs a {
      text-decoration: none; }
      .title-section .breadcrumbs a:hover, .title-section .breadcrumbs a:focus {
        color: #000; }
    .title-section .breadcrumbs span.arrow-right {
      display: inline-block;
      height: 10px;
      width: 5px;
      margin: 0 10px;
      background: url("../images/arrow-right-blue.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .single-produkt .title-section {
    text-transform: none; }
    .single-produkt .title-section h1 {
      text-transform: none; }
  .post-template-inspirasjon-single-post .title-section {
    box-shadow: none; }
    .post-template-inspirasjon-single-post .title-section h1 {
      text-transform: none; }
    .post-template-inspirasjon-single-post .title-section .undertittel {
      color: #00A7E1; }
  .page-template-page-builder .title-section {
    margin-bottom: 0; }

.tax-description .wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
  max-width: 800px; }

.tax-description .beskrivelsen {
  height: auto;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .tax-description .beskrivelsen.active {
    max-height: 3000px; }
    .tax-description .beskrivelsen.active:after {
      opacity: 0;
      pointer-events: none; }

.tax-description .les-mer {
  margin: 0 auto;
  display: block;
  max-width: 200px; }

.seksjonstittel {
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #002D74; }

.hentry footer p {
  margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* post meta */
.byline {
  color: #c0c3ca;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

/* entry content */
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.text > h1,
.text > h2,
.text > h3,
.text > h4,
.text > h5 {
  margin-top: 40px; }

.entry-content > *,
.text > * {
  margin-bottom: 20px; }
  .entry-content > *:first-child,
  .text > *:first-child {
    margin-top: 0; }
  .entry-content > *:last-child,
  .text > *:last-child {
    margin-bottom: 0; }

.entry-content ul, .entry-content ol,
.text ul,
.text ol {
  margin-top: 0;
  padding: 0; }
  .entry-content ul li, .entry-content ol li,
  .text ul li,
  .text ol li {
    list-style: initial;
    margin-left: 20px;
    margin-bottom: 20px; }
    .entry-content ul li:last-child, .entry-content ol li:last-child,
    .text ul li:last-child,
    .text ol li:last-child {
      margin-bottom: 0; }
    .entry-content ul li a, .entry-content ol li a,
    .text ul li a,
    .text ol li a {
      display: inline; }

.entry-content ol,
.text ol {
  margin-left: 50px;
  padding: 0;
  list-style-type: none; }
  .entry-content ol li,
  .text ol li {
    margin: 0 0 20px;
    list-style: none;
    counter-increment: step-counter; }
    .entry-content ol li > *,
    .text ol li > * {
      margin-bottom: 20px; }
      .entry-content ol li > *:last-child,
      .text ol li > *:last-child {
        margin-bottom: 0; }
    .entry-content ol li:before,
    .text ol li:before {
      content: counter(step-counter);
      margin-right: 0;
      margin-left: -50px;
      display: inline-block;
      float: left;
      font-size: 1.4rem;
      background-color: #002D74;
      color: white;
      border-radius: 50px;
      line-height: 30px;
      width: 30px;
      height: 30px;
      text-align: center;
      position: relative;
      top: 4px; }

.entry-content table,
.text table {
  width: 100%; }
  .entry-content table caption,
  .text table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #c0c3ca;
    text-transform: uppercase;
    letter-spacing: 1px; }

.entry-content tr:nth-child(even),
.text tr:nth-child(even) {
  background-color: #f1f1f1; }

.entry-content td,
.text td {
  padding: 7px; }
  .entry-content td:last-child,
  .text td:last-child {
    border-right: 0; }

.entry-content th,
.text th {
  background-color: #f1f1f1; }
  .entry-content th:last-child,
  .text th:last-child {
    border-right: 0; }

.entry-content blockquote,
.text blockquote {
  padding: 0 0 0 20px;
  border-left: 5px solid #002D74;
  font-style: italic;
  color: #002D74; }
  .entry-content blockquote > *,
  .text blockquote > * {
    margin-bottom: 20px; }
  .entry-content blockquote:last-child,
  .text blockquote:last-child {
    margin-bottom: 0; }

.entry-content dd,
.text dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 5px; }

.entry-content img,
.text img {
  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,
.text .size-auto,
.text .size-full,
.text .size-large,
.text .size-medium,
.text .size-thumbnail {
  max-width: 100%;
  height: auto; }

.entry-content pre,
.text pre {
  background: #000;
  color: #f1f1f1;
  font-size: 0.9em;
  padding: 5px;
  margin: 0 0 5px;
  border-radius: 3px; }

.entry-content .gallery,
.text .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px; }
  .entry-content .gallery .gallery-item,
  .text .gallery .gallery-item {
    padding: 0 10px; }
    .entry-content .gallery .gallery-item a,
    .text .gallery .gallery-item a {
      display: block;
      line-height: 0; }
    .entry-content .gallery .gallery-item img,
    .text .gallery .gallery-item img {
      margin: 0; }
  .entry-content .gallery.gallery-columns-2 .gallery-item,
  .text .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  .entry-content .gallery.gallery-columns-3 .gallery-item,
  .text .gallery.gallery-columns-3 .gallery-item {
    width: 33.333333%; }
  .entry-content .gallery.gallery-columns-4 .gallery-item,
  .text .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  .entry-content .gallery.gallery-columns-5 .gallery-item,
  .text .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  .entry-content .gallery.gallery-columns-6 .gallery-item,
  .text .gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%; }

/* 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 */
.tags {
  margin: 0; }

.velkommen {
  position: relative; }
  .velkommen .text {
    padding: 40px;
    background: rgba(255, 255, 255, 0.8); }
    .velkommen .text p {
      max-width: 350px;
      margin: 0 auto; }

.lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none; }
  .lines .line {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 140px);
    max-width: 9999px;
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    -webkit-animation: WAVY-LINE 6s infinite;
            animation: WAVY-LINE 6s infinite;
    opacity: .16; }
    .lines .line.line-1 {
      top: 40px; }
    .lines .line.line-2 {
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .lines .line.line-3 {
      top: 65px;
      -webkit-animation-delay: 4s;
              animation-delay: 4s; }

@-webkit-keyframes WAVY-LINE {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); } }

@keyframes WAVY-LINE {
  0% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px); } }

.nyhet {
  margin-bottom: 20px; }
  .nyhet a {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    .nyhet a.social-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; }
      .nyhet a.social-link img {
        width: 25px;
        height: auto;
        position: relative;
        top: -1px;
        margin-right: 15px; }
  .nyhet .nyhet-bilde {
    line-height: 0;
    width: 140px;
    margin-right: auto;
    position: relative; }
    .nyhet .nyhet-bilde img {
      width: 100%; }
    .nyhet .nyhet-bilde .nyhet-innhold {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      line-height: 1.4em;
      padding: 20px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#0000), to(#000));
      background-image: -webkit-linear-gradient(top, #0000, #000);
      background-image: linear-gradient(to bottom, #0000, #000); }
      .nyhet .nyhet-bilde .nyhet-innhold h3 {
        color: #fff; }
  .nyhet .nyhet-innhold {
    width: calc(100% - 140px - 20px);
    margin-left: auto; }
  .nyhet .tittel {
    font-size: 1.9rem; }
  .nyhet .excerpt {
    display: none; }
  .nyhet:last-of-type {
    margin-bottom: 0; }

.nyheter-og-instagram .grid-skin {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start; }
  .nyheter-og-instagram .grid-skin > * {
    margin-bottom: 40px; }

.nyheter-og-instagram .instagram-section {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4; }

.instafeed-wrap {
  margin-bottom: 20px; }

#instafeed-slider {
  margin: 0;
  border: none;
  border-radius: 0; }

#instafeed {
  max-height: 100%; }
  #instafeed a.insta-img {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 83.6666%;
    overflow: hidden; }
    #instafeed a.insta-img img {
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; }

.flex-control-nav {
  bottom: 0;
  line-height: 1; }
  .flex-control-nav li {
    margin: 15px 6px 15px; }
    .flex-control-nav li a {
      width: 15px;
      height: 15px;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .flex-control-nav li a:hover, .flex-control-nav li a.flex-active {
        background: #fff; }

.forside-video {
  width: 100%;
  position: relative;
  max-height: 100vh;
  overflow: hidden; }
  .forside-video .wp-video {
    width: 100% !important; }
  .forside-video .mejs-controls {
    display: none !important;
    visibility: hidden !important; }
  .forside-video .skip-video {
    display: inline-block;
    width: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9;
    line-height: 0; }
    .forside-video .skip-video img {
      width: 100%;
      height: auto; }

.bilde-med-tekst .tekst {
  padding: 40px 20px; }

.bilde-med-tekst.wrapped {
  padding: 40px 0; }
  .bilde-med-tekst.wrapped .tekst {
    margin: 20px 0 0;
    padding: 0; }

.tittelbar {
  position: relative;
  padding: 30px 0;
  background: #002D74;
  color: #fff;
  margin-bottom: 40px;
  text-transform: none; }
  .tittelbar h2, .tittelbar h3 {
    color: #fff; }
  .tittelbar h2 {
    text-transform: none;
    font-size: 2.6rem; }
  .tittelbar.ingen-margin-under {
    margin-bottom: 0; }

.enkelt-innhold {
  margin: 40px 0; }

.video-med-tekst .video-column {
  background: #002D74; }

.video-med-tekst .tekst {
  padding: 40px 20px; }

.video-med-tekst.wrapped {
  padding: 40px 0; }
  .video-med-tekst.wrapped .tekst {
    margin: 20px 0 0;
    padding: 0; }

.kolonneinnhold {
  margin: 40px 0 0;
  word-wrap: break-word; }
  .kolonneinnhold .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .kolonneinnhold .innhold {
    margin-bottom: 40px; }

.nf-form-fields-required {
  display: none; }

nf-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  nf-fields-wrap nf-field {
    width: 100%; }
    nf-fields-wrap nf-field:nth-of-type(1), nf-fields-wrap nf-field:nth-of-type(2) {
      width: calc(50% - 10px); }
    nf-fields-wrap nf-field:nth-of-type(2) {
      margin-left: 20px; }

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.mejs-container {
  padding-top: 56.25%; }

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important; }

video.wp-video-shortcode {
  position: relative; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-controls {
  display: none; }

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

/*****************
ARCHIVE PRODUKT STYLES
*****************/
.facets {
  padding: 40px 0;
  background: #f1f1f1; }

.facetwp-facet-produktsok.facetwp-facet {
  margin-bottom: 20px; }

.facetwp-facet-produktsok .facetwp-search-wrap {
  display: block;
  margin: 0 auto; }

.facetwp-facet-produktsok .facetwp-btn {
  top: 15px;
  right: auto;
  left: 25px; }
  .facetwp-facet-produktsok .facetwp-btn:before {
    background: url("../images/search-icon.svg") no-repeat; }

.facetwp-facet-produktsok input.facetwp-search {
  padding: 15px 26px 15px 60px;
  max-width: 100%; }

.facetwp-facet-produkttyper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  .facetwp-facet-produkttyper .facetwp-radio {
    margin: 0 20px 20px 0;
    background-image: url("../images/radio.svg"); }
    .facetwp-facet-produkttyper .facetwp-radio.checked {
      background-image: url("../images/radio-on.svg"); }

.products-wrap {
  margin: 40px auto; }
  .products-wrap .grid-skin {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    margin: 0 -10px; }
    .products-wrap .grid-skin .arkiv-produkt {
      padding: 0 10px;
      margin-bottom: 20px; }

.arkiv-produkt,
.related-produkt {
  margin-bottom: 20px; }
  .arkiv-produkt > a,
  .related-produkt > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow: hidden; }
  .arkiv-produkt a,
  .related-produkt a {
    display: block;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0);
    border: 1px solid #f1f1f1;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .arkiv-produkt a:hover,
    .related-produkt a:hover {
      box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.14); }
  .arkiv-produkt .thumb,
  .related-produkt .thumb {
    line-height: 0;
    position: relative;
    padding-bottom: 100%; }
    .arkiv-produkt .thumb img,
    .related-produkt .thumb img {
      position: absolute;
      height: 100%;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      -webkit-transform: none;
      transform: none;
      width: 100%; }
  .arkiv-produkt .produkt-informasjon,
  .related-produkt .produkt-informasjon {
    background: #002D74;
    height: 100%;
    color: #fff;
    padding: 20px;
    word-wrap: break-word; }
  .arkiv-produkt .sku,
  .related-produkt .sku {
    font-size: 1.4rem;
    line-height: 1.4em; }
  .arkiv-produkt .produkt-title,
  .related-produkt .produkt-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 5px; }

/*****************
SEARCH ARCHIVE
*****************/
.liste-container {
  margin: 40px auto; }

.sok-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto 20px;
  border: 1px solid #f1f1f1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column; }
  .sok-listing .liste-thumb img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%; }
  .sok-listing .liste-innhold {
    width: 100%;
    padding: 20px; }
  .sok-listing header {
    margin-bottom: 10px; }
  .sok-listing .sok-listing-innhold {
    font-size: 1.4rem; }
  .sok-listing footer {
    font-size: 1.4rem;
    color: #c0c3ca; }
  .sok-listing.type-post {
    border-color: #00A7E1; }
  .sok-listing.type-produkt {
    background: #002D74;
    color: #fff;
    border-color: #002D74;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.18); }
    .sok-listing.type-produkt a {
      color: #fff; }

/*****************
SINGLE PRODUKT STYLES
*****************/
.print-image {
  display: none; }

.left-produkt-column > * {
  margin-bottom: 40px; }
  .left-produkt-column > *:last-child {
    margin-bottom: 0; }

.right-produkt-column > * {
  margin-bottom: 40px; }
  .right-produkt-column > *:last-child {
    margin-bottom: 0; }

.right-produkt-column .varenummer span {
  color: #00A7E1; }

.flex-control-thumbs {
  margin: 0; }
  .flex-control-thumbs li {
    width: calc(25% - 3px);
    margin: 4px 2px; }
    .flex-control-thumbs li img {
      border: 1px solid #f1f1f1; }
    .flex-control-thumbs li:nth-of-type(4n+1) {
      margin-left: 0; }
    .flex-control-thumbs li:nth-of-type(4n+4) {
      margin-right: 0; }

.related-posts {
  width: 100%;
  margin: 40px 0 0; }
  .related-posts > h3 {
    margin-bottom: 20px; }
  .related-posts.posts {
    margin: 0 auto 40px; }

li {
  margin: 0; }

ul.accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.accordion > li {
    margin: 0 0 20px; }
  ul.accordion li {
    line-height: 1em; }
    ul.accordion li a.toggle {
      position: relative;
      display: inline-block;
      font-size: 2.3rem;
      text-decoration: none;
      line-height: 40px; }
      ul.accordion li a.toggle span {
        display: inline-block;
        float: left; }
      ul.accordion li a.toggle:before {
        display: inline-block;
        float: left;
        content: '';
        background-image: url(../images/down-arrow-blue.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 22px;
        height: 12px;
        margin-right: 20px;
        margin-top: 14px; }
      ul.accordion li a.toggle.show:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    ul.accordion li .inner {
      padding: 20px 0;
      display: none; }
      ul.accordion li .inner li {
        line-height: 1.5em; }

.toggle-all img {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: auto;
  position: relative;
  top: 1px; }

.toggle-all .minus {
  display: none;
  top: -3px; }

.toggle-all.show .plus {
  display: none; }

.toggle-all.show .minus {
  display: inline-block; }

.tippy-tooltip[data-size="large"] {
  font-size: 1.5rem; }

.simple-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .simple-table .simple-table-row {
    width: 100%;
    background: #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 10px; }
    .simple-table .simple-table-row:nth-of-type(even) {
      background: #fff; }
    .simple-table .simple-table-row span {
      display: inline-block; }
  .simple-table .label {
    width: 70%; }
  .simple-table .value {
    min-width: 30%;
    text-align: right;
    word-break: break-all; }

.produkt-allergen {
  display: inline-block;
  margin-right: 10px; }
  .produkt-allergen img {
    width: 50px;
    height: 50px; }

/*****************
ARCHIVE INNLEGG STYLES
*****************/
body.blog .arkiv,
body.archive.category .arkiv {
  margin: 40px auto 0; }

body.blog .nyhet,
body.archive.category .nyhet {
  margin-bottom: 20px; }

/*****************
SINGLE INSPIRASJON STYLES
*****************/
.ingredienser {
  background: #f1f1f1;
  display: block;
  padding: 40px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #002D74;
  margin-bottom: 40px; }
  .ingredienser h3 {
    margin-bottom: 20px; }
  .ingredienser a {
    color: #00A7E1;
    text-decoration: none; }
  .ingredienser p {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4; }
    .ingredienser p:first-of-type {
      border-top: 1px solid #e4e4e4; }

.porsjoner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }
  .porsjoner h3 {
    display: inline-block;
    margin-right: 20px; }
  .porsjoner input.antall-porsjoner {
    display: inline-block;
    width: 70px;
    padding: 15px 20px; }
  .porsjoner .sosialt {
    display: inline-block;
    margin-left: auto; }
    .porsjoner .sosialt .ikon-btn {
      margin-left: 10px; }

/*****************
PAGE NAVI STYLES
*****************/
/* Single post navigation */
.nextprevious-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  background: #f1f1f1; }
  .nextprevious-nav a.nav-item {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px; }
    .nextprevious-nav a.nav-item p {
      color: #000;
      font-size: 1.4rem;
      margin: 0;
      font-weight: 500;
      text-transform: uppercase; }
    .nextprevious-nav a.nav-item h3 {
      font-size: 2.3rem; }
    .nextprevious-nav a.nav-item:last-of-type {
      margin-bottom: 0; }

.pagination,
.wp-prev-next {
  margin: 5px 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline-block;
    overflow: hidden; }
  .pagination a, .pagination span {
    margin: 0 5px;
    text-decoration: none;
    padding: 10px 16px;
    line-height: 1em;
    font-size: 1.4rem;
    min-width: 1em;
    display: block;
    color: #002D74;
    background: #f1f1f1; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #002D74;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #fff;
    background: #002D74; }
    .pagination .current:hover, .pagination .current:focus {
      color: #fff;
      background: #002D74; }

/* 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 */
/*****************
ALLERGENER ARCHIVE
*****************/
.facetwp-facet.facetwp-facet-inneholder_allergen {
  padding: 20px;
  background: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  .facetwp-facet.facetwp-facet-inneholder_allergen .facetwp-checkbox {
    margin-right: 20px; }

.facetwp-counter {
  display: none; }

.allergen-beskrivelse {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  .allergen-beskrivelse .beskrivelse {
    font-size: 1.6rem;
    line-height: 1.5em;
    width: 100%;
    padding: 10px 20px;
    background: #f1f1f1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .allergen-beskrivelse .beskrivelse .circle {
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin-right: 10px; }
      .allergen-beskrivelse .beskrivelse .circle.red-circle {
        background: #FA0000; }
      .allergen-beskrivelse .beskrivelse .circle.orange-circle {
        background: #FF7732; }
    .allergen-beskrivelse .beskrivelse p {
      width: calc(100% - 50px); }
    .allergen-beskrivelse .beskrivelse:first-of-type {
      margin-right: auto; }
    .allergen-beskrivelse .beskrivelse:last-of-type {
      margin-left: auto; }

.facetwp-template[data-name="allergentabell"] {
  max-width: 100%;
  overflow-x: auto; }

.allergentabellen {
  width: 100%;
  font-size: 1.6rem; }
  .allergentabellen th {
    text-align: left; }
  .allergentabellen th,
  .allergentabellen td {
    padding: 7px; }
    .allergentabellen th a,
    .allergentabellen td a {
      color: #00A7E1;
      text-decoration: none; }
    .allergentabellen th.tittel,
    .allergentabellen td.tittel {
      min-width: 270px; }
  .allergentabellen tr:nth-of-type(even) {
    background: #f1f1f1; }

.allergentitler {
  background: #f1f1f1; }

.produkt-med-allergener span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: block;
  margin: 0 auto; }
  .produkt-med-allergener span.inneholder {
    background: #FA0000; }
  .produkt-med-allergener span.spor {
    background: #FF7732; }
  .produkt-med-allergener span.fri {
    background: transparent; }

/*********************
SIDEBARS & ASIDES
*********************/
.no-widgets {
  background-color: #fff;
  padding: 5px;
  text-align: center;
  border: 1px solid #c0c3ca;
  border-radius: 2px;
  margin-bottom: 5px; }

.widgettitle {
  margin-bottom: 10px; }

.widget {
  padding: 0 10px;
  margin: 2.2em 0; }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

/*********************
404 STYLES
*********************/
.error404 .hentry {
  padding: 40px 0; }
  .error404 .hentry > * {
    margin-bottom: 20px; }
    .error404 .hentry > *:last-child {
      margin-bottom: 0; }

/*********************
FOOTER STYLES
*********************/
#container {
  position: relative;
  min-height: calc(100vh - 100px);
  padding-bottom: 773px; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.footer {
  clear: both;
  background-color: #002D74;
  color: #fff; }
  .footer a,
  .footer strong {
    color: #fff; }
  .footer #inner-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px; }
  .footer .footer-widget {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6em;
    margin-bottom: 40px; }
    .footer .footer-widget.last-of-type {
      margin-bottom: 0; }
    .footer .footer-widget h3 {
      display: inline-block;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
      position: relative;
      padding: 5px 0; }
      .footer .footer-widget h3:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
    .footer .footer-widget.widget_media_image img {
      height: auto;
      width: 100%;
      max-width: 140px !important; }
    .footer .footer-widget.widget_nav_menu .menu {
      padding: 0;
      margin: 0; }
      .footer .footer-widget.widget_nav_menu .menu li a {
        color: #fff;
        text-decoration: none; }
    .footer .footer-widget.widget_text .textwidget > * {
      margin-bottom: 20px; }
      .footer .footer-widget.widget_text .textwidget > *:last-child {
        margin-bottom: 0; }
  .footer .social-icons {
    height: 16px;
    line-height: 0;
    margin-bottom: 20px; }
    .footer .social-icons .social-link {
      display: inline-block;
      height: 22px;
      margin: 0 10px; }
      .footer .social-icons .social-link img {
        height: 100%;
        width: auto; }
  .footer .copyright {
    font-size: 1rem;
    line-height: 1.3em; }

/*********************
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) {
  /******************************************************************

Stylesheet: 481px and Up Stylesheet

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
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 */
  a.featured-image img {
    -webkit-transition: all 0.214s ease-in-out;
    transition: all 0.214s ease-in-out; }
  a.featured-image:hover img {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8); }
  a.featured-image:hover .banner-undertittel {
    text-decoration: underline; }
  .forside-bilde .featured-image,
  .blog .featured-image,
  .archive .featured-image {
    overflow: hidden;
    height: 300px;
    height: 55vh; }
    .forside-bilde .featured-image img,
    .blog .featured-image img,
    .archive .featured-image img {
      height: 100%;
      left: 0;
      object-fit: cover;
      top: 0;
      -webkit-transform: none;
              transform: none;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .nyhet {
    margin-bottom: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.214s ease-in-out;
    transition: all 0.214s ease-in-out; }
    .nyhet a {
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-transform-style: preserve-3d; }
      .nyhet a:hover .nyhet-bilde img {
        -webkit-filter: brightness(0.8);
                filter: brightness(0.8); }
      .nyhet a:hover .tittel {
        text-decoration: underline; }
      .nyhet a.social-link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        padding: 4px 0; }
    .nyhet .nyhet-bilde {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.24);
      margin-bottom: 20px;
      width: 100%;
      -webkit-transform-style: preserve-3d;
      -webkit-transition: all 0.214s ease-in-out;
      transition: all 0.214s ease-in-out; }
      .nyhet .nyhet-bilde img {
        -webkit-transform-style: preserve-3d;
        -webkit-transition: all 0.214s ease-in-out;
        transition: all 0.214s ease-in-out; }
      .nyhet .nyhet-bilde .nyhet-innhold {
        display: block; }
    .nyhet .tittel {
      font-size: 2.2rem; }
    .nyhet .nyhet-innhold {
      display: none;
      width: 100%;
      padding: 5px 0; }
    .nyhet .excerpt {
      display: block;
      margin-top: 10px;
      font-size: 1.6rem;
      line-height: 1.5em;
      color: #000; }
    .nyhet.info-under .nyhet-innhold {
      display: block; }
  .nyheter-og-instagram .nyhet {
    margin-bottom: 0; }
    .nyheter-og-instagram .nyhet:first-of-type {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    .nyheter-og-instagram .nyhet:nth-of-type(2) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
              order: 3; }
    .nyheter-og-instagram .nyhet:nth-of-type(3) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
              order: 4; }
  .nyheter-og-instagram .instagram-section {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  /*****************
SEARCH ARCHIVE
*****************/
  .sok-listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row; }
    .sok-listing .liste-thumb {
      width: 150px; }
    .sok-listing.with-image .liste-innhold {
      width: calc(100% - 150px); }
  /*****************
PAGE NAVI STYLES
*****************/
  /* Single post navigation */
  .nextprevious-nav {
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    .nextprevious-nav a.nav-item {
      display: inline-block;
      margin-bottom: 0;
      width: calc(50% - 10px); }
      .nextprevious-nav a.nav-item p, .nextprevious-nav a.nav-item h3 {
        -webkit-transition: all 0.214s ease-in-out;
        transition: all 0.214s ease-in-out; }
      .nextprevious-nav a.nav-item:nth-of-type(1) {
        margin-right: auto; }
      .nextprevious-nav a.nav-item:nth-of-type(2) {
        margin-left: auto;
        text-align: right; }
      .nextprevious-nav a.nav-item:hover h3 {
        text-decoration: underline; }
  /*****************
PRODUKT ARCHIVE
*****************/
  .products-wrap .grid-skin {
    margin: 0 -20px; }
    .products-wrap .grid-skin .arkiv-produkt {
      padding: 0 20px;
      margin-bottom: 20px; }
  .facets {
    padding: 40px 0 20px; }
    .facets .wrap {
      position: relative; }
    .facets .facetwp-facet-produktsok {
      max-width: calc(100% - 160px); }
    .facets .facetwp-facet-produkttyper {
      margin-bottom: 0; }
    .facets .allergener {
      position: absolute;
      top: 0;
      right: 20px;
      padding: 18px 25px 17px;
      border-radius: 8px;
      border: 1px solid #e4e4e4;
      width: 140px; }
  .related-posts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
  .arkiv-produkt,
  .related-produkt {
    margin-bottom: 20px; }
  /*****************
ALLERGENER ARCHIVE
*****************/
  .allergen-beskrivelse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch; }
    .allergen-beskrivelse .beskrivelse {
      max-width: calc(50% - 10px); }
  .facetwp-facet-inneholder_allergen {
    margin-bottom: 20px; }
    .facetwp-facet-inneholder_allergen .facetwp-checkbox {
      margin: 0 !important;
      width: 33.333333%; }
  .facetwp-counter {
    display: none; } }

/*********************
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) {
  /******************************************************************

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 100%; }
  .venstre-innhold {
    padding-right: 40px; }
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.3rem; }
  h3, .h3 {
    font-size: 2.3rem; }
  .bilde-med-tekst {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 70vh; }
    .bilde-med-tekst > .bilde {
      position: relative; }
      .bilde-med-tekst > .bilde img {
        position: absolute;
        height: 100%;
        left: 0;
        object-fit: cover;
        top: 0;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
    .bilde-med-tekst .tekst {
      padding: 80px 40px;
      line-height: 1.6em;
      -webkit-align-self: center;
              align-self: center; }
      .bilde-med-tekst .tekst > * {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
    .bilde-med-tekst.align_image_right .bilde {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    .bilde-med-tekst.align_image_right .tekst {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    .bilde-med-tekst.wrapped {
      min-height: 1px; }
      .bilde-med-tekst.wrapped .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        margin: 0; }
      .bilde-med-tekst.wrapped .tekst {
        margin: 0;
        padding: 0 40px; }
  .video-med-tekst {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 70vh; }
    .video-med-tekst > .video-column {
      position: relative; }
      .video-med-tekst > .video-column .wp-video {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        height: 100%; }
    .video-med-tekst .tekst {
      padding: 80px 40px;
      line-height: 1.6em;
      -webkit-align-self: center;
              align-self: center; }
      .video-med-tekst .tekst > * {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
    .video-med-tekst.align_video_right .video-column {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
              order: 2; }
    .video-med-tekst.align_video_right .tekst {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
              order: 1; }
    .video-med-tekst.wrapped {
      min-height: 1px; }
      .video-med-tekst.wrapped .wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
      .video-med-tekst.wrapped .tekst {
        margin: 0;
        padding: 0 40px; }
  /*********************
POSTS & CONTENT STYLES
*********************/
  .featured-image {
    height: auto; }
    .featured-image.with-slider {
      height: 55vh;
      overflow: hidden; }
    .featured-image .slides li {
      position: relative; }
    .featured-image .title {
      font-size: 6rem; }
    .featured-image .beskrivelsen {
      font-size: 2.1rem; }
  /*****************
SINGLE PRODUKT STYLES
*****************/
  .title-section .go-back:hover, .title-section .go-back:focus {
    background: #002D74; }
  .single-produkt-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .left-produkt-column {
    margin-bottom: 0;
    width: 50%;
    margin-right: auto; }
  .right-produkt-column {
    width: 40%;
    margin-left: auto; }
  /*****************
SINGLE INSPIRASJON STYLES
*****************/
  body.post-template-inspirasjon-single-post .entry-content {
    float: left;
    width: calc(100% - 360px);
    margin-right: 40px; }
  .ingredienser {
    float: right;
    display: inline-block;
    width: 320px; }
  /*****************
ALLERGENER ARCHIVE
*****************/
  .facetwp-facet-inneholder_allergen .facetwp-checkbox {
    width: 20%; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    margin-top: 0; }
  /*********************
FOOTER STYLES
*********************/
  #container {
    padding-bottom: 329px; }
  .footer #inner-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start; }
    .footer #inner-footer > *:first-child {
      margin-right: auto; }
    .footer #inner-footer h3 {
      font-size: 1.9rem; }
  .footer .footer-widget {
    margin-bottom: 0;
    text-align: left;
    width: 25%; }
  .footer .social-icons {
    margin-bottom: 0; }
    .footer .social-icons .social-link {
      margin: 0 20px 0 0; } }

/*********************
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) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  .nyhet .nyhet-bilde .nyhet-innhold {
    padding: 40px; }
  .nyhet .tittel {
    font-size: 2.6rem; }
  .nyhet .excerpt {
    font-size: 1.8rem; }
  /*****************
ALLERGENER ARCHIVE
*****************/
  .facetwp-facet-inneholder_allergen .facetwp-checkbox {
    width: 16.666666667%; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************

Stylesheet: Super Large Monitor Stylesheet

******************************************************************/
  .wrap {
    max-width: 1300px; } }

/*********************
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) {
  /******************************************************************

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.

******************************************************************/ }

/*********************
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 {
  /******************************************************************

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.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
    font-size: 1.6rem; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .toggle-all,
  .ikon-btn,
  #moove_gdpr_cookie_info_bar,
  .related-posts,
  .search-toggle,
  #nav-toggle,
  .nextprevious-nav {
    display: none; }
  .header {
    position: absolute;
    box-shadow: none; }
    .header .custom-logo-link {
      margin: 0; }
  .title-section {
    box-shadow: none; }
    .title-section .go-back {
      display: none; }
    .title-section h1 {
      float: none !important; }
  #produktslider {
    display: none; }
  .print-image {
    display: block;
    width: 100%;
    height: auto; }
  ul.accordion li a.toggle {
    font-weight: bold; }
    ul.accordion li a.toggle:before {
      content: none; }
  ul.accordion li .inner {
    display: block !important;
    padding: 0 0 20px; }
  .simple-table .simple-table-row {
    padding: 10px 0; }
  .ingredienser {
    border: 1px solid #c0c3ca;
    float: right;
    width: 30%;
    padding: 20px; }
  .post-template-inspirasjon-single-post .entry-content {
    width: calc(100% - 30% - 40px);
    float: left; }
  .porsjoner {
    border-color: #c0c3ca; } }
