/*!
  Theme Name:   Jesse - child
  Theme URI:    http://idium.no/
  Description:  Idium WordPress theme. Most flexibile, yet elegant, theme in the world.
  Author:       Idium
  Author URI:   http://idium.no/
  Template:     jesse
  Version:      2.4.0.1

  Text Domain:  idium-child

  License:      All rights reserved by Idium AS
*/
/**
 * Tools - utility classes, mixins, grid system
 */
/**
 * CSS3 mixins
 */
/**
 * Inputs
 */
/**
 * Buttons
 */
/**
 * Simple grid mixins
 */
/**
 * Generic
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Base - h1-h6, ul, ol, p, forms etc.
 */
html {
  font-size: 62.5%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  color: #777; }

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

#wrapper {
  position: relative; }

body {
  background: #fff;
  margin: 0;
  height: auto;
  overflow-x: hidden;
  position: relative; }
  @media screen and (max-width: 600px) {
    body.admin-bar .header {
      position: relative;
      top: 46px; } }
  @media screen and (min-width: 600px) {
    body.admin-bar {
      padding-top: 46px; } }
  @media screen and (min-width: 782px) {
    body.admin-bar {
      padding-top: 32px; } }

h1 {
  font-size: 28px;
  font-size: 2.8rem; }

h2 {
  font-size: 26px;
  font-size: 2.6rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 22px;
  font-size: 2.2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-top: 0; }

p {
  margin-top: 0; }

p,
ul,
ol,
blockquote,
input,
textarea,
button,
table,
dl,
address,
pre,
select,
time {
  font-size: 18px;
  font-size: 1.8rem; }

blockquote {
  border-left: 5px solid #1d93d2;
  padding: 0 0 0 20px;
  font-style: italic; }

a {
  text-decoration: none;
  color: #1d93d2; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

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

iframe {
  max-width: 100%; }

figcaption {
  font-size: 14px;
  font-size: 1.4rem; }

::-webkit-input-placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

:-ms-input-placeholder {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000; }

input,
textarea,
select {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  display: block;
  border: none;
  padding: 0.5em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

select {
  height: 46px; }

*[type=submit] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  background: #1d93d2;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  appearance: none;
  width: auto; }
  *[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer; }
  *[type=submit]:hover, *[type=submit]:active {
    text-decoration: none; }

/**
 * Objects - composed piece of ui (f.e. lists, menus etc.)
 */
.wrapper, .middle {
  position: relative;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px; }
  .wrapper:after, .middle:after {
    content: "";
    display: table;
    clear: both; }

.wrapper--fullwidth {
  max-width: none; }

.title {
  font-size: 36px;
  font-size: 3.6rem; }

.ui-menu, .accessibility-tools {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ui-menu > li, .accessibility-tools > li {
    display: inline-block; }

.island, .content, .sidebar {
  padding: 20px 0; }
  .island > *, .content > *, .sidebar > * {
    margin-bottom: 20px; }
  .island > :last-child, .content > :last-child, .sidebar > :last-child {
    margin-bottom: 0; }

.media {
  display: table;
  width: 100%; }
  .media__body, .media__img {
    display: table-cell;
    vertical-align: top; }
  .media__img {
    padding-right: 20px; }
    .media__img > img {
      display: block;
      max-width: none; }
  .media__body {
    width: 100%; }

.menu-toggle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 20px;
  font-size: 2rem;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  padding: 0;
  top: 30px;
  border: none;
  background: #1d93d2;
  color: #fff;
  -webkit-appearance: none;
  text-align: center; }
  .menu-toggle:before {
    display: inline-block;
    vertical-align: middle; }
  .menu-toggle:hover {
    opacity: 0.8;
    cursor: pointer; }
  @media screen and (min-width: 980px) {
    .menu-toggle {
      display: none; } }

@media screen and (min-width: 980px) {
  .content {
    border-right: 1px solid #eaeaea;
    margin-right: -1px;
    width: 70%;
    float: left; } }

@media screen and (min-width: 980px) {
  .idium-no-sidebar .content {
    border-right: none;
    width: 100%; } }

.article-content-wrapper {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .article-content-wrapper {
      padding-right: 20px; } }

.sidebar {
  padding: 40px 0; }
  @media screen and (min-width: 980px) {
    .sidebar {
      width: 30%;
      float: left;
      padding-left: 40px;
      border-left: 1px solid #eaeaea; } }

.two-columns,
.three-columns,
.four-columns {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }
  .two-columns > .column,
  .three-columns > .column,
  .four-columns > .column {
    font-size: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 20px;
    text-align: left; }
    .two-columns > .column > *,
    .three-columns > .column > *,
    .four-columns > .column > * {
      font-size: 18px;
      font-size: 1.8rem; }

@media screen and (min-width: 980px) {
  .two-columns > .column {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .three-columns > .column {
    width: 50%; } }
@media screen and (min-width: 980px) {
  .three-columns > .column {
    width: 33.333%; } }

@media screen and (min-width: 480px) {
  .four-columns > .column {
    width: 50%; } }
@media screen and (min-width: 980px) {
  .four-columns > .column {
    width: 25%; } }

.btn {
  font-size: 18px;
  font-size: 1.8rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  background: #1d93d2;
  color: #fff;
  border: none;
  padding: 0.5em 1em; }
  .btn:hover {
    opacity: 0.8;
    cursor: pointer; }
  .btn:hover, .btn:active {
    text-decoration: none; }

/**
 * Components - cosmetically styled pieces of ui
 */
.accessibility-top {
  list-style-type: none;
  position: absolute;
  top: 0;
  width: 100%; }
  .accessibility-top ul {
    margin: 0;
    padding: 0; }
  .accessibility-top li {
    display: inline-block; }
  .accessibility-top li a {
    background: #000;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    text-outline: 0;
    top: 0;
    left: -10000px;
    z-index: 1000;
    padding: 0.5em; }
    .accessibility-top li a:focus {
      left: 20px; }

.mobile-navigation {
  -webkit-box-shadow: inset 2px 0 5px #000;
  -moz-box-shadow: inset 2px 0 5px #000;
  box-shadow: inset 2px 0 5px #000;
  position: absolute;
  width: 220px;
  height: 100%;
  min-height: 100%;
  right: -220px;
  bottom: 0;
  transition: all 200ms ease-in-out;
  background: #464646;
  border-left: 1px solid #000; }
  .mobile-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .mobile-navigation ul ul {
      display: none; }
  .mobile-navigation .caret {
    width: 40px;
    height: 100%;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-left: 1px solid #777; }
    .mobile-navigation .caret:before {
      display: inline-block;
      vertical-align: middle; }
  .mobile-navigation a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-bottom: 1px solid #777; }
    .mobile-navigation a:hover {
      text-decoration: none; }
  .mobile-navigation li li a {
    padding-left: 30px;
    background: #393939; }
  .mobile-navigation li li li a {
    padding-left: 40px;
    background: #2d2d2d; }
  @media screen and (min-width: 601px) {
    .admin-bar .mobile-navigation > nav > ul {
      padding-top: 45px; } }
  @media screen and (min-width: 783px) {
    .admin-bar .mobile-navigation > nav > ul {
      padding-top: 32px; } }
  @media screen and (min-width: 980px) {
    .mobile-navigation {
      display: none; } }

#wrapper {
  position: relative;
  left: 0;
  transition: all 200ms ease-in-out; }

.mobile-nav-active #wrapper {
  left: -220px; }
.mobile-nav-active .mobile-navigation {
  right: 0; }

.search-form {
  position: relative; }
  .search-form__input, .search-form__submit {
    font-size: 16px;
    font-size: 1.6rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 36px; }
  .search-form__input {
    padding-left: 10px;
    min-width: 240px; }
  .search-form__submit {
    background: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0;
    color: #000; }
    .search-form__submit:before {
      font-size: 18px;
      font-size: 1.8rem; }
    .search-form__submit:hover {
      cursor: pointer; }
  .search-form__input {
    background: #fff;
    color: #fff; }
  .search-form__submit {
    color: #fff; }
  .sidebar .search-form {
    border: 1px solid #eaeaea; }
    .sidebar .search-form__input {
      background: #fff;
      color: #777; }
    .sidebar .search-form__submit {
      color: #777; }

.header--social {
  background: #1d93d2; }
  .header--social .support-menu {
    position: absolute;
    top: 0;
    left: 0; }
  .header--social .search-form {
    float: right; }
    .header--social .search-form ::-webkit-input-placeholder {
      color: #fff; }
    .header--social .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .header--social .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .header--social .search-form :-ms-input-placeholder {
      color: #fff; }
    .header--social .search-form__input {
      background: #fff;
      color: #fff; }
    .header--social .search-form__submit {
      color: #fff; }
  .header--social .social-network {
    position: relative;
    z-index: 100;
    float: right;
    margin: 0 10px 0 0; }
    .header--social .social-network li {
      vertical-align: middle;
      padding: 0 7px; }
    .header--social .social-network a {
      vertical-align: middle;
      display: inline;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      color: #fff; }
      .header--social .social-network a:before {
        font-size: 16px;
        font-size: 1.6rem; }
      .header--social .social-network a:hover {
        text-decoration: none;
        opacity: 0.8; }

.top-nav {
  display: none;
  position: relative;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .top-nav ul {
    padding: 0;
    margin: 0; }
  .top-nav li {
    position: relative; }
    .top-nav li a {
      padding: 0 20px;
      text-decoration: none !important; }
  .top-nav > li {
    line-height: 42px;
    margin-right: -4px;
    color: #777; }
    .top-nav > li.active {
      background: #1d93d2;
      color: #fff; }
    .top-nav > li:hover {
      background: #1774a5;
      color: #fff; }
    .top-nav > li a {
      display: block;
      text-transform: uppercase;
      color: inherit; }
      .top-nav > li a:hover {
        text-decoration: none; }
      .top-nav > li a .caret {
        vertical-align: middle;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 0.5em;
        opacity: 0.2; }
  .top-nav li li {
    display: block; }
  .top-nav > li > ul {
    display: none;
    width: 220px;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 101; }
    .top-nav > li > ul li a {
      background: #1d93d2;
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .top-nav > li > ul li a:hover {
        background: #1774a5; }
    .top-nav > li > ul .caret {
      padding-left: 0;
      position: absolute;
      right: 0;
      width: 42px;
      height: 42px;
      border-left: 1px solid #fff;
      text-align: center;
      line-height: 42px; }
  .top-nav > li > ul ul {
    display: none;
    position: relative; }
    .top-nav > li > ul ul a {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25;
      padding: 6px 20px; }
  .top-nav > li.dropdown.mega-menu,
  .top-nav li.dropdown.mega-menu.active.active-drop {
    position: static; }
    .top-nav > li.dropdown.mega-menu ul,
    .top-nav li.dropdown.mega-menu.active.active-drop ul {
      background: #1d93d2; }
  .top-nav > li.dropdown.mega-menu > ul {
    width: 100%; }
    .top-nav > li.dropdown.mega-menu > ul > li {
      float: left;
      width: 154px;
      margin: 0 3px; }
      .top-nav > li.dropdown.mega-menu > ul > li:last-child a {
        border-bottom: 1px solid #eaeaea; }
      .top-nav > li.dropdown.mega-menu > ul > li a .caret {
        display: none; }
      .top-nav > li.dropdown.mega-menu > ul > li ul {
        display: block !important; }
        .top-nav > li.dropdown.mega-menu > ul > li ul a {
          font-size: 14px;
          padding: 6px 15px 6px 25px; }
        .top-nav > li.dropdown.mega-menu > ul > li ul ul a {
          padding: 6px 15px 6px 35px; }
        .top-nav > li.dropdown.mega-menu > ul > li ul ul ul a {
          padding: 6px 15px 6px 45px; }
        .top-nav > li.dropdown.mega-menu > ul > li ul ul ul ul {
          display: none !important; }
  @media screen and (min-width: 980px) {
    .top-nav {
      display: block; } }

.support-menu {
  width: 100%;
  display: none;
  text-align: left;
  line-height: 20px;
  padding: 8px 0; }
  @media screen and (min-width: 980px) {
    .support-menu {
      display: block; } }
  .support-menu ul {
    display: inline-block;
    text-align: left;
    border-right: 1px solid #fff;
    margin: 0 10px 0 0; }
    .support-menu ul:last-child {
      border-right: none; }
  .support-menu li {
    padding: 0 10px 0 0; }
  .support-menu a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff; }

.zoom-text-container {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 100%;
  z-index: 200;
  border: 2px solid #000;
  background: #FFFFFF; }

.zoom-text-container .zoom-text {
  display: block;
  width: 100%;
  padding: 1.5em 1em;
  color: #000;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: bold; }

.logo {
  padding-top: 20px;
  margin-bottom: 1.5em; }
  .logo > a {
    font-size: 36px;
    font-size: 3.6rem;
    color: #000; }
    .logo > a:hover {
      text-decoration: none;
      cursor: pointer;
      opacity: 0.8; }
  @media screen and (min-width: 980px) {
    .logo {
      margin-bottom: 1em; } }

.logo-image-wrapper {
  display: inline-block;
  margin: 20px 0; }
  .logo-image-wrapper a:hover img {
    opacity: 0.8; }

.breadcrumbs.breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem;
  border-color: #eaeaea; }
  .breadcrumbs.breadcrumbs ul,
  .breadcrumbs.breadcrumbs span,
  .breadcrumbs.breadcrumbs a {
    font-size: inherit; }

.page-header {
  margin-bottom: 20px; }
  .page-header__title {
    font-size: 36px;
    font-size: 3.6rem;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    padding-bottom: 20px; }
  .page-header__thumbnail {
    width: 100%; }

.metadata {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  font-style: italic; }
  .metadata__author, .metadata__categories {
    display: block;
    font-size: inherit; }
  .metadata .date {
    margin: 0 5px; }

.intro p {
  @incloude font-size(20);
  font-weight: bolder; }

.loop {
  padding-top: 20px; }
  .loop__item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea; }
    .loop__item:after {
      content: "";
      display: table;
      clear: both; }
  .loop__title {
    margin-bottom: 0; }

.pagination,
.woocommerce-pagination {
  font-size: 18px;
  font-size: 1.8rem;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .pagination ul,
  .woocommerce-pagination ul {
    padding: 0; }
    .pagination ul li,
    .woocommerce-pagination ul li {
      display: inline-block;
      vertical-align: top;
      padding: 0 6px; }
      .pagination ul li a,
      .woocommerce-pagination ul li a {
        color: #777; }
      .pagination ul li > *:hover,
      .woocommerce-pagination ul li > *:hover {
        text-decoration: none;
        color: #1d93d2;
        cursor: pointer; }
      .pagination ul li span.current,
      .woocommerce-pagination ul li span.current {
        color: #1d93d2; }

.sidebar .widget-title {
  margin-bottom: 0; }
.sidebar a {
  display: block;
  color: #000; }
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sidebar ul li {
    line-height: 20px;
    display: block; }
  .sidebar ul a {
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea; }
  .sidebar ul li li a:before {
    display: inline-block;
    content: "\203A";
    margin: 0 10px 0 0; }
  .sidebar ul li li a {
    padding-left: 40px; }
  .sidebar ul li li li a {
    padding-left: 60px; }

.footer {
  background: #115478; }
  .footer__copyright {
    padding: 20px 0;
    background: #333; }
    .footer__copyright__link {
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff;
      text-decoration: none; }
      .footer__copyright__link img {
        display: inline-block;
        vertical-align: middle; }
      .footer__copyright__link span {
        font-size: inherit;
        margin: 0 4px; }
      .footer__copyright__link:hover {
        text-decoration: none;
        opacity: 0.8; }

.footer-widgets {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }
  .footer-widgets__column {
    font-size: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 20px;
    text-align: left; }
    .footer-widgets__column > * {
      font-size: 18px;
      font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .footer-widgets__column {
        width: 50%; } }
    @media screen and (min-width: 980px) {
      .footer-widgets__column {
        width: 25%; } }

.footer-column-widget {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
  padding-top: 20px;
  color: #fff; }
  .footer-column-widget a {
    color: #fff; }
  .footer-column-widget ul {
    padding: 0;
    list-style-type: none; }
    .footer-column-widget ul li:before {
      font-size: 8px;
      font-size: 0.8rem;
      line-height: 2.5;
      content: '\25CF';
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px; }
  .footer-column-widget .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: inherit;
    font-weight: bolder; }

.loop__thumbnail, .loop__description {
  display: block;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .loop__thumbnail, .loop__description {
      width: auto;
      display: table-cell; } }
.loop__link:hover {
  opacity: 0.8;
  text-decoration: none; }
.loop__thumbnail:hover {
  opacity: 0.8; }
.loop__description .read-more {
  display: block; }
@media screen and (min-width: 768px) {
  .loop__description {
    width: 100%; } }
@media screen and (min-width: 980px) {
  .loop__description {
    padding-right: 20px; } }

.postslists-sections {
  margin-top: 40px; }

.home-section {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  .home-section .wrapper, .home-section .middle {
    padding: 0; }
  .home-section:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .home-section__title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 26px; }
  .home-section .idium-section-more {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    background: #1d93d2;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font-size: 18px;
    font-size: 1.8rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    float: right;
    color: #fff; }
    .home-section .idium-section-more:hover {
      opacity: 0.8;
      cursor: pointer; }
    .home-section .idium-section-more:hover, .home-section .idium-section-more:active {
      text-decoration: none; }

.idium-linked-post {
  display: block;
  color: #777; }
  .idium-linked-post:hover {
    text-decoration: none;
    opacity: 0.6; }
  .idium-linked-post .heading {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0; }

.slideshow {
  overflow: hidden; }
  .slideshow__btn {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
    padding: 20px;
    color: #fff;
    position: absolute;
    z-index: 1000; }
    .slideshow__btn:hover {
      text-decoration: none; }
    .slideshow__btn.btn-pause {
      top: 0;
      left: 0; }
    .slideshow__btn.btn-prev, .slideshow__btn.btn-next {
      top: 50%;
      margin-top: -60px; }
    .slideshow__btn.btn-prev {
      left: 0; }
    .slideshow__btn.btn-next {
      right: 0; }

.slide {
  position: relative;
  display: none; }
  .slide:first-of-type {
    display: block; }
  .slide a {
    display: block; }
    .slide a:hover {
      text-decoration: none; }
  .slide img {
    display: block; }
  .slide__title {
    margin-bottom: 0; }
  .slide__caption {
    background: #777;
    color: #fff;
    padding: 20px 40px;
    line-height: 32px; }
    .slide__caption *:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .slide__caption {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); } }

.slideshow__pager {
  text-align: center; }
  .slideshow__pager ul {
    padding: 10px 0;
    margin: 0;
    display: inline-block;
    list-style-type: none; }
  .slideshow__pager li {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #787878; }
    .slideshow__pager li.active {
      background: #1d93d2; }
    .slideshow__pager li:hover {
      cursor: pointer; }

.slogan {
  text-align: center; }
  .slogan__title, .slogan__subtitle {
    margin: 0; }
  .slogan__title {
    font-size: 36px;
    font-size: 3.6rem; }
  .slogan__subtitle {
    font-size: 26px;
    font-size: 2.6rem; }

.template-shortcuts a:hover {
  text-decoration: none;
  opacity: 0.8; }

.template-news a {
  display: block;
  color: #777; }
  .template-news a:hover {
    text-decoration: none;
    opacity: 0.6; }

.contactinfo {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }
  .contactinfo__form, .contactinfo__text {
    font-size: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 20px;
    text-align: left; }
    .contactinfo__form > *, .contactinfo__text > * {
      font-size: 18px;
      font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .contactinfo__form, .contactinfo__text {
        width: 50%; } }
  .contactinfo__socials h4 {
    margin-bottom: 0; }
  .contactinfo__socials a {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 20px; }
    .contactinfo__socials a:hover, .contactinfo__socials a:active {
      opacity: 0.8;
      text-decoration: none; }

.home-section .article {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }

.article__image, .article__content {
  font-size: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px 20px;
  text-align: left;
  width: 100%; }
  .article__image > *, .article__content > * {
    font-size: 18px;
    font-size: 1.8rem; }
  @media only screen and (min-width: 980px) {
    .article__image, .article__content {
      width: 50%; } }
@media only screen and (min-width: 980px) {
  .article--small .article__image {
    width: 25%; }
  .article--small .article__content {
    width: 75%; }
  .article--image-left .article__image {
    float: left; }
  .article--image-right .article__image {
    float: right; } }

.template-call-to-action {
  text-align: center; }
  .template-call-to-action .btn {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }

/**
 * Plugins - css for wordpress plugins we use (overrides etc.)
 */
/**
 * Styling of core classes that could occur in the_content()
 */
.alignleft {
  float: left;
  width: auto;
  padding: 4px 9px 0 0;
  margin: 0 12px 0 0; }

.alignright {
  float: right;
  padding: 4px 0 0 9px;
  margin: 0 0 0 12px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.wp-caption {
  border: 1px solid #eaeaea;
  padding: 5px;
  background: #f7f7f7; }

.gallery {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }

.gallery-item {
  font-size: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 20px 20px;
  text-align: left; }
  .gallery-item > * {
    font-size: 18px;
    font-size: 1.8rem; }

@media screen and (min-width: 480px) {
  .gallery-item {
    width: 50%; } }
@media screen and (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    width: 100%; }

  .gallery-columns-2 .gallery-item {
    width: 50%; }

  .gallery-columns-3 .gallery-item {
    width: 33.333%; }

  .gallery-columns-4 .gallery-item {
    width: 25%; }

  .gallery-columns-5 .gallery-item {
    width: 20%; }

  .gallery-columns-6 .gallery-item {
    width: 100/6%; }

  .gallery-columns-7 .gallery-item {
    width: 100/7%; }

  .gallery-columns-8 .gallery-item {
    width: 100/8%; }

  .gallery-columns-9 .gallery-item {
    width: 100/9%; } }
.gallery-icon, .gallery-icon img {
  width: 100%; }

.gallery-icon {
  float: left; }

.gallery-icon img {
  border: 0px solid #cfcfcf;
  border-width: 0 0 1px 0; }

.gallery-caption {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  padding: 5px 10px;
  margin-left: 0; }

.gallery br {
  display: none; }

.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px; }
  .commentlist li {
    padding: 20px; }
    .commentlist li:nth-child(odd) {
      background: #eaeaea; }
  @media screen and (min-width: 768px) {
    .commentlist {
      padding-right: 20px; } }

#cancel-comment-reply {
  display: none; }

.navigation:after {
  content: "";
  display: table;
  clear: both; }

#commentform input:not([type=submit]),
#commentform textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
  background: #f7f7f7;
  border: 1px solid #dedede; }
@media screen and (min-width: 768px) {
  #commentform {
    padding-right: 20px; } }

.tagcloud a {
  background: #1d93d2;
  color: #fff;
  display: inline-block;
  padding: 4px;
  margin: 0 4px 4px 0;
  margin-right: 4px; }
  .tagcloud a:hover {
    text-decoration: none;
    opacity: 0.8; }

.woocommerce .button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  background: #1d93d2;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  background: #1d93d2;
  color: #FFF;
  margin: 0.5em 0;
  padding: 0.5em; }
  .woocommerce .button:hover {
    opacity: 0.8;
    cursor: pointer; }
  .woocommerce .button:hover, .woocommerce .button:active {
    text-decoration: none; }

.content .woocommerce input.button {
  font-size: 18px;
  font-size: 1.8rem; }

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse; }
  .woocommerce table.shop_table tr th, .woocommerce table.shop_table tr td {
    padding: 0.6em; }
  .woocommerce table.shop_table tbody tr,
  .woocommerce table.shop_table tfoot tr {
    border-bottom: 1px solid #eaeaea; }
  .woocommerce table.shop_table thead tr {
    background: #000;
    color: #FFF;
    text-align: left; }
  .woocommerce table.shop_table dl.variation {
    margin: 0; }
    .woocommerce table.shop_table dl.variation p {
      margin-bottom: 0; }
    .woocommerce table.shop_table dl.variation dt {
      float: left;
      clear: left; }
    .woocommerce table.shop_table dl.variation dd {
      margin: 0 0 0 6px;
      float: left;
      font-weight: bold; }

.woocommerce .quantity {
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80px;
  font-size: 20px;
  font-size: 2rem; }
  .woocommerce .quantity input.qty {
    font-size: 20px;
    font-size: 2rem;
    line-height: normal;
    border: 1px solid #eaeaea;
    padding: 5px;
    color: #777;
    float: left;
    font-weight: bold;
    height: 40px;
    width: 60px;
    text-align: center; }

p.woocommerce-info {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  color: #000000;
  padding: 0.6em; }
  p.woocommerce-info a {
    color: #000;
    text-decoration: underline;
    display: block; }
    p.woocommerce-info a:hover {
      text-decoration: none; }

.woocommerce-error {
  list-style: none;
  padding: 0.6em;
  background: #FFBABA;
  border: 1px solid #D8000C; }

.woocommerce-message {
  font-size: 18px;
  font-size: 1.8rem;
  background: #f6f6f6;
  padding: 0.6em;
  border: 1px solid #eaeaea;
  border-left: 4px solid #1d93d2;
  margin-bottom: 1.5em; }
  .woocommerce-message a.button {
    background: none;
    color: #1d93d2; }

.form-row .input-text {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
  background: #f7f7f7;
  border: 1px solid #dedede; }

.woocommerce ins {
  text-decoration: none; }
.woocommerce mark {
  background: none; }
.woocommerce ul.products {
  font-size: 0;
  margin: 0 -20px;
  text-align: center;
  padding: 0 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  clear: both; }
  .woocommerce ul.products li.product {
    font-size: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; }
    .woocommerce ul.products li.product > * {
      font-size: 18px;
      font-size: 1.8rem; }
    .woocommerce ul.products li.product a {
      position: relative;
      display: block; }
    .woocommerce ul.products li.product > a:hover {
      text-decoration: none;
      opacity: 0.8; }
    .woocommerce ul.products li.product img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    .woocommerce ul.products li.product h3 {
      padding: .5rem 0;
      margin: 0;
      line-height: 30px; }
    .woocommerce ul.products li.product .price {
      display: block;
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 22px;
      font-size: 2.2rem;
      color: #c4c4c4; }
      .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price del .amount {
        color: #e42626; }
      .woocommerce ul.products li.product .price .amount {
        color: #85ad74; }
  .woocommerce ul.products li.first {
    clear: both; }
  .woocommerce ul.products .onsale {
    padding: 0.5em 0.6em;
    background: #85ad74;
    color: #FFF;
    position: absolute;
    top: 20px;
    left: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 999; }
.woocommerce .woocommerce-ordering {
  margin-bottom: 20px; }
  .woocommerce .woocommerce-ordering .orderby {
    border: 1px solid #eaeaea; }
.woocommerce div.product {
  position: relative; }
  .woocommerce div.product .images {
    width: 100%;
    margin-bottom: 10px; }
    .woocommerce div.product .images:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce div.product .images a {
      display: block; }
    .woocommerce div.product .images a > img, .woocommerce div.product .images > img {
      width: 100%;
      height: auto; }
    .woocommerce div.product .images .thumbnails {
      padding-top: 1em; }
      .woocommerce div.product .images .thumbnails a {
        float: left;
        width: 30.75%;
        margin-right: 3.8%; }
        .woocommerce div.product .images .thumbnails a.first {
          clear: both; }
        .woocommerce div.product .images .thumbnails a.last {
          margin-right: 0; }
        .woocommerce div.product .images .thumbnails a img {
          display: block;
          width: 100%;
          height: auto; }
  .woocommerce div.product .onsale {
    padding: 0.6em 0.7em;
    background: #85ad74;
    color: #FFF;
    position: absolute;
    top: 20px;
    left: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    z-index: 999; }
  .woocommerce div.product .price {
    color: #85ad74;
    display: block;
    font-size: 26px;
    font-size: 2.6rem; }
    .woocommerce div.product .price .from {
      color: #777; }
    .woocommerce div.product .price del, .woocommerce div.product .price del .amount {
      color: #e42626; }
  .woocommerce div.product form.cart {
    margin-bottom: 10px; }
    .woocommerce div.product form.cart .button {
      margin-left: 0;
      display: block; }
    .woocommerce div.product form.cart select {
      border: 1px solid #eaeaea; }
    .woocommerce div.product form.cart .variations td {
      vertical-align: baseline; }
    .woocommerce div.product form.cart .variations .label {
      padding-right: 1em; }
    .woocommerce div.product form.cart .variations .label,
    .woocommerce div.product form.cart .variations .value {
      padding-bottom: 0.8em; }
    .woocommerce div.product form.cart .variations .reset_variations {
      display: none;
      margin-left: 5px; }
  .woocommerce div.product .product_meta,
  .woocommerce div.product .star-rating {
    font-size: 16px;
    font-size: 1.6rem; }
    .woocommerce div.product .product_meta > span,
    .woocommerce div.product .star-rating > span {
      display: block; }
  .woocommerce div.product .woocommerce-tabs {
    margin-bottom: 20px; }
  .woocommerce div.product ul.tabs {
    list-style: none;
    padding: 0;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0; }
    .woocommerce div.product ul.tabs:after {
      content: "";
      display: table;
      clear: both; }
    .woocommerce div.product ul.tabs li {
      float: left;
      margin: 0 1px 0 0;
      position: relative;
      z-index: 2; }
      .woocommerce div.product ul.tabs li a {
        display: block;
        background: #000;
        color: #FFF;
        padding: 0.5em 1em;
        color: #fff; }
        .woocommerce div.product ul.tabs li a:hover, .woocommerce div.product ul.tabs li a:focus {
          background: #ccc;
          color: #000;
          text-decoration: none; }
      .woocommerce div.product ul.tabs li.active a {
        background: #ccc;
        color: #000;
        text-decoration: none; }
  .woocommerce div.product .panel.entry-content {
    padding: 4%;
    border: 1px solid #eaeaea;
    position: relative;
    top: -1px;
    z-index: 1; }
    .woocommerce div.product .panel.entry-content h2 {
      margin-bottom: 8px; }
  .woocommerce div.product .shop_attributes p {
    margin: 0; }
  .woocommerce div.product .shop_attributes th {
    margin-right: 1em;
    display: block;
    text-align: left; }
  .woocommerce div.product .related h2, .woocommerce div.product .upsells h2 {
    margin-bottom: 10px; }
  .woocommerce div.product .related .price, .woocommerce div.product .upsells .price {
    font-size: 22px;
    font-size: 2.2rem; }
.woocommerce .pp_woocommerce h3 {
  margin-bottom: 20px; }
.woocommerce .pp_woocommerce label {
  display: block; }
.woocommerce .pp_woocommerce textarea {
  border: 1px solid #eaeaea;
  width: 100%; }
.woocommerce .pp_woocommerce input[type="submit"] {
  border: 0;
  background: #1d93d2;
  color: #FFF;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer; }
  .woocommerce .pp_woocommerce input[type="submit"]:hover, .woocommerce .pp_woocommerce input[type="submit"]:focus {
    opacity: 0.8; }

.woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-thumbnail, .woocommerce-cart table.cart th.product-thumbnail {
  display: none; }
.woocommerce-cart table.cart td.product-remove {
  padding: 0 0.5em; }
.woocommerce-cart table.cart td.product-remove a {
  display: block;
  color: #000;
  font-size: 2em;
  font-weight: bold; }
  .woocommerce-cart table.cart td.product-remove a:hover {
    text-decoration: none;
    opacity: 0.6;
    color: red; }
.woocommerce-cart table.cart .coupon {
  display: block;
  padding: 1em;
  margin: 0 0 0.5em;
  background: #EFEFEF; }
  .woocommerce-cart table.cart .coupon label {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.3em;
    color: #000; }
  .woocommerce-cart table.cart .coupon .input-text {
    padding: 0.2em; }
  .woocommerce-cart table.cart .coupon .button {
    padding: 0.3em 0.5em; }
.woocommerce-cart #content .actions {
  padding: 10px 0 0 0; }
  .woocommerce-cart #content .actions input.checkout-button {
    margin-left: 10px; }
.woocommerce-cart .cross-sells {
  margin-top: 20px; }
  .woocommerce-cart .cross-sells h2 {
    margin-bottom: 15px; }
.woocommerce-cart .cart_totals {
  margin: 25px 0; }
.woocommerce-cart .cart-collaterals table {
  width: 100%; }
  .woocommerce-cart .cart-collaterals table tr {
    border-bottom: 1px solid #eaeaea; }
    .woocommerce-cart .cart-collaterals table tr th {
      width: 70%;
      text-align: left;
      padding: 0.5em 0; }
    .woocommerce-cart .cart-collaterals table tr td {
      text-align: right;
      padding: 0.5em 0; }
      .woocommerce-cart .cart-collaterals table tr td strong {
        font-weight: normal; }
    .woocommerce-cart .cart-collaterals table tr.total strong {
      font-weight: bold; }
  .woocommerce-cart .cart-collaterals table .shipping ul {
    list-style: none;
    margin: 0; }

.woocommerce-checkout .col-2 {
  position: relative; }
.woocommerce-checkout p#shiptobilling {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 70%;
  text-align: right; }
  .woocommerce-checkout p#shiptobilling label.checkbox {
    position: relative;
    top: 2px;
    margin-left: 5px; }
.woocommerce-checkout .content input,
.woocommerce-checkout .content textarea {
  font-size: 18px;
  font-size: 1.8rem; }
.woocommerce-checkout .select2-container .select2-choice {
  -webkit-box-shadow: inset 0 -3px #dedede;
  -moz-box-shadow: inset 0 -3px #dedede;
  box-shadow: inset 0 -3px #dedede;
  background: #f7f7f7;
  padding: .6em;
  border-color: #dedede; }
.woocommerce-checkout .select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.woocommerce-checkout .select2-search {
  background: #f7f7f7; }
.woocommerce-checkout .select2-drop {
  background: #f7f7f7; }
.woocommerce-checkout .select2-drop-active {
  border-color: #dedede !important; }
.woocommerce-checkout abbr.required {
  border-bottom: none;
  text-decoration: none;
  color: red; }
.woocommerce-checkout .input-checkbox {
  width: auto;
  display: inline;
  margin-left: 10px; }
.woocommerce-checkout #order_review_heading {
  margin: 30px 0 10px 0; }
.woocommerce-checkout .shop_table tfoot th {
  text-align: left; }
.woocommerce-checkout .shop_table tfoot td {
  text-align: right; }
.woocommerce-checkout .shop_table .product-total,
.woocommerce-checkout .shop_table tr.cart-subtotal td,
.woocommerce-checkout .shop_table tr.shipping td,
.woocommerce-checkout .shop_table tr.total td,
.woocommerce-checkout .shop_table tr.discount td {
  text-align: right; }
.woocommerce-checkout .shop_table #shipping_method {
  list-style: none;
  margin: 0; }
.woocommerce-checkout #payment {
  border: 1px solid #eaeaea;
  background: #EFEFEF;
  padding: 1em;
  margin-top: 1.5em; }
  .woocommerce-checkout #payment ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-checkout #payment ul li {
      padding: 0.2em 0; }
      .woocommerce-checkout #payment ul li label {
        margin: 0 0.3em;
        font-weight: bold; }
        .woocommerce-checkout #payment ul li label img {
          margin-left: 6px; }
  .woocommerce-checkout #payment input[type="radio"] {
    display: inline-block;
    width: auto; }
  .woocommerce-checkout #payment label.checkbox {
    display: inline;
    position: relative;
    margin-right: 6px; }
  .woocommerce-checkout #payment .form-row.place-order {
    margin-top: 1em; }
  .woocommerce-checkout #payment p.terms {
    margin-top: 10px;
    float: right;
    font-weight: bold; }
.woocommerce-checkout .order_details {
  list-style: none;
  padding: 0; }
.woocommerce-checkout table.order_details {
  margin-top: 10px; }
  .woocommerce-checkout table.order_details tfoot td {
    text-align: right; }
.woocommerce-checkout header h2 {
  margin-top: 1em; }
.woocommerce-checkout dl.customer_details {
  margin: 0 0 1em; }
  .woocommerce-checkout dl.customer_details:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-checkout dl.customer_details dt {
    float: left;
    clear: left; }
  .woocommerce-checkout dl.customer_details dd {
    margin: 0 0 0 6px;
    float: left; }
.woocommerce-checkout .addresses {
  font-size: 0;
  margin: 0 -20px;
  text-align: center; }
  .woocommerce-checkout .addresses > div {
    font-size: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 20px 20px;
    text-align: left; }
    .woocommerce-checkout .addresses > div > * {
      font-size: 18px;
      font-size: 1.8rem; }
    @media screen and (min-width: 980px) {
      .woocommerce-checkout .addresses > div {
        width: 50%; } }

.woocommerce-account h2 {
  margin-top: 15px; }
.woocommerce-account .edit {
  font-size: 18px;
  font-size: 1.8rem; }
.woocommerce-account table.shop_table {
  margin: 10px 0; }
  .woocommerce-account table.shop_table td.order-total .amount {
    font-weight: bold; }
  .woocommerce-account table.shop_table td.order-actions {
    text-align: right; }
    .woocommerce-account table.shop_table td.order-actions a.view {
      padding: 0.3em 0.7em; }
  .woocommerce-account table.shop_table tr .order-date,
  .woocommerce-account table.shop_table tr .order-status {
    display: none; }
.woocommerce-account mark {
  font-weight: bold; }
.woocommerce-account table.order_details .product-total {
  text-align: right; }
.woocommerce-account table.order_details tfoot th {
  text-align: left; }
.woocommerce-account table.order_details tfoot td {
  text-align: right; }
.woocommerce-account dl.customer_details {
  margin: 0; }
  .woocommerce-account dl.customer_details:after {
    content: "";
    display: table;
    clear: both; }
  .woocommerce-account dl.customer_details dt {
    float: left;
    clear: left; }
  .woocommerce-account dl.customer_details dd {
    margin: 0 0 0 6px;
    float: left; }
.woocommerce-account .addresses {
  clear: both;
  margin-top: 1em; }
.woocommerce-account abbr.required {
  border-bottom: none; }
.woocommerce-account .content form input,
.woocommerce-account .content form textarea {
  font-size: 18px;
  font-size: 1.8rem; }
.woocommerce-account #rememberme {
  width: auto;
  display: inline; }

.widget.woocommerce .product_list_widget li {
  padding: 20px 0;
  clear: both;
  border-bottom: 1px solid #eaeaea; }
  .widget.woocommerce .product_list_widget li:after {
    content: "";
    display: table;
    clear: both; }
.widget.woocommerce .product_list_widget a {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
  border: none; }
  .widget.woocommerce .product_list_widget a:after {
    content: "";
    display: table;
    clear: both; }
  .widget.woocommerce .product_list_widget a:hover {
    opacity: 0.8;
    text-decoration: none; }
  .widget.woocommerce .product_list_widget a:after {
    display: none; }
.widget.woocommerce .product_list_widget img {
  float: right;
  width: 48px;
  height: auto; }
.widget.woocommerce.widget_shopping_cart .quantity {
  clear: left;
  width: auto; }
.widget.woocommerce.widget_shopping_cart dl.variation {
  margin: 0 0 6px 0; }
  .widget.woocommerce.widget_shopping_cart dl.variation:after {
    content: "";
    display: table;
    clear: both; }
  .widget.woocommerce.widget_shopping_cart dl.variation dt {
    float: left;
    clear: left;
    margin: 0 0 6px; }
  .widget.woocommerce.widget_shopping_cart dl.variation dd {
    margin: 0 0 6px 6px;
    float: left;
    font-weight: bold; }
    .widget.woocommerce.widget_shopping_cart dl.variation dd p {
      margin-bottom: 0; }
.widget.woocommerce.widget_shopping_cart p.buttons {
  margin: 0; }
  .widget.woocommerce.widget_shopping_cart p.buttons a {
    width: 48%;
    display: inline-block;
    color: #FFF;
    margin: 0; }
    .widget.woocommerce.widget_shopping_cart p.buttons a.checkout {
      margin-left: 2%; }
    .widget.woocommerce.widget_shopping_cart p.buttons a:hover {
      text-decoration: none;
      opacity: 0.8; }
.widget.woocommerce.widget_price_filter .price_slider {
  margin-bottom: 1em; }
.widget.woocommerce.widget_price_filter .price_slider_amount {
  text-align: right; }
  .widget.woocommerce.widget_price_filter .price_slider_amount .button {
    float: left;
    margin-top: 0; }
.widget.woocommerce.widget_price_filter .price_label {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 8px; }
.widget.woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 20px;
  background: #EEE; }
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 0.45em;
  -webkit-border-radius: 0.45em;
  border-radius: 0.45em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #1d93d2;
  cursor: pointer;
  background: #FFF;
  outline: none;
  top: -.3em; }
  .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em; }
.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #1d93d2; }
.widget.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }
.widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.footer ul.product_list_widget li {
  margin-bottom: 5px; }
  .footer ul.product_list_widget li img {
    width: 30px; }
  .footer ul.product_list_widget li:after {
    width: 4px;
    height: 4px;
    background: #FFF; }

.woocommerce-info {
  font-size: 18px;
  font-size: 1.8rem; }

@media only screen and (min-width: 480px) {
  .woocommerce ul.products li.product {
    width: 50%; }
  .woocommerce .woocommerce-result-count {
    float: left; }
  .woocommerce .woocommerce-ordering {
    float: right;
    margin-right: 10px; } }
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product {
    width: 25%; }
  .woocommerce div.product .images {
    float: left;
    width: 48%;
    margin-bottom: 20px; }
  .woocommerce div.product .summary {
    float: right;
    width: 48%;
    margin-bottom: 20px; }
  .woocommerce div.product .woocommerce-tabs {
    clear: both; }

  .woocommerce-cart table.cart td.product-price, .woocommerce-cart table.cart th.product-price,
  .woocommerce-cart table.cart td.product-thumbnail, .woocommerce-cart table.cart th.product-thumbnail {
    display: table-cell; }
  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 50px;
    margin-top: 5px; }

  .woocommerce-account table.my_account_orders tr .order-date,
  .woocommerce-account table.my_account_orders tr .order-status {
    display: table-cell; } }
@media only screen and (min-width: 980px) {
  .woocommerce .woocommerce-ordering {
    padding-right: 10px; }
  .woocommerce div.product {
    padding-right: 40px; }

  .widget.woocommerce p.buttons a {
    width: 100%;
    display: block; }
    .widget.woocommerce p.buttons a.checkout {
      margin-left: 0; } }
.gform_wrapper {
  max-width: 100%; }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="url"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper textarea,
  .gform_wrapper select {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 -3px #dedede;
    -moz-box-shadow: inset 0 -3px #dedede;
    box-shadow: inset 0 -3px #dedede;
    background: #f7f7f7;
    border: 1px solid #dedede; }
  .gform_wrapper ul {
    padding: 0; }
  .gform_wrapper ul, .gform_wrapper li {
    list-style-type: none !important; }
  .gform_wrapper .ginput_container {
    margin-bottom: 20px; }
  .gform_wrapper .gfield_checkbox input,
  .gform_wrapper .gfield_radio input {
    width: auto; }
  .gform_wrapper .gfield_checkbox input, .gform_wrapper .gfield_checkbox label,
  .gform_wrapper .gfield_radio input,
  .gform_wrapper .gfield_radio label {
    display: inline-block; }
  .gform_wrapper .gfield_radio input {
    margin-right: 3px; }
  .gform_wrapper .gform_footer input[type=submit].button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    background: #1d93d2;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font-size: 18px;
    font-size: 1.8rem; }
    .gform_wrapper .gform_footer input[type=submit].button:hover {
      opacity: 0.8;
      cursor: pointer; }
    .gform_wrapper .gform_footer input[type=submit].button:hover, .gform_wrapper .gform_footer input[type=submit].button:active {
      text-decoration: none; }

.footer-column-widget .gform_wrapper li {
  list-style-type: none; }
  .footer-column-widget .gform_wrapper li:before {
    display: none; }
.footer-column-widget .gform_footer input[type=submit].button {
  background: #333; }

/**
 * Trumps - overrides, helpers
 */
/*
* Clearfix
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
* Hide only visually, but have it available for screen readers: h5bp.com/v
*/
.screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
* Extends the .screenreader class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.screenreader.focusable:active,
.screenreader.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.ta-center {
  text-align: center !important; }

#idium-cookies-notification-show {
  font-size: 18px;
  font-size: 1.8rem; }

.contrast * {
  background: #000 !important;
  color: yellow !important;
  border-color: yellow !important;
  /* Placeholder styling has to be separate selectors */ }
  .contrast * *:focus {
    border: 2px solid yellow !important; }
  .contrast * input::-webkit-input-placeholder {
    color: yellow !important; }
  .contrast * input:-moz-placeholder {
    color: yellow !important; }
  .contrast * input::-moz-placeholder {
    color: yellow !important; }
  .contrast * input:-ms-input-placeholder {
    color: yellow !important; }

.contrast #footer {
  border-top: 1px solid yellow; }

@media print {
  * {
    background: none !important;
    color: #000 !important; }

  .menu-toggle,
  nav {
    display: none; }

  #idium-cookies-notification-bar,
  .slideshow,
  .header--social,
  #footer,
  .sidebar {
    display: none; }

  .column {
    width: 50% !important;
    margin-right: -4px; } }
html {
  font-size: 50%; }

.header--social {
  background: #fff;
  color: #777; }
  .header--social a {
    color: #777; }
  .header--social .support-menu {
    border-bottom: 1px solid #eaeaea;
    padding: 6px 0;
    width: auto;
    left: 20px;
    right: 20px; }
    .header--social .support-menu .wrapper, .header--social .support-menu .middle {
      padding: 0; }
    .header--social .support-menu ul:first-child {
      border-right: 1px solid #eaeaea; }
  .header--social .social-network a {
    color: #1d93d2; }
  .header--social .search-form ::-webkit-input-placeholder {
    color: #777; }
  .header--social .search-form :-moz-placeholder {
    /* Firefox 18- */
    color: #777; }
  .header--social .search-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777; }
  .header--social .search-form :-ms-input-placeholder {
    color: #777; }
  .header--social .search-form__input, .header--social .search-form__submit {
    color: #777; }
  .header--social .search-form__input {
    border: 1px solid #eaeaea; }
.header > .wrapper, .header > .middle {
  text-align: center; }
  .header > .wrapper .logo-image-wrapper, .header > .middle .logo-image-wrapper {
    max-width: 200px; }
    @media screen and (min-width: 480px) {
      .header > .wrapper .logo-image-wrapper, .header > .middle .logo-image-wrapper {
        max-width: 400; } }

.mobile-navigation ul {
  padding: 0; }

.top-nav {
  display: none;
  width: 100%; }
  @media screen and (min-width: 980px) {
    .top-nav {
      display: flex;
      justify-content: space-between; } }
  .top-nav li {
    display: block; }
    .top-nav li a {
      padding: 0 10px; }
      @media screen and (min-width: 1200px) {
        .top-nav li a {
          padding: 0 20px; } }
  .top-nav > li.active {
    background: #fff;
    color: #1d93d2; }
    .top-nav > li.active > a {
      font-weight: 700; }
  .top-nav > li > ul {
    width: 275px;
    border: 1px solid #eaeaea;
    border-bottom: none; }
    .top-nav > li > ul li a {
      background: #fff;
      color: #1d93d2;
      border-bottom: 1px solid #eaeaea; }
      .top-nav > li > ul li a:hover {
        color: #fff; }
    .top-nav > li > ul li.active > a {
      font-weight: 700; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block; }
    .pagination ul .page-numbers {
      border: 2px solid #1d93d2;
      border-radius: 2px;
      width: 30px;
      height: 30px;
      background: transparent;
      color: #1d93d2;
      display: block; }
      .pagination ul .page-numbers.current, .pagination ul .page-numbers:hover {
        background: #1d93d2;
        color: #fff; }

.idium-linked-post .heading {
  text-align: left;
  color: #1d93d2; }

.footer-column-widget {
  color: #777; }
  .footer-column-widget .widget-title {
    font-weight: 500; }

.column img {
  width: 100%; }

@media screen and (min-width: 480px) {
  .three-columns > .column {
    width: 50%; } }
@media screen and (min-width: 980px) {
  .three-columns > .column {
    width: 33.3%; } }

.loop__thumbnail, .loop__description {
  display: block;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .loop__thumbnail, .loop__description {
      width: auto;
      display: table-cell; } }
  @media print {
    .loop__thumbnail, .loop__description {
      width: auto;
      display: table-cell; } }
@media screen and (min-width: 600px) {
  .loop__description {
    width: 100%; } }
@media print {
  .loop__description {
    width: 100%; } }

.slideshow .slideshow__pager ul {
  padding: 0;
  display: table;
  width: 100%;
  margin: 0 auto; }
  .slideshow .slideshow__pager ul li {
    height: 4px;
    float: inherit;
    display: table-cell;
    width: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0;
    background: #ddd; }
    .slideshow .slideshow__pager ul li.active {
      background: #1d93d2; }
.slideshow .slide__caption {
  background: rgba(255, 255, 255, 0.8);
  color: #444444; }
.slideshow .slide__title {
  margin-bottom: 0px; }
@media screen and (min-width: 480px) {
  .slideshow .slide__title {
    margin-bottom: 15px; } }
@media screen and (max-width: 768px) {
  .slideshow .slide__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: inherit;
    line-height: 1.4; }
    .slideshow .slide__caption h2 {
      font-size: 20px;
      font-size: 2rem; }
    .slideshow .slide__caption p {
      font-size: 16px;
      font-size: 1.6rem; } }
@media screen and (min-width: 768px) {
  .slideshow .slide__caption {
    width: 33%;
    top: 10%;
    right: 0;
    border-right: 5px solid #1d93d2;
    min-height: inherit;
    bottom: inherit;
    line-height: 1.4; } }

.footer {
  background: #eaeaea; }

.menu-search {
  display: none; }

@media screen and (max-width: 480px) {
  .admin-bar #middle {
    margin-top: 46px; }

  .header--social .social-network {
    display: none; }

  .header > .wrapper .logo-image-wrapper, .header > .middle .logo-image-wrapper {
    max-width: 125px;
    margin: 12px 0 8px; }

  .header--social .search-form {
    display: none;
    float: none;
    padding: 10px 0; }
    .header--social .search-form.visible {
      display: block; }
    .header--social .search-form .search-form__submit {
      top: 10px; }

  .header > .wrapper, .header > .middle {
    text-align: left; }

  .menu-toggle {
    top: 10px;
    background: #fff;
    color: #1d93d2;
    font-size: 3rem; }

  .menu-search {
    display: block;
    cursor: pointer;
    top: 10px;
    background: #fff;
    color: #1d93d2;
    font-size: 3rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 60px;
    padding: 0;
    border: none;
    -webkit-appearance: none;
    text-align: center; }

  .search-form__input {
    min-width: 200px; }

  .postslists-sections {
    margin-top: 0; }

  .home-section.template-slider {
    height: 75vh;
    margin: 0 -20px; }

  .slide {
    height: 75vh;
    overflow: hidden;
    width: 100%; }

  .slideshow {
    height: 75vh; }

  .slide img {
    display: block;
    min-height: 75vh;
    width: auto;
    max-width: none;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }

  .slideshow .slide__caption {
    background: rgba(255, 255, 255, 0.9);
    top: 50%;
    bottom: inherit;
    transform: translate(0px, -50%);
    padding: 40px 0;
    width: 100vw;
    text-align: center; }

  .slideshow .slide__caption h2,
  .slideshow .slide__caption p {
    padding: 0 34px; }

  .slideshow .slide__caption p {
    margin-top: 5px; }

  .slideshow__btn {
    color: #1d93d2;
    padding: 10px; }

  .slideshow__btn.btn-prev,
  .slideshow__btn.btn-next {
    margin: 0;
    transform: translate(0px, -50%); } }
.support-menu .flag a {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  height: 22px;
  width: 22px;
  text-indent: -9999px;
  display: block; }
.support-menu .flag.icon-sv a {
  background-image: url("./assets/gfx/sweden.png"); }
.support-menu .flag.icon-uk a {
  background-image: url("./assets/gfx/uk.png"); }
.support-menu .flag.icon-no a {
  background-image: url("./assets/gfx/norway.png"); }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }

  .cc-window.cc-bottom {
    bottom: 0; }

  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .cc-window.cc-floating {
    max-width: none; }

  .cc-window .cc-message {
    margin-bottom: 1em; }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; }

  .cc-window.cc-banner .cc-message {
    margin-right: 0; } }
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

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