@charset "UTF-8";
/*
  Theme Name:   Flex - 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:     flex
  Version:      1.0

  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. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * 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,
optgroup,
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 {
  height: 100%; }

body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  color: #000000;
  overflow-x: hidden; }

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

.main-wrapper {
  width: 100%;
  transition: translate3d(0, 0, 0); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  margin: 0; }

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

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

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

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

h5 {
  font-size: 20px;
  font-size: 1.25rem; }

a {
  color: #425b83; }

p {
  margin: 0 0 1.5em; }

.intro p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold; }

ul,
ol {
  font-size: 1em; }

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

blockquote {
  border-left: 5px solid #425b83;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic; }

small {
  font-size: 81.25%; }

body.admin-bar .header,
body.admin-bar .mobile-navigation {
  padding-top: 46px; }
body.admin-bar .mobile-navigation {
  top: 0; }
@media screen and (min-width: 782px) {
  body.admin-bar .header {
    padding-top: 0;
    margin-top: 32px; } }

/**
 * Forms
 */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.5em 0.75em; }
  input[type="text"]:hover, input[type="text"]:focus,
  input[type="tel"]:hover,
  input[type="tel"]:focus,
  input[type="email"]:hover,
  input[type="email"]:focus,
  input[type="password"]:hover,
  input[type="password"]:focus,
  select:hover,
  select:focus,
  textarea:hover,
  textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    border-color: #333333; }

select {
  height: 2.5em; }

input[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;
  text-decoration: none;
  display: inline-block;
  background: #425b83;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300;
  font-weight: 700; }
  input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }

.initialy-hidden[aria-hidden=true] {
  display: none; }

[data-a11y-toggle]:not([aria-controls]) {
  display: none; }

.row {
  zoom: 1;
  margin: 0 -10px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    .row {
      margin: 0 -30px; } }

@media screen and (max-width: 979px) {
  .hide-below-large {
    display: none !important; } }

@media screen and (min-width: 980px) {
  .hide-large {
    display: none !important; } }

/**
 * Objects - composed piece of ui (f.e. lists, menus etc.)
 */
.main-wrapper {
  min-height: 100vh;
  background: #fff; }

.wrapper,
.o-wrapper {
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px; }
  .wrapper:before, .wrapper:after,
  .o-wrapper:before,
  .o-wrapper:after {
    content: "";
    display: table; }
  .wrapper:after,
  .o-wrapper:after {
    clear: both; }

.o-menu, .accessibility-tools {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .o-menu ul, .accessibility-tools ul {
    margin: 0;
    padding: 0; }
  .o-menu li, .accessibility-tools li {
    display: inline-block;
    margin-right: 10px; }
    .o-menu li:last-child, .accessibility-tools li:last-child {
      margin-right: 0; }
  .o-menu a, .accessibility-tools a {
    display: block;
    text-decoration: none; }

.middle {
  width: 100%;
  max-width: none;
  padding: 0;
  position: relative; }
  @media screen and (min-width: 480px) {
    .selected-header--standard .middle, .selected-header--transparent .middle, .selected-header--transparent--dark .middle, .selected-header--simple .middle, .mobile-nav-active .middle {
      padding-top: 120px; }
    .home.home .middle, .support-menu-set.home.home .middle {
      padding-top: 0; } }
  @media screen and (min-width: 980px) {
    .support-menu-set.selected-header--standard .middle, .support-menu-set.selected-header--transparent .middle, .support-menu-set.selected-header--transparent--dark .middle {
      padding-top: 170px; }
    .mobile-nav-active .middle {
      padding-top: 120px; }
    .selected-header--big .middle {
      padding-top: 0; } }
  @media screen and (min-width: 480px) {
    .admin-bar .middle:before {
      content: '';
      display: block;
      width: 100%;
      height: 46px; } }
  @media screen and (min-width: 783px) {
    .admin-bar .middle:before {
      height: 32px; } }

.selected-header--big .middle:before {
  display: none; }

.content,
.sidebar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  text-align: left; }
  @media screen and (min-width: 980px) {
    .content,
    .sidebar {
      padding: 0 30px; } }

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

  .sidebar {
    width: 30%; } }
/**
 * Columns
 */
.columns {
  zoom: 1;
  margin: 0 -10px; }
  .columns:before, .columns:after {
    content: "";
    display: table; }
  .columns:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    .columns {
      margin: 0 -30px; } }
  .columns .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left; }
    @media screen and (min-width: 980px) {
      .columns .column {
        padding: 0 30px; } }
    .columns .column img {
      width: 100%; }

@media screen and (min-width: 768px) {
  .two-columns .column {
    width: 50%; }
    .two-columns .column:nth-child(2n+1) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .three-columns .column {
    width: 33.333%; }
    .three-columns .column:nth-child(3n+1) {
      clear: both; } }

@media screen and (min-width: 768px) {
  .four-columns .column {
    width: 50%; }
    .four-columns .column:nth-child(2n+1) {
      clear: both; } }
@media screen and (min-width: 980px) {
  .four-columns .column {
    width: 25%; }
    .four-columns .column:nth-child(2n+1) {
      clear: none; }
    .four-columns .column:nth-child(4n+1) {
      clear: both; } }

.last {
  clear: both; }

.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  background: #425b83;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300; }
  .btn:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }

.content-area__content {
  overflow: hidden; }
.content-area__image {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .content-area__image--left, .content-area__image--right {
      width: 50%; }
    .content-area__image--left {
      float: left;
      padding-right: 30px;
      margin-right: 30px; }
    .content-area__image--right {
      float: right;
      padding-left: 30px;
      margin-left: 30px; } }

/**
 * Components - cosmetically styled pieces of ui
 */
.accessibility-top {
  list-style-type: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000000; }
  .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: 0; }

.header {
  zoom: 1;
  position: relative;
  background: #fff;
  border-top: 2px solid #425b83;
  z-index: 110; }
  .header:before, .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  .header__support {
    background: #000000;
    color: #fff;
    line-height: 50px; }
    .scrolled-past-header .header__support {
      display: none; }
  .header__support-menu a, .header__social-menu a {
    color: #fff;
    display: block;
    line-height: 50px;
    font-weight: 300;
    padding: 0 5px; }
  .header__support-menu .fa, .header__social-menu .fa {
    font-size: 20px;
    font-size: 1.25rem; }
  .header__main-nav, .header__logo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    vertical-align: middle; }
    @media screen and (min-width: 980px) {
      .header__main-nav, .header__logo {
        padding: 0 30px; } }
  .header__logo {
    width: 50%; }
  .header__main-nav {
    width: 50%;
    text-align: right; }
  @media screen and (min-width: 980px) {
    .header__support-menu, .header__social-menu {
      display: inline-block;
      width: 50%; }
    .header__social-menu {
      float: right;
      text-align: right; }
    .header .logo {
      float: left;
      overflow: hidden; }
    .header__logo {
      width: 30%; }
    .header__main-nav {
      width: 70%;
      font-weight: 300;
      text-align: right; } }

.header--standard {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .header--standard {
      position: absolute; }
      .scrolled-past-header .header--standard {
        position: fixed; } }
  .header--standard .header__main {
    height: 120px; }

.header--big .header__logo {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .header--big .header__logo .logo,
  .header--big .header__logo .logo-image-wrapper {
    display: inline-block;
    float: none; }
.header--big .header__main-nav {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0; }
  .header--big .header__main-nav > ul {
    margin: 0 auto;
    text-align: right; }
    @media screen and (min-width: 980px) {
      .header--big .header__main-nav > ul {
        text-align: center; } }
@media screen and (min-width: 980px) {
  .header--big .search-toggle-container {
    float: right; } }

.header--simple {
  width: 100%; }
  @media screen and (min-width: 480px) {
    .header--simple {
      position: fixed; } }

.header--transparent {
  background: transparent;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .header--transparent {
      position: absolute; }
      .scrolled-past-header .header--transparent {
        position: fixed; } }
  .header--transparent .header__support {
    background: transparent;
    border-bottom: 1px solid #000; }
  .header--transparent a,
  .header--transparent button {
    color: #000000; }
  .header--transparent .active a {
    color: #425b83; }
  .scrolled-past-header .header--transparent {
    background: rgba(255, 255, 255, 0.8); }

.header--transparent--dark {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: relative; }
  @media screen and (min-width: 480px) {
    .header--transparent--dark {
      position: absolute; }
      .home .header--transparent--dark {
        background: transparent; }
      .scrolled-past-header .header--transparent--dark {
        position: fixed; } }
  .header--transparent--dark .header__support {
    background: transparent;
    border-bottom: 1px solid #fff; }
  .header--transparent--dark a,
  .header--transparent--dark button {
    color: #fff; }
  .header--transparent--dark .active a {
    color: #425b83; }
  .selected-header--transparent--dark.scrolled-past-header .header--transparent--dark {
    background: rgba(0, 0, 0, 0.8); }

.mobile-navigation {
  position: fixed;
  width: 220px;
  height: 100%;
  min-height: 100%;
  bottom: 0;
  right: -220px;
  overflow-y: auto;
  background: #000000;
  transition: all 200ms ease-in-out; }
  .mobile-navigation + #wrapper {
    transition: all 200ms ease-in-out; }
  .mobile-navigation[aria-hidden="true"] {
    display: block; }
  .mobile-navigation[aria-hidden="false"] {
    right: 0; }
    .mobile-navigation[aria-hidden="false"] + #wrapper {
      left: -220px; }
  .mobile-navigation ul {
    margin: 0;
    padding: 10px;
    list-style-type: none; }
    .mobile-navigation ul ul {
      display: none;
      padding-right: 0; }
  .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 #000000; }
    .mobile-navigation .caret:before {
      display: inline-block;
      vertical-align: middle; }
  .mobile-navigation a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color: #fff;
    font-weight: 100;
    border-bottom: 1px solid #1a1a1a;
    text-decoration: none; }
    .mobile-navigation a:hover {
      text-decoration: none; }
  .mobile-navigation li li a {
    padding-left: 15px; }
  .mobile-navigation li li li a {
    padding-left: 20px; }

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

.search-form {
  position: relative; }
  .search-form__input, .search-form__submit {
    font-size: 16px;
    font-size: 1rem;
    -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: 52px;
    line-height: 1; }
  .search-form__input {
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
    padding-left: 10px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #ddd; }
    .search-form__input::-ms-clear {
      display: none; }
  .search-form__submit {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0 !important;
    color: #000; }
    .search-form__submit:before {
      font-size: 14px;
      font-size: 0.875rem; }
    .search-form__submit:hover {
      cursor: pointer; }
  .article-holder .search-form {
    margin-bottom: 1.5em; }

.search-toggle {
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none; }
  .search-toggle:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .search-toggle[aria-expanded=true] .fa-search:before {
    content: '\f00d'; }
  .search-toggle i {
    display: block;
    width: 1em;
    height: 1em; }

.search-overlay {
  background: rgba(0, 0, 0, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10; }
  .search-overlay__wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
  .search-overlay .search-overlay__close {
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    position: absolute;
    top: -2em;
    right: 0; }
    .search-overlay .search-overlay__close:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
    .search-overlay .search-overlay__close i {
      display: block;
      width: 1em;
      height: 1em; }
  .search-overlay .search-form {
    position: relative; }
    .search-overlay .search-form:after {
      content: '';
      display: block;
      width: 100%;
      width: calc(100% - 70px);
      height: 1px;
      background: #fff; }
    .search-overlay .search-form__input {
      font-size: 36px;
      font-size: 2.25rem;
      width: 100%;
      background: none;
      border: none;
      color: #fff;
      font-weight: 100;
      height: auto; }
      .search-overlay .search-form__input:focus {
        outline: none; }
    .search-overlay .search-form__submit {
      text-decoration: none;
      font-size: 0;
      background: none;
      border: none;
      position: absolute;
      right: 0;
      top: 0; }
      .search-overlay .search-form__submit:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
      .search-overlay .search-form__submit:before {
        font-size: 36px;
        font-size: 2.25rem;
        color: #fff; }

.search-dropdown {
  position: absolute;
  right: 10px;
  background: #f9f9f9;
  padding: 28px;
  border-top: 3px solid #425b83;
  z-index: 10; }
  .search-dropdown form {
    display: inline-block; }
  .search-dropdown .search-form__submit {
    color: #000000; }

.header__main-nav a {
  display: none; }
.mobile-nav-active .header__main-nav .hide-large {
  display: inline-block !important; }
.mobile-nav-active .header__main-nav a {
  display: none; }
@media screen and (min-width: 980px) {
  .header__main-nav a {
    display: block; } }

.header__main-nav .o-menu > li, .header__main-nav .accessibility-tools > li {
  position: relative;
  margin: 0; }
  .header__main-nav .o-menu > li > a, .header__main-nav .accessibility-tools > li > a {
    padding: 0 20px;
    text-decoration: none !important; }
.selected-header--standard .header__main-nav .o-menu, .selected-header--standard .header__main-nav .accessibility-tools, .selected-header--transparent .header__main-nav .o-menu, .selected-header--transparent .header__main-nav .accessibility-tools, .selected-header--simple .header__main-nav .o-menu, .selected-header--simple .header__main-nav .accessibility-tools, .selected-header--transparent--dark .header__main-nav .o-menu, .selected-header--transparent--dark .header__main-nav .accessibility-tools {
  height: 120px; }
  .selected-header--standard .header__main-nav .o-menu > li > a, .selected-header--standard .header__main-nav .accessibility-tools > li > a, .selected-header--transparent .header__main-nav .o-menu > li > a, .selected-header--transparent .header__main-nav .accessibility-tools > li > a, .selected-header--simple .header__main-nav .o-menu > li > a, .selected-header--simple .header__main-nav .accessibility-tools > li > a, .selected-header--transparent--dark .header__main-nav .o-menu > li > a, .selected-header--transparent--dark .header__main-nav .accessibility-tools > li > a {
    line-height: 120px; }
  .selected-header--standard .header__main-nav .o-menu > li > button, .selected-header--standard .header__main-nav .accessibility-tools > li > button, .selected-header--transparent .header__main-nav .o-menu > li > button, .selected-header--transparent .header__main-nav .accessibility-tools > li > button, .selected-header--simple .header__main-nav .o-menu > li > button, .selected-header--simple .header__main-nav .accessibility-tools > li > button, .selected-header--transparent--dark .header__main-nav .o-menu > li > button, .selected-header--transparent--dark .header__main-nav .accessibility-tools > li > button {
    height: 120px; }
.selected-header--big .header__main-nav .o-menu > li > a, .selected-header--big .header__main-nav .accessibility-tools > li > a {
  line-height: 50px; }
.selected-header--big .header__main-nav .o-menu > li > button, .selected-header--big .header__main-nav .accessibility-tools > li > button {
  height: 50px; }
.header__main-nav .o-menu button:active, .header__main-nav .accessibility-tools button:active {
  outline: none; }
.header__main-nav .o-menu > li.active, .header__main-nav .accessibility-tools > li.active {
  color: #425b83; }
.header__main-nav .o-menu > li:hover, .header__main-nav .accessibility-tools > li:hover {
  color: #efefef; }
.header__main-nav .o-menu > li a .caret, .header__main-nav .accessibility-tools > li a .caret {
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  vertical-align: middle;
  padding: 0.5em; }
  .header__main-nav .o-menu > li a .caret:hover, .header__main-nav .accessibility-tools > li a .caret:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
.header__main-nav .o-menu > li > ul, .header__main-nav .accessibility-tools > li > ul {
  display: none;
  width: 240px;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 101;
  text-align: left;
  border-top: 2px solid #425b83; }
  .header--big .header__main-nav .o-menu > li > ul, .header--big .header__main-nav .accessibility-tools > li > ul {
    top: 50px; }
  .header__main-nav .o-menu > li > ul li, .header__main-nav .accessibility-tools > li > ul li {
    display: block;
    position: relative;
    margin: 0; }
    .header__main-nav .o-menu > li > ul li a, .header__main-nav .accessibility-tools > li > ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      position: relative;
      line-height: 1.2;
      padding: 12.8px;
      background: #fff;
      color: #000000;
      border-bottom: 2px solid #ddd; }
      .header__main-nav .o-menu > li > ul li a:hover, .header__main-nav .accessibility-tools > li > ul li a:hover {
        background: #efefef; }
  .header__main-nav .o-menu > li > ul .caret, .header__main-nav .accessibility-tools > li > ul .caret {
    padding-left: 0;
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
    .header__main-nav .o-menu > li > ul .caret:before, .header__main-nav .accessibility-tools > li > ul .caret:before {
      display: inline-block;
      vertical-align: middle;
      line-height: 20px; }
.header__main-nav .o-menu > li > ul ul, .header__main-nav .accessibility-tools > li > ul ul {
  display: none;
  position: relative; }

.logo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  padding: 10px 0; }
  .logo:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .logo a {
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase; }
    .logo a:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
    @media screen and (min-width: 980px) {
      .logo a {
        font-size: 48px;
        font-size: 3rem; } }

.logo-image-wrapper {
  padding: 10px 0; }
  .logo-image-wrapper img {
    max-width: 280px;
    max-height: 100px;
    height: auto; }

.loop-article {
  zoom: 1;
  padding: 0 0 2em;
  margin: 0 0 2em;
  border-bottom: 1px dashed #ddd; }
  .loop-article:before, .loop-article:after {
    content: "";
    display: table; }
  .loop-article:after {
    clear: both; }
  .loop-article__link {
    zoom: 1;
    text-decoration: none;
    display: block;
    color: #000000; }
    .loop-article__link:before, .loop-article__link:after {
      content: "";
      display: table; }
    .loop-article__link:after {
      clear: both; }
    .loop-article__link:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
  .loop-article__title {
    font-size: 22px;
    font-size: 1.375rem; }
    @media screen and (min-width: 480px) {
      .loop-article__title {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 768px) {
      .loop-article__title {
        font-size: 30px;
        font-size: 1.875rem; } }
    @media screen and (min-width: 980px) {
      .loop-article__title {
        font-size: 30px;
        font-size: 1.875rem; } }
  .loop-article__meta {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    padding: 0;
    font-weight: 300;
    letter-spacing: 1px; }
  .loop-article__description {
    overflow: hidden;
    line-height: 1.6; }
    .loop-article__description .read-more {
      color: #425b83;
      display: block; }
  .loop-article__image {
    display: block;
    margin: 0 0 1em;
    position: relative; }
    .loop-article__image img {
      display: block; }
    .loop-article__image .fa {
      display: none; }
    .loop-article:hover .loop-article__image .fa {
      font-size: 30px;
      font-size: 1.875rem;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      text-decoration: none;
      display: table;
      padding: 0.5em;
      z-index: 99;
      top: 50%;
      left: 50%;
      width: 58px;
      height: 60px;
      margin: -31px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center; }
    .loop-article__image .read-more {
      color: #425b83; }
    @media screen and (min-width: 480px) {
      .loop-article__image {
        width: 40%;
        float: left;
        margin-right: 2em; } }

.page-header {
  background: #f8f8f8;
  border-bottom: 3px solid #ddd;
  margin-bottom: 2em;
  padding: 2em 0; }
  .page-header nav.breadcrumbs,
  .page-header h1.title {
    border: 0;
    margin: 0;
    padding: 0; }
  .page-header nav.breadcrumbs {
    font-size: 12px;
    font-size: 0.75rem; }
    .page-header nav.breadcrumbs ul li:after {
      content: "/"; }
    .page-header nav.breadcrumbs a {
      text-decoration: none; }
      .page-header nav.breadcrumbs a:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
  .page-header h1.title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: normal; }
    @media screen and (min-width: 480px) {
      .page-header h1.title {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media screen and (min-width: 768px) {
      .page-header h1.title {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media screen and (min-width: 980px) {
      .page-header h1.title {
        font-size: 30px;
        font-size: 1.875rem; } }

.single-article {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25em;
  line-height: 1.6; }
  .single-article__image {
    margin: 0 0 1.5em; }
  .single-article .woocommerce {
    font-size: 16px;
    font-size: 1rem; }

#commentform input {
  width: 100%; }
  #commentform input[type="submit"] {
    width: auto; }
#commentform textarea {
  width: 100%; }

div.navigation {
  zoom: 1; }
  div.navigation:before, div.navigation:after {
    content: "";
    display: table; }
  div.navigation:after {
    clear: both; }

.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em; }
  .commentlist .comment {
    border-top: 1px solid #ddd;
    padding: 1em;
    line-height: 1.7; }
    .commentlist .comment:nth-child(2n+1) {
      background: #f9f9f9; }
    .commentlist .comment-author .avatar {
      display: inline-block;
      margin-right: 15px; }
    .commentlist .comment-meta a {
      color: #425b83;
      text-decoration: none; }
    .commentlist .comment-body > :last-child {
      margin-bottom: 0; }

#respond h2 {
  margin-bottom: 8px; }

.pagination,
.woocommerce-pagination {
  font-size: 18px;
  font-size: 1.125rem;
  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: #000000; }
      .pagination ul li > *:hover,
      .woocommerce-pagination ul li > *:hover {
        text-decoration: none;
        color: #425b83;
        cursor: pointer; }
      .pagination ul li span.current,
      .woocommerce-pagination ul li span.current {
        color: #425b83; }

.sidebar {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25em; }
  .sidebar ul {
    margin: 0 0 0.75em; }
  .sidebar li a {
    padding: 0 0 0.75em;
    margin: 0 0 0.75em;
    border-bottom: 1px dashed #ddd; }
  .sidebar a {
    color: #000000; }
  .sidebar .widget {
    margin-bottom: 1.5em; }
  .sidebar .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 1em;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-weight: 500; }

.footer {
  padding: 40px 0 0;
  background: #000000;
  overflow: hidden; }
  .footer__copyright {
    padding: 10px 0;
    background: #222;
    font-family: "Ubuntu", helvetica, arial, sans-serif;
    font-weight: 300;
    text-transform: lowercase; }
    .footer__copyright__link {
      font-size: 14px;
      font-size: 0.875rem;
      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 {
  zoom: 1;
  margin: 0 -10px; }
  .footer-widgets:before, .footer-widgets:after {
    content: "";
    display: table; }
  .footer-widgets:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    .footer-widgets {
      margin: 0 -30px; } }
  .footer-widgets__column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left; }
    @media screen and (min-width: 980px) {
      .footer-widgets__column {
        padding: 0 30px; } }
    @media screen and (min-width: 768px) {
      .footer-widgets__column {
        width: 50%; } }
    @media screen and (min-width: 980px) {
      .footer-widgets__column {
        width: 33.333%; } }

.footer-column-widget {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 300;
  padding-top: 10px;
  color: #fff;
  margin-bottom: 20px; }
  .footer-column-widget li a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #717171; }
    .footer-column-widget li a:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
  .footer-column-widget li li a {
    padding-left: 15px; }
  .footer-column-widget ul {
    padding: 0;
    list-style-type: none; }
  .footer-column-widget li {
    margin-bottom: 0; }
  .footer-column-widget .widget-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.8em;
    color: inherit;
    font-weight: 400; }
  .footer-column-widget.widget_idium_localbusinesscontactinformation .lb-address {
    font-style: normal;
    margin-bottom: 40px; }
  .footer-column-widget.widget_idium_localbusinesscontactinformation .lb-telephone,
  .footer-column-widget.widget_idium_localbusinesscontactinformation .lb-email {
    font-weight: 400;
    margin-bottom: 4px; }
    .footer-column-widget.widget_idium_localbusinesscontactinformation .lb-telephone span,
    .footer-column-widget.widget_idium_localbusinesscontactinformation .lb-email span {
      margin: 0;
      font-weight: 300; }
  .footer-column-widget.widget_idium_localbusinesscontactinformation a {
    color: #fff; }

.widget ul {
  padding: 0;
  list-style-type: none; }
.widget li {
  margin-bottom: 0; }
.widget li a {
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .widget li a:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
.widget li li a {
  padding-left: 15px; }

.widget_calendar table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  .widget_calendar table caption {
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    padding: 0 0 0.5em; }
  .widget_calendar table thead th, .widget_calendar table thead td, .widget_calendar table tbody th, .widget_calendar table tbody td {
    font-size: 14px;
    font-size: 0.875rem;
    border: 2px solid #fff;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em 0; }
    .widget_calendar table thead th#today, .widget_calendar table thead td#today, .widget_calendar table tbody th#today, .widget_calendar table tbody td#today {
      background: #f8f8f8; }
    .widget_calendar table thead th.pad, .widget_calendar table thead td.pad, .widget_calendar table tbody th.pad, .widget_calendar table tbody td.pad {
      background-color: #f8f8f8;
      background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, white 4px, white 8px); }
    .widget_calendar table thead th a, .widget_calendar table thead td a, .widget_calendar table tbody th a, .widget_calendar table tbody td a {
      color: #425b83;
      font-weight: bold; }
  .widget_calendar table thead th, .widget_calendar table tbody th {
    background: #f8f8f8; }

.metadata {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
  width: 100%; }
  .metadata span, .metadata time, .metadata a {
    display: inline;
    font-weight: 300; }
  .metadata time.date {
    margin-left: 4px; }
  .metadata span {
    padding-left: 0.5em;
    margin-left: 0.5em;
    border-left: 1px solid #ddd; }
    .metadata span:first-child {
      border: 0;
      margin: 0;
      padding: 0; }

/**
 * Section components (PostsLists)
 */
.home-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0;
  background-size: 100% 100%;
  background-size: cover; }
  .home-section .wrapper {
    font-size: 20px;
    font-size: 1.25rem; }
  .home-section .intro p {
    font-weight: normal; }
  .home-section--full-width .wrapper {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .home-section--full-width .home-section__title {
    padding: 0 30px; }
  .home-section--full-width.template-shortcuts, .home-section--full-width.template-news {
    padding-left: 30px;
    padding-right: 30px; }
    .home-section--full-width.template-shortcuts .home-section__title, .home-section--full-width.template-news .home-section__title {
      padding: 0; }
  .home-section:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .home-section:first-child .wrapper {
      min-height: calc(100vh - 120px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .home-section:first-child .home-section__title {
      font-size: 24px;
      font-size: 1.5rem;
      margin-bottom: 8px; }
      @media screen and (min-width: 480px) {
        .home-section:first-child .home-section__title {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 768px) {
        .home-section:first-child .home-section__title {
          font-size: 40px;
          font-size: 2.5rem; } }
      @media screen and (min-width: 980px) {
        .home-section:first-child .home-section__title {
          font-size: 60px;
          font-size: 3.75rem; } }
  .home-section:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .home-section__title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 26px; }
    @media screen and (min-width: 480px) {
      .home-section__title {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 768px) {
      .home-section__title {
        font-size: 46px;
        font-size: 2.875rem; } }
    @media screen and (min-width: 980px) {
      .home-section__title {
        font-size: 46px;
        font-size: 2.875rem; } }
  .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;
    text-decoration: none;
    display: inline-block;
    background: #425b83;
    color: #fff;
    border: none;
    padding: 0.5em 1em;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    float: right;
    color: #fff; }
    .home-section .idium-section-more:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
  .home-section .columns {
    clear: both; }
  .home-section__next {
    font-size: 48px;
    font-size: 3rem;
    text-align: center; }
    .home-section__next a {
      text-decoration: none; }

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

.slide {
  position: relative;
  width: 100%; }
  .slide a {
    display: block;
    text-decoration: none; }
  .slide img {
    display: block;
    width: 100%; }
  .slide__title {
    margin-bottom: 0; }
  .slide__caption {
    background: #000000;
    color: #fff;
    padding: 10px 20px;
    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: 5px 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: #636363; }
    .slideshow__pager li.active {
      background: #425b83; }
    .slideshow__pager li:hover {
      cursor: pointer; }

.home-section--full-width.template-slider {
  padding-top: 0; }
  @media screen and (min-width: 980px) {
    .home-section--full-width.template-slider .slide {
      max-height: 80vh;
      overflow: hidden; } }

.slogan {
  text-align: center; }
  .slogan__title {
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 480px) {
      .slogan__title {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 768px) {
      .slogan__title {
        font-size: 40px;
        font-size: 2.5rem; } }
    @media screen and (min-width: 980px) {
      .slogan__title {
        font-size: 60px;
        font-size: 3.75rem; } }
  .slogan__subtitle {
    font-size: 20px;
    font-size: 1.25rem; }
    @media screen and (min-width: 480px) {
      .slogan__subtitle {
        font-size: 24px;
        font-size: 1.5rem; } }
    @media screen and (min-width: 768px) {
      .slogan__subtitle {
        font-size: 32px;
        font-size: 2rem; } }
    @media screen and (min-width: 980px) {
      .slogan__subtitle {
        font-size: 40px;
        font-size: 2.5rem; } }

.home-section .article {
  zoom: 1;
  margin: 0 -10px; }
  .home-section .article:before, .home-section .article:after {
    content: "";
    display: table; }
  .home-section .article:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    .home-section .article {
      margin: 0 -30px; } }

.home-section--full-width .article .home-section__title {
  padding: 0 15px; }
@media only screen and (min-width: 980px) {
  .home-section--full-width .article__content {
    padding: 0 60px 0 30px; } }

.article__image, .article__content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  vertical-align: top;
  padding: 0 10px;
  text-align: left;
  width: 100%; }
  @media screen and (min-width: 980px) {
    .article__image, .article__content {
      padding: 0 30px; } }
  @media only screen and (min-width: 980px) {
    .article__image, .article__content {
      width: 50%; } }
.article__content {
  padding: 0 40px; }
.article__content {
  line-height: 1.6; }
@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-shortcuts {
  text-align: center; }
  .template-shortcuts p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.4; }
  .template-shortcuts .shortcut-column {
    text-align: inherit; }

.shortcut-column {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .shortcut-column {
      margin-bottom: 30px; } }
  .shortcut-column a {
    display: block;
    color: inherit;
    text-decoration: none; }
    .shortcut-column a:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
  .shortcut-column p {
    font-size: 18px;
    font-size: 1.125rem; }
  .shortcut-column__image {
    display: block;
    margin-bottom: 20px; }
  .shortcut-column__meta {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2; }
    .shortcut-column__meta > span {
      color: #425b83;
      text-transform: uppercase; }
  .shortcut-column__title {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bolder; }

.template-news p {
  clear: both; }
.template-news .view-all {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 20px;
  font-family: "Ubuntu", helvetica, arial, sans-serif;
  text-decoration: none;
  color: #888888; }
  .template-news .view-all:after {
    content: '\203A'; }
  @media screen and (min-width: 768px) {
    .template-news .view-all {
      float: right;
      top: 0;
      right: 10px;
      line-height: 55px; } }
@media screen and (min-width: 768px) {
  .template-news .home-section__title {
    float: left; } }

.contactinfo {
  zoom: 1;
  margin: 0 -10px; }
  .contactinfo:before, .contactinfo:after {
    content: "";
    display: table; }
  .contactinfo:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    .contactinfo {
      margin: 0 -30px; } }
  .contactinfo__form, .contactinfo__text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left; }
    @media screen and (min-width: 980px) {
      .contactinfo__form, .contactinfo__text {
        padding: 0 30px; } }
    @media screen and (min-width: 980px) {
      .contactinfo__form, .contactinfo__text {
        width: 50%; } }
  .contactinfo__form .gform_wrapper .gform_fields .gfield > label.gfield_label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.2 !important; }
  .contactinfo__form .gform_wrapper .gform_footer {
    margin: 1em 0 0;
    padding: 0; }
  .contactinfo__form .ginput_container {
    width: auto !important;
    display: block;
    overflow: hidden;
    font-size: 17px;
    font-size: 1.0625rem; }
    .contactinfo__form .ginput_container input,
    .contactinfo__form .ginput_container textarea {
      width: 100% !important;
      padding: 0.5em 0.75em !important;
      background: #f9f9f9; }
  .contactinfo__form .gform_fields .gfield,
  .contactinfo__form .gform_fields .gfield.gfield_error {
    width: 100%; }
  .contactinfo__form .validation_error {
    background: #FFDFE0; }
  .contactinfo__form input[type="submit"] {
    float: right; }
  @media screen and (min-width: 980px) {
    .contactinfo__form .gfield_label {
      float: left;
      width: 20%;
      text-align: right;
      padding-right: 2em; }
    .contactinfo__form .ginput_container {
      overflow: hidden; }
    .contactinfo__form .gfield_description.validation_message {
      text-align: right; } }
  .contactinfo__lb {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32.5px; }
    .contactinfo__lb > div {
      margin-bottom: 20px;
      line-height: 1.25;
      font-weight: 500; }
      .contactinfo__lb > div span {
        font-weight: 300; }
    .contactinfo__lb .fa {
      color: #425b83;
      width: 1em;
      text-align: center;
      margin-right: 1.25em; }
    .contactinfo__lb a {
      text-decoration: none; }
      .contactinfo__lb a:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
  .contactinfo__socials {
    padding-top: 27.5px;
    border-top: 1px solid #ddd; }
    .contactinfo__socials li {
      margin-right: 20px; }
    .contactinfo__socials a {
      font-size: 32px;
      font-size: 2rem;
      color: inherit; }
      .contactinfo__socials a:hover {
        color: #425b83; }

.cta {
  line-height: 1.8; }
  .cta--center {
    text-align: center; }
  .cta--left, .cta--quote {
    text-align: left; }
  .cta--quote blockquote {
    overflow: hidden;
    padding: 10px 0 10px 60px; }
    .cta--quote blockquote h2 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 26px;
      font-style: normal; }
      @media screen and (min-width: 480px) {
        .cta--quote blockquote h2 {
          font-size: 32px;
          font-size: 2rem; } }
      @media screen and (min-width: 768px) {
        .cta--quote blockquote h2 {
          font-size: 46px;
          font-size: 2.875rem; } }
      @media screen and (min-width: 980px) {
        .cta--quote blockquote h2 {
          font-size: 46px;
          font-size: 2.875rem; } }
    .cta--quote blockquote p {
      float: left;
      margin-right: 20px; }
    .cta--quote blockquote .btn {
      display: block;
      overflow: hidden;
      font-style: normal;
      text-align: center;
      float: right; }
  .cta p {
    font-size: 24px;
    font-size: 1.5rem; }
  .cta .btn {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 0.4em 1.2em;
    margin-right: 0.4em;
    background: #333333;
    color: #fff; }
  .cta:first-child p {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0.35em; }
    @media screen and (min-width: 480px) {
      .cta:first-child p {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media screen and (min-width: 768px) {
      .cta:first-child p {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media screen and (min-width: 980px) {
      .cta:first-child p {
        font-size: 36px;
        font-size: 2.25rem; } }
  .cta:first-child .btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0.625em 1.25em;
    font-weight: 500; }
    @media screen and (min-width: 480px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 768px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media screen and (min-width: 980px) {
      .cta:first-child .btn {
        font-size: 22px;
        font-size: 1.375rem; } }

.id-accordion-item {
  margin-bottom: 4px; }
  .id-accordion-item__title {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
    color: #000000;
    background: #f8f8f8;
    padding: 10px 20px;
    border: 1px solid #f0f0f0;
    font-family: "Ubuntu", helvetica, arial, sans-serif;
    text-decoration: none; }
    .id-accordion-item__title:hover {
      background: #dfdfdf;
      cursor: pointer; }
    .id-accordion-item__title .icon {
      float: right; }
  .id-accordion-item__content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 15px; }

.id-tabs {
  width: 40%;
  float: left; }

.id-tabs-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  color: #000000;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  margin-bottom: 4px;
  padding: 15px 20px;
  text-decoration: none; }
  .id-tabs-item__title.active {
    background: transparent;
    border-color: transparent;
    border-left: 2px solid #425b83;
    font-weight: bolder; }
  .id-tabs-item__title:hover {
    background: #dfdfdf;
    cursor: pointer; }
.id-tabs-item__content {
  display: none; }

.id-tabs__content {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 15px 30px;
  line-height: 1.5;
  overflow: hidden; }

/**
 * Plugins - css for wordpress plugins we use (overrides etc.)
 */
/**
 * Styling default WP Gallery
 */
.gallery {
  display: block; }

.gallery-item {
  display: inline-block;
  float: none;
  margin-top: 1%;
  padding: 0 1%;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 480px) {
    .gallery-item {
      width: 48%; } }

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

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

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

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

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

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

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

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

  .gallery-columns-9 .gallery-item {
    width: 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; }

/* =WordPress Core
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .alignnone {
    margin: 5px 30px 30px 0; }

  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }

  .alignright {
    float: right;
    margin: 5px 0 30px 30px; }

  .alignleft {
    float: left;
    margin: 5px 30px 30px 0; }

  a img.alignright {
    float: right;
    margin: 5px 0 30px 30px; }

  a img.alignnone {
    margin: 5px 30px 30px 0; }

  a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0; }

  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }

  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }

  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }

  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; } }
/**
 * Loop
 */
.woocommerce-result-count {
  margin: 1em 0; }

.woocommerce-ordering {
  float: none;
  margin-bottom: 2em; }
  .woocommerce-ordering .orderby {
    width: 100%; }

.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;
  text-decoration: none;
  display: inline-block;
  background: #425b83;
  color: #fff;
  border: none;
  padding: 0.5em 1em;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal; }
  .woocommerce .button:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  .woocommerce .button:hover {
    opacity: 1;
    background: #000000; }

ul.products {
  zoom: 1;
  margin: 0 -10px;
  padding: 0;
  list-style-type: none; }
  ul.products:before, ul.products:after {
    content: "";
    display: table; }
  ul.products:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    ul.products {
      margin: 0 -30px; } }
  ul.products li.product {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    margin-bottom: 2em; }
    @media screen and (min-width: 980px) {
      ul.products li.product {
        padding: 0 30px; } }
    ul.products li.product a {
      position: relative; }
    ul.products li.product a,
    ul.products li.product img {
      text-decoration: none; }
      ul.products li.product a:hover,
      ul.products li.product img:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
    ul.products li.product img {
      margin-bottom: 10px; }
    ul.products li.product h3 {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.4;
      margin: 0 0 10px;
      padding: 0; }
    ul.products li.product .price,
    ul.products li.product h3 {
      color: #000; }
    ul.products li.product .price {
      display: block;
      margin-bottom: 10px; }
    ul.products li.product .button {
      margin-bottom: 10px; }
    ul.products li.product .added_to_cart {
      display: block; }
    ul.products li.product.last {
      clear: inherit; }
    @media screen and (min-width: 480px) {
      ul.products li.product {
        width: 50%; }
        ul.products li.product:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) {
      ul.products li.product {
        width: 33.333%; }
        ul.products li.product:nth-child(2n+1) {
          clear: inherit; }
        ul.products li.product:nth-child(3n+1) {
          clear: left; } }

.woocommerce-LoopProduct-link {
  display: block; }

.onsale {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: inherit;
  font-style: italic;
  padding: 0.5em 0.6em;
  background: #000000;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  z-index: 2; }

.woocommerce .star-rating {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: FontAwesome;
  height: 1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 65px;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 5px;
  margin-bottom: 10px; }
  .woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    color: #425b83 !important;
    letter-spacing: 2px; }
    .woocommerce .star-rating span:before {
      content: "\f005\f005\f005\f005\f005";
      left: 0;
      position: absolute;
      top: 0;
      font-style: normal; }
  .woocommerce .star-rating:before {
    color: #129683;
    content: "\f006\f006\f006\f006\f006";
    float: left;
    left: 0;
    position: absolute;
    top: 0; }

/**
 * Single product
 */
div.product .images .thumbnails.columns-3 {
  zoom: 1;
  margin: 0 -10px;
  margin: 0 -10px !important; }
  div.product .images .thumbnails.columns-3:before, div.product .images .thumbnails.columns-3:after {
    content: "";
    display: table; }
  div.product .images .thumbnails.columns-3:after {
    clear: both; }
  @media screen and (min-width: 980px) {
    div.product .images .thumbnails.columns-3 {
      margin: 0 -30px; } }
  div.product .images .thumbnails.columns-3 a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 0 10px;
    text-align: left;
    padding: 10px !important;
    width: 33.333%; }
    @media screen and (min-width: 980px) {
      div.product .images .thumbnails.columns-3 a {
        padding: 0 30px; } }
  div.product .images .thumbnails.columns-3 .last {
    clear: none; }
@media screen and (min-width: 768px) {
  div.product .images {
    float: left;
    width: 50%; } }
div.product .images,
div.product .summary {
  margin-bottom: 2em; }
div.product .summary {
  overflow: hidden;
  line-height: 1.7; }
  @media screen and (min-width: 768px) {
    div.product .summary {
      padding-left: 4%; } }
div.product .woocommerce-main-image {
  display: block;
  margin-bottom: 2em; }
div.product .woocommerce-product-rating {
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #dddddd; }
  div.product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    float: right; }
    div.product .woocommerce-product-rating .woocommerce-review-link:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }
div.product .price {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 0.5em; }
  div.product .price ins {
    text-decoration: none; }
div.product .woocommerce-tabs {
  clear: both; }
div.product div[itemprop="description"] {
  padding: 1.5em;
  background: #f9f9f9;
  margin: 0 0 1em; }
  div.product div[itemprop="description"] *:last-child {
    margin-bottom: 0; }
div.product form.cart {
  margin-bottom: 10px; }
div.product .button {
  -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: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-weight: 500;
  padding: 0.65em 1.5em;
  text-transform: uppercase; }
div.product .quantity {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333333;
  float: left;
  font-weight: bold;
  text-align: center; }
  div.product .quantity input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 56px;
    background: #f9f9f9;
    text-align: center;
    margin: 0 1em 0 0;
    padding: 0.5em 0.75em;
    border: 0;
    border-top: 2px solid #dddddd;
    font-weight: 300; }
    div.product .quantity input .buttton {
      padding: 0.65em 1.5em; }
div.product .variations {
  width: 100%; }
  div.product .variations td {
    width: 50%;
    vertical-align: top; }
    div.product .variations td select {
      width: 100%; }
  div.product .variations tr {
    width: 100%; }
div.product form.variations_form table {
  width: 100%; }
  div.product form.variations_form table tr {
    width: 100%; }
  div.product form.variations_form table td {
    width: 50%; }
    div.product form.variations_form table td.label {
      padding: 0;
      vertical-align: top; }
      div.product form.variations_form table td.label label {
        text-align: right; }
    div.product form.variations_form table td input, div.product form.variations_form table td select {
      font-size: 14px;
      font-size: 0.875rem;
      width: 100%;
      padding: 0.5em;
      border-color: #ddd;
      color: #000000; }
    div.product form.variations_form table td a.reset_variations {
      font-size: 14px;
      font-size: 0.875rem;
      float: right;
      text-decoration: none; }
div.product .reset_variations {
  font-size: 14px;
  font-size: 0.875rem;
  float: right; }
div.product .product_meta > span {
  display: block;
  font-weight: 300; }
  div.product .product_meta > span a {
    text-decoration: none; }
    div.product .product_meta > span a:hover {
      opacity: 0.8;
      cursor: pointer;
      text-decoration: none; }

.wc-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .wc-tabs li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .wc-tabs li {
        width: auto; } }
    .wc-tabs li.active {
      border-left: 3px solid #425b83;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .wc-tabs li.active {
          border-left: 0;
          border-bottom: 3px solid #425b83; } }
    .wc-tabs li a {
      text-decoration: none;
      display: block;
      background: #fff;
      color: #333;
      padding: 0.5em 1em;
      font-weight: 300; }
      .wc-tabs li a:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }

.woocommerce-tabs {
  margin-bottom: 20px;
  line-height: 1.7; }
  .woocommerce-tabs .panel {
    border: 0;
    padding: 2em;
    background: #f9f9f9; }
    .woocommerce-tabs .panel h2 {
      margin-bottom: 8px; }
    .woocommerce-tabs .panel > *:last-child {
      margin-bottom: 0; }
  .woocommerce-tabs .shop_attributes p {
    margin-bottom: 0; }
  .woocommerce-tabs .shop_attributes th {
    margin-right: 1em;
    display: block;
    text-align: left; }
  .woocommerce-tabs .shop_attributes th,
  .woocommerce-tabs .shop_attributes td {
    vertical-align: top; }

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

.woocommerce-message {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 2em 0;
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 1em;
  width: 100%;
  display: inline-block; }
  .woocommerce-message a.button {
    font-size: 14px;
    font-size: 0.875rem;
    color: #425b83;
    font-weight: 500;
    text-decoration: underline;
    padding: 0;
    background: none; }
    .woocommerce-message a.button:hover {
      background: none;
      opacity: 1;
      text-decoration: none;
      color: #333333; }

.woocommerce-thankyou-order-details {
  list-style: none;
  padding: 0.6em;
  background: #f9f9f9; }

.shop_table {
  width: 100%;
  margin: 0 0 1em;
  border-collapse: collapse;
  border-spacing: 0; }
  .shop_table a {
    text-decoration: none; }
  .shop_table th,
  .shop_table td {
    padding: 0.6em; }
  .shop_table th {
    vertical-align: top; }
    .shop_table th.product-total {
      text-align: right; }
  .shop_table thead tr {
    background: #000;
    color: #fff;
    text-align: left; }
  .shop_table tbody {
    font-weight: 300; }
    .shop_table tbody .product-total {
      text-align: right; }
  .shop_table tfoot td {
    text-align: right; }
  .shop_table tbody tr,
  .shop_table tfoot tr {
    border-bottom: 1px solid #ddd; }
  .shop_table tbody .product-total,
  .shop_table tfoot .product-total {
    text-align: right; }
  .shop_table .product-thumbnail {
    display: none; }
    @media screen and (min-width: 768px) {
      .shop_table .product-thumbnail {
        display: table-cell; }
        .shop_table .product-thumbnail img {
          width: 50px; } }
  .shop_table .qty {
    width: 56px;
    text-align: center; }
  .shop_table .amount {
    float: right; }
  .shop_table .shipping td {
    text-align: right; }
  .shop_table dl.variation {
    margin: 0; }
    .shop_table dl.variation dt {
      float: left; }
    .shop_table dl.variation dd {
      font-weight: 600;
      padding-left: 4px; }

.woocommerce-checkout-payment {
  border: 1px solid #dddddd;
  padding: 1em;
  margin-top: 1.5em; }

.woocommerce .payment_methods {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none; }

.woocommerce .actions {
  padding: 0 0 10px; }
.woocommerce .coupon {
  display: block;
  background: #f6f6f6;
  padding: 1em;
  margin: 0 0 0.5em; }
  .woocommerce .coupon .input-text {
    width: 100%;
    margin-bottom: 0.5em; }

.payment_box p:last-child {
  margin-bottom: 0; }

/**
 * Reviews
 */
.woocommerce ol.commentlist li {
  padding: 0;
  margin-bottom: 1em; }
.woocommerce ol.commentlist img {
  margin-bottom: 10px; }
.woocommerce ol.commentlist .description {
  background: #fff; }
  .woocommerce ol.commentlist .description *:last-child {
    margin-bottom: 0; }

/**
 * Forms
 */
.woocommerce .form-row input[type="text"],
.woocommerce .form-row input[type="tel"],
.woocommerce .form-row input[type="email"],
.woocommerce .form-row input[type="password"],
.woocommerce .form-row textarea {
  width: 100%; }
.woocommerce .form-row.woocommerce-invalid input,
.woocommerce .form-row.woocommerce-invalid textarea {
  background: #FFBABA; }
.woocommerce abbr.required {
  color: #f00; }

/**
 * Widgets
 */
.widget_shopping_cart .mini_cart_item {
  zoom: 1; }
  .widget_shopping_cart .mini_cart_item:before, .widget_shopping_cart .mini_cart_item:after {
    content: "";
    display: table; }
  .widget_shopping_cart .mini_cart_item:after {
    clear: both; }
  .widget_shopping_cart .mini_cart_item a {
    display: block; }
  .widget_shopping_cart .mini_cart_item .quantity {
    clear: left; }
  .widget_shopping_cart .mini_cart_item img {
    float: right;
    width: 48px; }
.widget_shopping_cart .total {
  margin: 1em 0;
  border-bottom: 4px double #dddddd;
  padding-bottom: 0.75em; }

/**
 * Stars
 */
p.stars {
  position: relative;
  padding: 0.75em;
  color: #425b83; }
  p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0;
    color: #333333; }
    p.stars a:hover, p.stars a.active {
      color: #425b83; }
    p.stars a:last-child {
      border-right: 0; }
    p.stars a.star-1 {
      width: 2em; }
      p.stars a.star-1:after {
        content: "\e021"; }
      p.stars a.star-1.active:after, p.stars a.star-1:hover:after {
        content: "\e020"; }
    p.stars a.star-2 {
      width: 3em; }
      p.stars a.star-2:after {
        content: "\e021\e021"; }
      p.stars a.star-2.active:after, p.stars a.star-2:hover:after {
        content: "\e020\e020"; }
    p.stars a.star-3 {
      width: 4em; }
      p.stars a.star-3:after {
        content: "\e021\e021\e021"; }
      p.stars a.star-3.active:after, p.stars a.star-3:hover:after {
        content: "\e020\e020\e020"; }
    p.stars a.star-4 {
      width: 5em; }
      p.stars a.star-4:after {
        content: "\e021\e021\e021\e021"; }
      p.stars a.star-4.active:after, p.stars a.star-4:hover:after {
        content: "\e020\e020\e020\e020"; }
    p.stars a.star-5 {
      width: 6em; }
      p.stars a.star-5:after {
        content: ""; }
      p.stars a.star-5.active:after, p.stars a.star-5:hover:after {
        content: ""; }
  p.stars [class^="star-"],
  p.stars [class*=" star-"] {
    font-size: 16px;
    font-size: 1rem;
    border-right: 1px solid #ddd;
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
    p.stars [class^="star-"]:after,
    p.stars [class*=" star-"]:after {
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0; }

/**
 * My account
 */
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0; }
  .woocommerce-MyAccount-navigation ul li {
    display: inline-block; }
    .woocommerce-MyAccount-navigation ul li a {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-decoration: none;
      display: inline-block;
      background: #425b83;
      color: #fff;
      border: none;
      padding: 0.5em 1em;
      font-weight: 300;
      background: #000000; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        opacity: 0.8;
        cursor: pointer;
        text-decoration: none; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #333333; }

/**
 * Misc
 */
.woocommerce a.remove {
  font-family: FontAwesome;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 17px;
  display: inline-block;
  font-size: 0;
  color: #000; }
  .woocommerce a.remove:before {
    font-size: 20px;
    font-size: 1.25rem;
    content: "\f1f8"; }

/**
 * Select2
 */
.select2-container .select2-choice > .select2-chosen {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em;
  font-weight: 300; }

.woocommerce-info {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5em; }

.gform_wrapper.gform_wrapper {
  padding: 0;
  margin: 0 0 1em;
  max-width: 100%; }
  .gform_wrapper.gform_wrapper .gform_heading {
    margin-bottom: 1em; }
  .gform_wrapper.gform_wrapper .gform_footer {
    margin-top: 0; }

.gform_heading.gform_heading {
  margin: 0; }

.gform_wrapper .top_label .gfield_label.gfield_label {
  margin-top: 0; }

body .gform_wrapper label.gfield_label + div.ginput_container.ginput_container {
  margin-top: 0;
  margin-bottom: 1em; }

.gform_wrapper span.gfield_required {
  color: #ff0000; }

.gform_wrapper.gform_wrapper div.validation_error {
  width: 100%; }

.gform_wrapper .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_fields .gfield .ginput_container textarea,
.gform_wrapper .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea,
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select,
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full input,
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full textarea,
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full select {
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
  width: 100% !important;
  margin: 0 !important;
  padding: 0.5em 0.75em; }
.gform_wrapper .gform_fields .gfield .ginput_container input[type="checkbox"],
.gform_wrapper .gform_fields .gfield .ginput_container input[type="radio"],
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input[type="checkbox"],
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input[type="radio"],
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full input[type="checkbox"],
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full input[type="radio"] {
  width: 20px !important;
  line-height: inherit;
  margin-top: 0.375em !important; }
.gform_wrapper .gform_fields .gfield .ginput_container select,
.gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select,
.gform_wrapper .gform_fields .ginput_complex .ginput_full.ginput_full select {
  height: 2.5em !important; }
.gform_wrapper .gform_fields .ginput_complex .name_first,
.gform_wrapper .gform_fields .ginput_complex .name_last {
  float: left; }
.gform_wrapper .gform_fields .ginput_complex .name_first {
  margin-right: 0 !important; }
.gform_wrapper .gform_fields .ginput_complex .name_last,
.gform_wrapper .gform_fields .ginput_complex .ginput_right {
  margin-left: 3%; }
.gform_wrapper .gform_fields .gfield > label {
  font-size: 14px;
  font-size: 0.875rem; }
.gform_wrapper .gform_fields .gfield span label,
.gform_wrapper .gform_fields .gfield .gfield_time_hour label,
.gform_wrapper .gform_fields .gfield .gfield_time_minute label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300; }
.gform_wrapper .gform_fields .gfield .gfield_time_hour.ginput_container input,
.gform_wrapper .gform_fields .gfield .gfield_time_minute.ginput_container input {
  width: 70% !important; }
.gform_wrapper .gform_fields span.ginput_total {
  font-size: 1em;
  color: inherit; }
.gform_wrapper .gform_fields span.ginput_product_price {
  color: inherit; }
.gform_wrapper .gform_fields .gfield_time_hour i {
  text-align: none; }
.gform_wrapper .gform_fields .gfield_error.gfield_error {
  width: 100%; }

#tribe-events-pg-template {
  max-width: none; }

html {
  /* Tribe Theme Color */ }
  html .tribe-events-notices {
    color: #129583;
    background: #6ceddc;
    border-color: #3fe8d1; }
  html .tribe-events-multi-event-day {
    color: #0d675b; }
  html #tribe-events-content .tribe-events-calendar td {
    color: #073a33; }
  html #tribe-events-content .tribe-events-tooltip h4,
  html #tribe_events_filters_wrapper .tribe_events_slider_val,
  html .single-tribe_events a.tribe-events-ical,
  html .single-tribe_events a.tribe-events-gcal {
    color: #129583; }
  html .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  html .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
  html #tribe_events_filters_wrapper input[type=submit],
  html .tribe-events-button,
  html #tribe-events .tribe-events-button,
  html .tribe-events-button.tribe-inactive,
  html #tribe-events .tribe-events-button:hover,
  html .tribe-events-button:hover,
  html .tribe-events-button.tribe-active:hover {
    background-color: #129583; }
  html #tribe_events_filters_wrapper input[type=submit]:hover,
  html .tribe-events-button.tribe-active:hover {
    background-color: #0f3647; }
  html .tribe-events-button.tribe-inactive,
  html .tribe-events-button:hover,
  html #tribe-events .tribe-events-button:hover,
  html .tribe-events-button.tribe-active:hover {
    color: #fff; }
  html #tribe_events_filters_wrapper h3 span:after {
    border-top-color: #129583; }
  html #tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
    border-left-color: #129583; }
  html .tribe-events-grid .type-tribe_events a {
    color: #000000; }
  html .tribe-events-grid .tribe-grid-header .tribe-week-today {
    background-color: #129583; }
  html .tribe-grid-allday .tribe-events-week-allday-single,
  html .tribe-grid-body .tribe-events-week-hourly-single,
  html .tribe-grid-allday .tribe-events-week-allday-single:hover,
  html .tribe-grid-body .tribe-events-week-hourly-single:hover {
    background-color: #129583;
    background-color: rgba(18, 149, 131, 0.75);
    border-color: #0d675b; }

/**
 * Trumps - overrides, helpers
 */
.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

/*
* Clearfix
*/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

#idium-cookies-notification-show {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 1em 0;
  color: #ccc; }
  #idium-cookies-notification-show:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none; }
  #idium-cookies-notification-show:before {
    content: "["; }
  #idium-cookies-notification-show:after {
    content: "]";
    margin: 0 0 0 3px; }

/**
 * Misc
 */
.hide-on-load {
  display: none; }

@media print {
  body {
    color: #000 !important;
    margin: 0px 0px 0px 0px; }

  .header {
    position: relative; }

  a {
    color: #000;
    opacity: 1; }

  .btn,
  input[type="submit"] {
    border: 2px black solid;
    color: #000; }

  .footer,
  .mobile-navigation,
  .header__support,
  .sidebar,
  #respond {
    display: none !important; }

  [data-a11y-toggle] {
    display: none; }

  /**
   * Front page
   */
  .home-section {
    color: #000 !important;
    page-break-after: avoid; }
    .home-section__title {
      page-break-before: always; }
    .home-section:first-child .wrapper {
      min-height: 0; }
    .home-section:first-child .home-section__title {
      page-break-before: avoid; }

  .column {
    max-width: 50%; }
    .column:nth-child(3n) {
      clear: both; }

  /**
   * Loop
   */
  .loop-article__image {
    width: 40%;
    float: left;
    margin-right: 2em; } }
/**
 * Section color schemes
 */
/*
* Scheme Name: Dark
*/
.home-section.dark {
  background-color: #000000;
  color: #fff; }
  .home-section.dark a {
    color: #fff; }
  .home-section.dark .btn,
  .home-section.dark .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
    background-color: #425b83;
    color: #fff; }
  .home-section.dark .shortcut-column__meta > span {
    color: #fff; }
  .home-section.dark .contactinfo__socials a {
    color: #425b83; }
  .home-section.dark blockquote {
    border-left-color: #425b83; }
  .home-section.dark .gform_wrapper .gform_body li input[type="text"],
  .home-section.dark .gform_wrapper .gform_body li input[type="email"],
  .home-section.dark .gform_wrapper .gform_body li input[type="tel"],
  .home-section.dark .gform_wrapper .gform_body li input[type="number"],
  .home-section.dark .gform_wrapper .gform_body li select,
  .home-section.dark .gform_wrapper .gform_body li textarea.textarea {
    background: #444;
    color: #fff;
    border: none; }
  .home-section.dark .accordion-item__title {
    background: #425b83;
    border-color: #3d5479; }
    .home-section.dark .accordion-item__title:hover {
      background: #314361; }
  .home-section.dark .tabs-item__title {
    background: #444;
    border-color: #3c3c3c; }
    .home-section.dark .tabs-item__title.active {
      border-left-color: #425b83; }
    .home-section.dark .tabs-item__title:hover {
      background: #2b2b2b; }

/*
* Scheme Name: Profile
*/
.home-section.profile {
  background-color: #425b83;
  color: #fff; }
  .home-section.profile a {
    color: #fff; }
  .home-section.profile .btn,
  .home-section.profile .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
    background-color: #000000;
    color: #fff; }
  .home-section.profile .shortcut-column__meta > span {
    color: #fff; }
  .home-section.profile .contactinfo__socials a {
    color: #000000; }
  .home-section.profile blockquote {
    border-left-color: #000000; }
  .home-section.profile .gform_wrapper .gform_body li input[type="text"],
  .home-section.profile .gform_wrapper .gform_body li input[type="email"],
  .home-section.profile .gform_wrapper .gform_body li input[type="tel"],
  .home-section.profile .gform_wrapper .gform_body li input[type="number"],
  .home-section.profile .gform_wrapper .gform_body li select,
  .home-section.profile .gform_wrapper .gform_body li textarea.textarea {
    background: #444;
    color: #fff;
    border: none; }
  .home-section.profile .accordion-item__title {
    background: #000000;
    border-color: black; }
    .home-section.profile .accordion-item__title:hover {
      background: black; }
  .home-section.profile .tabs-item__title {
    background: #444;
    border-color: #3c3c3c; }
    .home-section.profile .tabs-item__title.active {
      border-left-color: #fff; }
    .home-section.profile .tabs-item__title:hover {
      background: #2b2b2b; }

/*
* Scheme Name: darkgray
*/
.home-section.darkgray {
  background-color: #333333;
  color: #f8f8f8; }
  .home-section.darkgray a {
    color: #f8f8f8; }
  .home-section.darkgray .btn,
  .home-section.darkgray .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
    background-color: #f8f8f8;
    color: #fff; }
  .home-section.darkgray .shortcut-column__meta > span {
    color: #f8f8f8; }
  .home-section.darkgray .contactinfo__socials a {
    color: #f8f8f8; }
  .home-section.darkgray blockquote {
    border-left-color: #f8f8f8; }
  .home-section.darkgray .gform_wrapper .gform_body li input[type="text"],
  .home-section.darkgray .gform_wrapper .gform_body li input[type="email"],
  .home-section.darkgray .gform_wrapper .gform_body li input[type="tel"],
  .home-section.darkgray .gform_wrapper .gform_body li input[type="number"],
  .home-section.darkgray .gform_wrapper .gform_body li select,
  .home-section.darkgray .gform_wrapper .gform_body li textarea.textarea {
    background: #444;
    color: #fff;
    border: none; }
  .home-section.darkgray .accordion-item__title {
    background: #f8f8f8;
    border-color: #f0f0f0; }
    .home-section.darkgray .accordion-item__title:hover {
      background: #dfdfdf; }
  .home-section.darkgray .tabs-item__title {
    background: #444;
    border-color: #3c3c3c; }
    .home-section.darkgray .tabs-item__title.active {
      border-left-color: #fff; }
    .home-section.darkgray .tabs-item__title:hover {
      background: #2b2b2b; }

/*
* Scheme Name: blue
*/
.home-section.blue {
  background-color: #ccdcf9;
  color: #425b83; }
  .home-section.blue a {
    color: #425b83; }
  .home-section.blue .btn,
  .home-section.blue .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
    background-color: #425b83;
    color: #fff; }
  .home-section.blue .shortcut-column__meta > span {
    color: #425b83; }
  .home-section.blue .contactinfo__socials a {
    color: #425b83; }
  .home-section.blue blockquote {
    border-left-color: #425b83; }
  .home-section.blue .gform_wrapper .gform_body li input[type="text"],
  .home-section.blue .gform_wrapper .gform_body li input[type="email"],
  .home-section.blue .gform_wrapper .gform_body li input[type="tel"],
  .home-section.blue .gform_wrapper .gform_body li input[type="number"],
  .home-section.blue .gform_wrapper .gform_body li select,
  .home-section.blue .gform_wrapper .gform_body li textarea.textarea {
    background: #444;
    color: #fff;
    border: none; }
  .home-section.blue .accordion-item__title {
    background: #425b83;
    border-color: #3d5479; }
    .home-section.blue .accordion-item__title:hover {
      background: #314361; }
  .home-section.blue .tabs-item__title {
    background: #444;
    border-color: #3c3c3c; }
    .home-section.blue .tabs-item__title.active {
      border-left-color: #fff; }
    .home-section.blue .tabs-item__title:hover {
      background: #2b2b2b; }

.page-header {
  background-color: #f7f7f7; }
  .page-header nav.breadcrumbs ul li.active-crumb::after {
    content: ''; }

.main-wrapper .header__support {
  background-color: #425b83; }
.main-wrapper .header__main-nav .o-menu > li > a, .main-wrapper .header__main-nav .accessibility-tools > li > a {
  color: #425b83; }
  .main-wrapper .header__main-nav .o-menu > li > a:hover, .main-wrapper .header__main-nav .accessibility-tools > li > a:hover {
    color: #202c3f; }
.main-wrapper .header__main-nav .o-menu > li.active > a, .main-wrapper .header__main-nav .accessibility-tools > li.active > a {
  color: #000000; }
.main-wrapper .header__main-nav .o-menu > li ul, .main-wrapper .header__main-nav .accessibility-tools > li ul {
  top: 90px; }
.main-wrapper .header__support-menu a:hover {
  opacity: 0.8; }

.home-section:first-child .wrapper {
  min-height: calc(60vh - 120px); }
  @media screen and (min-width: 480px) {
    .home-section:first-child .wrapper {
      padding-top: 7.2em; } }
.home-section .view-all:hover {
  opacity: 0.8; }

.sidebar .widget_search .search-form input.search-form__input {
  font-weight: 300; }
.sidebar .widget_sp_image img {
  max-width: 100% !important; }

@media screen and (max-width: 768px) {
  .cta-btns .btn {
    display: block;
    margin: 0 0 0.8em;
    text-align: center; } }

.footer {
  background-color: #425b83; }
  .footer .footer-column-widget {
    padding-bottom: 20px; }
    .footer .footer-column-widget li a {
      border-color: #5373a5; }
    .footer .footer-column-widget li:last-child a {
      border: 0; }
    .footer .footer-column-widget a {
      color: #f8f8f8; }
      .footer .footer-column-widget a:hover {
        opacity: 0.8; }

.page-template-template-emner.idium-no-sidebar .sidebar, .page-template-template-emner-engelsk.idium-no-sidebar .sidebar {
  display: none; }
.page-template-template-emner .dok_boks_btn, .page-template-template-emner-engelsk .dok_boks_btn {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  padding-top: 20px;
  margin-bottom: 15px; }
  .page-template-template-emner .dok_boks_btn .btn, .page-template-template-emner-engelsk .dok_boks_btn .btn {
    width: 50%;
    margin-bottom: 15px;
    padding: 15px;
    border: 3px solid #425b83;
    background: none;
    color: #444;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      .page-template-template-emner .dok_boks_btn .btn, .page-template-template-emner-engelsk .dok_boks_btn .btn {
        width: 30%;
        margin-bottom: 0; } }
    @media screen and (min-width: 980px) {
      .page-template-template-emner .dok_boks_btn .btn, .page-template-template-emner-engelsk .dok_boks_btn .btn {
        width: 22%; } }
  .page-template-template-emner .dok_boks_btn .btnLanguage, .page-template-template-emner-engelsk .dok_boks_btn .btnLanguage {
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .page-template-template-emner .dok_boks_btn .btnLanguage, .page-template-template-emner-engelsk .dok_boks_btn .btnLanguage {
        width: 30%;
        float: right;
        margin-right: 15px; } }
    @media screen and (min-width: 980px) {
      .page-template-template-emner .dok_boks_btn .btnLanguage, .page-template-template-emner-engelsk .dok_boks_btn .btnLanguage {
        width: 18%; } }
    .page-template-template-emner .dok_boks_btn .btnLanguage img, .page-template-template-emner-engelsk .dok_boks_btn .btnLanguage img {
      display: inline-block;
      margin-right: 10px; }
.page-template-template-emner .dokumentbokser, .page-template-template-emner-engelsk .dokumentbokser {
  /* Rounded sliders */ }
  .page-template-template-emner .dokumentbokser .overskrift_emneliste, .page-template-template-emner-engelsk .dokumentbokser .overskrift_emneliste {
    font-size: 16px;
    font-family: Helvetica,sans-serif;
    line-height: 1.2;
    margin: 0 0 0.75em;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .page-template-template-emner .dokumentbokser .overskrift_emneliste, .page-template-template-emner-engelsk .dokumentbokser .overskrift_emneliste {
        font-size: 24px; } }
  .page-template-template-emner .dokumentbokser .produktboks, .page-template-template-emner-engelsk .dokumentbokser .produktboks {
    padding: 0 10px 10px 10px;
    border-bottom: solid 1px #e5e5e5;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans',sans-serif; }
    @media screen and (min-width: 768px) {
      .page-template-template-emner .dokumentbokser .produktboks, .page-template-template-emner-engelsk .dokumentbokser .produktboks {
        font-size: 18px; } }
  .page-template-template-emner .dokumentbokser .produktboks_tittel, .page-template-template-emner-engelsk .dokumentbokser .produktboks_tittel {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: 0.4s;
    height: 35px;
    border-radius: 2px;
    border: solid 1px #0976c4;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    padding-left: 8px;
    margin-right: 10px;
    text-align: left;
    cursor: pointer;
    outline: none; }
    @media screen and (min-width: 768px) {
      .page-template-template-emner .dokumentbokser .produktboks_tittel, .page-template-template-emner-engelsk .dokumentbokser .produktboks_tittel {
        width: 110px;
        margin-bottom: 0; } }
  .page-template-template-emner .dokumentbokser .active, .page-template-template-emner .dokumentbokser .produktboks_tittel:hover, .page-template-template-emner-engelsk .dokumentbokser .active, .page-template-template-emner-engelsk .dokumentbokser .produktboks_tittel:hover {
    background-color: #425b83;
    color: #fff;
    border: 1px solid #ccc; }
  .page-template-template-emner .dokumentbokser .produktboks_tittel:after, .page-template-template-emner-engelsk .dokumentbokser .produktboks_tittel:after {
    content: '\002B';
    color: #444;
    font-weight: bold;
    float: right;
    margin-left: 5px; }
  .page-template-template-emner .dokumentbokser .active:after, .page-template-template-emner-engelsk .dokumentbokser .active:after {
    content: "\2212"; }
  .page-template-template-emner .dokumentbokser .produktboks_innhold, .page-template-template-emner-engelsk .dokumentbokser .produktboks_innhold {
    padding: 0 18px;
    background-color: #f8f8f8;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: none; }
    .page-template-template-emner .dokumentbokser .produktboks_innhold p:first-child, .page-template-template-emner-engelsk .dokumentbokser .produktboks_innhold p:first-child {
      margin-top: 20px; }
  .page-template-template-emner .dokumentbokser .active_emne, .page-template-template-emner-engelsk .dokumentbokser .active_emne {
    font-weight: bold;
    background-color: #ccdcf9; }
    .page-template-template-emner .dokumentbokser .active_emne .produktboks_innhold, .page-template-template-emner-engelsk .dokumentbokser .active_emne .produktboks_innhold {
      background-color: #ccdcf9;
      font-weight: normal; }
  .page-template-template-emner .dokumentbokser .switch, .page-template-template-emner-engelsk .dokumentbokser .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
  .page-template-template-emner .dokumentbokser .switch input, .page-template-template-emner-engelsk .dokumentbokser .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .page-template-template-emner .dokumentbokser .slider, .page-template-template-emner-engelsk .dokumentbokser .slider {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .page-template-template-emner .dokumentbokser .slider:before, .page-template-template-emner-engelsk .dokumentbokser .slider:before {
    content: "";
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    left: -1px;
    top: -4px;
    display: block;
    width: 21px;
    height: 21px; }
  .page-template-template-emner .dokumentbokser input:checked + .slider, .page-template-template-emner-engelsk .dokumentbokser input:checked + .slider {
    background-color: #2196F3; }
  .page-template-template-emner .dokumentbokser input:focus + .slider, .page-template-template-emner-engelsk .dokumentbokser input:focus + .slider {
    box-shadow: 0 0 1px #2196F3; }
  .page-template-template-emner .dokumentbokser input:checked + .slider:before, .page-template-template-emner-engelsk .dokumentbokser input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px); }
  .page-template-template-emner .dokumentbokser .slider.round, .page-template-template-emner-engelsk .dokumentbokser .slider.round {
    height: 14px;
    width: 38px;
    border-radius: 34px; }
  .page-template-template-emner .dokumentbokser .slider.round:before, .page-template-template-emner-engelsk .dokumentbokser .slider.round:before {
    border-radius: 50%; }
  .page-template-template-emner .dokumentbokser .vis_kommentar, .page-template-template-emner-engelsk .dokumentbokser .vis_kommentar {
    display: inline-block; }
  .page-template-template-emner .dokumentbokser .prodboks_kommentar, .page-template-template-emner-engelsk .dokumentbokser .prodboks_kommentar {
    display: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

@media print {
  .header {
    padding-top: 0 !important;
    border-top: 0; }

  .breadcrumbs {
    display: none; } }

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